/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
:root {
  --button-border-radius: 10px;
  --button-font-size: 1.111rem;
  --button-hover-change: 10%;
  --button-margin: 1rem;
  --button-min-width: 0;
  --button-padding: .75rem 1.5rem;
  --button-box-shadow: none;
  --color-bg-btn-blue: var(--color-text-blue);
  --color-bg-btn-brown: var(--color-text-brown);
  --color-bg-btn-gray: var(--color-text-gray);
  --color-bg-btn-green: #4AA3A5;
  --color-bg-btn-orange: var(--color-text-orange);
  --color-bg-btn-pink: var(--color-text-pink);
  --color-bg-btn-purple: var(--color-text-purple);
  --color-bg-btn-red: var(--color-text-red);
  --color-bg-btn-yellow: var(--color-text-yellow);
  --color-text-bg-blue-light: var(--color-text-default);
  --color-text-bg-brown-light: var(--color-text-default);
  --color-text-bg-gray-light: var(--color-text-default);
  --color-text-bg-green-light: var(--color-text-default);
  --color-text-bg-orange-light: var(--color-text-default);
  --color-text-bg-pink-light: var(--color-text-default);
  --color-text-bg-purple-light: var(--color-text-default);
  --color-text-bg-red-light: var(--color-text-default);
  --color-text-bg-yellow-light: var(--color-text-default);
  --color-text-btn-blue: var(--color-text-default-light);
  --color-text-btn-brown: var(--color-text-default-light);
  --color-text-btn-gray: var(--color-text-default-light);
  --color-text-btn-green: var(--color-text-default-light);
  --color-text-btn-orange: var(--color-text-default-light);
  --color-text-btn-pink: var(--color-text-default-light);
  --color-text-btn-purple: var(--color-text-default-light);
  --color-text-btn-red: var(--color-text-default-light);
  --color-text-btn-yellow: var(--color-blue);
  --font-weight-h1: bold;
  --font-weight-h2: bold;
  --font-weight-h3: bold;
  --font-weight-h4: normal;
  --font-weight-h5: normal;
  --todo-font-weight: bold;
  --section-padding-multiplier-top: 6;
  --section-padding-multiplier-bottom: 6;
}

.super-root .bg-blue-light {
  color: var(--color-text-bg-blue-light);
}

.super-root .bg-brown-light {
  color: var(--color-text-bg-brown-light);
}

.super-root .bg-gray-light {
  color: var(--color-text-bg-gray-light);
}

.super-root .bg-green-light {
  color: var(--color-text-bg-green-light);
}

.super-root .bg-orange-light {
  color: var(--color-text-bg-orange-light);
}

.super-root .bg-pink-light {
  color: var(--color-text-bg-pink-light);
}

.super-root .bg-purple-light {
  color: var(--color-text-bg-purple-light);
}

.super-root .bg-red-light {
  color: var(--color-text-bg-red-light);
}

.super-root .bg-yellow-light {
  color: var(--color-text-bg-yellow-light);
}

/* Font Sizes */
.text-base, body {
  font-size: 0.875rem;
}
@media only screen and (min-width: 681px) {
  .text-base, body {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1500px) {
  .text-base, body {
    font-size: 1.125rem;
  }
}

.text-title {
  font-size: calc(var(--title-size) * 0.8);
}
@media only screen and (min-width: 681px) {
  .text-title {
    font-size: calc(var(--title-size));
  }
}

.text-h1, .super-root h1, .super-root h1.notion-heading {
  font-size: calc(var(--heading1-size) * 1);
}
@media only screen and (min-width: 681px) {
  .text-h1, .super-root h1, .super-root h1.notion-heading {
    font-size: calc(var(--heading1-size) * 1.5);
  }
}
@media only screen and (min-width: 860px) {
  .text-h1, .super-root h1, .super-root h1.notion-heading {
    font-size: calc(var(--heading1-size) * 2.2);
  }
}

.text-h2, .super-root h2, .super-root h2.notion-heading {
  font-size: calc(var(--heading2-size) * 1);
}
@media only screen and (min-width: 681px) {
  .text-h2, .super-root h2, .super-root h2.notion-heading {
    font-size: calc(var(--heading2-size) * 2.2);
  }
}

.text-h3, .super-root h3, .super-root h3.notion-heading {
  font-size: calc(var(--heading3-size) * 0.8);
}
@media only screen and (min-width: 681px) {
  .text-h3, .super-root h3, .super-root h3.notion-heading {
    font-size: calc(var(--heading3-size));
  }
}

.text-h4, .super-root h4, .super-root h4.notion-heading {
  font-size: calc(var(--heading4-size) * 0.8);
}
@media only screen and (min-width: 681px) {
  .text-h4, .super-root h4, .super-root h4.notion-heading {
    font-size: calc(var(--heading4-size));
  }
}

.text-h5, .super-root h5, .super-root h5.notion-heading {
  font-size: calc(var(--heading5-size) * 0.8);
}
@media only screen and (min-width: 681px) {
  .text-h5, .super-root h5, .super-root h5.notion-heading {
    font-size: calc(var(--heading5-size));
  }
}

.text-h2 .highlighted-color, .super-root h2 .highlighted-color,
.text-h3 .highlighted-color,
.super-root h3 .highlighted-color {
  font-weight: normal;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--secondary-font);
}

.super-root h3, .super-root h3.notion-heading {
  margin-bottom: 12px;
}
article.notion-root .notion-column > h1.notion-heading + h3.notion-heading {
  margin-top: var(--padding-layout);
}
article.notion-root > .notion-column-list > .notion-column > h1,
article.notion-root > .notion-callout > .notion-callout__content > h1,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > h1 {
  text-align: center;
}
article.notion-root > .notion-column-list > .notion-column > h1,
article.notion-root > .notion-callout > .notion-callout__content > h1,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > h1 {
  margin-bottom: 2rem;
}
article.notion-root > .notion-column-list > .notion-column > h2,
article.notion-root > .notion-callout > .notion-callout__content > h2,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > h2 {
  margin-bottom: 1.5rem;
}
article.notion-root > .notion-column-list > .notion-column > h3,
article.notion-root > .notion-callout > .notion-callout__content > h3,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > h3 {
  margin-bottom: 2rem;
}

.callout-card, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-],
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-],
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] {
  display: flex;
  padding: 16px;
}
@media only screen and (min-width: 681px) {
  .callout-card, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-],
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-],
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] {
    padding: 32px;
  }
}
@media only screen and (min-width: 1500px) {
  .callout-card, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-],
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-],
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] {
    padding: 64px;
  }
}
@media only screen and (min-width: 681px) {
  .callout-card, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-],
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-],
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] {
    min-height: 100%;
  }
}
.callout-card.bg-orange-light, article.notion-root > .notion-column-list > .notion-column > .bg-orange-light.notion-callout[class*=bg-],
article.notion-root > .notion-callout > .notion-callout__content > .bg-orange-light.notion-callout[class*=bg-],
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .bg-orange-light.notion-callout[class*=bg-] {
  color: var(--color-text-default);
}
.callout-card.bg-orange-light .notion-checkbox, article.notion-root > .notion-column-list > .notion-column > .bg-orange-light.notion-callout[class*=bg-] .notion-checkbox,
article.notion-root > .notion-callout > .notion-callout__content > .bg-orange-light.notion-callout[class*=bg-] .notion-checkbox,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .bg-orange-light.notion-callout[class*=bg-] .notion-checkbox {
  background: var(--color-text-default) !important;
}
.callout-card.bg-orange-light .notion-checkbox svg, article.notion-root > .notion-column-list > .notion-column > .bg-orange-light.notion-callout[class*=bg-] .notion-checkbox svg,
article.notion-root > .notion-callout > .notion-callout__content > .bg-orange-light.notion-callout[class*=bg-] .notion-checkbox svg,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .bg-orange-light.notion-callout[class*=bg-] .notion-checkbox svg {
  fill: var(--color-orange);
}
.callout-card.bg-purple-light, article.notion-root > .notion-column-list > .notion-column > .bg-purple-light.notion-callout[class*=bg-],
article.notion-root > .notion-callout > .notion-callout__content > .bg-purple-light.notion-callout[class*=bg-],
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .bg-purple-light.notion-callout[class*=bg-] {
  color: var(--color-text-default-light);
}
.callout-card.bg-purple-light .notion-checkbox, article.notion-root > .notion-column-list > .notion-column > .bg-purple-light.notion-callout[class*=bg-] .notion-checkbox,
article.notion-root > .notion-callout > .notion-callout__content > .bg-purple-light.notion-callout[class*=bg-] .notion-checkbox,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .bg-purple-light.notion-callout[class*=bg-] .notion-checkbox {
  background: var(--color-text-default-light) !important;
}
.callout-card.bg-purple-light .notion-checkbox svg, article.notion-root > .notion-column-list > .notion-column > .bg-purple-light.notion-callout[class*=bg-] .notion-checkbox svg,
article.notion-root > .notion-callout > .notion-callout__content > .bg-purple-light.notion-callout[class*=bg-] .notion-checkbox svg,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .bg-purple-light.notion-callout[class*=bg-] .notion-checkbox svg {
  fill: var(--color-purple);
}
.callout-card .notion-callout__content, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-callout__content,
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-] .notion-callout__content,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-callout__content {
  position: relative;
  margin: 0;
  overflow: visible;
  padding-bottom: 160px;
}
@media only screen and (min-width: 860px) {
  .callout-card .notion-callout__content, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-callout__content,
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-] .notion-callout__content,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-callout__content {
    padding-bottom: 128px;
  }
}
.callout-card .notion-callout__icon, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-callout__icon,
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-] .notion-callout__icon,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-callout__icon {
  display: none;
}
.callout-card .notion-image, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-image,
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-] .notion-image,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-image {
  max-width: none;
  margin-top: -16px;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (min-width: 681px) {
  .callout-card .notion-image, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-image,
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-] .notion-image,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-image {
    margin-top: -32px;
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media only screen and (min-width: 1500px) {
  .callout-card .notion-image, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-image,
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-] .notion-image,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] .notion-image {
    margin-top: -64px;
    margin-left: -64px;
    margin-right: -64px;
  }
}
.callout-card blockquote, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-] blockquote,
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-] blockquote,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] blockquote {
  position: absolute;
  bottom: 16px;
  margin: 32px 0 16px;
  width: 100%;
}
@media only screen and (min-width: 681px) {
  .callout-card h2.notion-heading, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-] h2.notion-heading,
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-] h2.notion-heading,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] h2.notion-heading {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1180px) {
  .callout-card h2.notion-heading, article.notion-root > .notion-column-list > .notion-column > .notion-callout[class*=bg-] h2.notion-heading,
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout[class*=bg-] h2.notion-heading,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > .notion-callout[class*=bg-] h2.notion-heading {
    font-size: 52px;
  }
}

.column-swiper, .notion-callout.color-gray-light.border {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
  margin: 3rem 0 2rem;
  overflow: visible;
}
.column-swiper > .notion-callout__content, .notion-callout.color-gray-light.border > .notion-callout__content {
  display: flex;
  flex-direction: row;
  margin: 0;
  overflow: visible;
}
.column-swiper > .notion-callout__content > .notion-callout, .notion-callout.color-gray-light.border > .notion-callout__content > .notion-callout {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 2rem;
  height: initial;
}
.column-swiper > .notion-callout__content > .notion-callout > .notion-callout__icon > span, .notion-callout.color-gray-light.border > .notion-callout__content > .notion-callout > .notion-callout__icon > span {
  width: 42px !important;
  height: 42px !important;
}
.column-swiper > .notion-callout__content > .notion-callout > .notion-callout__content, .notion-callout.color-gray-light.border > .notion-callout__content > .notion-callout > .notion-callout__content {
  text-align: left;
  margin: 0;
}
.column-swiper > .notion-callout__content > .notion-callout > .notion-callout__content > .notion-semantic-string, .notion-callout.color-gray-light.border > .notion-callout__content > .notion-callout > .notion-callout__content > .notion-semantic-string {
  display: block;
  margin: 0.5rem 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: bold;
}
.column-swiper > .notion-callout__icon, .notion-callout.color-gray-light.border > .notion-callout__icon {
  display: none;
}

.container, .super-root .super-navbar__content, article.notion-root > .notion-callout > .notion-callout__content, article.notion-root > .notion-embed > .notion-callout__content, .sectionContainer, article.notion-root > div.notion-column-list {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--layout-max-width);
  padding-left: var(--padding-left-mobile);
  padding-right: var(--padding-right-mobile);
}
@media only screen and (min-width: 681px) {
  .container, .super-root .super-navbar__content, article.notion-root > .notion-callout > .notion-callout__content, article.notion-root > .notion-embed > .notion-callout__content, .sectionContainer, article.notion-root > div.notion-column-list {
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
  }
}

.deco-container, .notion-callout.color-pink-light.border {
  position: relative;
  border: none;
  border-radius: 0 !important;
  overflow: visible;
  padding: 0;
  margin: 2rem 0 0;
  min-width: 300px;
}
@media only screen and (min-width: 860px) {
  .deco-container, .notion-callout.color-pink-light.border {
    max-width: 100%;
    margin: 160px 0 auto;
  }
}
@media only screen and (min-width: 1180px) {
  .deco-container, .notion-callout.color-pink-light.border {
    margin: 0 0 auto;
  }
}
.deco-container > .notion-callout__content, .notion-callout.color-pink-light.border > .notion-callout__content {
  display: flex;
}
.deco-container > .notion-callout__icon, .notion-callout.color-pink-light.border > .notion-callout__icon {
  min-width: 0;
  width: 0;
  position: static;
  z-index: -1;
}
.deco-container > .notion-callout__icon img, .notion-callout.color-pink-light.border > .notion-callout__icon img {
  content-visibility: hidden;
  height: 0 !important;
}
.deco-container > .notion-callout__icon img[src*=blue], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*=blue] {
  background-color: var(--color-blue);
}
.deco-container > .notion-callout__icon img[src*=brown], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*=brown] {
  background-color: var(--color-brown);
}
.deco-container > .notion-callout__icon img[src*=gray], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*=gray] {
  background-color: var(--color-gray);
}
.deco-container > .notion-callout__icon img[src*=green], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*=green] {
  background-color: var(--color-green);
}
.deco-container > .notion-callout__icon img[src*=orange], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*=orange] {
  background-color: var(--color-orange);
}
.deco-container > .notion-callout__icon img[src*=pink], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*=pink] {
  background-color: var(--color-pink);
}
.deco-container > .notion-callout__icon img[src*=purple], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*=purple] {
  background-color: var(--color-purple);
}
.deco-container > .notion-callout__icon img[src*=red], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*=red] {
  background-color: var(--color-red);
}
.deco-container > .notion-callout__icon img[src*=yellow], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*=yellow] {
  background-color: var(--color-yellow);
}
.deco-container > .notion-callout__icon img[src*="/phone_"], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*="/phone_"] {
  position: absolute;
  bottom: 0;
  right: 30%;
  border-radius: 32px;
  width: 76% !important;
  padding-bottom: 52% !important;
  max-height: 350px;
}
.deco-container > .notion-callout__icon img[src*="/camera-roll_"], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*="/camera-roll_"] {
  position: absolute;
  top: -2rem;
  right: -2.8rem;
  border-radius: 32px;
  width: 90% !important;
  padding-bottom: 73% !important;
}
.deco-container > .notion-callout__icon img[src*="/cards_"], .notion-callout.color-pink-light.border > .notion-callout__icon img[src*="/cards_"] {
  position: absolute;
  top: -2rem;
  left: -2rem;
  border-radius: 32px;
  width: 85% !important;
  padding-bottom: 66% !important;
}

.sectionResets, .sectionContainer, article.notion-root > div.notion-column-list, .section, article.notion-root > .notion-callout, article.notion-root > .notion-embed {
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.section, article.notion-root > .notion-callout, article.notion-root > .notion-embed {
  padding: calc(var(--padding-layout)) 0;
}
@media only screen and (min-width: 681px) {
  .section, article.notion-root > .notion-callout, article.notion-root > .notion-embed {
    padding-top: calc(var(--padding-layout) * var(--section-padding-multiplier-top));
    padding-bottom: calc(var(--padding-layout) * var(--section-padding-multiplier-bottom));
    padding-left: 0;
    padding-right: 0;
  }
}

.sectionContainer, article.notion-root > div.notion-column-list {
  padding-top: var(--padding-layout);
  padding-bottom: var(--padding-layout);
}
@media only screen and (min-width: 681px) {
  .sectionContainer, article.notion-root > div.notion-column-list {
    padding-top: calc(var(--padding-layout) * var(--section-padding-multiplier-top));
    padding-bottom: calc(var(--padding-layout) * var(--section-padding-multiplier-bottom));
  }
}

.selling-point, .selling-point-grid > .notion-callout__content > .notion-callout, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout {
  margin: 0 auto;
  position: relative;
  padding: 2rem;
  border-radius: 1.5rem;
  border-style: none;
  text-align: center;
  overflow: visible;
  width: 100%;
  max-width: 520px;
}
.selling-point .notion-callout__icon, .selling-point-grid > .notion-callout__content > .notion-callout .notion-callout__icon, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout .notion-callout__icon, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout .notion-callout__icon {
  display: none;
}
.selling-point > .notion-callout__content, .selling-point-grid > .notion-callout__content > .notion-callout > .notion-callout__content, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content {
  overflow: visible;
  margin: 0 auto;
}
.selling-point > .notion-callout__content > .notion-semantic-string, .selling-point-grid > .notion-callout__content > .notion-callout > .notion-callout__content > .notion-semantic-string, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content > .notion-semantic-string, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content > .notion-semantic-string, .selling-point > .notion-callout__content h3, .selling-point-grid > .notion-callout__content > .notion-callout > .notion-callout__content h3, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content h3, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content h3 {
  line-height: 1.25em;
  font-size: 2rem;
}
.selling-point > .notion-callout__content .notion-image, .selling-point-grid > .notion-callout__content > .notion-callout > .notion-callout__content .notion-image, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content .notion-image, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content .notion-image {
  margin: 1.5rem auto;
  width: 160px;
}
.selling-point > .notion-callout__content .notion-text, .selling-point-grid > .notion-callout__content > .notion-callout > .notion-callout__content .notion-text, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content .notion-text, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content .notion-text {
  margin: 0 auto;
  min-height: auto;
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.875em;
  width: 240px;
}
.selling-point > .notion-callout__content .notion-text__content, .selling-point-grid > .notion-callout__content > .notion-callout > .notion-callout__content .notion-text__content, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content .notion-text__content, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-callout > .notion-callout__content .notion-text__content {
  padding: 0;
}

.selling-point-grid, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light {
  margin-top: 2rem;
  border-style: none;
  padding: 0;
}
.selling-point-grid > .notion-callout__icon, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__icon, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__icon {
  display: none;
}
.selling-point-grid > .notion-callout__content, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content {
  display: grid;
  gap: 1rem;
  margin-left: 0;
}
@media only screen and (min-width: 1180px) {
  .selling-point-grid > .notion-callout__content, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content {
    grid-template-columns: repeat(3, minmax(240px, 1fr));
  }
}
.selling-point-grid > .notion-callout__content > .notion-semantic-string, article.notion-root > .notion-callout > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-semantic-string, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout.color-purple-light > .notion-callout__content > .notion-semantic-string {
  display: none;
}
.three-grid, .notion-callout.color-brown-light.border {
  border: none;
  padding: 0;
  margin: 1rem 0;
}
.three-grid .notion-callout__icon, .notion-callout.color-brown-light.border .notion-callout__icon {
  display: none;
}
.three-grid > .notion-callout__content, .notion-callout.color-brown-light.border > .notion-callout__content {
  display: flex;
  margin: 0;
  gap: 16px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 681px) {
  .three-grid > .notion-callout__content, .notion-callout.color-brown-light.border > .notion-callout__content {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
.three-grid > .notion-callout__content > .notion-semantic-string, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-semantic-string {
  display: none;
}
.three-grid > .notion-callout__content > .notion-callout, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-callout {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin: 0;
  padding: 2rem;
  max-width: 420px;
}
@media only screen and (min-width: 681px) {
  .three-grid > .notion-callout__content > .notion-callout, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-callout {
    max-width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 1180px) {
  .three-grid > .notion-callout__content > .notion-callout, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-callout {
    flex-basis: 220px;
  }
}
.three-grid > .notion-callout__content > .notion-callout > .notion-callout__icon > span, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-callout > .notion-callout__icon > span {
  width: 42px !important;
  height: 42px !important;
}
.three-grid > .notion-callout__content > .notion-callout > .notion-callout__content, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-callout > .notion-callout__content {
  margin: 0;
}
.three-grid > .notion-callout__content > .notion-callout > .notion-callout__content > .notion-semantic-string, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-callout > .notion-callout__content > .notion-semantic-string {
  display: block;
  margin: 0.5rem 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: bold;
}
.three-grid > .notion-callout__content > .notion-callout > .notion-callout__content .notion-image, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-callout > .notion-callout__content .notion-image {
  margin: -0.75rem auto 2rem;
  width: 120px;
}
.three-grid > .notion-callout__content > .notion-callout > .notion-callout__content h3, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-callout > .notion-callout__content h3 {
  display: flex;
  max-width: 240px;
  min-height: 52px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
}
.three-grid > .notion-callout__content > .notion-callout > .notion-callout__content .notion-text, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-callout > .notion-callout__content .notion-text {
  margin: 0 auto;
  max-width: 240px;
}
.three-grid > .notion-callout__content > .notion-image, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-image {
  display: none;
  position: relative;
  margin: 0;
  border-radius: 32px;
  align-self: auto !important;
}
.three-grid > .notion-callout__content > .notion-image img, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-image img {
  border-radius: 32px;
  object-fit: cover;
}
@media only screen and (min-width: 681px) {
  .three-grid > .notion-callout__content > .notion-image, .notion-callout.color-brown-light.border > .notion-callout__content > .notion-image {
    display: flex;
  }
}

.faq-section > .notion-callout__content > .notion-column-list, .notion-callout.color-yellow-light.border > .notion-callout__content > .notion-column-list {
  flex-direction: column;
}
@media only screen and (min-width: 1180px) {
  .faq-section > .notion-callout__content > .notion-column-list, .notion-callout.color-yellow-light.border > .notion-callout__content > .notion-column-list {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1179px) {
  .faq-section > .notion-callout__content > .notion-column-list > .notion-column, .notion-callout.color-yellow-light.border > .notion-callout__content > .notion-column-list > .notion-column {
    width: 100% !important;
    margin-inline-start: unset !important;
  }
}

.image-highlight-section, .notion-callout.color-green-light.border {
  position: relative;
  color: var(--color-text-default-light);
}
.image-highlight-section .notion-callout__content, .notion-callout.color-green-light.border .notion-callout__content {
  text-align: center;
  margin-bottom: 24px;
}
.image-highlight-section h1, .notion-callout.color-green-light.border h1, .image-highlight-section h2, .notion-callout.color-green-light.border h2 {
  font-size: 40px;
}
@media only screen and (min-width: 681px) {
  .image-highlight-section h1, .notion-callout.color-green-light.border h1, .image-highlight-section h2, .notion-callout.color-green-light.border h2 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1180px) {
  .image-highlight-section h1, .notion-callout.color-green-light.border h1, .image-highlight-section h2, .notion-callout.color-green-light.border h2 {
    font-size: 128px;
  }
}
.image-highlight-section .notion-text, .notion-callout.color-green-light.border .notion-text {
  font-size: 24px;
}
@media only screen and (min-width: 681px) {
  .image-highlight-section .notion-text, .notion-callout.color-green-light.border .notion-text {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1180px) {
  .image-highlight-section .notion-text, .notion-callout.color-green-light.border .notion-text {
    font-size: 40px;
  }
}
.image-highlight-section .notion-image, .notion-callout.color-green-light.border .notion-image {
  z-index: -1;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-highlight-section .notion-image img, .notion-callout.color-green-light.border .notion-image img {
  object-fit: cover !important;
}
.image-highlight-section .notion-image > span, .notion-callout.color-green-light.border .notion-image > span {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

article.notion-root > .notion-callout, article.notion-root > .notion-embed {
  border-style: none;
}
article.notion-root > .notion-callout > .notion-callout__icon, article.notion-root > .notion-embed > .notion-callout__icon {
  display: none;
}
article.notion-root > .notion-callout > .notion-callout__content, article.notion-root > .notion-embed > .notion-callout__content {
  overflow: visible;
}
article.notion-root > .notion-callout > .notion-callout__content > .notion-callout, article.notion-root > .notion-embed > .notion-callout__content > .notion-callout {
  border: none;
}
article.notion-root > .notion-callout.bg-green-light {
  background: #4AA3A5;
}

.notion-callout.bg-gray-light {
  text-align: center;
}

.notion-callout.bg-blue-light {
  background-color: var(--color-blue);
}

.checkbox, article.notion-root .notion-checkbox {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.6rem;
  background-color: var(--color-checkbox-bg);
}
.checkbox > svg, article.notion-root .notion-checkbox > svg {
  width: 0.5rem;
  height: 0.5rem;
}

.notion-collection > .notion-collection__header-wrapper {
  display: none;
}

.swiper, .testimonials, article.notion-root .notion-collection-board {
  position: relative;
}
.swiper-navigation-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.swiper-pagination, .swiper__indicator-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  bottom: 0;
  height: 24px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 681px) {
  .swiper-pagination, .swiper__indicator-container {
    height: 48px;
  }
}
.swiper-pagination-bullet, .swiper__indicator {
  display: inline-flex;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet.active, .swiper__indicator-active, .swiper__indicator.active {
  background-color: #ffffff;
}
.swiper-pagination-bullet:hover, .swiper__indicator:hover {
  opacity: 0.5;
}
.swiper__controller-prev, .swiper__controller-next {
  position: absolute;
  cursor: pointer;
  bottom: 8px;
  width: 13px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 681px) {
  .swiper__controller-prev, .swiper__controller-next {
    bottom: 50%;
    width: 40px;
    height: 48px;
  }
}
.swiper__controller-prev:hover, .swiper__controller-next:hover {
  opacity: 0.5;
}
.swiper-button-prev, .swiper-button-next, .swiper__controller-prev, .swiper__controller-next {
  display: inline-block;
  cursor: pointer;
  width: 40px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
.swiper-button-prev, .swiper__controller-prev {
  left: 16px;
  background-image: url(../img/arrow-left.png);
}
@media only screen and (min-width: 681px) {
  .swiper-button-prev, .swiper__controller-prev {
    left: -70px;
  }
}
.swiper-button-next, .swiper__controller-next {
  right: 16px;
  background-image: url(../img/arrow-right.png);
}
@media only screen and (min-width: 681px) {
  .swiper-button-next, .swiper__controller-next {
    right: -70px;
  }
}
.swiper .hidden, .testimonials .hidden, article.notion-root .notion-collection-board .hidden {
  display: none !important;
}

.testimonials, article.notion-root .notion-collection-board {
  display: block;
  border: none;
  overflow: visible;
  white-space: nowrap;
}
.testimonials > .notion-collection__header-wrapper, article.notion-root .notion-collection-board > .notion-collection__header-wrapper {
  display: none;
}
.testimonials .notion-collection-board__column-header, article.notion-root .notion-collection-board .notion-collection-board__column-header {
  display: none;
}
.testimonials .notion-collection-board__column, article.notion-root .notion-collection-board .notion-collection-board__column {
  display: inline-block;
  width: 100%;
}
.testimonials .notion-collection-board__item .notion-collection-card, article.notion-root .notion-collection-board .notion-collection-board__item .notion-collection-card {
  padding: 2rem;
  border-radius: 32px;
  background-color: var(--color-yellow);
  color: var(--color-text-default);
}
.testimonials .notion-collection-card__content, article.notion-root .notion-collection-board .notion-collection-card__content {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 32px;
  position: relative;
}
@media only screen and (min-width: 681px) {
  .testimonials .notion-collection-card__content, article.notion-root .notion-collection-board .notion-collection-card__content {
    padding: 0.5rem;
  }
}
.testimonials .notion-collection-card__property-list, article.notion-root .notion-collection-board .notion-collection-card__property-list {
  display: grid;
  grid-template-columns: auto 1fr;
}
.testimonials .notion-collection-card__property:first-child, article.notion-root .notion-collection-board .notion-collection-card__property:first-child {
  font-size: 16px;
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 16px 0;
}
@media only screen and (min-width: 681px) {
  .testimonials .notion-collection-card__property:first-child, article.notion-root .notion-collection-board .notion-collection-card__property:first-child {
    font-size: 22px;
  }
}
.testimonials .notion-collection-card__property:nth-child(2) .notion-property__text > span:after, article.notion-root .notion-collection-board .notion-collection-card__property:nth-child(2) .notion-property__text > span:after {
  content: "-";
  padding: 0 4px;
}
.testimonials .notion-property__text > span, article.notion-root .notion-collection-board .notion-property__text > span {
  display: inline-block;
}
.testimonials .notion-property__title > .notion-semantic-string, article.notion-root .notion-collection-board .notion-property__title > .notion-semantic-string {
  margin-top: 12px;
  display: flex;
  gap: 32px;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 16px;
}
@media only screen and (min-width: 681px) {
  .testimonials .notion-property__title > .notion-semantic-string, article.notion-root .notion-collection-board .notion-property__title > .notion-semantic-string {
    font-size: 22px;
    gap: 48px;
  }
}
.testimonials .notion-property__title > .notion-semantic-string > span, article.notion-root .notion-collection-board .notion-property__title > .notion-semantic-string > span {
  font-weight: bold;
  line-height: 1.3em;
}
.testimonials .notion-property__title__icon-wrapper, article.notion-root .notion-collection-board .notion-property__title__icon-wrapper, .testimonials .notion-property__title__icon-wrapper > span, article.notion-root .notion-collection-board .notion-property__title__icon-wrapper > span {
  width: 64px !important;
  height: 64px !important;
}

.gallery, article.notion-root .notion-collection-gallery {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
}
.gallery .notion-collection-card.gallery, article.notion-root .notion-collection-gallery .notion-collection-card.gallery, .gallery article.notion-root .notion-collection-card.notion-collection-gallery, article.notion-root .gallery .notion-collection-card.notion-collection-gallery, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery {
  border: none;
  border-radius: 0;
  text-align: center;
  pointer-events: none;
}
.gallery .notion-collection-card.gallery .notion-collection-card__content, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__content, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__content, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__content, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__content {
  padding: 0 1.5rem 1.5rem;
}
.gallery .notion-collection-card.gallery .notion-collection-card__property-list, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__property-list, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__property-list, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property-list, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property-list {
  margin-top: 0;
}
.gallery .notion-collection-card.gallery .notion-collection-card__property, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__property, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__property, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property {
  margin: 0 auto;
  justify-content: space-between;
  max-width: 178px;
  line-height: 1rem;
}
.gallery .notion-collection-card.gallery .notion-collection-card__property .notion-property__text, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__property .notion-property__text, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__property .notion-property__text, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property .notion-property__text, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property .notion-property__text {
  overflow: visible;
  width: 52px;
}
.gallery .notion-collection-card.gallery .notion-collection-card__property .notion-semantic-string, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__property .notion-semantic-string, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__property .notion-semantic-string, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property .notion-semantic-string, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property .notion-semantic-string {
  overflow: visible;
}
.gallery .notion-collection-card.gallery .notion-collection-card__property:first-child, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__property:first-child, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__property:first-child, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:first-child, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:first-child {
  width: 140px;
}
.gallery .notion-collection-card.gallery .notion-collection-card__property:first-child::before, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__property:first-child::before, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__property:first-child::before, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:first-child::before, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:first-child::before {
  content: "Gesamtvolumen";
  margin-right: 4px;
}
.gallery .notion-collection-card.gallery .notion-collection-card__property:nth-child(2), article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__property:nth-child(2), .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(2), article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(2), article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(2) {
  margin-top: 0.5rem;
}
.gallery .notion-collection-card.gallery .notion-collection-card__property:nth-child(2)::before, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__property:nth-child(2)::before, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(2)::before, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(2)::before, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(2)::before {
  content: "Assetklasse:";
}
.gallery .notion-collection-card.gallery .notion-collection-card__property:nth-child(3)::before, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__property:nth-child(3)::before, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(3)::before, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(3)::before, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(3)::before {
  content: "Laufzeit:";
}
.gallery .notion-collection-card.gallery .notion-collection-card__property:nth-child(4)::before, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__property:nth-child(4)::before, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(4)::before, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(4)::before, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(4)::before {
  content: "Rendite:";
}
.gallery .notion-collection-card.gallery .notion-collection-card__property:nth-child(5), article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-collection-card__property:nth-child(5), .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(5), article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(5), article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-collection-card__property:nth-child(5) {
  justify-content: center;
  font-weight: bold;
  width: 240px;
  margin-top: 0.75rem;
}
.gallery .notion-collection-card.gallery .notion-property__number, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-property__number, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-property__number, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-property__number, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-property__number {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
}
.gallery .notion-collection-card.gallery .notion-property__number__progress-bar > div, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-property__number__progress-bar > div, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-property__number__progress-bar > div, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-property__number__progress-bar > div, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-property__number__progress-bar > div {
  height: 12px;
  background: var(--color-yellow) !important;
}
.gallery .notion-collection-card.gallery .notion-property__number__progress-value, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-property__number__progress-value, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-property__number__progress-value, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-property__number__progress-value, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-property__number__progress-value {
  margin-top: 0.5rem;
}
.gallery .notion-collection-card.gallery .notion-property__number > p::after, article.notion-root .notion-collection-gallery .notion-collection-card.gallery .notion-property__number > p::after, .gallery article.notion-root .notion-collection-card.notion-collection-gallery .notion-property__number > p::after, article.notion-root .gallery .notion-collection-card.notion-collection-gallery .notion-property__number > p::after, article.notion-root .notion-collection-gallery .notion-collection-card.notion-collection-gallery .notion-property__number > p::after {
  content: "% bereits investiert";
}
.gallery .notion-property__title, article.notion-root .notion-collection-gallery .notion-property__title {
  margin-top: 0.5rem;
  justify-content: center;
  font-size: 18px;
  min-height: 50px;
  align-items: center;
}

@media only screen and (min-width: 860px) and (max-width: 1179px) {
  article.notion-root > .notion-column-list > .notion-column:first-child > .notion-heading:first-child {
    width: 160%;
  }
}
@media only screen and (min-width: 681px) and (max-width: -1px) {
  article.notion-root > .notion-column-list > .notion-column:nth-child(2) > .notion-heading:first-child {
    width: 220%;
    left: -115%;
  }
}
@media only screen and (max-width: 680px) {
  article.notion-root > .notion-column-list > .notion-column {
    padding-left: var(--padding-left-mobile);
    padding-right: var(--padding-right-mobile);
  }
}
@media only screen and (max-width: 859px) {
  article.notion-root > .notion-column-list > .notion-column {
    justify-content: end;
  }
}

.big-divider, article.notion-root > .notion-column-list > .notion-divider,
article.notion-root > .notion-callout > .notion-callout__content > .notion-divider {
  margin: 8px auto;
  border-bottom: var(--divider-border);
  border-width: 6px;
  border-radius: 6px;
  border-color: var(--color-red);
  width: 120px;
}

article.notion-root > .notion-column-list > .notion-column > h2 + .notion-divider,
article.notion-root > .notion-callout > .notion-callout__content > h2 + .notion-divider,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column > h2 + .notion-divider {
  margin-top: -48px;
}

article.notion-root .notion-heading {
  margin-bottom: 0.3em;
}
article.notion-root h1.notion-heading {
  font-weight: var(--font-weight-h1);
}
article.notion-root h2.notion-heading {
  font-weight: var(--font-weight-h2);
}
article.notion-root h3.notion-heading {
  font-weight: var(--font-weight-h3);
}
article.notion-root h4.notion-heading {
  font-weight: var(--font-weight-h4);
}
article.notion-root h5.notion-heading {
  font-weight: var(--font-weight-h5);
}

.pill, article.notion-root .notion-pill {
  display: inline-block;
  text-align: center;
  padding: 2px;
  font-size: 0.75rem;
  /* font-weight: 600; */
  border-radius: 8px;
}

article.notion-root .notion-property__select {
  margin: 0 -0.5rem;
}
article.notion-root .notion-property__select > .notion-pill {
  display: inline-block;
  margin: 0.25rem 0.5rem;
  padding: 0.25rem 0.5rem;
  max-width: none;
}

.button, .super-root .super-navbar__cta, article.notion-root blockquote.notion-quote {
  text-align: center;
  justify-content: center;
  padding: var(--button-padding);
  min-width: var(--button-min-width);
  border-radius: var(--button-border-radius);
  transition: background 100ms ease-in, box-shadow 100ms ease-in !important;
  box-shadow: var(--button-box-shadow);
  font-weight: 500;
  font-size: var(--button-font-size);
  margin: var(--button-margin) auto var(--button-margin) 0;
  cursor: pointer;
  color: var(--color-text-btn-blue);
  color: var(--color-text-btn-brown);
  color: var(--color-text-btn-gray);
  color: var(--color-text-btn-green);
  color: var(--color-text-btn-orange);
  color: var(--color-text-btn-pink);
  color: var(--color-text-btn-purple);
  color: var(--color-text-btn-red);
  color: var(--color-text-btn-yellow);
}
@media only screen and (min-width: 681px) {
  .button, .super-root .super-navbar__cta, article.notion-root blockquote.notion-quote {
    display: inline-block;
  }
}
.button span, .super-root .super-navbar__cta span, article.notion-root blockquote.notion-quote span {
  flex-grow: 1;
}
.button a, .super-root .super-navbar__cta a, article.notion-root blockquote.notion-quote a {
  padding: 0;
  border-bottom: none;
  width: 100%;
  text-align: center;
  opacity: 1;
}
.button.bg-blue, .super-root .bg-blue.super-navbar__cta, article.notion-root blockquote.bg-blue.notion-quote {
  background: var(--color-bg-btn-blue);
}
.button.bg-blue:hover, .super-root .bg-blue.super-navbar__cta:hover, article.notion-root blockquote.bg-blue.notion-quote:hover {
  background: hsl(var(--blue-h), var(--blue-s), calc(var(--blue-l) + var(--button-hover-change)));
}
.button.bg-brown, .super-root .bg-brown.super-navbar__cta, article.notion-root blockquote.bg-brown.notion-quote {
  background: var(--color-bg-btn-brown);
}
.button.bg-brown:hover, .super-root .bg-brown.super-navbar__cta:hover, article.notion-root blockquote.bg-brown.notion-quote:hover {
  background: hsl(var(--brown-h), var(--brown-s), calc(var(--brown-l) + var(--button-hover-change)));
}
.button.bg-gray, .super-root .bg-gray.super-navbar__cta, article.notion-root blockquote.bg-gray.notion-quote {
  background: var(--color-bg-btn-gray);
}
.button.bg-gray:hover, .super-root .bg-gray.super-navbar__cta:hover, article.notion-root blockquote.bg-gray.notion-quote:hover {
  background: hsl(var(--gray-h), var(--gray-s), calc(var(--gray-l) + var(--button-hover-change)));
}
.button.bg-green, .super-root .bg-green.super-navbar__cta, article.notion-root blockquote.bg-green.notion-quote {
  background: var(--color-bg-btn-green);
}
.button.bg-green:hover, .super-root .bg-green.super-navbar__cta:hover, article.notion-root blockquote.bg-green.notion-quote:hover {
  background: hsl(var(--green-h), var(--green-s), calc(var(--green-l) + var(--button-hover-change)));
}
.button.bg-orange, .super-root .bg-orange.super-navbar__cta, article.notion-root blockquote.bg-orange.notion-quote {
  background: var(--color-bg-btn-orange);
}
.button.bg-orange:hover, .super-root .bg-orange.super-navbar__cta:hover, article.notion-root blockquote.bg-orange.notion-quote:hover {
  background: hsl(var(--orange-h), var(--orange-s), calc(var(--orange-l) + var(--button-hover-change)));
}
.button.bg-pink, .super-root .bg-pink.super-navbar__cta, article.notion-root blockquote.bg-pink.notion-quote {
  background: var(--color-bg-btn-pink);
}
.button.bg-pink:hover, .super-root .bg-pink.super-navbar__cta:hover, article.notion-root blockquote.bg-pink.notion-quote:hover {
  background: hsl(var(--pink-h), var(--pink-s), calc(var(--pink-l) + var(--button-hover-change)));
}
.button.bg-purple, .super-root .bg-purple.super-navbar__cta, article.notion-root blockquote.bg-purple.notion-quote {
  background: var(--color-bg-btn-purple);
}
.button.bg-purple:hover, .super-root .bg-purple.super-navbar__cta:hover, article.notion-root blockquote.bg-purple.notion-quote:hover {
  background: hsl(var(--purple-h), var(--purple-s), calc(var(--purple-l) + var(--button-hover-change)));
}
.button.bg-red, .super-root .bg-red.super-navbar__cta, article.notion-root blockquote.bg-red.notion-quote {
  background: var(--color-bg-btn-red);
}
.button.bg-red:hover, .super-root .bg-red.super-navbar__cta:hover, article.notion-root blockquote.bg-red.notion-quote:hover {
  background: hsl(var(--red-h), var(--red-s), calc(var(--red-l) + var(--button-hover-change)));
}
.button.bg-yellow, .super-root .bg-yellow.super-navbar__cta, article.notion-root blockquote.bg-yellow.notion-quote {
  background: var(--color-bg-btn-yellow);
}
.button.bg-yellow:hover, .super-root .bg-yellow.super-navbar__cta:hover, article.notion-root blockquote.bg-yellow.notion-quote:hover {
  background: hsl(var(--yellow-h), var(--yellow-s), calc(var(--yellow-l) + var(--button-hover-change)));
}

article.notion-root blockquote.notion-quote {
  margin-left: 0;
  border: none;
}

article.notion-root .notion-text {
  margin-bottom: 12px;
}

article.notion-root .notion-to-do__title {
  font-weight: var(--todo-font-weight);
}
article.notion-root .notion-to-do__title.checked {
  opacity: 1;
}
article.notion-root .notion-to-do del {
  text-decoration: none;
}

.toggle, .notion-toggle {
  position: relative;
  padding: 1rem 4rem 1rem 1rem;
  border-radius: 8px;
  background-color: #F2F2F2;
  margin-bottom: 1rem !important;
}
@media only screen and (min-width: 681px) {
  .toggle, .notion-toggle {
    padding: 1rem 6rem 1rem 1rem;
  }
}
.toggle.open, .open.notion-toggle {
  background-color: var(--color-yellow);
  color: var(--color-text-default);
}
.toggle > .notion-toggle__summary, .notion-toggle > .notion-toggle__summary {
  font-size: 20px;
  font-weight: bold;
}
.toggle > .notion-toggle__content, .notion-toggle > .notion-toggle__content {
  margin-top: 1rem;
  padding-inline-start: unset;
  padding-top: 1rem;
  border-top: 1px solid #000;
  font-size: 16px;
}
.toggle .notion-toggle__trigger, .notion-toggle .notion-toggle__trigger {
  position: absolute;
  top: calc(50% - 12px);
  right: 15px;
}
@media only screen and (min-width: 681px) {
  .toggle .notion-toggle__trigger, .notion-toggle .notion-toggle__trigger {
    top: calc(50% - 16px);
    right: 19px;
  }
}
.toggle .notion-toggle__trigger_icon, .notion-toggle .notion-toggle__trigger_icon {
  width: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/chevron-down-gray.png);
  pointer-events: none;
}
.toggle .notion-toggle__trigger_icon:hover, .notion-toggle .notion-toggle__trigger_icon:hover {
  .notion-toggle__trigger_icon: hover;
}
@media only screen and (min-width: 681px) {
  .toggle .notion-toggle__trigger_icon, .notion-toggle .notion-toggle__trigger_icon {
    width: 3rem;
  }
}
.toggle .notion-toggle__trigger_icon > span, .notion-toggle .notion-toggle__trigger_icon > span {
  display: none;
}
.toggle.open .notion-toggle__trigger_icon, .open.notion-toggle .notion-toggle__trigger_icon {
  background-image: url(../img/chevron-up-black.png);
}

.super-badge {
  display: none;
}

div.super-content {
  padding-left: 0;
  padding-right: 0;
}
div.super-content-wrapper {
  padding-top: 80px;
}
div.super-content.max-width {
  max-width: none;
}
div.super-content.has-footer {
  padding-bottom: 0;
}

.super-root .super-navbar {
  display: flex;
}
.super-root .super-navbar__cta {
  margin: 0;
}
@media only screen and (max-width: 540px) {
  .super-root .super-navbar__cta {
    display: none;
  }
}

.super-password-protection .super-password-protection__input input {
  color: var(--color-text-default);
}

.super-root {
  width: 100vw;
  overflow: hidden;
}

.column-grid {
  border: none;
  padding: 0;
  margin: 1rem 0;
}
.column-grid > .notion-callout__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  gap: 16px;
}
@media only screen and (min-width: 681px) {
  .column-grid > .notion-callout__content {
    flex-direction: row;
  }
}
.column-grid > .notion-callout__content > .notion-semantic-string {
  display: none;
}
.column-grid > .notion-callout__content > .notion-callout {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin: 0;
  padding: 2rem;
}
@media only screen and (min-width: 681px) {
  .column-grid > .notion-callout__content > .notion-callout {
    flex-basis: 240px;
  }
}
@media only screen and (min-width: 860px) {
  .column-grid > .notion-callout__content > .notion-callout {
    flex-basis: 320px;
  }
}
@media only screen and (min-width: 1180px) {
  .column-grid > .notion-callout__content > .notion-callout {
    flex-basis: 220px;
  }
}
.column-grid > .notion-callout__content > .notion-callout > .notion-callout__icon > span {
  width: 42px !important;
  height: 42px !important;
}
.column-grid > .notion-callout__content > .notion-callout > .notion-callout__content {
  margin: 0;
}
.column-grid > .notion-callout__content > .notion-callout > .notion-callout__content > .notion-semantic-string {
  display: block;
  margin: 0.5rem 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: bold;
}
.column-grid > .notion-callout__content > .notion-image {
  display: none;
  position: relative;
  margin: 0;
  border-radius: 32px;
  align-self: auto !important;
}
.column-grid > .notion-callout__content > .notion-image img {
  border-radius: 32px;
  object-fit: cover;
}
@media only screen and (min-width: 1180px) {
  .column-grid > .notion-callout__content > .notion-image {
    display: flex;
    flex-basis: 220px;
    flex-grow: 1;
  }
}
.column-grid > .notion-callout__icon {
  display: none;
}

.notion-header.page {
  display: var(--header-display);
}

.super-root .super-navbar {
  position: fixed !important;
  top: 0;
}
:root {
  --color-bg-purple-light: #F7F8FC;
}

.notion-callout.bg-purple-light {
  --color-bg-purple-light: #F7F8FC;
}

h1.notion-heading, h1.notion-heading > span.notion-semantic-string {
  line-height: 1.2em !important;
}

.hero, article.notion-root > .notion-callout.color-red-light.border {
  z-index: 1;
  overflow: visible;
  margin-bottom: 64px;
}
@media only screen and (min-width: 860px) {
  .hero, article.notion-root > .notion-callout.color-red-light.border {
    margin-bottom: 0;
  }
}
.hero .notion-column:first-child, article.notion-root > .notion-callout.color-red-light.border .notion-column:first-child {
  z-index: 10;
  margin-top: -2rem;
}
@media only screen and (max-width: 680px) {
  .hero .notion-column:first-child, article.notion-root > .notion-callout.color-red-light.border .notion-column:first-child {
    position: absolute;
    left: -12px;
    top: 90px;
    width: 32% !important;
  }
}
@media only screen and (min-width: 681px) {
  .hero .notion-column:first-child, article.notion-root > .notion-callout.color-red-light.border .notion-column:first-child {
    position: relative;
    max-width: 42%;
  }
}
.hero .notion-column:nth-child(2) > .notion-callout, article.notion-root > .notion-callout.color-red-light.border .notion-column:nth-child(2) > .notion-callout {
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 680px) {
  .hero .notion-column:nth-child(2) > .notion-callout, article.notion-root > .notion-callout.color-red-light.border .notion-column:nth-child(2) > .notion-callout {
    margin-left: 14vw;
    padding: 2rem 2rem 2rem 14vw;
  }
}
@media only screen and (min-width: 681px) {
  .hero .notion-column:nth-child(2) > .notion-callout, article.notion-root > .notion-callout.color-red-light.border .notion-column:nth-child(2) > .notion-callout {
    margin-left: -176px;
    margin-right: -48px;
    padding-left: 140px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 860px) {
  .hero .notion-column:nth-child(2) > .notion-callout, article.notion-root > .notion-callout.color-red-light.border .notion-column:nth-child(2) > .notion-callout {
    padding-left: 176px;
    padding-right: 48px;
    padding-bottom: 48px;
  }
}
.hero .notion-column:nth-child(2) > .notion-callout::after, article.notion-root > .notion-callout.color-red-light.border .notion-column:nth-child(2) > .notion-callout::after {
  position: absolute;
  border-radius: 32px;
  z-index: -1;
  content: "";
  display: block;
  background-color: var(--color-green);
  height: 100%;
  width: 80%;
  bottom: -12.5%;
  right: -12.5%;
}
@media only screen and (min-width: 681px) and (max-width: 1179px) {
  .hero .notion-column:nth-child(2) > .notion-callout::after, article.notion-root > .notion-callout.color-red-light.border .notion-column:nth-child(2) > .notion-callout::after {
    bottom: -12.5%;
  }
}
@media only screen and (min-width: 681px) {
  .hero .notion-column:nth-child(2) > .notion-callout h1, article.notion-root > .notion-callout.color-red-light.border .notion-column:nth-child(2) > .notion-callout h1 {
    margin-top: 12px;
  }
}
.hero .notion-text, article.notion-root > .notion-callout.color-red-light.border .notion-text {
  margin: 1em 0;
}
@media only screen and (min-width: 681px) {
  .hero .notion-text, article.notion-root > .notion-callout.color-red-light.border .notion-text {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 680px) {
  .hero .notion-image, article.notion-root > .notion-callout.color-red-light.border .notion-image {
    max-width: none !important;
  }
}
@media only screen and (min-width: 681px) {
  .hero .notion-image, article.notion-root > .notion-callout.color-red-light.border .notion-image {
    position: relative;
    max-height: none;
    margin-top: 96px;
  }
}
@media only screen and (min-width: 681px) {
  .hero .notion-image > span, article.notion-root > .notion-callout.color-red-light.border .notion-image > span {
    max-height: 100%;
  }
}
.hero .notion-callout__icon, article.notion-root > .notion-callout.color-red-light.border .notion-callout__icon {
  display: none;
}
.hero .notion-column > .notion-callout, article.notion-root > .notion-callout.color-red-light.border .notion-column > .notion-callout {
  border: none;
}
.hero .notion-column-list, article.notion-root > .notion-callout.color-red-light.border .notion-column-list {
  position: relative;
}
.hero .notion-column-list::before, article.notion-root > .notion-callout.color-red-light.border .notion-column-list::before {
  position: absolute;
  border-radius: 32px;
  z-index: -1;
  content: "";
  display: block;
  background-color: var(--color-yellow);
  height: 0;
  width: 42%;
  top: 66px;
  left: -42px;
  padding-bottom: 55%;
}
@media only screen and (min-width: 681px) {
  .hero .notion-column-list::before, article.notion-root > .notion-callout.color-red-light.border .notion-column-list::before {
    top: 40px;
  }
}

article.notion-root > .notion-column-list > .notion-column .notion-callout,
article.notion-root > .notion-callout > .notion-callout__content .notion-callout,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column .notion-callout {
  border-radius: 32px;
}
article.notion-root > .notion-column-list > .notion-column .notion-callout.bg-blue-light,
article.notion-root > .notion-callout > .notion-callout__content .notion-callout.bg-blue-light,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column .notion-callout.bg-blue-light {
  color: var(--color-text-default-light);
  background-color: var(--color-blue);
  border: none !important;
}
article.notion-root > .notion-column-list > .notion-column .notion-callout.bg-brown-light,
article.notion-root > .notion-callout > .notion-callout__content .notion-callout.bg-brown-light,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column .notion-callout.bg-brown-light {
  color: var(--color-text-default-light);
  background-color: var(--color-brown);
  border: none !important;
}
article.notion-root > .notion-column-list > .notion-column .notion-callout.bg-gray-light,
article.notion-root > .notion-callout > .notion-callout__content .notion-callout.bg-gray-light,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column .notion-callout.bg-gray-light {
  color: var(--color-text-default-light);
  background-color: var(--color-gray);
  border: none !important;
}
article.notion-root > .notion-column-list > .notion-column .notion-callout.bg-green-light,
article.notion-root > .notion-callout > .notion-callout__content .notion-callout.bg-green-light,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column .notion-callout.bg-green-light {
  color: var(--color-text-default-light);
  background-color: var(--color-green);
  border: none !important;
}
article.notion-root > .notion-column-list > .notion-column .notion-callout.bg-orange-light,
article.notion-root > .notion-callout > .notion-callout__content .notion-callout.bg-orange-light,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column .notion-callout.bg-orange-light {
  color: var(--color-text-default-light);
  background-color: var(--color-orange);
  border: none !important;
}
article.notion-root > .notion-column-list > .notion-column .notion-callout.bg-pink-light,
article.notion-root > .notion-callout > .notion-callout__content .notion-callout.bg-pink-light,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column .notion-callout.bg-pink-light {
  color: var(--color-text-default-light);
  background-color: var(--color-pink);
  border: none !important;
}
article.notion-root > .notion-column-list > .notion-column .notion-callout.bg-purple-light,
article.notion-root > .notion-callout > .notion-callout__content .notion-callout.bg-purple-light,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column .notion-callout.bg-purple-light {
  color: var(--color-text-default-light);
  background-color: var(--color-purple);
  border: none !important;
}
article.notion-root > .notion-column-list > .notion-column .notion-callout.bg-red-light,
article.notion-root > .notion-callout > .notion-callout__content .notion-callout.bg-red-light,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column .notion-callout.bg-red-light {
  color: var(--color-text-default-light);
  background-color: var(--color-red);
  border: none !important;
}
article.notion-root > .notion-column-list > .notion-column .notion-callout.bg-yellow-light,
article.notion-root > .notion-callout > .notion-callout__content .notion-callout.bg-yellow-light,
[class*=bg-] > .notion-callout__content > .notion-column-list > .notion-column .notion-callout.bg-yellow-light {
  color: var(--color-text-default-light);
  background-color: var(--color-yellow);
  border: none !important;
}

.notion-column:not(:first-child) .notion-image {
  margin-left: auto;
}

#block-a16086f2b9e145cf9c2e704b81ba2f9b,
#block-34cbf7ac437f4fd28a3326a726e2af6d {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 860px) {
  #block-a16086f2b9e145cf9c2e704b81ba2f9b,
#block-1d7700648bd14c74aaa1ef2726cd7303,
#block-34cbf7ac437f4fd28a3326a726e2af6d {
    flex-direction: row;
  }
}
@media only screen and (min-width: 681px) and (max-width: 859px) {
  #block-a16086f2b9e145cf9c2e704b81ba2f9b .notion-column,
#block-1d7700648bd14c74aaa1ef2726cd7303 .notion-column,
#block-34cbf7ac437f4fd28a3326a726e2af6d .notion-column {
    margin-inline-start: 0 !important;
    width: 100% !important;
  }
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper.min.css ***!
  \*****************************************************************************************************************************/
/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 28, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
