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

.homepage {
  display: flex;
  min-height: 100vh;
  padding: 2% 5%;
  justify-content: center;
  align-items: center;
}

.body {
  background-color: #f4f6f7;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.container {
  display: block;
  max-width: 1000px;
  padding: 30px 60px 60px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(77, 78, 78, 0.34) rgba(77, 78, 78, 0.34) #b9b9b9;
  border-radius: 10px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff 35%, #e2e6ea 93%);
  box-shadow: 14px 38px 40px 10px rgba(0, 0, 0, 0.18);
}

.divblock {
  display: block;
  justify-content: center;
}

.divblock.logo {
  display: flex;
  padding: 0px;
  justify-content: center;
}

.divblock.kontakt {
  display: block;
  justify-content: center;
}

.divblock.header {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  justify-content: space-between;
  border-bottom: 0px solid #8c8c8c;
  border-radius: 0px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #246688;
  font-size: 3.6rem;
  line-height: 57px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h2 {
  color: #606060;
  font-size: 1.5rem;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #606060;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
}

.paragraph.bold {
  display: none;
  font-weight: 600;
}

.paragraph.hinweis {
  padding: 20px;
  background-color: rgba(131, 213, 255, 0.24);
}

.button {
  display: flex;
  margin-right: 0px;
  padding: 0px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
}

.button:hover {
  color: #ff0707;
}

.icon {
  display: inline-block;
  padding-right: 7px;
  -ms-grid-row-align: center;
  align-self: center;
}

.text {
  display: inline;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.text_white {
  color: #fff;
  text-decoration: none;
}

.link-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.kontakt {
  display: block;
  margin-top: 60px;
}

.text_dark {
  color: #000;
  text-decoration: none;
}

.text_dark:hover {
  color: #069443;
}

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

.logo {
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
}

.logo.bottom {
  padding-left: 0px;
}

.text_dark-copy {
  color: #000;
  text-decoration: none;
}

.text_dark-copy:hover {
  color: #069443;
}

.paragraph-2 {
  display: none;
}

.f-image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.f-gallery-image-l {
  overflow: hidden;
  height: 440px;
  border-radius: 8px;
}

.f-gallery-lightbox {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.f-h3-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #160042;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.f-heading-detail-small {
  color: #6b7094;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  position: relative;
  z-index: 5;
  display: flex;
  width: 100%;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.f-section-large {
  position: relative;
  padding: 92px 5%;
}

.f-gallery-image-s {
  height: 300px;
}

.f-gallery-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

.testimonial-slider {
  height: auto;
  max-width: 800px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-slider {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.gallery-wrapper {
  display: -ms-grid;
  display: grid;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.gallery-slide {
  height: auto;
  background-color: transparent;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  margin-bottom: 0px;
  color: #f5f7fa;
  line-height: 32px;
}

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

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

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

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

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

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

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

.brix---hidden-desktop {
  display: none;
}

.brix---btn-slider-arrow-right---testimonial-v6 {
  top: 50%;
  right: -10px;
  bottom: 0px;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  transform: translate(0px, -50%);
  transition: transform 300ms ease;
  color: #211f54;
  font-size: 26px;
  text-decoration: none;
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(0.94) translate(0px, -50%);
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  top: 50%;
  display: flex;
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.08);
  transform: translate(0px, -50%);
  transition: transform 300ms ease;
  color: #211f54;
  font-size: 26px;
  text-decoration: none;
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(0.94) translate(0px, -50%);
}

.brix---text-200-medium {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.brix---text-uppercase {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brix---text-300-bold {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.brix---color-neutral-800 {
  color: #211f54;
}

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

.brix---paragraph-default {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

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

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---heading-h3-size {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

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

.brix---avatar-circle-05-border {
  overflow: hidden;
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 28px 0 rgba(20, 20, 43, 0.1);
  transform: translate(0px, 0px);
}

.brix---card-testimonial-v6 {
  display: flex;
  padding: 80px 98px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.06);
  text-align: center;
}

.brix---inner-container-800px---center {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.brix---slider-item-pd {
  padding: 15px;
}

.brix---slider-mask {
  height: 100%;
}

.brix---slider-wrapper {
  height: 100%;
  background-color: transparent;
}

.brix---heading-h2-size {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-right: auto;
  margin-left: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-right: 24px;
  padding-left: 24px;
}

.brix---section {
  padding-top: 176px;
  padding-bottom: 176px;
  color: #fff;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---image-wrapper-br-24px {
  overflow: hidden;
  border-radius: 24px;
}

.brix---gallery-v10-wrapper {
  display: flex;
  width: 130%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.brix---btn-primary {
  padding: 26px 38px;
  justify-content: center;
  border-radius: 48px;
  background-color: #4a3aff;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.brix---btn-primary:hover {
  background-color: #281ca5;
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.brix---buttons-row-right---t-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  margin-bottom: 48px;
  align-items: end;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---section-position-relative {
  position: relative;
  overflow: hidden;
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---btn-secondary {
  padding: 26px 38px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 48px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(20, 20, 43, 0.04);
  transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #211f54;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  transform-style: preserve-3d;
}

.brix---btn-secondary:hover {
  border-color: #4a3aff;
  background-color: #4a3aff;
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brix---image-wrapper-br-24px-shadow {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: none;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---subtitle {
  margin-bottom: 8px;
  color: #4a3aff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  color: #160042;
}

.logo-2 {
  display: flex;
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.logo-2.bottom {
  padding-left: 0px;
}

.logo-1 {
  display: flex;
  padding: 0px;
  justify-content: center;
  align-items: center;
  align-self: auto;
}

.logo-1.bottom {
  padding-left: 0px;
}

.image {
  -ms-grid-row-align: auto;
  align-self: auto;
}

.spaceline {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #8c8c8c;
}

.grid {
  width: 100%;
  justify-items: stretch;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.leftside {
  margin-right: 4.3rem;
}

.rightside {
  padding-left: 15px;
}

.info {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.infotext {
  -ms-grid-row-align: center;
  align-self: center;
  color: #606060;
  text-transform: none;
}

.infotext:hover {
  color: #069443;
}

.paragraph-copy {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #606060;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
}

.paragraph-copy.bold {
  display: none;
  font-weight: 600;
}

.paragraph-copy.hinweis {
  padding: 20px;
  background-color: rgba(131, 213, 255, 0.24);
}

.paragraph-copy-copy {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #606060;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
}

.paragraph-copy-copy.bold {
  display: none;
  font-weight: 600;
}

.paragraph-copy-copy.hinweis {
  padding: 20px;
  background-color: rgba(131, 213, 255, 0.24);
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #575757;
  font-size: 2.4rem;
  font-weight: 500;
}

.adressblock {
  margin-top: 25px;
}

.brix---social-icon-square-30px {
  display: flex;
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f2f1ff;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  text-decoration: none;
}

.brix---social-icon-square-30px:hover {
  transform: scale(0.92);
}

.brix---social-media-grid-right---t-center {
  justify-content: end;
  justify-items: end;
  -ms-grid-row-align: center;
  align-self: center;
  flex: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, 36px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---paragraph-link {
  transition: color 300ms ease;
  color: #4a3aff;
  text-decoration: underline;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---paragraph-default-2 {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---grid-footer-bottom-v2 {
  align-items: center;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---footer-bottom-v2 {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #eff0f6;
  color: #6e7191;
  font-size: 18px;
  text-align: left;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---icon-mg-top {
  margin-top: 4px;
}

.brix---icon-pagraph-wrapper {
  display: flex;
  align-items: flex-start;
  color: #6e7191;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0px;
}

.brix---link-text {
  display: inline-block;
  transition: color 300ms ease;
}

.brix---link-wrapper-color-primary {
  display: flex;
  align-items: center;
  transition: color 300ms ease;
  color: #4a3aff;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.brix---link-wrapper-color-primary:hover {
  color: #281ca5;
}

.brix---footer-list-wrapper {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.brix---footer-col-title {
  margin-bottom: 40px;
  color: #211f54;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.brix---footer-link {
  transition: color 300ms ease;
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.brix---footer-link:hover {
  color: #4a3aff;
}

.brix---grid-footer-5-cols {
  grid-column-gap: 60px;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---footer-middle {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---error-message {
  margin-top: 20px;
  padding: 20px 24px;
  border-radius: 16px;
  background-color: #ffeff0;
  color: #ff5a65;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.brix---icon-success-message-left {
  margin-right: 10px;
}

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

.brix---success-message {
  padding: 28px 28px 32px;
  border-radius: 24px;
  background-color: #4a3aff;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.brix---btn-primary-2 {
  padding: 26px 38px;
  justify-content: center;
  border-radius: 48px;
  background-color: #4a3aff;
  transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transform-style: preserve-3d;
}

.brix---btn-primary-2:hover {
  background-color: #281ca5;
  transform: translate3d(0px, -3px, 0.01px);
  color: #fff;
}

.brix---input {
  min-height: 70px;
  margin-bottom: 0px;
  padding: 16px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(20, 20, 43, 0.08);
  transition: box-shadow 300ms ease, color 300ms ease, border-color 300ms ease;
  font-size: 18px;
  line-height: 20px;
}

.brix---input:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px 0 rgba(20, 20, 43, 0.1);
}

.brix---input:focus {
  border-color: #4a3aff;
  color: #211f54;
}

.brix---input::-moz-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---input::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.brix---grid-subscribe-form-button-left {
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---text-400-bold {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

.brix---color-neutral-801 {
  color: #211f54;
}

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

.brix---mg-bottom-0 {
  margin-bottom: 0px;
}

.brix---color-neutral-802 {
  color: #6e7191;
}

.brix---footer-logo {
  transition: transform 300ms ease;
  transform-style: preserve-3d;
}

.brix---footer-logo:hover {
  transform: scale3d(0.97, 0.97, 1.01);
}

.brix---grid-footer-logo-and-form {
  align-items: center;
  grid-column-gap: 210px;
  -ms-grid-columns: 1fr 1.8fr;
  grid-template-columns: 1fr 1.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---footer-top-border-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #eff0f6;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-right: 24px;
  padding-left: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid #eff0f6;
  background-color: #fff;
}

.brix---footer-bottom {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #eff0f6;
  color: #6e7191;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.brix---text-300-bold-2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---big-icon-left {
  margin-right: 16px;
  border-radius: 16px;
}

.brix---footer-cta-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.grid-footer-2-cols---form---icon {
  align-items: center;
  grid-column-gap: 120px;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---footer-middle-v15 {
  padding-top: 0px;
  padding-bottom: 32px;
}

.brix---social-media-link-text {
  margin-left: 8px;
  transition: color 300ms ease;
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
}

.brix---social-media-link-text:hover {
  color: #4a3aff;
}

.brix---icon-square-24px {
  display: flex;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f2f1ff;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  text-decoration: none;
}

.brix---icon-square-24px:hover {
  transform: scale(0.92);
}

.brix---social-media-link-wrapper {
  display: flex;
  align-items: center;
  color: #4a3aff;
  text-align: left;
  text-decoration: none;
}

.brix---social-media-link-wrapper:hover {
  color: #4a3aff;
}

.brix---icon-square-36px {
  display: flex;
  overflow: hidden;
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f2f1ff;
  transition: transform 300ms ease, background-color 300ms ease, color 300ms ease;
  text-decoration: none;
}

.brix---icon-square-36px:hover {
  transform: scale(0.92);
}

.brix---social-media-grid-left {
  justify-content: start;
  justify-items: start;
  -ms-grid-row-align: center;
  align-self: center;
  flex: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(auto-fit, 36px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  -ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brix---footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.link-block-2 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 5px;
  text-decoration: none;
  cursor: pointer;
}

.infotext-minus-hover {
  -ms-grid-row-align: center;
  align-self: center;
  color: #606060;
  text-transform: none;
}

.infotext-minus-hover:hover {
  color: #606060;
}

@media screen and (min-width: 1440px) {
  .brix---grid-footer-5-cols {
    grid-column-gap: 88px;
  }

  .brix---grid-footer-logo-and-form {
    grid-column-gap: 250px;
    -ms-grid-columns: 1.2fr 2fr;
    grid-template-columns: 1.2fr 2fr;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 150px;
    -ms-grid-columns: 1.48fr 1.4fr;
    grid-template-columns: 1.48fr 1.4fr;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 91px;
    -ms-grid-columns: minmax(340px, 1fr) auto auto auto auto;
    grid-template-columns: minmax(340px, 1fr) auto auto auto auto;
  }
}

@media screen and (min-width: 1920px) {
  .brix---gallery-v10-wrapper {
    position: static;
    width: 150%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .brix---gallery-v10-height {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 2rem;
    line-height: 31px;
  }

  .paragraph {
    font-size: 14px;
  }

  .f-gallery-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .gallery-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---gallery-v10-wrapper {
    width: 120%;
  }

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

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    -ms-grid-columns: 0.7fr;
    grid-template-columns: 0.7fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .grid {
    -ms-grid-columns: 0.5fr 1.5fr;
    grid-template-columns: 0.5fr 1.5fr;
  }

  .leftside {
    margin-right: 1rem;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
    grid-column-gap: 10px;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---footer-bottom-v2 {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---grid-footer-5-cols {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

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

  .brix---text-400-bold {
    font-size: 22px;
    line-height: 24px;
  }

  .brix---grid-footer-logo-and-form {
    grid-row-gap: 34px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---footer-top-border-bottom {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-footer-2-cols---form---icon {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---footer-middle-v15 {
    padding-top: 0px;
    padding-bottom: 94px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

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

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .h1 {
    font-size: 2.1rem;
    line-height: 36px;
  }

  .kontakt {
    margin-top: 40px;
  }

  .f-gallery-image-l {
    height: 420px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-image-s {
    height: 180px;
  }

  .f-gallery-three-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-right: 10px;
    margin-left: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

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

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

  .brix---btn-slider-arrow-right---testimonial-v6 {
    left: auto;
    top: auto;
    right: 36%;
    bottom: -86px;
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 36%;
    top: auto;
    right: auto;
    bottom: -86px;
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

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

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

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---avatar-circle-05-border {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .brix---card-testimonial-v6 {
    padding: 44px 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

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

  .brix---gallery-v10-wrapper {
    position: static;
    width: 100%;
    flex-direction: column;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

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

  .brix---grid-top---text-2-buttons {
    -ms-grid-columns: 0.9fr;
    grid-template-columns: 0.9fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 14px;
    box-shadow: 0 4px 22px 0 rgba(20, 20, 43, 0.14);
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .logo-1 {
    padding: 30px 30px 30px 0px;
  }

  .spaceline {
    margin-bottom: 30px;
  }

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

  .rightside {
    margin-top: 0px;
    padding-left: 0px;
  }

  .info {
    margin-bottom: 10px;
  }

  .adressblock {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---grid-footer-bottom-v2 {
    grid-row-gap: 14px;
  }

  .brix---icon-mg-top {
    margin-top: 0px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---grid-footer-5-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .brix---input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---text-400-bold {
    font-size: 20px;
    line-height: 22px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-300-bold-2 {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---footer-middle-v15 {
    padding-top: 0px;
    padding-bottom: 72px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---grid-footer-v1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .h1 {
    font-size: 2rem;
    line-height: 32px;
  }

  .kontakt {
    margin-top: 30px;
  }

  .f-gallery-image-l {
    height: 320px;
  }

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

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

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

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

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

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

  .gallery-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

  .brix---btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---card-testimonial-v6 {
    padding-right: 22px;
    padding-left: 22px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

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

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .spaceline {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .adressblock {
    margin-bottom: 20px;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-mg-top {
    margin-top: 0px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---grid-footer-5-cols {
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .brix---icon-success-message-left {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .brix---success-message-horizontal {
    flex-direction: column;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---input {
    min-height: 54px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---input::-moz-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .brix---grid-subscribe-form-button-left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-top-border-bottom {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .brix---text-300-bold-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    margin-right: 0px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .brix---footer-cta-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---social-media-link-text {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-24px {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#w-node-_8f6326a9-26b2-da1e-b971-ebc843cf133c-4063fd73 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_18970563-690d-38b2-9af6-6e0d27e2b998-4063fd73 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

