:root {
  --anhängerpink: #cd1db6;
  --white: white;
  --dim-grey: #5c5656;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin: 2% 5%;
  font-style: normal;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 3%;
  display: flex;
}

.section.cc-store-home-wrap {
  margin-top: 0;
  overflow: hidden;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  font-family: Montserrat, sans-serif;
}

.button {
  background-color: var(--anhängerpink);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  text-align: center;
  text-transform: none;
  border-radius: 75px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transform: translate(0);
  box-shadow: 0 2px 5px #77303033;
}

.button.cc-jumbo-button.cc-jumbo-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--anhängerpink);
  outline-offset: 0px;
  color: var(--white);
  text-align: center;
  mix-blend-mode: normal;
  object-fit: none;
  outline: 3px #0000;
  flex-direction: row-reverse;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  width: 100%;
  margin: 43px auto 19px;
  padding: 16px 20px;
  display: block;
  overflow: visible;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--anhängerpink);
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  text-align: justify;
  margin-bottom: 0;
  display: flex;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 40px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  object-fit: fill;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: visible;
}

.motto-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-story-wrap {
  text-align: center;
  width: 30%;
  margin: 10px auto 20px;
  padding-top: 0;
  padding-bottom: 6px;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 10px;
  margin-bottom: 20px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr .75fr;
  align-items: center;
  margin-bottom: 0;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.div-block, .div-block-2, .div-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.image {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-2 {
  background-color: var(--white);
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template: ". Area" minmax(auto, .25fr)
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: end;
  place-items: end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
}

.image-5, .image-6 {
  margin-left: auto;
  margin-right: auto;
}

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

.link-block {
  text-align: center;
  padding-right: 40px;
  font-style: normal;
  text-decoration: none;
}

.brand {
  background-color: var(--white);
  padding-right: 40px;
}

.brand.w--current {
  background-color: var(--white);
}

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

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.tab-link-buchung {
  background-color: var(--dim-grey);
  color: var(--white);
}

.tab-link-buchung.w--current {
  background-color: var(--anhängerpink);
  color: var(--white);
}

.tab-link-versicherung-sch-den {
  background-color: var(--dim-grey);
  color: var(--white);
}

.tab-link-versicherung-sch-den.w--current {
  background-color: var(--anhängerpink);
}

.tab-link-anh-nger {
  background-color: var(--dim-grey);
  color: var(--white);
}

.tab-link-anh-nger.w--current {
  background-color: var(--anhängerpink);
}

.heading-2 {
  text-align: center;
  margin-top: 42px;
  margin-bottom: 4px;
}

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

.image-7 {
  opacity: 1;
  text-align: left;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.heading-3, .heading-4 {
  text-align: center;
}

.image-8 {
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.div-block-4 {
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  font-family: Montserrat, sans-serif;
}

.grid-2 {
  background-color: #cd1db600;
  grid-template-columns: 1.25fr;
  grid-template-areas: "Area";
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: stretch center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-2 {
  text-align: justify;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

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

.text-block-4 {
  text-align: left;
  justify-content: center;
  display: flex;
}

.heading-5, .heading-6 {
  text-align: center;
}

.heading-7 {
  text-align: center;
  font-style: normal;
  display: flex;
}

.block-quote {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  overflow: visible;
}

.image-9 {
  text-align: center;
  flex: 0 auto;
  font-size: 25px;
  display: inline;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  place-items: stretch stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 16px;
}

.container-4 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.container-5 {
  padding-right: 40px;
}

.image-10 {
  display: inline-block;
}

.html-embed {
  margin-top: 20px;
}

.html-embed-2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.quick-stack {
  background-color: var(--anhängerpink);
}

.body-2 {
  transition: opacity .2s;
}

.button-2 {
  background-color: var(--anhängerpink);
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 26px;
  display: block;
}

.tabs-menu-2 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.tab-link-buchungsprozess {
  background-color: var(--dim-grey);
}

.tab-link-buchungsprozess.w--current {
  background-color: var(--anhängerpink);
}

.tab-link-anh-nger-richtig-anh-ngen {
  background-color: var(--dim-grey);
}

.tab-link-anh-nger-richtig-anh-ngen.w--current {
  background-color: var(--anhängerpink);
}

.text-block-6, .text-block-7 {
  color: var(--white);
}

.html-embed-3 {
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-11 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
}

.html-embed-5 {
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-6 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.text-block-8 {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.h1 {
  font-size: 77px;
  font-weight: 600;
  line-height: 80px;
}

.body-3 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  text-align: justify;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.cell, .cell-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-12 {
  text-align: left;
  font-weight: 500;
}

.quick-stack-2:focus {
  position: relative;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  position: static;
}

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

.shadow-two {
  order: -1;
  box-shadow: 0 4px 24px #96a3b514;
}

.quick-stack-3 {
  text-align: right;
  padding-left: 140px;
  padding-right: 140px;
}

.quick-stack-3.quick-stack-2.about-grid {
  padding-left: 20px;
  padding-right: 20px;
}

.cell-3, .cell-4, .cell-5, .cell-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quick-stack-4 {
  position: fixed;
  inset: auto auto 0% 0%;
}

.image-13 {
  order: -1;
}

.content-wrapper {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/Screenshot-2023-07-30-at-09.06.21.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  height: 110vh;
  margin-top: -45px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title-wrapper {
  color: var(--white);
  text-align: center;
  position: relative;
  top: 5%;
}

.hero-header {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
}

.hero-texblock {
  padding-bottom: 15px;
}

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

.content-text {
  text-align: center;
  padding-bottom: 0;
}

.quick-stack-5 {
  margin-top: 17px;
}

.section-3 {
  background-color: #f5f7fa;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-8 {
  color: var(--anhängerpink);
  text-align: right;
  font-weight: 700;
}

.quick-stack-6 {
  text-align: right;
}

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

.text-block-10 {
  color: #fff;
  text-align: center;
  align-self: auto;
  margin-top: 20px;
  display: block;
}

.div-block-6 {
  text-align: center;
}

.div-block-6.vorteile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  text-align: center;
  padding-left: 0;
}

.column {
  padding-right: 43px;
}

.column-2 {
  bottom: 0;
}

.column-3 {
  position: relative;
  left: 90px;
}

.image-15 {
  position: relative;
}

.columns {
  text-align: left;
  margin-left: 100px;
  position: relative;
}

.image-16 {
  padding-left: 2px;
}

.section-4 {
  margin: 5%;
}

.heading-9 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.section-5 {
  margin-left: 5%;
  margin-right: 5%;
}

.button-3 {
  background-image: url('../images/Logo-App-Store-Apple.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
  padding: 14px 51px 14px 14px;
}

.button-4 {
  background-image: url('../images/Logo-Google-Play-Store.svg');
  background-position: 50%;
  background-size: 250px;
  padding-top: 26px;
  padding-right: 19px;
}

.paragraph {
  margin-top: 10px;
}

.section-6 {
  background-color: var(--anhängerpink);
  height: 200px;
  margin-left: 0%;
  margin-right: 0%;
}

.container-9 {
  margin-top: 0;
}

.div-block-7, .div-block-8, .heading-10, .div-block-9, .paragraph-2 {
  text-align: center;
}

.image-17 {
  width: 500px;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -44px;
  margin-bottom: -29px;
  display: flex;
}

.block_top-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

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

.testimonials1_slider-mask {
  width: 28rem;
  overflow: visible;
}

.testimonials1_arrow {
  color: #24292e;
  background-color: #151d534d;
  border: 1px solid #e1e4e8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: background-color .1s ease-out;
  display: flex;
  position: absolute;
  inset: auto auto -5rem 0%;
}

.testimonials1_arrow:hover {
  background-color: #f6f8fa;
}

.testimonials1_arrow.right {
  background-color: var(--anhängerpink);
  background-color: #cd1db6;
  padding-bottom: 0;
  left: 4.5rem;
}

.testimonials1_arrow-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.block-profile-img {
  object-fit: contain;
  width: 120px;
  height: 64px;
  margin-right: 24px;
}

.testimonials1_client-details {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.testimonials1_client-image-wrapper {
  border-radius: 50%;
  flex: none;
  margin-right: 1rem;
  overflow: hidden;
}

.testimonials1_component {
  background-color: #0000;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.block-date {
  color: #626e96;
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.5;
}

.testimonials1_client-image {
  object-fit: cover;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

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

.testimonials1_slider-nav {
  display: none;
}

.icone-plateform-review {
  width: 40px;
  margin-left: 0;
  position: relative;
  left: 8rem;
  right: 0%;
}

.testimonials1_slide {
  max-width: 28rem;
  margin-right: 2rem;
}

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

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

.testimonials1_client-line {
  background-color: #e1e4e8;
  width: 1.25px;
  height: 1.25rem;
  margin-left: .75rem;
  margin-right: .75rem;
}

.testimonials1_content {
  background-color: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 20rem;
  padding: 2rem;
  display: flex;
}

.testimonials1_client-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  margin-top: 2rem;
  display: flex;
}

.list-2 {
  padding-left: 0;
}

.html-embed-7 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-11 {
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.list-item {
  margin-bottom: 20px;
}

.paragraph-3 {
  margin-bottom: 0;
}

.paragraph-4 {
  margin-bottom: 70px;
}

.section-7 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #eeeded;
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/Screenshot-2023-07-30-at-09.06.21.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  background-clip: content-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-19 {
  mix-blend-mode: normal;
  margin-top: -36px;
  margin-bottom: -36px;
  display: block;
}

.container-12 {
  display: flex;
}

.heading-12 {
  text-transform: uppercase;
}

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

.youtube {
  width: 100%;
  height: 20%;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.heading-14 {
  text-align: center;
  margin-top: -39px;
  padding-top: 0;
}

.image-21, .paragraph-5 {
  margin-top: 20px;
}

.button-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #cd1db6;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-5:active {
  background-color: #43464d;
}

.button-5.cc-jumbo-button {
  text-align: center;
  text-transform: none;
  border-radius: 75px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.button-5.cc-jumbo-button.cc-jumbo-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: none;
  background-color: #cd1db6;
  outline: 3px #0000;
  flex-direction: row-reverse;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  width: 100%;
  margin: 43px auto 19px;
  padding: 16px 20px;
  display: block;
  overflow: visible;
}

.button-5.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-5.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.div-block-10 {
  background-color: #bbb0;
  margin-top: 0;
}

.container-13, .container-14 {
  margin-bottom: 20px;
  overflow: hidden;
}

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

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

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

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

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

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

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

.fs-cc-prefs_title {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

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

.fs-cc-prefs_text {
  color: var(--black);
  -webkit-text-stroke-color: #000;
  font-size: .75rem;
}

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

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

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

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

.fs-cc-banner_text-link {
  color: #cd1db6;
  border-top: 0 solid #cd1db6;
  border-bottom: 2px solid #cd1db6;
  border-left: 0 #cd1db6;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-link.w--current {
  border-bottom-color: #cd1db6;
}

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

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

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

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

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #cd1db6;
  background-color: #f5f5f5;
  border-color: #cd1db6;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

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

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

.link {
  text-decoration: none;
}

.slide {
  background-color: #0000;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-flow: column-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding-left: 0;
  display: flex;
}

.columns-3 {
  justify-content: center;
  padding-bottom: 75px;
  display: flex;
}

.column-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-22 {
  margin-left: auto;
  margin-right: auto;
  position: static;
  bottom: 0;
}

.section-9 {
  background-color: #cd1db6;
}

.section-10 {
  padding-top: 0;
  padding-bottom: 9px;
}

.heading-h1-size {
  color: #211f54;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h1-size.mg-right-8px {
  color: #000;
}

.heading-h1-size.mg-right-8px.color-neutral-100 {
  color: #fff;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

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

.text-300.medium.top-8px {
  position: relative;
  top: 8px;
}

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

.container-default {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.tabs-menu-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu-3.bg-grey {
  background-color: #f7f7fc;
  border-radius: 120px;
  padding: 16px 24px;
  display: flex;
}

.icon-list {
  margin-right: 16px;
}

.tabs-content-2 {
  overflow: visible;
}

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

.flex-horizontal.start {
  justify-content: flex-start;
}

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

.grid-3-columns._1-col-tablet {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: inline-flex;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.inner-container._700px {
  max-width: 700px;
}

.mg-top-48px {
  margin-top: 48px;
}

.text-200 {
  line-height: 20px;
}

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

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

.text-200.list {
  line-height: 24px;
}

.badge-secondary {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.badge-secondary.tabs {
  color: #000;
  margin-left: 12px;
  margin-right: 12px;
  transition: background-color .3s, border-color .3s, color .3s;
  box-shadow: 0 2px 12px #14142b0f;
}

.badge-secondary.tabs:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
}

.badge-secondary.tabs.w--current {
  color: #fff;
  background-color: #cd1db6;
  border-color: #cd1db6;
}

.mg-top-24px {
  margin-top: 24px;
}

.display-4 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.display-4.color-neutral-100 {
  color: #fff;
}

.square-icon {
  border-radius: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.pricing-content {
  padding: 40px 28px 72px;
}

.pricing-content.pd-bottom-40px {
  padding-bottom: 40px;
}

.subtitle {
  color: #4a3aff;
  letter-spacing: .04em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

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

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.divider-2 {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.pricing-popular {
  color: #f7f7fc;
  background-color: #949499;
  position: relative;
}

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

.list-item-2, .list-item-3, .list-item-4, .list-item-5 {
  font-style: normal;
}

.bold-text-2 {
  color: #000;
}

.text-block-11 {
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}

.container-16 {
  display: block;
}

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

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

.text-block-12 {
  text-align: center;
  font-weight: 500;
}

.quick-stack-7 {
  padding-bottom: 0;
}

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

.section-12 {
  margin-left: auto;
  margin-right: auto;
}

.container-17 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.list-item-6 {
  margin-top: -43px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .label.cc-light {
    margin-bottom: 40px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .about-story-wrap {
    width: 50%;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .text-block-5 {
    margin-bottom: 10px;
  }

  .container-8 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .content-wrapper {
    height: 105vh;
  }

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

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

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

  .button-5 {
    justify-content: center;
  }

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

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

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

  .section-10 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.cc-jumbo-button {
    padding-top: 10px;
    display: block;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .content-wrapper {
    height: 100vh;
  }

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

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: inline-block;
  }

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

  .testimonials1_slider-mask {
    width: 100%;
  }

  .testimonials1_slide {
    width: auto;
    max-width: none;
    margin-right: 1.25rem;
  }

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimonials1_client-wrapper {
    grid-auto-flow: row;
    margin-top: 1.25rem;
  }

  .image-19 {
    margin-bottom: -24px;
  }

  .column-10 {
    padding-bottom: 10px;
    bottom: 5px;
  }

  .button-5.cc-jumbo-button {
    padding-top: 10px;
    display: block;
  }

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

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.medium.top-8px {
    top: 6px;
  }

  .tabs-menu-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu-3.bg-grey {
    border-radius: 13px;
    flex-direction: row;
  }

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

  .mg-top-48px {
    margin-top: 40px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.tabs {
    margin: 8px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    font-size: 14px;
    overflow: hidden;
  }

  .section.cc-store-home-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    overflow-wrap: normal;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: hidden;
  }

  .paragraph-bigger.cc-bigger-white-light {
    padding-top: 20px;
  }

  .button.cc-jumbo-button {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 75%;
    display: block;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    object-fit: fill;
    margin-top: 10px;
    font-weight: 400;
    overflow: visible;
  }

  .label.cc-light {
    text-align: center;
    font-size: 10px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    margin-bottom: 0;
    overflow: hidden;
  }

  .heading-jumbo {
    font-size: 30px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    font-size: 25px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .footer-wrap {
    padding-top: 0;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-story-wrap {
    width: 100%;
    margin-top: -5px;
    padding-top: 0;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    text-align: center;
    overflow: hidden;
  }

  .tabs-menu {
    flex-flow: column wrap;
    flex: 1;
    place-content: flex-start center;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 25px;
  }

  .heading-4 {
    font-size: 28px;
    overflow: hidden;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1.25fr;
  }

  .text-block-2 {
    object-fit: fill;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 10px;
    display: inline;
  }

  .text-block-3 {
    float: none;
    clear: none;
    text-align: left;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
    display: flex;
    position: static;
    overflow: auto;
  }

  .text-block-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 10px;
    display: inline;
    position: static;
  }

  .heading-5 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-6 {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .text-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .container-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .html-embed-3 {
    overflow: hidden;
  }

  .container-6 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .tabs {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .tabs-content {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    overflow: hidden;
  }

  .list {
    padding-right: 10px;
  }

  .html-embed-4, .html-embed-5 {
    overflow: hidden;
  }

  .h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-9 {
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .container-7 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .quick-stack-2 {
    position: relative;
  }

  .quick-stack-2:focus {
    object-fit: scale-down;
    overflow: auto;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-wrapper {
    clear: both;
    text-align: left;
    position: static;
  }

  .section-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-wrapper {
    height: 110vh;
    margin-top: -20px;
  }

  .hero-title-wrapper {
    top: 2%;
  }

  .hero-header {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
  }

  .content-header {
    margin-bottom: 1px;
  }

  .content-text {
    padding-bottom: 6px;
  }

  .quick-stack-5 {
    position: static;
  }

  .section-3 {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-8 {
    text-align: left;
    margin-top: 2px;
    margin-bottom: -7px;
    font-size: 15px;
  }

  .text-block-10 {
    position: relative;
    top: -17px;
    bottom: 40px;
  }

  .div-block-6 {
    float: right;
    clear: left;
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .div-block-6.vorteile {
    align-items: center;
  }

  .image-14 {
    flex: 0 50 100%;
    align-self: center;
  }

  .column-2 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .heading-9 {
    margin-top: 36px;
    margin-bottom: -14px;
  }

  .button-3.apple, .button-4 {
    width: 230px;
  }

  .column-4 {
    clear: both;
  }

  .div-block-7, .div-block-8 {
    text-align: center;
  }

  .heading-11 {
    margin-top: -10px;
    margin-bottom: 0;
  }

  .paragraph-2 {
    margin-top: -20px;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .column-5 {
    flex-direction: column;
    order: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-6, .column-7, .column-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-18 {
    order: -1;
    margin-left: auto;
  }

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

  .block-profile-img {
    width: 100px;
    height: auto;
    margin-right: 10px;
  }

  .testimonials1_client-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonials1_client-image-wrapper {
    background-color: var(--anhängerpink);
  }

  .icone-plateform-review {
    width: 30px;
    position: static;
  }

  .testimonials1_slide {
    width: 90%;
  }

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

  .testimonials1_client-line {
    display: none;
  }

  .testimonials1_content {
    padding: 1.25rem;
  }

  .list-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -3px;
    display: flex;
  }

  .column-9 {
    margin-bottom: -20px;
  }

  .image-19 {
    margin-bottom: -15px;
  }

  .column-10 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: inline-block;
  }

  .column-11 {
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .column-12 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .image-20 {
    order: -1;
    margin-left: auto;
  }

  .heading-14 {
    margin-top: 36px;
    margin-bottom: -14px;
  }

  .column-13 {
    margin-bottom: -20px;
  }

  .image-21 {
    order: -1;
    margin-left: auto;
  }

  .button-5.cc-jumbo-button {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 75%;
    display: block;
  }

  .button-5.cc-jumbo-button.cc-jumbo-white {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    object-fit: fill;
    margin-top: 10px;
    font-weight: 400;
    overflow: visible;
  }

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

  .paragraph-6 {
    font-weight: 400;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

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

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
    display: none;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

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

  .columns-3 {
    padding-bottom: 0;
  }

  .container-15 {
    padding-left: 18px;
  }

  .section-10 {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .text-300.medium.top-8px {
    top: 3px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu-3.bg-grey {
    flex-direction: column;
    width: 100%;
  }

  .icon-list {
    margin-right: 8px;
  }

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

  .grid-3-columns._1-col-tablet {
    flex-flow: column wrap;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

  .container-16 {
    padding-left: 10px;
  }
}

#w-node-_630e01a3-c150-52d5-8a09-8551ad1777aa-b88c848d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e984b296-d25c-4195-9ac1-469f4352168b-b88c848d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5415b31-7d99-b3b9-56aa-e1f32ff2db94-b88c848d {
  place-self: center;
}

#w-node-_15adff9e-2393-374d-84b6-778e0c5ee3dd-b88c8494 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_35685470-c12d-3e35-36d2-cb1f9c25d411-b88c8494, #w-node-_2c09322a-77f1-0c36-ee0c-1fefd65e9979-b88c8494, #w-node-eb4ab968-da7f-7bcf-ebd5-81091ca86799-b88c8494, #w-node-_0d671bc4-1217-ae5c-eb04-419fe262db90-b88c8494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fa82a3f-ad8a-4273-7bea-3e4471001a7f-b88c8499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_16216cf3-7ee6-a3c0-f265-625026f25735-b88c8499, #w-node-_16216cf3-7ee6-a3c0-f265-625026f25737-b88c8499, #w-node-_16216cf3-7ee6-a3c0-f265-625026f25739-b88c8499, #w-node-_16216cf3-7ee6-a3c0-f265-625026f2573b-b88c8499, #w-node-_16216cf3-7ee6-a3c0-f265-625026f2573d-b88c8499 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_630e01a3-c150-52d5-8a09-8551ad1777aa-b88c849a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e984b296-d25c-4195-9ac1-469f4352168b-b88c849a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5415b31-7d99-b3b9-56aa-e1f32ff2db94-b88c849a {
  place-self: center;
}

#w-node-_630e01a3-c150-52d5-8a09-8551ad1777aa-b88c849b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e984b296-d25c-4195-9ac1-469f4352168b-b88c849b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5415b31-7d99-b3b9-56aa-e1f32ff2db94-b88c849b {
  place-self: center;
}

#w-node-_630e01a3-c150-52d5-8a09-8551ad1777aa-b88c849c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e984b296-d25c-4195-9ac1-469f4352168b-b88c849c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5415b31-7d99-b3b9-56aa-e1f32ff2db94-b88c849c {
  place-self: center;
}

#w-node-_630e01a3-c150-52d5-8a09-8551ad1777aa-b88c849d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e984b296-d25c-4195-9ac1-469f4352168b-b88c849d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5415b31-7d99-b3b9-56aa-e1f32ff2db94-b88c849d {
  place-self: center;
}

#w-node-_630e01a3-c150-52d5-8a09-8551ad1777aa-34e81b6f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e984b296-d25c-4195-9ac1-469f4352168b-34e81b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5415b31-7d99-b3b9-56aa-e1f32ff2db94-34e81b6f {
  place-self: center;
}

#w-node-_630e01a3-c150-52d5-8a09-8551ad1777aa-4d94b644 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e984b296-d25c-4195-9ac1-469f4352168b-4d94b644 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5415b31-7d99-b3b9-56aa-e1f32ff2db94-4d94b644 {
  place-self: center;
}

#w-node-_630e01a3-c150-52d5-8a09-8551ad1777aa-313b62ef {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e984b296-d25c-4195-9ac1-469f4352168b-313b62ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5415b31-7d99-b3b9-56aa-e1f32ff2db94-313b62ef {
  place-self: center;
}

#w-node-_630e01a3-c150-52d5-8a09-8551ad1777aa-417f52bc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e984b296-d25c-4195-9ac1-469f4352168b-417f52bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c5415b31-7d99-b3b9-56aa-e1f32ff2db94-417f52bc {
  place-self: center;
}


