:root {
  --copy-grey: #686868;
  --grey-light-1: #d9d9d9;
  --white: white;
  --kaiser-dark-blue: #004369;
  --copy-light: #888;
  --royal-blue: #0069b7;
  --primary: #e6c8b2;
  --accent: #e3d19c;
  --grey-light-2: #eaeaea;
  --copy-dark: #272727;
  --blue: #180e85;
  --elements-webflow-library-accent--primary-1: #4a3aff;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-secondary--color-1: #281ca5;
  --elements-webflow-library-neutral--800: #211f54;
  --kaiser-blue: #4bf;
  --elements-webflow-library-general--shadow-02: rgba(20, 20, 43, .08);
  --elements-webflow-library-general--shadow-01: rgba(20, 20, 43, .06);
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--200: #f7f7fc;
  --elements-webflow-library-secondary--color-2: #f2f1ff;
  --elements-webflow-library-general--shadow-03: rgba(20, 20, 43, .1);
  --elements-webflow-library-neutral--400: #dcddeb;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--black-2: #333;
  --flowstica-webflow-library--medium-sea-green: #08b54f;
  --flowstica-webflow-library--white-smoke: #f7f7f7;
  --kaiser-gold: #f8cf40;
  --flowstica-webflow-library--honeydew: #cef0dc;
}

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

body {
  color: #272727;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.05em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.1em;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--copy-grey);
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4em;
}

a {
  color: var(--grey-light-1);
  text-decoration: underline;
}

ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  font-size: 1em;
  line-height: 1.4em;
}

ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
}

li {
  color: var(--copy-grey);
  margin-top: .5em;
  margin-bottom: .5em;
}

figure {
  margin-bottom: 10px;
}

.container-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-w3 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.collage-2-item {
  width: 50%;
}

.collage-2-item.big {
  width: 86%;
}

.collage-2-item.big.overlap-right {
  margin-right: -7%;
}

.collage-2-item.small {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.collage-2-elements-wrapper {
  align-items: center;
  display: flex;
}

.collage-4-item-left-side-above {
  flex: 1;
}

.collage-4-item-left-side {
  flex: 0 auto;
  width: 71%;
  margin-top: 20%;
  margin-right: -17%;
}

.collage-4-side {
  justify-content: flex-end;
  align-items: flex-start;
  width: 47%;
  display: flex;
  position: relative;
}

.collage-4-right-side-inner {
  width: 90%;
  min-height: 530px;
  margin-top: 20%;
  margin-bottom: 12%;
  position: relative;
}

.collage-4-item-right-side-above {
  width: 45%;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: -10%;
  right: auto;
}

.collage-4-elements-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.big-distance {
  padding-bottom: 14em;
}

.gallery-image {
  width: 30%;
}

.floor-plan-module {
  background-color: #ebeae6;
}

.gallery-images-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.full-width {
  width: 100%;
}

.units-column-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.units-column {
  width: 45%;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.distance-big {
  padding-top: 6.5em;
}

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

.button {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #960500;
  border: .125em solid #960500;
  border-radius: .25em;
  padding: 1.1em 1.8em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button:hover {
  background-color: var(--white);
  color: #960500;
  border: .125em solid #960500;
  transform: scale(1);
}

.button.secondary {
  border: 2px solid var(--kaiser-dark-blue);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-family: Varela, sans-serif;
}

.button.secondary:hover {
  border-color: var(--kaiser-dark-blue);
  opacity: 1;
  color: var(--kaiser-dark-blue);
}

.button.secondary.dark {
  border-color: var(--kaiser-dark-blue);
  color: var(--kaiser-dark-blue);
  margin-top: 1rem;
}

.button.secondary.dark:hover {
  color: var(--copy-light);
}

.button.small {
  padding: 1em 1.4em;
  font-size: .8em;
}

.button.navbar {
  background-color: var(--royal-blue);
  border-color: #0069b7;
  height: auto;
  padding: .6em .8em;
  font-size: .8em;
}

.button.navbar:hover {
  color: var(--grey-light-1);
}

.button.margin-right {
  border-color: var(--kaiser-dark-blue);
  background-color: var(--kaiser-dark-blue);
  color: var(--white);
  margin-right: 1.5em;
  font-family: Varela, sans-serif;
}

.button.margin-right:hover {
  color: var(--grey-light-1);
}

.button.margin-right.navbar {
  display: block;
}

.background-color-primary {
  background-color: var(--primary);
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.background-color-accent {
  background-color: var(--accent);
}

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

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.title3 {
  color: var(--copy-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.title3.light {
  font-weight: 300;
  line-height: 1.4;
}

.title3.list-symbol {
  margin-right: 9px;
  font-size: 1.4em;
}

.title6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

.title6.text-dark {
  color: var(--copy-dark);
}

.title5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.1em;
}

.title2 {
  color: var(--copy-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.title1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.05em;
}

.title1.horizontal-scrolling {
  color: var(--accent);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fffeee, #d6b85f);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1em;
}

.p-sm-start {
  padding-top: 2.25em;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.p-md-start {
  padding-top: 4.5em;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.p-xl-end {
  padding-bottom: 6.5em;
}

.p-xl-start {
  padding-top: 6.5em;
}

.units-title-px {
  font-size: 50px;
}

.units-copy-px {
  font-size: 22px;
  line-height: 29px;
}

.units-example {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.units-example.dark {
  color: #fff;
}

.units-button {
  background-color: var(--blue);
  border-radius: .3em;
  padding: .9em;
  font-size: 1.1em;
  line-height: 1.1em;
}

.units-button.px {
  padding: 20px;
  font-size: 22px;
  line-height: 22px;
}

.image.icon-home-about {
  border-radius: 1000px;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  margin-top: 9px;
  margin-right: 33px;
}

.units-circle {
  background-color: #180e85;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  font-size: 40px;
  line-height: 1.1em;
  display: flex;
}

.units-circle.px {
  width: 120px;
  height: 120px;
  line-height: 22px;
}

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

.units-item {
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  font-weight: 700;
}

._3-column-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._3-column-item {
  width: 30%;
}

.icon-circle-md-wrapper {
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  font-size: 30px;
  display: flex;
}

.icon-circle-md-wrapper.white {
  background-color: #fff;
}

.icon-circle-md-wrapper.blue {
  background-color: var(--blue);
}

.icon-circle-md-wrapper.grey {
  background-color: #e9e9e9;
}

.icon-sm {
  width: 1em;
  height: 1em;
}

.icon-sm.blue {
  color: var(--blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.p-xs-start {
  padding-top: 1em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.svg-dark-bg {
  background-color: var(--blue);
}

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

.butten-primary-icon-inner {
  text-align: left;
  align-items: center;
  display: flex;
}

.button-symbol {
  color: #fff;
  width: 24px;
  height: 24px;
  margin-right: 11px;
}

.button-symbol.icon-left {
  width: 1.2em;
  height: 1.2em;
  margin-left: -.05em;
  margin-right: .6em;
}

.button-icon-text {
  color: var(--white);
  line-height: 1em;
}

.button-primary-icon {
  background-color: var(--blue);
  background-image: linear-gradient(-45deg, var(--blue), #00b1f1);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border-radius: 3px;
  padding: 1.1em 1.6em;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .25s;
  transform: translate(0);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.button-primary-icon:hover {
  color: #fff;
  transform: translate(0, -5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

.grid-parent {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  height: 260px;
  display: flex;
  position: relative;
}

.num-txt {
  margin-top: 15px;
  margin-right: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.btn-parent {
  color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-txt-1, .btn-txt-2 {
  position: absolute;
}

.teaser-wrapper {
  align-items: flex-end;
  position: relative;
}

.grid-bg-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.teaser-content {
  z-index: 1;
  color: #fffde7;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.9em;
  display: flex;
  position: relative;
}

.teaser-content.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 2.6em;
  padding-right: 2.6em;
}

.link-more {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-more-description {
  color: #fffde7;
  margin-right: 8px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
}

.grid-teaser-title {
  margin-top: 10px;
  margin-bottom: 26px;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.grid-teaser-title.special {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.9em;
}

.grid-teaser-sub-title {
  letter-spacing: 3px;
  font-weight: 400;
}

.arrow-icon {
  margin-top: 1px;
}

.grid-test-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.grid-test-image.md {
  min-height: 200px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
  height: 990px;
}

.grid-4 {
  grid-template-rows: auto 23%;
  grid-template-columns: 1.25fr 1fr 1fr;
  height: 80vh;
}

.grid-example-bg {
  background-color: #02070f;
}

.grid-copy {
  margin-right: 4.6em;
  font-size: 1em;
}

.position-box {
  width: 47%;
}

.position-box.xl {
  z-index: 1;
  width: 80%;
  position: relative;
}

.position-box.overlap {
  z-index: 2;
  position: relative;
  top: -70px;
  left: -107px;
}

.position-two-elements {
  justify-content: space-between;
  display: flex;
}

.body {
  background-color: #fff9ea;
}

.shadow-md {
  box-shadow: 0 55px 100px rgba(26, 19, 2, .47);
}

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

.center-w4.gutter-outside {
  max-width: 1000px;
}

.modal-wrapper {
  background-color: #fff;
  padding: 4em;
  position: relative;
  box-shadow: 0 66px 100px rgba(0, 0, 0, .11);
}

.icon-xl {
  width: 3em;
  height: 3em;
}

.icon-xl.close-modal {
  position: absolute;
  top: -20px;
  right: -20px;
}

.sticky-right-wrapper {
  width: 60%;
}

.sticky-example {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.scroll-up {
  color: #fff9ea;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
}

.scroll-up-wrapper {
  background-color: #aa9c79;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  font-size: 30px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 25px;
}

.absolut-headline {
  width: 80%;
  font-size: 4.3em;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: -13%;
  right: auto;
}

.sticky-box {
  background-color: #fff;
  padding: 4em;
  position: relative;
  box-shadow: 0 66px 100px rgba(0, 0, 0, .11);
}

.sticky-box.sticky {
  width: 30%;
  padding: 2.6em;
  position: -webkit-sticky;
  position: sticky;
  top: 3em;
}

.body-layout {
  background-color: #f6f6f6;
}

.header-distance {
  padding-top: 72px;
}

.copy-medium {
  color: var(--copy-grey);
  font-size: 1em;
  line-height: 1.4em;
}

._2-column-wrapper {
  justify-content: space-between;
  display: flex;
}

.column-auto {
  flex: 1;
}

.column-auto.color-content-right {
  justify-content: flex-end;
  display: flex;
}

.column-right {
  width: 50%;
}

.share-wrapper {
  align-items: center;
  display: flex;
}

.share-circle {
  background-color: var(--grey-light-2);
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 2.3em;
  height: 2.3em;
  margin-right: 12px;
  font-size: 24px;
  transition: all .25s ease-out;
  display: flex;
  transform: scale(1);
}

.share-circle:hover {
  background-color: var(--accent);
  transform: scale(1.1);
}

.background-color-copy-dark {
  background-color: var(--copy-dark);
}

.share-icon {
  width: 1em;
  height: 1em;
}

.infotext {
  color: var(--copy-light);
  font-size: .7em;
  line-height: 1.3em;
}

.infotext.testimonial-company-name {
  margin-top: 6px;
}

.gutter-description {
  background-color: var(--grey-light-2);
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
}

.input-field {
  color: var(--copy-dark);
  min-height: 54px;
  margin-bottom: 1.8em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid var(--copy-light);
}

.input-field:focus {
  border: 1px solid var(--copy-dark);
  background-color: #fcfcfc;
}

.input-field.textarea {
  min-height: 250px;
}

.input-field.dropdown {
  background-color: rgba(227, 209, 156, .28);
  font-size: .9em;
}

.input-label {
  margin-bottom: 12px;
  font-weight: 400;
}

.footer-inner {
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

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

.gallery-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.img-color-wrapper {
  text-align: right;
  width: 40%;
  padding-right: 42px;
}

.copy-small {
  color: var(--copy-grey);
  font-size: .85em;
  line-height: 1.4em;
}

.nav-main-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 72px;
  display: flex;
}

.logo {
  width: auto;
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.logo.instagram {
  width: 65px;
}

.nav-main {
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 2px 0 100px rgba(0, 0, 0, .1);
}

.lang-wrapper {
  border-left: 1px solid #dcdcdc;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.nav-link {
  color: #a2a8ad;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  padding: 4px 0 2px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.nav-link:hover {
  color: #bf8b34;
}

.nav-link.w--current {
  color: #bf8b34;
  border-bottom: 2px solid #bf8b34;
}

.nav-link.dropdown {
  margin-right: 12px;
  padding-right: 16px;
}

.nav-link.dropdown-list {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link.lang {
  margin-left: 6px;
  margin-right: 0;
}

.nav-link.lang.active {
  color: var(--copy-dark);
}

.nav-main-items-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-main-dropdown-icon {
  margin-right: 0;
  font-size: 13px;
}

.nav-main-dropdwon-list.w--open {
  background-color: #fff;
  padding-top: 20px;
}

.nav-main-ghost {
  width: 0%;
}

.home-img-text-combo {
  background-color: #bbbfc7;
}

.img-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.img-text-content {
  z-index: 1;
  color: #fff;
  width: 48%;
  position: absolute;
}

.copy-large {
  color: var(--copy-grey);
  font-size: 1.2em;
}

.copy-large.text-white {
  color: #fff;
}

.text-overlay-gradient {
  background-image: linear-gradient(to right, #bbbfc7, rgba(185, 185, 185, 0));
  width: 44%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.play-icon {
  width: 15px;
  height: 15px;
}

.play-icon-circle {
  background-color: #fff;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.slider-image {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.slider-image-mask {
  padding-bottom: 50px;
}

.slider-image-arrow {
  color: #664512;
  font-size: 26px;
  font-weight: 700;
}

.slider-btn-wrapper {
  background-color: var(--accent);
  border-radius: 999em;
  width: 60px;
  height: 60px;
  position: relative;
}

.right-arrow {
  align-items: center;
  width: 60px;
  padding-bottom: 48px;
  display: flex;
  right: 25px;
}

.slide-nav {
  font-size: 10px;
}

.left-arrow {
  align-items: center;
  width: 60px;
  padding-bottom: 48px;
  display: flex;
  left: 25px;
}

.column-title {
  width: 37%;
}

.divider {
  background-color: var(--grey-light-1);
  height: 1px;
}

.card-slideshow {
  overflow: hidden;
}

.slider-card {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  padding-top: 130px;
  position: relative;
}

.slider-card-mask {
  width: 22vw;
  padding-bottom: 55px;
  overflow: visible;
}

.card-item {
  width: 22vw;
  margin-right: 3vw;
  position: relative;
}

.card-content-wrapper {
  z-index: 2;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.slider-card-icon {
  width: 42px;
  height: 42px;
}

.text-white {
  color: #fff;
}

.text-white.card-title {
  margin-bottom: 18px;
  font-size: 2.1em;
  font-weight: 300;
}

.card-gradient-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(213, 213, 213, 0));
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.card-slider-title-wrapper {
  max-width: 650px;
}

.card-slider-dots {
  height: 30px;
  font-size: 9px;
}

.card-slider-btn-left {
  width: auto;
  top: 55px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.card-slider-btn-icon {
  width: 40px;
}

.card-slider-btn-right {
  width: auto;
  top: 55px;
  bottom: auto;
  left: 80px;
  right: auto;
}

.gallery-thumbnail-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 7px;
  width: 95px;
  height: 95px;
  margin-bottom: 22px;
  margin-left: 22px;
  margin-right: 22px;
}

.gallery-thumbnail-wrapper-2 {
  justify-content: center;
  display: flex;
}

.gallery-item {
  justify-content: center;
  margin-bottom: 18px;
}

.home-slideshow {
  overflow: hidden;
}

.rich-text-custom h2, .rich-text-custom h3, .rich-text-custom h1 {
  margin-top: 2em;
  margin-bottom: 12px;
}

.rich-text-custom p {
  margin-bottom: 0;
}

.rich-text-custom h6, .rich-text-custom h4 {
  margin-top: 2em;
  margin-bottom: 12px;
}

.rich-text-custom figure {
  margin-top: 3em;
  margin-bottom: 3em;
}

.rich-text-custom h5 {
  margin-top: 2em;
  margin-bottom: 12px;
}

.home-stage {
  background-color: var(--accent);
}

.map-wrapper {
  height: 440px;
}

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

.success-message {
  background-color: var(--accent);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-result-item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.brand {
  align-self: flex-end;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

.hide-on-desktop-tablet {
  display: none;
}

.css-naming-section {
  background-color: #f0eee9;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.css-image-wrapper {
  max-width: 440px;
  margin-bottom: 50px;
}

.button-1 {
  text-transform: none;
  background-color: #3f3f3f;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 12px;
  padding: 20px 25px;
}

.testimonials-wrapper {
  background-color: #f0eee9;
  max-width: 900px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-image-wrapper {
  width: 100%;
}

.testimonial-description-wrapper {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.testimonial__person-img-wrapper {
  width: 120px;
  height: 120px;
  margin-top: -65px;
  margin-bottom: 25px;
}

.testimonial-person {
  object-fit: cover;
  border-radius: 999em;
  width: 100%;
  height: 100%;
  box-shadow: 6px 6px 66px rgba(0, 0, 0, .22);
}

.testimonial-name-wrapper {
  margin-top: 25px;
}

.example-sections {
  padding-top: 9em;
  padding-bottom: 9em;
}

.home-intro.p-xl-end {
  margin-top: 6em;
}

.card-wrapper {
  background-color: var(--white);
  text-align: center;
  width: 30%;
  margin-bottom: 3em;
  box-shadow: 0 44px 88px -5px rgba(0, 0, 0, .14);
}

.teaser-card-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 180px;
  margin-bottom: 180px;
  display: flex;
}

.body-flexbox-example {
  background-color: #f6f6f6;
}

.card-description-wrapper {
  padding: 45px 30px;
}

.country {
  margin-bottom: 10px;
}

.card-title {
  margin-bottom: 16px;
  font-weight: 300;
  line-height: 1.1em;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.home-lessons {
  padding-bottom: 8em;
}

.lesson-item-wrapper {
  align-items: flex-start;
  margin-bottom: 1.2em;
  display: flex;
}

.back-wrapper {
  z-index: 10;
  background-color: var(--accent);
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-size: 30px;
  transition: all .2s;
  display: flex;
  position: fixed;
  top: 12px;
  bottom: auto;
  left: 12px;
  right: auto;
  transform: scale(1);
  box-shadow: 0 16px 33px rgba(0, 0, 0, .11);
}

.back-wrapper:hover {
  transform: scale(1.08);
}

.content-start {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.feature-section {
  color: var(--grey-light-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.stage-scroll-animation {
  z-index: 0;
  height: 350vh;
  position: relative;
}

.scroll-wrapper-fixed {
  background-color: #fddbdb;
  width: 100%;
  height: 100%;
  position: fixed;
}

.design-txt {
  z-index: 0;
  color: #000;
  width: 150%;
  position: absolute;
}

.images-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.scroll-image-wrapper {
  width: 100%;
}

.image-pos1 {
  z-index: 2;
  width: 100%;
  max-width: 450px;
  position: absolute;
  left: 10%;
}

.image-pos2 {
  z-index: 2;
  width: 100%;
  max-width: 450px;
  margin-bottom: -15%;
  position: absolute;
  right: 10%;
}

.image-pos3 {
  z-index: 1;
  width: 100%;
  max-width: 450px;
  margin-bottom: -10%;
  position: absolute;
  left: 10%;
}

.image-pos4 {
  z-index: 1;
  width: 100%;
  max-width: 450px;
  margin-bottom: -20%;
  position: absolute;
  right: 10%;
}

.logo-carousel {
  margin-top: 5em;
  overflow: hidden;
}

.logo-carousel-wrapper {
  align-items: flex-start;
  width: 200%;
  display: flex;
}

.logo-carousel-card-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.logo-carousel-card {
  background-color: var(--grey-light-2);
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 190px;
  margin: 40px 20px;
  padding: 20px;
  display: flex;
}

.card-logo {
  width: 100%;
  max-width: 130px;
}

.grid-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
  height: 80vh;
}

.grid-teaser-title2 {
  margin-top: 10px;
  margin-bottom: 26px;
  font-size: 3em;
  font-weight: 100;
  line-height: 1.2em;
}

.teaser-wrapper-parallax {
  align-items: flex-end;
  padding-left: 42px;
  padding-right: 42px;
  position: relative;
  overflow: hidden;
}

.grid-bg-img-parallax {
  z-index: 0;
  object-fit: cover;
  width: 108%;
  max-width: none;
  height: 120%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.grid-bg-img-parallax3 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-animieren {
  overflow: hidden;
}

.button-primary {
  background-color: var(--blue);
  border-radius: .3em;
  padding: 1em 1.1em;
  font-size: 1em;
  line-height: 1.1em;
  transition: all .3s;
}

.button-primary:hover {
  color: #f8ff7c;
  background-color: #645acc;
}

.button-primary.has-press:active {
  color: var(--blue);
  background-color: #f1d744;
}

.c-link {
  color: #ee5305;
  text-transform: none;
  border-bottom: 2px solid #ee5304;
  font-size: 24px;
  text-decoration: none;
  transition: all .35s;
}

.c-link:hover {
  color: var(--blue);
  border-bottom-color: rgba(238, 83, 4, .39);
}

.button-secondary {
  color: var(--white);
  background-color: #ee5407;
  border-radius: .3em;
  padding: 1em 1.1em;
  font-size: 1em;
  line-height: 1.1em;
  transition: all .3s;
  box-shadow: 0 11px 20px rgba(82, 34, 10, .31);
}

.button-secondary:hover {
  box-shadow: 0 8px 12px rgba(82, 34, 10, .19);
}

.press-down {
  transition: all .2s;
  transform: scale(1);
}

.press-down:active {
  transform: scale(.92);
}

.lottie-section {
  background-color: var(--blue);
  color: var(--grey-light-2);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.extra-large {
  font-size: 5em;
}

.lottie-wrapper {
  padding-right: 3.5em;
  overflow: hidden;
}

.lottie-wrapper.scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.lottie-scroll-animation {
  background-color: #ffe8cd;
  position: relative;
}

.lottie-elements {
  min-height: 100vh;
  position: relative;
}

.dropdown-toggle {
  background-color: var(--grey-light-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.lottie-animation-4 {
  width: 30px;
  height: 30px;
  margin-left: 8px;
}

.dropdown-list-2 {
  background-color: var(--grey-light-1);
}

.dropdown-list-2.w--open {
  background-color: var(--grey-light-2);
  margin-top: -9px;
  padding-bottom: 18px;
}

.page-transition-section {
  background-color: #ffe8cd;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.page-transition {
  z-index: 3000;
  background-color: var(--accent);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-transition-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.pre-loader-page-content {
  background-color: #ffe8cd;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.preloader-wrapper {
  z-index: 3000;
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.preloader-lottie {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.scrolling-content {
  z-index: 10;
  background-color: #fddbdb;
  position: relative;
}

.image-zoom-on-scroll {
  z-index: 10;
  background-color: #ecbebe;
  justify-content: center;
  align-items: flex-start;
  height: 130vh;
  display: flex;
  position: relative;
}

.image-zoom-wrapper {
  width: 30vw;
  height: 32vh;
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}

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

.nav-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 35px;
  display: flex;
  position: relative;
}

.n-link {
  color: var(--white);
  text-transform: none;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 3.6em;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.n-link:hover {
  color: #f8b345;
}

.nav-projects-wrapper {
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.nav-right-item {
  padding-left: 35px;
  text-decoration: none;
}

.nav-project-img {
  object-fit: cover;
  height: 540px;
  margin-bottom: 15px;
}

.content {
  background-color: #ffe8cd;
  position: relative;
}

.nav-link-item {
  overflow: hidden;
}

.nav-item-link {
  color: var(--grey-light-2);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .7em;
  text-decoration: none;
}

.nav-item-link.social-link {
  margin-left: 20px;
}

.nav-social-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.lottie-toggle {
  width: 35px;
}

.navbar {
  background-color: var(--copy-dark);
  height: 75px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-burger-wrapper {
  z-index: 3000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 75px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-burger-bg {
  z-index: 1;
  background-color: var(--copy-dark);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.nav-burger-inner {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-burger-inner.center-w1.gutter-outside {
  justify-content: space-between;
}

.burger-toggle.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.content-section {
  background-color: #16110d;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.horizontal-scrolling {
  color: var(--accent);
  background-color: #201b18;
}

.flex-teaser-wrapper {
  background-color: #201b18;
  align-items: flex-start;
  width: 400vh;
  display: flex;
}

.horizontal-teaser-wrapper {
  border-right: 1px solid rgba(227, 209, 156, .18);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100vh;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

.horizontal-teaser-wrapper.bottom {
  justify-content: flex-end;
}

.fixed-bottom-element {
  padding-bottom: 10vh;
}

.horizontal-teaser-link {
  color: var(--accent);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: .7em;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.horizontal-teaser-copy {
  color: rgba(227, 209, 156, .4);
  margin-top: 10px;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4em;
}

.fixed-top-element {
  padding-top: 10vh;
}

.horizontal-scrolling-size {
  height: 400vh;
  position: relative;
}

.horizontal-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.webflow-slider-animation {
  color: #fff;
  width: 100vw;
  height: 100vh;
  font-size: 1vw;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}

.slide-content-wrapper {
  align-items: flex-start;
  display: flex;
}

.slide-half {
  background-color: #1c181b;
  background-image: linear-gradient(315deg, #140f12, #2e252c);
  width: 40%;
  height: 100vh;
  position: relative;
}

.slide-half.image {
  flex: 1;
  overflow: hidden;
}

.slide-half-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-arrow {
  width: 2.3em;
  margin-bottom: 2em;
  margin-left: 2.2em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-arrow.right {
  left: 4em;
}

.slider-title {
  z-index: 2;
  font-size: 12em;
  font-weight: 300;
  line-height: .9em;
  position: relative;
}

.slide-text-wrapper {
  width: 140%;
  padding-top: 3.5em;
  padding-left: 4em;
}

.slide-btn-img {
  width: 100%;
}

.slide-text-block {
  z-index: 2;
  padding-top: 1.2em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1;
  position: relative;
}

.slide-dots {
  display: none;
}

.pinterest-grid-list {
  column-count: 3;
  flex-wrap: wrap;
  column-gap: 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.pinterest-grid-item {
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}

.pinterest-grid-description {
  color: #fff;
  background-image: linear-gradient(to top, #000, rgba(143, 143, 143, 0));
  padding: 30px 25px 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pinterest-grid {
  margin-top: 90px;
}

.grid-item-description {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .7em;
}

.webflow-slider, .external-slider {
  padding-top: 7em;
  padding-bottom: 7em;
}

.slider-prev {
  align-items: center;
  height: 100%;
  margin-left: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: auto;
}

.slider-arrow {
  width: .7em;
}

.slider-next {
  align-items: center;
  margin-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0;
}

.slider-arrow-button {
  background-color: var(--white);
  color: var(--blue);
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  font-size: 30px;
  transition: all .25s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: scale(1);
}

.slider-arrow-button:hover {
  transform: scale(1.1);
}

.slider-arrow-button:active {
  transform: scale(.9);
}

.slider-arrow-button.right {
  left: 2.8em;
}

.cms-image-slider {
  position: relative;
}

.tiny-carousel {
  margin-bottom: 12px;
}

.colored-body {
  background-color: #ffe5d3;
}

.faq-section {
  margin-bottom: 10em;
}

.faq-arrow-icon {
  width: 1em;
  height: 1em;
  font-size: 30px;
}

.faq-item-wrapper {
  background-color: #fffaf7;
  margin-bottom: .5em;
  transition: background-color .2s;
  box-shadow: 0 25px 66px rgba(0, 0, 0, .09);
}

.faq-item-wrapper:hover {
  background-color: #fff;
}

.faq-question {
  cursor: pointer;
  justify-content: center;
  align-items: stretch;
  padding: 1.4em 5.5em 1.4em 1.5em;
  display: flex;
  position: relative;
}

.faq-question.answer {
  padding-top: 1.2em;
  padding-bottom: 2.3em;
}

.faq-answer-wrapper {
  position: relative;
  overflow: hidden;
}

.faq-title {
  width: 100%;
  padding-right: 5.5em;
}

.faq-item-symbol {
  background-color: #fff0e6;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1.3em;
  padding-right: 1.3em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog-collection-list {
  grid-column-gap: 3em;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-teaser-item {
  background-color: #fff;
  margin-bottom: 3em;
}

.blog-teaser-info-wrapper {
  padding: 3.5em 2em;
}

.author-wrapper {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.author-wrapper.blogpost {
  justify-content: center;
  margin-bottom: 4.5em;
}

.author-profile-picture {
  object-fit: cover;
  border-radius: 999em;
  width: 40px;
  height: 40px;
  margin-right: 11px;
}

.author-profile-picture.blogpost {
  width: 50px;
  height: 50px;
}

.author-name {
  color: var(--copy-light);
  font-size: .7em;
}

.blog-teaser-meta {
  margin-bottom: 12px;
}

.blog-teaser-meta.blogpost {
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.blog-teaser-link {
  text-decoration: none;
}

.blog-post-stage {
  margin-top: 7.5em;
}

.blog-post-main-img {
  width: 100%;
}

.blog-post-meta {
  text-align: center;
}

.blog-post-title {
  font-size: 4.5em;
}

.blog-post-content-wrapper {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.blog-post-category {
  margin-right: 6px;
}

.blog-overview {
  margin-bottom: 10em;
}

.meta-divider {
  margin-left: 6px;
  margin-right: 6px;
}

.blog-overview-category-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.blog-category-archive {
  margin-bottom: 10em;
}

.blog-archive-filter-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-archive-categories {
  display: flex;
}

.dropdown-list {
  background-color: var(--grey-light-2);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.author-filter-wrapper {
  justify-content: flex-end;
  display: flex;
}

.link-filter {
  background-color: #dfdfdf;
  border-radius: 999em;
  margin-bottom: 12px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 12px 19px;
  font-size: 18px;
  text-decoration: none;
}

.link-filter.filter-reset.press-down.w--current, .link-filter.press-down.w--current {
  background-color: var(--primary);
}

.filter-description {
  text-align: right;
  margin-bottom: 18px;
}

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

.blog-overview-category-item {
  margin-left: 12px;
  margin-right: 12px;
}

.custom-code-area {
  background-color: #fff;
  padding: 4em;
  position: relative;
  box-shadow: 0 66px 100px rgba(0, 0, 0, .11);
}

.video-embed {
  height: 400px;
}

.collection-item {
  position: relative;
}

.coordinaten-embed {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.coordinate-dot {
  z-index: 3;
  cursor: pointer;
  background-color: #ff3a3a;
  border: 5px solid rgba(255, 255, 255, .54);
  border-radius: 999em;
  width: 40px;
  height: 40px;
  transition: all .2s;
  position: absolute;
  top: 30px;
  left: 57px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .09);
}

.coordinate-dot:hover {
  transform: scale(1.2);
}

.coordinate-dot.display-none {
  display: none;
  top: 45px;
  left: 122px;
}

.interactive-image-item {
  margin-bottom: 50px;
  position: relative;
}

.blog-post-categories {
  align-items: center;
  display: flex;
}

.brand-name {
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

.p-xxxs-end {
  padding-bottom: .5em;
}

.cookie-placeholder-symbol {
  background-color: #f8eed8;
  width: 100%;
  height: 100%;
}

.cookie-placeholder-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
}

.cookie-placeholder-content {
  color: #1c2532;
  text-align: center;
  font-size: .9em;
}

.example-cookie-banner {
  padding-top: 6em;
  padding-bottom: 6em;
}

.example-cookie-banner-title {
  padding-bottom: 1.5em;
}

.example-video-iframe {
  height: 0;
  padding-bottom: 56.2061%;
  position: relative;
}

.richtext-placeholder-wrapper {
  color: #020222;
  text-align: center;
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  line-height: 1.4em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.richtext-placeholder-text {
  max-width: 90%;
}

.video-placeholder-icon {
  max-width: 21%;
  margin-bottom: 1.3em;
}

.arrow-after {
  transition: all .45s;
}

.logo-carousel-card-2 {
  background-color: rgba(255, 255, 255, .11);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-height: 8.5em;
  margin-right: 25px;
  padding: 1.7em;
  font-size: 18px;
  display: flex;
}

.logo-carousel-wrapper-2 {
  align-items: flex-start;
  width: 6500px;
  display: flex;
}

.logo-carousel-card-wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.logo-carousel-responsive-beispiel {
  color: var(--white);
  background-color: #030223;
  margin-top: 5em;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.card-logo-2 {
  width: 100%;
  max-width: 7.5em;
  max-height: 2.75em;
}

.card-logo-2.full-width {
  max-width: 100%;
  max-height: none;
}

.client-carousel-gradient {
  background-image: linear-gradient(to right, #020222, rgba(2, 2, 34, 0));
  width: 200px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.client-carousel-gradient.right {
  background-image: linear-gradient(to right, rgba(2, 2, 34, 0), #020222);
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
}

.body-2 {
  background-color: var(--white);
  color: var(--white);
  font-size: 20px;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  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: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brix---header-right-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.header-nav-link {
  color: var(--kaiser-dark-blue);
  padding: 0;
  font-family: Varela, sans-serif;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .3s;
}

.header-nav-link:hover {
  color: #0069b7;
}

.brix---header-nav-list-item-middle {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .8em;
  padding-right: .8em;
  display: flex;
}

.brix---header-nav-list-item-middle.visible-none {
  display: none;
}

.brix---dropdown-link {
  color: var(--kaiser-dark-blue);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--kaiser-blue);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  background-color: var(--white);
  padding: 40px;
}

.brix---dropdown-card {
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  border: 0 #000;
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  color: var(--grey-light-1);
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--grey-light-1);
  align-items: center;
  padding: 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: 20px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #960500;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.brix---header-menu-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.header-logo {
  width: 350px;
  max-width: 350px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---container-default {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.brix---header-wrapper {
  z-index: 999;
  background-color: var(--white);
  background-image: none;
  width: 100%;
  padding-top: .75em;
  padding-bottom: .75em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: fixed;
}

.text-block {
  color: var(--kaiser-dark-blue);
  font-family: Varela, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  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: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  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: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

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

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

.paragraph-default {
  color: var(--white);
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library-neutral--100);
}

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

.heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1em;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---hero-bg-image-dark-header-top {
  background-image: none;
  flex-flow: row;
  justify-content: flex-start;
  height: auto;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
  position: static;
  overflow: hidden;
}

.brix---hamburger-menu-bar-bottom-white, .brix---hamburger-menu-bar-top-white {
  background-color: var(--elements-webflow-library-neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library-neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---show-on-tablet {
  display: none;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library-neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---header-wrapper-transparent {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---position-relative {
  background-image: linear-gradient(rgba(0, 67, 105, .2), rgba(0, 67, 105, .2)), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/entuempelung-hi-bg.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  padding-top: 40px;
  position: relative;
}

.bold {
  font-weight: 700;
}

.brix---opacity-10 {
  opacity: .1;
  display: block;
}

.brix---floating-image-hero-v1---1 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -41%;
  right: auto;
}

.brix---opacity-20 {
  opacity: .35;
  filter: blur();
  width: 100%;
  height: 100%;
}

.brix---floating-image-hero-v1---2 {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 11%;
  transform: rotate(140deg);
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  color: var(--elements-webflow-library-neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  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: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  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: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

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

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

.brix---paragraph-default {
  color: var(--grey-light-1);
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
}

.brix---paragraph-default.black {
  color: var(--kaiser-dark-blue);
  font-family: Varela, sans-serif;
  font-weight: 500;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library-neutral--600);
}

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

.heading-h1-size---white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Varela, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 66px;
}

.heading-h1-size---white.center {
  text-align: center;
  font-size: 1.8rem;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---grid-hero-v1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---container-default-2 {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 24px;
}

.brix---section-hero-primary {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  position: static;
  top: 40px;
  bottom: 40px;
  overflow: hidden;
}

.brix---section-hero-primary.white {
  background-color: var(--white);
  padding-top: 150px;
  padding-bottom: 150px;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
}

.brix---section-hero-primary.white.padding {
  padding-top: 150px;
  padding-bottom: 150px;
}

.brix---logo-strip-v9-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---card-logo-strip-v9 {
  border: 1px none var(--elements-webflow-library-neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 24px;
  padding: 2rem 60px;
}

.brix---section-small {
  padding-top: 0;
  padding-bottom: 0;
}

.brix---paragraph-link {
  color: var(--elements-webflow-library-accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

.brix---mg-bottom-0 {
  color: var(--grey-light-1);
  margin-bottom: 0;
}

.brix---footer-bottom-v14 {
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold {
  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: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-200 {
  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: 18px;
  line-height: 20px;
}

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

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

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library-neutral--200);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  transform: scale3d(.96, .96, 1.01);
}

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

.brix---footer-col-title {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---footer-link {
  color: var(--grey-light-1);
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: var(--grey-light-1);
}

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

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

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

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

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

.brix---paragraph-default-2 {
  color: var(--white);
  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: 18px;
  line-height: 30px;
}

.brix---paragraph-default-2.white {
  color: var(--grey-light-2);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  width: 300px;
  transition: transform .3s;
}

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

.brix---footer-logo-wrapper {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

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

.grid-footer-4-cols-v14 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .8fr auto auto;
}

.brix---footer-top-border-bottom {
  border-bottom: 1px solid var(--elements-webflow-library-neutral--300);
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---footer-wrapper {
  background-color: var(--kaiser-dark-blue);
  border: 1px solid #000;
}

.gallery-lightbox-list {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 27em;
  display: flex;
}

.gallery-lightbox-wrapper {
  border-radius: .9em;
  width: 8vw;
  min-width: 8em;
  max-width: 10em;
  height: 8vw;
  min-height: 8em;
  max-height: 10em;
  overflow: hidden;
}

.cta-link {
  color: #272531;
  border-bottom-style: solid;
  border-bottom-width: .1em;
  text-decoration: none;
}

.cta-link.is-bright {
  color: #fffbf5;
}

.gallery-item-content-wrapper {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  max-width: 46em;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-gallery-item {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.gallery-item-sticky {
  color: #fffbf5;
  background-color: #1f1f1f;
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-gallery-item-last {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.gallery-lightbox-thumbnail {
  object-fit: cover;
  border-radius: .9em;
  width: 100%;
  height: 100%;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.gallery-lightbox-thumbnail:hover {
  transform: scale(1.15);
}

.section-gallery {
  display: none;
}

.gallery-item-media {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gutter-outside-2 {
  padding-left: 7em;
  padding-right: 7em;
}

.lightbox-bg-image-wrapper {
  opacity: .7;
}

.gallery-item-inner {
  width: 100%;
  height: 100%;
}

.gallery-scroll-distance {
  height: 100vh;
  position: relative;
}

.title1-2 {
  font-size: 4.25em;
  font-weight: 600;
  line-height: 1.1;
}

.p-xs-start-2 {
  padding-top: 1.6em;
}

.copy-medium-2 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.45em;
}

.gallery-item-content-inner {
  justify-content: center;
  width: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
  display: block;
}

.gallery-item-media-gradient {
  z-index: 2;
  background-image: linear-gradient(270deg, rgba(218, 218, 218, 0), rgba(21, 20, 26, .78));
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.title4-2 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.p-xs-start-3 {
  padding-top: 1.6em;
}

.title4-3 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.tabs-menu-wrapper {
  background-color: #464646;
  border-radius: 999em;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.third-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.title3-2 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2em;
}

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

.tabs-nav-item-underline2 {
  grid-column-gap: .5em;
  color: rgba(255, 255, 255, .5);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline2:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-nav-item-underline2.w--current {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.second-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-nav-unterline {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tab-content-image {
  border-radius: 1.4em;
}

.container-w3-2 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 22px 2.5em rgba(0, 0, 0, .4);
}

.p-md-end-2 {
  padding-bottom: 5.5em;
}

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

.section-tabs {
  background-color: #000;
  min-height: 100vh;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
  display: none;
}

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

.tabs-menu-underline-wrapper {
  background-color: #464646;
  border-radius: 1.4em;
  align-items: center;
  padding: 1em 2.5em 1.2em;
  display: flex;
}

.tabs-nav-icon {
  width: 1.5em;
  height: 1.5em;
}

.tabs-nav-text {
  z-index: 1;
  position: relative;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #525252;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 500;
}

.brix---half-bg-bottom-70 {
  z-index: -1;
  background-color: var(--elements-webflow-library-neutral--200);
  width: 100%;
  height: 70%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---icon-success-message-big {
  width: 60px;
  margin-bottom: 10px;
}

.brix---success-message {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-area {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 22px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---text-area:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---text-area:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---text-area::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---input-label {
  color: var(--elements-webflow-library-neutral--800);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}

.brix---input {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-02);
  border-radius: 100px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.brix---input:hover {
  border-color: var(--elements-webflow-library-accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-03);
}

.brix---input:focus {
  border-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--800);
}

.brix---input::placeholder {
  color: var(--elements-webflow-library-neutral--600);
  font-size: 18px;
}

.brix---form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---card-form {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 56px 40px;
}

.brix---icon-square-acent-36px {
  background-color: var(--elements-webflow-library-accent--primary-1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

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

.brix---heading-h3-size {
  color: var(--copy-dark);
  margin-top: 0;
  margin-bottom: 12px;
  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: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--800);
}

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

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

.brix---paragraph-default-3 {
  color: var(--copy-grey);
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library-neutral--600);
}

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

.brix---heading-h2-size {
  color: var(--white);
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-2-contact-v9 {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.brix---link-wrapper-color-primary {
  color: var(--elements-webflow-library-accent--primary-1);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-color-primary:hover {
  color: var(--elements-webflow-library-secondary--color-1);
}

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

.brix---card-link-center {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  color: var(--elements-webflow-library-neutral--600);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---card-link-center:hover {
  transform: scale3d(.94, .94, 1.01);
}

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

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

.brix---heading-h1-size {
  color: var(--grey-light-1);
  margin-top: 0;
  margin-bottom: 16px;
  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: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: var(--elements-webflow-library-accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

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

.brix---section-position-relative {
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: static;
  overflow: hidden;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library-neutral--800);
}

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

.brix---paragraph-default-4 {
  color: var(--grey-light-1);
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---display-2 {
  color: var(--grey-light-1);
  margin-right: 1.5rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
}

.brix---display-2.grey {
  color: var(--grey-light-1);
}

.brix---display-2.black {
  color: #0069b7;
  clear: none;
}

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

.brix---card-content-center {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

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

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

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

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

.brix---section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, #000, rgba(0, 0, 0, 0));
  border-radius: 16px;
}

.container-default {
  flex: 1;
  max-width: 1209px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.home-about-details {
  align-items: flex-start;
  margin-bottom: 52px;
  display: flex;
}

.home-about-details.last {
  margin-bottom: 0;
}

.bg {
  position: absolute;
}

.bg.arrow-wrapper {
  justify-content: center;
  display: flex;
  bottom: -116px;
  left: 0;
  right: 0;
}

.container-small-550px {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-550px.home-about {
  text-align: center;
  max-width: 900px;
  margin-bottom: 80px;
  font-family: Varela, sans-serif;
}

.title.home-about-details-title {
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 1.5em;
}

.title.home-about-details-title.black {
  color: #212529;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.3rem;
}

.image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.home-about {
  border-radius: 20px;
  max-width: 48%;
  margin-right: 30px;
}

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

.section.white {
  background-color: var(--white);
  font-weight: 500;
}

.section.background.image {
  background-image: linear-gradient(360deg, rgba(0, 0, 0, .75), var(--elements-webflow-library-general--shadow-02) 72%, rgba(20, 20, 43, .08)), linear-gradient(to bottom, rgba(0, 0, 0, .9), rgba(20, 20, 43, .32)), url('../images/amg-gt.jpg');
  background-position: 0 0, 0 0, 53%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.home-about-details-content {
  max-width: 425px;
}

.split-content.home-about-content {
  max-width: 519px;
}

.home-about-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.button-secondary-2 {
  color: #1e3d60;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #e7eaee;
  border-radius: 1000px;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
  transition: transform .3s, background-color .3s;
}

.button-secondary-2:hover {
  color: #1e3d60;
  background-color: #becad7;
  transform: scale3d(.96, .96, 1.01);
}

.paragraph.home-about-details-paragraph {
  color: var(--grey-light-1);
  margin-bottom: 0;
}

.paragraph.home-about-details-paragraph.black {
  color: #212529;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.paragraph-2 {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
}

.paragraph-2.back {
  color: var(--kaiser-dark-blue);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.paragraph-2.white {
  color: var(--grey-light-2);
  margin-bottom: 100px;
}

.pricing-row {
  justify-content: center;
  display: flex;
}

.pricing-wrapper {
  padding: 50px;
}

.pricing-wrapper.center {
  z-index: 9999;
  text-align: center;
  background-color: #1665af;
  background-image: linear-gradient(45deg, #000, #1665af);
  border-radius: 12px;
  width: 350px;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.pricing-wrapper.right {
  float: right;
  text-align: left;
  background-color: #fafafa;
  background-image: linear-gradient(135deg, #bcc3df, #fff);
  border-radius: 12px;
  width: 335px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: -15px;
  padding-top: 50px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}

.middle-column-price-block, .pricing-small-title.center {
  text-align: center;
}

.pricing-plan {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-top-color: #e7e8ea;
  border-bottom: 1px solid #f1f1f7;
  height: 1px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 40px;
}

.pricing-plan.colored {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(255, 255, 255, .3);
  border-bottom-color: rgba(255, 255, 255, .3);
  height: 1px;
}

.color-line {
  background-color: #7567f8;
  border-bottom: 3px solid #1665af;
  align-items: center;
  width: 20%;
  margin: -2px auto 15px;
  display: block;
}

.color-line.pricing {
  background-color: #1665af;
  border-bottom-color: #1665af;
  width: 25%;
  margin: 10px 0 40px;
}

.color-line.pricing.white {
  background-color: #fff;
  border-bottom-color: #fff;
}

.color-line.pricing.white.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-pricing-text {
  color: #7567f8;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
  line-height: 80px;
}

.big-pricing-text.free {
  color: #1665af;
  margin-top: 0;
  margin-bottom: 8px;
  padding-right: 5px;
  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: 2rem;
  line-height: 2rem;
  display: inline-block;
}

.big-pricing-text.white {
  color: #fff;
  font-size: 45px;
}

.big-pricing-text.white.inline {
  color: #fff;
  margin-bottom: 30px;
  padding-right: 5px;
  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: 2rem;
  line-height: 2rem;
}

.big-pricing-text.white.inline._2 {
  font-size: 20px;
}

.big-pricing-text.inline {
  color: #1665af;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
  display: inline-block;
}

.image-7 {
  filter: invert();
  border-radius: 100%;
  width: 20px;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.image-7.white {
  filter: none;
}

.list-item {
  padding-left: 30px;
  line-height: 24px;
  position: relative;
}

.list-text {
  color: #a0a0a0;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.list-text.white {
  color: #fff;
}

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

.top-padding.center {
  margin-bottom: 0;
}

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

.brix---pricing-v8-title-table {
  color: var(--elements-webflow-library-neutral--600);
  margin-bottom: 10px;
  display: none;
}

.brix---pricing-content-wrapper, .brix---pricing-content-wrapper-empty {
  border-bottom: 1px solid var(--elements-webflow-library-neutral--400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 94px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---btn-primary-small-full-width {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-full-width:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

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

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

.brix---text-201 {
  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: 18px;
  line-height: 20px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library-neutral--600);
}

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

.brix---pricing-table-top {
  border-bottom: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 0;
  padding: 56px 24px 48px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.brix---pricing-table-top-featured {
  border-bottom: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-secondary--color-2);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 0;
  padding: 56px 24px 48px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.brix---pricing-column-featured {
  background-color: var(--elements-webflow-library-secondary--color-2);
}

.brix---pricing-content-wrapper-left {
  border-bottom: 1px solid var(--elements-webflow-library-neutral--400);
  color: var(--elements-webflow-library-neutral--600);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 94px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

.brix---pricing-table-top-first {
  border-bottom: 1px solid var(--elements-webflow-library-neutral--400);
  background-color: var(--elements-webflow-library-neutral--100);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 230px;
  padding: 56px 24px 48px 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.brix---grid-4-columns-pricing-tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default-5 {
  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: 18px;
  line-height: 30px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  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: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library-accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

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

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

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

.brix---section-2 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---btn-primary-full-width {
  background-color: var(--elements-webflow-library-accent--primary-1);
  color: var(--elements-webflow-library-neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--elements-webflow-library-secondary--color-1);
  color: var(--elements-webflow-library-neutral--100);
  transform: translate3d(0, -3px, .01px);
}

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

.brix---color-neutral-809 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---heading-h1-size-3 {
  margin-top: 0;
  margin-bottom: 16px;
  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: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library-neutral--800);
}

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

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

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

.brix---text-200-list-medium {
  color: var(--copy-dark);
  text-align: left;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
}

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

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

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

.brix---text-200-bold-2 {
  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: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---divider-40px {
  background-color: var(--elements-webflow-library-neutral--400);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.brix---paragraph-default-6 {
  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: 18px;
  line-height: 30px;
}

.brix---display-4 {
  color: var(--copy-dark);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}

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

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

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

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

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

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

.brix---pricing-content-v2 {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 28px;
  display: block;
}

.brix---card {
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border: 1px solid #044ea8;
  border-radius: 24px;
}

.brix---3-columns-1-col-tablet-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.brix---subtitle-3 {
  color: var(--elements-webflow-library-accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

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

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

.brix---section-3 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---accordion-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: flex;
}

.brix---mg-bottom-4 {
  color: var(--elements-webflow-library-neutral--100);
  margin-bottom: 0;
}

.brix---mg-bottom-4.black {
  color: #212529;
  font-family: Varela, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.brix---paragraph-default-7 {
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library-neutral--100);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---accordion-item-wrapper-v7 {
  border: 1px none var(--elements-webflow-library-neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 48px 0;
  font-family: Varela, sans-serif;
  transition: transform .3s;
  display: block;
}

.brix---accordion-item-wrapper-v7:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

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

.brix---heading-h2-size-2 {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

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

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

.brix---section-4 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.text-span {
  color: #af2626;
}

.heading-h1-size---black {
  color: var(--kaiser-dark-blue);
  font-family: Varela, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 3rem;
}

.bold-text {
  color: var(--white);
  font-family: Varela, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.bold-text-2 {
  color: #000;
  font-size: 3rem;
  line-height: 3.2rem;
}

.bold-text-2.white {
  color: var(--grey-light-2);
  font-size: 2rem;
}

.wbs-hero-2-rating {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wbs-hero-2-rating-wrap {
  margin-left: 0;
}

.hero-2-rating-client-image {
  border-radius: 0%;
  width: 120px;
  height: 60px;
  margin-left: 0;
  margin-right: 20px;
}

.hero-2-rating-client-image.autoscout {
  width: 85px;
  height: 50px;
}

.wbs-hero-2-rating-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.wbs-spacing-30 {
  height: 1.875rem;
}

.body-3 {
  background-color: rgba(0, 0, 0, 0);
}

.image-8 {
  border-radius: 16px;
  max-width: 100%;
}

.wbs-heading-h5 {
  color: #010b15;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

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

.wbs-step-3-arrow-image-top {
  opacity: .25;
  position: absolute;
  top: -8%;
  bottom: 0%;
  left: 46%;
  right: 0%;
}

.wbs-step-3-arrow-image-bottom {
  opacity: .25;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: 8%;
  right: 0%;
}

.wbs-section-5 {
  padding: 4rem 5%;
}

.wbs-step-3-simple-number {
  color: #0b6cb5;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
}

.wbs-step-3-arrow-image-last {
  opacity: .25;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 23%;
}

.wbs-step-3-item-top {
  margin-top: 100px;
}

.wbs-step-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.brix---btn-slider-arrow-right---top-right {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-left {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  bottom: auto;
  left: auto;
  right: 84px;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---icon-square-36px-2 {
  background-color: var(--elements-webflow-library-secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

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

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

.brix---paragraph-default-8 {
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library-neutral--600);
}

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

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

.brix---color-accent-2 {
  color: var(--elements-webflow-library-accent--primary-1);
}

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

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  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: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-link {
  color: var(--elements-webflow-library-neutral--800);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  transition: color .3s;
}

.brix---heading-h3-size-link:hover {
  color: var(--elements-webflow-library-accent--primary-1);
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---mg-bottom-16px-5 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

.brix---avatar-image-link {
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---avatar-circle-06 {
  border-radius: 50%;
  width: 130px;
  max-width: 130px;
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-team-v1 {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px 56px;
  display: flex;
}

.brix---slide-item-mg {
  margin-right: 28px;
}

.brix---slider-mask-width-388px {
  max-width: 388px;
  height: 100%;
  overflow: visible;
}

.brix---slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.brix---heading-h2-size-3 {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library-neutral--800);
}

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

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

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

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

.brix---accordion-arrow-icon-2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.brix---accordion-icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.brix---mg-bottom-5 {
  color: var(--elements-webflow-library-neutral--100);
  margin-bottom: 0;
  font-family: Varela, sans-serif;
}

.brix---mg-bottom-5.align-center {
  text-align: center;
}

.brix---mg-bottom-5.align-center.grey {
  color: var(--kaiser-dark-blue);
}

.brix---mg-bottom-5.grey {
  color: var(--kaiser-dark-blue);
  text-align: center;
}

.brix---paragraph-default-9 {
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-2 {
  color: var(--kaiser-dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 1.625rem;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-width-660px-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---accordion-item-wrapper-v7-2 {
  border: 1px none var(--elements-webflow-library-neutral--300);
  color: var(--elements-webflow-library-neutral--100);
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  font-family: Varela, sans-serif;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 2px 12px rgba(52, 123, 156, .27);
}

.brix---accordion-item-wrapper-v7-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---accordion-item-wrapper-v7-2.top {
  margin-top: 100px;
  box-shadow: 0 2px 12px rgba(52, 123, 156, .27);
}

.brix---accordion-item-wrapper-v7-2.top-button-margin {
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 60px;
  box-shadow: 0 2px 12px rgba(52, 123, 156, .27);
}

.brix---accordion-item-wrapper-v7-2.radius {
  border-radius: 20px;
}

.brix---accordion-item-wrapper-v7-2.no-boxshadow {
  box-shadow: none;
  transition-property: none;
}

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

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

.brix---heading-h2-size-4 {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

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

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

.brix---section-5 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  color: var(--elements-webflow-library-neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default-10 {
  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: 18px;
  line-height: 30px;
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---accordion-spacer-3 {
  min-height: 16px;
}

.brix---acordion-body-3 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-818 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---accordion-header-3 {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---accordion-item-wrapper-v3-last {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

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

.brix---accordion-v3-card {
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library-general--shadow-01);
  border-radius: 24px;
  padding: 88px 74px;
}

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

.brix---heading-h2-size-5 {
  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: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

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

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

.brix---section-6 {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.mehr-lesen {
  color: var(--royal-blue);
}

.body-4 {
  background-color: #000;
}

.heading-h2 {
  color: var(--grey-light-1);
  text-align: center;
  margin-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.heading-h3 {
  color: var(--grey-light-1);
  font-family: Varela, sans-serif;
}

.text-block-2 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.text-block-2._1-2rem-1-5rem {
  color: var(--grey-light-1);
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.heading-h4 {
  color: var(--grey-light-1);
  font-family: Varela, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.heading-2 {
  color: var(--grey-light-1);
  font-family: Varela, sans-serif;
}

.link, .link-2, .link-3 {
  color: var(--grey-light-1);
}

.container {
  margin-top: 0;
}

.hero-text {
  margin-top: 20px;
}

.text-block-3 {
  color: var(--grey-light-1);
}

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

.wbs-feature-image-decoration {
  border-radius: 5px;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wbs-feature-image {
  border-radius: 10px;
}

.wbs-feature-split-3-image {
  position: relative;
}

.wbs-button-black {
  background-color: var(--flowstica-webflow-library--black);
  color: var(--flowstica-webflow-library--white);
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-black:hover {
  background-color: var(--flowstica-webflow-library--black-2);
  color: var(--flowstica-webflow-library--white);
}

.wbs-spacing-31 {
  height: 1.875rem;
}

.wbs-feature-sub-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2em;
}

.wbs-feature-icon {
  flex: none;
  height: 40px;
}

.wbs-feature-left-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.wbs-feature-split-3-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid rgba(1, 11, 21, .1);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: flex;
}

.wbs-lead-text {
  color: var(--flowstica-webflow-library--black);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-spacing-20 {
  height: 1.25rem;
}

.wbs-heading-h4 {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-feature-split-3 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.wbs-section {
  padding: 6.25rem 5%;
}

.div-block-2 {
  color: var(--white);
}

.h2-div {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: rgba(0, 105, 183, 0);
  background-clip: border-box;
  width: auto;
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  overflow: visible;
}

.heading-3 {
  font-size: 1.4em;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.container-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wbs-pricing-4-list-text {
  color: var(--kaiser-dark-blue);
  font-size: 14px;
}

.wbs-pricing-4-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.wbs-pricing-4-list-title {
  margin-bottom: 10px;
  display: block;
}

.wbs-pricing-4-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.wbs-button-border {
  color: var(--flowstica-webflow-library--black);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(1, 11, 21, .12);
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-button-border:hover {
  background-color: var(--flowstica-webflow-library--black);
  color: var(--flowstica-webflow-library--white);
}

.wbs-pricing-4-small-list {
  margin-bottom: 20px;
}

.wbs-pricing-4-price {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  font-size: 30px;
}

.wbs-pricing-4-price-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.wbs-pricing-4-badge {
  background-color: var(--flowstica-webflow-library--white);
  color: var(--flowstica-webflow-library--medium-sea-green);
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.wbs-pricing-4-title {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 24px;
}

.wbs-pricing-4-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.wbs-pricing-4-item {
  background-color: var(--flowstica-webflow-library--white-smoke);
  color: var(--kaiser-dark-blue);
  border-radius: 16px;
  padding: 40px;
}

.wbs-button-primary-1 {
  background-color: var(--flowstica-webflow-library--medium-sea-green);
  color: var(--flowstica-webflow-library--white);
  text-align: center;
  border-radius: 6px;
  padding: 13px 30px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .3s ease-in-out;
}

.wbs-button-primary-1:hover {
  background-color: var(--flowstica-webflow-library--black);
}

.wbs-pricing-4-item-active {
  border: 1px solid var(--flowstica-webflow-library--medium-sea-green);
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px;
}

.wbs-pricing-4-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.wbs-section-6 {
  background-color: var(--kaiser-dark-blue);
  padding: 6.25rem 5%;
}

.wbs-feature-title {
  color: var(--flowstica-webflow-library--black);
  text-transform: capitalize;
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.2em;
}

.wbs-feature-icon-2 {
  flex: none;
  height: 40px;
}

.wbs-feature-icon-simple {
  margin-bottom: 20px;
}

.wbs-feature-split-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wbs-button-link-icon-image {
  height: 20px;
}

.wbs-button-link-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.wbs-feature-split-button {
  margin-top: auto;
}

.wbs-heading-h5-2 {
  color: var(--kaiser-dark-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-feature-split-left {
  background-color: var(--flowstica-webflow-library--white-smoke);
  border-radius: 10px;
  flex-direction: column;
  padding: 30px;
  display: flex;
  position: relative;
}

.wbs-feature-split {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-spacing-32 {
  height: 1.875rem;
}

.wbs-lead-text-2 {
  color: var(--kaiser-dark-blue);
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.wbs-heading-h4-2 {
  color: var(--kaiser-dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.3em;
}

.wbs-feature-title-wrap-center {
  text-align: center;
}

.wbs-section-7 {
  padding: 100px 5%;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  color: var(--kaiser-dark-blue);
}

.wbs-testimonial-avatar-name {
  color: var(--flowstica-webflow-library--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.wbs-testimonial-avatar-name-wrap {
  text-align: left;
}

.wbs-blog-avatar-image {
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.wbs-testimonial-avatar {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wbs-testimonial-content {
  color: var(--flowstica-webflow-library--black);
}

.wbs-testimonial-star-image {
  margin-bottom: 10px;
}

.wbs-testimonial-item {
  border: 1px solid rgba(1, 11, 21, .12);
  border-radius: 10px;
  padding: 1.875rem;
}

.wbs-testimonials-items {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.bold-text-3, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  color: var(--kaiser-dark-blue);
}

@media screen and (min-width: 1440px) {
  .button.navbar {
    padding: .6em .8em;
  }

  .logo {
    width: auto;
  }

  .logo.instagram {
    width: 75px;
  }

  .brix---header-nav-menu-list {
    margin-top: 0;
  }

  .brix---header-menu-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .header-logo {
    margin-right: 150px;
  }

  .brix---header-content-wrapper {
    justify-content: space-between;
  }

  .brix---container-default {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .brix---header-wrapper {
    background-color: var(--white);
    background-image: none;
  }

  .brix---hero-bg-image-dark-header-top {
    width: 100%;
    max-width: 100%;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .brix---position-relative {
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .brix---grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .brix---container-default-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brix---section-hero-primary.white.padding {
    position: static;
  }

  .brix---paragraph-default-2 {
    color: var(--white);
  }

  .brix---footer-logo-wrapper {
    padding: 10px 20px;
  }

  .grid-footer-4-cols-v14 {
    grid-column-gap: 80px;
    grid-template-columns: .9fr auto auto auto;
  }

  .brix---form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container-small-550px.home-about {
    max-width: 780px;
  }

  .section {
    position: relative;
  }

  .button-secondary-2.none {
    display: none;
  }

  .wbs-hero-2-rating {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .container-w2.gutter-outside.tablet-down-full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .collage-2-item, .collage-2-item.big {
    width: 100%;
  }

  .collage-2-item.big.overlap-right {
    width: 100%;
    margin-bottom: -18%;
    margin-right: 0%;
    padding-right: 10%;
  }

  .collage-2-item.small {
    flex: 0 auto;
    width: 40%;
  }

  .container-w1.gutter-outside.tablet-down-full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .collage-2-elements-wrapper {
    justify-content: flex-end;
  }

  .collage-4-item-left-side-above {
    width: 100%;
  }

  .collage-4-item-left-side {
    width: 70%;
    margin-top: 10%;
    margin-right: -10%;
  }

  .collage-4-side {
    width: 100%;
  }

  .collage-4-right-side-inner {
    margin-top: 15%;
  }

  .collage-4-elements-wrapper {
    flex-wrap: wrap;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .button.margin-right.navbar {
    display: block;
  }

  .gutter-outside, .units-image-wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-primary-icon {
    line-height: 15px;
  }

  .link-more-description {
    font-size: .7em;
  }

  .grid-teaser-title {
    font-size: 2.2em;
  }

  .grid-teaser-title.special {
    font-size: 1.9em;
  }

  .grid-teaser-sub-title {
    font-size: .6em;
  }

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

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

  .position-box, .position-box.xl {
    width: 100%;
  }

  .position-box.overlap {
    width: 100%;
    top: -288px;
    left: 170px;
  }

  .position-two-elements {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .center-w4 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .sticky-right-wrapper {
    width: 53%;
  }

  .absolut-headline {
    margin-bottom: 30px;
    position: static;
  }

  .sticky-box.sticky {
    width: 40%;
    padding: 1.4em;
  }

  ._2-column-wrapper {
    flex-direction: column;
  }

  .column-auto.color-content-right {
    order: 1;
  }

  .column-right {
    width: 100%;
  }

  .img-color-wrapper {
    margin-top: 2em;
    padding-right: 0;
  }

  .nav-main-wrapper {
    justify-content: space-between;
  }

  .logo.instagram {
    width: 65px;
  }

  .lang-wrapper {
    border-top: 1px solid var(--copy-light);
    border-left-width: 0;
    height: auto;
    padding-bottom: 72px;
  }

  .nav-link {
    margin-top: 11px;
    margin-bottom: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .nav-link.dropdown {
    margin-bottom: -10px;
  }

  .nav-link.dropdown-list {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .nav-main-items-wrapper {
    background-color: #fff;
    height: 100vh;
    overflow: scroll;
  }

  .nav-main-dropdwon-list {
    background-color: #fff;
    display: block;
    position: relative;
  }

  .nav-main-dropdwon-list.w--open {
    padding-top: 0;
  }

  .nav-main-items, .img-text-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .img-text-content {
    text-align: center;
    width: 90%;
    padding-top: 4em;
    padding-bottom: 4em;
    position: static;
  }

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

  .column-title {
    width: 100%;
  }

  .slider-card-mask, .card-item {
    width: 42vw;
  }

  .home-intro.p-xl-end {
    margin-top: 4em;
  }

  .card-wrapper {
    width: 100%;
  }

  .teaser-card-wrapper {
    flex-direction: column;
    margin-top: 80px;
  }

  .image-pos1 {
    bottom: 46%;
    left: 4%;
  }

  .image-pos2 {
    right: 3%;
  }

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

  .grid-teaser-title2 {
    font-size: 2.2em;
  }

  .nav-links-wrapper {
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .nav-projects-wrapper {
    display: none;
  }

  .nav-social-wrapper {
    justify-content: center;
  }

  .nav-burger-inner.center-w1.gutter-outside {
    overflow: auto;
  }

  .horizontal-scrolling {
    overflow: hidden;
  }

  .flex-teaser-wrapper {
    width: 400vw;
  }

  .horizontal-scrolling-size {
    height: 100%;
  }

  .horizontal-sticky {
    overflow: auto;
  }

  .webflow-slider-animation {
    font-size: 13px;
  }

  .slide-half {
    width: 57%;
  }

  .slide-arrow {
    width: 2em;
  }

  .slide-arrow.right {
    margin-left: 0;
    margin-right: 2em;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider-title {
    white-space: pre-wrap;
    width: 88vw;
    font-size: 10em;
  }

  .slide-text-wrapper {
    width: 94%;
  }

  .pinterest-grid-list {
    column-count: 2;
  }

  .slider-arrow-button {
    margin-left: 4vw;
  }

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

  .blog-archive-categories {
    justify-content: center;
  }

  .blog-archive-filter-item {
    width: 100%;
    margin-bottom: 50px;
  }

  .author-filter-wrapper {
    justify-content: center;
  }

  .filter-description, .filter-description.left {
    text-align: center;
  }

  .logo-carousel-card-2 {
    width: 20em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 1em;
    padding-left: 3em;
    padding-right: 3em;
    font-size: 20px;
  }

  .logo-carousel-wrapper-2 {
    width: 210em;
  }

  .logo-carousel-card-wrapper-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .card-logo-2 {
    max-width: 8em;
  }

  .client-carousel-gradient {
    width: 90px;
  }

  .client-carousel-gradient.right {
    background-image: linear-gradient(to right, rgba(2, 2, 34, 0), #020222);
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: #0069b7;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    background-color: #0069b7;
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-nav-list-item-middle.visible-none {
    display: block;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 1px;
    padding: 24px;
  }

  .header-logo {
    max-width: 232px;
  }

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

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

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library-neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library-neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---show-on-tablet {
    display: block;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library-neutral--800);
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library-neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library-neutral--300);
    background-color: var(--elements-webflow-library-neutral--100);
    padding: 24px;
  }

  .brix---header-wrapper-transparent {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---floating-image-hero-v1---1 {
    bottom: -14%;
    left: -42%;
  }

  .brix---floating-image-hero-v1---2 {
    top: 24%;
    right: -30%;
  }

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

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

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

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

  .brix---card-logo-strip-v9 {
    padding: 72px 32px;
  }

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

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

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

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

  .grid-footer-4-cols-v14 {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .gallery-lightbox-list {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: center;
    max-width: 41em;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-item-content-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .gutter-outside-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .lightbox-bg-image-wrapper {
    opacity: .3;
  }

  .gallery-scroll-distance {
    height: 105vh;
  }

  .gallery-item-media-gradient {
    width: 100%;
  }

  .brix---card-form {
    padding: 54px 32px;
  }

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

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

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

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

  .brix---grid-2-contact-v9 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

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

  .brix---mg-bottom-160px {
    margin-bottom: 100px;
  }

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

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

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

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

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

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

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .home-about-details {
    margin-bottom: 50px;
  }

  .bg.arrow-wrapper {
    bottom: -100px;
  }

  .container-small-550px.home-about {
    margin-bottom: 50px;
  }

  .image-wrapper.home-about {
    max-width: 552px;
    margin-right: 0;
  }

  .section {
    padding-top: 147px;
    padding-bottom: 147px;
  }

  .split-content.home-about-content {
    margin-bottom: 60px;
  }

  .home-about-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .pricing-wrapper.center {
    width: 49%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-wrapper.right {
    width: 47%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-plan {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---pricing-v8-title-table {
    display: block;
  }

  .brix---pricing-content-wrapper, .brix---pricing-content-wrapper-empty {
    min-height: 140px;
  }

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

  .brix---pricing-column-first {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .hero-2-rating-client-image {
    width: 90px;
  }

  .hero-2-rating-client-image.autoscout {
    width: 80px;
    height: 45px;
  }

  .wbs-step-3-arrow-image-top, .wbs-step-3-arrow-image-bottom {
    display: none;
  }

  .wbs-step-3-item {
    text-align: center;
    width: 400px;
  }

  .wbs-section-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-step-3-arrow-image-last {
    display: none;
  }

  .wbs-step-3-item-top {
    text-align: center;
    width: 400px;
    margin-top: 0;
  }

  .wbs-step-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .brix---btn-slider-arrow-right---top-right {
    top: auto;
    bottom: -90px;
    left: auto;
    right: 39.5%;
  }

  .brix---btn-slider-arrow-right---top-left {
    top: auto;
    bottom: -90px;
    left: 39.5%;
    right: auto;
  }

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

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

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

  .brix---avatar-circle-06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .brix---slider-mask-width-388px {
    position: static;
  }

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

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

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v7-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

  .brix---accordion-spacer-3 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---accordion-v3-card {
    padding: 64px 48px;
  }

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

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

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

  .wbs-feature-image {
    width: 100%;
  }

  .wbs-feature-split-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .wbs-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .wbs-section-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-feature-split-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .wbs-feature-split {
    max-width: 100%;
  }

  .wbs-section-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-testimonial-avatar {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .wbs-testimonials-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.8em;
  }

  h2 {
    font-size: 2em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1em;
  }

  .collage-2-item, .collage-2-item.big {
    width: 100%;
  }

  .collage-2-item.big.overlap-right {
    margin-bottom: 4vw;
    margin-right: 0%;
    padding-right: 0%;
  }

  .collage-2-item.small {
    flex: 0 auto;
    width: 100%;
  }

  .collage-4-item-left-side-above {
    flex: 0 auto;
  }

  .collage-4-item-left-side {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 4vw;
    margin-right: 0%;
  }

  .collage-4-side {
    flex-wrap: wrap;
  }

  .collage-4-right-side-inner {
    width: 100%;
    margin-top: 4vw;
    margin-bottom: 0%;
  }

  .collage-4-item-right-side-above {
    width: 100%;
    margin-top: 4vw;
    position: static;
  }

  .big-distance {
    padding-bottom: 6em;
  }

  .gallery-images-wrapper {
    width: 50%;
    margin-right: 18px;
  }

  .units-column-wrapper {
    flex-wrap: wrap;
  }

  .units-column {
    width: 100%;
    margin-bottom: 2em;
  }

  .distance-big {
    padding-top: 6em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .title6 {
    font-size: 1em;
  }

  .title5 {
    font-size: 1.2em;
  }

  .title2 {
    font-size: 2em;
  }

  .title1 {
    font-size: 2.8em;
  }

  .units-button.px {
    font-size: 17px;
  }

  .image.icon-home-about {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._3-column-wrapper {
    flex-wrap: wrap;
  }

  ._3-column-item {
    width: 100%;
    margin-bottom: 2em;
  }

  .button-primary-icon {
    font-size: 15px;
  }

  .teaser-content {
    min-height: 500px;
  }

  .grid-test-image {
    min-height: 300px;
  }

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

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

  .position-box {
    width: 100%;
  }

  .sticky-right-wrapper {
    width: 100%;
    margin-top: 70px;
  }

  .sticky-example {
    flex-wrap: wrap;
  }

  .scroll-up-wrapper {
    bottom: 10px;
    right: 10px;
  }

  .sticky-box.sticky {
    width: 100%;
    position: static;
  }

  .slider-card-mask, .card-item {
    width: 85vw;
  }

  .gallery-thumbnail {
    width: 85px;
    height: 85px;
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .brand {
    padding-left: 0;
  }

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop-tablet {
    display: block;
  }

  .back-wrapper {
    font-size: 27px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

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

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

  .n-link {
    font-size: 3em;
  }

  .horizontal-teaser-wrapper {
    height: 80vh;
  }

  .slide-content-wrapper {
    flex-direction: column;
    height: 100vh;
  }

  .slide-half {
    width: 100%;
    height: auto;
    padding: 7em 2em;
  }

  .slide-half.image {
    flex: 1;
    padding: 0;
  }

  .slide-arrow {
    width: 1.7em;
    margin-left: 1em;
  }

  .slide-arrow.right {
    margin-right: 1em;
  }

  .slider-title {
    width: auto;
    font-size: 6em;
  }

  .slide-text-wrapper {
    width: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .slide-text-block {
    font-size: 1.8em;
  }

  .pinterest-grid-list {
    column-count: 1;
  }

  .blog-teaser-info-wrapper {
    padding: 1.4em;
  }

  .author-filter-wrapper {
    flex-wrap: wrap;
  }

  .link-filter {
    font-size: 14px;
  }

  .brand-name {
    padding-left: 0;
  }

  .logo-carousel-card-2 {
    border-radius: 5px;
    width: 15em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 13px;
  }

  .logo-carousel-wrapper-2 {
    width: 160em;
  }

  .client-carousel-gradient {
    width: 42px;
  }

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

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
    background-color: #0069b7;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-nav-list-item-middle.mobile-none {
    display: none;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
  }

  .header-logo {
    max-width: 90%;
  }

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

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

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

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

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

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .brix---hero-bg-image-dark-header-top {
    height: auto;
    padding-top: 155px;
    padding-bottom: 120px;
  }

  .brix---floating-image-hero-v1---1 {
    max-width: 500px;
  }

  .brix---floating-image-hero-v1---2 {
    max-width: 480px;
  }

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

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

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

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

  .heading-h1-size---white {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .gallery-lightbox-wrapper {
    width: 43%;
    max-width: none;
  }

  .gallery-scroll-distance {
    height: 102vh;
  }

  .title1-2 {
    font-size: 3.4em;
  }

  .p-xs-start-2 {
    padding-top: 1.6em;
  }

  .copy-medium-2 {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .title4-2 {
    font-size: 1.5em;
  }

  .p-xs-start-3 {
    padding-top: 1.6em;
  }

  .title4-3 {
    font-size: 1.5em;
  }

  .title3-2 {
    font-size: 2em;
  }

  .p-md-end-2 {
    padding-bottom: 4em;
  }

  .brix---text-area {
    border-radius: 18px;
  }

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

  .brix---form-grid-2-columns {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .brix---card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

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

  .brix---grid-2-contact-v9 {
    grid-template-columns: 1fr;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

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

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

  .brix---mg-bottom-160px {
    margin-bottom: 80px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

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

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

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

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

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

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

  .home-about-details {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .bg.arrow-wrapper {
    bottom: -83px;
  }

  .container-small-550px.home-about {
    margin-bottom: 40px;
  }

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

  .home-about-details-content {
    max-width: none;
  }

  .split-content.home-about-content {
    width: 100%;
    max-width: 552px;
    margin-bottom: 50px;
  }

  .home-about-wrapper {
    margin-bottom: 40px;
  }

  .button-secondary-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-wrapper.center {
    flex: 0 auto;
    width: 69%;
  }

  .pricing-wrapper.right {
    width: 66%;
    margin-right: 0;
  }

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

  .brix---pricing-content-wrapper-empty {
    display: none;
  }

  .brix---btn-primary-small-full-width {
    padding: 16px 32px;
  }

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

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

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

  .brix---pricing-table-top, .brix---pricing-table-top-featured {
    min-height: auto;
    padding: 40px 18px;
    position: static;
  }

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

  .brix---pricing-table-top-first {
    min-height: auto;
    padding: 40px 18px;
    position: static;
  }

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

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

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

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

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

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

  .brix---heading-h1-size-3 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---mg-top-40px {
    margin-top: 32px;
  }

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

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

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

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

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

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

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

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

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

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

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding: 40px 24px;
  }

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

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

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

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

  .wbs-step-3-item {
    width: 300px;
  }

  .wbs-section-5 {
    padding: 2rem 2%;
  }

  .wbs-step-3-item-top {
    width: 300px;
  }

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

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

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

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

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

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

  .brix---avatar-circle-06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

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

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

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

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v7-2 {
    padding: 40px 24px;
  }

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

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

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

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

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3-last, .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---accordion-v3-card {
    padding: 40px 32px;
  }

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

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

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

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

  .wbs-section, .wbs-section-6 {
    padding: 2rem 2%;
  }

  .wbs-feature-split {
    grid-template-columns: 1fr;
  }

  .wbs-section-7 {
    padding: 2rem 2%;
  }

  .wbs-testimonial-avatar {
    flex-direction: row;
    align-items: center;
  }

  .wbs-testimonials-items {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
  }

  .collage-2-item.big.overlap-right, .collage-4-item-left-side {
    margin-bottom: 20px;
  }

  .collage-4-item-right-side-above {
    margin-top: 20px;
  }

  .big-distance {
    padding-bottom: 5em;
  }

  .gallery-images-wrapper {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .distance-big {
    padding-top: 5em;
  }

  .button {
    background-color: #0069b7;
    border-color: #0069b7;
    width: 100%;
    margin-bottom: 1.25em;
    font-family: Varela, sans-serif;
  }

  .button:hover {
    color: #0069b7;
    border-color: #0069b7;
  }

  .button.secondary {
    padding: .9em 1.1em;
  }

  .button.margin-right {
    width: auto;
    margin-right: 0;
    padding: .9em 1.5em;
  }

  .button.margin-right.navbar {
    padding: .6em .8em;
    font-size: .6em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .units-title-px {
    font-size: 42px;
  }

  .units-copy-px {
    font-size: 17px;
    line-height: 25px;
  }

  .units-button.px {
    padding: 12px;
  }

  .image.icon-home-about {
    margin-bottom: 15px;
  }

  .units-circle {
    font-size: 26px;
  }

  .units-image-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-icon-text {
    font-size: 14px;
  }

  .button-primary-icon {
    padding: 16px 23px 15px;
    font-size: 14px;
  }

  .center-w4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo.instagram {
    width: 60px;
  }

  .img-text-wrapper {
    overflow: hidden;
  }

  .larger-img-on-mobile {
    width: 155%;
    max-width: none;
    margin-left: -11%;
  }

  .n-link {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 2.5em;
  }

  .nav-social-wrapper {
    flex-wrap: wrap;
  }

  .slider-title {
    font-size: 3.5em;
  }

  .slide-text-block {
    font-size: 1.4em;
    line-height: 1.4;
  }

  .richtext-placeholder-wrapper {
    font-size: 2.5vw;
  }

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

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

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
    background-color: #0069b7;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .brix---header-nav-list-item-middle {
    text-align: left;
    justify-content: center;
    width: 100%;
    font-size: 1.5em;
  }

  .brix---dropdown-card {
    display: block;
  }

  .brix---dropdown-toggle {
    display: none;
  }

  .brix---header-menu-wrapper {
    background-color: #fff;
    border: 1px solid #000;
  }

  .header-logo {
    max-width: 84%;
  }

  .brix---container-default {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-wrapper {
    border: 1px #000;
  }

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

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

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

  .paragraph-default {
    color: var(--grey-light-2);
    font-size: 17px;
    line-height: 28px;
  }

  .heading-h1-size {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---grid-2-col---1-col-t {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .brix---hero-bg-image-dark-header-top {
    height: auto;
    padding-top: 140px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---position-relative {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .brix---floating-image-hero-v1---1 {
    opacity: .2;
    bottom: -5%;
    left: -35%;
  }

  .brix---floating-image-hero-v1---2 {
    width: auto;
    max-width: 300px;
    height: auto;
    display: block;
    top: 350px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

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

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

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

  .heading-h1-size---white {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---container-default-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 2rem 20px;
  }

  .brix---section-hero-primary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---section-hero-primary.white.padding {
    flex-flow: row;
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .brix---card-logo-strip-v9 {
    padding: 20px 24px;
  }

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

  .brix---text-200-bold, .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

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

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

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

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

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

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

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

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

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

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

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

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

  .gallery-lightbox-list {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .gallery-lightbox-wrapper {
    min-height: 7em;
  }

  .tabs-nav-item-underline, .tabs-nav-item-underline2 {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-menu-underline-wrapper {
    padding: .8em 1em 1em;
  }

  .brix---text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 26px;
  }

  .brix---text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .brix---card-form {
    padding-left: 23px;
    padding-right: 23px;
  }

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

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

  .brix---inner-container-400px {
    max-width: 100%;
  }

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

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

  .brix---link-icon-right {
    width: 18px;
  }

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

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

  .brix---mg-bottom-160px {
    margin-bottom: 60px;
  }

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

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

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

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

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

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

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

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

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  .flex-vc {
    align-items: stretch;
  }

  .home-about-details {
    flex-direction: column;
  }

  .bg.arrow-wrapper {
    bottom: -79px;
  }

  .container-small-550px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .section.background.image {
    background-position: 0 0, 0 0, 53%;
    background-size: auto, auto, cover;
  }

  .button-secondary-2 {
    padding: 20px 18px;
    display: block;
  }

  .paragraph.home-about-details-paragraph {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-wrapper.center {
    width: 100%;
  }

  .pricing-wrapper.right {
    width: 90%;
  }

  .pricing-plan {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
    display: block;
  }

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

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

  .brix---text-201 {
    font-size: 15px;
    line-height: 16px;
  }

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

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

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

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

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

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

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

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

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

  .brix---heading-h1-size-3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

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

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

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

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

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

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

  .heading-h1-size---black {
    font-size: 1.8rem;
  }

  .bold-text {
    flex-direction: row;
    align-items: center;
    font-size: 2.1rem;
    line-height: 2.2rem;
    display: block;
  }

  .wbs-hero-2-rating {
    flex-direction: column;
    align-items: flex-start;
  }

  .wbs-spacing-30 {
    display: none;
  }

  .wbs-step-3-item, .wbs-step-3-item-top {
    width: 100%;
  }

  .wbs-step-3 {
    grid-row-gap: 30px;
    width: 100%;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -72px;
    right: 26%;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -72px;
    left: 26%;
  }

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

  .brix---social-media-grid-center {
    flex: 1;
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

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

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

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

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

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

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

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---accordion-arrow-icon-2 {
    margin-top: 20px;
  }

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

  .brix---accordion-title-2 {
    font-family: Varela, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
  }

  .brix---accordion-item-wrapper-v7-2.top, .brix---accordion-item-wrapper-v7-2.top-button-margin {
    margin-top: 40px;
  }

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

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

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

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

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

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

  .brix---accordion-title-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---accordion-v3-card {
    padding: 16px 22px;
  }

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

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

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

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

  .wbs-feature-split-3-list {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .wbs-heading-h4 {
    font-size: 1.7rem;
  }

  .wbs-pricing-4-price-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .wbs-pricing-4-item, .wbs-pricing-4-item-active {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wbs-feature-split-right {
    grid-template-columns: 1fr;
  }

  .wbs-heading-h4-2 {
    font-size: 1.7rem;
  }
}

#w-node-_5b866841-0bfb-61ab-5ff9-a1b57ff5eafa-2b18b4eb, #w-node-_5b866841-0bfb-61ab-5ff9-a1b57ff5eaff-2b18b4eb, #w-node-_46edea26-1e7d-d365-bd85-2377d6874164-2b18b4eb, #w-node-_46edea26-1e7d-d365-bd85-2377d687416f-2b18b4eb, #w-node-_46edea26-1e7d-d365-bd85-2377d687417a-2b18b4eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc4a8078-9b64-36a3-d894-71c8230e5728-2b18b4eb {
  justify-self: auto;
}

#w-node-b4f579ab-bac0-51d5-f7e2-1ef1706894a3-2b18b4eb, #w-node-b4f579ab-bac0-51d5-f7e2-1ef1706894bc-2b18b4eb, #w-node-b4f579ab-bac0-51d5-f7e2-1ef1706894bd-2b18b4eb, #w-node-b4f579ab-bac0-51d5-f7e2-1ef1706894c0-2b18b4eb, #w-node-b4f579ab-bac0-51d5-f7e2-1ef1706894c1-2b18b4eb, #w-node-b4f579ab-bac0-51d5-f7e2-1ef1706894c4-2b18b4eb, #w-node-b4f579ab-bac0-51d5-f7e2-1ef1706894c5-2b18b4eb, #w-node-b4f579ab-bac0-51d5-f7e2-1ef1706894cb-2b18b4eb, #w-node-_922d6065-6260-27db-15ca-5dd55e3ea091-2b18b4eb, #w-node-_922d6065-6260-27db-15ca-5dd55e3ea092-2b18b4eb, #w-node-_922d6065-6260-27db-15ca-5dd55e3ea095-2b18b4eb, #w-node-_922d6065-6260-27db-15ca-5dd55e3ea096-2b18b4eb, #w-node-_922d6065-6260-27db-15ca-5dd55e3ea099-2b18b4eb, #w-node-_922d6065-6260-27db-15ca-5dd55e3ea09a-2b18b4eb, #w-node-b4f579ab-bac0-51d5-f7e2-1ef1706894f7-2b18b4eb, #w-node-_1f82ac8b-038b-4356-ff01-2194f3636a2b-2b18b4eb, #w-node-_1f82ac8b-038b-4356-ff01-2194f3636a2c-2b18b4eb, #w-node-_1f82ac8b-038b-4356-ff01-2194f3636a2f-2b18b4eb, #w-node-_1f82ac8b-038b-4356-ff01-2194f3636a30-2b18b4eb, #w-node-_1f82ac8b-038b-4356-ff01-2194f3636a33-2b18b4eb, #w-node-_1f82ac8b-038b-4356-ff01-2194f3636a34-2b18b4eb, #w-node-d1832125-77d5-70f6-fa3b-6d83b32c0c7b-2b18b4eb, #w-node-d108cf83-7d22-aaea-7e58-991e2a72a11e-2b18b4eb, #w-node-e8b0b09f-3474-c80d-d41e-daa1fdd7cc9e-2b18b4eb, #w-node-_2c90bc86-5e58-142c-48f7-ecd88e84d540-2b18b4eb, #w-node-_18ddb753-b804-617e-7382-0cb3822360ec-2b18b4eb, #w-node-f4db0744-0fb1-752e-d799-901b52e599e5-2b18b4eb, #w-node-_24f38c05-fbf4-01dc-08a6-e55034ff61fa-2b18b4eb, #w-node-_24f38c05-fbf4-01dc-08a6-e55034ff61fb-2b18b4eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_420708de-f488-1852-d5f4-a5c0ff22df70-2b18b4eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_420708de-f488-1852-d5f4-a5c0ff22df74-2b18b4eb {
  justify-self: start;
}

#w-node-cd381c95-80b3-ef67-53e1-8596dce7a14c-2b18b56f, #w-node-cd381c95-80b3-ef67-53e1-8596dce7a157-2b18b56f, #w-node-_90276044-3e69-fc8a-721c-047f87ed82de-2b18b56f, #w-node-_90276044-3e69-fc8a-721c-047f87ed82e9-2b18b56f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_420708de-f488-1852-d5f4-a5c0ff22df70-227164d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_420708de-f488-1852-d5f4-a5c0ff22df74-227164d4 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1c78bdf3-a13e-80bd-3fbd-4b6e649c02fb-649c02f7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cd381c95-80b3-ef67-53e1-8596dce7a14c-2b18b56f, #w-node-_90276044-3e69-fc8a-721c-047f87ed82de-2b18b56f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b866841-0bfb-61ab-5ff9-a1b57ff5eafa-2b18b4eb, #w-node-_5b866841-0bfb-61ab-5ff9-a1b57ff5eaff-2b18b4eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c78bdf3-a13e-80bd-3fbd-4b6e649c02fb-649c02f7 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_420708de-f488-1852-d5f4-a5c0ff22df70-2b18b4eb, #w-node-_420708de-f488-1852-d5f4-a5c0ff22df70-227164d4 {
    grid-column: span 1 / span 1;
  }
}


