:root {
  --brown: #ab1641;
  --black-2: black;
  --black: #333;
  --white: #fff;
  --light-grey: #cecece;
  --white-smoke: #e9e9e9;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

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

a {
  color: var(--brown);
  text-decoration: underline;
}

.hero {
  height: 100%;
  display: none;
}

.slider {
  background-color: #b82929;
  height: 80vh;
}

.sliderr-max-wrapper {
  mix-blend-mode: normal;
  background-image: url('../images/sea.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 100px 100px 104px 136px;
  display: flex;
}

.sliderr-max-wrapper._2 {
  background-image: url('../images/heissludt.jpg');
}

.sliderr-max-wrapper._3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/niko-photos-tgtvxeor_rs-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sliderr-max-wrapper.transparent {
  background-image: none;
}

._30wrapper {
  background-color: rgba(171, 22, 65, 0);
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 40%;
  margin-bottom: 25px;
  display: flex;
}

._30wrapper.magenta {
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
  padding: 20px;
}

.slider-heading {
  text-transform: uppercase;
  background-color: rgba(228, 0, 0, 0);
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 400;
}

.heading-wrapper {
  background-color: #c21d1d;
}

.slider-text {
  background-color: var(--brown);
  text-transform: uppercase;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.heading {
  text-transform: uppercase;
  display: inline-block;
}

.heading-2 {
  padding: 10px;
  display: block;
}

.left-arrow, .right-arrow {
  display: none;
}

.bold-text {
  background-color: var(--brown);
  color: #fff;
  padding: 15px 20px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 48px;
  line-height: 58px;
  display: block;
}

.bold-text-2 {
  background-color: var(--brown);
  padding: 10px;
  display: block;
}

.button {
  border: 3px solid var(--brown);
  background-color: rgba(255, 255, 255, 0);
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.button.topm {
  background-color: var(--brown);
  color: #fff;
  margin-top: 20px;
  font-family: Raleway, sans-serif;
}

.button.topm:hover {
  color: var(--black-2);
  background-color: #fff;
}

.button.secondary {
  color: #fff;
  border-color: #fff;
}

.button.secondary.topm {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 10px;
  font-weight: 300;
}

.button.secondary.topm:hover {
  background-color: rgba(255, 255, 255, .29);
}

.button.secondary.topm.angebot {
  display: none;
}

.button.third {
  color: var(--black);
  font-family: Raleway, sans-serif;
}

.button.fill {
  background-color: var(--brown);
  margin-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3%;
}

.paragraph {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph.white {
  color: var(--white);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph.white.topm {
  margin-top: 20px;
}

.paragraph.white.topm.medium {
  font-size: 18px;
  line-height: 28px;
}

.paragraph.white.k {
  font-style: italic;
}

.paragraph.white.bold {
  font-weight: 700;
}

.paragraph.white.big {
  font-size: 19px;
  line-height: 150%;
}

.paragraph.topm {
  margin-top: 20px;
  font-size: 22px;
  line-height: 32px;
}

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

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

.paragraph.topmargin {
  margin-top: 40px;
}

.paragraph.smalltopmargin {
  margin-top: 5px;
}

.paragraph.large {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.navbar {
  background-color: var(--brown);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: block;
}

.nav-link {
  background-color: var(--brown);
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.nav-link.blog {
  display: inline-block;
}

.defaulc {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.defaulc.small {
  max-width: 800px;
}

.defaulc.topmargin {
  margin-top: 74px;
}

.defaulc.topmargin.padding {
  border: 2px solid var(--brown);
  padding: 20px;
}

.defaulc.topmargin.padding.machhtalk {
  display: none;
}

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

.defaulc._100-width, .defaulc.max {
  max-width: 100%;
}

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

.section {
  padding: 100px 20px;
}

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

.h2 {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  line-height: 42px;
}

.h2.white {
  color: #fff;
}

.h2.center {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 50px;
}

.h2.magenta {
  color: var(--brown);
}

.h2.magenta.center {
  letter-spacing: 1px;
  font-family: Handwriting, sans-serif;
}

.h2.margin {
  margin-top: 40px;
}

.grid-2 {
  grid-column-gap: 87px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.h3 {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.h3.magenta {
  color: var(--brown);
}

.h3.white {
  color: #fff;
}

.h3.white.handwriting {
  font-family: Handwriting, sans-serif;
  line-height: 35px;
}

.h3.center {
  text-align: center;
  margin-bottom: 20px;
}

.h3.margin {
  margin-top: 20px;
}

.image {
  border-radius: 100%;
}

.section-2 {
  background-color: #fff;
  padding: 100px 20px;
  display: none;
}

.section-2.grey {
  background-color: #fff;
  display: block;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.div-block-2 {
  background-color: var(--brown);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.div-block-2.smallpadding {
  padding: 20px;
}

.footer {
  background-color: var(--brown);
  padding: 60px 20px;
}

.grid-4 {
  grid-column-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

.h4 {
  font-family: Raleway, sans-serif;
}

.h4.white {
  color: #fff;
  font-family: Raleway, sans-serif;
}

.link {
  color: var(--brown);
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.link.white {
  color: #fff;
  font-family: Raleway, sans-serif;
}

.link.bold {
  color: var(--brown);
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.link.magenta {
  color: var(--brown);
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.section-3 {
  background-color: var(--white);
  padding: 68px 20px 100px;
  display: block;
}

.right-div {
  border: 3px none var(--brown);
  background-color: #a81642;
  background-image: linear-gradient(rgba(171, 22, 65, .78), rgba(171, 22, 65, .78)), url('../images/martina_bg-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.bold-text-3 {
  background-color: var(--brown);
  color: #fff;
  padding: 10px;
  display: inline-block;
}

.image-2 {
  filter: grayscale();
}

.grid-5 {
  grid-column-gap: 15px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.empfhelung {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bgubs.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px;
  display: none;
}

.section-5 {
  background-image: url('../images/business-woman.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 140px 20px;
}

._40wrapper {
  width: 60%;
}

.big-text {
  color: var(--black-2);
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.big-text.white {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.section-6 {
  padding: 100px 20px;
}

.grid-6 {
  grid-column-gap: 89px;
  grid-template-rows: auto;
}

.bullet-point-wrapper {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.bullet {
  width: 10%;
  min-width: 10%;
}

.fa {
  color: var(--brown);
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.fa.white {
  color: #fff;
}

.section-7 {
  background-color: var(--brown);
  padding: 54px 20px 100px;
}

.div-block-4 {
  border: 3px solid #fff;
  padding: 20px;
}

.grid-7 {
  grid-column-gap: 29px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.section-8 {
  background-color: var(--white-smoke);
  padding: 100px 20px;
}

.section-8.sec {
  background-color: var(--white-smoke);
}

.section-9 {
  background-color: var(--white-smoke);
  padding: 100px 20px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.testimonial {
  font-family: Montserrat variablefont wght, sans-serif;
}

.grid-8 {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.price {
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.price.topm {
  margin-top: 10px;
}

.div-block-5 {
  background-color: var(--brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: block;
}

.buton-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.play-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-6 {
  z-index: 100;
  width: 80%;
  position: relative;
}

.section-10 {
  background-color: var(--white-smoke);
  padding: 100px 20px 82px;
}

.grid-9 {
  grid-column-gap: 109px;
  grid-template-rows: auto;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.section-11 {
  background-color: #fff;
  padding: 100px 20px;
}

.small-wrapper {
  background-color: #fff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}

.small-wrapper.white-smoke {
  background-color: var(--white-smoke);
}

.grid-10 {
  grid-column-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid-11 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.field {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-12 {
  background-color: var(--white-smoke);
  padding: 60px 100px;
}

.h1 {
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

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

.h1.white {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.h1.white.handwiriting {
  font-family: Handwriting, sans-serif;
}

.h1.white.handwiriting.large {
  font-size: 50px;
  line-height: 65px;
}

.section-13 {
  padding: 60px 20px;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.step-wrapper {
  border: 3px solid var(--brown);
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
}

.count {
  color: var(--brown);
  font-family: Majesty, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.section-14 {
  background-color: var(--brown);
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-wrapper.margin {
  margin-bottom: 40px;
}

.h1-slider {
  color: var(--brown);
  font-family: Raleway, sans-serif;
  font-weight: 700;
  line-height: 48px;
}

.bold-text-4 {
  font-family: Raleway, sans-serif;
}

.slider-v2 {
  height: auto;
}

.slider-standard {
  background-image: url('../images/ocean.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-standard._2 {
  background-image: url('../images/heissludt.jpg');
}

.slider-standard._3 {
  background-image: url('../images/tree.jpg');
}

.slider-2 {
  height: 80vh;
}

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

.slider-heading {
  color: #fff;
  margin-top: 10px;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.slider-heading.magenta {
  color: var(--brown);
  font-weight: 700;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.subheading {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Dancingscript, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.subheading.leftalign {
  text-align: left;
  line-height: 30px;
}

.subheading.leftalign.black {
  color: var(--black-2);
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}

.subheading.handwriting {
  margin-top: 0;
  font-family: Handwriting, sans-serif;
  font-size: 34px;
  line-height: 44px;
}

.subheading.handwriting.magenta {
  color: var(--brown);
}

.subheading.black {
  color: var(--black-2);
  font-family: Handwriting, sans-serif;
}

.section-15 {
  padding: 100px 20px;
}

.image-3 {
  filter: grayscale();
}

.section-16, .section-17 {
  background-color: var(--light-grey);
  padding: 100px 20px;
}

.grid-13 {
  grid-column-gap: 77px;
  grid-template-rows: auto;
}

.image-4 {
  filter: grayscale();
}

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

.section-18 {
  padding: 100px 20px;
}

.blog-wrapper {
  background-color: var(--light-grey);
  padding: 20px;
}

.link-blog {
  border-bottom: 2px solid var(--brown);
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-blog.white {
  color: var(--white);
  text-decoration: underline;
}

.section-19 {
  padding: 100px 20px;
}

.presse-wrapper {
  background-color: var(--brown);
  margin: 20px 0;
  padding: 10px 20px 20px;
}

.presse-wrapper.grey {
  background-color: var(--white-smoke);
}

.section-20 {
  background-color: #e8e8e8;
  padding: 100px 20px;
  display: none;
}

.grid-14 {
  grid-column-gap: 69px;
  grid-template-rows: auto;
}

.image-5 {
  filter: grayscale();
}

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

.section-21 {
  padding: 100px 20px;
}

.section-22 {
  background-color: var(--brown);
  background-image: linear-gradient(to bottom, var(--brown), rgba(171, 22, 64, .63)), url('../images/martina_bg-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 168px 20px 123px;
  display: none;
  position: relative;
}

.grid-15 {
  grid-column-gap: 76px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-6 {
  filter: grayscale();
  border-radius: 5px;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  padding-top: 0;
  display: flex;
}

.grid-16 {
  grid-template-rows: auto;
  padding-top: 0;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.bold-text-5 {
  font-weight: 300;
}

.image-7 {
  max-width: 50%;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-7._2 {
  max-width: 100%;
  display: none;
  position: absolute;
}

.text-span {
  font-size: 14px;
  line-height: 24px;
}

.text-span-2 {
  line-height: 8px;
}

.brand {
  display: flex;
}

.brand.w--current {
  align-items: center;
}

.paragraph-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  font-family: Handwriting, sans-serif;
  font-size: 25px;
  display: flex;
}

.image-8 {
  margin-right: 10px;
}

.section-23 {
  padding: 100px 20px;
}

.grid-17 {
  grid-column-gap: 53px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.section-24 {
  background-color: var(--white-smoke);
  padding: 60px 20px;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-family: Handwriting, sans-serif;
}

.lightbox-link {
  margin-left: 20px;
  text-decoration: none;
}

.section-25 {
  padding: 100px 20px;
}

.grid-18 {
  grid-column-gap: 62px;
  grid-template-rows: auto;
}

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

.section-26 {
  background-color: var(--white-smoke);
  padding: 100px 20px;
}

.section-27 {
  padding: 100px 20px;
}

.div-block-18 {
  background-color: var(--brown);
  padding: 20px;
}

.paragraph-3 {
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
}

.section-28 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-29 {
  padding: 60px 20px;
}

.text-span-3 {
  margin-right: 3px;
  font-family: "Fa solid 900", sans-serif;
}

.video-wrapper {
  background-image: url('../images/roter_salon.JPG');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 0;
  display: flex;
}

.image-9 {
  width: 100px;
  height: auto;
}

.grid-19 {
  grid-column-gap: 59px;
  grid-template-rows: auto;
}

.section-30 {
  background-color: var(--brown);
  padding: 100px;
}

.section-31 {
  padding: 30px 20px 0;
  display: none;
  position: relative;
}

.line_tp {
  background-color: var(--brown);
  width: 100%;
  height: 100px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.line_bt {
  z-index: 100;
  background-color: var(--brown);
  width: 100%;
  height: 50px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.image-10 {
  z-index: 60;
  position: relative;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-20 {
  align-items: center;
  display: flex;
}

.heading-3 {
  font-family: Open Sans, sans-serif;
}

.h2-os {
  color: var(--black-2);
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.paragraph-os {
  color: var(--black-2);
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-os.top-margin {
  margin-top: 100px;
}

.link-os {
  color: var(--black-2);
  margin-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.button-2 {
  position: absolute;
}

.text-span-4 {
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
}

.section-32 {
  padding: 100px 20px;
}

.machtentfaltung {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: none;
}

.section-34 {
  background-color: var(--brown);
  background-image: linear-gradient(to bottom, var(--brown), rgba(207, 51, 95, .37)), url('../images/martina_bg-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cell {
  justify-content: flex-end;
  align-items: flex-end;
}

.div-block-21 {
  justify-content: flex-end;
  display: flex;
}

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

.div-block-22 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.icon-2 {
  color: #fff;
}

.dropdown-list {
  background-color: #503939;
}

.dropdown-list.w--open {
  background-color: var(--brown);
}

.subpahe-header {
  background-color: var(--brown);
  background-image: linear-gradient(rgba(171, 22, 65, .86), rgba(171, 22, 65, .86)), url('../images/martina_bg-1.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding: 100px 20px;
}

.cell-3 {
  justify-content: center;
}

.angebote {
  padding: 100px 20px;
}

.atf-grid {
  grid-column-gap: 79px;
}

.col-div-wrapper {
  background-color: var(--brown);
  padding: 10px 20px 20px;
}

.cell-4 {
  justify-content: center;
}

.image-12 {
  display: none;
}

.section-35 {
  background-color: var(--white-smoke);
  padding: 40px 20px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.handwriting {
  margin-right: 14px;
  font-family: Handwriting, sans-serif;
}

.image-13 {
  mix-blend-mode: luminosity;
}

.maxwrapper {
  width: 100%;
  padding-top: 60px;
  padding-left: 60px;
  display: flex;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 70%;
  display: flex;
}

.imagewrapper {
  width: 30%;
}

.header_en {
  background-color: var(--brown);
  padding: 10px;
}

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

.div-block-24 {
  flex-direction: column;
  display: flex;
}

.link-block-2 {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
  padding: 10px;
}

.image-14 {
  border: 10px solid #fff;
  margin-top: 10px;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial1_name-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_testimonial1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1rem;
}

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

.rl_testimonial1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.rl_testimonial1_logo {
  max-height: 3.5rem;
}

.rl_testimonial1_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.rl-padding-global {
  background-color: var(--white-smoke);
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_testimonial1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_testimonial17_name-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_testimonial17_customer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.rl_testimonial17_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_testimonial17_rating-icon {
  color: var(--brown);
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl_testimonial17_rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.rl_testimonial17_testimonial {
  border: 1px solid var(--brown);
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: block;
}

.rl_testimonial17_testimonial-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl_testimonial17_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_testimonial17_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_testimonial17_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  padding-bottom: 20px;
}

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

.rl_section_testimonial17 {
  background-color: var(--relume-library-lite--rl-white);
}

.section-36 {
  padding: 60px 20px;
}

.kooperation-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.cell-5, .cell-6 {
  border: 1px solid var(--brown);
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
}

.quick-stack-2 {
  margin-top: 60px;
}

.mini-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-15 {
  max-width: 100%;
  margin-left: 0;
}

.section-37 {
  background-color: var(--white);
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  max-width: 30%;
  display: flex;
}

.link-block-4 {
  max-width: 30%;
}

.zeitungs-link {
  max-width: 30%;
  margin-left: 40px;
}

.quick-stack-3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell_zeitung {
  background-color: var(--white-smoke);
  padding: 20px;
}

@media screen and (min-width: 1280px) {
  .cell-2 {
    justify-content: center;
  }

  .image-12 {
    display: none;
  }

  .maxwrapper {
    padding-left: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .div-block-22 {
    margin-left: 0;
  }

  .cell-2 {
    justify-content: center;
  }

  .image-12 {
    display: none;
  }

  .maxwrapper {
    padding-left: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .section-22 {
    padding-top: 225px;
    padding-bottom: 145px;
  }

  .div-block-15 {
    justify-content: center;
    width: 1000px;
    padding-top: 0;
  }

  .grid-16 {
    grid-template-columns: 1fr .75fr;
  }

  .image-7 {
    max-width: 100%;
  }

  .image-7._2 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .section-34 {
    position: relative;
  }

  .div-block-21 {
    position: static;
  }

  .quick-stack {
    width: 100%;
  }

  .div-block-22 {
    margin-left: 0;
  }

  .cell-2 {
    justify-content: center;
  }

  .image-12 {
    display: none;
  }

  .maxwrapper {
    width: 100%;
    padding-left: 140px;
    display: flex;
  }

  .hero-wrapper {
    width: 70%;
  }

  .imagewrapper {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: var(--black);
    background-color: #fff;
  }

  .nav-link.w--current {
    color: var(--light-grey);
  }

  .nav-link.current {
    color: var(--black);
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, .35);
  }

  ._40wrapper {
    width: auto;
  }

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

  .container {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

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

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

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

  .section-22 {
    height: 1200px;
  }

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

  .image-7 {
    max-width: 35%;
  }

  .image-7._2 {
    max-width: 35%;
    display: none;
  }

  .grid-17 {
    grid-template-columns: 2fr;
  }

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

  .video-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .section-31 {
    padding-top: 131px;
  }

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

  .section-34 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .cell {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .div-block-21 {
    max-width: 20%;
  }

  .div-block-22 {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .icon-2 {
    color: #292929;
  }

  .image-12 {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
  }

  .dropdown-toggle {
    display: inline-block;
  }

  .maxwrapper {
    display: none;
  }

  .link-block {
    margin-bottom: 40px;
  }

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

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr 1fr;
  }

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

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

@media screen and (max-width: 767px) {
  .sliderr-max-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._30wrapper {
    width: 60%;
  }

  .bold-text {
    font-size: 32px;
    line-height: 42px;
  }

  .section {
    padding-top: 60px;
  }

  .grid-3 {
    grid-row-gap: 0px;
  }

  .grid-4, .grid-5 {
    grid-template-columns: 1fr;
  }

  .section-6 {
    padding-top: 40px;
  }

  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-8 {
    padding-top: 31px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .grid-8 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .section-10 {
    padding-top: 60px;
  }

  .grid-9, .grid-11 {
    grid-template-columns: 1fr;
  }

  .section-12 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-22 {
    padding-top: 30px;
    padding-bottom: 102px;
  }

  .image-7 {
    max-width: 48%;
  }

  .image-7._2 {
    max-width: 45%;
  }

  .image-10 {
    max-width: 60%;
  }

  .section-34 {
    height: auto;
    padding-top: 20px;
  }

  .div-block-21 {
    max-width: 80%;
  }

  .icon-2 {
    color: #000;
  }

  .subpahe-header {
    padding-top: 40px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .dropdown-toggle {
    text-align: center;
    display: inline-block;
  }

  .rl_testimonial1_spacing-block-2 {
    padding-bottom: .75rem;
  }

  .rl_testimonial1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

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

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

  .rl_testimonial17_customer {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .rl_testimonial17_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

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

  .rl_testimonial17_testimonial {
    padding: 1.5rem;
  }

  .rl_testimonial17_testimonial-list {
    grid-template-columns: 1fr;
  }

  .rl_testimonial17_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_testimonial17_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

  .section-37 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .sliderr-max-wrapper {
    padding: 10px;
  }

  ._30wrapper {
    width: auto;
    max-width: none;
  }

  .bold-text {
    font-size: 21px;
    line-height: 32px;
  }

  .button.fill {
    font-size: 16px;
    line-height: 26px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .h2.center {
    font-size: 30px;
    line-height: 40px;
  }

  .icon {
    margin-top: 30px;
  }

  .menu-button {
    padding: 0;
  }

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

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

  .container {
    max-width: none;
  }

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

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .section-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .h1.white.handwiriting.large {
    font-size: 45px;
    line-height: 55px;
  }

  .slider-heading.magenta {
    font-size: 32px;
    line-height: 42px;
  }

  .right-arrow-2, .left-arrow-2 {
    display: none;
  }

  .subheading.handwriting {
    font-size: 24px;
    line-height: 48px;
  }

  .section-22 {
    height: 1400px;
    display: none;
  }

  .image-7 {
    max-width: 65%;
  }

  .image-7._2 {
    max-width: 60%;
  }

  .paragraph-2 {
    font-size: 20px;
  }

  .image-8 {
    margin-right: 10px;
  }

  .section-27 {
    padding-top: 60px;
  }

  .video-wrapper {
    height: 200px;
  }

  .section-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-10 {
    max-width: 60%;
  }

  .h2-os {
    font-size: 30px;
    line-height: 40px;
  }

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

  .image-11 {
    max-width: 80%;
  }

  .section-32 {
    padding-top: 40px;
  }

  .section-34 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-22 {
    margin-bottom: 20px;
  }

  .subpahe-header {
    padding-top: 60px;
  }

  .kooperation-wrapper {
    max-width: 100%;
  }

  .cell-5, .cell-6 {
    padding: 20px;
  }

  .quick-stack-2 {
    padding: 0;
  }

  .image-15 {
    max-width: 100%;
    margin-left: 10px;
  }

  .section-37 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .zeitungs-link {
    max-width: 25%;
    margin-left: 10px;
  }
}

#w-node-f6f5b7e7-cad1-ff94-581f-343e5d88bae2-39596cd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f5-39596cd5 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  display: none;
}

#w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f6-39596cd5, #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f7-39596cd5, #w-node-_5c8d2239-3c73-0486-af80-0c896d2f3a4d-39596cd5, #w-node-_5c8d2239-3c73-0486-af80-0c896d2f3a4b-39596cd5, #w-node-_0cdac155-d760-e7ab-f246-05e88ab95e0e-39596cd5, #w-node-eaa02b1a-5863-faa9-0857-4e6a45d4f7bd-39596cd5, #w-node-fe3bf8a7-3118-cd9a-ca63-4847fc556c7a-39596cd5, #w-node-_2c1c4f2b-7544-136c-83ba-f1415cbe0519-39596cd5, #w-node-_3c3ad5c9-2657-9b99-bd57-872d8aa3aef4-39596cd5, #w-node-_2fc00148-57b4-f7f5-7b23-64b3b7d14e58-39596cd5, #w-node-aa69817c-4607-d5ea-2547-f7a2b3de855b-39596cd5, #w-node-aa69817c-4607-d5ea-2547-f7a2b3de855f-39596cd5, #w-node-c23f38ab-4224-b5f4-a189-58665813d0ca-39596cd5, #w-node-c23f38ab-4224-b5f4-a189-58665813d0ce-39596cd5, #w-node-_4bd2ccfb-030d-194d-4da2-2b154ef24a53-39596cd5, #w-node-_597ca399-0e97-af37-772f-477bdd102ab7-39596cd5, #w-node-aa218470-26fa-5a6f-4d28-474c7711c0f3-39596cd5, #w-node-_4bbb1b36-4b41-7626-d6d5-8d65bcd41e10-bcd41e0d, #w-node-_4bbb1b36-4b41-7626-d6d5-8d65bcd41e12-bcd41e0d, #w-node-_1a2a9d0a-b65f-7c04-f572-259cb3d3d753-b2596cda, #w-node-eebf30f3-54b2-96fe-d7ff-fad690d685c0-b2596cda, #w-node-a652a847-c554-f13d-3dd7-1de8c682a592-f8596cdd, #w-node-ea3acc73-97dd-786e-1b54-51cbb94f1411-f8596cdd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98b9f229-e2b9-af5f-e378-4dc589aa1383-a0596cde {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_43dd1c38-396f-25be-4fc4-3746e80ddd2c-40362615, #w-node-_43dd1c38-396f-25be-4fc4-3746e80ddd43-40362615, #w-node-_1fc93dfb-5f80-f353-568b-40d68914c543-7954992d, #w-node-c30a3e72-b712-07c1-ad4c-afa6116520f8-7954992d, #w-node-_0d1b3b2b-dbe8-2ed8-53f7-95549ea482dd-4621319e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-6bdb4b62, #w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-8ae2904b, #w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-f5319609 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f6f5b7e7-cad1-ff94-581f-343e5d88bae2-7e3020a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f5-7e3020a1 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  display: none;
}

#w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f6-7e3020a1, #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f7-7e3020a1, #w-node-_5c8d2239-3c73-0486-af80-0c896d2f3a4d-7e3020a1, #w-node-_5c8d2239-3c73-0486-af80-0c896d2f3a4b-7e3020a1, #w-node-_0cdac155-d760-e7ab-f246-05e88ab95e0e-7e3020a1, #w-node-eaa02b1a-5863-faa9-0857-4e6a45d4f7bd-7e3020a1, #w-node-fe3bf8a7-3118-cd9a-ca63-4847fc556c7a-7e3020a1, #w-node-_2c1c4f2b-7544-136c-83ba-f1415cbe0519-7e3020a1, #w-node-_4bd2ccfb-030d-194d-4da2-2b154ef24a53-7e3020a1, #w-node-_597ca399-0e97-af37-772f-477bdd102ab7-7e3020a1, #w-node-aa218470-26fa-5a6f-4d28-474c7711c0f3-7e3020a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90eb286-ce2c-72a6-34b1-b7c8f599118e-06f41ca5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f5-39596cd5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f6-39596cd5, #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f7-39596cd5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-6bdb4b62, #w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-8ae2904b, #w-node-_692b07f4-e83e-0845-64ab-3635d48edde7-f5319609 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f5-7e3020a1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f6-7e3020a1, #w-node-_00659bc1-a5ae-29d4-c086-0c7861ad86f7-7e3020a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_98b9f229-e2b9-af5f-e378-4dc589aa1383-a0596cde, #w-node-b90eb286-ce2c-72a6-34b1-b7c8f599118e-06f41ca5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/montserrat-italic-variablefont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/montserrat-variablefont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Majesty';
  src: url('../fonts/majesty-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/dancingscript-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/dancingscript-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/dancingscript-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/dancingscript-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mrssaintdelafield';
  src: url('../fonts/mrssaintdelafield-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Handwriting';
  src: url('../fonts/handwriting.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bringshoot';
  src: url('../fonts/bringshoot.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}