:root {
  --text-color: #131919;
  --ziczac-yellow: #bf0;
  --white: white;
  --ziczac-black: #131919;
  --cta-shadow-size: -40px;
  --text-color-secondary: #c5c5c5;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: var(--text-color);
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.6em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.4em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 900;
  line-height: 30px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  line-height: 1.8em;
}

a {
  text-decoration: underline;
}

.link-block {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.button-main {
  border: 1px solid var(--ziczac-yellow);
  color: #000;
  background-color: #bf0;
  background-image: url('../images/button-circle-black.svg');
  background-position: 0 -40%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  border-radius: 120px;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-main:hover {
  color: #bf0;
  background-position: 0%;
}

.button-main.navbutton {
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button-main.margin-top {
  margin-top: 20px;
}

.button-main.cookie-consent {
  margin-top: 0;
  margin-left: 30px;
}

.button-main.cookie-consent.banner {
  padding-left: 50px;
  padding-right: 50px;
}

.button-main.no-margin {
  margin-top: 0;
}

.navbar {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 9vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-link-3 {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  align-items: center;
  margin-left: 20px;
  padding: 10px 5px;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.nav-link-3:visited {
  color: #734503;
  line-height: 1em;
  text-decoration: underline;
}

.nav-link-3.login {
  margin-left: 40px;
}

.nav-link-3.hidden {
  display: none;
}

.div-block-25 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.header-logo {
  max-width: none;
  max-height: 6vh;
  display: block;
  position: relative;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  max-width: 1500px;
  display: flex;
}

.container.navigation {
  align-items: center;
  margin-bottom: 0;
}

.container.centered {
  align-items: center;
}

.container.dark {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container.testimonials {
  margin-bottom: 20px;
}

.container.work {
  margin-top: -69vh;
  margin-bottom: 0;
}

.container.less-margin {
  margin-bottom: 60px;
}

.container.hero {
  margin-bottom: 0;
}

.container.first {
  margin-top: 6vh;
}

.container.margin-bottom {
  margin-bottom: 60px;
}

.container.vertical {
  flex-flow: column;
}

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

.button-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 21px;
  min-height: 24px;
  margin-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  overflow: hidden;
}

.text-block-7 {
  color: #000;
}

.grey-background {
  z-index: -1;
  background-color: #efefef;
  width: 50vw;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.h2-hero {
  margin-top: 10px;
  font-weight: 400;
}

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

.hero-teiler {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  height: 70vh;
  padding-right: 25px;
  display: flex;
}

.hero-teiler.right {
  width: 35%;
  padding-right: 0;
}

.section {
  width: 100%;
  margin-bottom: 120px;
  padding-bottom: 30px;
}

.section.hero {
  margin-bottom: 0;
}

.section.dark {
  background-color: var(--ziczac-black);
  box-shadow: 0 0 50px var(--cta-shadow-size) var(--ziczac-yellow);
  margin-bottom: 120px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.work {
  height: 218vh;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section.footer {
  background-color: var(--ziczac-black);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.section.work-2 {
  background-color: var(--ziczac-black);
  margin-top: -20vh;
  padding-bottom: 50px;
  position: relative;
}

.heading {
  color: var(--text-color);
  font-weight: 900;
  line-height: 1.6em;
}

.highlight {
  z-index: -1;
  opacity: .7;
  width: 320px;
  margin-top: 45px;
  margin-left: -14px;
  position: absolute;
}

.highlight.satisfied {
  width: 180px;
  max-width: none;
  top: 50px;
  left: 0;
}

.hero-image {
  width: 100%;
  max-width: none;
}

.hero-heading-middle {
  font-size: 58px;
}

.hero-heading-middle.extra-large {
  font-size: 92px;
}

.button-arrow {
  height: 20px;
  margin-left: 10px;
}

.hero-paragraph {
  flex-direction: column;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1.4em;
  display: flex;
}

.space {
  height: 200vh;
}

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

.heading-paragraph {
  color: var(--text-color-secondary);
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  display: flex;
}

.heading-3 {
  margin-top: 0;
}

.heading-3.yellow {
  color: var(--ziczac-yellow);
}

._2column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 25px;
  display: flex;
}

._2column.right {
  padding-left: 25px;
  padding-right: 0;
}

._1st-section-image {
  width: 55%;
}

.content-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.content-wrapper.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
}

.common-challenges-number-wrapper {
  align-items: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.big-number {
  color: var(--ziczac-yellow);
  text-align: left;
  width: 110px;
  font-size: 120px;
  font-weight: 700;
  line-height: 94px;
}

.big-number.steps {
  text-align: center;
}

.big-number.difference {
  margin-bottom: 50px;
}

.common-challenges-image {
  width: 30%;
  display: flex;
}

._80percent {
  width: 80%;
}

.no-top-margin {
  margin-top: 0;
}

.common-challenges-wrapper {
  width: 100%;
  margin-bottom: 100px;
}

.common-challenges-wrapper.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.common-challenges-wrapper.last {
  margin-bottom: 0;
}

._2column-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 100px;
  padding: 0;
}

._2column-stack.no-margin {
  margin-bottom: 0;
}

.hero-stack {
  height: 70vh;
  padding: 0;
}

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

.hero-cell.right {
  justify-content: center;
  align-items: center;
}

._2column-stack-35-65 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

._1st-section-image-copy {
  width: 80%;
}

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

.inverted-color {
  color: var(--white);
}

.inverted-color.cta {
  width: 85%;
  font-size: 20px;
  font-weight: 500;
}

.spinning-circle.big {
  width: 15%;
}

.cta-button-wrapper {
  justify-content: center;
  display: flex;
}

.button-secondary {
  border: 1px solid var(--ziczac-yellow);
  color: var(--ziczac-yellow);
  background-image: url('../images/button-circle-neon.svg');
  background-position: 0 -40%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  border-radius: 120px;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-left: 30px;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-secondary:hover {
  color: var(--text-color);
  background-position: 0%;
}

.button-secondary.navbutton {
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.button-secondary.margin-top {
  margin-top: 20px;
}

.button-secondary.cookie-consent {
  background-color: var(--ziczac-black);
  margin-top: 0;
  margin-left: 0;
}

.button-secondary.cookie-consent.banner {
  padding-left: 55px;
  padding-right: 55px;
}

.button-secondary.no-margin {
  margin-top: 0;
}

.uui-text-size-medium {
  color: #131919;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.5;
}

.uui-icon-1x1-xsmall {
  color: #131919;
  text-align: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.steps-wrapper {
  width: 80%;
  position: relative;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.steps-number-wrapper {
  z-index: 1;
  background-color: #fff;
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
}

.steps-step {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
}

.progress-bar-wrapper {
  background-color: #bf0;
  width: 2px;
  height: 70%;
  position: absolute;
  top: 110px;
  left: 10%;
  right: auto;
}

.progress-bar {
  background-color: #131919;
  width: 2px;
  height: 100%;
}

.steps-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.steps-right {
  padding-left: 40px;
}

.uui-icon-featured-outline-large {
  color: #7f56d9;
  background-color: #bf0;
  border: .5rem solid rgba(255, 255, 255, .5);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.steps-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 120px;
  display: flex;
}

.steps-text-wrapper.last {
  margin-bottom: 0;
}

.uui-heading-xxsmall {
  color: #131919;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.steps-heading-paragraph {
  color: var(--text-color-secondary);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  display: flex;
}

.steps-heading {
  margin-bottom: 20px;
}

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

.uui-testimonial15_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.uui-testimonial15_rating-icon {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  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: .875rem;
  line-height: 1.5;
}

.uui-heading-subheading {
  color: #bf0;
  text-align: center;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-subheading.left {
  text-align: left;
}

.uui-heading-xxsmall-3 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-3.text-weight-medium {
  font-weight: 500;
}

.div-block-147 {
  width: 100%;
  display: flex;
}

.uui-testimonial15_component {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 2rem;
  position: relative;
}

.uui-testimonial15_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fcfcfc;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.uui-max-width-large {
  z-index: 5;
  background-color: #fff;
  width: 33%;
  height: 100%;
  padding-right: 30px;
  position: absolute;
  top: 0;
}

.uui-text-size-large {
  color: #131919;
  letter-spacing: normal;
  font-weight: 300;
  line-height: 1.5;
}

.uui-text-size-large.left {
  text-align: left;
}

.uui-testimonial15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 35%;
  right: auto;
}

.uui-testimonial15_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial15_arrow {
  z-index: 6;
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 4rem;
  right: auto;
}

.uui-testimonial15_arrow:hover {
  background-color: #f9fafb;
}

.uui-testimonial15_arrow.left {
  left: 0;
  right: auto;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-section_testimonial16 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: visible;
}

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

.uui-testimonial15_slide {
  padding-right: 2rem;
  top: 0;
}

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

.h2 {
  font-size: 32px;
}

.h2.left {
  z-index: 5;
  text-align: left;
  position: relative;
}

.uui-testimonial15_client-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-section_testimonial15 {
  width: 70%;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: visible;
}

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

.uui-testimonial15_mask {
  width: 33%;
  margin-left: 35%;
  overflow: visible;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.mask {
  overflow: visible;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  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: .875rem;
  line-height: 1.5;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-3.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-testimonial16_loop-trigger-2 {
  display: flex;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-testimonial16_rating-icon-2 {
  color: #fec84b;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.uui-section_testimonial16-2 {
  overflow: hidden;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-testimonial16_client-heading-2 {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial16_client-2 {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial16_rating-wrapper-2 {
  align-items: center;
  display: flex;
}

.uui-testimonial16_client-image-wrapper-2 {
  margin-right: .75rem;
}

.uui-text-size-large-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

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

.uui-heading-xxsmall-4 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-4.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial16_content-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.uui-heading-medium-3 {
  color: #101828;
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-testimonial16_component-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: flex;
}

.mask-2 {
  overflow: visible;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: rgba(255, 255, 255, .6);
}

.heading-5 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 65%, rgba(0, 0, 0, .75));
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: var(--ziczac-yellow);
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.carousel-arrow-oval.next-arrow {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.slider {
  width: 100%;
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: end;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.slide {
  border: 1px solid var(--ziczac-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.swiper-slide {
  opacity: .9;
  align-items: flex-start;
  display: flex;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.star-rating {
  color: var(--ziczac-yellow);
  letter-spacing: 4px;
  font-size: 45px;
  line-height: 1em;
}

.testimonial-person-wrapper {
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.testimonial-person-wrapper-image {
  width: 25%;
}

.testimonial-image {
  border-radius: 200%;
  width: 100%;
}

.testimonial-name-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 75%;
  padding-left: 20px;
  display: flex;
}

.testimonial-company {
  font-style: italic;
}

.testimonial-content {
  margin-top: 30px;
}

.testimonial-heading {
  font-size: 24px;
}

.work-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 12vh;
}

.work-dark-background {
  background-color: var(--ziczac-black);
}

.work-dark-background._200px {
  height: 60vh;
}

.text-block-8 {
  text-align: center;
  font-size: 50vh;
  font-weight: 900;
  line-height: .75em;
}

.work-content-wrapper {
  flex-direction: column;
  align-items: center;
  width: 55%;
  display: flex;
}

.work-sample {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.work-content {
  aspect-ratio: 16 / 9;
  box-shadow: 0 0 20px -1px var(--ziczac-black);
  height: 40vh;
  position: -webkit-sticky;
  position: sticky;
  top: 40vh;
}

.cf-faq-questions {
  color: #0d0e10;
  flex: 1;
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.cf-faq-icon {
  width: 100%;
  max-width: 30px;
}

.cf-faq-card {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.cf-faq-content {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.faq-wrapper {
  flex-direction: column;
  align-items: center;
  width: 70%;
  padding-top: 0;
  display: flex;
}

.cf-faq-question-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-bottom-line {
  background-color: rgba(13, 14, 16, .25);
  width: 100%;
  height: 1px;
}

.cf-faq-question-container-2 {
  cursor: pointer;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cf-faq-question-container-2.first {
  border-top: 1px rgba(13, 14, 16, .1);
  padding-top: 25px;
  padding-bottom: 25px;
}

.cf-faq-answer-wrap {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10%;
}

.faq-plus-wrapper {
  justify-content: center;
  align-items: center;
  width: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  display: flex;
}

.footer-image {
  width: 10vw;
  position: absolute;
  top: -7.5vw;
  bottom: auto;
  left: 6%;
  right: auto;
}

.spinning-circle-wrapper {
  justify-content: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.spinning-circle-big {
  width: 20%;
  max-width: none;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: rgba(19, 25, 25, .9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs3_header {
  background-color: var(--ziczac-black);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.fs-cc-manager3_text {
  margin-left: .625rem;
  font-weight: 700;
  display: inline-block;
}

.fs-cc-banner3_component {
  z-index: 998;
  background-color: var(--ziczac-black);
  color: var(--white);
  border-radius: 1rem;
  margin: 2rem;
  padding: 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner3_text {
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs3_button {
  color: #fff;
  text-align: center;
  background-color: #129657;
  border: 2px solid #129657;
  border-radius: 999rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border-width: 1px;
  border-color: #a8a8a8;
  margin-right: 30px;
}

.fs-cc-prefs3_submit {
  color: #fff;
  text-align: center;
  background-color: #4b53eb;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-banner3_paragraph {
  margin-top: .75rem;
  margin-bottom: 0;
}

.fs-cc-prefs3_checkbox {
  border-radius: 999rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  border-color: var(--ziczac-black);
  background-color: var(--ziczac-yellow);
  background-image: url('../images/check-icon3-dark.png');
  background-size: 16px;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--ziczac-yellow);
}

.fs-cc-prefs3_content {
  padding: 2rem;
}

.fs-cc-prefs3_close {
  background-color: var(--ziczac-yellow);
  cursor: pointer;
  border-radius: 999rem;
  padding: 7px;
  position: relative;
}

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

.fs-cc-prefs3_icon {
  color: var(--ziczac-yellow);
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: fixed;
}

.fs-cc-banner3_button-icon {
  width: 1rem;
  margin-right: .625rem;
}

.fs-cc-manager3_icon {
  color: var(--ziczac-black);
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.fs-cc-banner3_button {
  color: #fff;
  background-color: #129657;
  border-radius: 500px;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: #df6966;
  margin-right: .75rem;
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-prefs3_title {
  color: var(--ziczac-yellow);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.fs-cc-banner3_block {
  margin-right: 2rem;
}

.fs-cc-prefs3_buttons-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: flex;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.fs-cc-banner3_text-link {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: #fff;
  border-radius: 999rem;
  align-items: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 2rem;
  left: 2rem;
  right: auto;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner3_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
  display: flex;
}

.fs-cc-preferences3_close-icon {
  color: var(--ziczac-black);
  width: 20px;
  height: 20px;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #fff;
  border-radius: 0;
  max-width: 45rem;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-prefs3_buttons-block {
  display: flex;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.fs-cc-prefs3_option {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.button-icon-cookie {
  align-items: center;
  width: 16px;
  margin-right: 10px;
  display: flex;
}

.cookie-preferences-left {
  display: flex;
}

.text-block-9, .information {
  width: 80%;
}

.information-wrapper {
  flex-direction: column;
  width: 60%;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-wrapper._2 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
}

.footer-wrapper-left {
  width: 70%;
  margin-left: 10%;
}

.footer-wrapper-left._2 {
  width: 50%;
}

.footer-text {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4em;
}

.footer-text.link {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-text.link.grey {
  color: var(--text-color-secondary);
  padding-left: 5px;
  padding-right: 5px;
}

.footer-button-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-wrapper-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 20%;
  display: flex;
}

.footer-wrapper-right._2 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
}

.footer-link {
  text-transform: uppercase;
  margin-bottom: 0;
  text-decoration: none;
}

.footer-link-wrapper {
  flex-flow: column;
  display: flex;
}

.footer-ilogo {
  width: 15vw;
}

.heading-subtext {
  margin-top: 30px;
}

.progress-bar-wrapper-3-steps {
  background-color: #bf0;
  width: 2px;
  height: 65%;
  position: absolute;
  top: 110px;
  left: 10%;
  right: auto;
}

.four-pillars {
  width: 70%;
}

.booking-wrapper {
  width: 100%;
  height: auto;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.extra-large {
  font-size: 62px;
}

._3column-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-bottom: 100px;
  padding: 0;
}

._3column-stack.no-margin {
  margin-bottom: 0;
}

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

.heading-7 {
  flex: 1;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 52px;
  }

  .nav-link-3 {
    border-radius: 8px;
    text-decoration: none;
  }

  .nav-menu {
    align-self: center;
  }

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

  .hero-heading-middle {
    font-size: 72px;
  }

  .uui-max-width-large {
    padding-right: 70px;
  }

  .uui-testimonial15_customer-image {
    filter: grayscale();
  }

  .slide-nav-styling-embed {
    background-color: #131919;
  }

  .uui-testimonial15_mask {
    width: 30%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-heading-middle {
    font-size: 92px;
  }

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

  .slider {
    margin-bottom: 8em;
  }

  .heading-6 {
    font-size: 62px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  .link-block {
    flex: 0 auto;
  }

  .link-block.w--current {
    margin-left: 0;
    position: relative;
  }

  .button-main.navbutton {
    justify-content: center;
    margin-top: 40px;
    margin-left: 0;
    padding: 30px;
    font-size: 30px;
  }

  .button-main.cookie-consent {
    padding-left: 28px;
    padding-right: 28px;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 9vh;
    padding: 0;
    display: flex;
    position: relative;
    right: 0;
  }

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

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

  .nav-link-3 {
    z-index: 200;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 50px;
    font-weight: 700;
    display: block;
  }

  .nav-link-3.login {
    margin-left: 10vw;
  }

  .header-spacer {
    flex: 1;
  }

  .div-block-25 {
    background-color: rgba(0, 0, 0, 0);
  }

  .container {
    margin-bottom: 100px;
  }

  .container.work {
    margin-top: -74vh;
  }

  .container.hero {
    margin-bottom: 80px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--ziczac-black);
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 91vh;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
  }

  .lottie-animation-2 {
    height: 9vh;
    padding: 30px 0 30px 30px;
  }

  .text-block-7 {
    color: var(--white);
    font-size: 1.2em;
  }

  .section.work {
    height: 171vh;
  }

  .section.work-2 {
    margin-top: -30vh;
  }

  .hero-image {
    width: 60%;
  }

  .hero-heading-middle {
    font-size: 54px;
  }

  .big-number.steps {
    width: 70px;
    font-size: 100px;
    line-height: 76px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .hero-stack {
    height: auto;
    padding-top: 50px;
  }

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

  .button-secondary.cookie-consent {
    padding-left: 28px;
    padding-right: 28px;
  }

  .button-secondary.no-margin {
    margin-top: 20px;
    margin-left: 0;
  }

  .steps-wrapper {
    width: 100%;
  }

  .uui-testimonial15_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-max-width-large {
    width: 45%;
    padding-right: 35px;
  }

  .uui-testimonial15_slide-nav {
    z-index: 5;
  }

  .uui-section_pricing08 {
    width: 100%;
  }

  .uui-testimonial15_mask {
    width: 50%;
    margin-left: 45%;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial16_component-2 {
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    margin-bottom: 100px;
    display: flex;
  }

  .work-dark-background._200px {
    height: 70vh;
  }

  .text-block-8 {
    justify-content: center;
    align-items: flex-end;
    font-size: 40vw;
    display: flex;
  }

  .work-content-wrapper {
    width: 70vw;
  }

  .work-content {
    width: 100%;
    height: 27vh;
    top: 28vh;
  }

  .work-heading-wrapper {
    justify-content: center;
    align-items: flex-end;
    height: 20vh;
    display: flex;
  }

  .cf-faq-content {
    padding-bottom: 24px;
  }

  .faq-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .cf-faq-answer-wrap {
    padding-bottom: 0;
    padding-left: 10%;
  }

  .faq-plus-wrapper {
    width: 10%;
    padding-right: 30px;
  }

  .fs-cc-prefs3_component {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 91vh;
    position: fixed;
  }

  .footer-button-wrapper {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  .button-main.cookie-consent {
    justify-content: center;
    margin-left: 0;
  }

  .nav-link-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    margin-bottom: 80px;
  }

  .section.work {
    height: 330vh;
  }

  .section.work-2 {
    margin-top: 0;
  }

  .hero-heading-middle {
    font-size: 50px;
  }

  .content-wrapper.sticky {
    margin-bottom: 30px;
  }

  ._2column-stack, ._2column-stack-35-65 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._1st-section-image-copy {
    width: 55%;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

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

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-testimonial15_component {
    margin-top: 3rem;
    padding-bottom: 100px;
  }

  .uui-testimonial15_content {
    padding: 1.5rem;
  }

  .uui-max-width-large {
    width: 100%;
    position: relative;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-testimonial15_slide-nav {
    top: auto;
    bottom: 80px;
    left: 0%;
    right: auto;
  }

  .uui-testimonial15_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial15_arrow:hover {
    background-color: #fff;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-section_testimonial16 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .uui-testimonial15_slide {
    padding-right: 1.5rem;
  }

  .uui-section_pricing08 {
    width: 100%;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-testimonial15_mask {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-testimonial16_client-2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial16_client-image-wrapper-2 {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-testimonial16_content-2 {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial16_component-2 {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .slider {
    margin-bottom: 80px;
  }

  .work-content {
    height: 80vh;
  }

  .faq-plus-wrapper {
    padding-right: 20px;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

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

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

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }

  .footer-wrapper-left {
    margin-left: 0%;
  }

  .four-pillars {
    width: 100%;
  }

  ._3column-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .link-block {
    flex: 1;
  }

  .button-main {
    background-position: 0 -50%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-main.navbutton {
    padding: 20px 0;
    font-size: 18px;
  }

  .button-main.mobile-full-width {
    position: relative;
  }

  .button-main.cookie-consent.banner {
    margin-left: 0;
  }

  .menu-button {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    right: auto;
  }

  .navbar {
    position: fixed;
    top: 0;
  }

  .nav-link-3 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 35px;
  }

  .container {
    width: 90vw;
    margin-bottom: 60px;
  }

  .container.navigation {
    flex-direction: row;
    justify-content: center;
  }

  .container.booking {
    width: 100vw;
  }

  .lottie-animation-2 {
    justify-content: flex-start;
    max-width: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .text-block-7 {
    font-size: 1em;
  }

  .grey-background {
    z-index: -2;
  }

  .hero-teiler {
    width: 100%;
  }

  .hero-teiler.right {
    display: none;
  }

  .section.hero {
    margin-top: 9vh;
  }

  .section.work {
    height: 150vh;
  }

  .section.work-2 {
    margin-top: -40vh;
  }

  .hero-image {
    width: 55%;
  }

  .hero-image.gdpr {
    width: 65%;
  }

  .hero-heading-middle {
    font-size: 36px;
  }

  .hero-heading-middle.extra-large {
    font-size: 82px;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .big-number.steps {
    width: 55px;
    font-size: 90px;
  }

  .hero-stack {
    padding-top: 60px;
  }

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

  .spinning-circle.big {
    width: 40%;
  }

  .cta-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-secondary {
    background-position: 0 -50%;
    margin-left: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-secondary.cookie-consent.banner {
    margin-bottom: 10px;
  }

  .progress-bar-wrapper {
    height: 65%;
  }

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

  .uui-testimonial15_mask {
    width: 95%;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .heading-5 {
    font-size: 3.25em;
  }

  .slider {
    margin-bottom: 60px;
  }

  .slide {
    padding: 30px;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .testimonial-name-wrapper {
    padding-left: 10px;
  }

  .work-content {
    height: 20vh;
  }

  .cf-faq-questions {
    font-size: 18px;
    line-height: 140%;
  }

  .cf-faq-content {
    font-size: 16px;
  }

  .cf-faq-answer-wrap {
    padding-left: 12%;
  }

  .faq-plus-wrapper {
    width: 12%;
    padding-right: 15px;
  }

  .footer-image {
    width: 20vw;
    top: -15vw;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }

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

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

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_line {
    min-width: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: none;
  }

  .fs-cc-manager3_component {
    bottom: 5vw;
    left: 5vw;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    margin-bottom: 10px;
    display: flex;
  }

  .fs-cc-prefs3_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-icon-cookie {
    height: 16px;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-wrapper-left, .footer-wrapper-left._2 {
    width: 100%;
  }

  .footer-text.link.grey {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text.link.grey.space {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrapper-right {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .footer-wrapper-right._2 {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .footer-ilogo {
    width: 60vw;
    bottom: 10%;
    left: auto;
  }

  .footer-iimprint-dp {
    text-align: center;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }

  .extra-large {
    font-size: 52px;
  }

  .cell-top {
    justify-content: center;
    align-items: center;
  }
}

#w-node-d96c777a-bff3-7a81-deff-2fa9ef2706f2-3099a79f {
  grid-template-rows: auto;
  grid-template-columns: 5fr 2fr;
}

#w-node-_9e4fc81c-7278-f9a3-ac7c-cc0927e75147-3099a79f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2afa9e0a-add2-e941-30d7-15aa1826317f-3099a79f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-d96c777a-bff3-7a81-deff-2fa9ef2706f2-3099a79f {
    grid-template-rows: auto;
    grid-template-columns: 3fr;
  }

  #w-node-d96c777a-bff3-7a81-deff-2fa9ef2706f3-3099a79f {
    order: 2;
  }

  #w-node-d96c777a-bff3-7a81-deff-2fa9ef2706f4-3099a79f {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e4fc81c-7278-f9a3-ac7c-cc0927e75147-3099a79f, #w-node-_2afa9e0a-add2-e941-30d7-15aa1826317f-3099a79f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}