:root {
  --main-blue: #3379ec;
  --main-text: #070e2799;
  --main-orange: #fd3f00;
  --flowstica-webflow-library--black: #010b15;
  --flowstica-webflow-library--white: white;
  --flowstica-webflow-library--black-2: #333;
}

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

body {
  background-color: #f4f7ff;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #273464;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  color: #273464;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: #070e2799;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.navigation {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #e2e7fa;
  align-items: center;
  min-height: 94px;
  padding: 10px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 20px;
}

.nav-menu {
  color: #fff;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.header-section {
  padding: 64px 3% 40px;
}

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

.hero-content {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 20px;
}

.display-heading {
  color: #162044;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.paragraph-large {
  color: var(--main-text);
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-large.max-width {
  max-width: 420px;
}

.button {
  background-color: #fd3f00;
  border: 2px #6b9df0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-height: 56px;
  margin-right: 0;
  padding: 14px 24px;
  display: flex;
}

.button:hover {
  background-color: #f87043;
}

.button.button-space {
  text-transform: uppercase;
  background-color: #3379ec;
  margin-top: 32px;
}

.button.button-space._50, .button.down {
  width: 50%;
}

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

.container-large {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.button-grey {
  background-color: #98a6c7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 14px 24px;
  display: flex;
}

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

.logo-card {
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.content-section {
  border-top: 1px solid #00000040;
  padding: 96px 3%;
}

.logo-section {
  padding-top: 40px;
  padding-left: 3%;
  padding-right: 3%;
}

.divider {
  background-color: #e2e7fa;
  width: 100%;
  height: 1px;
  margin-top: 64px;
}

.title-wrap {
  max-width: 480px;
  margin-bottom: 60px;
}

.feature-card {
  border: 1px solid #e2e7fa;
  border-radius: 16px;
  padding: 40px;
  text-decoration: none;
  transition: all .3s;
}

.feature-card:hover {
  background-color: #3379ec29;
  border-color: #fff;
  box-shadow: 37px 37px 96px #070e2714;
}

.icon {
  max-width: 20%;
  margin-bottom: 32px;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-x-small {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cta-block {
  text-align: center;
  background-color: #3379ec00;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 72px 48px 20px;
  display: flex;
}

.button-cta {
  color: #fff;
  background-color: #689eff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 178px;
  min-height: 64px;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-cta.button-space {
  max-width: 221px;
  margin-top: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

.subheading {
  color: #a4acc5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
}

.arrow {
  margin-left: 4px;
}

.title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-grid {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.content-grid.centre-content {
  grid-template-columns: 1fr 1.2fr;
  margin-top: 114px;
  margin-bottom: 114px;
}

.paragraph-medium {
  color: #7e8bb6;
  font-size: 20px;
  line-height: 1.5;
}

.content-h3 {
  color: #273464;
  margin-bottom: 14px;
}

.cta-section {
  background-image: url('../images/4_1.avif'), linear-gradient(#fd3f00, #fd3f00);
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 800px, auto;
  margin-bottom: 5vw;
  padding: 32px 3%;
}

.link-block {
  color: #7e8bb6;
  border-radius: 8px;
  align-items: center;
  min-height: 56px;
  margin-right: 10px;
  padding: 10px 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  color: #fff;
  background-color: #162044;
}

.light-icon {
  margin-right: 6px;
}

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

.price-block {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 60px;
  padding: 48px 55px;
}

.price-block.feature-price {
  background-color: #d7e2fc;
  margin-top: 0;
}

.dollar-span {
  color: #4e5a85;
}

.line-break {
  background-color: #e2e7fa;
  height: 2px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.line-break.line-dark {
  background-color: #cbd5fa;
}

.grid-feature-check {
  grid-template-columns: 1fr;
  margin-bottom: 48px;
}

.check-wrap {
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--main-text);
  margin-bottom: 0;
}

.check {
  margin-right: 14px;
}

.button-price {
  color: #fff;
  background-color: #4e5a85;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 178px;
  min-height: 64px;
  margin-top: 32px;
  padding: 14px 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-price:hover, .button-price.button-blue {
  background-color: var(--main-blue);
}

.cta-block-large {
  background-color: #0059f7;
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 56px;
}

.cta-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.grid-button-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #1a396b;
  padding: 10px 3%;
}

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

.text-link {
  color: #ccd2e9;
  text-decoration: none;
}

.text-link-legal {
  color: #ccd2e9;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: all .2s;
}

.text-link-legal:hover {
  color: #fff;
}

.social-link {
  margin-right: 24px;
  padding: 4px;
}

.dashboard {
  border-radius: 12px;
}

.flowbase-banner {
  height: 64px;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-logo {
  width: 120px;
}

.global-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.global-button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #6f5cff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s ease-out, background-color .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 12px #9b8eff4d, inset 0 1px #9b8eff99, 0 -1px 1px #5b29ffcc, 0 0 0 1px #6e5bff;
}

.global-button-primary:hover {
  background-color: #7f6fff;
}

.global-button-primary:active {
  background-color: #705cfa;
}

.global-title-text {
  color: #36364a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-name {
  color: #282735;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.global-name-block {
  background-color: #f8f9fb;
  border-radius: 6px;
  padding: 2px 6px;
  text-decoration: none;
}

.global-navigation-line {
  background-color: #122b6914;
  width: 1px;
  height: 20px;
}

.global-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.global-container {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-logo-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.global-navigation {
  border-bottom: 1px solid #122b6914;
  align-items: center;
  height: 82px;
  padding: 24px;
  display: flex;
}

.global-icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.text-span {
  color: #fd3f00;
}

.body {
  font-family: Varela, sans-serif;
  font-weight: 400;
}

.header__nav {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-right: 34px;
  font-family: Varela, sans-serif;
  display: flex;
}

.header__nav-link {
  color: #1e2355cc;
  letter-spacing: -.01em;
  margin-left: 0;
  margin-right: 48px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link:hover {
  color: var(--main-orange);
}

.header__nav-link._1 {
  margin-right: 0;
}

.dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
}

.icon-2 {
  margin-top: 5px;
}

.text-block-2 {
  color: var(--main-text);
  font-size: 16px;
}

.text-block-2:hover {
  color: var(--main-orange);
}

.advant__img {
  z-index: 1;
  max-width: 50%;
  transition: all .3s;
  position: relative;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.p.mod--advant {
  color: #1e235599;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
}

.p.mod--advant.white {
  color: #fff;
}

.advant__heading {
  color: #3379ec;
  font-size: 18px;
}

.advant__img-wrap {
  z-index: 1;
  background-color: #fff;
  border-radius: 6px 14px 6px 24px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #005a8d0d;
}

.advant__col {
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
}

.advant__columns {
  align-items: stretch;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}

.advant__img-grad {
  z-index: 0;
  background-image: linear-gradient(150deg, #ff8370, #ffa080);
  border-radius: 6px 14px 6px 24px;
  height: 0%;
  transition: all .3s;
  position: absolute;
  inset: auto 0% 0%;
}

.advant__block {
  box-shadow: none;
  background-color: #edeff5;
  border-radius: 8px;
  height: 100%;
  padding: 40px;
  transition: all .3s;
}

.advant__block:hover {
  background-color: #fff;
  transform: translate(0, -20px);
  box-shadow: 0 100px 80px -60px #090d1c0f;
}

.rl_layout141_image-wrapper {
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sysf-hero-section {
  background-color: var(--main-blue);
  background-image: url('../images/9_2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 119px;
  position: relative;
  overflow: hidden;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--main-blue);
  color: #fff;
  text-align: center;
  border: 1px #000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  min-height: 56px;
  padding: 14px 24px;
  font-family: Varela, sans-serif;
  font-size: 1rem;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.rl_layout141_content {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_layout141_component {
  background-color: #f4f7ff;
  border-radius: 50px;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.rl_section_layout141 {
  background-color: #fff0;
}

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

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

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout141_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_layout141_image {
  -webkit-text-fill-color: inherit;
  background-color: #ff010100;
  background-clip: border-box;
  border-radius: 12px;
  max-width: 100%;
}

.rl_layout141_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-button-secondary-2 {
  color: #fff;
  text-align: center;
  background-color: #ec6033;
  border: 1px solid #3379ec;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
}

.rl_layout141_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-button-link-icon-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-icon-2.anrufen {
  justify-content: center;
  align-items: center;
  margin-right: auto;
}

.rl-button-link-text-2 {
  text-transform: uppercase;
  font-size: 14px;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading {
  font-size: 22px;
}

.heading-2 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}

.container-2 {
  outline-offset: 0px;
  background-image: linear-gradient(#f4f7ff 3%, #fff0 31%), linear-gradient(249deg, #f4f7ff, #fff0 82%), linear-gradient(120deg, #f4f7ff, #fff0 42%), url('../images/185_1.avif');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  border: 5px #f1f4fc;
  border-radius: 20px;
  outline: 5px #f3f6fe;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 220px;
  padding-bottom: 220px;
  display: block;
}

.f-image-cover {
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: inline-block;
}

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

.f-header-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-bottom: 0;
  position: relative;
  top: -42px;
}

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

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

.f-paragraph-large-copy {
  color: #eee;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  margin-top: -75px;
  overflow: hidden;
}

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

.f-h1-heading {
  color: #eee;
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
}

.f-section-large-2 {
  background-color: #1e55b1;
  background-image: none;
  padding: 0 5% 40px;
  position: relative;
}

.f-heading-detail-small {
  color: #fff;
  text-align: left;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

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

.f-h1-heading-copy {
  color: #3379ec;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-h1-heading-copy-23 {
  color: #ec6033;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

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

.f-section-large-3 {
  border-bottom: 5px solid #3379ec;
  padding: 170px 5% 10px;
  position: static;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  position: relative;
  left: -19px;
}

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

.f-heading-detail-small-copy {
  color: #3379ec;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-header-image-wrapper-tall-2 {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.image-5 {
  position: relative;
  top: -891px;
  left: 1135px;
}

.heading-4 {
  color: #0e0f11;
  margin-top: 10px;
  font-size: 24px;
}

.f-header-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 120px;
}

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

.wbs-button-link {
  color: var(--flowstica-webflow-library--black);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.wbs-accordion-content {
  padding-top: 10px;
  overflow: hidden;
}

.wbs-accordion-icon {
  width: 14px;
  margin-top: 5px;
}

.wbs-accordion-title {
  color: var(--flowstica-webflow-library--black);
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.wbs-accordion-heading {
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.wbs-accordion-item {
  background-color: #0000;
  border: 1px solid #010b151f;
  border-radius: 10px;
  padding: 15px 20px 10px;
}

.wbs-accordion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.wbs-faq-image {
  border-radius: 10px;
}

.wbs-according-split {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.wbs-section {
  background-image: url('../images/3_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.25rem 5%;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wbs-footer-link {
  color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.wbs-footer-link:hover {
  color: var(--main-orange);
  text-decoration: none;
}

.wbs-footer-link.w--current {
  text-decoration: none;
}

.wbs-footer-simple-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
}

.wbs-footer-logo-big {
  height: 70px;
}

.wbs-footer-logo-simple {
  margin-bottom: 20px;
}

.wbs-footer-simple {
  text-align: center;
}

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

.paragraph-3 {
  color: var(--main-orange);
}

.paragraph-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #969392ba;
  font-size: 12px;
  text-decoration: none;
}

.link:hover {
  color: #ffffffba;
}

.link-2 {
  color: #969392ba;
  font-size: 12px;
  text-decoration: none;
}

.link-2:hover {
  color: #ffffffba;
}

.flex-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
  width: 2px;
}

.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-30 {
  height: 1.875rem;
}

.wbs-feature-list-item {
  grid-column-gap: 10px;
  display: flex;
}

.wbs-feature-list-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.wbs-feature-split-3-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #010b151a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.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-image {
  border-radius: 10px;
}

.wbs-feature-split-3 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 85%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.wbs-section-3 {
  background-color: #fd3f0000;
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/1142_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  border-top: 5px solid #3279ec;
  padding: 6.25rem 5%;
}

.heading-5, .heading-6 {
  font-size: 44px;
}

.text-span-2 {
  color: #fe3f00;
}

.link-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--main-blue);
  text-align: left;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

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

.dropdown-link {
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link:hover {
  color: var(--main-orange);
}

.dropdown-link-2 {
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-2:hover {
  color: var(--main-orange);
}

.dropdown-link-3 {
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-3:hover {
  color: var(--main-orange);
}

.dropdown-link-4 {
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-4:hover {
  color: var(--main-orange);
}

.dropdown-link-5 {
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-5:hover {
  color: var(--main-orange);
}

.dropdown-link-6 {
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link-6:hover {
  color: var(--main-orange);
}

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

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

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

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

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.rich-text-block {
  margin-top: 120px;
  margin-bottom: 120px;
}

.rich-text-block h1 {
  font-size: 24px;
}

.rich-text-block h3, .heading-7 {
  color: var(--flowstica-webflow-library--black);
}

@media screen and (max-width: 991px) {
  .container-navigation {
    min-height: auto;
    position: relative;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .menu-button {
    color: #fff;
    background-color: #162044;
    border-radius: 8px;
  }

  .menu-button.w--open {
    background-color: var(--main-blue);
  }

  .hero-content {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .display-heading {
    line-height: 1.05;
  }

  .grid-content {
    align-items: center;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-grey {
    transition: all .3s;
  }

  .button-grey:hover {
    background-color: var(--main-blue);
  }

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

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content-grid {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .price-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-block {
    margin-top: 0;
  }

  .global-logo-link {
    margin-right: 0;
  }

  .sysf-hero-section {
    padding-top: 30px;
  }

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

  .rl_layout141_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
    top: 12px;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-h1-heading {
    font-size: 48px;
  }

  .f-section-large-3 {
    padding-top: 66px;
  }

  .f-header-image-wrapper-tall-2 {
    max-width: none;
    height: 360px;
  }

  .f-header-grid-2 {
    grid-template-columns: 1fr;
  }

  .wbs-faq-image {
    width: 100%;
  }

  .wbs-according-split {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .wbs-section, .wbs-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-feature-image {
    width: 100%;
  }

  .wbs-feature-split-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .wbs-section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container-navigation {
    position: static;
  }

  .nav-menu {
    background-color: #070e27;
    height: auto;
    padding: 20px;
  }

  .menu-button {
    background-color: #98a6c7;
  }

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

  .feature-card {
    padding: 32px;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-block {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .content-grid, .content-grid.centre-content {
    grid-template-columns: 1fr;
  }

  .link-block {
    display: none;
  }

  .cta-block-large {
    padding: 42px;
  }

  .cta-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .social-wrap {
    margin-bottom: 32px;
  }

  .social-link {
    margin-left: 14px;
    margin-right: 14px;
  }

  .link-wrap {
    margin-bottom: 32px;
  }

  .global-navigation-line, .global-text-wrapper {
    display: none;
  }

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

  .rl_layout141_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout141_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_layout141_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_layout141_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

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

  .f-h1-heading-copy, .f-h1-heading-copy-23 {
    margin-top: 0;
    font-size: 48px;
  }

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

  .f-header-image-wrapper-tall-2 {
    height: 400px;
  }

  .wbs-accordion-icon {
    margin-left: 20px;
  }

  .wbs-section {
    padding: 2rem 2%;
  }

  .wbs-footer-simple-links {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .wbs-footer-logo-big {
    height: 50px;
  }

  .wbs-section-2, .wbs-section-3 {
    padding: 2rem 2%;
  }

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

@media screen and (max-width: 479px) {
  .display-heading {
    font-size: 55px;
  }

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

  .content-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

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

  .price-block {
    padding: 32px;
  }

  .flowbase-banner, .global-component-banner, .global-title-text, .global-icon-x-small {
    display: none;
  }

  .sysf-hero-section {
    padding-bottom: 50px;
  }

  .f-paragraph-large-copy {
    font-size: 16px;
  }

  .f-h1-heading, .f-h1-heading-copy, .f-h1-heading-copy-23 {
    font-size: 40px;
  }

  .f-section-large-3 {
    padding-bottom: 0;
  }

  .paragraph-2 {
    line-height: 22px;
  }

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

  .wbs-accordion-icon {
    margin-left: 10px;
  }

  .wbs-accordion-title {
    padding-right: 20px;
  }

  .wbs-footer-simple-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

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

#w-node-_30f6ba72-9dbf-9539-569b-931984e1fa1d-6f453533 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_30f6ba72-9dbf-9539-569b-931984e1fa1e-6f453533, #w-node-_30f6ba72-9dbf-9539-569b-931984e1fa1f-6f453533, #access-dash.w-node-_30f6ba72-9dbf-9539-569b-931984e1fa22-6f453533, #w-node-_30f6ba72-9dbf-9539-569b-931984e1fa23-6f453533, #lead-retrieval.w-node-_30f6ba72-9dbf-9539-569b-931984e1fa26-6f453533, #w-node-_30f6ba72-9dbf-9539-569b-931984e1fa27-6f453533, #lead-scoring.w-node-_30f6ba72-9dbf-9539-569b-931984e1fa2a-6f453533, #w-node-_30f6ba72-9dbf-9539-569b-931984e1fa2b-6f453533, #sponsored-sections.w-node-_30f6ba72-9dbf-9539-569b-931984e1fa2e-6f453533, #w-node-_30f6ba72-9dbf-9539-569b-931984e1fa2f-6f453533, #sponsored-sections.w-node-fed0eb27-e96a-64e8-f880-f8be2ef06469-6f453533, #w-node-fed0eb27-e96a-64e8-f880-f8be2ef0646a-6f453533, #sponsored-sections.w-node-f7591c9d-8ede-9989-45bf-470437299b16-6f453533, #w-node-f7591c9d-8ede-9989-45bf-470437299b17-6f453533 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ece9b2e-997b-5d46-12d9-a246aae5d687-6f453533 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_1b232cdc-38a0-1718-34f0-b190f76d1da8-6f453533, #w-node-b113a5ae-07c4-3431-bfc6-7d4d6723e742-6f453533, #w-node-b113a5ae-07c4-3431-bfc6-7d4d6723e742-ff9dbc13, #w-node-b113a5ae-07c4-3431-bfc6-7d4d6723e742-1cddf158 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_68a37a6b-64a8-a301-e863-61dca9bcbdc2-6f453533, #w-node-_8ece9b2e-997b-5d46-12d9-a246aae5d680-6f453533 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_30f6ba72-9dbf-9539-569b-931984e1fa1d-6f453533 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


