:root {
  --bg-light: #fff6ea;
  --color-text: #0f1919;
  --font-family-base: Syne, sans-serif;
  --brand-blue: #a5a9ff;
  --brand-yellow: #ffd951;
  --brand-red: #ff5824;
  --brand-grey: #d1c9c0;
  --white: white;
  --headline-xl: 106px;
  --headline-md: 56px;
  --black: black;
  --text-lg: 32px;
}

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

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

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

.header-content {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
}

.header-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.header-right {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.image {
  width: 100%;
  min-width: 400px;
}

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

.header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  margin-left: 0;
  padding: 16px 40px;
  display: flex;
}

.logo {
  color: var(--color-text);
  letter-spacing: -1px;
  padding-top: 4px;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.logo-text {
  color: var(--color-text);
  margin-top: 5px;
  font-family: Syne, sans-serif;
  font-size: 18px;
}

.section-head {
  background-color: var(--bg-light);
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  position: static;
  top: 0;
}

.headline-xl {
  color: var(--color-text);
  letter-spacing: -8px;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 112px;
  line-height: 90%;
  display: block;
}

.headline-xl.align-right {
  text-align: right;
}

.headline-xl.align-center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 960px;
  display: flex;
}

.animation {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-do {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: static;
  top: 0;
}

.column-left {
  flex: 1;
  order: -1;
  align-self: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.column-left.switched {
  order: 1;
}

.content {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
  top: -50vh;
}

.column-right {
  flex: 1;
  order: -1;
  align-self: center;
}

.column-right.switched {
  order: -1;
}

.text-md {
  font-family: var(--font-family-base);
  color: var(--color-text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 120%;
  display: block;
}

.text-md.align-right {
  text-align: right;
}

._100x100 {
  width: 100px;
  height: 100px;
}

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

.bg-yellow {
  background-color: var(--brand-yellow);
}

.bg-red {
  background-color: var(--brand-red);
}

.bg-grey {
  background-color: var(--brand-grey);
}

.headline-md {
  letter-spacing: -2px;
  word-break: keep-all;
  overflow-wrap: break-word;
  font-family: Syne, sans-serif;
  font-size: 72px;
  line-height: 100%;
}

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

.asterisk-small {
  width: 24px;
}

.section-asterisk {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section {
  text-align: center;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.headline-sm {
  text-align: center;
  letter-spacing: -1px;
  height: auto;
  padding-bottom: 40px;
  font-family: Syne, sans-serif;
  font-size: 56px;
  line-height: 100%;
}

.clients {
  padding: 120px 40px 80px;
}

.reject-button {
  color: #000;
  background-color: #fff;
  padding: 12px 28px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.accept-button {
  background-color: var(--color-text);
  color: #fff;
  border-radius: 50px;
  margin-top: 40px;
  padding: 12px 28px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.cookie-buttons-group {
  flex-flow: column;
  column-gap: 20px;
  display: flex;
}

.cookie-description {
  color: #000;
  margin: 30px 0 25px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.cookie-heading {
  color: #000;
  margin: 0;
  padding-bottom: 16px;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
}

.flowappz-cookie-consent {
  z-index: 800;
  background-color: #fff;
  border-radius: 16px;
  width: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem 2.5rem;
  display: block;
  position: fixed;
  bottom: 4.5rem;
  left: 4rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.text-block {
  color: var(--color-text);
  font-family: Syne, sans-serif;
  font-size: 16px;
}

.quick-stack {
  width: 100%;
  max-width: 1200px;
}

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

.text-sm {
  color: var(--color-text);
  text-align: center;
  font-family: Syne, sans-serif;
  font-size: 24px;
  line-height: 110%;
}

.cell, .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7, .cell-8, .cell-9, .cell-10 {
  justify-content: flex-start;
  align-items: center;
}

.work {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 120px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 120px;
  display: flex;
}

.button-primary {
  background-color: var(--brand-blue);
  color: var(--color-text);
  border-radius: 100px;
  padding: 16px 40px;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--color-text);
  color: var(--white);
}

.footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 40px;
  display: flex;
}

.modal-privacy {
  z-index: 9999999;
  background-color: rgba(15, 25, 25, .86);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-content {
  background-color: var(--bg-light);
  border-radius: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  min-width: 278px;
  height: 100vh;
  margin: 40px 24px;
  padding: 16px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-style: normal;
  display: flex;
  overflow: auto;
}

.text-xs {
  color: var(--color-text);
  font-size: 16px;
  line-height: 120%;
}

.close-button {
  background-color: var(--bg-light);
  color: var(--color-text);
  background-image: url('../images/close-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding: 20px;
}

.div-block {
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.rich-text-block {
  line-height: 120%;
}

.rich-text-block-2 {
  padding-bottom: 40px;
}

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

.close {
  z-index: 3000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.modal-legal {
  z-index: 9999999;
  background-color: rgba(15, 25, 25, .86);
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link {
  color: var(--color-text);
  font-family: Syne, sans-serif;
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .clients {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer, .modal-content {
    color: var(--color-text);
  }

  .link-block:hover {
    color: var(--brand-blue);
  }

  .modal-legal {
    font-style: normal;
  }

  .link-2 {
    color: var(--color-text);
  }

  .rich-text-block-3 {
    font-style: normal;
  }
}

@media screen and (max-width: 991px) {
  .header-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .header-left {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: 20000px;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 56px;
    position: static;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .header-right {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: column wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .image {
    aspect-ratio: 1;
    vertical-align: top;
    flex: none;
    align-self: auto;
    width: auto;
    min-width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-head {
    align-items: flex-start;
    height: auto;
    padding-top: 80px;
    padding-bottom: 56px;
    display: flex;
  }

  .headline-xl {
    letter-spacing: -6px;
    word-break: keep-all;
    margin-bottom: 40px;
    font-size: 88px;
  }

  .headline-xl.align-right {
    text-align: left;
  }

  .animation {
    width: 90%;
    margin-left: auto;
    position: relative;
  }

  .animation._3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .animation._4 {
    width: 80%;
  }

  .section-do {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    display: flex;
    position: static;
    overflow: clip;
  }

  .column-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    align-self: flex-start;
    width: 100%;
  }

  .content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: static;
  }

  .text-md {
    padding-bottom: 60px;
  }

  .text-md.align-right {
    text-align: left;
  }

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

  .image-2 {
    width: 64px;
  }

  .lottie-animation {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }

  .clients {
    padding-left: 24px;
    padding-right: 24px;
  }

  .work {
    margin-top: 40px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .modal-privacy {
    display: flex;
  }

  .modal-content {
    height: 90vh;
  }

  .modal-legal {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    font-size: 22px;
  }

  .logo-text {
    font-size: 17px;
  }

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

  .headline-xl {
    letter-spacing: -3px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    margin-bottom: 24px;
    font-size: 64px;
  }

  .section-do {
    padding-bottom: 40px;
  }

  .headline-md {
    font-size: 42px;
  }

  .section-asterisk {
    padding-top: 24px;
  }

  .image-2 {
    width: 48px;
  }

  .lottie-animation {
    width: 80%;
  }

  .headline-sm {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-left {
    padding-top: 24px;
  }

  .headline-xl {
    letter-spacing: -2px;
    overflow-wrap: anywhere;
    font-size: 46px;
  }

  .section-do {
    padding-bottom: 40px;
  }

  .text-md {
    font-size: 24px;
  }

  .headline-md {
    margin-top: 0;
    font-size: 36px;
  }

  .image-2 {
    width: 40px;
  }

  .lottie-animation {
    width: 100%;
  }

  .headline-sm {
    font-size: 32px;
  }

  .cookie-buttons-group {
    flex-direction: column;
    row-gap: 20px;
  }

  .flowappz-cookie-consent {
    z-index: 800;
    width: auto;
    height: auto;
    margin-left: 24px;
    margin-right: 24px;
    left: auto;
  }

  .text-block {
    padding-bottom: 24px;
  }

  .text-sm {
    font-size: 16px;
  }

  .work {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 80px;
  }

  .modal-privacy {
    width: 100vw;
    height: 100vh;
  }

  .close-button {
    background-image: url('../images/close-1.svg');
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }

  .rich-text-block {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    width: 100%;
  }

  .rich-text-block-2 {
    width: 100%;
  }

  .heading {
    line-height: 100%;
  }

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

#w-node-b6f7bcf8-1cad-e686-7a52-6adb5e0f60bf-033fac6d {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-b6f7bcf8-1cad-e686-7a52-6adb5e0f60bf-033fac6d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b6f7bcf8-1cad-e686-7a52-6adb5e0f60bf-033fac6d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}