@font-face {
  font-family: Faktum;
  src: url('../fonts/Faktum-Bold.woff2') format("woff2"), url('../fonts/Faktum-Bold.eot') format("embedded-opentype"), url('../fonts/Faktum-Bold.woff') format("woff"), url('../fonts/Faktum-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variable font;
  src: url('../fonts/inter-variablefont_slntwght_2-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --morgen-black: #191a23;
  --body-text-grey: #cbcccc;
  --body-text-white: white;
  --white: white;
  --black: #191919;
  --morgen-yellow: #f3c26a;
  --morgen-red: #ff8295;
  --light-grey: #21222d;
  --button-color: #76879d;
  --button-hover: #3a4554;
  --border: #444;
  --button-text-color: white;
  --21222d: var(--border);
  --grey: #616774;
  --fontcolorblog: #323946;
}

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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-pagination-next-icon {
  margin-left: 4px;
}

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

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

body {
  background-color: var(--morgen-black);
  color: var(--body-text-grey);
  font-family: Inter Variable font, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--body-text-white);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Faktum, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  float: none;
  clear: right;
  color: var(--body-text-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Faktum, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--body-text-white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Faktum, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

h4 {
  color: var(--white);
  letter-spacing: .01563rem;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Faktum, sans-serif;
  font-size: 1.688rem;
  font-weight: 700;
  line-height: 1.35;
}

h5 {
  color: var(--body-text-white);
  margin-top: 0;
  margin-bottom: .875rem;
  font-family: Faktum, sans-serif;
  font-size: 1.266rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: Faktum, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--body-text-grey);
  margin-bottom: 0;
}

a {
  color: var(--morgen-yellow);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  align-items: flex-start;
}

img {
  display: inline-block;
}

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

strong {
  color: var(--body-text-white);
}

em {
  font-style: italic;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.utility-page_component.utility-page_component-404 {
  height: 100%;
  padding-top: 268px;
  padding-bottom: 170px;
}

.utility-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form-block.utility-page_form-block-404 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  width: 100%;
  max-width: 930px;
}

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

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.padding-paprika {
  padding: 4rem;
}

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

.padding-0 {
  padding: 0;
}

.padding-vanilla {
  padding: 12rem;
}

.padding-teal {
  padding: 6rem;
}

.padding-red {
  padding: 5rem;
}

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

.padding-navy {
  padding: 3rem;
}

.margin-amber {
  margin: .125rem;
}

.padding-indigo {
  padding: 1.125rem;
}

.padding-lavender {
  padding: 2rem;
}

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

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

.padding-amber {
  padding: .125rem;
}

.margin-indigo {
  margin: 1.125rem;
}

.margin-lavender {
  margin: 2rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

.margin-bottom.margin-xsmall {
  margin: 0 0 8px;
}

.margin-bottom.margin-xxlarge {
  margin: 0 0 60px;
}

.margin-bottom.margin-small {
  margin: 0 0 24px;
}

.margin-bottom.margin-xxsmall {
  margin: 0 0 8px;
}

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

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

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

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

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

.margin-top.margin-medium {
  margin: 32px 0 0;
}

.margin-top.margin-small {
  margin: 16px 0 0;
}

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

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

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

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

.padding-bottom.padding-kiwi {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.padding-bottom.padding-kiwi._20-padding {
  margin-left: 20px;
}

.padding-bottom.padding-48 {
  padding-bottom: 3rem;
}

.padding-bottom.padding-51 {
  padding-bottom: 3.188rem;
}

.padding-bottom.padding-8 {
  padding-bottom: 8px;
}

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.styleguide_background {
  border: 1px solid #fffefe1a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 2.5rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.styleguide_item.is-borderless {
  border-bottom-style: none;
}

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

.styleguide_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 2.5rem;
  display: grid;
}

.styleguide_heading-large {
  font-size: 6rem;
}

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

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

.text-color-black {
  color: var(--body-text-white);
}

.text-color-grey {
  color: var(--body-text-grey);
}

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

.form_message-success {
  padding: 1.25rem;
}

.form_message-success.subscribe_form_message-success {
  border: 1px solid var(--morgen-red);
  background-color: #0000;
  border: 1px solid #ff8295;
  border-radius: 12px;
}

.styleguide_row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  color: var(--body-text-white);
  letter-spacing: 0;
  font-family: Faktum, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.heading-style-h3.max-width-364 {
  text-align: center;
  width: 100%;
  max-width: 50rem;
}

.heading-style-h3.max-width-364:lang(fr), .heading-style-h3.max-width-364:lang(es) {
  font-size: 2.5rem;
}

.heading-style-h3.max-width-364:lang(de) {
  text-align: center;
}

.heading-style-h3.pricing-header {
  font-size: 2.5rem;
}

.heading-style-h3.pricing-header:lang(de) {
  font-size: 2rem;
}

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1 {
  color: var(--body-text-white);
  letter-spacing: 0;
  font-family: Faktum, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: .84375;
  display: inline-block;
}

.padding-global {
  text-align: left;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

.padding-global.mobile-margin {
  text-align: left;
}

.padding-global.more-padding {
  padding-top: 40px;
}

.padding-global.backgroud-color-dark-grey {
  background-color: var(--light-grey);
}

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

.padding-container-navy {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.text-size-tiny.feature_sidebar-table-text-tiny {
  color: var(--body-text-grey);
  padding-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.max-width-amber {
  width: 100%;
  max-width: 2.5rem;
}

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.styleguide_empty-box {
  z-index: 0;
  background-color: #f4f5f7;
  border: 1px dashed #a6b1bf;
  border-radius: 4px;
  min-width: 2.5rem;
  min-height: 2.5rem;
  position: relative;
}

.styleguide_empty-box.is-teal {
  background-color: #66b3b3;
  border-color: #0000;
}

.styleguide_empty-box.is-no-border {
  border-style: none;
  border-radius: 2px;
}

.styleguide_empty-box.is-indigo {
  opacity: .6;
  background-color: #214cf6;
  border-color: #0000;
}

.styleguide_empty-box.is-cyan {
  opacity: .6;
  background-color: #00bcd4;
  border-color: #0000;
}

.styleguide_empty-box.is-amber {
  opacity: .6;
  background-color: #ffc107;
  border-color: #0000;
}

.styleguide_empty-box.is-blue {
  opacity: .6;
  background-color: #2196f3;
  border-color: #0000;
}

.styleguide_empty-box.is-olive {
  background-color: #b3b366;
  border-color: #0000;
}

.styleguide_empty-box.is-paprika {
  background-color: #bb677d;
  border-color: #0000;
}

.styleguide_empty-box.is-quartz {
  background-color: #979195;
  border-color: #0000;
}

.styleguide_empty-box.is-red {
  background-color: #ff776d;
  border-color: #0000;
}

.styleguide_empty-box.is-salmon {
  background-color: #fcb3aa;
  border-color: #0000;
}

.styleguide_empty-box.is-ultraviolet {
  background-color: #8466c5;
  border-color: #0000;
}

.styleguide_empty-box.is-vanilla {
  background-color: #f3e5ab;
  border-color: #0000;
}

.styleguide_empty-box.is-padding-global {
  opacity: .6;
  background-image: url('../images/padding.svg');
  background-position: 50%;
  background-size: 73px;
}

.styleguide_empty-box.is-lavender {
  background-color: #d2d2ff;
  border-color: #0000;
}

.styleguide_empty-box.is-navy {
  background-color: #6666b3;
  border-color: #0000;
}

.styleguide_empty-box.is-mango {
  background-color: #f7c687;
  border-color: #0000;
}

.styleguide_empty-box.is-kiwi {
  background-color: #b2c2a3;
  border-color: #0000;
}

.styleguide_empty-box.is-jade {
  background-color: #66cba6;
  border-color: #0000;
}

.styleguide_empty-box.is-gold {
  background-color: #dac180;
  border-color: #0000;
}

.styleguide_empty-box.is-fuchsia {
  background-color: #f6f;
  border-color: #0000;
}

.styleguide_empty-box.is-emerald {
  background-color: #96deae;
  border-color: #0000;
}

.styleguide_empty-box.is-dust {
  background-color: #dfdad3;
  border-color: #0000;
}

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

.styleguide_heading-medium {
  color: var(--body-text-white);
  font-size: 4rem;
}

.styleguide_4-col {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

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

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

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

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

.max-width-lavender {
  width: 100%;
  max-width: 31.25rem;
}

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-gold {
  width: 100%;
  max-width: 18.75rem;
}

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

.form_field-wrapper {
  margin-bottom: 1rem;
}

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

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

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

.heading-style-h4 {
  color: var(--body-text-white);
  text-align: left;
  letter-spacing: .01563rem;
  background-color: #292b3700;
  margin: 1px;
  font-family: Faktum, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4.max-width-214 {
  width: 100%;
  max-width: 214px;
}

.heading-style-h4.guide-title {
  padding-left: 8px;
  padding-right: 8px;
}

.heading-style-h4.step-number {
  text-align: center;
  background-color: #292b37;
  height: 100%;
}

.heading-style-h4.yellow {
  color: var(--morgen-yellow);
}

.form_label {
  font-size: .75rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-grey {
  background-color: #cbcccc;
}

.form_input {
  color: var(--body-text-white);
  background-color: #f4f5f7;
  border: 1px solid #0000;
  border-radius: 4px;
  min-height: 2rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: .75rem;
}

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

.form_input.is-text-area {
  min-height: 6.5rem;
  padding-top: .5rem;
}

.heading-style-h6 {
  color: var(--body-text-white);
  letter-spacing: .01563rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-container-ultraviolet {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

.heading-style-h2 {
  color: var(--body-text-white);
  letter-spacing: 0;
  font-family: Faktum, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.styleguide_label {
  color: #fff;
  background-color: #0073e6;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .2rem;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
}

.styleguide_label.is-tag {
  background-color: #be4aa5;
}

.styleguide_version {
  z-index: 5;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  color: var(--body-text-white);
  letter-spacing: 0;
  text-transform: none;
  font-family: Faktum, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  box-sizing: border-box;
  clear: none;
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-large.blog_container-large {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.container-large.contact_container-large {
  justify-content: center;
  max-width: 1160px;
  display: flex;
}

.container-large._0-margin {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.container-large.deepworktimer {
  text-align: center;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.form_message-error.subscribe_form_message-error {
  border: 1px solid var(--morgen-yellow);
  background-color: #0000;
  border: 1px solid #f3c26a;
  border-radius: 12px;
  margin-top: 1.5rem;
  padding: 1.5rem;
}

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

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

.text-align-center.max-width-indigo:lang(de) {
  font-size: 2rem;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  padding-left: 0;
  display: block;
}

.main-wrapper.calendar-main-wrapper {
  position: relative;
}

.main-wrapper.hidden {
  display: none;
}

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

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

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

.button_56 {
  background-color: var(--morgen-yellow);
  color: var(--morgen-black);
  text-align: center;
  letter-spacing: .015625rem;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.42857;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
}

.button_56:hover {
  box-shadow: inset 46px 14px 41px -14px var(--morgen-red);
}

.button_56:active {
  background-color: var(--morgen-red);
}

.button_56.is-text {
  grid-column-gap: .5rem;
  color: var(--button-color);
  background-color: #0000;
  border: 2px solid #0000;
  align-items: center;
  padding: .1rem .25rem 0;
  font-weight: 600;
  text-decoration: none;
  transition-property: color;
  display: flex;
}

.button_56.is-text:hover {
  color: var(--button-hover);
}

.button_56.is-form-submit {
  float: right;
  min-width: 155px;
}

.button_56.is-arrow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button_56.is-arrow.plausible-event-name--get-started {
  margin-top: 0;
}

.button_56.is-arrow.open-morgen {
  display: none;
}

.button_56.is-secondary-arrow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(to right, var(--morgen-red), var(--morgen-yellow) 56%);
  color: var(--white);
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: box-shadow .4s, color .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.button_56.is-secondary-arrow:hover {
  border-color: var(--button-hover);
  color: var(--morgen-black);
}

.button_56.is-secondary-arrow:active {
  box-shadow: inset 172px 53px 41px -14px var(--morgen-red);
}

.button_56.is-secondary-arrow.subscribe_button_56 {
  flex-direction: row;
  align-items: center;
  min-width: 160px;
  max-width: 100%;
  padding: 0;
  position: relative;
}

.button_56.is-back {
  grid-column-gap: .75rem;
  color: var(--button-color);
  background-color: #0000;
  border: 2px solid #0000;
  align-items: center;
  padding: .1rem .25rem 0;
  font-weight: 600;
  text-decoration: none;
  transition-property: color;
  display: flex;
}

.button_56.is-back:hover {
  color: var(--button-hover);
}

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

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

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

.styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-container-red {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.padding-kiwi {
  padding: 1.5rem;
}

.padding-mango {
  padding: 2.5rem;
}

.padding-olive {
  padding: 3.5rem;
}

.padding-quartz {
  padding: 4.5rem;
}

.padding-salmon {
  padding: 5.5rem;
}

.padding-ultraviolet {
  padding: 7.5rem;
}

.image-style1 {
  box-shadow: 0 4px 24px #96a3b514;
}

.styleguide_color-hex {
  color: var(--body-text-white);
  margin-top: -.5rem;
}

.styleguide_color-hex.text-color-white {
  color: var(--white);
}

.margin-kiwi {
  margin: 1.5rem;
}

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

.margin-mango {
  margin: 2.5rem;
}

.margin-olive {
  margin: 3.5rem;
}

.margin-navy {
  margin: 3rem;
}

.margin-vanilla {
  margin: 12rem;
}

.margin-ultraviolet {
  margin: 7.5rem;
}

.margin-teal {
  margin: 6rem;
}

.margin-salmon {
  margin: 5.5rem;
}

.margin-red {
  margin: 5rem;
}

.margin-quartz {
  margin: 4.5rem;
}

.padding-container-paprika {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.list_check-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.max-width-indigo {
  width: 100%;
  max-width: 22.5rem;
}

.text-size-huge {
  font-size: 3rem;
  line-height: 1.5;
}

.image-style2 {
  border: 3px solid #a6b1bf;
}

.image-style3 {
  border-radius: 20px;
  overflow: hidden;
}

.max-width-bblue {
  width: 100%;
  max-width: 3.75rem;
}

.max-width-cyan {
  width: 100%;
  max-width: 6.25rem;
}

.max-width-dust {
  width: 100%;
  max-width: 10rem;
}

.max-width-emerald {
  width: 100%;
  max-width: 12.5rem;
}

.max-width-fuchsia {
  width: 100%;
  max-width: 16.25rem;
}

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

.max-width-kiwi {
  width: 100%;
  max-width: 28.75rem;
}

.max-width-kiwi.is-sizing {
  flex: 1;
}

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

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

.max-width-olive.is-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-paprika {
  width: 100%;
  max-width: 44rem;
}

.max-width-red {
  width: 100%;
  max-width: 50rem;
}

.max-width-salmon {
  width: 100%;
  max-width: 53.75rem;
}

.image-round {
  border-radius: 100%;
  overflow: hidden;
}

.tagline {
  color: var(--white);
  text-align: left;
  background-image: url('../images/Tagline.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 2rem;
  padding: .5rem 1.25rem;
  font-family: Inter Variable font, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  display: block;
}

.text-tagline {
  color: var(--body-text-grey);
  text-align: left;
  font-size: .75rem;
}

.max-width-quartz {
  width: 100%;
  max-width: 47.5rem;
}

.dropdown-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
}

.dropdown-4 {
  color: #1b1c23;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
  position: static;
}

.text-overline {
  color: var(--body-text-white);
  text-align: left;
  letter-spacing: .04rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.33333;
}

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

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

.form_wr {
  background-color: #e8ebef;
  padding: 2rem;
}

.filter-radio_field {
  color: var(--body-text-white);
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 0;
  font-weight: 400;
  display: flex;
  position: relative;
}

.filter-radio_field:hover {
  color: var(--morgen-yellow);
  border-color: #696969;
}

.filter-radio_field.is-active {
  color: var(--morgen-yellow);
}

.filter-radio_button {
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.filter-radio_button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.filter-radio_button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.filter-radio_label {
  margin-bottom: 0;
  position: relative;
}

.filter-checkbox_field {
  color: #000;
  cursor: pointer;
  background-color: #e8ebef;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.filter-checkbox_field:hover {
  color: #696969;
  border-color: #696969;
}

.filter-checkbox_field.is-active {
  background-color: var(--button-color);
  color: #fff;
}

.filter-checkbox_button {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.filter-checkbox_button.w--redirected-checked {
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.filter-checkbox_button.w--redirected-focus {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
}

.filter-checkbox_button.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.filter-checkbox_label {
  z-index: 1;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.button-arrow {
  background-color: var(--morgen-black);
  border-radius: .5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s;
  display: flex;
}

.button-arrow-back {
  flex: none;
  width: 1rem;
  height: 1rem;
  transition: transform .2s;
}

.margin-paprika {
  margin: 4rem;
}

.margin-jade {
  margin: 1.25rem;
}

.padding-jade {
  padding: 1.25rem;
}

.margin-gold {
  margin: 1.125rem;
}

.padding-gold {
  padding: 1rem;
}

.margin-fuchsia {
  margin: .875rem;
}

.padding-fuchsia {
  padding: .875rem;
}

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

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

.margin-dust {
  margin: .625rem;
}

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

.margin-auto {
  margin: auto;
}

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

.padding-container-teal {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.background-color-yellow {
  background-color: var(--morgen-yellow);
}

.background-color-red {
  background-color: var(--morgen-red);
}

.arrow-icon {
  transform-origin: 50%;
  flex: none;
  width: .75rem;
  height: .75rem;
  transition: transform .4s;
  overflow: hidden;
}

.chevron-icon {
  z-index: 5;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: transform .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.chevron-icon.submit_button-form-icon {
  position: absolute;
  right: 16px;
}

.secondary-box {
  z-index: 0;
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  background-image: linear-gradient(135deg, #1c1d26, #2a2b35);
  border-radius: .75rem;
  grid-template: ". Area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  min-width: 0%;
  transition: opacity .4s;
  display: grid;
  position: absolute;
  inset: 1px;
  overflow: hidden;
}

.button-text {
  z-index: 2;
  white-space: nowrap;
  position: relative;
}

.button-text.secondary {
  font-size: 1rem;
}

.button_48 {
  background-color: var(--morgen-yellow);
  color: var(--morgen-black);
  text-align: center;
  letter-spacing: .015625rem;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.42857;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
}

.button_48:hover {
  box-shadow: inset 46px 14px 41px -14px var(--morgen-red);
}

.button_48:active {
  background-color: var(--morgen-red);
}

.button_48.is-arrow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button_48.is-secondary-arrow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(to right, var(--morgen-red), var(--morgen-yellow) 56%);
  color: var(--white);
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: box-shadow .4s, color .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_48.is-secondary-arrow:hover {
  border-color: var(--button-hover);
  color: var(--morgen-black);
}

.button_48.is-secondary-arrow:active {
  box-shadow: inset 172px 53px 41px -14px var(--morgen-red);
}

.button_48.is-secondary-arrow.get-started.logged-in-hidden {
  background-image: linear-gradient(90deg, var(--morgen-red), var(--morgen-yellow) 56%);
}

.button_48.is-secondary-arrow.open-morgen {
  display: none;
}

.button_48.is-secondary {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(to right, var(--morgen-red), var(--morgen-yellow) 56%);
  color: var(--white);
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: box-shadow .4s, color .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_48.is-secondary:hover {
  border-color: var(--button-hover);
  color: var(--morgen-black);
}

.button_48.is-secondary:active {
  box-shadow: inset 172px 53px 41px -14px var(--morgen-red);
}

.button_48.is-secondary.guide_button {
  margin-top: 3.375rem;
}

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

.footer_bottom.promo {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_bottom-group {
  z-index: 2;
  grid-column-gap: .5rem;
  background-image: linear-gradient(to right, var(--morgen-red), var(--morgen-yellow));
  color: var(--light-grey);
  border-radius: .5rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
}

.footer_bottom-group.promo-banner {
  position: fixed;
}

.footer_bottom-group.promo {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  inset: auto 0% 0%;
}

.footer_social_link {
  color: var(--morgen-yellow);
  background-color: #2a2e3c;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: color .2s, border-color .2s;
  display: flex;
}

.footer_social_link:hover {
  color: var(--white);
  border-color: #76879d;
}

.footer-form_input_wr {
  border-radius: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-form_form-block {
  margin-bottom: 0;
}

.footer_link-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 0;
  display: flex;
}

.footer_link-group.no-title {
  justify-content: flex-start;
  padding-top: 2.5rem;
}

.footer-form_submit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-form_submit:hover {
  color: var(--morgen-yellow);
}

.footer-form_submit:active {
  color: var(--morgen-red);
}

.footer {
  grid-column-gap: .5rem;
  background-image: linear-gradient(#20222e, #191a23);
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1.5rem;
  position: relative;
}

.footer.edited_for_banner {
  padding-bottom: 6rem;
}

.footer.mobile-margin {
  background-image: linear-gradient(#20222e, #191a23);
}

.footer_bottom_links-group {
  grid-column-gap: 2rem;
  display: flex;
}

.icon-1x1-middle {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}

.footer_bottom_link {
  grid-column-gap: .125rem;
  color: var(--light-grey);
  background-color: #0000;
  border: 2px solid #0000;
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.footer_bottom_link:hover {
  color: var(--morgen-black);
}

.footer_social-links {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.footer-form_input {
  color: var(--white);
  background-color: #2a2e3c;
  border: 1px solid #0000;
  border-radius: .75rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1.125rem .5rem 1.125rem 1.25rem;
}

.footer-form_input:hover {
  border-color: var(--morgen-yellow);
}

.footer-form_input:focus {
  border-color: var(--morgen-red);
}

.footer-form_input::placeholder {
  color: #a6b1bf;
}

.footer_top-group {
  z-index: 2;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 22.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
}

.footer_form {
  border-left: 1px solid #484a54;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 22.5rem;
  padding-left: 3rem;
  display: flex;
}

.footer-form_button {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.42857;
  text-decoration: none;
  transition: background-color .4s;
  position: absolute;
  inset: 0%;
}

.footer_link {
  grid-column-gap: .5rem;
  color: var(--body-text-grey);
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer_link:hover {
  color: var(--morgen-yellow);
}

.footer_link:active {
  color: var(--morgen-red);
}

.footer-form_submit-icon {
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  overflow: hidden;
}

.footer_links {
  grid-column-gap: 3.5rem;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer_bottom_links {
  grid-column-gap: 1.5rem;
  display: flex;
}

.footer-form_form {
  max-width: 28.75rem;
}

.social-icon_svg {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}

.social-icon_svg.twitter-logo {
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 11px;
  display: flex;
}

.footer_top-line {
  background-image: linear-gradient(#fff3, #ffffff12);
  height: 1px;
}

.footer_copyright {
  font-size: .75rem;
  font-weight: 400;
  line-height: 2;
}

.footer_container {
  width: 100%;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_container.promo {
  width: auto;
  margin-left: 10rem;
  margin-right: 10rem;
}

.security_section {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  position: relative;
}

.security_section.app_security_section {
  z-index: 3;
  background-color: #14151c00;
}

.security_section.integrations {
  padding-top: 3.5rem;
  padding-bottom: 0;
}

.security_layout {
  z-index: 1;
  border: 1px solid #6466701a;
  border-radius: 13.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.security_layout._2 {
  border-color: #6466704d;
}

.security_layout._3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1f212d;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 2rem;
  padding-right: 3.5rem;
}

.security_icon-wr {
  background-image: linear-gradient(135deg, var(--morgen-red), var(--morgen-yellow) 67%);
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  padding: 1px;
  display: flex;
  overflow: hidden;
}

.security-icon {
  background-color: #292b37;
  background-image: url('../images/Shield-Done.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.slider_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}

.testimonials_top {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.375rem;
  display: flex;
  position: relative;
}

.testimonials_top.common_testimonials_top {
  justify-content: center;
}

.testimonials_section {
  padding-top: 3rem;
  padding-bottom: 0;
  position: relative;
}

.testimonials_section.common_testimonials_section {
  background-color: #14151c;
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
}

.testimonials_section.testimonials_section_landing {
  padding-top: 0;
  padding-bottom: 5rem;
}

.heading-wr {
  max-width: 42.25rem;
}

.testimonial_slide {
  height: auto;
  margin-right: 2.5rem;
}

.slider-arrow-wr {
  background-color: #2a2e3c;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 3.125rem;
  height: 3.125rem;
  padding: 1px;
  transition: background-color .3s, box-shadow .3s;
  display: flex;
}

.slider-arrow-wr:hover {
  background-image: linear-gradient(to right, var(--morgen-red), var(--morgen-yellow));
}

.slider-arrow-wr:active {
  box-shadow: inset -50px 0 11px 0 var(--morgen-red);
  background-color: #017aff;
}

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

.testimonials_group.common_testimonials_group {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: start stretch;
  display: grid;
}

.testomonials_arrows {
  grid-column-gap: .5rem;
  align-items: flex-end;
  display: flex;
}

.testimonial_mask {
  height: auto;
}

.testimonials_slider {
  background-color: #0000;
  height: auto;
}

.slide-wr {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 2rem;
  display: grid;
}

.slide-wr.common-slide-wr {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.slide-wr.common-slide-wr._2 {
  margin-bottom: 0;
}

.testimonial_card-wr {
  background-image: linear-gradient(135deg, #4b4c55, #373842);
  border-radius: .75rem;
  padding: 1px;
}

.testimonial_card-wr.intergtions {
  height: 100%;
}

.testimonial_card {
  background-image: linear-gradient(135deg, #1e202b, #1c1e28);
  border-radius: .75rem;
  padding: 2rem 1.1rem 2rem 2rem;
}

.testimonial_card.integrations {
  text-align: left;
  background-image: linear-gradient(139deg, #1c1d27, #27293a);
  height: 100%;
  padding: 1.5rem;
}

.testimonial_img {
  border-radius: 100%;
  width: 2.875rem;
  height: 2.875rem;
}

.testimonial_name {
  color: var(--white);
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

.testimonial_name.integrations {
  font-size: 1.5rem;
  line-height: 1.33333;
}

.testimonial_name-wr {
  grid-column-gap: .5rem;
  display: flex;
}

.testimonial_name-wr.common_testimonial_name-wr {
  padding-bottom: 8px;
}

.testimonial_name-wr.common_testimonial_name-wr.integrations {
  justify-content: flex-start;
  align-items: center;
}

.testimonial_name-layout {
  flex-direction: column;
  padding-right: 37px;
  display: flex;
}

.testimonial_link {
  background-image: linear-gradient(90deg, var(--morgen-red), var(--morgen-yellow));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.testimonial_text {
  margin-top: .5rem;
}

.slider-arrow {
  background-color: #191a23;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color .3s;
  display: flex;
}

.slider_nav {
  position: static;
}

.cta_section {
  position: relative;
}

.cta_section.padding-bottom.padding-ultraviolet.app_cta_section {
  background-color: #14151c00;
}

.cta_section.common_cta_section {
  padding-top: 5.125rem;
  padding-bottom: 5.125rem;
}

.cta_section.integration {
  padding-top: 7.5rem;
  padding-bottom: 8.75rem;
}

.cta_section.mobile-margin.sapce {
  padding-top: 100px;
}

.cta_layout {
  text-align: left;
  background-color: #20222e;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: .75rem;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
  padding-left: 2.5rem;
  position: relative;
}

.features_section {
  padding-top: 5.75rem;
  padding-bottom: 4.5rem;
}

.features_section.designed {
  background-image: none;
  padding-bottom: 7rem;
  position: relative;
}

.features_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1.6rem;
  grid-template: "."
                 "Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.5rem;
  display: grid;
}

.features_layout.keyboard {
  z-index: 1;
  background-image: linear-gradient(49deg, #2124304d, #21232f99);
  border: 1px solid #fff3;
  border-radius: 12px;
  margin-top: 0;
  padding: 3.5rem 4.6875rem;
  position: relative;
}

.features_layout.features_layout_grid_two {
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  padding-left: 9.9rem;
  padding-right: 9.9rem;
}

.features_layout.features_layout_grid_two.before_after {
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-top: 72px;
}

.features_layout.features_layout_grid_two.no_space {
  grid-column-gap: 1rem;
  grid-row-gap: 1.6rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start;
  display: grid;
}

.text-wrapper.is-align-center {
  text-align: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
}

.text-wrapper.is-align-center.max-width-mango {
  grid-template-rows: auto auto auto auto auto auto auto;
  max-width: 40rem;
}

.text-wrapper.is-align-center.max-width-olive {
  grid-template-rows: auto auto;
}

.text-wrapper.is-align-center.max-width-paprika {
  z-index: 1;
  text-align: left;
  order: 0;
  grid-template-rows: auto auto;
  grid-auto-rows: minmax(auto, .25fr);
  place-items: center;
  margin-bottom: 0;
}

.text-wrapper.is-align-center.max-width-paprika.is_time-btn-wrapper {
  z-index: 1;
  position: relative;
}

.text-wrapper.is-align-center.common-text-wrapper {
  text-align: left;
  max-width: 40rem;
  padding-bottom: 72px;
}

.text-wrapper.is-align-center.common-text-wrapper.dp {
  text-align: left;
  place-items: center start;
}

.text-wrapper.is-align-center.common-text-wrapper.bd {
  place-items: center start;
}

.text-wrapper.is-align-center.common-text-wrapper.scheduler {
  padding-bottom: 40px;
}

.text-wrapper._1.app_tab_text-wrapper {
  align-items: center;
  position: relative;
}

.text-wrapper.tabs_text-wrapper {
  padding-bottom: 0;
}

.text-wrapper.tabs_text-wrapper:hover {
  color: var(--morgen-red);
}

.text-wrapper.mobile-margin {
  align-content: start;
  place-items: start center;
}

.text-wrapper.mobile-margin.margin-left {
  place-items: start;
}

.text-wrapper.mobile-margin.video {
  grid-template-rows: auto auto;
  place-items: center;
}

.text-wrapper.mobile-margin.free-tool, .text-wrapper.mobile-margin.linux {
  place-items: start;
}

.feature_card {
  grid-column-gap: 1.5rem;
  align-items: flex-start;
  display: flex;
}

.feature_card.max-width-indigo {
  flex-flow: row;
}

.feature_card.max-width-indigo.scheduler {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100rem;
}

.feature_text-wr {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.feature_icon-wr {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border: 1px solid #ffffff1f;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  padding: .5625rem;
  transition: background-color .3s;
  display: flex;
}

.feature_icon-wr:hover {
  background-color: #1d1f29;
}

.feature_icon-wr.feature_icon-wr-keyboard {
  background-color: var(--morgen-black);
}

.feature_icon-wr.feature_icon-wr-keyboard:hover {
  background-color: #1d1f29;
}

.feature_icon {
  z-index: 8;
  background-color: #1d1f29;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.feature_icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}

.cta_layout-wr {
  background-image: linear-gradient(#fff3, #ffffff12);
  border-radius: .75rem;
  padding: 1px;
}

.cta_text-wr.is-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_bg {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 0 8px 8px 0;
  width: 100%;
  max-width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta_text-max-width {
  width: 100%;
  max-width: 28.75rem;
}

.nav_burger_button {
  width: 3rem;
  height: 3rem;
  display: none;
}

.nav_burger_content {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar_left_buttons-wr {
  grid-column-gap: 1rem;
  display: flex;
}

.nav_burger_list {
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 90vh;
  padding: 2rem;
  position: absolute;
  inset: 3.4rem 0% 0% auto;
}

.dropdown-1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
}

.dropdown-1_icon.dropdown-1_icon-lang {
  margin-right: 1rem;
  padding-right: 0;
}

.nav_burger-lottie {
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: 0%;
}

.navbar_padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.navbar_center {
  z-index: 100;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_center.blog-v2 {
  background-color: #191a23;
}

.navbar_center.v2-blog {
  background-color: #191a2300;
}

.nav-menu {
  grid-column-gap: 1.7rem;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown_link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

.dropdown_link:hover {
  color: var(--morgen-yellow);
}

.dropdown_link:active {
  color: var(--morgen-red);
}

.dropdown_link.w--current {
  color: var(--morgen-yellow);
  text-decoration: none;
}

.dropdown-1_list {
  background-color: #0000;
  background-image: linear-gradient(#fff3, #ffffff12);
  border-radius: .75rem;
}

.dropdown-1_list.w--open {
  padding: 1px;
  box-shadow: 0 4px 16px #00000014;
}

.navbar-center_wrapper {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center stretch;
  max-width: 72.5rem;
  height: 5.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.dropdown-1_toggle {
  color: var(--white);
  letter-spacing: .015625rem;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1.5rem .5rem 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.42857;
  transition: color .4s;
}

.dropdown-1_toggle:hover {
  color: var(--morgen-yellow);
}

.dropdown-1_toggle.w--open {
  color: var(--morgen-yellow);
  justify-content: flex-end;
}

.dropdown-1_toggle.dropdown-lang {
  border: 1px solid #fff;
  border-radius: .75rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1.5rem;
}

.nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  letter-spacing: .015625rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.nav-link:hover {
  color: var(--morgen-yellow);
}

.nav-link:active {
  color: var(--morgen-red);
}

.nav-link.w--current {
  color: var(--morgen-yellow);
  border-bottom-style: none;
  border-bottom-color: #ff6838;
  text-decoration: none;
}

.nav_burger_trigger {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-1 {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-1.dropdown-language {
  border-radius: .75rem;
}

.navbar_bg {
  z-index: 1;
  opacity: 0;
  background-color: #21222d9e;
  transition: opacity .4s;
  display: block;
  position: absolute;
  inset: 0%;
}

.navbar_bg.show {
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #ffffff08;
}

.navbar_bg.v2-blog {
  z-index: -1;
}

.hero_section {
  width: 100%;
  padding-top: 88px;
  padding-bottom: 75px;
  overflow: hidden;
}

.hero_section.common_hero_section {
  padding-bottom: 2.5rem;
  position: relative;
}

.hero_section.common_hero_section.blog_page-common_hero_section {
  padding-bottom: 5.125rem;
}

.hero_section.common_hero_section.is-hero-logo {
  padding-bottom: 4.5rem;
}

.hero_section.common_hero_section.is-hero-logo.with-overflow {
  overflow: visible;
}

.hero_section.common_hero_section.is-hero-logo.test {
  height: 100%;
  padding-bottom: 1rem;
}

.hero_section.common_hero_section.is-hero-video {
  padding-top: 3.375rem;
  padding-bottom: 2.5rem;
}

.hero_section.terms_section {
  z-index: 10;
  overflow: visible;
}

.hero_section.calendar-conferencing-section {
  z-index: 1;
  height: 100%;
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
  position: relative;
  overflow: visible;
}

.hero_section.background-morgen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: var(--light-grey);
  object-fit: fill;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
  min-height: 100vh;
  padding-bottom: 40px;
  display: block;
  position: static;
}

.nav-styleguide {
  height: 88px;
  position: relative;
}

.app_hero_layout {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.app_hero_layout.common_app_hero_layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1.35fr 1.35fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.app_hero_layout.common_app_hero_layout.is_video {
  padding-top: 0;
}

.app_hero_layout.common_app_hero_layout.mobile-margin.obsidian {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.app_hero_layout.common_app_hero_layout.fastmail, .app_hero_layout.common_app_hero_layout.notion {
  display: flex;
}

.app_hero_layout.common_app_hero_layout.deeptimer {
  display: block;
}

.app_hero_layout.blog_app_hero_layout {
  padding-bottom: 5.125rem;
}

.app_hero_layout.feature_blog_app_hero_layout {
  padding-top: 3.5rem;
  top: auto;
}

.app_hero_layout.align-center.max-width-olive.mobile-margin {
  padding-left: 0;
  padding-right: 0;
}

.app_hero_layout.mobile-margin {
  align-items: center;
}

.app_hero_layout.no-morgin {
  padding-left: 10px;
  padding-right: 10px;
}

.app_hero_image {
  box-sizing: border-box;
  float: none;
  aspect-ratio: auto;
  object-fit: contain;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.app_hero_image.test {
  margin-left: 0;
  margin-right: 0;
}

.hero_heading-wr {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero_heading-wr.common_hero_heading-wr {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.available {
  z-index: 4;
  grid-column-gap: .5rem;
  background-color: var(--light-grey);
  color: var(--white);
  border-radius: .5rem;
  margin-bottom: 20px;
  padding: .85rem 1rem;
  font-size: .75rem;
  line-height: 1.42857;
  display: flex;
  position: relative;
}

.text-color-gradient {
  background-image: linear-gradient(90deg, var(--morgen-red), var(--morgen-yellow));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 15px;
  display: inline-flex;
}

.text-color-gradient.text-weight-bold {
  background-image: linear-gradient(to right, var(--morgen-red), var(--morgen-yellow));
}

.hero_bg {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.app_hero_bottom {
  opacity: 1;
  background-color: #14151c00;
  height: 22.2rem;
  margin-top: -270px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.app_hero_bottom-bg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -76% 0% auto;
}

.app_hero_bottom-bg.pointer-events-off {
  z-index: 2;
}

.app_section {
  z-index: 1;
  background-color: #14151c00;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative;
}

.app_section.features {
  padding-top: 1.5rem;
  padding-bottom: 2.75rem;
}

.app_section.features.features_section-two-grid {
  z-index: 1;
  background-color: #14151c00;
  padding-bottom: 5.5rem;
  position: relative;
}

.app_section.features.features_section-two-grid.common_features_section-two-grid {
  background-color: #0000;
}

.app_section.app_feature_listing_section {
  background-color: #14151c00;
  padding-top: 0;
  padding-bottom: 7.5rem;
}

.app_section.app_smart_timing_section {
  z-index: 2;
  background-color: #14151c00;
  padding-bottom: 0;
}

.app_section.app_insights_section {
  background-color: #14151c00;
}

.app_section.app_tabs_section {
  background-color: #14151c00;
  height: 100%;
  padding-top: 9.5rem;
}

.app_section.common-app_section.ew {
  text-align: left;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.app_section.common-app_section.ew.mobile-margin.no-mobile {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.app_section.common-app_section.ew.mobile-margin.join-the-community {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 0;
  padding-bottom: 0;
}

.app_section.common-app_section.ew.mobile-margin.join-the-community.notion {
  margin-top: 0;
  padding-top: 40px;
}

.app_section.common-app_section.ew.mobile-margin.join-the-community.linux {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.app_section.common-app_section.ew.mobile-margin.join-the-community.test {
  position: relative;
  top: auto;
  bottom: 60px;
}

.app_section.common-app_section.ew.mobile-margin.pricing {
  padding-top: 0;
  padding-bottom: 0;
}

.app_section.common-app_section._1 {
  padding-top: 0;
  padding-bottom: 0;
}

.app_section.integration {
  background-color: #14151c;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  overflow: visible;
}

.app_section.overflow-hidden.remove-space {
  background-color: var(--morgen-black);
  padding-top: 1rem;
  padding-bottom: 0;
}

.app_section.background-color-light-grey {
  background-color: var(--light-grey);
}

.app_section.mobile-margin.integrations {
  padding-top: 0;
  padding-bottom: 0;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.image-wrapper.hide-mobile-landscape {
  max-width: 580px;
  max-height: 550px;
}

.image-wrapper.hide-mobile-landscape.app_tab_image-wrapper {
  max-width: 590px;
  max-height: 550px;
  margin-top: -258px;
  display: flex;
  position: relative;
  inset: 0 0% auto auto;
}

.image-wrapper.hide-mobile-landscape.common_image-wrapper {
  border-radius: 20px;
  overflow: visible;
}

.image-wrapper.hide-mobile-landscape.common_image-wrapper.split {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.image-wrapper.app-image-bg {
  background-color: #14151c;
  border-radius: 24px;
  align-self: flex-end;
  width: 100%;
  max-width: 660px;
  height: 100%;
  overflow: visible;
}

.image-wrapper.app-image-bg._1 {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  max-width: 579px;
  height: 100%;
}

.container_2columns {
  z-index: 3;
  grid-column-gap: 5.125rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.container_2columns.second {
  z-index: 3;
  align-items: center;
  height: auto;
  margin-top: 160px;
  position: relative;
  top: 0;
}

.container_2columns.app_tab_container_2columns.second {
  z-index: 3;
  grid-template-rows: auto auto;
  grid-template-columns: .515fr .6fr;
  height: 100vh;
  position: sticky;
  top: 25px;
}

.container_2columns.app_tab_container_2columns.three {
  z-index: 3;
  grid-template-columns: .515fr .6fr;
  align-items: center;
  height: 95vh;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.container_2columns.container_2columns_top_pad {
  margin-top: 100px;
}

.container_2columns.container_2columns_top_pad.schedule {
  grid-column-gap: 2rem;
}

.container_2columns.container_2columns_top_pad.link-generator {
  grid-column-gap: 5.125rem;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .4fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center stretch;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.app_group {
  grid-column-gap: 0px;
  grid-row-gap: 5.125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.app_group.app_group-tab-layout {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  padding-top: 5.5rem;
  overflow: visible;
}

.app_group.app_group-tab-layout._1 {
  padding-top: 5.5rem;
  padding-bottom: 0;
}

.app_group.app_group-tab-layout._2 {
  padding-top: 10.5rem;
}

.app_group.common_app_group {
  grid-column-gap: 0px;
  grid-row-gap: 5.125rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  display: grid;
}

.app_group.integration {
  grid-row-gap: 0rem;
}

.app_hero_bg-time {
  z-index: 0;
  background-image: none;
  width: 100%;
  height: 26%;
  position: absolute;
  inset: auto 0% 0;
}

.app_section-time {
  z-index: 1;
  background-color: #14151c00;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative;
}

.app_section-time.common_app_section-time {
  padding-bottom: 0;
}

.app_section-time.common_app_section-time.linux {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.hide-desktop {
  display: none;
}

.dropdown_content {
  grid-column-gap: .75rem;
  grid-row-gap: 16px;
  background-color: #21222d;
  border-radius: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
  box-shadow: 0 9px 20px #21222d66;
}

.dd_bottom-line {
  background-image: linear-gradient(#fff3, #ffffff12);
  height: 1px;
  display: none;
}

.gradient_circle {
  opacity: .53;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 10% auto auto -10%;
}

.gradient_circle.integrations {
  background-color: #edae9aba;
  width: 354px;
  height: 348px;
  top: 0%;
}

.available-wr {
  background-image: linear-gradient(to right, var(--morgen-red), var(--morgen-yellow));
  opacity: 0;
  border-radius: .5rem;
  position: absolute;
  inset: 0% -.5px 0% 0%;
}

.animation-trigger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-trigger.common_animation-trigger {
  text-align: left;
  align-items: flex-start;
  display: flex;
}

.available_group {
  padding: 1px;
  position: relative;
}

.circle-blur-wr {
  z-index: -2;
  filter: blur(100px);
  position: absolute;
  inset: 0%;
}

.noise {
  z-index: 0;
  opacity: .03;
  background-image: url('../images/64f882f664b8b84068de1601_2023-09-06-18-46-50-64d9e814966d756171dcbecf_noise.gif.webp');
  background-size: 50px;
  display: block;
  position: absolute;
  inset: 0%;
}

.h1-hidden {
  font-size: 3.95rem;
  line-height: .9375;
}

.h1-hidden:lang(de) {
  font-size: 3.25rem;
}

.h1-hidden:lang(fr), .h1-hidden:lang(es) {
  font-size: 3.5rem;
}

.h1-hidden:lang(it) {
  font-size: 4rem;
}

.h1-hidden.blog_detail-related-heading {
  color: var(--body-text-white);
}

.h1-hidden.gude_blog_detail-related-heading {
  width: 100%;
  max-width: 29.063rem;
}

.lottie-animation {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.app_hero_ss-wr {
  aspect-ratio: 16 / 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.app_hero_ss-wr.common_app_hero_ss-wr {
  border-radius: 20px;
  max-width: none;
  margin-top: -95px;
  display: block;
  overflow: hidden;
}

.hero_el1 {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero_el2 {
  opacity: .11;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto -33%;
}

.hero_el2.integrations {
  left: 0%;
}

.hero_el2.hero_el2_svg {
  z-index: 0;
  aspect-ratio: 1;
  opacity: .12;
  width: auto;
  min-width: 100vw;
  height: auto;
  position: absolute;
  left: 0%;
  overflow: visible;
}

.time_layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 120px;
  display: flex;
}

.time_layout.is_video {
  width: 100%;
}

.time_layout.code_lovable {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
}

.time_layout.less_spacing {
  margin-bottom: 40px;
}

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

.master_hero {
  width: 100%;
  padding-top: 88px;
  padding-bottom: 3.75rem;
  overflow: hidden;
}

.faq_section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.faq_section.pricing-page {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.faq_section.common_faq_section {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.contact_section {
  padding-top: 3.75rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.faq_layout {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 16.25rem) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.faq_layout.common_faq_layout {
  color: #cbcccc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.border-line {
  background-image: linear-gradient(to right, #fff3, #ffffff12);
  height: 1px;
}

.faq_card {
  background-color: #0000;
  border-radius: .5rem;
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.categories {
  flex: none;
  align-self: flex-start;
  width: 16.25rem;
  margin-right: 2rem;
  position: static;
  top: 100px;
}

.faq_wr {
  z-index: 3;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 47.5rem;
  display: flex;
  position: relative;
}

.faq-2_title {
  color: var(--white);
  text-align: left;
  padding-right: 2.5rem;
  font-family: Faktum, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq-2_card {
  z-index: 3;
  text-align: left;
  cursor: pointer;
  background-image: linear-gradient(45deg, #1c1d28, #1e202c);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
  position: relative;
}

.faq-2_card.empty {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.faq-2_card.empty.padding-empty {
  padding-left: 60px;
  padding-right: 60px;
}

.faq-2_icon {
  float: right;
  text-align: center;
  font-size: 37px;
  font-weight: 400;
  line-height: 0;
  display: block;
  position: relative;
  transform: rotate(45deg);
}

.faq-2_icon-wr {
  color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
}

.faq_planner2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2rem 2rem 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.faq-_planner2_content {
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
}

.faq-2_text {
  margin-right: 1.5rem;
}

.faq-card_border {
  background-image: linear-gradient(45deg, #fff3, #ffffff12);
  border-radius: .75rem;
  width: 100%;
  margin-bottom: .5rem;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.faq_gradient-border {
  z-index: 2;
  background-image: linear-gradient(45deg, var(--morgen-red), var(--morgen-yellow));
  opacity: 0;
  border-radius: .75rem;
  position: absolute;
  inset: 0%;
}

.search-wr {
  flex: 1;
  margin-bottom: .5rem;
  position: relative;
}

.search-field {
  background-color: var(--light-grey);
  color: #fff;
  border: 1px solid #0000;
  border-radius: .75rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding: .625rem 1rem .625rem 3.2rem;
  font-size: .875rem;
}

.search-field:hover {
  border-color: var(--morgen-yellow);
}

.search-field:active, .search-field:focus, .search-field:focus-visible, .search-field[data-wf-focus-visible] {
  border-color: var(--morgen-red);
}

.search-field::placeholder {
  color: #a7a7a7;
  font-size: .875rem;
}

.search-icon {
  width: 1.5rem;
  height: 1.5rem;
  transition: color .2s;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.reset-search {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
  position: absolute;
  inset: 1rem .6rem auto auto;
  overflow: hidden;
}

.category {
  display: none;
}

.empty {
  width: 100%;
}

.empty-state {
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.collection-list-wrapper {
  width: 100%;
}

.billing-switch_wr {
  background-color: #191a23;
  border-radius: 2.625rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 5.125rem;
  height: 2.5rem;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.billing-switch_layout {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 4.25rem;
  margin-bottom: 5.125rem;
  display: flex;
}

.billing-switch_border {
  background-image: linear-gradient(to right, var(--morgen-red), var(--morgen-yellow));
  cursor: pointer;
  border-radius: 2.625rem;
  padding: 1px;
}

.billing-switch_toggle {
  background-image: linear-gradient(to bottom, var(--morgen-red), var(--morgen-yellow));
  border-radius: 100%;
  width: 1.875rem;
  height: 1.875rem;
}

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

.pricing_top {
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  justify-items: stretch;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.pricing_top.team-pro {
  padding-right: 1rem;
}

.pricing_layout {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing_layout._2-col {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

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

.pricing_list-icon {
  color: #76879d;
  flex: none;
  align-self: baseline;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}

.pricing_list-item {
  grid-column-gap: .5rem;
  color: var(--white);
  border-bottom: 1px solid #cbcccc1a;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 8px;
  display: flex;
}

.pricing_bottom {
  grid-row-gap: .5rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1rem 1.5rem 2rem;
}

.pricing_card {
  text-align: center;
  background-image: radial-gradient(circle at 117% 73%, #262938, #1c1d26);
  border-bottom-width: 1px;
  border-bottom-color: #dde1e7;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.pricing_separator {
  background-color: #cbcccc1a;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
}

.pricing_card_border {
  background-image: linear-gradient(45deg, #fff3, #ffffff12);
  border-radius: .75rem;
  max-width: 450px;
  padding: 1px;
  overflow: hidden;
}

.pricing_card_border.highlight {
  background-image: linear-gradient(90deg, var(--morgen-red), var(--morgen-yellow));
  background-image: linear-gradient(90deg, #ff8295, #f3c26a);
  position: relative;
}

.price-text {
  color: var(--morgen-yellow);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.price-text.yearly {
  font-size: 2.5rem;
  display: block;
}

.price-text.monthly {
  font-size: 2.5rem;
}

.price-text.monthly.price-text-smaller, .price-text.price-text-smaller {
  font-size: 2rem;
}

.price-text.original-price {
  color: var(--body-text-grey);
  text-decoration: line-through;
}

.price-wr {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  min-height: 50px;
  display: flex;
}

.price-wr.price-wr-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.price-info {
  color: var(--white);
  letter-spacing: .015625rem;
  white-space: nowrap;
  background-color: #2a2e3c;
  border-radius: .25rem;
  padding: .375rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.42857;
}

.price-info:lang(de) {
  max-width: 300px;
}

.pricing-table_section {
  background-color: #14151c;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.table-wr {
  margin-bottom: 2rem;
}

.table_4col_row {
  background-color: #191a23;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2px;
  display: grid;
}

.table_4col_row.is-top {
  z-index: 2;
  color: #fff;
  letter-spacing: .015625rem;
  background-color: #14151c;
  border-bottom: 1px solid #25252c;
  position: sticky;
  top: 5.5rem;
}

.table_4col_row.is-gray {
  background-color: #21222d;
}

.table_4col_row.is-end {
  background-color: #0000;
}

.table_cell {
  text-align: center;
  border-left: 1px solid #292a33;
  border-right: 1px solid #292a33;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: .875rem;
  display: flex;
}

.table_cell.is-top {
  color: #fff;
  text-transform: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.66667;
  display: flex;
}

.table_cell.is-top.is-left {
  align-items: flex-start;
  padding-left: 1.5rem;
}

.table_cell.is-last {
  border-right-style: none;
}

.table_cell.is-end {
  border-left-style: none;
  border-right-style: none;
  justify-content: flex-start;
  max-width: 12.75rem;
  padding-left: 0;
  padding-right: 0;
}

.table_cell.is-left {
  color: #fff;
  text-align: left;
  border-left-style: none;
  align-items: flex-start;
}

.table_cell.is-left.width-full {
  width: 100%;
  padding: 1rem;
  font-size: .875rem;
}

.pricing-table {
  z-index: 1;
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.pricing-table_trigger {
  grid-column-gap: 1.5rem;
  color: #3a4554;
  white-space: break-spaces;
  cursor: pointer;
  align-items: center;
  width: 100%;
  padding: 1.25rem 0 1.25rem 0;
  display: flex;
}

.pricing-table_content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.pricing-table_content.w--open {
  border-top: 1px #0000;
}

.pricing-arrow-wr {
  background-image: url('../images/arrow-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.minus {
  color: var(--morgen-red);
}

.pricing_end {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: flex-start stretch;
  min-height: 0;
  display: flex;
}

.mobile-table-headings {
  color: var(--white);
  letter-spacing: .015625rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.42857;
  display: none;
}

.tab_dropdown {
  cursor: pointer;
  background-color: #2220;
  line-height: 1.6em;
  display: block;
}

.table {
  margin-bottom: 2rem;
}

.pricing_section {
  background-color: #14151c;
  margin-top: -11.25rem;
  padding-top: 16.75rem;
  padding-bottom: 3rem;
}

.cta_layout-price {
  background-color: #20222e;
  border-radius: .75rem;
  padding: 2.375rem 2.5rem;
  position: relative;
}

.cta_layout-price.image-none {
  background-image: none;
}

.cta_layout-price.transparent {
  color: var(--body-text-grey);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.container-line-white {
  background-image: linear-gradient(135deg, #fff3, #ffffff12);
  border-radius: .75rem;
  padding: 1px;
  overflow: hidden;
}

.container-line-white.transparent {
  background-image: none;
}

.pricing-table_content_tooltip_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.pricing-table_content_tooltip_content {
  z-index: 100;
  background-color: #3f414d;
  border-radius: 12px;
  width: 235px;
  margin-bottom: 18px;
  padding: 8px 12px;
  display: none;
  position: absolute;
  inset: auto -110px 100% auto;
}

.pricing-table_content_block {
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.pricing-table_content_polygon {
  max-width: 18px;
  max-height: 18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 -12px;
}

.pricing-table_content_tooltip {
  cursor: pointer;
  flex: none;
  display: block;
  position: relative;
}

.pricing-table_content_tooltip_gray {
  max-width: 14px;
  max-height: 14px;
  display: none;
  position: absolute;
  inset: 0%;
}

.pricing-table_content_tooltip_dark_gray {
  max-width: 14px;
  max-height: 14px;
  display: block;
}

._404-button-wrapper {
  margin-top: 56px;
}

.utility-page_form-block-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.utility-page_arrow-line {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 68px auto auto;
}

.max-width-380 {
  max-width: 380px;
}

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

.utility-page_event-box-1 {
  width: 100%;
  max-width: 151px;
  max-height: 49px;
  position: absolute;
  inset: -104px auto auto 160px;
}

.utility-page_event-box-2 {
  position: absolute;
  inset: -74px 100px auto auto;
}

.utility-page_event-box-3 {
  width: 100%;
  max-width: 156px;
  max-height: 62px;
  position: absolute;
  inset: auto 0% 0 auto;
}

.utility-page_event-box-4 {
  position: absolute;
  inset: 170px auto auto 60px;
}

.max-width-214 {
  width: 100%;
  max-width: 214px;
}

.max-width-214.schedule {
  max-width: 80%;
}

.app_counter_section {
  z-index: 1;
  background-color: #14151c;
  position: relative;
}

.app_counter_section.common_app_counter_section {
  background-color: #0000;
  padding-top: 3.5rem;
  padding-bottom: 10.5rem;
}

.app_counter_group {
  background-image: linear-gradient(193deg, #21232fb8 9.41%, #21232f45);
  border: 1px solid #fff3;
  border-radius: 12px;
  padding: 4.5rem 3rem;
}

.app_counter_column {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.app_counter_block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  overflow-wrap: normal;
  border-left: 1px solid #ffffff1f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: static;
}

.app_counter_block.block_1 {
  border-left-style: none;
}

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

.counter {
  padding-bottom: 13px;
}

.app_feature_listing-column {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.app_feature-listing {
  margin-top: 3.375rem;
  margin-bottom: 1.375rem;
  padding-left: 0;
  list-style: none;
}

.app_feature-listing.common-app_feature-listing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
  display: block;
}

.app_feature-listing.common-app_feature-listing.center {
  display: flex;
}

.app_feature-listing-item {
  text-align: left;
  background-image: url('../images/List-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  line-height: 1.3;
  list-style-type: none;
  overflow: visible;
}

.app_feature-listing-item.common_app_feature-listing-item {
  margin-bottom: 8px;
}

.app_feature-listing-item.center {
  text-align: center;
  display: block;
}

.app_smart_timing-layout-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 35.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.app_smart_timing-layout-content.padding-bottom.padding-navy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 0;
  display: flex;
}

.app_bg_left_glow-pink {
  filter: blur(122px);
  background-image: linear-gradient(#ed9a9a87, #ed9a9a87);
  width: 530px;
  height: 377px;
  position: absolute;
  top: 142px;
  left: 100px;
}

.app_smart_timing-layout-image {
  text-align: center;
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
}

.app_smart-assistance_column {
  grid-column-gap: 104px;
  grid-row-gap: 104px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.app_smart_assitance-content-wrapper {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.app_smart_assitance-content-wrapper.max-width-mango {
  padding-bottom: 91px;
}

.app_smart_assitance-content-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 523px;
  margin-right: auto;
  display: flex;
}

.app_smart_timing-layout-image-01 {
  width: 100%;
  max-width: 485px;
  height: 100%;
}

.app_smart_assistance-layout-image {
  padding-bottom: 0;
  padding-left: 43px;
  position: relative;
}

.app_smart_assitance-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4.375rem;
  display: grid;
}

.app_smart_assitance-content-inner {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.app_smart_assitance-grid-block {
  border-left: 1px solid #ffffff1f;
  padding-left: 24px;
}

.app_smart-assistance_section {
  z-index: 4;
  background-color: #14151c;
  border-radius: 24px;
  margin-top: -100px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 95px;
  position: relative;
}

.app_insights-layout-image {
  grid-column-gap: 26px;
  grid-row-gap: 18px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 394px repeat(auto-fit, 587px);
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.app_insights-layout-content {
  width: 100%;
  max-width: 39.75rem;
  margin-left: auto;
  margin-right: auto;
}

.app_insights-layout-content.padding-bottom.padding-navy {
  text-align: center;
}

.app_smart_timing_layout {
  z-index: 3;
  position: relative;
}

.app_bg_bottom_glow-purple {
  filter: blur(222px);
  background-color: #64507d;
  width: 460px;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.app_insights-layout {
  z-index: 3;
  position: relative;
}

.app_bg_top_glow-blue {
  filter: blur(222px);
  background-color: #7cc9da36;
  width: 530px;
  height: 377px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -320px 0% auto;
}

.app_tab_toggle {
  background-color: #0000;
  border-bottom: 1px solid #cbcccc;
  margin-right: 16px;
  padding: 0;
}

.app_tab_toggle:hover {
  border-bottom-width: 2px;
  border-bottom-color: var(--morgen-red);
}

.app_tab_toggle.w--current {
  background-color: #0000;
  border-bottom: 2px solid #ff8295;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.app_tab_toggle.w--current:hover {
  border-bottom-width: 2px;
}

.aps_tabs_menu {
  z-index: 10;
  width: 100%;
  max-height: 40px;
  margin-top: -32px;
  position: absolute;
}

.app_tabs_content {
  z-index: 10;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 0;
  overflow: visible;
}

.app_tabs {
  z-index: 3;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.app_tab_pane {
  margin-top: 0;
}

.app_tab_pane-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .82fr .85fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
  display: grid;
}

.app_tab_pane-flex._1 {
  grid-template-columns: .82fr .84fr;
  align-items: start;
}

.app_tab_content-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 364px;
  display: flex;
}

.common_app_hero_heading_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.common_app_hero_heading_content.fastmail {
  margin-bottom: 80px;
}

.common_image-wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
}

.common_image-wrapper.schedule_poll {
  padding-top: 0;
  padding-bottom: 0;
}

.submit_button-form {
  z-index: 1;
  color: var(--white);
  letter-spacing: .015625rem;
  background-color: #0000;
  width: 100%;
  min-width: 160px;
  padding: 1rem;
  font-family: Inter Variable font, sans-serif;
  font-size: .875rem;
  line-height: 1.42857;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.app_subscribe_form {
  width: 100%;
  max-width: 33rem;
  margin-bottom: 0;
}

.subscribe_form-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subscribe_form-input {
  background-color: var(--light-grey);
  color: var(--white);
  border: 1px solid #0000;
  border-radius: 12px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 1rem;
}

.subscribe_form-input:hover {
  border-color: var(--morgen-yellow);
}

.subscribe_form-input:active, .subscribe_form-input:focus {
  border-color: var(--morgen-red);
}

.subscribe_form-input::placeholder {
  color: var(--white);
  font-family: Inter Variable font, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.feature-blog-layout {
  background-image: linear-gradient(193deg, #21232fb8 9.41%, #21232f45);
  border: 1px solid #fff3;
  border-radius: 12px;
  padding: 1.5rem;
  position: relative;
}

.feature-blog-layout_grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-blog-text-wrapper {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.feature_listing-item {
  z-index: 0;
  border: 1px solid #fff3;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 8px 7px 8px 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.feature_listing-item-thumbnail {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 200px;
  padding: 0;
  position: relative;
  overflow: visible;
}

.feature_listing-item-thumbnail.guide-feature_listing-item-thumbnail {
  min-height: 200px;
  max-height: 200px;
}

.feature_listing-item-overlay-bg {
  z-index: 2;
  opacity: 1;
  background-image: linear-gradient(193deg, #21232fb8 9.14%, #21232f45);
  height: 100%;
  padding: 8px 7px 8px 8px;
  display: block;
  position: absolute;
  inset: 0%;
}

.feature_listing-item-overlay-bg-dark {
  z-index: 2;
  opacity: .5;
  background-image: linear-gradient(193deg, #21232fb8 9.41%, #21232f45);
  padding: 8px 7px 8px 8px;
  display: block;
  position: absolute;
  inset: 0%;
}

.search-form-fields {
  position: relative;
}

.three-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.three-column-grid.article-three-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start;
  position: relative;
  top: 0;
}

.blog-filter-topics-wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.empty-state-block {
  color: var(--white);
  text-align: center;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.blog-filter-collection-wrapper {
  display: flex;
}

.filter-form {
  justify-content: space-between;
  display: flex;
}

.filter-search {
  position: relative;
}

.blog-filter-topics-inner {
  max-width: 640px;
}

.blog-filter-topics-inner.integrations {
  width: 100%;
  max-width: 720px;
}

.empty-state-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--morgen-red);
  text-align: center;
  border-radius: 32px;
  flex-direction: column;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
}

.filter-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 58px;
  padding-top: 0;
  display: flex;
}

.blog-topics-title-wrapper {
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.blog-topics-title-wrapper.integrations {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.blog-filter-main {
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.blog-filter-main.integration {
  padding-top: 0;
}

.blog-filter-listing {
  padding-top: 64px;
  padding-bottom: 6.25rem;
}

.blog-filter-listing.integrations {
  padding-top: 40px;
  padding-bottom: 0;
}

.search-input {
  background-color: var(--light-grey);
  color: var(--white);
  background-image: url('../images/Search-1.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 12px;
  width: 100%;
  min-width: 360px;
  max-width: 100%;
  height: 56px;
  margin-bottom: 0;
  padding-left: 48px;
  font-family: Inter Variable font, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.search-input:hover {
  border: 1px solid var(--morgen-yellow);
}

.search-input:active {
  border-style: solid;
  border-color: var(--morgen-red);
}

.search-input:focus {
  border: 1px solid var(--morgen-red);
}

.search-input::placeholder {
  color: #cbccccb3;
  letter-spacing: .25px;
  font-family: Inter Variable font, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.search-input.integrations {
  min-width: 260px;
}

.article-category-block {
  color: var(--white);
  font-family: Inter Variable font, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.article-categorys-block {
  color: var(--white);
  letter-spacing: .25px;
  cursor: pointer;
  background-color: #21222d;
  border: 1px #eee;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.article-categorys-block:hover {
  background-color: var(--button-color);
  color: var(--morgen-black);
  border: 0 #0000;
}

.article-categorys-block.all.show:hover {
  background-color: var(--button-color);
}

.filter_blog-form {
  margin-bottom: 0;
}

.feature_listing-item-block {
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  display: block;
}

.feature-category {
  z-index: 3;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  color: var(--white);
  background-image: linear-gradient(135deg, #22243033 2.84%, #30313a);
  border-radius: 17px;
  padding: 10px 16px;
  line-height: 20px;
  position: absolute;
  top: 32px;
  left: 32px;
}

.feature_listing-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  max-height: 276px;
  position: relative;
  overflow: hidden;
}

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

.blog_detail-text-wrapper {
  text-align: left;
  width: 100%;
  max-width: 41.188rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4.375rem;
}

.blog_detail-text-wrapper.feature_blog_detail-text-wrapper {
  margin-left: 0;
  padding-bottom: 13.563rem;
}

.author_detail-block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: row;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.author_thumbnail-block {
  max-width: 50px;
  max-height: 50px;
  display: block;
}

.blog-detail-content-block {
  text-align: left;
  width: 100%;
  min-width: 760px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.375rem;
  padding-bottom: 3.375px;
  display: block;
}

.blog-detail-content-block h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.125rem;
  font-size: 2.25rem;
  line-height: 1.3;
}

.blog-detail-content-block p {
  margin-bottom: 1rem;
}

.blog-detail-content-block figcaption {
  margin-top: 1.5rem;
}

.blog-detail-content-block figure {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.blog-detail-content-block blockquote {
  border-top: 1px #ffffff12;
  border-bottom: 1px #ffffff12;
  border-left-width: 7px;
  border-left-color: var(--morgen-yellow);
  color: var(--white);
  margin-top: 92px;
  margin-bottom: 92px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Faktum, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.blog-detail-content-block ul {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  list-style-type: disc;
  display: flex;
}

.blog-detail-content-block li {
  margin-bottom: 8px;
  padding-bottom: 0;
  list-style-type: decimal;
}

.blog-detail-content-block._1 {
  height: auto;
  padding-bottom: 3.375rem;
}

.blog-detail-content-block._1 h4 {
  color: var(--body-text-white);
}

.blog-detail-content-block h2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 3rem;
  line-height: 1.25;
}

.blog-detail-content-block ol {
  margin-bottom: 1rem;
  list-style-type: none;
}

.blog-detail-content-block.faq_section {
  margin-bottom: 100px;
}

.blog_detail-publish {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-bottom: 1.5rem;
  display: flex;
}

.blog_detail-publish.feature_blog_detail-publish {
  padding-bottom: 8px;
}

.divider_line {
  background-image: linear-gradient(115deg, #fff3 12.94%, #ffffff12);
  width: 100%;
  height: 1px;
}

.blog_detail-related-post-layout {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.blog_detail-related-post-layout.guide_detail-related-post-layout {
  padding-top: 4.813rem;
}

.related_blog-post-layout {
  padding-top: 2.5rem;
}

.app_insights-image {
  width: 100%;
  display: block;
}

.feature_blog-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.feature_blog-image.main_feature_blog-image {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.feature_blog-image-block {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.feature_blog-image-block.main_feature_blog-image-block {
  object-fit: cover;
  padding-top: 69.1%;
  position: relative;
}

.guide_listing-section {
  z-index: 2;
  padding-top: 9.063rem;
  padding-bottom: 0;
  position: relative;
}

.guide_listing-layout {
  transition: padding .3s;
}

.guide_listing-layout.one {
  padding-top: 5.75rem;
}

.guide_filter-listing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2.5rem;
  padding-bottom: 3.813rem;
  display: grid;
}

.guide_filter-listing.one {
  display: block;
}

.guide_filter-listing.category {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.guide_filter-listing.two, .guide_filter-listing.three, .guide_filter-listing.four, .guide_filter-listing.five {
  padding-bottom: 0;
  display: block;
}

.guide_category_list {
  z-index: 3;
  background-color: var(--light-grey);
  width: 100%;
  height: 100%;
  padding: 32px 40px;
  position: sticky;
  inset: 88px 0% auto;
}

.guide-pagination {
  padding-top: 0;
}

.guide_category-list-collection-item {
  color: var(--body-text-grey);
  text-decoration: none;
}

.guide_category_list-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--light-grey);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.app_bg_left-overlay {
  filter: blur(222px);
  background-color: #9ac5ed87;
  width: 354px;
  height: 348px;
  display: block;
  position: absolute;
  bottom: 15%;
}

.app_bg_left-overlay.right {
  inset: auto 0% 0% auto;
}

.feature_image-main {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-height: 593px;
}

.blog_content-block {
  grid-column-gap: 3.375rem;
  grid-row-gap: .375rem;
  text-align: left;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.feature_layout-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature_layout-grid.guide_feature_layout-grid {
  width: 100%;
  margin-top: -300px;
  padding-bottom: 6.25rem;
}

.app_feature_content-section {
  background-color: #14151c;
  position: relative;
}

.feature_tags {
  color: var(--morgen-yellow);
  margin-bottom: 1.5rem;
}

.feature_sidebar-table {
  text-align: left;
  background-color: #21232f;
  border: 1px solid #fff3;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 115px;
}

.feature_sidebar-table.terms_feature_sidebar-table {
  height: 100vh;
  max-height: none;
}

.app_tabs_gradient_circle-bg {
  background-color: #ed9a9a59;
  width: 100%;
  height: 100%;
  margin-top: -350px;
  position: relative;
}

.blog_feature_image-main {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-width: 760px;
  max-height: 593px;
}

.dropdown-category-selector {
  display: none;
}

.tabs_text-block {
  color: var(--body-text-grey);
  padding-bottom: 12px;
  font-family: Inter Variable font, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color .3s;
}

.tabs_text-block:hover {
  color: var(--morgen-red);
}

.arrow-dropdown {
  display: none;
}

.contect_form-layout-grid {
  grid-column-gap: 95px;
  grid-row-gap: 95px;
  grid-template: ". Area"
  / 1.92fr;
  grid-auto-columns: .25fr;
  place-content: center;
  place-items: start;
  display: grid;
}

.contect_section {
  z-index: 2;
  text-align: center;
  padding-top: 4.563rem;
  padding-bottom: 4.188rem;
  position: relative;
}

.contect_sidebar {
  background-image: linear-gradient(133deg, #ffffff03 2.73% 99%);
  border: 1px solid #fff3;
  border-radius: 12px;
  padding: 21px 32px 39px;
}

.contect_sidebar-block {
  width: 100%;
  max-width: 296px;
  margin-left: auto;
  margin-right: auto;
}

.contect_line-divider {
  background-image: linear-gradient(115deg, #fff3 12.54%, #ffffff12 94%);
  width: 100%;
  height: 1px;
}

.contact_detail-block {
  padding-top: 32px;
}

.terms-layout-grid {
  z-index: 2;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4.813rem;
  padding-bottom: 7.875rem;
  display: grid;
  position: relative;
}

.privacy_listing-item {
  padding-bottom: 24px;
  list-style-type: decimal;
}

.privacy_listing {
  padding-left: 1.2rem;
}

.terms_liability-block.feature_sidebar-table {
  height: auto;
}

.terms_liability-block-content {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-direction: column;
  padding-top: 44px;
  display: flex;
}

.terms_liability-h3 {
  color: var(--morgen-yellow);
  font-family: Faktum, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 24px;
}

.terms_feature_sidebar-block {
  height: 100%;
}

.calender_conferencing-layout {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.calendar_conferencing-image-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1e202b80;
  border: 1px solid #fff3;
  border-radius: 24px;
  padding: 0;
}

.calendar_conferencing-image-block.max-width-560 {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.calendar_conferencing-image-block.calendar_video-conferencing-image-block {
  padding: 20.18px 27.5px 20.82px 26.5px;
}

.video_conferencing-bg-overlay {
  z-index: -3;
  filter: blur(222px);
  background-color: #0000;
  width: 460px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -15%;
}

.video_conferencing-bg-overlay.morgen_red {
  background-color: var(--morgen-red);
  bottom: -15%;
}

.video_conferencing-bg-overlay.morgen_purple {
  background-color: #64507d;
}

.calendar_conferencing-span.morgen_red {
  color: var(--morgen-red);
}

.calendar_conferencing-span.morgen_yellow {
  color: var(--morgen-yellow);
}

.calendar_conferencing-text-block {
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}

.hero-text-block {
  max-width: 800px;
  font-size: 1.3rem;
}

.hero-text-block:lang(fr) {
  font-size: 1.2rem;
}

.home-lottie {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.home-lottie.home-lotti-clip {
  width: 100.5%;
  height: 102%;
  margin-top: -.75%;
  margin-left: -.2%;
  overflow: visible;
}

.body, .body-2 {
  background-color: var(--morgen-black);
}

.text-block {
  color: var(--white);
  font-size: .875rem;
}

.heading {
  padding-top: 20px;
  padding-bottom: 0;
  line-height: .94375;
}

.heading.heading-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(185deg, #cecece, #fff 53%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 55rem;
  line-height: 1.05;
}

.heading.heading-gradient:lang(pt) {
  line-height: 1.25;
}

.heading.heading-gradient:lang(es) {
  font-size: 3.5rem;
}

.heading.heading-gradient:lang(it) {
  font-size: 3.25rem;
}

.heading.heading-gradient:lang(de) {
  text-align: center;
  font-size: 3.5rem;
}

.heading.heading-gradient.heading-hero:lang(pt) {
  line-height: 1.05;
}

.heading.heading-gradient.heading-hero.remove {
  margin-bottom: 0;
  padding-top: 0;
}

.html-embed-2 {
  width: 90vw;
  max-width: 500px;
}

.image {
  border-radius: 8px;
  max-width: 80vw;
  margin-top: 129px;
}

.text-block-2 {
  width: 90vw;
  max-width: 500px;
}

.link {
  color: var(--morgen-yellow);
}

.heading-2 {
  clear: both;
  text-align: center;
}

.rich-text-block {
  box-sizing: border-box;
  object-fit: fill;
}

.logo-wrapper {
  grid-column-gap: 4.875rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(216deg, #21232fb8 10%, #21232f5e);
  border: 1px solid #fff3;
  border-radius: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 48px 60px;
  display: flex;
}

.app_hero_video {
  border-radius: 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.integration_hero {
  background-image: url('../images/Pricing-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--button-text-color);
  letter-spacing: .25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: .875rem;
  line-height: 1.42857;
  text-decoration: none;
  transition: all .35s;
  display: inline-flex;
}

.card-link:hover {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.tg-wrapper {
  padding-top: 8.75rem;
  position: relative;
}

.tg-wrapper.is-first {
  padding-top: 4rem;
}

.anchor-link {
  margin-top: -120px;
  position: absolute;
  inset: 0% 0% auto;
}

.integration_section {
  background-color: #14151c;
  padding-bottom: 8.75rem;
}

.integration_tabs {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 3.5rem;
  display: flex;
}

.integration_tab-menu {
  background-image: linear-gradient(190deg, #21232f, #21232f 37%);
  border: 1px solid #fff3;
  border-radius: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 22.5rem;
  margin-left: 0;
  margin-right: 2.5rem;
  padding: 1.5rem;
  display: flex;
}

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

.integration_link-wr.w--current {
  color: #f3c26a;
  background-color: #ddd0;
  background-image: none;
}

.integration_tab-wr {
  background-image: linear-gradient(135deg, #fff3, #ffffff12);
  border-radius: 1.5rem;
  padding: 1px;
  position: relative;
  overflow: clip;
}

.integration_tab_content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #20222e;
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 1rem 3.75rem 3.25rem 2.5rem;
  display: flex;
  overflow: clip;
}

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

.layout-h.is-gap {
  z-index: 1;
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.circle-blur-grey {
  z-index: 0;
  opacity: .2;
  filter: blur(150px);
  background-color: #8197b8;
  border-radius: 50%;
  width: 45.875rem;
  height: 19.75rem;
  margin-bottom: -8.375rem;
  margin-left: -11.5625rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.circle-blur-yellow {
  z-index: 0;
  opacity: 1;
  filter: blur(222px);
  background-color: #edae9a;
  border-radius: 0%;
  width: 22.125rem;
  height: 21.75rem;
  margin-bottom: -12.8125rem;
  margin-left: -11.5625rem;
  margin-right: -12.8125rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-section {
  background-color: #14151c;
}

.integration_tab-content {
  border-radius: 1.5rem;
  flex: 1;
}

.link_icon-wr {
  border: 1px solid #ffffff1f;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.link_icon-wr.card {
  width: 40px;
  height: 40px;
}

.link_icon-wr.tab {
  width: 42px;
  height: 42px;
}

.icon-bg_wr {
  background-color: #21242e;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.icon-bg_wr.card {
  width: 30px;
  height: 30px;
}

.icon-bg_wr.tab {
  width: 32px;
  height: 32px;
}

.icon-bg_grad {
  opacity: 0;
  background-image: linear-gradient(118deg, #ff7e8f, #ffd56e);
  border-radius: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.icon {
  z-index: 1;
  width: 12px;
  transition: filter .2s;
  position: relative;
}

.icon.card {
  width: 14px;
}

.integration_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #cbcccc;
  background-color: #ddd0;
  border-bottom: 1px solid #ffffff0f;
  justify-content: flex-start;
  align-items: center;
  padding: 17px 2rem 17px 0;
  display: flex;
}

.integration_tab-link.w--current {
  color: #f3c26a;
  background-color: #ddd0;
  background-image: none;
}

.tabs-wr-cms {
  max-width: 47.5rem;
  margin-left: auto;
}

.integration_tab_image {
  width: 100%;
}

.text-block-4, .text-block-5 {
  color: var(--body-text-grey);
}

.link-3 {
  color: var(--morgen-yellow);
}

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

.code-embed {
  aspect-ratio: 16 / 10;
  object-fit: fill;
  border-radius: 14px;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.code-embed.hero-video {
  margin-top: -1px;
}

.code-embed.other {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.code-embed.other._2 {
  aspect-ratio: 16 / 8.6;
  object-fit: fill;
}

.pricing-subheader {
  min-height: 50px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.pricing-subheader:lang(de) {
  max-width: 300px;
}

.logo-small {
  display: none;
}

.text-block-8 {
  font-size: 1rem;
}

.lotti-mask {
  border: 1px solid #2c2c2c;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 20px 5px #00000026;
}

.lotti-mask.video {
  border-radius: 8px;
  overflow: hidden;
}

.shapo_testimonials.shapo_testimonials_mobile {
  display: none;
}

.landing_h2_first:lang(fr) {
  font-size: 2.75rem;
}

.landing_h2_first:lang(es) {
  font-size: 2.3rem;
}

.landing_h2_first:lang(it) {
  font-size: 2.5rem;
}

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

.h4-p-equivalent {
  color: var(--body-text-white);
  font-family: Faktum, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.h4-p-equivalent:lang(fr) {
  text-align: center;
  font-size: 1.75rem;
}

.h4-p-equivalent:lang(es) {
  font-size: 1.75rem;
}

.logo-comparison-page {
  clear: none;
  text-align: left;
  vertical-align: baseline;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.logos-container-comparison {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-title {
  color: var(--body-text-grey);
  margin-bottom: 0;
  margin-left: 24px;
}

.table_3col_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: visible;
}

.table_3col_row.is-gray {
  background-color: var(--21222d);
}

.width-full {
  width: 100%;
}

.comparison-table {
  width: 100%;
  margin-top: 100px;
}

.div-block {
  height: 100px;
}

.morgen-logo-full {
  width: 150px;
}

.comparison-table_content_tooltip {
  cursor: pointer;
  flex: 0 auto;
  display: block;
  position: relative;
}

.table_cell_comparison {
  text-align: center;
  border-left: 1px solid #292a33;
  border-right: 1px solid #292a33;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: .875rem;
  display: flex;
}

.table_cell_comparison.is-left {
  color: #fff;
  text-align: left;
  text-align: left;
  border-left-style: none;
  align-items: flex-start;
}

.comparison-title {
  margin-left: 0;
}

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

.app_section_margin_bottom {
  margin-bottom: 40px;
}

.image-5 {
  vertical-align: baseline;
  width: 55rem;
  max-width: 90vw;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.note {
  font-size: .8rem;
  line-height: 1.5;
}

.note.header-note {
  opacity: .7;
  color: #cbcccc;
  opacity: .7;
  margin-top: 15px;
  font-size: .75rem;
}

.italic-text {
  text-align: right;
  position: static;
}

.text-block-11 {
  font-family: Inter Variable font, sans-serif;
}

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

.heading-style-h2-2:lang(fr), .heading-style-h2-2:lang(es) {
  font-size: 2.5rem;
}

.layout375_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.layout375_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 3rem;
  display: flex;
}

.layout375_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

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

.text-size-medium-2:lang(fr) {
  font-size: 1.3rem;
}

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

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

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

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  color: #cbcccc;
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

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

.layout375_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

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

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

.padding-section-large.shapo_testimonials.remove_top_margin {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.layout375_card-small {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border);
  background-color: #1f212d;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout375_card-large-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.section_layout375 {
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.layout375_card-large {
  border: 1px solid var(--border);
  background-color: var(--light-grey);
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout375_card-large-image-wrapper {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.layout375_card-small-image {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.layout375_card-small-image-wrapper {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px;
  display: flex;
  overflow: visible;
}

.text-span-3, .text-span-4, .text-span-5 {
  color: var(--white);
}

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

.pricing-spacer {
  height: 50px;
}

.text-block-12 {
  z-index: 10;
  background-color: var(--morgen-yellow);
  color: var(--morgen-black);
  border-radius: 7px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 4px 10px;
  font-size: .8rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-12.secondary {
  background-color: var(--button-text-color);
}

.money-back-label {
  box-sizing: border-box;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--body-text-white);
  object-fit: fill;
  background-color: #3a455478;
  border-radius: 9px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  line-height: 1;
  display: inline-flex;
}

.code-embed-2 {
  color: var(--morgen-yellow);
  padding-top: 2px;
}

.tabs-menu {
  align-self: center;
  margin-bottom: 2rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--morgen-yellow);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--morgen-yellow);
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom-color: var(--morgen-yellow);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--morgen-yellow);
  color: var(--body-text-white);
  background-color: #0000;
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--morgen-yellow);
  background-color: #0000;
}

.pricing6_tabs {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph {
  float: left;
}

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

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

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

.logo1_logo {
  height: 2rem;
  max-height: 2.5rem;
}

.logo1_logo.logo-heavy {
  height: 1.75rem;
}

.logo1_logo.logo-massive {
  height: 1.5rem;
}

.logo1_logo.logo-light {
  height: 2.4rem;
}

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

.section_logo {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

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

.logo1_list {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  opacity: 1;
  mix-blend-mode: normal;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.div-block-4 {
  opacity: .9;
  margin-bottom: 50px;
}

.logos-label {
  font-size: 1.2rem;
}

.faq-2_title-2 {
  color: #fff;
  text-align: left;
  padding-right: 2.5rem;
  font-family: Faktum, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq_gradient-border-2 {
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(45deg, #ff8295, #f3c26a);
  border-radius: .75rem;
  position: absolute;
  inset: 0%;
}

.faq-2_icon-wr-2 {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
}

.container-large-4 {
  box-sizing: border-box;
  clear: none;
  object-fit: fill;
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.feature-item {
  display: flex;
}

.div-block-7 {
  width: 100%;
  min-height: 40px;
}

.div-block-7.feature-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: center;
  width: auto;
  min-height: auto;
}

.text-block-18, .text-block-19, .text-block-20 {
  border-right: 8px solid #0000;
}

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

.button-textual {
  color: var(--morgen-yellow);
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.button-textual:hover {
  filter: grayscale(20%);
  color: var(--morgen-yellow);
}

.reset-button {
  display: none;
  position: absolute;
  top: -50px;
}

.guide_cms_item {
  margin-bottom: 32px;
}

.collection-list-all-guides {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-23 {
  display: none;
}

.text-block-24, .text-block-25 {
  text-align: center;
}

.next {
  color: #fff;
  background-color: #1e1f2b;
  border-color: #303139;
  border-radius: 7px;
  margin-top: 18px;
  padding-top: 9px;
}

.next.is-list-pagination-disabled {
  display: none;
}

.previous {
  color: #fff;
  background-color: #1e1f2b;
  border-color: #2d2e36;
  border-radius: 7px;
  margin-top: 18px;
}

.previous.is-list-pagination-disabled {
  display: none;
}

.locales-wrapper {
  min-width: 100px;
  font-weight: 400;
  display: block;
}

.text-block-48.text-block-48-lang {
  margin-right: .8rem;
}

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

.text-block-51 {
  text-align: left;
  position: static;
}

.bold-text-23 {
  box-sizing: content-box;
  float: none;
  text-align: left;
  object-fit: fill;
}

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

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

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

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 200px;
  display: flex;
}

.deal-label {
  color: var(--body-text-white);
  background-color: #325268;
  border-radius: 7px;
  padding: 4px 8px;
  font-size: .8rem;
}

.deal-label:lang(pt), .deal-label:lang(de), .deal-label:lang(fr), .deal-label:lang(es), .deal-label:lang(it) {
  display: none;
}

.div-block-9 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.deal-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-block-58 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.section.mobile-margin.top-margin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: block;
}

.text-block-59 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text-24.a {
  text-align: left;
  vertical-align: baseline;
  padding-left: 20px;
  font-size: 2rem;
  display: flex;
}

.a {
  text-align: left;
  padding-left: 20px;
  font-size: 2rem;
}

.div-block-12 {
  height: 32px;
  margin-bottom: 32px;
  padding-left: 10px;
}

.blog_header_wrapper {
  margin-bottom: 40px;
  padding-left: 10px;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  text-align: left;
}

.figure {
  margin-left: auto;
  margin-right: auto;
}

.button_56-2 {
  color: #191a23;
  text-align: center;
  letter-spacing: .015625rem;
  background-color: #f3c26a;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.42857;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
}

.button_56-2:hover {
  box-shadow: inset 46px 14px 41px -14px #ff8295;
}

.button_56-2:active {
  background-color: #ff8295;
}

.button_56-2.is-arrow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button_56-2.is-arrow.open-morgen {
  display: none;
}

.button_56-2.is-arrow.plausible-event-name--get-started {
  margin-top: 0;
}

.button_56-2.is-secondary-arrow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-image: linear-gradient(to right, #ff8295, #f3c26a 56%);
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: box-shadow .4s, color .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.button_56-2.is-secondary-arrow:hover {
  color: #191a23;
  border-color: #3a4554;
}

.button_56-2.is-secondary-arrow:active {
  box-shadow: inset 172px 53px 41px -14px #ff8295;
}

.button-arrow-2 {
  background-color: #191a23;
  border-radius: .5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .2s;
  display: flex;
}

.code, .text-span-6, .code-2, .bold-text-25, .code-3, .code-4 {
  color: var(--morgen-yellow);
}

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

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-block.cta-header-root {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
}

.flex-block-2 {
  display: none;
}

.promo-banner {
  z-index: 1000;
  width: 100%;
  height: 5.5rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.promo-banner.bottom {
  background-color: #fff0;
  background-image: linear-gradient(90deg, var(--morgen-red), var(--morgen-yellow) 100%, white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block-62 {
  color: var(--morgen-black);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-14 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.promo_banner_coded2.logged-in-hidden {
  display: none;
}

.countdownbutton {
  margin-bottom: 0;
}

.div-block-15 {
  padding: 1em 2.5em 2.5em;
}

.div-block-15.padding--0 {
  padding-top: 2.5em;
}

.image-7 {
  border: 1px none var(--button-hover);
  background-color: var(--light-grey);
  border-radius: 0;
}

.step-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  margin-top: 0;
  display: flex;
}

.step {
  background-color: #1f212d;
  border: 1px solid #2e2f38;
  border-radius: 16px;
  width: 100%;
  min-height: 50px;
  padding: 1.5em 2em;
}

.div-block-16 {
  background-color: #1f212d;
  border: 1px solid #262834;
}

.text-block-64 {
  border-radius: 0;
}

.text-block-65 {
  font-size: 3rem;
  line-height: 40;
}

.step-title {
  flex-flow: row;
  display: flex;
}

.div-block-17 {
  background-color: #292b3700;
  background-image: linear-gradient(90deg, var(--morgen-red), var(--morgen-yellow) 100%, white);
  min-width: 40px;
  min-height: 40px;
}

.text-block-66 {
  color: var(--body-text-white);
  font-family: Faktum, sans-serif;
  font-size: 1.25rem;
}

.text-block-67 {
  font-family: Faktum, sans-serif;
  font-size: 1.5rem;
}

.div-block-18 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-18.padding-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-stack {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-32, .bold-text-27 {
  font-size: 3.5rem;
}

.bold-text-27.timezone {
  font-size: 3rem;
}

.team-slider {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.bold-text-28 {
  color: var(--morgen-yellow);
}

.bold-text-29 {
  color: var(--morgen-red);
}

.code-embed-4 {
  align-self: stretch;
  margin-top: 0;
  margin-left: 0;
}

.code-embed-4.hidden {
  display: none;
}

.bold-text-31, .bold-text-32 {
  color: var(--morgen-yellow);
}

.bold-text-33 {
  color: var(--morgen-red);
}

.main-wrapper-v2 {
  background-color: #191a23;
  font-family: Inter Variable font, sans-serif;
}

.main-wrapper-v2.hidden {
  display: none;
}

.main-wrapper-v2.dark {
  background-color: #191a2300;
  display: block;
}

.main-wrapper-v2.dark.dark-bg.hidden {
  display: none;
}

.post-v2_container {
  color: var(--black);
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px 96px;
}

.post-v2_container.dark-bg {
  color: var(--body-text-grey);
}

.post-v2_grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: minmax(600px, 1fr) 330px;
  grid-auto-columns: 80px;
  display: grid;
}

.post-v2_sidebar-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 48px;
  display: flex;
  position: sticky;
  top: 80px;
}

.post-v2_section {
  width: 100%;
  padding-top: 88px;
  padding-bottom: 75px;
}

.post-v2_hero {
  background-color: #191a23;
  background-image: radial-gradient(circle at 100% 100%, #9ac5ed5c, #0000 34%), url('../images/Group-1.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.post-v2_hero.dark-bg {
  background-color: #191a2300;
  background-image: none;
}

.post-v2_hero-container {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 24px;
  display: flex;
}

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

.post-v2_title {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 1;
}

.post-v2_meta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.share-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.share-btn {
  background-color: #2e2f34;
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
}

.share-btn.author-card_bio {
  border-color: #fff3;
}

.post-v2_main-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 48px;
  display: flex;
}

.author-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f8f9fa;
  border: 1px solid #e2e3e8;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.author-card.dark-bg {
  background-color: #21232f00;
  border-style: none;
  border-color: #fff3;
  padding-top: 0;
  padding-left: 0;
}

.author-card_top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-card_avatar {
  object-fit: cover;
  border-radius: 999px;
  flex: none;
  width: 48px;
  height: 48px;
}

.author-card_meta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.author-card_name {
  font-family: Faktum, sans-serif;
  font-weight: 700;
}

.author-card_role {
  color: var(--grey);
}

.author-card_role.dark-bg {
  color: var(--body-text-grey);
}

.author-card_bio {
  color: var(--grey);
  line-height: 1.7;
}

.author-card_bio.dark-bg {
  color: var(--body-text-grey);
}

.author-card_follow {
  border-radius: 10px;
  padding: 12px;
}

.takeaways-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.takeaways-card.post-v2_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-color: #e2e3e8;
  margin-bottom: 12px;
}

.takeaways-card.post-v2_card.dark-bg {
  background-color: #21232f;
  border-color: #fff3;
}

.takeaways-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.takeaways-icon {
  font-size: 24px;
  line-height: 1;
}

.takeaways-title {
  font-family: Faktum, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.takeaways-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.takeaways-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.takeaways-item-icon {
  flex: 0 auto;
  width: 20px;
  line-height: 1.2;
}

.takeaways-item-text {
  font-size: 16px;
  line-height: 1.6;
}

.post-v2_richtext {
  width: 100%;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 3.375rem;
  padding-right: 8px;
}

.post-v2_richtext p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.post-v2_richtext h1 {
  color: var(--white);
  margin-top: 2rem;
  font-size: 3rem;
  line-height: 1;
}

.post-v2_richtext h2 {
  color: var(--white);
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.post-v2_richtext h3 {
  color: var(--white);
  margin-top: 1.5rem;
  margin-bottom: 1.125rem;
  font-size: 2.25rem;
  line-height: 1.3;
}

.post-v2_richtext h5, .post-v2_richtext h6 {
  color: var(--white);
  margin-top: 1rem;
}

.post-v2_richtext blockquote {
  color: #cbcccc;
  border-left-width: .25rem;
  border-left-color: #f2c26a;
  margin-top: 72px;
  margin-bottom: 72px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
}

.post-v2_richtext li {
  margin-bottom: 8px;
}

.post-v2_richtext a {
  -webkit-text-stroke-color: var(--morgen-yellow);
}

.post-v2_richtext strong {
  color: var(--body-text-grey);
}

.post-v2_richtext ol {
  color: #cbcccc;
  margin-bottom: 1rem;
}

.post-v2_richtext ul {
  color: #cbcccc;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.post-v2_sidebar-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.toc-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #e2e3e8;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.toc-card.dark-bg {
  background-color: #21232f;
  border-color: #fff3;
}

.toc-title {
  color: var(--black);
  font-family: Faktum, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.toc-title.dark-bg {
  color: var(--body-text-grey);
}

.toc-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.toc-link {
  color: #cbcccc;
  border-radius: 0;
  padding: 2px 3px 2px 6px;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
}

.toc-link.is-active {
  color: #f3c26a;
  border: 1px #000;
  border-left: 2px solid #f3c26a;
  padding-left: 6px;
  font-size: 15px;
  line-height: 1.4;
}

.toc-link.dark-bg {
  color: #cbcccc;
}

.toc-link.dark-bg.is-active {
  color: #f3c26b;
  border-left-color: #f3c26b;
}

.sidebar-cta-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #e2e3e8;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.sidebar-cta-card.dark-bg {
  background-color: #21232f;
  border-color: #fff3;
}

.sidebar-cta-media {
  border: 1px #000;
  border-radius: 10px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
}

.sidebar-cta-title {
  font-family: Faktum, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.conclusion-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #000;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.takeaways-rich {
  font-size: 1.1rem;
  line-height: 2.2;
}

.takeaways-rich p {
  color: var(--body-text-grey);
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.takeaways-rich li {
  padding-bottom: 8px;
  font-size: 1rem;
  line-height: 1.5;
}

.takeaways-rich ul {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.takeaways-rich h1 {
  color: var(--body-text-grey);
}

.takeaways-rich h2 {
  color: var(--body-text-grey);
  margin-bottom: 1.25rem;
}

.takeaways-rich h3 {
  color: var(--body-text-grey);
  margin-bottom: 1.125rem;
}

.takeaways-rich h4, .takeaways-rich h5, .takeaways-rich h6 {
  color: var(--body-text-grey);
}

.takeaways-rich blockquote {
  border-left-color: var(--morgen-yellow);
  margin-bottom: 1rem;
}

.takeaways-rich ol {
  margin-bottom: 1rem;
}

.takeaways-rich strong {
  color: var(--body-text-grey);
}

.rich-text-block-2 {
  font-size: 1.1rem;
  line-height: 2;
}

.annex-v2_section {
  background-color: #191a23;
  border-radius: 12px;
}

.link-4 {
  color: var(--white);
  text-decoration: none;
}

.share-btn_icon {
  background-color: #412d2d;
  width: 14px;
}

.v2-post_body {
  color: var(--button-text-color);
}

.heading-33, .heading-34, .paragraph-26, .paragraph-27, .paragraph-28, .heading-35, .heading-36, .heading-37, .heading-38, .bold-text-34, .paragraph-29, .paragraph-30, .paragraph-31, .bold-text-35 {
  color: var(--black);
}

.list {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.list-item {
  margin-bottom: 8px;
}

.heading-39 {
  margin-top: 1.25rem;
}

.heading-40 {
  color: var(--black);
}

.heading-41 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Faktum, sans-serif;
  font-size: 1.266rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.post-v2_true-container {
  background-color: #fff;
  width: 100%;
}

.post-v2_true-container.dark-bg {
  background-color: #fff0;
}

.author-card_left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-card_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-68 {
  font-family: Faktum, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-42 {
  color: var(--body-text-white);
}

.heading-42.read-more_titles {
  font-size: 1.75rem;
}

.text-block-69 {
  font-weight: 400;
}

.bold-text-36 {
  color: var(--black);
}

.heading-43 {
  margin-top: 1rem;
}

.heading-44 {
  color: var(--body-text-grey);
}

.container-large-5 {
  box-sizing: border-box;
  clear: none;
  object-fit: fill;
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-2_icon-wr-3 {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
}

.heading-45 {
  margin-top: 1.5rem;
}

.heading-46 {
  color: var(--body-text-white);
  margin-bottom: 1rem;
}

.heading-47 {
  margin-bottom: 1rem;
}

.heading-48, .heading-49 {
  color: var(--body-text-white);
}

.link-5 {
  color: var(--morgen-yellow);
}

.div-block-20 {
  height: 16px;
}

.text-block-70, .heading-50 {
  color: var(--body-text-grey);
}

.tagline-2 {
  color: #fff;
  text-align: left;
  background-image: url('../images/Tagline.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 2rem;
  padding: .5rem 1.25rem;
  font-family: Inter Variable font, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  display: block;
}

.container-large-6 {
  box-sizing: border-box;
  clear: none;
  object-fit: fill;
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-gradient-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ff8295, #f3c26a);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 15px;
  display: inline-flex;
}

.text-color-gradient-2.text-weight-bold {
  background-image: linear-gradient(to right, #ff8295, #f3c26a);
}

.text-span-7 {
  display: block;
}

.available-2 {
  z-index: 4;
  grid-column-gap: .5rem;
  color: #fff;
  background-color: #21222d;
  border-radius: .5rem;
  margin-bottom: 20px;
  padding: .85rem 1rem;
  font-size: .75rem;
  line-height: 1.42857;
  display: flex;
  position: relative;
}

.text-block-71 {
  color: var(--morgen-yellow);
}

.code-embed-5 {
  max-width: 800px;
  display: block;
}

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

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

.div-block-21 {
  opacity: .9;
  margin-bottom: 50px;
}

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

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

.section_logo-3 {
  background-color: var(--morgen-black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-22 {
  opacity: .9;
  margin-bottom: 50px;
}

.bold-text-37 {
  color: #ff8295;
}

.layout375_card-small-2 {
  background-color: #1f212d;
  border: 1px solid #444;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

.heading-style-h4-2 {
  color: var(--morgen-yellow);
  text-align: left;
  letter-spacing: .01563rem;
  background-color: #292b3700;
  margin: 1px;
  font-family: Faktum, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text-38 {
  color: #f3c26a;
}

.cta_short {
  padding-top: 2rem;
}

.flex-block-3 {
  display: none;
}

.heading-style-h3-2 {
  color: #fff;
  letter-spacing: 0;
  font-family: Faktum, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

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

.heading-style-h3-2.pricing-header:lang(de) {
  font-size: 2rem;
}

.dropdown_link-2 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

.dropdown_link-2:hover {
  color: #f3c26a;
}

.dropdown_link-2:active {
  color: #ff8295;
}

.dropdown_link-2.w--current {
  color: #f3c26a;
  text-decoration: none;
}

.footer_link-2 {
  grid-column-gap: .5rem;
  color: #cbcccc;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer_link-2:hover {
  color: #f3c26a;
}

.footer_link-2:active {
  color: #ff8295;
}

.heading-52 {
  padding-top: 20px;
  padding-bottom: 0;
  line-height: .94375;
}

.heading-52.heading-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(185deg, #cecece, #fff 53%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 55rem;
  line-height: 1.05;
}

.heading-52.heading-gradient:lang(pt) {
  line-height: 1.25;
}

.heading-52.heading-gradient:lang(es) {
  font-size: 3.5rem;
}

.heading-52.heading-gradient:lang(it) {
  font-size: 3.25rem;
}

.heading-52.heading-gradient:lang(de) {
  text-align: center;
  font-size: 3.5rem;
}

.heading-style-h5-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-family: Faktum, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.h4-p-equivalent-2 {
  color: #fff;
  font-family: Faktum, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.h4-p-equivalent-2:lang(fr) {
  text-align: center;
  font-size: 1.75rem;
}

.h4-p-equivalent-2:lang(es) {
  font-size: 1.75rem;
}

.tagline-3 {
  color: #fff;
  text-align: left;
  background-image: url('../images/Tagline.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 2rem;
  padding: .5rem 1.25rem;
  font-family: Inter Variable font, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  display: block;
}

.nav_burger_trigger-2 {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-1_toggle-2 {
  color: #fff;
  letter-spacing: .015625rem;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1.5rem .5rem 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.42857;
  transition: color .4s;
}

.dropdown-1_toggle-2:hover {
  color: #f3c26a;
}

.dropdown-1_toggle-2.w--open {
  color: #f3c26a;
  justify-content: flex-end;
}

.dropdown-1_toggle-2.dropdown-lang {
  border: 1px solid #fff;
  border-radius: .75rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1.5rem;
}

.bold-text-39 {
  font-size: 3.5rem;
}

.bold-text-39.timezone {
  font-size: 3rem;
}

.nav-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: .015625rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.nav-link-2:hover {
  color: #f3c26a;
}

.nav-link-2:active {
  color: #ff8295;
}

.nav-link-2.w--current {
  color: #f3c26a;
  border-bottom-style: none;
  border-bottom-color: #ff6838;
  text-decoration: none;
}

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

.text-size-medium-3:lang(fr) {
  font-size: 1.3rem;
}

.footer-form_submit-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.footer-form_submit-2:hover {
  color: #f3c26a;
}

.footer-form_submit-2:active {
  color: #ff8295;
}

.footer_bottom_link-2 {
  grid-column-gap: .125rem;
  color: #21222d;
  background-color: #0000;
  border: 2px solid #0000;
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.footer_bottom_link-2:hover {
  color: #191a23;
}

.container-large-9 {
  box-sizing: border-box;
  clear: none;
  object-fit: fill;
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bold-text-40 {
  color: #ff8295;
}

.section_layout375-2.mobile-margin {
  background-color: #14151c00;
}

.text-block-73.text-block-48-lang {
  margin-right: .8rem;
}

.footer_form-2 {
  border-left: 1px solid #484a54;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 22.5rem;
  padding-left: 3rem;
  display: flex;
}

.button_48-2 {
  color: #191a23;
  text-align: center;
  letter-spacing: .015625rem;
  background-color: #f3c26a;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.42857;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
}

.button_48-2:hover {
  box-shadow: inset 46px 14px 41px -14px #ff8295;
}

.button_48-2:active {
  background-color: #ff8295;
}

.button_48-2.is-secondary-arrow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-image: linear-gradient(to right, #ff8295, #f3c26a 56%);
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: box-shadow .4s, color .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_48-2.is-secondary-arrow:hover {
  color: #191a23;
  border-color: #3a4554;
}

.button_48-2.is-secondary-arrow:active {
  box-shadow: inset 172px 53px 41px -14px #ff8295;
}

.button_48-2.is-secondary-arrow.open-morgen {
  display: none;
}

.button_48-2.is-secondary-arrow.get-started.logged-in-hidden {
  background-image: linear-gradient(90deg, #ff8295, #f3c26a 56%);
}

.layout375_card-small-3 {
  background-color: #1f212d;
  border: 1px solid #444;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.flex-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-block-4.cta-header-root {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
}

.footer-form_input-2 {
  color: #fff;
  background-color: #2a2e3c;
  border: 1px solid #0000;
  border-radius: .75rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1.125rem .5rem 1.125rem 1.25rem;
}

.footer-form_input-2:hover {
  border-color: #f3c26a;
}

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

.footer-form_input-2::placeholder {
  color: #a6b1bf;
}

.footer_bottom-group-2 {
  z-index: 2;
  grid-column-gap: .5rem;
  color: #21222d;
  background-image: linear-gradient(to right, #ff8295, #f3c26a);
  border-radius: .5rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 1.5rem 2rem;
  display: flex;
  position: relative;
}

.text-block-74 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-75 {
  font-family: Inter Variable font, sans-serif;
}

.section_logo-4 {
  background-color: var(--light-grey);
}

.code-embed-6 {
  align-self: stretch;
  margin-top: 0;
  margin-left: 0;
}

.text-block-76 {
  font-size: 1rem;
}

.padding-global-6 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

.footer_social_link-2 {
  color: #f3c26a;
  background-color: #2a2e3c;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: color .2s, border-color .2s;
  display: flex;
}

.footer_social_link-2:hover {
  color: #fff;
  border-color: #76879d;
}

.faq-2_icon-wr-4 {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
}

.button-3 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

.heading-style-h4-3 {
  color: #fff;
  text-align: left;
  letter-spacing: .01563rem;
  background-color: #292b3700;
  margin: 1px;
  font-family: Faktum, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-23 {
  opacity: .9;
  margin-bottom: 50px;
}

.button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-41 {
  color: #f3c26a;
}

.slider-arrow-wr-2 {
  background-color: #2a2e3c;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 3.125rem;
  height: 3.125rem;
  padding: 1px;
  transition: background-color .3s, box-shadow .3s;
  display: flex;
}

.slider-arrow-wr-2:hover {
  background-image: linear-gradient(to right, #ff8295, #f3c26a);
}

.slider-arrow-wr-2:active {
  background-color: #017aff;
  box-shadow: inset -50px 0 11px #ff8295;
}

.card-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: .25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: .875rem;
  line-height: 1.42857;
  text-decoration: none;
  transition: all .35s;
  display: inline-flex;
}

.card-link-2:hover {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.security_icon-wr-2 {
  background-image: linear-gradient(135deg, #ff8295, #f3c26a 67%);
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  padding: 1px;
  display: flex;
  overflow: hidden;
}

.article-categorys-block-2 {
  color: #fff;
  letter-spacing: .25px;
  cursor: pointer;
  background-color: #21222d;
  border: 1px #eee;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin-right: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.article-categorys-block-2:hover {
  color: #191a23;
  background-color: #76879d;
  border: 0 #0000;
}

.padding-global-7 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

.heading-style-h4-4 {
  color: #fff;
  text-align: left;
  letter-spacing: .01563rem;
  background-color: #292b3700;
  margin: 1px;
  font-family: Faktum, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4-4.max-width-214 {
  width: 100%;
  max-width: 214px;
}

.heading-style-h4-4.max-width-214.scheduler {
  max-width: 80%;
}

.search-input-2 {
  color: #fff;
  background-color: #21222d;
  background-image: url('../images/Search-1.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 12px;
  width: 100%;
  min-width: 360px;
  max-width: 100%;
  height: 56px;
  margin-bottom: 0;
  padding-left: 48px;
  font-family: Inter Variable font, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.search-input-2:hover {
  border: 1px solid #f3c26a;
}

.search-input-2:active {
  border-style: solid;
  border-color: #ff8295;
}

.search-input-2:focus {
  border: 1px solid #ff8295;
}

.search-input-2::placeholder {
  color: #cbccccb3;
  letter-spacing: .25px;
  font-family: Inter Variable font, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.search-input-2.integrations {
  min-width: 260px;
}

.heading-style-h2-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Faktum, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.padding-global-8 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

.text-span-8 {
  color: var(--morgen-yellow);
}

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

.bold-text-42 {
  font-size: 3.5rem;
}

.bold-text-42.timezone {
  font-size: 3rem;
}

.faq-2_icon-wr-5 {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
}

.h4-p-equivalent-3 {
  color: #fff;
  font-family: Faktum, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.h4-p-equivalent-3:lang(fr) {
  text-align: center;
  font-size: 1.75rem;
}

.h4-p-equivalent-3:lang(es) {
  font-size: 1.75rem;
}

.text-block-78 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-style-h2-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Faktum, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.heading-53 {
  padding-top: 20px;
  padding-bottom: 0;
  line-height: .94375;
}

.heading-53.heading-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(185deg, #cecece, #fff 53%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 55rem;
  line-height: 1.05;
}

.heading-53.heading-gradient:lang(pt) {
  line-height: 1.25;
}

.heading-53.heading-gradient:lang(es) {
  font-size: 3.5rem;
}

.heading-53.heading-gradient:lang(it) {
  font-size: 3.25rem;
}

.heading-53.heading-gradient:lang(de) {
  text-align: center;
  font-size: 3.5rem;
}

.padding-global-9 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

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

.footer_bottom_link-3 {
  grid-column-gap: .125rem;
  color: #21222d;
  background-color: #0000;
  border: 2px solid #0000;
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.footer_bottom_link-3:hover {
  color: #191a23;
}

.text-block-80.text-block-48-lang {
  margin-right: .8rem;
}

.div-block-24 {
  opacity: .9;
  margin-bottom: 50px;
}

.flex-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-block-5.cta-header-root {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
}

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

.text-block-82 {
  font-family: Inter Variable font, sans-serif;
}

.code-embed-7 {
  aspect-ratio: 16 / 10;
  object-fit: fill;
  border-radius: 14px;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

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

.section_logo-5 {
  background-color: #21222d;
}

.tagline-4 {
  color: #fff;
  text-align: left;
  background-image: url('../images/Tagline.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 2rem;
  padding: .5rem 1.25rem;
  font-family: Inter Variable font, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  display: block;
}

.padding-global-11, .padding-global-12 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

.text-block-83 {
  font-size: 1rem;
}

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

.text-size-medium-4:lang(fr) {
  font-size: 1.3rem;
}

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

.text-span-9 {
  color: #f3c26a;
}

.padding-global-13 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

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

.code-embed-8 {
  margin-top: 0;
  padding-top: 60px;
}

.code-embed-9 {
  margin-top: 4rem;
}

.text-span-10 {
  color: var(--morgen-yellow);
}

.text-block-84, .heading-55, .text-block-85 {
  text-align: center;
}

.code-embed-10 {
  margin-top: 40px;
}

.bold-text-43 {
  font-size: 3.5rem;
}

.bold-text-43.timezone {
  font-size: 3rem;
}

.faq-2_icon-wr-6 {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
}

.h4-p-equivalent-4 {
  color: #fff;
  font-family: Faktum, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.h4-p-equivalent-4:lang(fr) {
  text-align: center;
  font-size: 1.75rem;
}

.h4-p-equivalent-4:lang(es) {
  font-size: 1.75rem;
}

.text-block-86 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-style-h2-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Faktum, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.heading-56 {
  padding-top: 20px;
  padding-bottom: 0;
  line-height: .94375;
}

.heading-56.heading-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(185deg, #cecece, #fff 53%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 55rem;
  line-height: 1.05;
}

.heading-56.heading-gradient:lang(pt) {
  line-height: 1.25;
}

.heading-56.heading-gradient:lang(es) {
  font-size: 3.5rem;
}

.heading-56.heading-gradient:lang(it) {
  font-size: 3.25rem;
}

.heading-56.heading-gradient:lang(de) {
  text-align: center;
  font-size: 3.5rem;
}

.padding-global-14 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

.button-group-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_bottom_link-4 {
  grid-column-gap: .125rem;
  color: #21222d;
  background-color: #0000;
  border: 2px solid #0000;
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.footer_bottom_link-4:hover {
  color: #191a23;
}

.text-block-88.text-block-48-lang {
  margin-right: .8rem;
}

.div-block-25 {
  opacity: .9;
  margin-bottom: 50px;
}

.flex-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-block-6.cta-header-root {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
}

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

.text-block-90 {
  font-family: Inter Variable font, sans-serif;
}

.code-embed-11 {
  aspect-ratio: 16 / 10;
  object-fit: fill;
  border-radius: 14px;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.padding-global-15, .padding-global-16 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

.text-block-91 {
  font-size: 1rem;
}

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

.text-size-medium-5:lang(fr) {
  font-size: 1.3rem;
}

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

.text-span-11 {
  color: #f3c26a;
}

.padding-global-17 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

.image-8 {
  padding-top: 1rem;
  padding-bottom: 0;
}

.code-embed-12 {
  max-width: 800px;
  display: block;
}

.code-embed-13 {
  padding-top: 60px;
}

.text-block-92 {
  text-align: center;
  object-fit: fill;
  width: 600px;
  position: static;
}

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

.text-block-93 {
  text-align: center;
  object-fit: fill;
  width: auto;
  max-width: none;
  overflow: visible;
}

.code-embed-14 {
  text-align: center;
}

.notion.askia {
  margin-top: 0;
  padding-top: 0;
}

.code-embed-15 {
  background-color: #fffcfc00;
}

.pricing_separator-2 {
  background-color: #cbcccc1a;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
}

.money-back-label-2 {
  box-sizing: border-box;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  object-fit: fill;
  background-color: #3a455478;
  border-radius: 9px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  line-height: 1;
  display: inline-flex;
}

.minus-2 {
  color: #ff8295;
}

.deal-label-2 {
  color: #fff;
  background-color: #325268;
  border-radius: 7px;
  padding: 4px 8px;
  font-size: .8rem;
}

.deal-label-2:lang(pt), .deal-label-2:lang(de), .deal-label-2:lang(fr), .deal-label-2:lang(es), .deal-label-2:lang(it) {
  display: none;
}

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

.pricing_list-item-2 {
  grid-column-gap: .5rem;
  color: #fff;
  border-bottom: 1px solid #cbcccc1a;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 8px;
  display: flex;
}

.billing-switch_border-2 {
  cursor: pointer;
  background-image: linear-gradient(to right, #ff8295, #f3c26a);
  border-radius: 2.625rem;
  padding: 1px;
}

.footer_bottom_link-5 {
  grid-column-gap: .125rem;
  color: #21222d;
  background-color: #0000;
  border: 2px solid #0000;
  align-items: center;
  text-decoration: none;
  transition: color .4s;
  display: flex;
}

.footer_bottom_link-5:hover {
  color: #191a23;
}

.text-block-94.text-block-48-lang {
  margin-right: .8rem;
}

.code-embed-16 {
  color: #f3c26a;
  padding-top: 2px;
}

.padding-global-18 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter Variable font, sans-serif;
  font-weight: 400;
}

.padding-global-18.mobile-margin {
  text-align: left;
}

.tab-link-2 {
  color: #fff;
  background-color: #0000;
  border: 1px #f3c26a;
  border-bottom-width: 0;
  padding: .5rem 1.5rem;
}

.tab-link-2.w--current {
  background-color: #0000;
  border-bottom: 2px solid #f3c26a;
}

.flex-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-block-7.cta-header-root {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
}

.faq-2_icon-wr-7 {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
}

.container-large-12 {
  box-sizing: border-box;
  clear: none;
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-95 {
  z-index: 10;
  color: #191a23;
  background-color: #f3c26a;
  border-radius: 7px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 4px 10px;
  font-size: .8rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-95.secondary {
  background-color: #fff;
}

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

.text-block-96 {
  font-family: Inter Variable font, sans-serif;
}

.price-text-2 {
  color: #f3c26a;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.price-text-2.monthly {
  font-size: 2.5rem;
}

.price-text-2.monthly.price-text-smaller, .price-text-2.price-text-smaller {
  font-size: 2rem;
}

.price-text-2.yearly {
  font-size: 2.5rem;
  display: block;
}

.price-text-2.original-price {
  color: #cbcccc;
  text-decoration: line-through;
}

.mobile-table-headings-2 {
  color: #fff;
  letter-spacing: .015625rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.42857;
  display: none;
}

.price-info-2 {
  color: #fff;
  letter-spacing: .015625rem;
  white-space: nowrap;
  background-color: #2a2e3c;
  border-radius: .25rem;
  padding: .375rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.42857;
}

.price-info-2:lang(de) {
  max-width: 300px;
}

.billing-switch_toggle-2 {
  background-image: linear-gradient(#ff8295, #f3c26a);
  border-radius: 100%;
  width: 1.875rem;
  height: 1.875rem;
}

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

.div-block-26, .div-block-27 {
  opacity: .9;
  margin-bottom: 50px;
}

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

@media screen and (min-width: 1920px) {
  .padding-bottom.padding-kiwi {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

  .padding-global {
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

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

  .container-large {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .container-large.control {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .container-large.bottom {
    padding-bottom: 50px;
  }

  .button_56.is-arrow.plausible-event-name--get-started {
    flex-flow: row;
    flex: 0 auto;
    min-width: auto;
    font-size: .875px;
    display: block;
    overflow: visible;
  }

  .button_56.is-arrow.plausible-event-name--get-started.get-started {
    display: flex;
  }

  .button-group.common_button-group {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
  }

  .tagline {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .secondary-box {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
    position: absolute;
  }

  .footer_top-group {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer_form {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: black black black var(--border);
  }

  .footer_links {
    justify-content: space-between;
    align-items: stretch;
  }

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

  .testimonial_card {
    width: auto;
    max-width: none;
  }

  .cta_section.common_cta_section {
    position: relative;
  }

  .features_section.designed.common_features_section {
    text-align: center;
  }

  .features_section.designed.common_features_section.mobile-margin {
    padding-bottom: 0;
  }

  .features_layout {
    grid-row-gap: 1.3rem;
    grid-template-rows: auto auto auto;
  }

  .features_layout.features_layout_grid_two {
    grid-row-gap: 1.3rem;
  }

  .features_layout.features_layout_grid_two.before_after {
    grid-row-gap: 1.3rem;
    grid-template-columns: 1fr;
  }

  .text-wrapper.is-align-center.common-text-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .text-wrapper.is-align-center.common-text-wrapper.dp {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
    position: static;
  }

  .text-wrapper.is-align-center.common-text-wrapper.bd {
    justify-content: center;
    align-items: flex-start;
  }

  .text-wrapper.integration {
    margin-left: 0;
  }

  .app_hero_layout {
    padding-left: 50px;
    padding-right: 50px;
  }

  .app_hero_layout.common_app_hero_layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1.35fr 1.35fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .app_hero_image {
    clear: both;
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: visible;
  }

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

  .app_section.common-app_section._1 {
    margin-top: 0;
  }

  .image-wrapper.hide-mobile-landscape.common_image-wrapper.split {
    justify-content: flex-start;
    align-items: center;
  }

  .container_2columns {
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    justify-items: stretch;
  }

  .container_2columns.second {
    margin-top: 75px;
  }

  .container_2columns.second.app_tab_container_2columns {
    grid-template-rows: auto auto;
    grid-template-columns: .515fr 1fr;
    align-content: stretch;
    place-items: start stretch;
    margin-top: 0;
  }

  .app_group.common_app_group {
    grid-row-gap: 0rem;
    grid-auto-flow: row;
    margin-top: 75px;
    margin-bottom: 75px;
    display: block;
  }

  .time_layout {
    margin-top: 120px;
  }

  .billing-switch_wr {
    padding-left: 6px;
  }

  .app_counter_group {
    box-sizing: border-box;
    object-fit: fill;
  }

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

  .app_counter_block {
    border-left-width: 1px;
  }

  .app_counter_block.block_1 {
    border-left-style: none;
    border-left-width: 0;
    box-shadow: 0 2px 5px #0003;
  }

  .counter {
    padding-bottom: 10px;
  }

  .app_tab_pane-flex {
    grid-template-columns: 1.03fr .85fr;
  }

  .app_tab_pane-flex._1 {
    grid-template-columns: 1.03fr .84fr;
  }

  .common_image-wrapper {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .common_image-wrapper.time_zonw {
    padding-bottom: 20px;
  }

  .blog-detail-content-block {
    text-align: left;
  }

  .home-lottie {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-style: solid;
    border-color: #40414a;
    border-radius: 10px;
    margin-top: -10px;
    padding-right: 0;
  }

  .heading.heading-gradient {
    text-align: center;
    align-self: center;
  }

  .logo-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }

  .h4-p-equivalent {
    text-align: center;
  }

  .logo-comparison-page {
    align-self: auto;
  }

  .image-5 {
    padding-bottom: 1rem;
  }

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

  .tab-link, .tab-link.w--current {
    background-color: #0000;
  }

  .div-block-7.feature-item {
    padding-bottom: 20px;
  }

  .locales-empty {
    border-radius: 1px;
  }

  .text-block-57 {
    padding-bottom: 0;
  }

  .heading-25, .code-embed-3 {
    position: static;
  }

  .text-block-58 {
    text-align: left;
    flex: 0 auto;
    display: block;
  }

  .text-block-58.dp {
    display: block;
  }

  .section {
    text-align: left;
    display: block;
  }

  .text-block-59 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10 {
    padding-bottom: 29px;
  }

  .bold-text-24 {
    display: block;
  }

  .bold-text-24.a {
    box-sizing: border-box;
    text-align: left;
    object-fit: fill;
    font-size: 2rem;
    font-weight: 700;
    position: static;
  }

  .div-block-11 {
    display: block;
  }

  .a {
    font-size: 2rem;
  }

  .text-block-60, .start-trial-label {
    font-size: .875rem;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19 {
    text-align: left;
  }

  .figure {
    border-radius: 0;
  }

  .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25 {
    text-align: left;
  }

  .button_56-2.is-arrow {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .button_56-2.is-arrow.plausible-event-name--get-started {
    flex-flow: row;
    flex: 0 auto;
    min-width: auto;
    font-size: .875px;
    display: block;
    overflow: visible;
  }

  .button_56-2.is-arrow.plausible-event-name--get-started.get-started {
    display: flex;
  }

  .image-6 {
    margin-top: 120px;
  }

  .text-block-61 {
    flex: 0 auto;
  }

  .team-slider {
    background-color: #f5f7fa00;
  }

  .centered-subheading {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    overflow-wrap: normal;
    object-fit: fill;
    margin-bottom: 1rem;
    display: block;
  }

  .bold-text-28 {
    color: var(--morgen-yellow);
  }

  .bold-text-29, .bold-text-30 {
    color: var(--morgen-red);
  }

  .post-v2_container, .post-v2_hero-container {
    max-width: 72.5rem;
  }

  .container-large-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .tagline-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .container-large-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .button-group-3.common_button-group {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-52.heading-gradient {
    text-align: center;
    align-self: center;
  }

  .h4-p-equivalent-2 {
    text-align: center;
  }

  .text-block-72 {
    padding-bottom: 0;
  }

  .tagline-3 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .container-large-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .container-large-9.control {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .footer_form-2 {
    border: 0 solid #000;
    border-left: 1px solid #444;
  }

  .text-block-74 {
    text-align: left;
    flex: 0 auto;
    display: block;
  }

  .padding-global-6 {
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

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

  .button-group-4.common_button-group {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-global-7 {
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

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

  .padding-global-8 {
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .h4-p-equivalent-3 {
    text-align: center;
  }

  .text-block-78 {
    text-align: left;
    flex: 0 auto;
    display: block;
  }

  .heading-53.heading-gradient {
    text-align: center;
    align-self: center;
  }

  .padding-global-9 {
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .text-block-79 {
    padding-bottom: 0;
  }

  .button-group-5.common_button-group {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
  }

  .tagline-4 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .padding-global-11, .padding-global-12, .padding-global-13 {
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .h4-p-equivalent-4 {
    text-align: center;
  }

  .text-block-86 {
    text-align: left;
    flex: 0 auto;
    display: block;
  }

  .heading-56.heading-gradient {
    text-align: center;
    align-self: center;
  }

  .padding-global-14 {
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .text-block-87 {
    padding-bottom: 0;
  }

  .button-group-6.common_button-group {
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-global-15, .padding-global-16, .padding-global-17, .padding-global-18 {
    padding-top: 0;
    padding-bottom: 10px;
    display: block;
  }

  .tab-link-2, .tab-link-2.w--current {
    background-color: #0000;
  }

  .container-large-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .utility-page_component.utility-page_component-404 {
    padding-top: 200px;
  }

  .padding-paprika {
    padding: 3rem;
  }

  .padding-vanilla {
    padding: 8rem;
  }

  .padding-teal {
    padding: 5rem;
  }

  .padding-red {
    padding: 4rem;
  }

  .padding-navy {
    padding: 2.5rem;
  }

  .padding-lavender {
    padding: 1.5rem;
  }

  .margin-lavender {
    margin: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide_heading-medium {
    font-size: 3rem;
  }

  .styleguide_4-col {
    grid-template-columns: 1fr 1fr;
  }

  .padding-container-ultraviolet {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h2 {
    text-align: center;
  }

  .container-large {
    margin-left: auto;
    margin-right: auto;
  }

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .button-group {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .button-group.app_home-button-group {
    flex-direction: row;
  }

  .button-group.common_button-group {
    justify-content: flex-start;
    align-items: center;
  }

  .button-group.cta_button-group {
    justify-content: flex-start;
  }

  .padding-container-red {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-kiwi {
    padding: 1.25rem;
  }

  .padding-mango {
    padding: 2.5rem;
  }

  .padding-olive, .padding-quartz {
    padding: 3rem;
  }

  .padding-salmon {
    padding: 4rem;
  }

  .padding-ultraviolet {
    padding: 6rem;
  }

  .margin-kiwi {
    margin: 1.25rem;
  }

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

  .margin-olive {
    margin: 3rem;
  }

  .margin-navy {
    margin: 2.5rem;
  }

  .margin-vanilla {
    margin: 8rem;
  }

  .margin-ultraviolet {
    margin: 6rem;
  }

  .margin-teal {
    margin: 5rem;
  }

  .margin-salmon, .margin-red {
    margin: 4rem;
  }

  .margin-quartz {
    margin: 3rem;
  }

  .list_check-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: .3rem;
  }

  .dropdown-4 {
    width: 100%;
    margin-left: 0;
    margin-right: -10px;
  }

  .form_wr {
    padding: 1.5rem;
  }

  .margin-jade {
    margin: 1.25rem;
  }

  .padding-jade {
    padding: 1.25rem;
  }

  .padding-container-teal {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .button-text {
    white-space: normal;
  }

  .footer_link-group {
    grid-row-gap: 1rem;
  }

  .footer_bottom_links-group {
    grid-column-gap: 1.5rem;
  }

  .icon-1x1-middle {
    overflow: hidden;
  }

  .footer_top-group {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 2rem;
  }

  .footer_form {
    border-top: 1px solid #484a54;
    border-left-style: none;
    align-self: stretch;
    max-width: none;
    padding-top: 2rem;
    padding-left: 0;
  }

  .footer_links {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .footer_bottom_links {
    grid-column-gap: .5rem;
  }

  .security_section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .security_layout._3 {
    padding-right: 2rem;
  }

  .testimonials_section {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .slide-wr {
    grid-column-gap: 1rem;
  }

  .testimonial_card {
    padding: 1.5rem;
  }

  .cta_section.integration {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cta_layout {
    background-size: auto 84%;
    padding-left: 2.5rem;
  }

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

  .features_layout.keyboard {
    padding: 2.5rem;
  }

  .features_layout.features_layout_grid_two {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper.is-align-center.common-text-wrapper.dp, .text-wrapper.is-align-center.common-text-wrapper.bd {
    place-items: center start;
  }

  .cta_bg {
    max-width: 48%;
  }

  .cta_text-max-width {
    max-width: 20rem;
  }

  .nav_burger_button {
    order: 1;
    width: 2.75rem;
    height: 2.75rem;
    margin-left: 1rem;
    margin-right: 0;
    display: block;
  }

  .nav_burger_content {
    align-items: flex-start;
  }

  .navbar_left_buttons-wr {
    margin-left: auto;
    display: block;
  }

  .nav_burger_list {
    background-color: #191a23;
    padding-top: 1rem;
    display: none;
    top: 5.5rem;
  }

  .nav_burger-lottie {
    filter: invert();
    align-self: center;
    width: 2rem;
    height: 2rem;
    position: static;
  }

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

  .nav-menu {
    grid-column-gap: 0rem;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .dropdown_link {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .dropdown-1_list.w--open {
    position: static;
    left: -71px;
  }

  .navbar-center_wrapper {
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .dropdown-1_toggle {
    padding-top: 1rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .nav-link {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    height: auto;
    padding: 1rem 0 0;
    font-size: .9rem;
    display: flex;
  }

  .nav_burger_trigger {
    border: 1px none var(--morgen-yellow);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-1 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: .9rem;
    display: block;
  }

  .navbar_bg {
    background-image: linear-gradient(to right, #1a1b24, #41434d 50%, #1a1b24);
  }

  .navbar_bg.show {
    background-color: var(--morgen-black);
    background-image: none;
  }

  .hero_section.common_hero_section.is-hero-logo {
    padding-bottom: 3.5rem;
  }

  .hero_section.calendar-conferencing-section {
    overflow: visible;
  }

  .app_hero_layout.common_app_hero_layout {
    flex-flow: column;
  }

  .app_hero_layout.common_app_hero_layout.is_video {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .app_hero_image {
    height: auto;
    padding-top: 45px;
    overflow: visible;
  }

  .app_hero_bottom {
    height: 20rem;
  }

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

  .app_section.features.features_section-two-grid.common_features_section-two-grid {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .app_section.app_feature_listing_section {
    padding-bottom: 6rem;
  }

  .app_section.app_tabs_section {
    padding-top: 5.5rem;
    padding-bottom: 0;
  }

  .app_section.common-app_section.ew {
    padding-bottom: 0;
  }

  .app_section.integration {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .image-wrapper.hide-mobile-landscape.app_tab_image-wrapper {
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-end;
    max-width: 580px;
    margin-top: -250px;
    padding-top: 0;
    display: flex;
    position: relative;
    top: 0;
    right: auto;
  }

  .image-wrapper.app-image-bg {
    flex-wrap: nowrap;
    display: block;
    overflow: visible;
  }

  .container_2columns {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .container_2columns.app_tab_container_2columns.second {
    grid-template-columns: .62fr .6fr;
    height: 100vh;
  }

  .container_2columns.app_tab_container_2columns.three {
    grid-template-columns: .62fr .6fr;
  }

  .container_2columns.container_2columns_top_pad {
    margin-top: 0;
  }

  .app_group.app_group-tab-layout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .app_group.app_group-tab-layout._1 {
    padding-bottom: 0;
  }

  .app_group.app_group-tab-layout._2 {
    padding-top: 0;
  }

  .app_group.common_app_group {
    grid-row-gap: 0rem;
  }

  .app_hero_bg-time {
    height: 37%;
  }

  .dd_bottom-line {
    align-self: stretch;
    margin-top: .875rem;
    display: block;
  }

  .animation-trigger.common_animation-trigger {
    justify-content: center;
    align-items: flex-start;
  }

  .h1-hidden.blog_detail-related-heading, .h1-hidden.gude_blog_detail-related-heading {
    font-size: 3rem;
  }

  .app_hero_ss-wr.common_app_hero_ss-wr {
    margin-top: 0;
    overflow: visible;
  }

  .contact_section {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .billing-switch_wr {
    padding-left: 3px;
  }

  .billing-switch_layout {
    margin-bottom: 3rem;
  }

  .pricing_layout {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing_layout._3-col {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing_list-icon {
    overflow: hidden;
  }

  .pricing_list-item {
    margin-bottom: .7rem;
  }

  .pricing_bottom {
    padding: 1.5rem 1.2rem;
  }

  .price-wr {
    flex-flow: row;
  }

  .table_4col_row.is-top {
    top: 80px;
  }

  .table_4col_row.is-end {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .table_cell {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem;
  }

  .table_cell.is-end {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing_end {
    flex-direction: column;
    flex: 0 auto;
    place-content: start stretch;
    align-self: stretch;
    align-items: start;
    height: 100%;
    display: flex;
  }

  .cta_layout-price {
    background-size: auto 84%;
    padding-left: 2.5rem;
  }

  .utility-page_arrow-line {
    top: 70px;
  }

  .utility-page_event-box-1 {
    top: -54px;
    left: 30px;
  }

  .utility-page_event-box-2 {
    top: -34px;
    right: 30px;
  }

  .utility-page_event-box-3 {
    bottom: -50px;
  }

  .utility-page_event-box-4 {
    top: 220px;
    left: 50px;
  }

  .app_counter_section.common_app_counter_section {
    padding-bottom: 3.5rem;
  }

  .app_counter_column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .app_smart-assistance_column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .app_smart_assitance-content-wrapper.max-width-mango {
    padding-bottom: 24px;
  }

  .app_smart_assistance-layout-image {
    padding-left: 0;
    padding-right: 0;
  }

  .app_smart-assistance_section {
    margin-top: -125px;
  }

  .app_insights-layout-image {
    grid-template-columns: 1fr 1fr;
  }

  .aps_tabs_menu {
    position: relative;
  }

  .app_tabs_content {
    padding-bottom: 1rem;
  }

  .app_tabs {
    flex-direction: column;
    display: flex;
  }

  .app_tab_pane-flex {
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .app_tab_pane-flex._1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: .95fr .84fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .common_app_hero_heading_content {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .common_app_hero_heading_content.is_video {
    max-width: none;
  }

  .feature-blog-layout_grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    align-items: center;
  }

  .three-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .three-column-grid.article-three-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-filter-collection-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .filter-form {
    grid-column-gap: 20px;
  }

  .blog-filter-main {
    padding-bottom: 29px;
  }

  .blog-filter-main.integration {
    padding-bottom: 0;
  }

  .article-categorys-block {
    margin-bottom: 0;
  }

  .blog-detail-content-block {
    aspect-ratio: auto;
    object-fit: contain;
    width: 100%;
    min-width: 0;
  }

  .feature_blog-image {
    object-fit: cover;
    height: 100%;
    display: block;
  }

  .guide_category_list-flex {
    grid-row-gap: 16px;
  }

  .feature_image-main {
    border-radius: 12px;
  }

  .feature_layout-grid {
    position: relative;
  }

  .feature_sidebar-table {
    max-height: 100%;
  }

  .contect_form-layout-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.5fr 1fr;
  }

  .heading.heading-gradient, .heading.heading-gradient.heading-hero:lang(de), .heading.heading-gradient.heading-hero:lang(es) {
    font-size: 3rem;
  }

  .image {
    object-fit: scale-down;
    width: auto;
    max-width: 80vw;
  }

  .tg-wrapper {
    padding-top: 6rem;
  }

  .integration_section {
    padding-bottom: 6rem;
  }

  .integration_tabs {
    flex-flow: column;
  }

  .integration_tab-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    margin-bottom: 2rem;
    margin-right: 0;
    display: grid;
  }

  .integration_tab_content {
    padding-bottom: 2.5rem;
    padding-right: 2.5rem;
  }

  .table_cell_comparison {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem;
  }

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

  .layout375_card-large-content {
    padding: 2rem;
  }

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

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

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

  .logo1_logo {
    height: 1.4rem;
    max-height: 1.6rem;
  }

  .logo1_logo.logo-heavy {
    height: 1.3rem;
  }

  .logo1_logo.logo-massive {
    height: 1.2rem;
  }

  .logo1_list {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .container-large-4 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .collection-list-all-guides {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .locales-wrapper {
    min-width: 110px;
  }

  .text-block-59 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-24.a {
    padding-left: 0;
  }

  .a, .heading-28 {
    padding-left: 20px;
  }

  .image-7 {
    max-width: 100%;
  }

  .step {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .post-v2_grid {
    grid-template-columns: minmax(720px, 943fr);
  }

  .post-v2_sidebar {
    display: none;
  }

  .post-v2_section {
    padding-right: 0;
  }

  .post-v2_main-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .post-v2_richtext {
    min-width: 0;
  }

  .post-v2_richtext blockquote {
    margin-top: 82px;
    margin-bottom: 72px;
  }

  .post-v2_sidebar-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-large-5, .container-large-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-group-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .button-group-3.common_button-group {
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown_link-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .heading-52.heading-gradient {
    font-size: 3rem;
  }

  .nav_burger_trigger-2 {
    border: 1px #f3c26a;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-1_toggle-2 {
    padding-top: 1rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .nav-link-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    height: auto;
    padding: 1rem 0 0;
    font-size: .9rem;
    display: flex;
  }

  .container-large-9 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer_form-2 {
    border-top: 1px solid #484a54;
    border-left-style: none;
    align-self: stretch;
    max-width: none;
    padding-top: 2rem;
    padding-left: 0;
  }

  .button-group-4 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .button-group-4.app_home-button-group {
    flex-direction: row;
  }

  .button-group-4.common_button-group {
    justify-content: flex-start;
    align-items: center;
  }

  .article-categorys-block-2 {
    margin-bottom: 0;
  }

  .heading-style-h2-3, .heading-style-h2-4 {
    text-align: center;
  }

  .heading-53.heading-gradient {
    font-size: 3rem;
  }

  .button-group-5 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .button-group-5.app_home-button-group {
    flex-direction: row;
  }

  .button-group-5.common_button-group {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-style-h2-5 {
    text-align: center;
  }

  .heading-56.heading-gradient {
    font-size: 3rem;
  }

  .button-group-6 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .button-group-6.app_home-button-group {
    flex-direction: row;
  }

  .button-group-6.common_button-group {
    justify-content: flex-start;
    align-items: center;
  }

  .pricing_list-item-2 {
    margin-bottom: .7rem;
  }

  .container-large-12 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .utility-page_component.utility-page_component-404 {
    height: 90vh;
  }

  .padding-paprika {
    padding: 2rem;
  }

  .padding-vanilla {
    padding: 4.5rem;
  }

  .padding-teal {
    padding: 3.5rem;
  }

  .padding-red {
    padding: 3rem;
  }

  .padding-navy {
    padding: 1.5rem;
  }

  .padding-lavender {
    padding: 1.25rem;
  }

  .margin-lavender {
    margin: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .styleguide_heading-large {
    font-size: 3rem;
  }

  .styleguide_2-col {
    grid-template-columns: 1fr;
  }

  .styleguide_row {
    flex-wrap: wrap;
  }

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

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-container-navy {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

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

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

  .padding-container-ultraviolet {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .styleguide_3-col, .styleguide_3-col.is-align-start {
    grid-template-columns: 1fr;
  }

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

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

  .styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button-group {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .button-group.app_home-button-group {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .button-group.common_button-group {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-group.cta_button-group {
    flex-direction: column;
  }

  .padding-container-red {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-kiwi {
    padding: 1.25rem;
  }

  .padding-mango {
    padding: 1.5rem;
  }

  .padding-olive, .padding-quartz {
    padding: 2rem;
  }

  .padding-salmon {
    padding: 3rem;
  }

  .padding-ultraviolet {
    padding: 4rem;
  }

  .margin-kiwi {
    margin: 1.25rem;
  }

  .margin-mango {
    margin: 1.5rem;
  }

  .margin-olive {
    margin: 2rem;
  }

  .margin-navy {
    margin: 1.5rem;
  }

  .margin-vanilla {
    margin: 4.5rem;
  }

  .margin-ultraviolet {
    margin: 4rem;
  }

  .margin-teal {
    margin: 3.5rem;
  }

  .margin-red {
    margin: 2.5rem;
  }

  .margin-quartz {
    margin: 2rem;
  }

  .padding-container-paprika {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-width-kiwi.is-sizing {
    max-width: none;
  }

  .dropdown-3 {
    text-align: left;
    white-space: nowrap;
    cursor: s-resize;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .margin-jade {
    margin: 1.25rem;
  }

  .padding-jade {
    padding: 1.25rem;
  }

  .padding-container-teal {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer_bottom {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .footer_link-group {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .footer_bottom_links-group {
    grid-row-gap: 1rem;
    flex-direction: column;
    order: -1;
    align-items: center;
  }

  .footer_social-links {
    justify-content: flex-start;
  }

  .footer_top-group {
    padding-top: 3rem;
  }

  .footer-form_button {
    width: 100%;
  }

  .footer_links {
    grid-column-gap: 16px;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_copyright {
    text-align: center;
  }

  .security_section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .security_layout {
    border-radius: 4.5rem;
    padding: .75rem;
  }

  .security_layout._2 {
    border-radius: 4.3rem;
  }

  .security_layout._3 {
    grid-row-gap: 1.25rem;
    border-radius: 4rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }

  .testimonials_section {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .testimonials_section.common_testimonials_section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .testimonials_group.common_testimonials_group {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .testomonials_arrows {
    justify-content: center;
  }

  .slide-wr {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .slide-wr.common-slide-wr._1, .slide-wr.common-slide-wr._3 {
    margin-bottom: 0;
  }

  .testimonial_name.integrations {
    font-size: 1.25rem;
  }

  .cta_section.integration {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .features_section.designed {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-wrapper {
    place-items: center;
  }

  .text-wrapper.is-align-center.common-text-wrapper.dp {
    place-items: center start;
    display: block;
  }

  .text-wrapper.is-align-center.common-text-wrapper.bd {
    display: block;
  }

  .text-wrapper.z-index-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .feature_text-wr {
    grid-row-gap: .5rem;
  }

  .cta_text-max-width {
    width: 50%;
  }

  .nav_burger_content {
    align-items: flex-start;
    height: 100%;
  }

  .nav_burger_list {
    display: none;
  }

  .navbar_brand {
    margin-right: 1rem;
    padding-left: 0;
  }

  .nav-menu {
    z-index: 998;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .dropdown_link {
    font-size: .875rem;
  }

  .dropdown-1_list.w--open {
    box-shadow: none;
    position: static;
  }

  .navbar-center_wrapper {
    grid-template-columns: 7rem max-content;
  }

  .dropdown-1_toggle {
    width: 100%;
    font-size: 1rem;
  }

  .nav-link {
    white-space: nowrap;
    border-bottom-style: none;
    padding-left: 0;
    font-size: 1rem;
  }

  .nav_burger_trigger {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-1 {
    color: #303030;
    align-self: stretch;
    padding-left: 0;
  }

  .hero_section.common_hero_section.blog_page-common_hero_section {
    padding-bottom: 3rem;
  }

  .hero_section.common_hero_section.is-hero-logo {
    padding-top: 88px;
    padding-bottom: 2.5rem;
  }

  .hero_section.common_hero_section.is-hero-video {
    padding-top: 2.5rem;
  }

  .app_hero_layout {
    padding-top: 2rem;
  }

  .app_hero_layout.common_app_hero_layout {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .app_hero_layout.common_app_hero_layout.is_video {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .app_hero_image {
    width: 100%;
    height: auto;
    overflow: clip;
  }

  .app_hero_bottom {
    height: 18rem;
  }

  .app_section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .app_section.features.features_section-two-grid {
    padding-bottom: 4rem;
  }

  .app_section.app_feature_listing_section {
    padding-bottom: 3rem;
  }

  .app_section.app_tabs_section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .app_section.common-app_section.ew {
    padding-bottom: 2.5rem;
  }

  .app_section.integration {
    padding-bottom: 3.5rem;
  }

  .image-wrapper.hide-mobile-landscape.app_tab_image-wrapper {
    justify-content: flex-start;
    align-self: auto;
    margin-top: 0;
    padding-top: 0;
    top: auto;
  }

  .image-wrapper.app-image-bg {
    overflow: hidden;
  }

  .image-wrapper.app-image-bg._1 {
    overflow: visible;
  }

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

  .container_2columns.second {
    height: auto;
    position: static;
  }

  .container_2columns.app_tab_container_2columns.second, .container_2columns.app_tab_container_2columns.three {
    grid-template-columns: 1fr;
    height: 100%;
    position: static;
  }

  .container_2columns.container_2columns_top_pad {
    margin-top: 0;
  }

  .app_group {
    grid-row-gap: 3.125rem;
  }

  .app_group.app_group-tab-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 2rem;
  }

  .app_group.app_group-tab-layout._1 {
    padding-top: 0;
  }

  .app_group.app_group-tab-layout._2 {
    padding-top: 2rem;
  }

  .app_group.common_app_group {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .app_hero_bg-time {
    background-image: linear-gradient(to top, #14151c 21%, #111217d6 60%, #0000);
    height: 50%;
  }

  .app_section-time {
    padding-top: 0;
    padding-bottom: 3.375rem;
  }

  .app_section-time.common_app_section-time {
    padding-bottom: 3rem;
  }

  .hide-desktop {
    display: block;
  }

  .app_hero_ss-wr.common_app_hero_ss-wr {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
    margin-top: -22px;
    padding-top: 0;
  }

  .time_layout {
    margin-top: 101px;
  }

  .app-image-mobile {
    border-radius: 4%;
    display: block;
    box-shadow: -45px 45px 174px -20px #edae9a87;
  }

  .app-image-mobile.green {
    box-shadow: -45px 45px 172px -20px #9aedb187;
  }

  .app-image-mobile.purple {
    box-shadow: -45px 45px 172px -20px #a69aed87;
  }

  .app-image-mobile.red {
    box-shadow: -45px 45px 172px -20px #ed9a9a87;
  }

  .faq_section.common_faq_section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .faq_section.main_faq_section {
    padding-top: 1.75rem;
  }

  .contact_section {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .categories {
    width: 10rem;
    margin-right: 1rem;
  }

  .faq-2_icon-wr {
    width: 24px;
    height: 24px;
    inset: 7px -8px auto auto;
    overflow: hidden;
  }

  .faq_planner2 {
    padding: 1.5rem 1rem 1.5rem 2rem;
  }

  .faq-_planner2_content {
    padding-left: 2rem;
    padding-right: 1rem;
  }

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

  .pricing_layout._2-col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .pricing_card_border {
    position: relative;
  }

  .price-wr {
    flex-direction: row;
    align-items: center;
  }

  .table_4col_row {
    grid-template-columns: minmax(150px, 1fr) 1fr 1fr 1fr;
  }

  .table_4col_row.is-top {
    position: static;
  }

  .table_4col_row.is-end {
    grid-template-columns: 1fr 1.2fr 1fr;
  }

  .pricing_section {
    padding-top: 11.5rem;
  }

  .utility-page_arrow-line {
    margin-top: 54px;
    top: 18px;
  }

  .utility-page_event-box-1 {
    top: -104px;
  }

  .utility-page_event-box-2 {
    top: -74px;
    right: 0;
  }

  .utility-page_event-box-3 {
    bottom: -220px;
  }

  .utility-page_event-box-4 {
    top: auto;
    bottom: -260px;
    left: 0;
  }

  .app_counter_column {
    grid-column-gap: 20px;
  }

  .app_feature_listing-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .app_feature-listing {
    margin-top: 0;
  }

  .app_feature-listing-item {
    background-size: auto;
    overflow: visible;
  }

  .app_bg_left_glow-pink {
    width: 100%;
    left: auto;
  }

  .app_smart-assistance_column {
    place-content: center;
    justify-items: start;
  }

  .app_smart-assistance_section {
    margin-top: -50px;
    padding-top: 2rem;
  }

  .app_insights-layout-image {
    grid-template-columns: repeat(auto-fit, 350px);
    align-items: center;
  }

  .app_bg_bottom_glow-purple, .app_bg_top_glow-blue {
    width: 100%;
  }

  .app_tabs_content {
    padding-bottom: 2rem;
  }

  .app_tabs {
    height: 100%;
    position: relative;
  }

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

  .app_tab_pane-flex._1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .app_tab_content-block, .common_app_hero_heading_content {
    max-width: 100%;
  }

  .feature-blog-layout_grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .three-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .three-column-grid.article-three-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-filter-collection-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .filter-form {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .filter-button {
    margin-top: 32px;
    padding-top: 0;
  }

  .blog-filter-main {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .blog-filter-listing {
    padding-bottom: 3rem;
  }

  .search-input {
    min-width: 100%;
  }

  .article-category-block {
    font-size: 12px;
  }

  .blog_detail-text-wrapper {
    padding-bottom: 3.375rem;
  }

  .blog_detail-text-wrapper.feature_blog_detail-text-wrapper {
    padding-bottom: 5.563rem;
  }

  .blog-detail-content-block {
    padding-top: 1.375rem;
  }

  .blog-detail-content-block blockquote {
    padding-right: 0;
  }

  .blog_detail-related-post-layout {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .blog_detail-related-post-layout.guide_detail-related-post-layout {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .guide_listing-section {
    padding-top: 3rem;
  }

  .guide_filter-listing.category {
    grid-template-columns: 1fr 1fr;
  }

  .guide_category_list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .feature_layout-grid {
    grid-template-columns: 2fr;
  }

  .feature_layout-grid.guide_feature_layout-grid {
    grid-column-gap: 8.5rem;
    grid-row-gap: 8.5rem;
    padding-bottom: 2rem;
  }

  .feature_sidebar-table {
    position: relative;
  }

  .feature_sidebar-table.terms_feature_sidebar-table {
    top: 0;
  }

  .blog_feature_image-main {
    border-radius: 12px;
  }

  .tab-dropdown {
    border: 1px solid var(--morgen-red);
    padding: 12px 20px;
    display: none;
  }

  .dropdown-category-selector {
    display: block;
  }

  .contect_form-layout-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .contect_sidebar-block {
    max-width: 100%;
  }

  .terms-layout-grid {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 2.813rem;
    padding-bottom: 3.875rem;
  }

  .home-lottie.home-lotti-clip {
    height: 104%;
    margin-top: -1.5%;
    display: none;
  }

  .heading.heading-gradient, .heading.heading-gradient.heading-hero:lang(de) {
    font-size: 2.5rem;
  }

  .heading.heading-gradient.heading-hero:lang(es) {
    font-size: 2.3rem;
  }

  .heading.heading-gradient.heading-hero:lang(it) {
    font-size: 2.5rem;
  }

  .tg-wrapper {
    padding-top: 4rem;
  }

  .tg-wrapper.is-first {
    padding-top: 3rem;
  }

  .integration_tabs {
    margin-top: 2rem;
  }

  .integration_tab-menu {
    margin-bottom: 1.5rem;
  }

  .layout-h.is-gap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .code-embed {
    border-radius: 9px;
  }

  .lotti-mask {
    display: none;
  }

  .lotti-mask.video {
    display: block;
  }

  .landing_h2_first {
    max-width: 600px;
  }

  .hero-image-mobile {
    display: block;
    box-shadow: 0 2px 17px 8px #0003;
  }

  .h4-p-equivalent {
    font-size: 1rem;
  }

  .comparison-title {
    margin-left: 0;
    font-size: 3svw;
  }

  .image-5 {
    max-width: 120vw;
    display: block;
    position: relative;
    left: -13.5vw;
  }

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

  .layout375_card-large-content {
    padding: 1.5rem;
  }

  .layout375_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .layout375_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .pricing-spacer {
    height: 80px;
  }

  .money-back-label {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

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

  .logo1_list {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    padding-top: 1rem;
  }

  .div-block-4 {
    margin-bottom: 40px;
  }

  .logos-label {
    font-size: 1rem;
  }

  .faq-2_icon-wr-2 {
    width: 24px;
    height: 24px;
    inset: 7px -8px auto auto;
    overflow: hidden;
  }

  .text-block-58, .text-block-58.dp, .text-block-59 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bold-text-24.a {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 30px;
    display: block;
  }

  .a {
    align-items: stretch;
    padding-left: 20px;
    display: block;
  }

  .a._2 {
    padding-left: 30px;
  }

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

  .hero-stack, .team-slider {
    padding: 60px 15px;
  }

  .post-v2_grid {
    grid-template-columns: minmax(436px, 719px);
  }

  .takeaways-card.post-v2_card {
    margin-bottom: 0;
  }

  .faq-2_icon-wr-3 {
    width: 24px;
    height: 24px;
    inset: 7px -8px auto auto;
    overflow: hidden;
  }

  .button-group-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .button-group-3.common_button-group {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .div-block-21, .div-block-22 {
    margin-bottom: 40px;
  }

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

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

  .dropdown_link-2 {
    font-size: .875rem;
  }

  .heading-52.heading-gradient {
    font-size: 2.5rem;
  }

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

  .h4-p-equivalent-2 {
    font-size: 1rem;
  }

  .nav_burger_trigger-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-1_toggle-2 {
    width: 100%;
    font-size: 1rem;
  }

  .nav-link-2 {
    white-space: nowrap;
    border-bottom-style: none;
    padding-left: 0;
    font-size: 1rem;
  }

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

  .text-block-74 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-2_icon-wr-4 {
    width: 24px;
    height: 24px;
    inset: 7px -8px auto auto;
    overflow: hidden;
  }

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

  .div-block-23 {
    margin-bottom: 40px;
  }

  .button-group-4 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .button-group-4.app_home-button-group {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .button-group-4.common_button-group {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .search-input-2 {
    min-width: 100%;
  }

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

  .padding-global-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-2_icon-wr-5 {
    width: 24px;
    height: 24px;
    inset: 7px -8px auto auto;
    overflow: hidden;
  }

  .h4-p-equivalent-3 {
    font-size: 1rem;
  }

  .text-block-78 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .heading-53.heading-gradient {
    font-size: 2.5rem;
  }

  .padding-global-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-group-5 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .button-group-5.app_home-button-group {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .button-group-5.common_button-group {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .div-block-24 {
    margin-bottom: 40px;
  }

  .code-embed-7 {
    border-radius: 9px;
  }

  .padding-global-11, .padding-global-12 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .padding-global-13 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-2_icon-wr-6 {
    width: 24px;
    height: 24px;
    inset: 7px -8px auto auto;
    overflow: hidden;
  }

  .h4-p-equivalent-4 {
    font-size: 1rem;
  }

  .text-block-86 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .heading-56.heading-gradient {
    font-size: 2.5rem;
  }

  .padding-global-14 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button-group-6 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .button-group-6.app_home-button-group {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .button-group-6.common_button-group {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .div-block-25 {
    margin-bottom: 40px;
  }

  .code-embed-11 {
    border-radius: 9px;
  }

  .padding-global-15, .padding-global-16 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .padding-global-17 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .money-back-label-2 {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .padding-global-18 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-2_icon-wr-7 {
    width: 24px;
    height: 24px;
    inset: 7px -8px auto auto;
    overflow: hidden;
  }

  .div-block-26, .div-block-27 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .utility-page_component.utility-page_component-404 {
    height: 100%;
    padding-top: 16rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-bottom.padding-51 {
    padding-bottom: 2.188rem;
  }

  .hide-tablet {
    display: none;
  }

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

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

  .padding-global.mobile-fix {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 16px;
    display: flex;
  }

  .padding-global._1234 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-global.mobile-margin.topbox, .padding-global.topbox {
    padding-top: 50px;
  }

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

  .styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h4.max-width-214:lang(it) {
    font-size: 1.25rem;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .container-large._123 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-large.mobile-margin.bottom {
    padding-bottom: 50px;
  }

  .container-large.topbox {
    padding-top: 50px;
  }

  .text-align-center.max-width-indigo:lang(de) {
    font-size: 2rem;
  }

  .main-wrapper {
    display: block;
  }

  .button_56 {
    white-space: nowrap;
  }

  .button_56.is-text {
    padding-left: 0;
    padding-right: 0;
  }

  .button_56.is-form-submit {
    width: 100%;
  }

  .button_56.is-back {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-group.common_button-group {
    justify-content: center;
    align-items: stretch;
  }

  .tagline {
    box-sizing: border-box;
    text-align: center;
  }

  .text-tagline {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-3 {
    white-space: normal;
  }

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

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

  .button-text:lang(de) {
    font-size: .75rem;
  }

  .button-text:lang(es), .button-text:lang(it) {
    font-size: .775rem;
  }

  .button_48 {
    white-space: nowrap;
  }

  .button_48.is-secondary-arrow {
    grid-column-gap: .25rem;
  }

  .button_48.is-secondary-arrow.tabs_button-home {
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .footer_bottom-group {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-form_input_wr {
    flex-direction: column;
  }

  .footer_link-group {
    align-items: flex-start;
  }

  .footer {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
  }

  .footer.mobile-margin {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_bottom_links-group {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .footer_bottom_link {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_top-group {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .footer-form_button {
    white-space: nowrap;
  }

  .footer_links {
    grid-column-gap: 12px;
    flex: 0 auto;
    display: inline-grid;
  }

  .footer_bottom_links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .security_layout {
    border-radius: 3.9375rem;
    padding: .5rem;
  }

  .security_layout._2 {
    border-radius: 3.9375rem;
  }

  .security_layout._3 {
    background-position: 21% 0;
    border-radius: 3.375rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonials_top {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonials_top:lang(de) {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .testimonials_top:lang(fr) {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .testimonials_top:lang(es) {
    flex-flow: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials_top:lang(it) {
    flex-flow: wrap;
  }

  .testimonials_section {
    padding-bottom: 0;
  }

  .testimonials_section.common_testimonials_section {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .testomonials_arrows:lang(fr) {
    grid-column-gap: .5rem;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .testimonial_card {
    padding-right: 1.7rem;
  }

  .cta_section.common_cta_section {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .cta_section.common_cta_section.mobile-margin {
    padding-top: 2rem;
  }

  .cta_section.common_cta_section.mobile-margin.topbox, .cta_section.common_cta_section.topbox.mobile-margin {
    padding-top: 0;
  }

  .cta_layout {
    text-align: center;
    padding: 2.5rem 1.375rem 0;
  }

  .features_section.designed {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .features_section.designed.common_features_section {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .features_layout {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .features_layout.keyboard {
    padding: 1.5rem;
  }

  .features_layout.features_layout_grid_two {
    grid-template-columns: 1fr;
  }

  .text-wrapper {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .text-wrapper.is-align-center.max-width-mango.mobile-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper.is-align-center.max-width-paprika {
    grid-column-gap: 0px;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
    display: block;
  }

  .text-wrapper.is-align-center.max-width-paprika.mobile-fix {
    max-width: 360px;
    margin-bottom: 0;
  }

  .text-wrapper.is-align-center.common-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper.z-index-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .text-wrapper._123 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper._1234, .text-wrapper.topbox {
    padding-top: 50px;
  }

  .feature_card {
    grid-column-gap: 2.5rem;
  }

  .feature_card.small-gap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .feature_card.max-width-indigo {
    grid-column-gap: 1rem;
  }

  .cta_text-wr {
    margin-left: 0;
  }

  .cta_bg {
    max-width: none;
    position: static;
  }

  .cta_bg.topbox, .cta_bg.ctatopbox {
    margin-top: 20px;
  }

  .cta_text-max-width {
    text-align: left;
    width: 100%;
  }

  .nav_burger_button {
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .navbar_left_buttons-wr, .navbar_left_buttons-wr.plausible-event-name--get-started {
    display: none;
  }

  .nav_burger_list {
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .nav-menu {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link.sign-in {
    justify-content: center;
    align-items: center;
  }

  .nav_burger_trigger {
    border-style: none;
    display: flex;
  }

  .hero_section {
    padding-bottom: 20px;
  }

  .hero_section.common_hero_section {
    padding-bottom: 0;
    overflow: hidden;
  }

  .app_hero_layout {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .app_hero_layout.common_app_hero_layout {
    flex-flow: column;
  }

  .app_hero_layout.mobile-fix {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 0;
  }

  .app_hero_image {
    object-fit: fill;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .hero_heading-wr.common_hero_heading-wr {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-color-gradient {
    padding-bottom: 0;
    display: block;
  }

  .app_section {
    padding-top: 3rem;
    padding-bottom: 0;
    overflow: visible;
  }

  .app_section.features.features_section-two-grid.common_features_section-two-grid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .app_section.app_tabs_section, .app_section.common-app_section.ew {
    padding-bottom: 0;
  }

  .app_section.common-app_section.ew.mobile-margin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .app_section.common-app_section.ew.mobile-margin.no-mobile {
    display: none;
  }

  .app_section.common-app_section.ew.mobile-margin.join-the-community.test {
    bottom: 40px;
  }

  .app_section.integration {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .app_section.overflow-hidden {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .image-wrapper.hide-mobile-landscape.app_tab_image-wrapper {
    order: 0;
    margin-top: -16px;
    padding-top: 0;
    padding-bottom: 5rem;
    display: block;
  }

  .container_2columns.second {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container_2columns.app_tab_container_2columns.second {
    grid-template-columns: 1fr;
  }

  .container_2columns.app_tab_container_2columns.three {
    grid-template-columns: 1fr;
    padding-bottom: 3.5rem;
  }

  .container_2columns.container_2columns_top_pad {
    margin-top: 0;
  }

  .container_2columns.container_2columns_top_pad.link-generator {
    width: 100%;
    padding-right: 0;
  }

  .app_group.app_group-tab-layout._1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: .5rem;
  }

  .app_group.common_app_group {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .app_hero_bg-time {
    background-image: linear-gradient(to top, #14151c 21%, #111217d6 67%, #0000 89%);
    height: 71%;
  }

  .app_section-time.common_app_section-time {
    padding-bottom: 3rem;
  }

  .gradient_circle {
    width: 200px;
    height: 200px;
  }

  .animation-trigger.common_animation-trigger {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .h1-hidden {
    text-align: center;
    overflow-wrap: normal;
    object-fit: fill;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    max-width: 75%;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    overflow: visible;
  }

  .h1-hidden:lang(pt) {
    font-size: 2.5rem;
  }

  .h1-hidden:lang(de) {
    margin-left: 0;
    margin-right: 0;
  }

  .h1-hidden:lang(es) {
    font-size: 2.4rem;
  }

  .h1-hidden:lang(it) {
    font-size: 2.5rem;
  }

  .h1-hidden.blog_detail-related-heading {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    font-size: 2rem;
    line-height: 1.1;
  }

  .h1-hidden.gude_blog_detail-related-heading {
    font-size: 2rem;
    line-height: 1.1;
  }

  .lottie-animation {
    display: none;
  }

  .app_hero_ss-wr {
    margin-top: 60px;
  }

  .app_hero_ss-wr.common_app_hero_ss-wr {
    aspect-ratio: auto;
    object-fit: fill;
    border-radius: 0;
    flex: 0 auto;
    margin-top: -22px;
    padding-top: 28px;
    padding-right: 0;
    overflow: hidden;
  }

  .time_layout {
    margin-top: 0;
  }

  .app-image-mobile {
    border-radius: 13px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
    overflow: visible;
    box-shadow: -45px 45px 174px -20px #edae9a87;
  }

  .app-image-mobile.green {
    border-radius: 13px;
    width: 100%;
    overflow: visible;
    box-shadow: -45px 45px 172px -20px #9aedb187;
  }

  .app-image-mobile.purple {
    border-radius: 13px;
    overflow: visible;
  }

  .faq_section.main_faq_section {
    padding-top: 0;
  }

  .contact_section {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .faq_layout {
    flex-direction: column;
  }

  .categories {
    width: 100%;
    margin-right: 0;
  }

  .faq-2_card.empty.padding-empty {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-2_icon {
    position: relative;
  }

  .billing-switch_wr {
    padding-left: 4px;
  }

  .billing-switch_layout {
    grid-column-gap: 1.25rem;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .price-wr {
    flex-direction: row;
  }

  .table_4col_row {
    border-radius: .75rem;
    flex: none;
    grid-template-columns: 1fr;
    justify-items: start;
    min-width: 13rem;
    max-width: 16rem;
    margin-right: 1rem;
    padding: 1.25rem;
  }

  .table_4col_row.is-top {
    display: none;
  }

  .table_4col_row.is-gray {
    background-color: #191a23;
  }

  .table_4col_row.is-end {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .table_cell {
    grid-row-gap: .25rem;
    text-align: left;
    border-left-style: none;
    border-right-style: none;
    justify-content: center;
    align-items: flex-start;
    padding: .5rem 0;
  }

  .table_cell.is-left {
    grid-row-gap: .5rem;
    grid-row-gap: .5rem;
    border-right-style: none;
  }

  .pricing-table {
    width: 100vw;
    margin-bottom: 0;
    margin-left: -1.5rem;
    padding-left: 1.5rem;
  }

  .mobile-table-headings {
    order: -1;
    display: block;
  }

  .table {
    margin-left: -1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    display: flex;
    overflow: auto;
  }

  .table.table-comparison {
    display: block;
  }

  .pricing_section {
    padding-top: 11.45rem;
    padding-bottom: 2.5rem;
  }

  .cta_layout-price {
    text-align: center;
    padding: 2.5rem 1.375rem;
  }

  .pricing-table_content_tooltip_content {
    margin-top: 18px;
    margin-bottom: 0;
    bottom: auto;
  }

  .pricing-table_content_polygon {
    top: -12px;
    bottom: auto;
    transform: rotate(180deg);
  }

  .utility-page_arrow-line {
    margin-top: 0;
    display: none;
    top: 45px;
    left: 0;
  }

  .utility-page_404-image {
    max-width: 250px;
  }

  .utility-page_event-box-1 {
    top: -134px;
    left: 0;
  }

  .utility-page_event-box-2 {
    top: -114px;
  }

  .max-width-214 {
    overflow: visible;
  }

  .mobile-margin {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .app_counter_block {
    border-left-style: none;
  }

  .app_smart_timing-layout-content.padding-bottom.padding-navy {
    padding-bottom: 0;
  }

  .app_smart_timing-layout-image-01 {
    display: block;
  }

  .app_smart_assistance-layout-image {
    width: 100%;
  }

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

  .app_smart-assistance_section {
    margin-top: -50px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .app_tab_toggle {
    background-color: var(--morgen-black);
    border-bottom-style: solid;
    margin-right: 0;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .app_tab_toggle:hover {
    border-bottom-width: 1px;
  }

  .app_tab_toggle.w--current {
    background-color: var(--button-hover);
    color: var(--morgen-red);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-right: 0;
    padding: 12px 20px 0;
  }

  .app_tab_toggle.w--current:hover {
    border-bottom-width: 1px;
  }

  .aps_tabs_menu {
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--morgen-red);
    background-color: var(--morgen-black);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    max-height: 100%;
    margin-top: -24px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .app_tabs_content {
    z-index: 3;
    margin-top: -5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .app_tabs {
    margin-top: 0;
  }

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

  .app_tab_pane-flex._1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .common_app_hero_heading_content {
    align-self: auto;
  }

  .subscribe_form-group {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-blog-layout_grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature_listing-item {
    width: 100%;
    display: block;
  }

  .feature_listing-item-thumbnail {
    position: relative;
  }

  .three-column-grid {
    grid-template-columns: 1fr;
  }

  .three-column-grid.article-three-column-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    display: flex;
  }

  .blog-filter-collection-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .filter-form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blog-filter-topics-inner {
    order: 1;
  }

  .blog-filter-main {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .blog-filter-listing {
    padding-top: 32px;
    padding-bottom: 95px;
  }

  .blog-filter-listing.integrations {
    padding-top: 32px;
  }

  .search-input {
    padding: 10px 16px 10px 48px;
  }

  .article-categorys-block.all {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-right: 0;
  }

  .feature_listing-item-block {
    display: block;
  }

  .feature_listing-image {
    padding-top: 0%;
  }

  .author_detail-block {
    padding-top: 2rem;
  }

  .blog-detail-content-block {
    object-fit: fill;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .blog-detail-content-block blockquote {
    margin-top: 82px;
    margin-bottom: 72px;
  }

  .blog-detail-content-block._1 {
    padding-top: 0;
  }

  .blog_detail-related-post-layout.mobile-margin {
    padding: 2rem 1rem;
  }

  .guide_listing-layout, .guide_listing-layout.one {
    text-align: center;
  }

  .guide_filter-listing.category {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .guide_filter-listing-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .guide_category_list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .guide_category_list-flex {
    grid-row-gap: 16px;
  }

  .feature_image-main {
    border-radius: 8px;
  }

  .blog_content-block {
    grid-column-gap: 2.375rem;
    grid-row-gap: 2.375rem;
  }

  .feature_layout-grid.guide_feature_layout-grid {
    grid-column-gap: 9.5rem;
    grid-row-gap: 9.5rem;
  }

  .blog_feature_image-main {
    border-radius: 8px;
  }

  .tab-dropdown {
    border: 1px solid var(--morgen-red);
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    display: flex;
  }

  .dropdown-category-selector {
    justify-content: space-between;
    display: flex;
    overflow: visible;
  }

  .arrow-dropdown {
    z-index: 10;
    display: block;
    position: relative;
    transform: rotate(180deg);
  }

  .terms-layout-grid {
    padding-top: 1.813rem;
  }

  .privacy_listing {
    padding-left: 1.2rem;
  }

  .video_conferencing-bg-overlay.morgen_red {
    width: 100%;
    bottom: 0%;
  }

  .hero-text-block {
    font-size: 1.2rem;
  }

  .home-lottie.home-lotti-clip {
    width: 100.2%;
    height: 105%;
    margin-top: -2%;
    margin-left: -.1%;
  }

  .heading {
    font-size: 2.2rem;
  }

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

  .heading.heading-gradient:lang(it) {
    font-size: 2.9rem;
  }

  .heading.heading-gradient.heading-hero:lang(de), .heading.heading-gradient.heading-hero:lang(es) {
    font-size: 2rem;
  }

  .heading.heading-gradient.heading-hero:lang(it) {
    font-size: 1.8rem;
  }

  .rich-text-block.topbox {
    padding-top: 50px;
  }

  .logo-wrapper {
    grid-column-gap: 3.55rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 40px;
    display: grid;
  }

  .logo-hero-icon {
    max-width: 100%;
  }

  .tg-wrapper.is-first {
    padding-top: 2rem;
  }

  .integration_tab-menu {
    grid-template-columns: 1fr;
  }

  .integration_tab_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-subheader:lang(pt) {
    min-width: auto;
    max-width: 250px;
  }

  .logo-small {
    display: inline-block;
  }

  .logo-expanded {
    display: none;
  }

  .lotti-mask {
    border-radius: 3px;
  }

  .shapo_testimonials {
    display: none;
  }

  .shapo_testimonials.shapo_testimonials_mobile {
    display: block;
  }

  .landing_h2_first {
    max-width: 600px;
  }

  .h4-p-equivalent {
    text-align: center;
  }

  .logo-comparison-page {
    display: block;
  }

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

  .morgen-logo-full {
    max-width: 70px;
    display: block;
  }

  .comparison-table_content_tooltip {
    display: none;
  }

  .table_cell_comparison {
    text-align: left;
    border-left-style: none;
    border-right-style: none;
    padding: .5rem 0;
  }

  .table_cell_comparison.is-left {
    grid-row-gap: .5rem;
    grid-row-gap: .5rem;
    border-right-style: none;
    padding-left: .5rem;
  }

  .cta-container {
    margin-top: 20px;
  }

  .image-5 {
    left: -15.8vw;
  }

  .note.header-note {
    opacity: .6;
    opacity: .6;
  }

  .layout375_card-large-content {
    display: block;
  }

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

  .padding-section-large._12345 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .layout375_card-large {
    flex-direction: column;
    display: flex;
  }

  .pricing-spacer {
    height: 60px;
  }

  .money-back-label {
    text-align: center;
    flex-flow: column;
  }

  .logo1_logo {
    height: 1.1rem;
    max-height: 1.3rem;
  }

  .logo1_logo.logo-heavy {
    height: 1.1rem;
  }

  .logo1_logo.logo-massive {
    height: 1rem;
  }

  .logo1_logo.logo-light {
    height: 1.3rem;
  }

  .logo1_list {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    display: flex;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

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

  .text-block-32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 75%;
    height: auto;
    min-height: auto;
    max-height: none;
    display: block;
    position: static;
    overflow: auto;
  }

  .locales-wrapper {
    display: none;
  }

  .heading-22:lang(it) {
    font-size: 2.4rem;
  }

  .bold-text-18 {
    font-size: 1.6rem;
  }

  .bold-text-18:lang(it), .bold-text-19, .bold-text-20 {
    font-size: 1.65rem;
  }

  .bold-text-21 {
    font-size: 1.5rem;
  }

  .bold-text-21:lang(it) {
    font-size: 1.25rem;
  }

  .bold-text-22 {
    font-size: 1.5rem;
  }

  .bold-text-22:lang(it) {
    font-size: 1.25rem;
  }

  .text-block-50 {
    font-size: .775rem;
  }

  .heading-26 {
    margin-left: 0;
  }

  .heading-27 {
    margin-left: 20px;
  }

  .text-block-58, .text-block-58.dp, .text-block-59 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-24.a, .a, .a._2, .heading-28, .blog_header_wrapper {
    padding-left: 0;
  }

  .button_56-2 {
    white-space: nowrap;
  }

  .flex-block.cta-header-root {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-2 {
    width: 100%;
    margin-top: 40px;
    display: block;
  }

  .heading-30 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-31, .text-block-63 {
    text-align: center;
  }

  .div-block-15.padding--0 {
    padding-left: 0;
    padding-right: 0;
  }

  .step-container {
    flex-flow: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .div-block-18.padding-1 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .post-v2_container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .post-v2_grid {
    grid-template-columns: minmax(216px, 453px);
  }

  .post-v2_hero-container {
    padding: 12px;
  }

  .post-v2_title {
    font-size: 2.5rem;
  }

  .author-card, .takeaways-card.post-v2_card {
    padding: 12px;
  }

  .tagline-2 {
    box-sizing: border-box;
    text-align: center;
  }

  .button-group-3.common_button-group {
    justify-content: center;
    align-items: stretch;
  }

  .heading-51 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-color-gradient-2 {
    padding-bottom: 0;
    display: block;
  }

  .div-block-21, .div-block-22 {
    margin-bottom: 20px;
  }

  .flex-block-3 {
    width: 100%;
    margin-top: 40px;
    display: block;
  }

  .heading-52 {
    font-size: 2.2rem;
  }

  .heading-52.heading-gradient {
    font-size: 2rem;
  }

  .heading-52.heading-gradient:lang(it) {
    font-size: 2.9rem;
  }

  .h4-p-equivalent-2 {
    text-align: center;
  }

  .tagline-3 {
    box-sizing: border-box;
    text-align: center;
  }

  .nav_burger_trigger-2 {
    border-style: none;
    display: flex;
  }

  .nav-link-2.sign-in {
    justify-content: center;
    align-items: center;
  }

  .footer_bottom_link-2 {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  .section_layout375-2.mobile-margin {
    height: 0%;
  }

  .button_48-2 {
    white-space: nowrap;
  }

  .button_48-2.is-secondary-arrow {
    grid-column-gap: .25rem;
  }

  .flex-block-4.cta-header-root {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_bottom-group-2 {
    text-align: center;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-74 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-6 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-23 {
    margin-bottom: 20px;
  }

  .button-group-4.app_home-button-group {
    justify-content: center;
  }

  .button-group-4.common_button-group {
    justify-content: center;
    align-items: stretch;
  }

  .padding-global-7 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-style-h4-4.max-width-214:lang(it) {
    font-size: 1.25rem;
  }

  .search-input-2 {
    padding: 10px 16px 10px 48px;
  }

  .padding-global-8 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .padding-global-8._1234 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h4-p-equivalent-3 {
    text-align: center;
  }

  .text-block-78 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-53 {
    font-size: 2.2rem;
  }

  .heading-53.heading-gradient {
    font-size: 2rem;
  }

  .heading-53.heading-gradient:lang(it) {
    font-size: 2.9rem;
  }

  .padding-global-9 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-group-5.app_home-button-group {
    justify-content: center;
  }

  .button-group-5.common_button-group {
    justify-content: center;
    align-items: stretch;
  }

  .footer_bottom_link-3 {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-24 {
    margin-bottom: 20px;
  }

  .flex-block-5.cta-header-root {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tagline-4 {
    box-sizing: border-box;
    text-align: center;
  }

  .padding-global-11 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .padding-global-11._1234 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-global-12, .padding-global-13 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .h4-p-equivalent-4 {
    text-align: center;
  }

  .text-block-86 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-56 {
    font-size: 2.2rem;
  }

  .heading-56.heading-gradient {
    font-size: 2rem;
  }

  .heading-56.heading-gradient:lang(it) {
    font-size: 2.9rem;
  }

  .padding-global-14 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-group-6.app_home-button-group {
    justify-content: center;
  }

  .button-group-6.common_button-group {
    justify-content: center;
    align-items: stretch;
  }

  .footer_bottom_link-4 {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25 {
    margin-bottom: 20px;
  }

  .flex-block-6.cta-header-root {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .padding-global-15 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .padding-global-15._1234 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .padding-global-16, .padding-global-17 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .money-back-label-2 {
    text-align: center;
    flex-flow: column;
  }

  .footer_bottom_link-5 {
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-18 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .flex-block-7.cta-header-root {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-table-headings-2 {
    order: -1;
    display: block;
  }

  .div-block-26, .div-block-27 {
    margin-bottom: 20px;
  }
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ecd-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed1-c70cffa1 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed4-c70cffa1, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee2-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eed-c70cffa1 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ef3-c70cffa1, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4efe-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f09-c70cffa1 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f0f-c70cffa1, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f1a-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f22-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ddf7cd71-3010-9acb-128e-0bc08faaedde-c70cffa1, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaede7-c70cffa1, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaedf0-c70cffa1, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaedf9-c70cffa1, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaee02-c70cffa1, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaee0b-c70cffa1, #w-node-_1abf5a89-19b3-c216-93a5-a32ae1819597-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1abf5a89-19b3-c216-93a5-a32ae1819599-c70cffa1, #w-node-_1abf5a89-19b3-c216-93a5-a32ae18195ae-c70cffa1, #w-node-_1abf5a89-19b3-c216-93a5-a32ae18195c3-c70cffa1, #w-node-_1abf5a89-19b3-c216-93a5-a32ae18195d7-c70cffa1 {
  align-self: start;
}

#w-node-_1abf5a89-19b3-c216-93a5-a32ae18195e9-c70cffa1 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_1abf5a89-19b3-c216-93a5-a32ae18195ea-c70cffa1 {
  align-self: start;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c144-c70cffa1 {
  align-self: center;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c14a-c70cffa1, #w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c150-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c156-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c159-c70cffa1 {
  align-self: center;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c15f-c70cffa1, #w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c162-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c168-c70cffa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-dba0006e-1672-18a6-89fe-983fdacda4c6-c70cffa1, #w-node-_9abbf84c-91d2-7170-ae8d-d6aada6f34fd-c70cffa1, #w-node-_780b6f35-ef39-a483-e43a-23b13e6427bf-c70cffa1, #w-node-_48756e4e-9409-68b4-67d5-102c2ed514ba-c70cffa1, #w-node-b6932262-c0c1-f4a0-9a89-6045f6cceb40-c70cffa1, #w-node-_1c47e828-9191-0c08-bbea-aa873f1241d7-c70cffa1, #w-node-_089f852e-c18a-f81e-7e8c-d59688ca1858-88ca1846, #w-node-_089f852e-c18a-f81e-7e8c-d59688ca1859-88ca1846, #w-node-_089f852e-c18a-f81e-7e8c-d59688ca1860-88ca1846, #w-node-_089f852e-c18a-f81e-7e8c-d59688ca1861-88ca1846, #w-node-_089f852e-c18a-f81e-7e8c-d59688ca1868-88ca1846, #w-node-_089f852e-c18a-f81e-7e8c-d59688ca1869-88ca1846, #w-node-_0562176f-9550-4c0d-196e-f525e7aaea3d-fc604d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdcea5f1-0da5-e6c6-d02b-d09958d6e3ed-fc604d32 {
  align-self: center;
}

#w-node-bdcea5f1-0da5-e6c6-d02b-d09958d6e3fd-fc604d32, #w-node-_22258c55-a3d0-8812-e71b-fbda08d2f447-fc604d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdcea5f1-0da5-e6c6-d02b-d09958d6e403-fc604d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_51531d8c-1354-cd77-46c9-935c0b9b511f-fc604d32 {
  align-self: center;
}

#w-node-_51531d8c-1354-cd77-46c9-935c0b9b5125-fc604d32, #w-node-_51531d8c-1354-cd77-46c9-935c0b9b512b-fc604d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51531d8c-1354-cd77-46c9-935c0b9b5131-fc604d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ddf7cd71-3010-9acb-128e-0bc08faaedde-fc604d32, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaede7-fc604d32, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaedf0-fc604d32, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaedf9-fc604d32, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaee02-fc604d32, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaee0b-fc604d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c144-fc604d32 {
  align-self: center;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c14a-fc604d32, #w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c150-fc604d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c156-fc604d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c159-fc604d32 {
  align-self: center;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c15f-fc604d32, #w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c162-fc604d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c168-fc604d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-dba0006e-1672-18a6-89fe-983fdacda4c6-fc604d32, #w-node-_9abbf84c-91d2-7170-ae8d-d6aada6f34fd-fc604d32, #w-node-_780b6f35-ef39-a483-e43a-23b13e6427bf-fc604d32, #w-node-_48756e4e-9409-68b4-67d5-102c2ed514ba-fc604d32, #w-node-b6932262-c0c1-f4a0-9a89-6045f6cceb40-fc604d32, #w-node-_1c47e828-9191-0c08-bbea-aa873f1241d7-fc604d32, #w-node-_5dcf1990-a8fb-eb56-ad7d-bcde8e1bdfd0-fc604d32, #w-node-_87333ebb-3839-83df-a6a6-5b749d2e4913-fc604d32, #w-node-_97dccb73-2c79-6c68-e05b-89b5cf498766-fc604d32, #w-node-_97dccb73-2c79-6c68-e05b-89b5cf498767-fc604d32, #w-node-_6e6fb5bc-5210-8353-d26f-cf99042875fd-fc604d32, #w-node-_6e6fb5bc-5210-8353-d26f-cf99042875fe-fc604d32, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604d6d, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604d6d, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604d6d, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604d6d {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604d6d {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f32591-d256-b2de-93f0-14dbc03dffc8-fc604d6d {
  justify-self: start;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c29-fc604d6d {
  justify-self: start;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-fc604d6d {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-fc604d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-fc604d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-fc604d6d {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cac-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-fc604d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-fc604d6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-fc604d6d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-fc604d6d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-fc604d6d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-fc604d6d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-fc604d6d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-fc604d6d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-fc604d6d, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-fc604d6d, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-fc604d6d, #content.w-node-_32d664f0-b9c3-69fe-900f-203730334b72-fc604d6e, #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604d6e, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-fc604d70, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-fc604d70, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604d70, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604d70, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604d70, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604d70, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604d70 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604d70, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604d70 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604d70, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c34-fc604d70, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c38-fc604d70, #w-node-_06c6159f-7875-a463-274e-e85668566df1-fc604d70 {
  justify-self: start;
}

#w-node-fc267bee-f12b-73cb-c3c5-d075491ad62e-fc604d70 {
  place-self: start;
}

#w-node-_99d5528e-1195-5bb5-051b-b0fc575b0dc1-fc604d71, #w-node-_700ee175-b61b-8f74-7692-5a359c1306bc-fc604d71, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604d72 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604d72, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604d72, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604d72, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604d72, #w-node-_55814253-80c6-d802-07b2-56e406badbf4-fc604d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55814253-80c6-d802-07b2-56e406badbf6-fc604d72, #w-node-_55814253-80c6-d802-07b2-56e406badc0b-fc604d72, #w-node-_55814253-80c6-d802-07b2-56e406badc20-fc604d72, #w-node-_55814253-80c6-d802-07b2-56e406badc34-fc604d72 {
  align-self: start;
}

#w-node-_55814253-80c6-d802-07b2-56e406badc46-fc604d72 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_55814253-80c6-d802-07b2-56e406badc47-fc604d72 {
  align-self: start;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-fc604d72, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-fc604d72, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-fc604d72, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-fc604d72, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-fc604d72, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-fc604d72, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-fc604d72, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-fc604d72, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-fc604d72, #w-node-_0737c34a-538c-5997-d8da-28c3f8689a69-fc604d72, #w-node-_0737c34a-538c-5997-d8da-28c3f8689a72-fc604d72, #w-node-_0737c34a-538c-5997-d8da-28c3f8689a7b-fc604d72, #w-node-_0737c34a-538c-5997-d8da-28c3f8689a84-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-fc604d72, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-fc604d72, #w-node-fdf39e3d-5840-5485-51ae-7062defb1266-fc604d75, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-fc604d76, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604d76 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604d76 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bc64369a-4918-a26d-aa0a-e0b9db27e223-fc604d76 {
  align-self: center;
}

#w-node-bc64369a-4918-a26d-aa0a-e0b9db27e22b-fc604d76, #w-node-bc64369a-4918-a26d-aa0a-e0b9db27e23a-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc64369a-4918-a26d-aa0a-e0b9db27e240-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-bc64369a-4918-a26d-aa0a-e0b9db27e243-fc604d76 {
  align-self: center;
}

#w-node-bc64369a-4918-a26d-aa0a-e0b9db27e24b-fc604d76, #w-node-bc64369a-4918-a26d-aa0a-e0b9db27e257-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc64369a-4918-a26d-aa0a-e0b9db27e25d-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604d76, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604d76, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604d76, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-fc604d76 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-fc604d76 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-fc604d76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-fc604d76, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-fc604d76, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-fc604d76, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-fc604d76, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-fc604d76, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-fc604d76, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-fc604d76, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-fc604d76, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-fc604d76, #w-node-_34ccfb24-e157-891e-7c5a-5465507864b2-fc604d90, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-fc604d93, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-fc604d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034cae-fc604d93 {
  grid-area: Area;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604d93, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604d93, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604d93, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604d93 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604d93 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-fc604d93 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-fc604d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-fc604d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-fc604d93 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cac-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-fc604d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-fc604d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-fc604d93, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-fc604d93, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-fc604d93, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-fc604d93, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-fc604d93, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-fc604d93, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-fc604d93, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-fc604d93, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-fc604d93, #w-node-_73fcd753-23f6-0b6f-ab15-070ba590837d-fc604da9, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-fc604dab, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-fc604dab, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604dab, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604dab, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604dab, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604dab {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6513d19f-f499-b3b7-a7eb-0c28599f122f-fc604dab {
  align-self: center;
}

#w-node-_6513d19f-f499-b3b7-a7eb-0c28599f1238-fc604dab, #w-node-_6513d19f-f499-b3b7-a7eb-0c28599f1243-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6513d19f-f499-b3b7-a7eb-0c28599f1249-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604dab {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-fc604dab, #w-node-_82919a5e-3d2f-04e7-6f25-f5372741109d-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82919a5e-3d2f-04e7-6f25-f537274110a1-fc604dab {
  align-self: center;
}

#w-node-_82919a5e-3d2f-04e7-6f25-f537274110aa-fc604dab, #w-node-_82919a5e-3d2f-04e7-6f25-f537274110b8-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82919a5e-3d2f-04e7-6f25-f537274110be-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_82919a5e-3d2f-04e7-6f25-f537274110c1-fc604dab {
  align-self: center;
}

#w-node-_82919a5e-3d2f-04e7-6f25-f537274110ca-fc604dab, #w-node-_82919a5e-3d2f-04e7-6f25-f537274110d4-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82919a5e-3d2f-04e7-6f25-f537274110da-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-fc604dab {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-fc604dab {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-fc604dab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-fc604dab, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-fc604dab, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-fc604dab, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-fc604dab, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-fc604dab, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-fc604dab, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-fc604dab, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-fc604dab, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-fc604dab, #w-node-ae5fffc5-1b94-1cd2-0cf6-fb167ce401b2-fc604db1, #w-node-f561f988-0039-cb36-449c-64fdc293f84a-fc604db1, #w-node-b8cdb74a-80aa-6f02-b0b1-d87e28d2de8d-fc604db1, #w-node-_1e5a5792-13d3-19ef-e260-87f834701fb7-fc604db1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e5a5792-13d3-19ef-e260-87f834701fbb-fc604db1 {
  align-self: center;
}

#w-node-_1e5a5792-13d3-19ef-e260-87f834701fbe-fc604db1, #w-node-_1e5a5792-13d3-19ef-e260-87f834701fd3-fc604db1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e5a5792-13d3-19ef-e260-87f834701fdb-fc604db1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_1e5a5792-13d3-19ef-e260-87f834701fde-fc604db1 {
  align-self: center;
}

#w-node-_1e5a5792-13d3-19ef-e260-87f834701fe5-fc604db1, #w-node-_1e5a5792-13d3-19ef-e260-87f834701ff6-fc604db1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e5a5792-13d3-19ef-e260-87f834701ffe-fc604db1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1e5a5792-13d3-19ef-e260-87f834702001-fc604db1 {
  align-self: center;
}

#w-node-_1e5a5792-13d3-19ef-e260-87f834702008-fc604db1, #w-node-_1e5a5792-13d3-19ef-e260-87f834702019-fc604db1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e5a5792-13d3-19ef-e260-87f834702021-fc604db1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_09449846-0c5e-3a5a-b883-b5afe9117d10-fc604db1 {
  align-self: end;
}

#w-node-c6894923-4413-9b47-f902-fc6e33df0452-fc604db1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-abea896b-7b63-d764-9c4c-99e36b8570a6-fc604db1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22990eab-a093-8152-472e-24590bc15bf2-fc604db1, #w-node-_4d5bfe33-5009-b250-be23-7659d75cad23-fc604db1 {
  align-self: end;
}

#w-node-be8deb4a-1f1a-0f2b-5499-ccac2e201aeb-fc604db1, #w-node-a8663f17-6d8e-01ff-a9bf-dfff47425871-fc604db1, #w-node-_33e6f51c-4375-551b-8b79-86287ace4a11-fc604db1, #w-node-_8eb07ece-1d0e-ba3a-adcf-f4bcea7f6005-fc604db1 {
  align-self: center;
}

#w-node-d7eada3c-d80f-4ce9-30be-0312fe82145d-fc604db1, #w-node-_47d00315-b2d0-331c-59d0-bfb87a123d8e-fc604dc7, #w-node-_47d00315-b2d0-331c-59d0-bfb87a123d97-fc604dc7, #w-node-_47d00315-b2d0-331c-59d0-bfb87a123da0-fc604dc7, #w-node-_47d00315-b2d0-331c-59d0-bfb87a123da9-fc604dc7, #w-node-_47d00315-b2d0-331c-59d0-bfb87a123db2-fc604dc7, #w-node-_47d00315-b2d0-331c-59d0-bfb87a123dbb-fc604dc7, #w-node-bce951d2-730c-c3f1-48f6-a7a931379248-fc604dc7, #w-node-bce951d2-730c-c3f1-48f6-a7a931379251-fc604dc7, #w-node-bce951d2-730c-c3f1-48f6-a7a93137925a-fc604dc7, #w-node-bce951d2-730c-c3f1-48f6-a7a931379263-fc604dc7, #w-node-bce951d2-730c-c3f1-48f6-a7a93137926c-fc604dc7, #w-node-bce951d2-730c-c3f1-48f6-a7a931379275-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604dc7 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604dc7 {
  place-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e9ac1e7f-ea15-ea1f-0bde-9d0f88ed9b3d-fc604dc7, #w-node-e9ac1e7f-ea15-ea1f-0bde-9d0f88ed9b3f-fc604dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66c7c3cd-3d35-c89f-16ac-077df67fc684-fc604dc7 {
  place-self: center;
}

#w-node-_66c7c3cd-3d35-c89f-16ac-077df67fc689-fc604dc7 {
  place-self: auto center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-fc604dc7 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-fc604dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-fc604dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-fc604dc7 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cac-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-fc604dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-fc604dc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-fc604dc7, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-fc604dc7, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-fc604dc7, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-fc604dc7, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-fc604dc7, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-fc604dc7, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-fc604dc7, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-fc604dc8, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604dc8 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed011-fc604dc8 {
  align-self: center;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed01a-fc604dc8, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed02e-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed034-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604dc8 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604dc8, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604dc8, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604dc8, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-fc604dc8 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-fc604dc8 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-fc604dc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-fc604dc8, #w-node-b547de71-c286-f40d-7af9-0462d1424fc5-fc604dc9, #w-node-b547de71-c286-f40d-7af9-0462d1424fc6-fc604dc9, #w-node-b547de71-c286-f40d-7af9-0462d1424fcd-fc604dc9, #w-node-b547de71-c286-f40d-7af9-0462d1424fce-fc604dc9, #w-node-b547de71-c286-f40d-7af9-0462d1424fd5-fc604dc9, #w-node-b547de71-c286-f40d-7af9-0462d1424fd6-fc604dc9, #w-node-_88b40310-453f-d00f-f436-c23bfebc38a6-fc604dce, #w-node-_12995931-9d45-439b-efa4-e3b1ccb7f562-fc604dce, #w-node-_97e2f761-cefe-63cc-7010-cead4d798e53-fc604dce, #w-node-_12995931-9d45-439b-efa4-e3b1ccb7f567-fc604dce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292b00c0-d52d-656d-b947-ab36f7d34fe8-fc604dce {
  justify-self: start;
}

#w-node-ae5d96a9-7503-1314-c50d-2475c73f44d9-fc604dce, #w-node-_3788dcde-0a63-5602-7c89-3a6a877f2e72-fc604dce, #w-node-ae5d96a9-7503-1314-c50d-2475c73f44e1-fc604dce, #w-node-ae5d96a9-7503-1314-c50d-2475c73f44e4-fc604dce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23841847-45e7-77da-bab5-e39b6216866a-fc604dce {
  justify-self: start;
}

#w-node-db0bb994-3583-9d5d-942d-b3dc6e8baba3-fc604dce, #w-node-_654dadfd-9b87-c73a-d9b5-c316985927e7-fc604dce, #w-node-db0bb994-3583-9d5d-942d-b3dc6e8babab-fc604dce, #w-node-db0bb994-3583-9d5d-942d-b3dc6e8babae-fc604dce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_508b2c4c-059e-28e5-8d24-6b8de9b695a8-fc604dce {
  justify-self: start;
}

#w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a443-fc604dce, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a446-fc604dce, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a449-fc604dce, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a454-fc604dce, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a46e-fc604dce, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a471-fc604dce, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a474-fc604dce, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a477-fc604dce, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a459-fc604dce, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a45e-fc604dce, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a461-fc604dce, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a464-fc604dce, #w-node-e2220607-e1f7-16db-1672-b6de93d87032-fc604dce, #w-node-e2220607-e1f7-16db-1672-b6de93d8703f-fc604dce, #w-node-e2220607-e1f7-16db-1672-b6de93d87043-fc604dce, #w-node-e2220607-e1f7-16db-1672-b6de93d87047-fc604dce, #w-node-d49de308-ff61-973f-4123-81c663a27394-fc604dce, #w-node-d49de308-ff61-973f-4123-81c663a273a1-fc604dce, #w-node-d49de308-ff61-973f-4123-81c663a273a6-fc604dce, #w-node-d49de308-ff61-973f-4123-81c663a273ab-fc604dce, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10c6-fc604dce, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10c9-fc604dce, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10cb-fc604dce, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10cd-fc604dce, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d0-fc604dce, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d3-fc604dce, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d6-fc604dce, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d9-fc604dce, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c4-fc604dce, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c7-fc604dce, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c9-fc604dce, #w-node-_44c75fa3-3064-bba8-45fa-1759535713cb-fc604dce, #w-node-_44c75fa3-3064-bba8-45fa-1759535713ce-fc604dce, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d1-fc604dce, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d4-fc604dce, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d7-fc604dce, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9134-fc604dce, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9141-fc604dce, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9145-fc604dce, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9149-fc604dce, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e060-fc604dce, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e063-fc604dce, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e065-fc604dce, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e067-fc604dce, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e06a-fc604dce, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e06d-fc604dce, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e070-fc604dce, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e073-fc604dce, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c644-fc604dce, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c651-fc604dce, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c656-fc604dce, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c65b-fc604dce, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0351-fc604dce, #w-node-_7a16d977-cc49-70a3-2566-34624b6b035e-fc604dce, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0363-fc604dce, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0368-fc604dce, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a8a-fc604dce, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a8d-fc604dce, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a90-fc604dce, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a93-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db6d-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db70-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db73-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db76-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db7b-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db7e-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db81-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db84-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db63-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db66-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db68-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db6a-fc604dce, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c21-fc604dce, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c2e-fc604dce, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c33-fc604dce, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c37-fc604dce, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df26-fc604dce, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df33-fc604dce, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df38-fc604dce, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df3c-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db88-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db8b-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db8e-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db90-fc604dce, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4cfd-fc604dce, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d0a-fc604dce, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d0f-fc604dce, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d13-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db94-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db97-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db99-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db9b-fc604dce, #w-node-a3e9b417-79b1-bc09-8170-8da58121c294-fc604dce, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2a1-fc604dce, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2a6-fc604dce, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2aa-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbaa-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbad-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb0-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb3-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db9e-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba1-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba4-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba6-fc604dce, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2d0-fc604dce, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2de-fc604dce, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2e3-fc604dce, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2e7-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb7-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbba-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbbd-fc604dce, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbc0-fc604dce, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c71-fc604dce, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c7e-fc604dce, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c83-fc604dce, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c88-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e7566-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e7569-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e756b-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e756d-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e7570-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e7573-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e7576-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e7579-fc604dce, #w-node-_8197f651-83ee-c359-472f-468b170139c2-fc604dce, #w-node-_8197f651-83ee-c359-472f-468b170139cf-fc604dce, #w-node-_8197f651-83ee-c359-472f-468b170139d4-fc604dce, #w-node-_8197f651-83ee-c359-472f-468b170139d9-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e757e-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e7581-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e7584-fc604dce, #w-node-_9fd5242a-358b-3de4-b379-8469269e7587-fc604dce, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9dc-fc604dce, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9e9-fc604dce, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9ee-fc604dce, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9f3-fc604dce, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a434-fc604dce, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a441-fc604dce, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a446-fc604dce, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a44b-fc604dce, #w-node-fdd46644-b832-3058-27dd-87e94a094c29-fc604dce, #w-node-fdd46644-b832-3058-27dd-87e94a094c2c-fc604dce, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c1538c-fc604dce, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c1538d-fc604dce, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c15390-fc604dce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83469062-ae93-b86b-ac4e-a17d912b4c4d-fc604dce {
  justify-self: start;
}

#w-node-fdd46644-b832-3058-27dd-87e94a094c2f-fc604dce, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4ae-fc604dce, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4af-fc604dce, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4b8-fc604dce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60ea9e9d-03c4-6565-f7df-b7d39b296089-fc604dce, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4b9-fc604dce {
  justify-self: start;
}

#w-node-fdd46644-b832-3058-27dd-87e94a094c32-fc604dce, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed592c-fc604dce, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed592d-fc604dce, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed5930-fc604dce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2751f2c2-d32d-3fb5-b7d3-b807a818678b-fc604dce, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed5931-fc604dce {
  justify-self: start;
}

#content.w-node-_32d664f0-b9c3-69fe-900f-203730334b72-fc604dcf, #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604dcf, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-fc604dd0, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-fc604dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034cae-fc604dd0 {
  grid-area: Area;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604dd0 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604dd0 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604dd0, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604dd0, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604dd0, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-fc604dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-fc604dd0 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-fc604dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-fc604dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-fc604dd0 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-fc604dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-fc604dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-fc604dd0, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-fc604dd0, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-fc604dd0, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-fc604dd0, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-fc604dd0, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-fc604dd0, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-fc604dd0, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-fc604dd0, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-fc604dd0, #content.w-node-_32d664f0-b9c3-69fe-900f-203730334b72-fc604dd1, #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604dd1, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-fc604de7, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-fc604de7, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604de7, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604de7, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604de7, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604de7 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604de7 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-fc604de7 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-fc604de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-fc604de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-fc604de7 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-fc604de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-fc604de7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_50effc7d-65fc-48dc-4ee0-b01a623e30ef-fc604de7, #w-node-_50effc7d-65fc-48dc-4ee0-b01a623e30f8-fc604de7, #w-node-_50effc7d-65fc-48dc-4ee0-b01a623e3101-fc604de7, #w-node-_50effc7d-65fc-48dc-4ee0-b01a623e310a-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-fc604de7, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-fc604de7, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-fc604de7, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-fc604de7, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-fc604de7, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-fc604de7, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-fc604de7, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-fc604de7, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-fc604de7, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-fc604deb, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-fc604deb, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604deb, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604deb, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604deb, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604deb {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604deb {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-fc604deb {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-fc604deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-fc604deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-fc604deb {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-fc604deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-fc604deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-fc604deb, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-fc604deb, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-fc604deb, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-fc604deb, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-fc604deb, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-fc604deb, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-fc604deb, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-fc604deb, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-fc604deb, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-fc604dec, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-fc604dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034cae-fc604dec {
  grid-area: Area;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604dec, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604dec, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604dec, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604dec {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604dec {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-fc604dec {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-fc604dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-fc604dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-fc604dec {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-fc604dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-fc604dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-fc604dec, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-fc604dec, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-fc604dec, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-fc604dec, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-fc604dec, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-fc604dec, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-fc604dec, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-fc604dec, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-fc604dec, #w-node-_3eebf294-9919-c611-65cc-849fed71abcc-fc604ded, #w-node-c664ee81-2259-4693-3ff9-335b9a2f754a-fc604ded, #w-node-bfce3cc8-83c0-d77d-a377-9927d1114848-fc604ded, #w-node-bfce3cc8-83c0-d77d-a377-9927d111484a-fc604ded, #w-node-ee2bc473-b405-19b0-c603-b16be4507546-fc604ded, #w-node-ee2bc473-b405-19b0-c603-b16be4507548-fc604ded, #w-node-f1891727-69e0-d77b-d72c-bc9cc17f77a8-fc604ded, #w-node-e1314da2-1d4c-67cf-f228-c8fb5bea6c19-fc604ded, #w-node-_09d1957f-74b9-4955-0e84-bfd66f7559e7-fc604ded, #w-node-_09d1957f-74b9-4955-0e84-bfd66f7559e9-fc604ded, #w-node-_4a335c79-d3d3-18a7-a8cc-ec1160e9ebb9-fc604ded, #w-node-_9d3dfdcf-7442-6224-0fbf-8a07f5dd2c4f-fc604ded, #w-node-e9b79a91-cf2e-99e4-e05e-f7bad1cbeac4-fc604ded, #w-node-ca72d514-723a-0a55-af7b-804d687015c2-fc604ded, #w-node-_247fa0a3-2c6d-885c-a20f-395e283159f4-fc604ded, #w-node-d8517ed7-c31a-1a8c-8e07-b2fe67b34f29-fc604ded, #w-node-c3df6ae0-da0e-4f80-0781-777948561b33-fc604ded, #w-node-e77c3b83-b237-13d8-9faa-18e74bb78e70-fc604ded, #w-node-_6a5bb001-7e4c-b9b1-024d-534bd8a85177-fc604ded, #w-node-_9d86bb5e-2a5f-2790-d17e-139bbe59a371-fc604ded, #w-node-_7531b884-12b4-717e-4308-520880cf5cd8-fc604ded, #w-node-_60eaf8e4-d68d-4180-5242-4c39912f01d7-fc604ded, #w-node-_18cb5872-e8fb-eb83-535c-291c6d215690-fc604ded, #w-node-_1ec9cf8a-2d47-298a-0166-58705053789b-fc604ded, #w-node-b9614127-97e0-2a49-495a-fdd3b71b34a4-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-fc604ded {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-fc604ded {
  justify-self: start;
}

#w-node-_12666cc7-3619-6941-8bcf-e3ec3ccd8b58-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-fc604ded {
  justify-self: start;
}

#w-node-_5d99efc2-e111-7e44-1400-1b39bfc2f291-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-fc604ded {
  justify-self: start;
}

#w-node-_068ef63f-8767-1b91-4047-f81d6890d4fb-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-fc604ded {
  justify-self: start;
}

#w-node-_625dc840-d999-b400-4997-7d933dd58d00-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-fc604ded {
  justify-self: start;
}

#w-node-_8ded71e9-2422-f89a-9360-48d0423677fc-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37a80e08-05eb-4241-d84d-9be8bcba3ade-fc604ded {
  justify-self: start;
}

#w-node-_37a80e08-05eb-4241-d84d-9be8bcba3ae0-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-fc604ded {
  justify-self: start;
}

#w-node-f1177792-1a02-ac12-548b-3f3ee6173b74-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca37-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-fc604ded {
  justify-self: start;
}

#w-node-ffa8e598-f987-4487-32fc-c11e985dc656-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a33a0a6-07f1-45a1-816a-65ec505e1892-fc604ded {
  justify-self: start;
}

#w-node-_1a33a0a6-07f1-45a1-816a-65ec505e1894-fc604ded, #w-node-_1a33a0a6-07f1-45a1-816a-65ec505e1896-fc604ded, #w-node-b9cb0ed8-631d-b17b-bdcb-06bee397347a-fc604ded, #w-node-b9cb0ed8-631d-b17b-bdcb-06bee3973481-fc604ded, #w-node-_8581b0ad-db40-6d65-c42f-ea5531228aca-fc604ded, #w-node-_81ddf30f-fd9f-f558-b05b-d47b97c85fd3-fc604ded, #w-node-d666b079-6929-68b7-46d1-bf436d90ac24-fc604ded, #w-node-f216d255-98a9-4d5b-4212-a4e35a3ec331-fc604ded, #w-node-_48d727e2-1688-95f5-d47e-44c76034d4e0-fc604ded, #w-node-_93747ff0-47cf-5909-7575-d3e625c1f87d-fc604ded, #w-node-_93747ff0-47cf-5909-7575-d3e625c1f884-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e23eda-9564-da58-f473-57c757c4b01c-fc604ded {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_96e23eda-9564-da58-f473-57c757c4b01f-fc604ded, #w-node-_9ed458c5-35eb-834b-3662-6b1b2fb5e2fe-fc604ded, #w-node-_93e1df86-7ab9-cfcc-5778-feb059af7d4c-fc604ded, #w-node-_12fc6d1b-3215-b035-3402-bbca83982238-fc604ded, #w-node-_3ed017a9-2347-df42-83e3-d8592fcbd9fc-fc604ded, #w-node-a5b55c3c-7f46-1802-7a9e-a87ce8f69d58-fc604ded, #w-node-d11fb09f-690b-2132-98ef-2b7b01ee0e75-fc604ded, #w-node-_20c98807-8c20-2d21-bb72-25a60c2edd14-fc604ded, #w-node-_1cb12cee-3941-4169-9689-c1ec386b375f-fc604ded, #w-node-d38b2226-6c74-11b2-e89b-002db6d00d42-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-fc604ded, #w-node-f3f6c85a-a806-19af-b681-f6118bb69bc8-fc604ded, #w-node-f3f6c85a-a806-19af-b681-f6118bb69bcd-fc604ded, #w-node-f3f6c85a-a806-19af-b681-f6118bb69bd2-fc604ded, #w-node-f3f6c85a-a806-19af-b681-f6118bb69bd7-fc604ded, #w-node-f3f6c85a-a806-19af-b681-f6118bb69bdc-fc604ded, #w-node-f3f6c85a-a806-19af-b681-f6118bb69be1-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-fc604ded {
  justify-self: start;
}

#w-node-e6771058-e763-8f7e-860c-a6f66f4ff942-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2405b3da-b880-aa99-957f-6aa1c5c1f35a-fc604ded {
  justify-self: start;
}

#w-node-_2405b3da-b880-aa99-957f-6aa1c5c1f35c-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ed6a33a-26d5-6774-41bd-fe3a800537a8-fc604ded {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7ed6a33a-26d5-6774-41bd-fe3a800537a9-fc604ded {
  justify-self: start;
}

#w-node-_7ed6a33a-26d5-6774-41bd-fe3a800537ab-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-fc604ded {
  justify-self: start;
}

#w-node-b66a8940-d046-b7a4-c802-18e6f8d7c2a0-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_765c4649-d146-ee33-b486-d5df9380232d-fc604ded {
  justify-self: start;
}

#w-node-_765c4649-d146-ee33-b486-d5df9380232f-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-fc604ded {
  justify-self: start;
}

#w-node-_3e7b9b6b-b0f3-0a19-c320-61ffd5b431b0-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddf34410-7c62-5fcd-4b0f-dd642b9076f5-fc604ded {
  justify-self: start;
}

#w-node-ddf34410-7c62-5fcd-4b0f-dd642b9076f7-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-fc604ded {
  justify-self: start;
}

#w-node-_013cb46b-6290-781c-b758-d066f1676786-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0b3e9a7-b1d1-75af-80da-ad60fff4f1f5-fc604ded {
  justify-self: start;
}

#w-node-d0b3e9a7-b1d1-75af-80da-ad60fff4f1f7-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_384b565b-c684-744b-5157-98d0f7d15fcf-fc604ded {
  justify-self: start;
}

#w-node-_384b565b-c684-744b-5157-98d0f7d15fd1-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_591fbfd5-eeae-bddf-a1d3-ec968e1b3d4c-fc604ded {
  justify-self: start;
}

#w-node-_591fbfd5-eeae-bddf-a1d3-ec968e1b3d4e-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_857211c8-ee61-27e2-c8c0-1313f4f437c2-fc604ded {
  justify-self: start;
}

#w-node-_857211c8-ee61-27e2-c8c0-1313f4f437c4-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d692429-3a39-cab8-b186-efeaa72c2536-fc604ded {
  justify-self: start;
}

#w-node-_2d692429-3a39-cab8-b186-efeaa72c2538-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5b2f42b-0585-f543-6421-c192e9237ccd-fc604ded {
  justify-self: start;
}

#w-node-c5b2f42b-0585-f543-6421-c192e9237ccf-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_856fe250-1138-5985-57ad-427e02b198ea-fc604ded {
  justify-self: start;
}

#w-node-_856fe250-1138-5985-57ad-427e02b198ec-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_463f501c-8ccf-4db4-781d-2aa09007a456-fc604ded {
  justify-self: start;
}

#w-node-_463f501c-8ccf-4db4-781d-2aa09007a458-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87b7c741-4f11-46fd-48f4-d6b72586c9bf-fc604ded {
  justify-self: start;
}

#w-node-_87b7c741-4f11-46fd-48f4-d6b72586c9c1-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-fc604ded {
  justify-self: start;
}

#w-node-_2fb133e2-080e-9a7d-e7cb-66a4d0981d87-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb4b4d2d-25df-325a-376b-b8acb4448394-fc604ded {
  justify-self: start;
}

#w-node-fb4b4d2d-25df-325a-376b-b8acb4448396-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-fc604ded {
  justify-self: start;
}

#w-node-be363c6b-111c-fd65-a22a-db741f2158c8-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9418edda-db42-618a-cb19-26c356b65557-fc604ded {
  justify-self: start;
}

#w-node-_9418edda-db42-618a-cb19-26c356b65559-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df810c08-af4d-92d9-1f5e-84be7362b1b4-fc604ded {
  justify-self: start;
}

#w-node-df810c08-af4d-92d9-1f5e-84be7362b1b6-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0858df0a-2e66-8c68-721c-106991bccec0-fc604ded {
  justify-self: start;
}

#w-node-_0858df0a-2e66-8c68-721c-106991bccec2-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d0ddcc4-2c98-4d13-971b-9b4afc345863-fc604ded {
  justify-self: start;
}

#w-node-_4d0ddcc4-2c98-4d13-971b-9b4afc345865-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcb8da31-c9c6-a13d-070b-e9598edf8962-fc604ded {
  justify-self: start;
}

#w-node-bcb8da31-c9c6-a13d-070b-e9598edf8964-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-fc604ded {
  justify-self: start;
}

#w-node-ed687bc2-ce9a-0a0e-02ce-b183c0748157-fc604ded, #w-node-_4fc852fc-9bb0-4599-ce60-9728049589b2-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2901f9b-399e-0e9e-29c2-8fb2fbb83369-fc604ded {
  justify-self: start;
}

#w-node-a2901f9b-399e-0e9e-29c2-8fb2fbb8336b-fc604ded, #w-node-a2901f9b-399e-0e9e-29c2-8fb2fbb8336d-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8b506e2-5bfc-b883-b890-6076388c4099-fc604ded {
  justify-self: start;
}

#w-node-b8b506e2-5bfc-b883-b890-6076388c409b-fc604ded, #w-node-b8b506e2-5bfc-b883-b890-6076388c409d-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26259cd7-7024-ebf0-4195-ac3b9a604a68-fc604ded {
  justify-self: start;
}

#w-node-_26259cd7-7024-ebf0-4195-ac3b9a604a6a-fc604ded, #w-node-_26259cd7-7024-ebf0-4195-ac3b9a604a6c-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-fc604ded {
  justify-self: start;
}

#w-node-af4e8e59-d40a-3166-683d-1eb41bf56363-fc604ded, #w-node-_0a2518ba-bb74-c2bb-1867-708f1a15934f-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_776ac353-9e07-1adf-cb76-485118f38f34-fc604ded {
  justify-self: start;
}

#w-node-_776ac353-9e07-1adf-cb76-485118f38f36-fc604ded, #w-node-_776ac353-9e07-1adf-cb76-485118f38f38-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f34132ff-5c95-f0da-0383-bad9950a7a15-fc604ded {
  justify-self: start;
}

#w-node-f34132ff-5c95-f0da-0383-bad9950a7a17-fc604ded, #w-node-f34132ff-5c95-f0da-0383-bad9950a7a19-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9efd9fab-a07b-1467-cd90-08b2bd699d91-fc604ded {
  justify-self: start;
}

#w-node-_9efd9fab-a07b-1467-cd90-08b2bd699d93-fc604ded, #w-node-_9efd9fab-a07b-1467-cd90-08b2bd699d95-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff20d515-f3c1-cee2-7021-1933333158ca-fc604ded {
  justify-self: start;
}

#w-node-ff20d515-f3c1-cee2-7021-1933333158cc-fc604ded, #w-node-ff20d515-f3c1-cee2-7021-1933333158ce-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7805b21d-e749-9310-49fd-10a6a0ba1891-fc604ded {
  justify-self: start;
}

#w-node-_7805b21d-e749-9310-49fd-10a6a0ba1893-fc604ded, #w-node-_7805b21d-e749-9310-49fd-10a6a0ba1895-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-fc604ded {
  justify-self: start;
}

#w-node-_3052ca50-140a-d48f-5920-148fb1065e95-fc604ded, #w-node-bd2cbc54-c5a0-7777-64ba-291706a7ba07-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52f3c284-cf39-7a9e-c86a-446c3925ef31-fc604ded {
  justify-self: start;
}

#w-node-_52f3c284-cf39-7a9e-c86a-446c3925ef33-fc604ded, #w-node-_52f3c284-cf39-7a9e-c86a-446c3925ef35-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1da15df4-a41b-f3c5-64b2-100b2e20d3c6-fc604ded {
  justify-self: start;
}

#w-node-_1da15df4-a41b-f3c5-64b2-100b2e20d3c8-fc604ded, #w-node-_1da15df4-a41b-f3c5-64b2-100b2e20d3ca-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd4c527a-0efb-a2e7-d5b3-0ed2a5d1d229-fc604ded {
  justify-self: start;
}

#w-node-fd4c527a-0efb-a2e7-d5b3-0ed2a5d1d22b-fc604ded, #w-node-fd4c527a-0efb-a2e7-d5b3-0ed2a5d1d22d-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc80-fc604ded {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-fc604ded {
  justify-self: start;
}

#w-node-ea1fce20-b8a8-f938-2430-964fa2ef4d01-fc604ded, #w-node-ec7cd348-f011-4e84-068b-f71f6dc00e07-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77743068-87bf-8079-d81a-b32fd307904c-fc604ded {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77743068-87bf-8079-d81a-b32fd307904d-fc604ded {
  justify-self: start;
}

#w-node-_77743068-87bf-8079-d81a-b32fd307904f-fc604ded, #w-node-_77743068-87bf-8079-d81a-b32fd3079051-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_242c6fe8-8fd6-0be8-b5cf-4272ffb9fc98-fc604ded {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_242c6fe8-8fd6-0be8-b5cf-4272ffb9fc99-fc604ded {
  justify-self: start;
}

#w-node-_242c6fe8-8fd6-0be8-b5cf-4272ffb9fc9b-fc604ded, #w-node-_242c6fe8-8fd6-0be8-b5cf-4272ffb9fc9d-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6faa78a7-9251-8265-f6a4-20f74d99eacc-fc604ded {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6faa78a7-9251-8265-f6a4-20f74d99eacd-fc604ded {
  justify-self: start;
}

#w-node-_6faa78a7-9251-8265-f6a4-20f74d99eacf-fc604ded, #w-node-_6faa78a7-9251-8265-f6a4-20f74d99ead1-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_640b611c-54e0-94b6-f8b9-67abf182f2f2-fc604ded {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_640b611c-54e0-94b6-f8b9-67abf182f2f3-fc604ded {
  justify-self: start;
}

#w-node-_640b611c-54e0-94b6-f8b9-67abf182f2f5-fc604ded, #w-node-_640b611c-54e0-94b6-f8b9-67abf182f2f7-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9fe8f10-d9ec-3bca-47aa-faf92d0a32c9-fc604ded {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d9fe8f10-d9ec-3bca-47aa-faf92d0a32ca-fc604ded {
  justify-self: start;
}

#w-node-d9fe8f10-d9ec-3bca-47aa-faf92d0a32cc-fc604ded, #w-node-d9fe8f10-d9ec-3bca-47aa-faf92d0a32ce-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-fc604ded {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdcb-fc604ded, #w-node-_9a66905c-796b-318c-223e-b40c69b6b2d8-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdcf-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cdd3-fc604ded {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8a64963-00a9-56f0-27ad-5bcff6148cd1-fc604ded {
  justify-self: start;
}

#w-node-e8a64963-00a9-56f0-27ad-5bcff6148cdd-fc604ded {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7058919-ffaf-46f1-cedb-93fc1096b49c-fc604ded {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8db45e4e-b8d0-daaf-8053-f96b35fe4acc-fc604ded, #w-node-_2946f43e-0ca9-2661-8f22-c5ff903bd156-fc604ded, #w-node-f70d21f1-8c1c-ef72-acb3-ba1bd3a2d84e-fc604ded, #w-node-de64d1d8-89fa-2d58-03a9-e7a41be08f96-fc604ded, #w-node-_163a3739-489a-5ed5-c9ba-3e9a5fb8aaf4-fc604ded, #w-node-_592caea6-1516-b881-2135-9a011b0e57ee-fc604ded {
  justify-self: start;
}

#w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-fc604df2, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-fc604df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-fc604df2 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-fc604df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-fc604df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-fc604df2 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-fc604df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-fc604df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-fc604df2 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-fc604df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-fc604df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-fc604df2 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-fc604df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-fc604df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_06c6159f-7875-a463-274e-e85668566df1-fc604df2 {
  place-self: auto;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-fc604df2, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-fc604df2, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-fc604df2, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-fc604df2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-fc604df2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-fc604df2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-fc604df2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-fc604df2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-fc604df2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-fc604df2, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-fc604df2, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-fc604df2, #content.w-node-_32d664f0-b9c3-69fe-900f-203730334b72-fc604df3, #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604df3, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-4fb6b857, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-4fb6b857 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c07-4fb6b857 {
  justify-self: start;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed011-4fb6b857 {
  align-self: center;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed012-4fb6b857 {
  justify-self: start;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed01a-4fb6b857, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed02e-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed034-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-4fb6b857 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-4fb6b857, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-4fb6b857, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-4fb6b857, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-4fb6b857 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-4fb6b857 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-4fb6b857 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-4fb6b857, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-4fb6b857, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-4fb6b857, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-4fb6b857, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-4fb6b857, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-4fb6b857, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-4fb6b857, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-4fb6b857, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-4fb6b857, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-066dbfa1, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-066dbfa1 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed011-066dbfa1 {
  align-self: center;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed01a-066dbfa1, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed02e-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed034-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-066dbfa1 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-066dbfa1, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-066dbfa1, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-066dbfa1, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-066dbfa1 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-066dbfa1 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-066dbfa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-066dbfa1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-066dbfa1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-066dbfa1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-066dbfa1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-066dbfa1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-066dbfa1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-066dbfa1, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-066dbfa1, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-066dbfa1, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-3d68fcd8, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-3d68fcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034cae-3d68fcd8 {
  grid-area: Area;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-3d68fcd8, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-3d68fcd8, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-3d68fcd8, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-3d68fcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-3d68fcd8 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-3d68fcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-3d68fcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-3d68fcd8 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-3d68fcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-3d68fcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-3d68fcd8 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-3d68fcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-3d68fcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-3d68fcd8 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cac-3d68fcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f83c251-03a6-c029-1ed4-952aae4844a0-3d68fcd8 {
  justify-self: start;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-3d68fcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45caf-3d68fcd8 {
  justify-self: start;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-3d68fcd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-3d68fcd8, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-3d68fcd8, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-3d68fcd8, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-3d68fcd8, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-3d68fcd8, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-3d68fcd8, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-3d68fcd8, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-3d68fcd8, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-3d68fcd8, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-b8fc0e65, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-b8fc0e65 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c07-b8fc0e65 {
  justify-self: start;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed011-b8fc0e65 {
  align-self: center;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed012-b8fc0e65 {
  justify-self: start;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed01a-b8fc0e65, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed02e-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed034-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-b8fc0e65 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1e-b8fc0e65 {
  justify-self: start;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-b8fc0e65, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-b8fc0e65, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-b8fc0e65, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-b8fc0e65 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-b8fc0e65 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-b8fc0e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-b8fc0e65, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-b8fc0e65, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-b8fc0e65, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-b8fc0e65, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-b8fc0e65, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-b8fc0e65, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-b8fc0e65, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-b8fc0e65, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-b8fc0e65, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-75e4951b, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-75e4951b {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed011-75e4951b {
  align-self: center;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed01a-75e4951b, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed02e-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed034-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-75e4951b {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-75e4951b, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-75e4951b, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-75e4951b, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-75e4951b {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-75e4951b {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-75e4951b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-75e4951b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-75e4951b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-75e4951b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-75e4951b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-75e4951b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-75e4951b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-75e4951b, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-75e4951b, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-75e4951b, #content.w-node-_32d664f0-b9c3-69fe-900f-203730334b72-6c0af579, #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-6c0af579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11eb30dc-2f4b-e49a-7237-0fa21ceb436b-1383b4f6 {
  align-self: stretch;
}

#w-node-_11eb30dc-2f4b-e49a-7237-0fa21ceb436d-1383b4f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3962fdfb-64e3-24d1-c4c3-44ad84501402-1383b4f6, #w-node-_6ff448bf-1475-77ae-22b4-219aaa078dbe-1383b4f6 {
  align-self: stretch;
}

#w-node-_6ff448bf-1475-77ae-22b4-219aaa078dc0-1383b4f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55ffb570-a464-ad03-cf0b-3f745d5bf64b-1383b4f6 {
  align-self: stretch;
}

#w-node-_55ffb570-a464-ad03-cf0b-3f745d5bf64d-1383b4f6, #w-node-c0461ce6-0eb4-0cae-8268-7641dbcee3ba-1383b4f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0461ce6-0eb4-0cae-8268-7641dbcee3be-1383b4f6 {
  align-self: center;
}

#w-node-c0461ce6-0eb4-0cae-8268-7641dbcee3c6-1383b4f6, #w-node-c0461ce6-0eb4-0cae-8268-7641dbcee3cd-1383b4f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0461ce6-0eb4-0cae-8268-7641dbcee3d3-1383b4f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_69dda904-37ee-0388-41ca-7b85961e78c4-1383b4f6, #w-node-_69dda904-37ee-0388-41ca-7b85961e78c5-1383b4f6, #w-node-_69dda904-37ee-0388-41ca-7b85961e78cc-1383b4f6, #w-node-_69dda904-37ee-0388-41ca-7b85961e78cd-1383b4f6, #w-node-_69dda904-37ee-0388-41ca-7b85961e78d4-1383b4f6, #w-node-_69dda904-37ee-0388-41ca-7b85961e78d5-1383b4f6, #w-node-ab76dab1-8024-1e65-9c72-d6e6059c89c5-1383b4f6, #w-node-ab76dab1-8024-1e65-9c72-d6e6059c89c6-1383b4f6, #w-node-ab76dab1-8024-1e65-9c72-d6e6059c89cd-1383b4f6, #w-node-ab76dab1-8024-1e65-9c72-d6e6059c89ce-1383b4f6, #w-node-ab76dab1-8024-1e65-9c72-d6e6059c89d5-1383b4f6, #w-node-ab76dab1-8024-1e65-9c72-d6e6059c89d6-1383b4f6, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-c36533c2, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-c36533c2 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed011-c36533c2 {
  align-self: center;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed01a-c36533c2, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed02e-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_834d172d-ee40-cea7-ee30-948bb68ed034-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-c36533c2 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-c36533c2, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-c36533c2, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-c36533c2, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-c36533c2 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-c36533c2 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-c36533c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-c36533c2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-c36533c2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-c36533c2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-c36533c2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-c36533c2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-c36533c2, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-c36533c2, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-c36533c2, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-c36533c2, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-8bd28c06, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-8bd28c06, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-8bd28c06, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-8bd28c06, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-8bd28c06, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-8bd28c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-8bd28c06 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-8bd28c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-8bd28c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-8bd28c06 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-8bd28c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-8bd28c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-8bd28c06 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-8bd28c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-8bd28c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-8bd28c06 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-8bd28c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-8bd28c06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-8bd28c06, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-8bd28c06, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-8bd28c06, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-8bd28c06, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-8bd28c06, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-8bd28c06, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-8bd28c06, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-8bd28c06, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-8bd28c06, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-f562391d, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-f562391d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-f562391d {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-f562391d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-f562391d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-f562391d {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-f562391d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-f562391d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-f562391d, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-f562391d, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-f562391d, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-f562391d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-f562391d {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-f562391d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-f562391d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-f562391d {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-f562391d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-f562391d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-f562391d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-f562391d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-f562391d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-f562391d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-f562391d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-f562391d, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-f562391d, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-f562391d, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-f562391d, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-0e1221a4, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-0e1221a4, #w-node-_214dbfe8-9449-5db0-af8a-5f878019b7f4-0e1221a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b7f8-0e1221a4 {
  align-self: center;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b801-0e1221a4, #w-node-_214dbfe8-9449-5db0-af8a-5f878019b80e-0e1221a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b814-0e1221a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b817-0e1221a4 {
  align-self: center;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b820-0e1221a4, #w-node-_214dbfe8-9449-5db0-af8a-5f878019b82c-0e1221a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b832-0e1221a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b835-0e1221a4 {
  align-self: center;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b83e-0e1221a4, #w-node-_214dbfe8-9449-5db0-af8a-5f878019b84a-0e1221a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b850-0e1221a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cc144108-de91-2da1-e01f-d9e53d583721-0e1221a4 {
  align-self: center;
}

#w-node-cc144108-de91-2da1-e01f-d9e53d58372a-0e1221a4, #w-node-cc144108-de91-2da1-e01f-d9e53d583736-0e1221a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc144108-de91-2da1-e01f-d9e53d58373c-0e1221a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-0e1221a4, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-0e1221a4, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-0e1221a4, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-0e1221a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fd46a83-6875-1e93-4da8-b3895ed4e2ea-0e1221a4, #w-node-_8dcad216-1b6c-6bba-b3ce-ca7ace5759d7-0e1221a4 {
  place-self: center;
}

#w-node-aa5542a1-e277-86e4-e037-a523e2f50810-0e1221a4, #w-node-aa5542a1-e277-86e4-e037-a523e2f50811-0e1221a4, #w-node-aa5542a1-e277-86e4-e037-a523e2f50818-0e1221a4, #w-node-aa5542a1-e277-86e4-e037-a523e2f50819-0e1221a4, #w-node-aa5542a1-e277-86e4-e037-a523e2f50820-0e1221a4, #w-node-aa5542a1-e277-86e4-e037-a523e2f50821-0e1221a4, #w-node-aa5542a1-e277-86e4-e037-a523e2f50843-0e1221a4, #w-node-aa5542a1-e277-86e4-e037-a523e2f50844-0e1221a4, #w-node-aa5542a1-e277-86e4-e037-a523e2f5084b-0e1221a4, #w-node-aa5542a1-e277-86e4-e037-a523e2f5084c-0e1221a4, #w-node-aa5542a1-e277-86e4-e037-a523e2f50853-0e1221a4, #w-node-aa5542a1-e277-86e4-e037-a523e2f50854-0e1221a4, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-0e1221a4, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-0e1221a4, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-0e1221a4, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-0e1221a4, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-0e1221a4, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-0e1221a4, #content.w-node-_32d664f0-b9c3-69fe-900f-203730334b72-09547a19, #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-09547a19, #w-node-_88b40310-453f-d00f-f436-c23bfebc38a6-b4e75629, #w-node-_12995931-9d45-439b-efa4-e3b1ccb7f562-b4e75629, #w-node-_97e2f761-cefe-63cc-7010-cead4d798e53-b4e75629, #w-node-_12995931-9d45-439b-efa4-e3b1ccb7f567-b4e75629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292b00c0-d52d-656d-b947-ab36f7d34fe8-b4e75629 {
  justify-self: start;
}

#w-node-ae5d96a9-7503-1314-c50d-2475c73f44d9-b4e75629, #w-node-_056062da-c69a-458c-0ad7-cae5e0c6b071-b4e75629, #w-node-ae5d96a9-7503-1314-c50d-2475c73f44e1-b4e75629, #w-node-ae5d96a9-7503-1314-c50d-2475c73f44e4-b4e75629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23841847-45e7-77da-bab5-e39b6216866a-b4e75629 {
  justify-self: start;
}

#w-node-_6acb122e-38f0-aed5-0080-a8b38d1837ca-b4e75629, #w-node-_6acb122e-38f0-aed5-0080-a8b38d1837d1-b4e75629, #w-node-_6acb122e-38f0-aed5-0080-a8b38d1837d2-b4e75629, #w-node-_6acb122e-38f0-aed5-0080-a8b38d1837de-b4e75629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6acb122e-38f0-aed5-0080-a8b38d1837df-b4e75629 {
  justify-self: start;
}

#w-node-db0bb994-3583-9d5d-942d-b3dc6e8baba3-b4e75629, #w-node-_654dadfd-9b87-c73a-d9b5-c316985927e7-b4e75629, #w-node-db0bb994-3583-9d5d-942d-b3dc6e8babab-b4e75629, #w-node-db0bb994-3583-9d5d-942d-b3dc6e8babae-b4e75629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_508b2c4c-059e-28e5-8d24-6b8de9b695a8-b4e75629 {
  justify-self: start;
}

#w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a443-b4e75629, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a446-b4e75629, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a449-b4e75629, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a454-b4e75629, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a46e-b4e75629, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a471-b4e75629, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a474-b4e75629, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a477-b4e75629, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a459-b4e75629, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a45e-b4e75629, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a461-b4e75629, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a464-b4e75629, #w-node-e2220607-e1f7-16db-1672-b6de93d87032-b4e75629, #w-node-e2220607-e1f7-16db-1672-b6de93d8703f-b4e75629, #w-node-e2220607-e1f7-16db-1672-b6de93d87043-b4e75629, #w-node-e2220607-e1f7-16db-1672-b6de93d87047-b4e75629, #w-node-d49de308-ff61-973f-4123-81c663a27394-b4e75629, #w-node-d49de308-ff61-973f-4123-81c663a273a1-b4e75629, #w-node-d49de308-ff61-973f-4123-81c663a273a6-b4e75629, #w-node-d49de308-ff61-973f-4123-81c663a273ab-b4e75629, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10c6-b4e75629, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10c9-b4e75629, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10cb-b4e75629, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10cd-b4e75629, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d0-b4e75629, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d3-b4e75629, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d6-b4e75629, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d9-b4e75629, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c4-b4e75629, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c7-b4e75629, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c9-b4e75629, #w-node-_44c75fa3-3064-bba8-45fa-1759535713cb-b4e75629, #w-node-_44c75fa3-3064-bba8-45fa-1759535713ce-b4e75629, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d1-b4e75629, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d4-b4e75629, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d7-b4e75629, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9134-b4e75629, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9141-b4e75629, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9145-b4e75629, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9149-b4e75629, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e060-b4e75629, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e063-b4e75629, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e065-b4e75629, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e067-b4e75629, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e06a-b4e75629, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e06d-b4e75629, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e070-b4e75629, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e073-b4e75629, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c644-b4e75629, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c651-b4e75629, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c656-b4e75629, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c65b-b4e75629, #w-node-_1f52e93c-5809-2c32-8184-2236d1d94249-b4e75629, #w-node-_1f52e93c-5809-2c32-8184-2236d1d94256-b4e75629, #w-node-_1f52e93c-5809-2c32-8184-2236d1d9425b-b4e75629, #w-node-_1f52e93c-5809-2c32-8184-2236d1d94260-b4e75629, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0351-b4e75629, #w-node-_7a16d977-cc49-70a3-2566-34624b6b035e-b4e75629, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0363-b4e75629, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0368-b4e75629, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a8a-b4e75629, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a8d-b4e75629, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a90-b4e75629, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a93-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db6d-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db70-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db73-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db76-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db7b-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db7e-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db81-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db84-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db63-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db66-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db68-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db6a-b4e75629, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c21-b4e75629, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c2e-b4e75629, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c33-b4e75629, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c37-b4e75629, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df26-b4e75629, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df33-b4e75629, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df38-b4e75629, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df3c-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db88-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db8b-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db8e-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db90-b4e75629, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4cfd-b4e75629, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d0a-b4e75629, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d0f-b4e75629, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d13-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db94-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db97-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db99-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db9b-b4e75629, #w-node-a3e9b417-79b1-bc09-8170-8da58121c294-b4e75629, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2a1-b4e75629, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2a6-b4e75629, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2aa-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbaa-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbad-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb0-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb3-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db9e-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba1-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba4-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba6-b4e75629, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2d0-b4e75629, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2de-b4e75629, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2e3-b4e75629, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2e7-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb7-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbba-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbbd-b4e75629, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbc0-b4e75629, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c71-b4e75629, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c7e-b4e75629, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c83-b4e75629, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c88-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e7566-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e7569-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e756b-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e756d-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e7570-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e7573-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e7576-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e7579-b4e75629, #w-node-_8197f651-83ee-c359-472f-468b170139c2-b4e75629, #w-node-_8197f651-83ee-c359-472f-468b170139cf-b4e75629, #w-node-_8197f651-83ee-c359-472f-468b170139d4-b4e75629, #w-node-_8197f651-83ee-c359-472f-468b170139d9-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e757e-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e7581-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e7584-b4e75629, #w-node-_9fd5242a-358b-3de4-b379-8469269e7587-b4e75629, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9dc-b4e75629, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9e9-b4e75629, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9ee-b4e75629, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9f3-b4e75629, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a434-b4e75629, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a441-b4e75629, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a446-b4e75629, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a44b-b4e75629, #w-node-fdd46644-b832-3058-27dd-87e94a094c29-b4e75629, #w-node-fdd46644-b832-3058-27dd-87e94a094c2c-b4e75629, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c1538c-b4e75629, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c1538d-b4e75629, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c15390-b4e75629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83469062-ae93-b86b-ac4e-a17d912b4c4d-b4e75629 {
  justify-self: start;
}

#w-node-fdd46644-b832-3058-27dd-87e94a094c2f-b4e75629, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4ae-b4e75629, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4af-b4e75629, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4b8-b4e75629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60ea9e9d-03c4-6565-f7df-b7d39b296089-b4e75629, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4b9-b4e75629 {
  justify-self: start;
}

#w-node-c4c8b242-93d7-fe45-545a-b64af0744d4f-b4e75629, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d55-b4e75629, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d56-b4e75629, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d61-b4e75629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4c8b242-93d7-fe45-545a-b64af0744d62-b4e75629, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d63-b4e75629 {
  justify-self: start;
}

#w-node-fdd46644-b832-3058-27dd-87e94a094c32-b4e75629, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed592c-b4e75629, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed592d-b4e75629, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed5930-b4e75629 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2751f2c2-d32d-3fb5-b7d3-b807a818678b-b4e75629, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed5931-b4e75629 {
  justify-self: start;
}

#w-node-_5dcf1990-a8fb-eb56-ad7d-bcde8e1bdfd0-f2d99de3, #w-node-_87333ebb-3839-83df-a6a6-5b749d2e4913-f2d99de3, #w-node-_97dccb73-2c79-6c68-e05b-89b5cf498766-f2d99de3, #w-node-_97dccb73-2c79-6c68-e05b-89b5cf498767-f2d99de3, #w-node-_6e6fb5bc-5210-8353-d26f-cf99042875fd-f2d99de3, #w-node-_6e6fb5bc-5210-8353-d26f-cf99042875fe-f2d99de3, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ecd-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed1-f2d99de3 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed4-f2d99de3, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee2-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eed-f2d99de3 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ef3-f2d99de3, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4efe-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f09-f2d99de3 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f0f-f2d99de3, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f1a-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f22-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ddf7cd71-3010-9acb-128e-0bc08faaedde-f2d99de3, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaede7-f2d99de3, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaedf0-f2d99de3, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaedf9-f2d99de3, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaee02-f2d99de3, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaee0b-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c144-f2d99de3 {
  align-self: center;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c14a-f2d99de3, #w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c150-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c156-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c159-f2d99de3 {
  align-self: center;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c15f-f2d99de3, #w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c162-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c168-f2d99de3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-dba0006e-1672-18a6-89fe-983fdacda4c6-f2d99de3, #w-node-_9abbf84c-91d2-7170-ae8d-d6aada6f34fd-f2d99de3, #w-node-_780b6f35-ef39-a483-e43a-23b13e6427bf-f2d99de3, #w-node-_48756e4e-9409-68b4-67d5-102c2ed514ba-f2d99de3, #w-node-b6932262-c0c1-f4a0-9a89-6045f6cceb40-f2d99de3, #w-node-_1c47e828-9191-0c08-bbea-aa873f1241d7-f2d99de3, #w-node-_8e793635-932c-e267-187c-dac76e15f62b-39457359, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c0557a-39457359, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c05587-39457359, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c0558b-39457359, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f307b-39457359, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f3088-39457359, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f308c-39457359, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c05594-39457359, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055a1-39457359, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055a5-39457359, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055ae-39457359, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055bb-39457359, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055bf-39457359, #w-node-_9dd98c05-002a-ee6d-5484-a60264a4a270-39457359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed1-39457359 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed4-39457359, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee2-39457359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-39457359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eed-39457359 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ef3-39457359, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4efe-39457359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-39457359 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5dcf1990-a8fb-eb56-ad7d-bcde8e1bdfd0-39457359, #w-node-_87333ebb-3839-83df-a6a6-5b749d2e4913-39457359, #w-node-_97dccb73-2c79-6c68-e05b-89b5cf498766-39457359, #w-node-_97dccb73-2c79-6c68-e05b-89b5cf498767-39457359, #w-node-_6e6fb5bc-5210-8353-d26f-cf99042875fd-39457359, #w-node-_6e6fb5bc-5210-8353-d26f-cf99042875fe-39457359, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-74856f4b, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-74856f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_654327aa-5e74-8e9c-a880-3f0a395eba84-74856f4b {
  justify-self: auto;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-74856f4b, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-74856f4b, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-74856f4b, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-74856f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-74856f4b {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-74856f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-74856f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-74856f4b {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-74856f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-74856f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-74856f4b {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-74856f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-74856f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-74856f4b {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-74856f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-74856f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-74856f4b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-74856f4b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-74856f4b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-74856f4b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-74856f4b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-74856f4b, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-74856f4b, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-74856f4b, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-74856f4b, #w-node-_5dcf1990-a8fb-eb56-ad7d-bcde8e1bdfd0-60ed7a63, #w-node-_87333ebb-3839-83df-a6a6-5b749d2e4913-60ed7a63, #w-node-_97dccb73-2c79-6c68-e05b-89b5cf498766-60ed7a63, #w-node-_97dccb73-2c79-6c68-e05b-89b5cf498767-60ed7a63, #w-node-_6e6fb5bc-5210-8353-d26f-cf99042875fd-60ed7a63, #w-node-_6e6fb5bc-5210-8353-d26f-cf99042875fe-60ed7a63, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ecd-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed1-60ed7a63 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed4-60ed7a63, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee2-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eed-60ed7a63 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ef3-60ed7a63, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4efe-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f09-60ed7a63 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f0f-60ed7a63, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f1a-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f22-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ddf7cd71-3010-9acb-128e-0bc08faaedde-60ed7a63, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaede7-60ed7a63, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaedf0-60ed7a63, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaedf9-60ed7a63, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaee02-60ed7a63, #w-node-ddf7cd71-3010-9acb-128e-0bc08faaee0b-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c144-60ed7a63 {
  align-self: center;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c14a-60ed7a63, #w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c150-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c156-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c159-60ed7a63 {
  align-self: center;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c15f-60ed7a63, #w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c162-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1b62abb-b9bc-a6b9-574e-88e537d7c168-60ed7a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-dba0006e-1672-18a6-89fe-983fdacda4c6-60ed7a63, #w-node-_9abbf84c-91d2-7170-ae8d-d6aada6f34fd-60ed7a63, #w-node-_780b6f35-ef39-a483-e43a-23b13e6427bf-60ed7a63, #w-node-_48756e4e-9409-68b4-67d5-102c2ed514ba-60ed7a63, #w-node-b6932262-c0c1-f4a0-9a89-6045f6cceb40-60ed7a63, #w-node-_1c47e828-9191-0c08-bbea-aa873f1241d7-60ed7a63, #w-node-_8e793635-932c-e267-187c-dac76e15f62b-2f105a66, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c0557a-2f105a66, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c05587-2f105a66, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c0558b-2f105a66, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f307b-2f105a66, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f3088-2f105a66, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f308c-2f105a66, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c05594-2f105a66, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055a1-2f105a66, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055a5-2f105a66, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055ae-2f105a66, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055bb-2f105a66, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055bf-2f105a66, #w-node-bc8b299a-a0e6-749c-e8ad-4271c09095c1-2f105a66, #w-node-bc8b299a-a0e6-749c-e8ad-4271c09095cc-2f105a66, #w-node-bc8b299a-a0e6-749c-e8ad-4271c09095ce-2f105a66, #w-node-b09b5d49-f834-55a0-2190-76f75fcdfe22-2f105a66, #w-node-b09b5d49-f834-55a0-2190-76f75fcdfe2d-2f105a66, #w-node-b09b5d49-f834-55a0-2190-76f75fcdfe2f-2f105a66, #w-node-_0239cbd1-3932-d474-cffc-8d6e0725793d-2f105a66, #w-node-_0239cbd1-3932-d474-cffc-8d6e07257948-2f105a66, #w-node-_0239cbd1-3932-d474-cffc-8d6e0725794a-2f105a66, #w-node-_97e72b83-e0b8-a73e-c047-1a137eddee73-2f105a66, #w-node-_97e72b83-e0b8-a73e-c047-1a137eddee7e-2f105a66, #w-node-_97e72b83-e0b8-a73e-c047-1a137eddee80-2f105a66, #w-node-_5963b034-e296-76e6-8b6d-654742968037-2f105a66, #w-node-_5963b034-e296-76e6-8b6d-654742968042-2f105a66, #w-node-_5963b034-e296-76e6-8b6d-654742968044-2f105a66, #w-node-ff308580-9ddc-41d9-c3c3-53a9e0dd440f-2f105a66, #w-node-ff308580-9ddc-41d9-c3c3-53a9e0dd441a-2f105a66, #w-node-ff308580-9ddc-41d9-c3c3-53a9e0dd441c-2f105a66, #w-node-c70b9792-13f2-7b14-06f7-da8683983a42-2f105a66, #w-node-c70b9792-13f2-7b14-06f7-da8683983a4d-2f105a66, #w-node-c70b9792-13f2-7b14-06f7-da8683983a4f-2f105a66, #w-node-_9dd98c05-002a-ee6d-5484-a60264a4a270-2f105a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed1-2f105a66 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed4-2f105a66, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee2-2f105a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-2f105a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eed-2f105a66 {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ef3-2f105a66, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4efe-2f105a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-2f105a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1c3-2f105a66 {
  align-self: center;
}

#w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1c9-2f105a66, #w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1da-2f105a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1df-2f105a66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a24b2449-123b-2882-1705-fcb8e804fb73-e804fb5e, #w-node-a24b2449-123b-2882-1705-fcb8e804fb7b-e804fb5e, #w-node-a24b2449-123b-2882-1705-fcb8e804fb83-e804fb5e, #w-node-a24b2449-123b-2882-1705-fcb8e804fb84-e804fb5e, #w-node-a24b2449-123b-2882-1705-fcb8e804fbac-e804fb5e, #w-node-a24b2449-123b-2882-1705-fcb8e804fbad-e804fb5e, #w-node-a24b2449-123b-2882-1705-fcb8e804fbb4-e804fb5e, #w-node-a24b2449-123b-2882-1705-fcb8e804fbb5-e804fb5e, #w-node-a24b2449-123b-2882-1705-fcb8e804fbbc-e804fb5e, #w-node-a24b2449-123b-2882-1705-fcb8e804fbbd-e804fb5e, #w-node-_68fb74eb-1f33-3481-ea9f-8b518ff999ed-8ff999d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68fb74eb-1f33-3481-ea9f-8b518ff999ef-8ff999d9, #w-node-_68fb74eb-1f33-3481-ea9f-8b518ff99a04-8ff999d9, #w-node-_68fb74eb-1f33-3481-ea9f-8b518ff99a19-8ff999d9, #w-node-_68fb74eb-1f33-3481-ea9f-8b518ff99a2d-8ff999d9 {
  align-self: start;
}

#w-node-_68fb74eb-1f33-3481-ea9f-8b518ff99a3f-8ff999d9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_68fb74eb-1f33-3481-ea9f-8b518ff99a40-8ff999d9 {
  align-self: start;
}

#w-node-_88b40310-453f-d00f-f436-c23bfebc38a6-8b1ec728, #w-node-_12995931-9d45-439b-efa4-e3b1ccb7f562-8b1ec728, #w-node-_97e2f761-cefe-63cc-7010-cead4d798e53-8b1ec728, #w-node-_12995931-9d45-439b-efa4-e3b1ccb7f567-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292b00c0-d52d-656d-b947-ab36f7d34fe8-8b1ec728 {
  justify-self: start;
}

#w-node-ae5d96a9-7503-1314-c50d-2475c73f44d9-8b1ec728, #w-node-ae5d96a9-7503-1314-c50d-2475c73f44e1-8b1ec728, #w-node-ae5d96a9-7503-1314-c50d-2475c73f44e4-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23841847-45e7-77da-bab5-e39b6216866a-8b1ec728 {
  justify-self: start;
}

#w-node-_6acb122e-38f0-aed5-0080-a8b38d1837ca-8b1ec728, #w-node-_6acb122e-38f0-aed5-0080-a8b38d1837d2-8b1ec728, #w-node-_6acb122e-38f0-aed5-0080-a8b38d1837de-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6acb122e-38f0-aed5-0080-a8b38d1837df-8b1ec728 {
  justify-self: start;
}

#w-node-_2a87e70f-9346-63fe-be39-b0396e0071b4-8b1ec728, #w-node-_2a87e70f-9346-63fe-be39-b0396e0071be-8b1ec728, #w-node-_2a87e70f-9346-63fe-be39-b0396e0071c3-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a87e70f-9346-63fe-be39-b0396e0071c4-8b1ec728 {
  justify-self: start;
}

#w-node-db0bb994-3583-9d5d-942d-b3dc6e8baba3-8b1ec728, #w-node-_654dadfd-9b87-c73a-d9b5-c316985927e7-8b1ec728, #w-node-e6aa55a8-eec2-9531-9346-b933a5bed16a-8b1ec728, #w-node-db0bb994-3583-9d5d-942d-b3dc6e8babae-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_508b2c4c-059e-28e5-8d24-6b8de9b695a8-8b1ec728 {
  justify-self: start;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5acfe-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad05-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad06-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad09-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad0a-8b1ec728 {
  justify-self: start;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad2b-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad32-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad37-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad38-8b1ec728 {
  justify-self: start;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad60-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad6a-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad6f-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad70-8b1ec728 {
  justify-self: start;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ada2-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5adac-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5adb1-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5adb2-8b1ec728 {
  justify-self: start;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ade0-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ade7-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ade8-8b1ec728, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5aded-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5adee-8b1ec728 {
  justify-self: start;
}

#w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a443-8b1ec728, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a446-8b1ec728, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a449-8b1ec728, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a454-8b1ec728, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a46e-8b1ec728, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a471-8b1ec728, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a474-8b1ec728, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a477-8b1ec728, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a459-8b1ec728, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a45e-8b1ec728, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a461-8b1ec728, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a464-8b1ec728, #w-node-e2220607-e1f7-16db-1672-b6de93d87032-8b1ec728, #w-node-e2220607-e1f7-16db-1672-b6de93d8703f-8b1ec728, #w-node-e2220607-e1f7-16db-1672-b6de93d87043-8b1ec728, #w-node-e2220607-e1f7-16db-1672-b6de93d87047-8b1ec728, #w-node-d49de308-ff61-973f-4123-81c663a27394-8b1ec728, #w-node-d49de308-ff61-973f-4123-81c663a273a1-8b1ec728, #w-node-d49de308-ff61-973f-4123-81c663a273a6-8b1ec728, #w-node-d49de308-ff61-973f-4123-81c663a273ab-8b1ec728, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10c6-8b1ec728, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10c9-8b1ec728, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10cb-8b1ec728, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10cd-8b1ec728, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d0-8b1ec728, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d3-8b1ec728, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d6-8b1ec728, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d9-8b1ec728, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c4-8b1ec728, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c7-8b1ec728, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c9-8b1ec728, #w-node-_44c75fa3-3064-bba8-45fa-1759535713cb-8b1ec728, #w-node-_44c75fa3-3064-bba8-45fa-1759535713ce-8b1ec728, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d1-8b1ec728, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d4-8b1ec728, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d7-8b1ec728, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9134-8b1ec728, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9141-8b1ec728, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9145-8b1ec728, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9149-8b1ec728, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e060-8b1ec728, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e063-8b1ec728, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e065-8b1ec728, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e067-8b1ec728, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e06a-8b1ec728, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e06d-8b1ec728, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e070-8b1ec728, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e073-8b1ec728, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c644-8b1ec728, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c651-8b1ec728, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c656-8b1ec728, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c65b-8b1ec728, #w-node-_1f52e93c-5809-2c32-8184-2236d1d94249-8b1ec728, #w-node-_1f52e93c-5809-2c32-8184-2236d1d94256-8b1ec728, #w-node-_1f52e93c-5809-2c32-8184-2236d1d9425b-8b1ec728, #w-node-_1f52e93c-5809-2c32-8184-2236d1d94260-8b1ec728, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0351-8b1ec728, #w-node-_7a16d977-cc49-70a3-2566-34624b6b035e-8b1ec728, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0363-8b1ec728, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0368-8b1ec728, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a8a-8b1ec728, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a8d-8b1ec728, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a90-8b1ec728, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a93-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db6d-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db70-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db73-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db76-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db7b-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db7e-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db81-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db84-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db63-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db66-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db68-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db6a-8b1ec728, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c21-8b1ec728, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c2e-8b1ec728, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c33-8b1ec728, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c37-8b1ec728, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df26-8b1ec728, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df33-8b1ec728, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df38-8b1ec728, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df3c-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db88-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db8b-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db8e-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db90-8b1ec728, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4cfd-8b1ec728, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d0a-8b1ec728, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d0f-8b1ec728, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d13-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db94-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db97-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db99-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db9b-8b1ec728, #w-node-a3e9b417-79b1-bc09-8170-8da58121c294-8b1ec728, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2a1-8b1ec728, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2a6-8b1ec728, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2aa-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbaa-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbad-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb0-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb3-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db9e-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba1-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba4-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba6-8b1ec728, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2d0-8b1ec728, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2de-8b1ec728, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2e3-8b1ec728, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2e7-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb7-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbba-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbbd-8b1ec728, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbc0-8b1ec728, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c71-8b1ec728, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c7e-8b1ec728, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c83-8b1ec728, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c88-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e7566-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e7569-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e756b-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e756d-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e7570-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e7573-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e7576-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e7579-8b1ec728, #w-node-_8197f651-83ee-c359-472f-468b170139c2-8b1ec728, #w-node-_8197f651-83ee-c359-472f-468b170139cf-8b1ec728, #w-node-_8197f651-83ee-c359-472f-468b170139d4-8b1ec728, #w-node-_8197f651-83ee-c359-472f-468b170139d9-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e757e-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e7581-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e7584-8b1ec728, #w-node-_9fd5242a-358b-3de4-b379-8469269e7587-8b1ec728, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9dc-8b1ec728, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9e9-8b1ec728, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9ee-8b1ec728, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9f3-8b1ec728, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a434-8b1ec728, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a441-8b1ec728, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a446-8b1ec728, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a44b-8b1ec728, #w-node-fdd46644-b832-3058-27dd-87e94a094c29-8b1ec728, #w-node-fdd46644-b832-3058-27dd-87e94a094c2c-8b1ec728, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c1538c-8b1ec728, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c1538d-8b1ec728, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c15390-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83469062-ae93-b86b-ac4e-a17d912b4c4d-8b1ec728 {
  justify-self: start;
}

#w-node-fdd46644-b832-3058-27dd-87e94a094c2f-8b1ec728, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4ae-8b1ec728, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4af-8b1ec728, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4b8-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60ea9e9d-03c4-6565-f7df-b7d39b296089-8b1ec728, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4b9-8b1ec728 {
  justify-self: start;
}

#w-node-c4c8b242-93d7-fe45-545a-b64af0744d4f-8b1ec728, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d55-8b1ec728, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d56-8b1ec728, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d61-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4c8b242-93d7-fe45-545a-b64af0744d62-8b1ec728, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d63-8b1ec728 {
  justify-self: start;
}

#w-node-fdd46644-b832-3058-27dd-87e94a094c32-8b1ec728, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed592c-8b1ec728, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed592d-8b1ec728, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed5930-8b1ec728 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2751f2c2-d32d-3fb5-b7d3-b807a818678b-8b1ec728, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed5931-8b1ec728 {
  justify-self: start;
}

#w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-c4b12315, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-c4b12315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_654327aa-5e74-8e9c-a880-3f0a395eba84-c4b12315 {
  justify-self: auto;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-c4b12315, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-c4b12315, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-c4b12315, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-c4b12315, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-c4b12315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-c4b12315 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-c4b12315, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-c4b12315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-c4b12315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-c4b12315 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-c4b12315, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-c4b12315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-c4b12315 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-c4b12315, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-c4b12315, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-c4b12315, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-c4b12315, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-c4b12315, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-c4b12315, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-c4b12315, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-c4b12315, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-c4b12315, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-c4b12315, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-c4b12315, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-c4b12315, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-c4b12315, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-c4b12315, #w-node-c9d61ebd-0eca-1a5a-ce8c-1b430b00eaf3-0b00eae2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9d61ebd-0eca-1a5a-ce8c-1b430b00eaf5-0b00eae2, #w-node-c9d61ebd-0eca-1a5a-ce8c-1b430b00eb0a-0b00eae2, #w-node-c9d61ebd-0eca-1a5a-ce8c-1b430b00eb1f-0b00eae2, #w-node-c9d61ebd-0eca-1a5a-ce8c-1b430b00eb33-0b00eae2 {
  align-self: start;
}

#w-node-c9d61ebd-0eca-1a5a-ce8c-1b430b00eb45-0b00eae2 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-c9d61ebd-0eca-1a5a-ce8c-1b430b00eb46-0b00eae2 {
  align-self: start;
}

#w-node-_8e793635-932c-e267-187c-dac76e15f62b-20eae39c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c0557a-20eae39c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c05587-20eae39c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c0558b-20eae39c, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f307b-20eae39c, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f3088-20eae39c, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f308c-20eae39c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c05594-20eae39c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055a1-20eae39c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055a5-20eae39c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055ae-20eae39c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055bb-20eae39c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055bf-20eae39c, #w-node-bc8b299a-a0e6-749c-e8ad-4271c09095c1-20eae39c, #w-node-bc8b299a-a0e6-749c-e8ad-4271c09095cc-20eae39c, #w-node-bc8b299a-a0e6-749c-e8ad-4271c09095ce-20eae39c, #w-node-b09b5d49-f834-55a0-2190-76f75fcdfe22-20eae39c, #w-node-b09b5d49-f834-55a0-2190-76f75fcdfe2d-20eae39c, #w-node-b09b5d49-f834-55a0-2190-76f75fcdfe2f-20eae39c, #w-node-_0239cbd1-3932-d474-cffc-8d6e0725793d-20eae39c, #w-node-_0239cbd1-3932-d474-cffc-8d6e07257948-20eae39c, #w-node-_0239cbd1-3932-d474-cffc-8d6e0725794a-20eae39c, #w-node-_97e72b83-e0b8-a73e-c047-1a137eddee73-20eae39c, #w-node-_97e72b83-e0b8-a73e-c047-1a137eddee7e-20eae39c, #w-node-_97e72b83-e0b8-a73e-c047-1a137eddee80-20eae39c, #w-node-_5963b034-e296-76e6-8b6d-654742968037-20eae39c, #w-node-_5963b034-e296-76e6-8b6d-654742968042-20eae39c, #w-node-_5963b034-e296-76e6-8b6d-654742968044-20eae39c, #w-node-ff308580-9ddc-41d9-c3c3-53a9e0dd440f-20eae39c, #w-node-ff308580-9ddc-41d9-c3c3-53a9e0dd441a-20eae39c, #w-node-ff308580-9ddc-41d9-c3c3-53a9e0dd441c-20eae39c, #w-node-c70b9792-13f2-7b14-06f7-da8683983a42-20eae39c, #w-node-c70b9792-13f2-7b14-06f7-da8683983a4d-20eae39c, #w-node-c70b9792-13f2-7b14-06f7-da8683983a4f-20eae39c, #w-node-d43675a5-d635-dbe9-e564-90e74ff0e6db-20eae39c, #w-node-d43675a5-d635-dbe9-e564-90e74ff0e6e6-20eae39c, #w-node-d43675a5-d635-dbe9-e564-90e74ff0e6e8-20eae39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed1-20eae39c {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed4-20eae39c, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee2-20eae39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-20eae39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eed-20eae39c {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ef3-20eae39c, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4efe-20eae39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-20eae39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1c3-20eae39c {
  align-self: center;
}

#w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1c9-20eae39c, #w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1da-20eae39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1df-20eae39c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-e40b47d1, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-e40b47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_654327aa-5e74-8e9c-a880-3f0a395eba84-e40b47d1 {
  justify-self: auto;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-e40b47d1, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-e40b47d1, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-e40b47d1, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-e40b47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-e40b47d1 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-e40b47d1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-e40b47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-e40b47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-e40b47d1 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-e40b47d1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-e40b47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-e40b47d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-e40b47d1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-e40b47d1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-e40b47d1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-e40b47d1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-e40b47d1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-e40b47d1, #w-node-_8e793635-932c-e267-187c-dac76e15f62b-0983a56c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c0557a-0983a56c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c05587-0983a56c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c0558b-0983a56c, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f307b-0983a56c, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f3088-0983a56c, #w-node-b538c5ec-01c6-da51-3aa3-a7bd190f308c-0983a56c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c05594-0983a56c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055a1-0983a56c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055a5-0983a56c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055ae-0983a56c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055bb-0983a56c, #w-node-_8b643cf1-c660-9c37-b50a-2472c6c055bf-0983a56c, #w-node-bc8b299a-a0e6-749c-e8ad-4271c09095c1-0983a56c, #w-node-bc8b299a-a0e6-749c-e8ad-4271c09095cc-0983a56c, #w-node-bc8b299a-a0e6-749c-e8ad-4271c09095ce-0983a56c, #w-node-b09b5d49-f834-55a0-2190-76f75fcdfe22-0983a56c, #w-node-b09b5d49-f834-55a0-2190-76f75fcdfe2d-0983a56c, #w-node-b09b5d49-f834-55a0-2190-76f75fcdfe2f-0983a56c, #w-node-_0239cbd1-3932-d474-cffc-8d6e0725793d-0983a56c, #w-node-_0239cbd1-3932-d474-cffc-8d6e07257948-0983a56c, #w-node-_0239cbd1-3932-d474-cffc-8d6e0725794a-0983a56c, #w-node-_97e72b83-e0b8-a73e-c047-1a137eddee73-0983a56c, #w-node-_97e72b83-e0b8-a73e-c047-1a137eddee7e-0983a56c, #w-node-_97e72b83-e0b8-a73e-c047-1a137eddee80-0983a56c, #w-node-_5963b034-e296-76e6-8b6d-654742968037-0983a56c, #w-node-_5963b034-e296-76e6-8b6d-654742968042-0983a56c, #w-node-_5963b034-e296-76e6-8b6d-654742968044-0983a56c, #w-node-ff308580-9ddc-41d9-c3c3-53a9e0dd440f-0983a56c, #w-node-ff308580-9ddc-41d9-c3c3-53a9e0dd441a-0983a56c, #w-node-ff308580-9ddc-41d9-c3c3-53a9e0dd441c-0983a56c, #w-node-c70b9792-13f2-7b14-06f7-da8683983a42-0983a56c, #w-node-c70b9792-13f2-7b14-06f7-da8683983a4d-0983a56c, #w-node-c70b9792-13f2-7b14-06f7-da8683983a4f-0983a56c, #w-node-d43675a5-d635-dbe9-e564-90e74ff0e6db-0983a56c, #w-node-d43675a5-d635-dbe9-e564-90e74ff0e6e6-0983a56c, #w-node-d43675a5-d635-dbe9-e564-90e74ff0e6e8-0983a56c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed1-0983a56c {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed4-0983a56c, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee2-0983a56c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-0983a56c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eed-0983a56c {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ef3-0983a56c, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4efe-0983a56c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-0983a56c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1c3-0983a56c {
  align-self: center;
}

#w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1c9-0983a56c, #w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1da-0983a56c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1df-0983a56c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-71a8b5e1, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-71a8b5e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_654327aa-5e74-8e9c-a880-3f0a395eba84-71a8b5e1 {
  justify-self: auto;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-71a8b5e1, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-71a8b5e1, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-71a8b5e1, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-71a8b5e1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-71a8b5e1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-71a8b5e1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-71a8b5e1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-71a8b5e1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-71a8b5e1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-71a8b5e1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-71a8b5e1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-71a8b5e1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-71a8b5e1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-71a8b5e1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-71a8b5e1, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-71a8b5e1, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-71a8b5e1, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-71a8b5e1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-71a8b5e1, #w-node-_91e57546-a727-5fb7-b176-42c2024eea8d-71a8b5e1, #w-node-_91e57546-a727-5fb7-b176-42c2024eea8e-71a8b5e1, #w-node-_91e57546-a727-5fb7-b176-42c2024eea95-71a8b5e1, #w-node-_91e57546-a727-5fb7-b176-42c2024eea96-71a8b5e1, #w-node-_91e57546-a727-5fb7-b176-42c2024eea9d-71a8b5e1, #w-node-_91e57546-a727-5fb7-b176-42c2024eea9e-71a8b5e1, #w-node-_85743455-a99a-36fe-875d-3f2fc1c634dd-71a8b5e1, #w-node-_85743455-a99a-36fe-875d-3f2fc1c634de-71a8b5e1, #w-node-_85743455-a99a-36fe-875d-3f2fc1c634e5-71a8b5e1, #w-node-_85743455-a99a-36fe-875d-3f2fc1c634e6-71a8b5e1, #w-node-_85743455-a99a-36fe-875d-3f2fc1c634ed-71a8b5e1, #w-node-_85743455-a99a-36fe-875d-3f2fc1c634ee-71a8b5e1, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-9a6199bf, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-9a6199bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_654327aa-5e74-8e9c-a880-3f0a395eba84-9a6199bf {
  justify-self: auto;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-9a6199bf, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-9a6199bf, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-9a6199bf, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-9a6199bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-9a6199bf {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-9a6199bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-9a6199bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-9a6199bf {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-9a6199bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-9a6199bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-9a6199bf {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-9a6199bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-9a6199bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-9a6199bf {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-9a6199bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-9a6199bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-9a6199bf, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-9a6199bf, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-9a6199bf, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-9a6199bf, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-9a6199bf, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-9a6199bf, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-9a6199bf, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-9a6199bf, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-d3e8c3f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-d3e8c3f5 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-d3e8c3f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-d3e8c3f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-d3e8c3f5, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-d3e8c3f5, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-d3e8c3f5, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-d3e8c3f5, #w-node-_150bd76e-bd77-636c-0d70-e528d46747bb-d3e8c3f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_150bd76e-bd77-636c-0d70-e528d46747bd-d3e8c3f5, #w-node-_150bd76e-bd77-636c-0d70-e528d46747d2-d3e8c3f5, #w-node-_150bd76e-bd77-636c-0d70-e528d46747e7-d3e8c3f5, #w-node-_150bd76e-bd77-636c-0d70-e528d46747fb-d3e8c3f5 {
  align-self: start;
}

#w-node-_150bd76e-bd77-636c-0d70-e528d467480d-d3e8c3f5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_150bd76e-bd77-636c-0d70-e528d467480e-d3e8c3f5 {
  align-self: start;
}

#w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-88de6de6, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-88de6de6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-88de6de6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-88de6de6 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-88de6de6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-88de6de6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-88de6de6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-88de6de6 {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-88de6de6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-88de6de6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-88de6de6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-dfabe621-a82e-8dae-4565-6d9a10e4486c-88de6de6 {
  align-self: center;
}

#w-node-dfabe621-a82e-8dae-4565-6d9a10e44875-88de6de6, #w-node-dfabe621-a82e-8dae-4565-6d9a10e44884-88de6de6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfabe621-a82e-8dae-4565-6d9a10e4488a-88de6de6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-88de6de6, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-88de6de6, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-88de6de6, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-88de6de6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fd46a83-6875-1e93-4da8-b3895ed4e2ea-88de6de6, #w-node-_8dcad216-1b6c-6bba-b3ce-ca7ace5759d7-88de6de6 {
  place-self: center;
}

#w-node-aa5542a1-e277-86e4-e037-a523e2f50810-88de6de6, #w-node-aa5542a1-e277-86e4-e037-a523e2f50811-88de6de6, #w-node-aa5542a1-e277-86e4-e037-a523e2f50818-88de6de6, #w-node-aa5542a1-e277-86e4-e037-a523e2f50819-88de6de6, #w-node-aa5542a1-e277-86e4-e037-a523e2f50820-88de6de6, #w-node-aa5542a1-e277-86e4-e037-a523e2f50821-88de6de6, #w-node-aa5542a1-e277-86e4-e037-a523e2f50843-88de6de6, #w-node-aa5542a1-e277-86e4-e037-a523e2f50844-88de6de6, #w-node-aa5542a1-e277-86e4-e037-a523e2f5084b-88de6de6, #w-node-aa5542a1-e277-86e4-e037-a523e2f5084c-88de6de6, #w-node-aa5542a1-e277-86e4-e037-a523e2f50853-88de6de6, #w-node-aa5542a1-e277-86e4-e037-a523e2f50854-88de6de6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-88de6de6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-88de6de6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-88de6de6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-88de6de6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-88de6de6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-88de6de6, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-b0103f1e, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c02-b0103f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c06-b0103f1e {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0e-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c14-b0103f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1a-b0103f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c1d-b0103f1e {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c25-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c28-b0103f1e, #w-node-_470d0604-f7ac-fc71-4e7e-e1bbd7b94b47-b0103f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c2e-b0103f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c8c-b0103f1e {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c94-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c9a-b0103f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca0-b0103f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca3-b0103f1e {
  align-self: center;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cab-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cae-b0103f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cb4-b0103f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ddb-b0103f1e, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574de4-b0103f1e, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574ded-b0103f1e, #w-node-d3b92fa3-1c5f-3b78-4a74-d17165574df6-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d24-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d25-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2c-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d2d-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d34-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45d35-b0103f1e, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08c-b0103f1e, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee08d-b0103f1e, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee097-b0103f1e, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee098-b0103f1e, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a2-b0103f1e, #w-node-_38dd652c-e3b9-033d-c286-ac3247cee0a3-b0103f1e, #w-node-_6e190a0c-9917-4114-27de-789bba42a296-b0103f1e, #w-node-_6e190a0c-9917-4114-27de-789bba42a297-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-b0103f1e, #w-node-_150bd76e-bd77-636c-0d70-e528d46747bb-eb795d2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_150bd76e-bd77-636c-0d70-e528d46747bd-eb795d2f, #w-node-_150bd76e-bd77-636c-0d70-e528d46747d2-eb795d2f, #w-node-_150bd76e-bd77-636c-0d70-e528d46747e7-eb795d2f, #w-node-_150bd76e-bd77-636c-0d70-e528d46747fb-eb795d2f {
  align-self: start;
}

#w-node-_150bd76e-bd77-636c-0d70-e528d467480d-eb795d2f {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_150bd76e-bd77-636c-0d70-e528d467480e-eb795d2f {
  align-self: start;
}

#w-node-_480a1208-9db0-8f21-e823-7925610dbcc0-9c63510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_480a1208-9db0-8f21-e823-7925610dbcc2-9c63510e, #w-node-ff38d6de-d2ba-8574-c5f8-ad33d56b8346-9c63510e, #w-node-e7e269aa-3bdf-95a5-e019-797b94ca5787-9c63510e {
  align-self: start;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ecd-9c63510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed1-9c63510e {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ed4-9c63510e, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee2-9c63510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-9c63510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eed-9c63510e {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ef3-9c63510e, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4efe-9c63510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-9c63510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f09-9c63510e {
  align-self: center;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f0f-9c63510e, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f1a-9c63510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f22-9c63510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cde507bc-e402-b6d3-3559-1bea767ea0e4-9c63510e {
  align-self: center;
}

#w-node-cde507bc-e402-b6d3-3559-1bea767ea0eb-9c63510e, #w-node-cde507bc-e402-b6d3-3559-1bea767ea0fc-9c63510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cde507bc-e402-b6d3-3559-1bea767ea104-9c63510e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_63abb771-1356-74ad-c727-28a3e19b3b0e-bc558f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63abb771-1356-74ad-c727-28a3e19b3b10-bc558f03, #w-node-_63abb771-1356-74ad-c727-28a3e19b3b28-bc558f03, #w-node-_63abb771-1356-74ad-c727-28a3e19b3b41-bc558f03 {
  align-self: start;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b7f4-bc558f03, #w-node-_214dbfe8-9449-5db0-af8a-5f878019b7f7-bc558f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b7f8-bc558f03 {
  align-self: center;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b801-bc558f03, #w-node-_214dbfe8-9449-5db0-af8a-5f878019b80e-bc558f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_214dbfe8-9449-5db0-af8a-5f878019b814-bc558f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9a-bc558f03, #w-node-_08f533d5-b1d8-9d05-7dcb-b64a74034c9c-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f50810-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f50811-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f50818-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f50819-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f50820-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f50821-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f50843-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f50844-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f5084b-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f5084c-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f50853-bc558f03, #w-node-aa5542a1-e277-86e4-e037-a523e2f50854-bc558f03, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cc1-bc558f03, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cca-bc558f03, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cd3-bc558f03, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cdc-bc558f03, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ce5-bc558f03, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45cee-bc558f03, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa485f7-bca31341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_196f5992-6efb-d613-f6c0-9fa61aa485f9-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa4860f-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa48632-bca31341 {
  align-self: start;
}

#w-node-_196f5992-6efb-d613-f6c0-9fa61aa4869c-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa4869f-bca31341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_196f5992-6efb-d613-f6c0-9fa61aa486a0-bca31341 {
  align-self: center;
}

#w-node-_196f5992-6efb-d613-f6c0-9fa61aa486ab-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa486c0-bca31341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_196f5992-6efb-d613-f6c0-9fa61aa486c1-bca31341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-fbf8610e-7945-7061-7565-3c359feead22-bca31341, #w-node-db921d06-7aff-0b20-c377-2d9b1ee8a88c-bca31341, #w-node-f9ec79ab-a6c1-fcea-f2e2-33ac9c2decc7-bca31341, #w-node-_42bd40e2-2ef2-e7c6-1154-9ba167ec5f43-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa48710-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa48712-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa4877c-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa48785-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa4878e-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa48797-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa487a0-bca31341, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa487a9-bca31341, #w-node-_380593fa-85e4-3445-f855-b49dd93a5e05-b1c62765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_380593fa-85e4-3445-f855-b49dd93a5e07-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5e1b-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5e2f-b1c62765 {
  align-self: start;
}

#w-node-_380593fa-85e4-3445-f855-b49dd93a5e97-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5ea1-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5eaa-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5eb3-b1c62765, #w-node-_485904a8-7412-baf5-ecf8-be689893d4ff-b1c62765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_485904a8-7412-baf5-ecf8-be689893d503-b1c62765 {
  align-self: center;
}

#w-node-_485904a8-7412-baf5-ecf8-be689893d50c-b1c62765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_485904a8-7412-baf5-ecf8-be689893d522-b1c62765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_380593fa-85e4-3445-f855-b49dd93a5f13-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5f15-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5e56-b1c62765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_380593fa-85e4-3445-f855-b49dd93a5e59-b1c62765 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_380593fa-85e4-3445-f855-b49dd93a5e5a-b1c62765 {
  align-self: center;
}

#w-node-_380593fa-85e4-3445-f855-b49dd93a5e66-b1c62765 {
  place-self: auto;
}

#w-node-_380593fa-85e4-3445-f855-b49dd93a5e88-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5f7f-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5f88-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5f91-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5f9a-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5fa3-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5fac-b1c62765, #w-node-b58dfabb-ef90-cf7c-71e1-a548f201b372-406cd86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b58dfabb-ef90-cf7c-71e1-a548f201b373-406cd86d {
  align-self: center;
}

#w-node-b58dfabb-ef90-cf7c-71e1-a548f201b37e-406cd86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_115a964c-1fc6-cfc9-c508-b4679bd9d9c0-406cd86d {
  align-self: center;
}

#w-node-b58dfabb-ef90-cf7c-71e1-a548f201b3a2-406cd86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-d0edf46d-e181-aa6f-9917-c75e19af47be-406cd86d {
  align-self: center;
}

#w-node-d0edf46d-e181-aa6f-9917-c75e19af47cc-406cd86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0edf46d-e181-aa6f-9917-c75e19af47cd-406cd86d {
  align-self: center;
}

#w-node-d0edf46d-e181-aa6f-9917-c75e19af47cf-406cd86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-b58dfabb-ef90-cf7c-71e1-a548f201b36f-406cd86d, #w-node-_373c3d27-550f-2598-2327-6a281a029b94-406cd86d, #w-node-_373c3d27-550f-2598-2327-6a281a029b97-406cd86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_373c3d27-550f-2598-2327-6a281a029b98-406cd86d {
  align-self: center;
}

#w-node-_373c3d27-550f-2598-2327-6a281a029ba3-406cd86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_373c3d27-550f-2598-2327-6a281a029bc7-406cd86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-fdb8856b-dc88-211c-3eaa-09f06a00ea46-406cd86d, #w-node-fdb8856b-dc88-211c-3eaa-09f06a00ea50-406cd86d, #w-node-fdb8856b-dc88-211c-3eaa-09f06a00ea59-406cd86d, #w-node-fdb8856b-dc88-211c-3eaa-09f06a00ea62-406cd86d, #w-node-fdb8856b-dc88-211c-3eaa-09f06a00eac2-406cd86d, #w-node-fdb8856b-dc88-211c-3eaa-09f06a00eac4-406cd86d, #w-node-fdb8856b-dc88-211c-3eaa-09f06a00eb31-406cd86d, #w-node-fdb8856b-dc88-211c-3eaa-09f06a00eb3a-406cd86d, #w-node-fdb8856b-dc88-211c-3eaa-09f06a00eb43-406cd86d, #w-node-fdb8856b-dc88-211c-3eaa-09f06a00eb4c-406cd86d, #w-node-fdb8856b-dc88-211c-3eaa-09f06a00eb55-406cd86d, #w-node-fdb8856b-dc88-211c-3eaa-09f06a00eb5e-406cd86d, #w-node-c704274d-a65b-b1a8-1647-f1dbc70018a1-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc70018a8-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc70018a9-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc70018ac-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc70018ad-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc70018ce-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc70018d5-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc70018df-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc70018e0-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001908-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001912-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc700191c-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc700191d-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001953-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc700195d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001967-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001968-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001996-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc700199d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc700199e-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc70019a3-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc70019a4-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc70019c6-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc70019cd-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc70019ce-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc70019d1-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc70019d2-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc70019f3-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc70019fa-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001a06-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001a07-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001a2f-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001a39-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001a45-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001a46-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001a78-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001a82-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001a87-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001a88-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001ab6-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001abd-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001abe-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ac3-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001ac4-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001b23-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b26-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b29-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b2c-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b38-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b45-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b49-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b4d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b52-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b5f-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b63-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b67-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b6c-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b79-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b7d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b81-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b86-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b93-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b98-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001b9d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ba3-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001bb0-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001bb5-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001bba-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001bc0-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001bc8-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001bcd-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001bd2-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001bd8-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001be5-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001beb-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001bef-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001bf4-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c01-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c07-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c0b-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c10-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c1d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c21-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c25-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c2a-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c32-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c39-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c3e-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c44-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c51-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c58-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c5d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c63-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c70-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c75-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c7a-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c80-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c8d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c94-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001c9a-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ca1-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001cae-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001cb3-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001cb8-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001cbd-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001cca-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001cd0-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001cd6-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ce5-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001cf2-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001cf8-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001cfc-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d01-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d0e-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d12-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d16-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d1b-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d28-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d2d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d31-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d36-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d43-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d48-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d4c-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d51-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d5e-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d64-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d68-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d6d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d7a-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d80-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d84-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d89-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d96-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001d9c-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001da0-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001da5-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001db2-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001db8-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001dbc-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001dc1-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001dce-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001dd3-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001dd7-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ddc-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001dea-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001def-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001df3-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001df8-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e05-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e0a-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e0f-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e14-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e21-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e26-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e2b-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e30-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e3d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e42-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e47-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e4c-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e59-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e5e-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e63-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e70-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e78-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e7d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e83-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e88-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e95-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e9a-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001e9f-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ea4-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001eb1-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001eb6-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ebb-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ec0-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ec8-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ecd-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ed2-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ed7-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ee4-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001eea-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001eee-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001ef3-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f00-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f05-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f09-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f0f-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f10-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f16-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f17-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f1a-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001f1b-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001f21-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f27-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f28-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f30-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001f31-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f32-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001f37-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f3d-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f3e-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f48-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001f49-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f4a-c2fd3ffc {
  justify-self: start;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001f4f-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f55-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f56-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f59-c2fd3ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c704274d-a65b-b1a8-1647-f1dbc7001f5a-c2fd3ffc, #w-node-c704274d-a65b-b1a8-1647-f1dbc7001f5b-c2fd3ffc {
  justify-self: start;
}

#w-node-_88b40310-453f-d00f-f436-c23bfebc38a6-5d82077e, #w-node-_12995931-9d45-439b-efa4-e3b1ccb7f562-5d82077e, #w-node-_97e2f761-cefe-63cc-7010-cead4d798e53-5d82077e, #w-node-_12995931-9d45-439b-efa4-e3b1ccb7f567-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_292b00c0-d52d-656d-b947-ab36f7d34fe8-5d82077e {
  justify-self: start;
}

#w-node-ae5d96a9-7503-1314-c50d-2475c73f44d9-5d82077e, #w-node-ae5d96a9-7503-1314-c50d-2475c73f44e1-5d82077e, #w-node-ae5d96a9-7503-1314-c50d-2475c73f44e4-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23841847-45e7-77da-bab5-e39b6216866a-5d82077e {
  justify-self: start;
}

#w-node-_6acb122e-38f0-aed5-0080-a8b38d1837ca-5d82077e, #w-node-_6acb122e-38f0-aed5-0080-a8b38d1837d2-5d82077e, #w-node-_6acb122e-38f0-aed5-0080-a8b38d1837de-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6acb122e-38f0-aed5-0080-a8b38d1837df-5d82077e {
  justify-self: start;
}

#w-node-_2a87e70f-9346-63fe-be39-b0396e0071b4-5d82077e, #w-node-_2a87e70f-9346-63fe-be39-b0396e0071be-5d82077e, #w-node-_2a87e70f-9346-63fe-be39-b0396e0071c3-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a87e70f-9346-63fe-be39-b0396e0071c4-5d82077e {
  justify-self: start;
}

#w-node-db0bb994-3583-9d5d-942d-b3dc6e8baba3-5d82077e, #w-node-_654dadfd-9b87-c73a-d9b5-c316985927e7-5d82077e, #w-node-e6aa55a8-eec2-9531-9346-b933a5bed16a-5d82077e, #w-node-db0bb994-3583-9d5d-942d-b3dc6e8babae-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_508b2c4c-059e-28e5-8d24-6b8de9b695a8-5d82077e {
  justify-self: start;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5acfe-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad05-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad06-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad09-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad0a-5d82077e {
  justify-self: start;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad2b-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad32-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad37-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad38-5d82077e {
  justify-self: start;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad60-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad6a-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad6f-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ad70-5d82077e {
  justify-self: start;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ada2-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5adac-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5adb1-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5adb2-5d82077e {
  justify-self: start;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5ade0-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ade7-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5ade8-5d82077e, #w-node-e50fd4a6-b100-82d3-12f8-c400fad5aded-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50fd4a6-b100-82d3-12f8-c400fad5adee-5d82077e {
  justify-self: start;
}

#w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a443-5d82077e, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a446-5d82077e, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a449-5d82077e, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a454-5d82077e, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a46e-5d82077e, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a471-5d82077e, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a474-5d82077e, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a477-5d82077e, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a459-5d82077e, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a45e-5d82077e, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a461-5d82077e, #w-node-_9dcbd86a-a0b5-7113-dd9b-7214e224a464-5d82077e, #w-node-e2220607-e1f7-16db-1672-b6de93d87032-5d82077e, #w-node-e2220607-e1f7-16db-1672-b6de93d8703f-5d82077e, #w-node-e2220607-e1f7-16db-1672-b6de93d87043-5d82077e, #w-node-e2220607-e1f7-16db-1672-b6de93d87047-5d82077e, #w-node-d49de308-ff61-973f-4123-81c663a27394-5d82077e, #w-node-d49de308-ff61-973f-4123-81c663a273a1-5d82077e, #w-node-d49de308-ff61-973f-4123-81c663a273a6-5d82077e, #w-node-d49de308-ff61-973f-4123-81c663a273ab-5d82077e, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10c6-5d82077e, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10c9-5d82077e, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10cb-5d82077e, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10cd-5d82077e, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d0-5d82077e, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d3-5d82077e, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d6-5d82077e, #w-node-_73463f8e-965c-0b0a-7c32-3dc85b3a10d9-5d82077e, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c4-5d82077e, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c7-5d82077e, #w-node-_44c75fa3-3064-bba8-45fa-1759535713c9-5d82077e, #w-node-_44c75fa3-3064-bba8-45fa-1759535713cb-5d82077e, #w-node-_44c75fa3-3064-bba8-45fa-1759535713ce-5d82077e, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d1-5d82077e, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d4-5d82077e, #w-node-_44c75fa3-3064-bba8-45fa-1759535713d7-5d82077e, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9134-5d82077e, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9141-5d82077e, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9145-5d82077e, #w-node-f3f6fd3b-7548-bef3-0b2e-51c5e7df9149-5d82077e, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e060-5d82077e, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e063-5d82077e, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e065-5d82077e, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e067-5d82077e, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e06a-5d82077e, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e06d-5d82077e, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e070-5d82077e, #w-node-ed2dceb9-8357-ada8-82f8-04bd17d3e073-5d82077e, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c644-5d82077e, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c651-5d82077e, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c656-5d82077e, #w-node-_45051c86-494e-98ce-79b5-e4b637c2c65b-5d82077e, #w-node-_1f52e93c-5809-2c32-8184-2236d1d94249-5d82077e, #w-node-_1f52e93c-5809-2c32-8184-2236d1d94256-5d82077e, #w-node-_1f52e93c-5809-2c32-8184-2236d1d9425b-5d82077e, #w-node-_1f52e93c-5809-2c32-8184-2236d1d94260-5d82077e, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0351-5d82077e, #w-node-_7a16d977-cc49-70a3-2566-34624b6b035e-5d82077e, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0363-5d82077e, #w-node-_7a16d977-cc49-70a3-2566-34624b6b0368-5d82077e, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a8a-5d82077e, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a8d-5d82077e, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a90-5d82077e, #w-node-a22809ba-0e07-4b43-ae0a-9ba557122a93-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db6d-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db70-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db73-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db76-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db7b-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db7e-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db81-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db84-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db63-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db66-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db68-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db6a-5d82077e, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c21-5d82077e, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c2e-5d82077e, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c33-5d82077e, #w-node-a8bc83d2-ac77-3ed0-19dc-189fc7071c37-5d82077e, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df26-5d82077e, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df33-5d82077e, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df38-5d82077e, #w-node-_76338fa7-3a69-93d8-bf0f-63771b33df3c-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db88-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db8b-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db8e-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db90-5d82077e, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4cfd-5d82077e, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d0a-5d82077e, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d0f-5d82077e, #w-node-_047b5324-6b83-8e9d-efd8-b078acbd4d13-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db94-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db97-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db99-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db9b-5d82077e, #w-node-a3e9b417-79b1-bc09-8170-8da58121c294-5d82077e, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2a1-5d82077e, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2a6-5d82077e, #w-node-a3e9b417-79b1-bc09-8170-8da58121c2aa-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbaa-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbad-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb0-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb3-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7db9e-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba1-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba4-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dba6-5d82077e, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2d0-5d82077e, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2de-5d82077e, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2e3-5d82077e, #w-node-ed8d5627-a5c3-23da-cb5e-636ae42ea2e7-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbb7-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbba-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbbd-5d82077e, #w-node-c50f7de1-5daf-8429-b5a5-0cb2a9a7dbc0-5d82077e, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c71-5d82077e, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c7e-5d82077e, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c83-5d82077e, #w-node-_39715560-3e6b-b02d-9b12-655d80ab8c88-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e7566-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e7569-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e756b-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e756d-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e7570-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e7573-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e7576-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e7579-5d82077e, #w-node-_8197f651-83ee-c359-472f-468b170139c2-5d82077e, #w-node-_8197f651-83ee-c359-472f-468b170139cf-5d82077e, #w-node-_8197f651-83ee-c359-472f-468b170139d4-5d82077e, #w-node-_8197f651-83ee-c359-472f-468b170139d9-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e757e-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e7581-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e7584-5d82077e, #w-node-_9fd5242a-358b-3de4-b379-8469269e7587-5d82077e, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9dc-5d82077e, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9e9-5d82077e, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9ee-5d82077e, #w-node-_28cd410b-54df-feec-ce07-d326bef0f9f3-5d82077e, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a434-5d82077e, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a441-5d82077e, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a446-5d82077e, #w-node-_3837622c-075f-ecd0-6216-8dc4b4b8a44b-5d82077e, #w-node-fdd46644-b832-3058-27dd-87e94a094c29-5d82077e, #w-node-fdd46644-b832-3058-27dd-87e94a094c2c-5d82077e, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c1538c-5d82077e, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c1538d-5d82077e, #w-node-_9dccc5df-f093-7236-3f4c-5c6522c15390-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83469062-ae93-b86b-ac4e-a17d912b4c4d-5d82077e {
  justify-self: start;
}

#w-node-fdd46644-b832-3058-27dd-87e94a094c2f-5d82077e, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4ae-5d82077e, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4af-5d82077e, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4b8-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60ea9e9d-03c4-6565-f7df-b7d39b296089-5d82077e, #w-node-ee5ac16d-cfa5-723e-8857-7c2931d7a4b9-5d82077e {
  justify-self: start;
}

#w-node-c4c8b242-93d7-fe45-545a-b64af0744d4f-5d82077e, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d55-5d82077e, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d56-5d82077e, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d61-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4c8b242-93d7-fe45-545a-b64af0744d62-5d82077e, #w-node-c4c8b242-93d7-fe45-545a-b64af0744d63-5d82077e {
  justify-self: start;
}

#w-node-fdd46644-b832-3058-27dd-87e94a094c32-5d82077e, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed592c-5d82077e, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed592d-5d82077e, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed5930-5d82077e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2751f2c2-d32d-3fb5-b7d3-b807a818678b-5d82077e, #w-node-a89ea7bd-e189-1ce8-00be-573c0bed5931-5d82077e {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-c70cffa1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-c70cffa1, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f22-c70cffa1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-bdcea5f1-0da5-e6c6-d02b-d09958d6e403-fc604d32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_51531d8c-1354-cd77-46c9-935c0b9b5131-fc604d32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c05-fc604d72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e5a5792-13d3-19ef-e260-87f834701fdb-fc604db1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_1e5a5792-13d3-19ef-e260-87f834701ffe-fc604db1, #w-node-_1e5a5792-13d3-19ef-e260-87f834702021-fc604db1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_3f83c251-03a6-c029-1ed4-952aae4844a0-3d68fcd8 {
    justify-self: start;
  }

  #w-node-_7fd46a83-6875-1e93-4da8-b3895ed4e2ea-0e1221a4, #w-node-_8dcad216-1b6c-6bba-b3ce-ca7ace5759d7-0e1221a4 {
    place-self: center;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-f2d99de3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-f2d99de3, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f22-f2d99de3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-39457359 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-39457359 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-60ed7a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-60ed7a63, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f22-60ed7a63 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-2f105a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-2f105a66, #w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1df-2f105a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-20eae39c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-20eae39c, #w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1df-20eae39c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-0983a56c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-0983a56c, #w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1df-0983a56c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_52b4f32a-b748-f106-1667-046d42206dea-757fa818, #w-node-_7fd46a83-6875-1e93-4da8-b3895ed4e2ea-88de6de6, #w-node-_8dcad216-1b6c-6bba-b3ce-ca7ace5759d7-88de6de6 {
    place-self: center;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4eea-9c63510e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f06-9c63510e, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f22-9c63510e, #w-node-cde507bc-e402-b6d3-3559-1bea767ea104-9c63510e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_214dbfe8-9449-5db0-af8a-5f878019b814-bc558f03, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa486c1-bca31341, #w-node-b58dfabb-ef90-cf7c-71e1-a548f201b3a2-406cd86d, #w-node-d0edf46d-e181-aa6f-9917-c75e19af47cf-406cd86d, #w-node-_373c3d27-550f-2598-2327-6a281a029bc7-406cd86d {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1abf5a89-19b3-c216-93a5-a32ae18195e9-c70cffa1 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604d6e {
    align-self: start;
  }

  #w-node-_55814253-80c6-d802-07b2-56e406badc46-fc604d72 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_34ccfb24-e157-891e-7c5a-5465507864b2-fc604d90 {
    align-self: start;
  }

  #w-node-_09449846-0c5e-3a5a-b883-b5afe9117d10-fc604db1, #w-node-_4d5bfe33-5009-b250-be23-7659d75cad23-fc604db1 {
    justify-self: center;
  }

  #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604dcf, #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604dd1, #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604df3, #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-6c0af579, #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-09547a19 {
    align-self: start;
  }

  #w-node-_68fb74eb-1f33-3481-ea9f-8b518ff99a3f-8ff999d9, #w-node-c9d61ebd-0eca-1a5a-ce8c-1b430b00eb45-0b00eae2, #w-node-_150bd76e-bd77-636c-0d70-e528d467480d-d3e8c3f5, #w-node-_150bd76e-bd77-636c-0d70-e528d467480d-eb795d2f {
    grid-area: 3 / 1 / 5 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b915551f-ecd5-9a04-4304-faf0ee1dc38b-c70cffa1, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee8-c70cffa1, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f04-c70cffa1, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f20-c70cffa1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1abf5a89-19b3-c216-93a5-a32ae18195e9-c70cffa1 {
    grid-column: span 2 / span 2;
  }

  #w-node-f3ec551b-6ef5-f84c-fe77-aa44e56b8fed-c70cffa1, #w-node-ca1fd5f6-6d06-928a-aee6-1f7c350e2284-c70cffa1, #w-node-cf4f2c5b-47e4-8163-e93d-16827794e10d-fc604d32, #w-node-_0d962139-b007-9c42-8959-af66289b744e-fc604d32, #w-node-_33b1b77a-07e0-49da-2597-f592b8da5de0-fc604d32, #w-node-f3ec551b-6ef5-f84c-fe77-aa44e56b8fed-fc604d32, #w-node-ca1fd5f6-6d06-928a-aee6-1f7c350e2284-fc604d32, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604d6d, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-fc604d6d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-fc604d6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604d6e, #w-node-_85db2005-0b46-2b0c-e1e8-f707b0320ab2-fc604d6e {
    order: -9999;
  }

  #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604d70, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604d70, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604d72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_55814253-80c6-d802-07b2-56e406badc46-fc604d72 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604d76, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604d76, #w-node-bc64369a-4918-a26d-aa0a-e0b9db27e229-fc604d76, #w-node-bc64369a-4918-a26d-aa0a-e0b9db27e249-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-fc604d76, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-fc604d76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_34ccfb24-e157-891e-7c5a-5465507864b2-fc604d90, #w-node-_4a9f5d9a-1266-779e-58af-d1bfb68b7e39-fc604d90 {
    order: -9999;
  }

  #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604d93, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-fc604d93, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-fc604d93, #w-node-a94f6468-c508-da50-2330-f3feb3ab247b-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604dab, #w-node-_6513d19f-f499-b3b7-a7eb-0c28599f1236-fc604dab, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604dab, #w-node-_82919a5e-3d2f-04e7-6f25-f537274110a8-fc604dab, #w-node-_82919a5e-3d2f-04e7-6f25-f537274110c8-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-fc604dab, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-fc604dab, #w-node-_22990eab-a093-8152-472e-24590bc15bec-fc604db1, #w-node-_1e5a5792-13d3-19ef-e260-87f834701fd9-fc604db1, #w-node-_1e5a5792-13d3-19ef-e260-87f834701ffc-fc604db1, #w-node-_1e5a5792-13d3-19ef-e260-87f83470201f-fc604db1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09449846-0c5e-3a5a-b883-b5afe9117d10-fc604db1 {
    place-self: end start;
  }

  #w-node-c6894923-4413-9b47-f902-fc6e33df0452-fc604db1 {
    grid-row: span 1 / span 1;
  }

  #w-node-_4d5bfe33-5009-b250-be23-7659d75cad23-fc604db1 {
    place-self: end start;
  }

  #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604dc7, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-fc604dc7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604dc8, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed018-fc604dc8, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-fc604dc8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-fc604dc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604dcf, #w-node-_85db2005-0b46-2b0c-e1e8-f707b0320ab2-fc604dcf {
    order: -9999;
  }

  #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604dd0, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-fc604dd0, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-fc604dd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604dd1, #w-node-_85db2005-0b46-2b0c-e1e8-f707b0320ab2-fc604dd1 {
    order: -9999;
  }

  #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604de7, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-fc604de7, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604deb, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-fc604deb, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604dec, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-fc604dec, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-fc604dec, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc80-fc604ded, #w-node-_77743068-87bf-8079-d81a-b32fd307904c-fc604ded, #w-node-_242c6fe8-8fd6-0be8-b5cf-4272ffb9fc98-fc604ded, #w-node-_6faa78a7-9251-8265-f6a4-20f74d99eacc-fc604ded, #w-node-_640b611c-54e0-94b6-f8b9-67abf182f2f2-fc604ded, #w-node-d9fe8f10-d9ec-3bca-47aa-faf92d0a32c9-fc604ded, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-fc604df2, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-fc604df2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-fc604df2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-fc604df3, #w-node-_85db2005-0b46-2b0c-e1e8-f707b0320ab2-fc604df3 {
    order: -9999;
  }

  #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-4fb6b857, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed018-4fb6b857, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-4fb6b857, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-066dbfa1, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed018-066dbfa1, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-066dbfa1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-3d68fcd8, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-3d68fcd8, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-b8fc0e65, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed018-b8fc0e65, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-b8fc0e65, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-75e4951b, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed018-75e4951b, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-75e4951b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-75e4951b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-6c0af579, #w-node-_85db2005-0b46-2b0c-e1e8-f707b0320ab2-6c0af579 {
    order: -9999;
  }

  #w-node-c0461ce6-0eb4-0cae-8268-7641dbcee3c4-1383b4f6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-c36533c2, #w-node-_834d172d-ee40-cea7-ee30-948bb68ed018-c36533c2, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-c36533c2, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-8bd28c06, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-8bd28c06, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-f562391d, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-f562391d, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-f562391d, #w-node-_214dbfe8-9449-5db0-af8a-5f878019b7ff-0e1221a4, #w-node-_214dbfe8-9449-5db0-af8a-5f878019b81e-0e1221a4, #w-node-_214dbfe8-9449-5db0-af8a-5f878019b83c-0e1221a4, #w-node-cc144108-de91-2da1-e01f-d9e53d583728-0e1221a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f123c69-f5d8-740b-9967-036830646e0a-09547a19, #w-node-_85db2005-0b46-2b0c-e1e8-f707b0320ab2-09547a19 {
    order: -9999;
  }

  #w-node-b915551f-ecd5-9a04-4304-faf0ee1dc38b-f2d99de3, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee8-f2d99de3, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f04-f2d99de3, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f20-f2d99de3, #w-node-f3ec551b-6ef5-f84c-fe77-aa44e56b8fed-f2d99de3, #w-node-ca1fd5f6-6d06-928a-aee6-1f7c350e2284-f2d99de3, #w-node-_9dd98c05-002a-ee6d-5484-a60264a4a26d-39457359, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee8-39457359, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f04-39457359, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-74856f4b, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-74856f4b, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-74856f4b, #w-node-b915551f-ecd5-9a04-4304-faf0ee1dc38b-60ed7a63, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee8-60ed7a63, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f04-60ed7a63, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f20-60ed7a63, #w-node-f3ec551b-6ef5-f84c-fe77-aa44e56b8fed-60ed7a63, #w-node-ca1fd5f6-6d06-928a-aee6-1f7c350e2284-60ed7a63, #w-node-_9dd98c05-002a-ee6d-5484-a60264a4a26d-2f105a66, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee8-2f105a66, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f04-2f105a66, #w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1db-2f105a66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68fb74eb-1f33-3481-ea9f-8b518ff99a3f-8ff999d9 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-c4b12315, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-c4b12315 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9d61ebd-0eca-1a5a-ce8c-1b430b00eb45-0b00eae2 {
    grid-column: span 2 / span 2;
  }

  #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee8-20eae39c, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f04-20eae39c, #w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1db-20eae39c, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-e40b47d1, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-e40b47d1, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee8-0983a56c, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f04-0983a56c, #w-node-_4772a0f7-2599-cd27-a823-1558aaf0e1db-0983a56c, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-9a6199bf, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-9a6199bf, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-d3e8c3f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_150bd76e-bd77-636c-0d70-e528d467480d-d3e8c3f5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-88de6de6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c21-88de6de6, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-88de6de6, #w-node-dfabe621-a82e-8dae-4565-6d9a10e44873-88de6de6, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c0c-b0103f1e, #w-node-ae8be67d-fb1b-3df4-2450-4efe0ae61d6f-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c92-b0103f1e, #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45ca9-b0103f1e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_150bd76e-bd77-636c-0d70-e528d467480d-eb795d2f {
    grid-column: span 2 / span 2;
  }

  #w-node-_1969a7a0-e6bf-adc9-6545-410a4aad9244-9c63510e, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4ee8-9c63510e, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f04-9c63510e, #w-node-f2f90aef-efbe-bf19-6abe-7894f4ec4f20-9c63510e, #w-node-cde507bc-e402-b6d3-3559-1bea767ea102-9c63510e, #w-node-_214dbfe8-9449-5db0-af8a-5f878019b7ff-bc558f03, #w-node-_196f5992-6efb-d613-f6c0-9fa61aa486a7-bca31341, #w-node-_485904a8-7412-baf5-ecf8-be689893d50a-b1c62765, #w-node-_380593fa-85e4-3445-f855-b49dd93a5e61-b1c62765, #w-node-b58dfabb-ef90-cf7c-71e1-a548f201b37a-406cd86d, #w-node-d0edf46d-e181-aa6f-9917-c75e19af47c5-406cd86d, #w-node-_373c3d27-550f-2598-2327-6a281a029b9f-406cd86d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1abf5a89-19b3-c216-93a5-a32ae18195e9-c70cffa1 {
    grid-column: span 1 / span 1;
  }

  #w-node-cf4f2c5b-47e4-8163-e93d-16827794e10d-fc604d32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a425fdf-9ea3-0025-cdf6-cbcf00e45c34-fc604d70 {
    justify-self: start;
  }

  #w-node-_55814253-80c6-d802-07b2-56e406badc46-fc604d72 {
    grid-column: span 1 / span 1;
  }

  #w-node-a94f6468-c508-da50-2330-f3feb3ab247e-fc604dab, #w-node-_22990eab-a093-8152-472e-24590bc15bec-fc604db1, #w-node-ca310716-9b45-34a7-48a3-62f9c6085dba-fc604db1, #w-node-_321a57ef-4f26-d952-7572-04691e6168ea-fc604db1, #w-node-ea5e6007-8992-66c8-a1d1-3d4071d7c9d0-fc604db1, #w-node-_15dd070d-4870-f60c-38cd-eaf5fc73a397-fc604db1, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cdcf-fc604ded, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cdd3-fc604ded, #w-node-e8a64963-00a9-56f0-27ad-5bcff6148cdd-fc604ded {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68fb74eb-1f33-3481-ea9f-8b518ff99a3f-8ff999d9, #w-node-c9d61ebd-0eca-1a5a-ce8c-1b430b00eb45-0b00eae2, #w-node-_150bd76e-bd77-636c-0d70-e528d467480d-d3e8c3f5, #w-node-_150bd76e-bd77-636c-0d70-e528d467480d-eb795d2f {
    grid-column: span 1 / span 1;
  }

  #w-node-d7d01172-5254-e71d-21ca-ae225f3c692b-9c63510e, #w-node-_1969a7a0-e6bf-adc9-6545-410a4aad9247-9c63510e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Faktum';
  src: url('../fonts/Faktum-Bold.woff2') format('woff2'), url('../fonts/Faktum-Bold.eot') format('embedded-opentype'), url('../fonts/Faktum-Bold.woff') format('woff'), url('../fonts/Faktum-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variable font';
  src: url('../fonts/inter-variablefont_slntwght_2-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}