@font-face {
  font-family: Circularstd book;
  src: url('../fonts/CircularStd-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

:root {
  --slate-grey: #546681;
  --white: white;
  --dodger-blue: #2b83fd;
  --slate-blue: #484dff;
  --dark-slate-grey: #2e3642;
  --silver: silver;
  --firebrick: #d30000;
  --black: black;
  --midnight-blue: #001632;
}

body {
  color: #333;
  font-family: Circularstd book, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

.header {
  background-image: url('../images/bg_shade.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 72vh;
  padding: 120px 5% 80px;
  display: flex;
}

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

.container.space-below {
  margin-bottom: 120px;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.heading {
  color: #1a3066;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 55px;
}

.paragraph {
  color: var(--slate-grey);
  max-width: 490px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 570px;
}

.button {
  background-color: #2b83fd;
  border-radius: 15px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.button.button-space {
  margin-top: 25px;
}

.service-card-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.footer-title {
  color: #0a1f44;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 16%;
  display: flex;
}

.footer-column-large {
  width: 60%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 200px;
  margin-bottom: 25px;
}

.footer-logo.chinese {
  width: 140px;
}

.footer {
  background-color: #eff6ff;
  padding: 140px 5% 20px;
}

.footer-text-02 {
  color: var(--dodger-blue);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: #4e5d78;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  color: var(--slate-blue);
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.column {
  width: 50%;
  padding: 10px;
}

.service-card {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 60px 25px;
  display: flex;
  box-shadow: 14px 14px 200px #0016320f;
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.heading-3 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 28px;
}

.paragraph-2 {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  font-size: 17px;
  line-height: 1.4;
}

.hero-block {
  align-items: center;
  width: 50%;
  min-height: 350px;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px;
  display: flex;
  position: relative;
}

.content-block-left {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 10px;
  display: flex;
}

.section-content {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5%;
}

.section-content.services {
  margin-top: -140px;
  padding-top: 140px;
  padding-bottom: 0;
  display: block;
}

.section-content.services.healthcare {
  background-color: #0000;
  margin-top: 0;
  padding-top: 140px;
}

.service-icon {
  width: 70px;
  margin-bottom: 25px;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  margin-bottom: 140px;
  display: flex;
}

.title {
  color: var(--dodger-blue);
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}

.heading-primary {
  color: #1a3066;
  letter-spacing: -.5px;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre {
  text-align: center;
  max-width: 700px;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.button-wrap-hero {
  margin-top: 35px;
}

.link {
  color: var(--slate-grey);
  font-size: 16px;
  text-decoration: none;
}

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

.section-logo {
  background-color: #fff;
  padding: 15px 5%;
}

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 36px;
  display: flex;
}

.light-logo {
  width: 130px;
}

.column-wrap {
  display: flex;
}

.navigation-dropdown {
  display: none;
}

.phone-text {
  color: var(--slate-grey);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

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

.navigation-link {
  color: var(--slate-grey);
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--dodger-blue);
}

.navigation-link.w--current {
  background-color: var(--white);
  color: var(--dodger-blue);
}

.navigation-link._2:hover {
  color: var(--dodger-blue);
  background-color: #dbdbdb;
}

.navigation-block-left {
  align-items: center;
  width: 30%;
  display: flex;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

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

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list.dropdown-smaller {
  min-width: 360px;
  left: -30px;
}

.logo-image {
  width: 200px;
}

.logo-image.chinese {
  width: 140px;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.phone-image {
  text-align: center;
  margin-right: 8px;
  display: block;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.phone-wrap {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.arrow-down {
  margin-left: 8px;
  margin-right: 7px;
}

.navigation {
  z-index: 9;
  background-color: var(--white);
  border-bottom: 1px solid #ffffff14;
  min-height: 100px;
  padding: 25px 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation.services {
  padding-bottom: 10px;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  line-height: 14px;
  display: flex;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #484dff08;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.short-title {
  color: var(--dark-slate-grey);
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px 10px;
  display: flex;
  position: relative;
}

.content-block-right {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.icon-3 {
  color: #4c4172;
}

.slider-left {
  background-color: #fff;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-wrap {
  align-items: center;
  width: 70%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-right {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.arrow {
  width: 28px;
}

.left-arrow {
  display: none;
  position: absolute;
  inset: auto 40% 0% auto;
}

.testimonial-image-block {
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  min-height: 350px;
  padding: 85px 20px;
  display: flex;
  position: relative;
}

.testimonial-columns-2 {
  display: flex;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 21px;
  font-weight: 400;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.right-arrow {
  display: none;
  inset: auto 35% 0% auto;
}

.testimonial-paragraph {
  color: var(--slate-grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.logo {
  width: 110px;
  margin-bottom: 6px;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

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

.button-default {
  background-color: #2b83fd;
  border-radius: 15px;
  padding: 18px 35px;
  font-size: 16px;
  transition: all .2s;
}

.button-default:hover {
  background-color: #343af0;
}

.new-tag {
  color: #2dca73;
  background-color: #2dca731a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 4px 16px;
  font-size: 12px;
  display: flex;
}

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

.hero-content {
  display: flex;
}

.paragraph-hero {
  color: var(--slate-grey);
  max-width: 490px;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
}

.content-block-hero {
  max-width: 590px;
  position: relative;
}

.button-navigation {
  background-color: var(--slate-blue);
  border-radius: 35px 0 35px 35px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-statistics {
  background-color: #f0f7ff;
  flex-direction: column;
  align-items: center;
  padding: 120px 5%;
  display: none;
}

.footer-text {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: #6b6f9a9c;
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.circle-div {
  background-color: var(--white);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 250px;
  max-width: 250px;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  display: flex;
  box-shadow: 7px 7px 150px #54668114;
}

.statistic-circle-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.title-capped {
  color: var(--slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
}

.counterup {
  color: var(--slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 52px;
}

.flowbase-close-card {
  opacity: .43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 13px 10px 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-home-link {
  position: absolute;
  inset: 0;
}

.flowbase-title {
  color: #5b3acc;
  letter-spacing: -.25px;
  margin-bottom: 4px;
  font-family: Circularstd, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.flowbase-author {
  color: #9b9eb8;
  letter-spacing: -.3px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.flowbase-left-wrap {
  display: flex;
}

.flowbase-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40px;
  margin-right: 25px;
  display: flex;
}

.flowbase-product-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 15px 40px 15px 20px;
  display: flex;
  position: relative;
}

.flowbase-card-wrap {
  z-index: 99999;
  background-color: #fff;
  border-radius: 200px;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 8px 1px 20px #807c8e26;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  background-color: #7020ff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.text-span-2 {
  color: #5b3acc;
}

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

.feature-number-wrap {
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.section-content-plain {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
  display: none;
}

.blog-article-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.blog-card {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-right: 0;
  padding: 15px 16px 35px;
  transition: all .3s ease-out;
  overflow: hidden;
  box-shadow: 14px 14px 40px #767ead14;
}

.blog-card:hover {
  transform: translate(0, -4px);
  box-shadow: 14px 14px 40px #767ead1f;
}

.blog-placeholder-image {
  background-image: url('../images/unsplash_img_03.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
  padding-top: 15px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.category-tag {
  background-color: #e9f9f0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 20px;
  display: flex;
}

.category-title {
  color: #38cb89;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 500;
}

.blog-content {
  margin-bottom: 25px;
}

.section-blog {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5%;
}

.section-testimoinals {
  background-color: #f0f7ff;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.arrow-image-mobile, .arrow-image-mobile-02 {
  display: none;
}

.section-cta {
  background-image: linear-gradient(#001632cc, #001632cc), url('../images/bill-oxford-8u_2imJaVQs-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding: 145px 5%;
  display: flex;
}

.feature {
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.content-title {
  color: var(--slate-blue);
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.blog-placeholder-image-03 {
  background-image: url('../images/unsplash_img_02.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.blog-placeholder-image-02 {
  background-image: url('../images/unsplash_img.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  min-height: 220px;
}

.container-flex {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-02 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-02:hover {
  color: #ffffff94;
}

.clone-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7020ff;
  background-image: linear-gradient(159deg, #7020ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: 250px;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.clone-button:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.text-span-3 {
  color: #5b3acc;
}

.hero-image {
  width: 100%;
}

.remove-before-use {
  z-index: 99;
  background-color: #2e3642ed;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.flowbase-card-delete {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 15px 40px 15px 20px;
  display: flex;
  position: relative;
}

.div-block {
  background-color: #fff;
  border-radius: 25px;
  width: 100%;
  max-width: 690px;
  min-height: 330px;
  padding: 37px;
  overflow: hidden;
}

.text-block {
  text-align: center;
  letter-spacing: 1px;
}

.div-block-2 {
  background-color: #5b3acc;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  display: flex;
}

.heading-4 {
  color: #5b3acc;
  text-align: center;
}

.paragraph-3 {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

.div-block-3 {
  height: 150px;
  margin-top: 35px;
}

.saving-feature-block {
  align-items: center;
  width: 100%;
  min-height: 120px;
  margin-top: 55px;
  display: flex;
}

.feature-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 120px;
  display: flex;
}

.text-block-36 {
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.counterup-2 {
  color: var(--dark-slate-grey);
  font-size: 34px;
}

.div-block-43 {
  background-color: #54668159;
  width: 1px;
  min-height: 55px;
  max-height: 90px;
}

.div-block-158 {
  display: flex;
}

.counterup-number {
  color: #fff;
  font-size: 34px;
}

.section-intro {
  background-color: #2b83fd;
  background-image: url('../images/logo_green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.intro {
  z-index: 10;
  color: #fff;
  padding: 10% 8%;
  line-height: 58px;
  position: relative;
}

.image, .image-2 {
  width: 100%;
}

.logo_green {
  opacity: .59;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-3 {
  width: 50%;
}

.grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff;
  border-radius: 15px;
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 / .5fr 1fr;
  grid-auto-flow: row;
}

.cell-paragraph {
  background-color: var(--white);
  padding: 10px 20px 20px;
}

.tab-link-tab-1 {
  color: #4291ff;
  background-color: #c7dfff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tab-link-tab-1.w--current {
  background-color: var(--dodger-blue);
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tab-link-tab-2 {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  color: #4291ff;
  background-color: #c7dfff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tab-link-tab-2.w--current {
  background-color: var(--dodger-blue);
  color: #fff;
}

.tab-link-tab-3 {
  background-color: #c7dfff;
}

.tab-link-tab-3.w--current {
  background-color: var(--dodger-blue);
}

.tabs-div {
  max-width: 1240px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-37 {
  color: var(--white);
}

.tab-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.tabs-content {
  border-radius: 0 0 15px 15px;
  box-shadow: 14px 14px 200px #00000012;
}

.cell-paragraph-top {
  color: var(--slate-grey);
  background-color: #dfdfdf;
  margin-top: 2px;
  padding: 10px 20px;
}

.div-block-159 {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.form-text-field {
  height: 100px;
}

.success-message {
  background-color: #dfecff;
  height: 400px;
}

.div-block-160 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-161, .div-block-162 {
  width: 50%;
}

.image-4 {
  width: 100%;
}

.section-content-about {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 120px 5% 20px;
  display: flex;
}

.section-content-about2 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding: 20px 5%;
  display: flex;
}

.language-link {
  color: var(--slate-grey);
  padding-right: 10px;
}

.underline-pink {
  background-color: #ed0c6e;
  width: 50px;
  height: 6px;
  margin-bottom: 20px;
}

.heading-small {
  text-align: left;
}

.paragraph-services {
  width: 50%;
  margin-right: 20px;
}

.paragraph-container {
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.section-nav {
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.navigation-text-2 {
  text-align: center;
  font-size: 13px;
}

.navigation-link-2 {
  color: var(--slate-grey);
  flex-direction: row;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link-2:hover {
  color: var(--dodger-blue);
}

.navigation-link-2.w--current {
  color: var(--dodger-blue);
  background-color: #d4e3f8;
}

.navigation-link-2._2:hover {
  color: var(--dodger-blue);
  background-color: #dbdbdb;
}

.section-nav-mobile {
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  justify-content: center;
  margin-top: 20px;
  display: none;
}

.title-2 {
  color: #2b83fd;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.paragraph-4 {
  color: #546681;
  max-width: 490px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 1.3;
}

.title-service-div {
  display: flex;
}

.icon {
  margin-right: 10px;
}

.section-services-kv {
  background-color: #dae2ec;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 1vh;
  margin-top: 60px;
  display: flex;
}

.image-5 {
  height: 80%;
}

.paragraph-edu-container {
  width: 100%;
}

.paragraph-edu {
  color: var(--slate-grey);
  letter-spacing: .08rem;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 1.6;
}

.paragraph-edu.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 570px;
}

.paragraph-edu-2 {
  color: #546681;
  max-width: 490px;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  line-height: 1.6;
}

.text-span-4 {
  color: var(--white);
}

.image-6 {
  box-shadow: 0 0 9px -2px var(--silver);
  border-radius: 50%;
  width: 200px;
  margin-bottom: 20px;
}

.form_container {
  width: 50%;
  max-width: 1240px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.form_container.space-below {
  margin-bottom: 120px;
}

.div-block-163 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-span-5 {
  font-size: 12px;
}

.heading-edu {
  color: var(--dodger-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 28px;
}

.columns {
  width: 90%;
  margin-bottom: 20px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.list-items {
  color: #546681;
  letter-spacing: .08px;
  font-size: 18px;
  line-height: 1.6;
}

.list {
  padding-left: 20px;
}

.columns-m {
  width: 90%;
  margin-bottom: 20px;
  display: none;
}

.edu-div {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.edu-m-div {
  display: none;
}

.heading-edu-2 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 28px;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: var(--firebrick);
}

.form-block {
  margin-bottom: 60px;
}

.paragraph-enquiry {
  color: var(--slate-grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 1.6;
}

.paragraph-enquiry.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 570px;
}

.section-anchor-intro {
  height: 0;
  position: relative;
  top: -181px;
}

.title-copy {
  color: var(--dodger-blue);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.section-anchor2 {
  height: 0;
  position: relative;
  top: -84px;
}

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

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

.paragraph-5 {
  font-size: 18px;
  line-height: 21px;
}

.form-block-2, .form-block-3, .form-block-4 {
  display: none;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 160px;
  }

  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 100%;
  }

  .hero-block {
    justify-content: center;
    width: 100%;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

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

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

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

  .dropdown-link {
    color: #3b4c5b;
    border-radius: 10px;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: #73a7d417;
  }

  .dropdown-link.w--current {
    color: var(--dodger-blue);
  }

  .navigation-block-right {
    width: 100%;
  }

  .dropdown-mobile {
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    background-color: #54668114;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: #fff;
    border-radius: 15px;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px #54668121;
  }

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

  .feature-icon {
    margin-bottom: 15px;
  }

  .hero-image-wrap {
    width: 100%;
    min-height: auto;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .hero-content {
    flex-wrap: wrap;
  }

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

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .statistic-circle-wrap {
    width: 100%;
  }

  .flowbase-card-wrap {
    min-width: auto;
    max-width: 610px;
    margin-right: 15px;
    display: block;
  }

  .arrow-image {
    display: none;
  }

  .arrow-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-number-wrap {
    flex-direction: column;
  }

  .blog-card {
    padding: 20px 20px 35px;
  }

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

  .arrow-image-mobile {
    display: block;
    position: relative;
    left: 55px;
  }

  .arrow-image-mobile-02 {
    display: block;
    position: relative;
    left: -55px;
  }

  .feature {
    flex-direction: column;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .language-link {
    display: none;
  }

  .language-link.mobile {
    padding-left: 20px;
    display: block;
  }

  .language-mobile-div {
    padding-top: 20px;
    display: block;
  }

  .form_container {
    width: 70%;
    margin-bottom: 100px;
  }

  .form_container.space-below {
    margin-bottom: 80px;
  }

  .columns, .columns-m {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .navigation-link-wrap, .phone-wrap {
    display: none;
  }

  .content-block-right {
    padding: 10px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

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

  .testimonial-columns-2 {
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

  .button-navigation, .flowbase-product-wrap {
    display: none;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 15px;
  }

  .blog-card {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog {
    padding-left: 3%;
    padding-right: 3%;
  }

  .clone-button.w--current {
    text-align: center;
  }

  .flowbase-card-delete, .language-link {
    display: none;
  }

  .language-link.mobile {
    padding-left: 20px;
    display: block;
  }

  .language-mobile-div {
    padding-top: 20px;
    display: block;
  }

  .form_container {
    width: 80%;
  }

  .heading-edu, .heading-edu-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 0;
  }

  .container.space-below {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .content-wrap {
    align-items: center;
    margin-bottom: 0;
  }

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

  .paragraph {
    text-align: left;
    margin-bottom: 10px;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-column, .footer-column-large {
    width: 100%;
  }

  .footer-logo {
    width: 140px;
  }

  .footer {
    padding-top: 60px;
  }

  .image-block {
    padding: 8px;
  }

  .section-content {
    padding-bottom: 0;
    padding-left: 6%;
    padding-right: 6%;
  }

  .section-content.services {
    padding-top: 100px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-content.services.healthcare {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .title {
    letter-spacing: 1px;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: block;
  }

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

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .dropdown-link.w--current {
    color: var(--dodger-blue);
  }

  .navigation-block-left, .navigation-block-right {
    width: 50%;
  }

  .phone-wrap {
    display: none;
  }

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

  .title-wrap-left {
    align-items: center;
    margin-bottom: 0;
    padding-right: 0;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .content-block-right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .testimonial-image-block {
    width: 100%;
    min-height: 220px;
    padding: 15px 40px 0;
  }

  .flowbase-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .flowbase-product-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flowbase-card-wrap {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .arrow-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-card {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flowbase-card-delete {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text {
    text-align: left;
    font-size: 43px;
  }

  .tab-link-tab-1 {
    border: 1px solid var(--white);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tab-link-tab-1.w--current {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tab-link-tab-2 {
    border: 1px solid var(--white);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

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

  .div-block-160 {
    flex-direction: column;
    width: 100%;
  }

  .div-block-161 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-162 {
    width: 100%;
    padding-left: 0;
  }

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

  .section-content-about {
    padding-bottom: 0;
  }

  .section-content-about2 {
    padding-top: 0;
  }

  .language-link {
    display: none;
  }

  .language-link.mobile {
    padding-top: 10px;
    padding-left: 20px;
    display: flex;
  }

  .language-mobile-div {
    padding-top: 20px;
  }

  .underline-pink {
    width: 30px;
  }

  .paragraph-services {
    width: 100%;
    margin-bottom: 30px;
  }

  .paragraph-container {
    width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .section-nav {
    flex-direction: column;
    display: none;
  }

  .navigation-text-2 {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }

  .navigation-link-2 {
    background-color: #eee;
    justify-content: center;
    width: 49%;
    margin-top: 1px;
    margin-left: 1px;
    padding: 10px;
  }

  .navigation-link-2:hover {
    color: var(--dodger-blue);
  }

  .navigation-link-2.w--current {
    width: 49%;
  }

  .section-nav-mobile {
    background-color: var(--white);
    border-top-style: none;
    border-bottom-style: none;
    flex-flow: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-top: 100px;
    display: flex;
    position: fixed;
  }

  .title-service-div {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .icon {
    margin-bottom: 10px;
  }

  .section-services-kv {
    align-items: flex-end;
    height: 20vh;
    margin-top: 0;
    padding-bottom: 15%;
    position: static;
  }

  .image-5 {
    width: 90%;
    height: auto;
  }

  .paragraph-edu-container {
    width: 100%;
    margin-top: 20px;
  }

  .paragraph-edu-2 {
    font-size: 16px;
  }

  .form_container {
    width: 90%;
    padding-top: 0;
  }

  .form_container.space-below {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    width: 100%;
    display: none;
  }

  .list-items {
    font-size: 16px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-m {
    width: 100%;
    display: block;
  }

  .edu-div {
    display: none;
  }

  .edu-m-div {
    width: 100%;
    display: block;
  }

  .text-span-6 {
    color: #b80003;
  }

  .text-span-7, .text-span-8, .text-span-9 {
    color: var(--firebrick);
  }

  .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
    color: var(--dodger-blue);
  }

  .bold-text-2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .section-anchor-intro {
    top: -150px;
  }

  .title-copy {
    display: none;
  }

  .text-span-15 {
    color: var(--dodger-blue);
  }

  .section-anchor2 {
    top: -150px;
  }
}


@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}