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

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

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg_shade.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

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

.container.home {
  padding-top: 120px;
}

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

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.5px;
}

.paragraph {
  max-width: 490px;
  color: #546681;
  font-size: 17px;
  line-height: 1.3;
  font-style: normal;
}

.paragraph.paragraph-centre-white {
  max-width: 570px;
  color: #fff;
  text-align: center;
}

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

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

.service-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

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

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

.footer-text-02 {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

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

.footer-link:hover {
  color: #484dff;
}

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

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

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgba(0, 22, 50, 0.06);
}

.card-content-wrap {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #6b539a;
  text-align: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #2e3642;
  text-align: left;
}

.paragraph-2 {
  max-width: 320px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

.hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

.column-wrap-reversed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.heading-primary {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
}

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

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

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

.link {
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

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

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

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

.light-logo {
  width: 130px;
  height: auto;
}

.column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.phone-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #546681;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.dropdown-list-wrap {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 15px 12px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(44, 62, 80, 0.1);
}

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

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link:hover {
  color: #484dff;
}

.navigation-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list {
  background-color: transparent;
}

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

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

.logo-image {
  width: 90px;
  margin-top: auto;
  margin-bottom: auto;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

.logo-link {
  margin-left: 0px;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  min-height: 100px;
  padding: 25px 5%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.title-wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.dropdown-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 12px 15px 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.feature-wrap:hover {
  background-color: rgba(72, 77, 255, 0.03);
}

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

.feature-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.short-title {
  margin-bottom: 2px;
  color: #2e3642;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

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

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

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

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

.slider-arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

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

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 45px 0 rgba(0, 22, 50, 0.1);
}

.testimonial-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, 0.08);
}

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

.arrow {
  width: 28px;
}

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

.testimonial-image-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  padding: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.arrow-disabled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  padding: 20px 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 35%;
  bottom: 0%;
  display: none;
}

.testimonial-paragraph {
  color: #546681;
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
}

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

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

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

.text-span {
  color: #484dff;
}

.button-default {
  padding: 18px 35px;
  border-radius: 50px;
  background-color: #f69875;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

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

.new-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  padding: 4px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(45, 202, 115, 0.1);
  color: #2dca73;
  font-size: 12px;
}

.title-wrap-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.paragraph-hero {
  max-width: none;
  padding-right: 0px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  font-style: normal;
}

.content-block-hero {
  position: relative;
  width: 100%;
  max-width: none;
  padding-right: 0px;
}

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

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.section-statistics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f7ff;
}

.footer-text {
  max-width: 320px;
  margin-bottom: 25px;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

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

.legal-text {
  color: rgba(107, 111, 154, 0.61);
  font-size: 16px;
}

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

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

.circle-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 250px;
  max-width: 250px;
  min-height: 250px;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 7px 7px 150px 0 rgba(84, 102, 129, 0.08);
}

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

.title-capped {
  color: #546681;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.counterup {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #f69875;
  font-size: 52px;
  line-height: 52px;
}

.flowbase-close-card {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 13px 10px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.43;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
}

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

.flowbase-home-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

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

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

.flowbase-left-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowbase-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  margin-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowbase-card-wrap {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 99999;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 8px 1px 20px 0 rgba(128, 124, 142, 0.15);
}

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

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

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

.arrow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

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

.blog-article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-card {
  overflow: hidden;
  width: 100%;
  margin-right: 0px;
  padding: 15px 16px 35px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.08);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.blog-card:hover {
  box-shadow: 14px 14px 40px 0 rgba(118, 126, 173, 0.12);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

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

.blog-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  padding-top: 15px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

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

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

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

.section-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 145px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001632;
}

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

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

.content-title {
  margin-top: 7px;
  margin-bottom: 15px;
  color: #f69875;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

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

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

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

.link-02 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-02:hover {
  color: hsla(0, 0%, 100%, 0.58);
}

.clone-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  min-height: 50px;
  min-width: 150px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #7020ff;
  background-image: linear-gradient(159deg, #7020ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.clone-button:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

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

.remove-before-use {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(46, 54, 66, 0.93);
}

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

.heading-2 {
  margin-top: 15px;
  margin-bottom: 35px;
  color: #33334f;
  font-size: 48px;
  text-align: center;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #f69875;
  border-radius: 6px;
  background-color: #f5fafc;
  font-size: 13px;
  letter-spacing: 1px;
}

.tab-link-tab-1.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-color: #f69875;
  border-radius: 6px;
  background-color: #f69875;
  color: #fff;
  text-transform: uppercase;
}

.tap-pane-p3 {
  padding-top: 55px;
  padding-bottom: 35px;
}

.button-p3-02 {
  margin-top: 25px;
  margin-left: 0px;
  padding: 10px 52px;
  border: 1px solid #f69875;
  border-radius: 6px;
  background-color: #f69875;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #f5fafc;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-18 {
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
}

.pricing-p3 {
  min-height: 600px;
  padding: 80px 5%;
}

.h1-p4 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #173049;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}

.text-block-19 {
  color: #4e5d78;
  line-height: 35px;
  text-align: center;
}

.text-block-20 {
  max-width: 200px;
  margin-top: 12px;
  color: #9596ac;
  font-size: 12px;
  text-align: center;
}

.button-p3 {
  margin-top: 25px;
  margin-left: 0px;
  padding: 10px 52px;
  border: 1px solid #f69875;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  color: #f69875;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-card-p4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.pricing-card-p4.p4-dropshadow {
  box-shadow: 1px 1px 43px 0 rgba(23, 48, 73, 0.06);
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-p4 {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label-flash {
  position: absolute;
  left: 5%;
  top: -10%;
  right: auto;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  color: #2b2b33;
  font-size: 0.7rem;
  font-style: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sub-header-wrap {
  width: 70%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.benefit-text-wrap {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-field-text {
  height: 4rem;
  padding: 20px;
}

.form-col-ful {
  position: relative;
  width: 100%;
  margin-left: 10px;
}

.contact-us-wrapper {
  position: relative;
  height: 90vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-disclaimer {
  margin-top: 20px;
  color: #888;
  font-size: 1em;
  line-height: 140%;
  text-align: left;
}

.arrow-2 {
  -webkit-filter: hue-rotate(189deg);
  filter: hue-rotate(189deg);
  -webkit-transform: translate(0px, -29px) translate(57px, 0px) rotate(46deg);
  -ms-transform: translate(0px, -29px) translate(57px, 0px) rotate(46deg);
  transform: translate(0px, -29px) translate(57px, 0px) rotate(46deg);
}

.h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #2b2b33;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0px;
}

.social-media-icons {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  padding: 16px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.highlight-small {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: #34c674;
}

.subhead-highlight {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.color-text {
  color: #ff5f05;
}

.lil-rule {
  width: 3vw;
  height: 2px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.arrow-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-featured-wrap {
  position: absolute;
  top: 200px;
  z-index: 4;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header-featured-wrap.contact {
  top: 0px;
  width: 100%;
  padding-right: 50px;
}

.icon {
  margin: 10px 20px 20px auto;
  -webkit-filter: brightness(114%) hue-rotate(197deg);
  filter: brightness(114%) hue-rotate(197deg);
}

.big-container {
  width: 1190px;
  margin-right: auto;
  margin-left: auto;
}

.subhead {
  font-family: 'Open Sans', sans-serif;
  color: #f69875;
  font-size: 1rem;
  text-transform: uppercase;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 35px;
  line-height: 1.5em;
  font-weight: 700;
}

.heading-4._30px {
  color: #fff;
  font-size: 32px;
  line-height: 1.3em;
  text-align: left;
}

.col-md-2 {
  display: block;
  overflow: visible;
  width: auto;
  max-width: none;
  min-height: 0px;
  padding: 0px 0px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 3px none #000;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: none;
}

.col-md-2:hover {
  box-shadow: none;
}

.subhead-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec-bk {
  display: block;
  height: 210vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-1-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.links {
  color: #000;
  text-decoration: none;
}

.row-2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.form-sub-heading {
  width: 75%;
  color: #f69875;
  font-size: 1.1rem;
}

.sub-heading-text {
  width: 120%;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 800;
}

.sub-heading-text.contact {
  width: 100%;
  color: #2b2b33;
  font-size: 3rem;
  line-height: 120%;
}

.benefit-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-3 {
  margin-bottom: 25px;
  color: #72778d;
  font-size: 1.1rem;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.social-media-link-icon {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/facebook-logo_1facebook-logo.png');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  opacity: 0.33;
  -webkit-transition: opacity 200ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 200ms cubic-bezier(.455, .03, .515, .955);
}

.social-media-link-icon.linkedin1 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('../images/linkedin-logo_1linkedin-logo.png');
  background-size: 16px;
}

.social-media-link-icon.linkedin1:hover {
  opacity: 1;
}

.social-media-link-icon.facebook {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('../images/facebook-logo-1_1facebook-logo (1).png');
  background-size: 20px;
}

.social-media-link-icon.facebook:hover {
  opacity: 1;
}

.social-media-link-icon.instagram1 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-image: url('../images/instagram-social-network-logo-of-photo-camera-1_1instagram-social-network-logo-of-photo-camera (1).png');
  background-size: 16px;
}

.social-media-link-icon.instagram1:hover {
  opacity: 1;
}

.form-button {
  width: 100%;
  margin-top: 20px;
  padding: 12px 25px 12px 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #f69875;
  border-radius: 50px;
  background-color: #f69875;
  background-image: url('../images/email-filled-closed-envelope_1email-filled-closed-envelope.png');
  background-position: 22px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease, box-shadow 300ms ease, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, box-shadow 300ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background-color 500ms ease, box-shadow 300ms ease;
  transition: transform 500ms ease, background-color 500ms ease, box-shadow 300ms ease, -webkit-transform 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-button:hover {
  border-color: #daa900;
  background-color: #000;
}

.sub-header-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 80%;
  height: 77vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sub-header-img.contact-us {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85vh;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: -8px 3px 30px -5px hsla(0, 0%, 50%, 0.5);
}

.sticky-wrapper {
  position: relative;
  height: 180vh;
}

.div-block-34 {
  max-width: 500px;
}

.heading-5 {
  color: #000;
}

.content-block-hero-copy {
  position: relative;
  max-width: none;
}

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

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

.sections.home {
  padding-top: 120px;
}

.sections._1 {
  padding-top: 120px;
}

.blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg_shade.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.content._1 {
  display: block;
}

.b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.hero-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 350px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph-title {
  max-width: none;
  color: #546681;
  font-size: 17px;
  line-height: 1.4;
  font-style: normal;
}

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

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

.premiere.home {
  padding-top: 120px;
}

.premiere._1 {
  padding-top: 60px;
}

.h3 {
  margin-top: 40px;
}

.grid {
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-2 {
  height: 70px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  color: #546681;
}

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

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

.sections-copy.home {
  padding-top: 120px;
}

.sections-copy._1 {
  padding-top: 120px;
}

.sections-copy._1-copy {
  width: 90vw;
  padding-top: 120px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section {
  width: 100vw;
  height: 100vh;
  background-color: #1d1e22;
}

.hero {
  width: 100vw;
  height: 100vh;
  padding-top: 10vw;
  background-color: #1d1e22;
}

.hero-2 {
  display: block;
  width: 100vw;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8e5e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#f6f4f2)), url('../images/Globe-asset.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f6f4f2), url('../images/Globe-asset.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.videodiv {
  width: 50%;
  margin-left: auto;
  padding-right: 100px;
}

.hero-image-2 {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-6 {
  width: 80vw;
  font-family: 'Regola pro', sans-serif;
  color: #1d1e22;
  font-size: 110px;
  line-height: 130px;
}

.paragraph-4 {
  margin-bottom: 20px;
  font-family: 'IBM plex mono', sans-serif;
  color: #b7b5b3;
  font-size: 20px;
  line-height: 20px;
}

.div-block-35 {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-36 {
  width: 60%;
  margin-left: 40px;
}

.paragraph-5 {
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
  font-size: 30px;
  line-height: 45px;
  text-align: justify;
}

.sentence {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.container-hero {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.h2-sentence {
  width: 80vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10vh;
  padding-bottom: 10vh;
  font-family: 'Regola pro', sans-serif;
  color: #1d1e22;
  font-size: 80px;
  line-height: 90px;
}

.h1 {
  width: 80vw;
  margin-bottom: 0px;
  font-family: 'Product sans 400', sans-serif;
  color: #f6f4f2;
  font-size: 80px;
  line-height: 105px;
}

.div-block-37 {
  width: 100vw;
  padding-bottom: 20vh;
  background-color: #f6f4f2;
}

.html-embed {
  width: 100vw;
  height: 100vh;
}

.hero-contain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15vw;
}

.feature-suggest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-37-copy {
  width: 100vw;
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: #f6f4f2;
}

.videodiv-copy {
  width: 40%;
  margin-left: auto;
  padding-right: 40px;
}

.paragraph-5-copy {
  font-family: 'Regola 400', sans-serif;
  color: #1d1e22;
  font-size: 36px;
  line-height: 56px;
}

.navigation-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Regola 500', sans-serif;
  color: #f6f4f2;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-2:hover {
  color: #878788;
}

.navigation-link-2.w--current {
  color: #99d715;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 44px;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-column-right {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.dropdown-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px 22px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-4:hover {
  background-color: #f8faff;
}

.dropdown-link-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-1:hover {
  background-color: #f8faff;
}

.icon-4 {
  margin-right: 5px;
  color: #f6f4f2;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.navigation-column {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 22px;
}

.flowbase-logo {
  width: auto;
  height: 50px;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 85px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-column-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.icon-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.09);
}

.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
}

.link-18 {
  display: block;
  margin-bottom: 15px;
  color: #283338;
  font-size: 15px;
  text-decoration: none;
}

.link-18:hover {
  color: #8c54ff;
}

.navigation-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  background-color: transparent;
}

.text-block-61 {
  font-size: 16px;
}

.dropdown-link-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 55px;
  padding: 16px 22px 20px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navigation-dropdown-2 {
  min-width: 140px;
}

.navigation-dropdown-2.w--open {
  left: -120px;
  max-height: 100vh;
  min-width: 350px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.text-block-62 {
  margin-bottom: 14px;
  color: #abaeaf;
  font-size: 14px;
  letter-spacing: 1px;
}

.dropdown-toggle-2 {
  padding-right: 26px;
  padding-left: 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle-2:hover {
  color: #8c54ff;
}

.heading-7 {
  width: 80vw;
  margin: 0px auto;
  padding-top: 10vh;
  padding-bottom: 25vh;
  font-family: 'Product sans 400', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 105px;
  text-align: left;
}

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

.dropdown-image {
  margin-bottom: 14px;
  border-radius: 10px;
}

.nav-content-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-toggle-3 {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle-3:hover {
  color: #878788;
}

.nav-blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details-2 {
  color: rgba(40, 51, 56, 0.6);
  font-size: 14px;
  white-space: normal;
}

.navigation-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100%;
  max-width: 1300px;
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 5px 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #ff8e5e;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  font-family: 'Ibmplexmono 500', sans-serif;
  color: #1d1e22;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.navigation-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-3:hover {
  background-color: transparent;
}

.navigation-dropdown-3 {
  min-width: 140px;
}

.navigation-dropdown-3.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation-dropdown-3.dropdown-long {
  left: -185px;
  min-width: 500px;
}

.dropdown-block {
  position: relative;
  z-index: 25;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 140px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper-flex.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-wrapper {
  overflow: hidden;
  min-width: 140px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(140, 84, 255, 0.05);
}

.icon-5 {
  width: 100%;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.login-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-blog {
  color: #8c54ff;
  font-size: 14px;
  white-space: normal;
}

.dropdown-column-right {
  width: 50%;
  height: 100%;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fafafa;
}

.dropdown-link-6 {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-6:hover {
  background-color: hsla(0, 0%, 98%, 0.8);
  color: #7839f3;
}

.text-block-63 {
  font-family: 'Regola 500', sans-serif;
  color: #f6f4f2;
  font-size: 16px;
}

.text-block-63:hover {
  color: #878788;
}

.text-block-64 {
  font-family: 'Regola 500', sans-serif;
  color: #f6f4f2;
  font-size: 16px;
}

.text-block-64:hover {
  color: #878788;
}

.text-block-65 {
  font-family: 'Regola 500', sans-serif;
  color: #f6f4f2;
  font-size: 16px;
}

.text-block-65:hover {
  color: #878788;
}

.div-block-40 {
  width: 50%;
}

.button-mobile {
  display: none;
  min-height: 50px;
  padding: 5px 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #ff8e5e;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  font-family: 'Ibmplexmono 500', sans-serif;
  color: #1d1e22;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.hidemobile {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.navigation__menu-btn {
  overflow: hidden;
  height: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.open-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-text-2 {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 10px;
  margin-left: 12.5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hamburger-line {
  width: 25px;
  height: 2.22px;
  background-color: #fff;
}

.hamburger-line-2 {
  width: 15px;
  height: 2.22px;
  background-color: #fff;
}

.close-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-btn {
  width: 18px;
  height: 18px;
  margin-left: 12.5px;
  background-image: url('../images/close-btn-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
}

.recommend-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  padding: 16px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(246, 244, 242, 0.15);
}

.price-caption {
  margin-top: 4px;
  font-family: 'Product sans 400', sans-serif;
}

.price-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-price {
  width: 100%;
  margin-top: 0px;
  padding: 16px 24px;
  border-radius: 0px;
  background-color: #f6f4f2;
  color: #1d1e22;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.button-price.max-width {
  max-width: 250px;
  border-radius: 0px;
}

.check-grid-large {
  display: -ms-grid;
  display: grid;
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.check-grid {
  min-height: 150px;
  margin-top: 32px;
  margin-bottom: 20px;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.container-2 {
  width: 80vw;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-h1 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  letter-spacing: -0.04em;
}

.grid-2 {
  margin-bottom: 40px;
  -ms-grid-columns: 0.5fr 0.5fr 0.25fr;
  grid-template-columns: 0.5fr 0.5fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #7b88a8;
  text-align: left;
}

.subtitle {
  margin-top: 10px;
  font-family: 'IBM plex mono', sans-serif;
  color: #b7b5b3;
  font-size: 18px;
  font-weight: 400;
}

.check {
  margin-right: 20px;
  color: #1d1e22;
}

.price-card-dark {
  position: relative;
  padding: 32px 34px;
  border-radius: 0px;
  background-color: #ff8e5e;
  box-shadow: 0 90px 90px -50px rgba(255, 142, 94, 0.2);
  color: #fff;
}

.price-illustration {
  position: absolute;
  left: auto;
  top: auto;
  right: -50%;
  bottom: -25%;
}

.feature-label {
  opacity: 1;
  color: #1d1e22;
}

.price-card {
  position: relative;
  padding: 0px 34px;
  border-radius: 0px;
  background-color: #fff;
  color: #4e2d92;
}

.heading-8 {
  font-family: 'Product sans', sans-serif;
  color: #f6f4f2;
}

.heading-9 {
  font-family: 'Product sans', sans-serif;
  color: #1d1e22;
}

.price-caption-copy {
  margin-top: 4px;
  font-family: 'Product sans 400', sans-serif;
  color: #b7b5b3;
}

.text-block-66 {
  color: #1d1e22;
}

.text-block-67 {
  color: #1d1e22;
}

.text-block-68 {
  color: #1d1e22;
}

.feature-text {
  font-family: 'Product sans', sans-serif;
  color: #1d1e22;
  font-size: 15px;
}

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

.check-2 {
  width: 24px;
  margin-right: 16px;
}

.price-type {
  margin-top: 0px;
  font-family: 'Product sans', sans-serif;
  color: #1d1e22;
}

.price-type.white-text {
  color: #f6f4f2;
}

.price-card-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-features {
  margin-top: 22px;
  margin-bottom: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-block {
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(255, 142, 94, 0.1);
  color: #ff8e5e;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.button-3.button-white {
  background-color: #fff;
  color: #ff8e5e;
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.length-text.white-text {
  color: #f6f4f2;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-text {
  font-family: 'Product sans 400', sans-serif;
  color: #b7b5b3;
  font-size: 14px;
}

.pricing-text.white-text {
  color: #f6f4f2;
}

.pricing {
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
}

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

.price-card-2 {
  padding: 0px 34px;
  border-radius: 0px;
}

.pricing-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  min-height: auto;
  margin-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
}

.check-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrap-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7b88a8;
  text-align: center;
}

.pricing-grid {
  width: 80vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card-featured {
  position: relative;
  top: -35px;
  z-index: 3;
  width: 105%;
  height: 100%;
  padding: 32px 22px;
  border-radius: 0px;
  background-color: #ff8e5e;
  background-image: url('../images/Lines.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 2px 44px 42px 0 rgba(255, 142, 94, 0.1);
}

.content-h1-2 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #231d4f;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.text-span-4 {
  color: #f6f4f2;
}

.heading-10 {
  font-family: 'Product sans 400', sans-serif;
}

.heading-11 {
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
}

.price-table-1111 {
  display: none;
  width: 80vw;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-37-copy-copy {
  width: 100vw;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #f6f4f2;
}

.grid-3 {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3.casestudy2 {
  padding: 20px 20px 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 15px;
  background-color: #fff;
}

.case {
  position: relative;
  height: auto;
  min-height: 80vh;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(63%, #fff)), url('../images/digitalnexa.png');
  background-image: linear-gradient(180deg, transparent 10%, #fff 63%), url('../images/digitalnexa.png');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  box-shadow: 0 4px 60px -15px rgba(29, 30, 34, 0.1);
}

.case.upseo {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(63%, #fff)), url('../images/upseo.gif');
  background-image: linear-gradient(180deg, transparent 10%, #fff 63%), url('../images/upseo.gif');
  background-position: 0px 0px, 50% -5%;
  background-size: auto, contain;
}

.text-case {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 0px 30px 60px;
}

.text-case.casestudyyyy {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-12 {
  margin-top: 10px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
}

.heading-13 {
  font-family: 'Product sans 400', sans-serif;
  color: #878788;
  font-size: 20px;
}

.text-block-70 {
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: 'Product sans 400', sans-serif;
  font-size: 16px;
}

.link-19 {
  font-family: 'Product sans 400', sans-serif;
  color: #ff8e5e;
  font-size: 20px;
}

.div-block-37-copy-copy-copy {
  display: none;
  width: 100vw;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #f6f4f2;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  width: 80vw;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.studies {
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(183, 181, 179, 0.47);
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Product sans 400', sans-serif;
  color: #878788;
  font-size: 17px;
  text-align: center;
}

.grid5 {
  display: block;
  width: 80vw;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid6 {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services {
  position: relative;
  height: auto;
  min-height: auto;
  padding: 40px 30px 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 4px 60px -15px rgba(29, 30, 34, 0.1);
}

.serv {
  margin-top: 10px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
  font-size: 20px;
}

.image {
  width: 30px;
  height: 30px;
}

.image-2 {
  width: 30px;
  height: 30px;
}

.grid5-copy {
  display: block;
  width: 80vw;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-19-copy {
  font-family: 'Product sans 400', sans-serif;
  color: #ff8e5e;
  font-size: 20px;
}

.service {
  width: 100vw;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #f6f4f2;
}

.h2-h2 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  letter-spacing: -0.04em;
}

.casestudy {
  width: 100vw;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #f6f4f2;
}

.pricing1 {
  width: 100vw;
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: #f6f4f2;
}

.pricing1-copy {
  width: 100vw;
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: #f6f4f2;
}

.price {
  width: 100vw;
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: #f6f4f2;
}

.feature-wrap-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
}

.testimonial {
  width: 100vw;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #f6f4f2;
}

.content-h1-copy {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  letter-spacing: -0.04em;
}

.grid7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 0.4;
}

.image-3 {
  height: 30px;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.image-4 {
  height: 30px;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.image-5 {
  height: 30px;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.image-6 {
  height: 30px;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.contact {
  width: 100vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #f6f4f2;
}

.columns {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  min-height: 40px;
  border-radius: 5px;
  font-family: 'Product sans 400', sans-serif;
  font-size: 17px;
}

.text-field-2 {
  min-height: 40px;
  border-radius: 5px;
  font-family: 'Product sans 400', sans-serif;
  color: #878788;
  font-size: 17px;
}

.textarea {
  min-height: 150px;
  border-radius: 5px;
  font-family: 'Product sans 400', sans-serif;
  font-size: 17px;
}

.submit-button {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px;
  background-color: #ff8e5e;
  font-family: 'Ibmplexmono 500', sans-serif;
  font-size: 17px;
}

.submit-button:hover {
  background-color: #1d1e22;
}

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

.column-4 {
  padding-right: 0px;
  padding-left: 40px;
}

.text-block-71 {
  margin-bottom: 10px;
  font-family: 'Product sans 400', sans-serif;
  color: #878788;
  font-size: 17px;
}

.text-block-72 {
  font-family: 'Product sans 400', sans-serif;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  color: #1d1e22;
  font-size: 20px;
  text-decoration: none;
}

.link-block-2:hover {
  color: #ff8e5e;
}

.image-7 {
  height: 20px;
}

.link-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  color: #1d1e22;
  font-size: 20px;
  text-decoration: none;
}

.link-block-2-copy:hover {
  color: #ff8e5e;
}

.footer1 {
  width: 100vw;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #f6f4f2;
}

.ff {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  letter-spacing: -0.04em;
}

.footer-title-2 {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Product sans 400', sans-serif;
  color: #878788;
  font-size: 18px;
  font-weight: 600;
}

.footer-text-3 {
  margin-bottom: 0px;
  font-family: 'Product sans 400', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.footer-text-3:hover {
  color: #ff8e5e;
}

.footer-link-2 {
  margin-bottom: 15px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'Product sans 400', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #ff8e5e;
}

.legal-text-3 {
  color: #878788;
  font-size: 16px;
}

.footer-text-4 {
  max-width: 320px;
  margin-bottom: 25px;
  font-family: 'Product sans 400', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  text-align: left;
}

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

.legal-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1240px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

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

.footer-icon-2 {
  margin-right: 10px;
  color: #23e6a8;
}

.footer-2 {
  display: block;
  margin-top: 0px;
  padding: 140px 5% 10px;
  background-color: transparent;
  background-image: linear-gradient(41deg, #1d1e22, #282b30);
}

.image-8 {
  width: 30px;
  height: 30px;
}

.image-9 {
  width: 30px;
  height: 30px;
}

.image-10 {
  height: 30px;
}

.image-11 {
  width: 30px;
  height: 30px;
}

.grid7-copy {
  display: -ms-grid;
  display: grid;
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  opacity: 1;
}

.how {
  position: relative;
  height: auto;
  min-height: auto;
  padding: 80px 30px 10px;
  border-radius: 20px;
  background-color: #1d1e22;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#303139), to(#1d1e22));
  background-image: linear-gradient(180deg, #303139, #1d1e22);
  box-shadow: 0 4px 60px -15px rgba(29, 30, 34, 0.1);
}

.div-text-how-it-work {
  margin-top: 21px;
}

.div-text-how-it-work.first {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1d1e22;
}

.text-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Product sans 400', sans-serif;
  color: #f6f4f2;
  font-size: 24px;
  text-align: center;
}

.grid-15 {
  width: 70vw;
  margin-right: auto;
  margin-left: auto;
  padding: 140px 100px 40px;
  grid-column-gap: 150px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#130f35), to(#131233));
  background-image: linear-gradient(180deg, #130f35, #131233);
}

.paragraph-6 {
  margin-left: 0px;
  font-family: 'Product sans 400', sans-serif;
  color: #f6f4f2;
  font-size: 17px;
  text-align: left;
}

.number-block-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.05;
  color: #ff8e5e;
  font-size: 150px;
}

.image-how-it {
  position: absolute;
  display: block;
}

.div-block-84 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.howdoes {
  width: 100vw;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #f6f4f2;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background-color: #f2f5f8;
}

.content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.title-medium {
  margin-bottom: 0px;
  color: #1d1e22;
  font-size: 15px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

.profile-picture {
  margin-right: 10px;
  border-radius: 100px;
}

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

.paragraph-detials-small {
  margin-bottom: 0px;
  color: #9899ad;
  font-size: 14px;
  line-height: 120%;
}

.feature-image {
  margin-right: 20px;
  border-radius: 15px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.16);
}

.profile-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  position: absolute;
}

.featured-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #202146;
  text-decoration: none;
}

.featured-item:hover {
  color: #5c4ebd;
}

.title-small {
  margin-bottom: 4px;
  color: #202146;
  font-weight: 700;
}

.title-small.pink {
  margin-bottom: 0px;
  color: #fb9acf;
}

.next-button {
  margin-top: 20px;
  padding: 20px 36px;
  border-radius: 15px;
  background-color: #fb9acf;
  text-decoration: none;
}

.text-field-3 {
  height: 60px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 1px none #000;
  background-color: transparent;
  font-size: 15px;
}

.categories-pill {
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 6px 16px;
  border-radius: 100px;
  background-color: #fff;
  text-decoration: none;
}

.blog-image {
  width: 100%;
}

.search-button {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 100%;
  border-radius: 15px;
  background-color: #5c4ebd;
}

.featured-block {
  margin-top: 10px;
}

.stick-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.search-icon {
  position: absolute;
  left: 22px;
  top: 22px;
  right: 0%;
  bottom: 0%;
}

.content-section {
  padding: 132px 3%;
}

.submit-button-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-large {
  margin-bottom: 20px;
  font-family: 'Product sans 400', sans-serif;
  color: #202146;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}

.content-right {
  position: -webkit-sticky;
  position: sticky;
}

.search-button-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
}

.seach-bar {
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 15px;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
  color: #9899ad;
  font-size: 15px;
}

.submit-button-2 {
  width: 60px;
  height: 60px;
  background-color: transparent;
}

.blog-image-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.search {
  position: relative;
}

.heading-h2 {
  margin-top: 0px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
}

.categories-block {
  margin-top: 40px;
}

.container-4 {
  width: 80vw;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.subscription {
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  border-radius: 15px;
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
}

.blog-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-item {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.paragraph-detials-medium {
  margin-bottom: 24px;
  font-family: 'Product sans 400', sans-serif;
  color: #9899ad;
  font-size: 15px;
  line-height: 24px;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-link-3 {
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.title-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-big {
  width: 220px;
  height: 5px;
  margin-top: 32px;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.bar-small {
  width: 180px;
  height: 5px;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(251, 154, 193, 0)), to(#ff8e5e));
  background-image: linear-gradient(90deg, rgba(251, 154, 193, 0), #ff8e5e);
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1e22;
  background-image: url('../images/orange-circle-1-01.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navigation-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.heading-h1 {
  width: 80vw;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Product sans 400', sans-serif;
  color: #b7b5b3;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

.navigation-button {
  margin-left: 40px;
  padding: 18px 30px;
  border-radius: 10px;
  background-color: #fb9acf;
  color: #5c4ebd;
  font-size: 17px;
  font-weight: 700;
}

.subscription-2 {
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  border-radius: 15px;
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-size: 125px;
  background-repeat: no-repeat;
  box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.06);
}

.title-large-2 {
  margin-bottom: 20px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}

.heading-14 {
  font-family: 'Product sans 400', sans-serif;
  color: #f6f4f2;
  font-size: 38px;
  line-height: 55px;
  text-align: center;
}

.heading-h1-copy {
  width: 80vw;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Product sans 400', sans-serif;
  color: #f6f4f2;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
}

.heading-h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
  line-height: 140%;
  text-align: left;
}

.blog-h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
  font-size: 32px;
}

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

.title-small-2 {
  margin-bottom: 4px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
  font-weight: 700;
}

.content-left_blog {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.blog-hero-image {
  margin-top: -220px;
  margin-bottom: 80px;
  border-radius: 15px;
  box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.06);
}

.title-large-3 {
  margin-bottom: 20px;
  color: #202146;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}

.paragraph-detials-large {
  margin-bottom: 40px;
  color: #878788;
  font-size: 17px;
  line-height: 30px;
}

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

.title-medium-2 {
  margin-bottom: 0px;
  color: #5c4ebd;
  font-size: 17px;
  line-height: 130%;
  font-weight: 700;
  text-decoration: none;
}

.profile-picture-2 {
  margin-right: 10px;
  border-radius: 100px;
}

.paragraph-detials-small-2 {
  margin-bottom: 0px;
  color: #9899ad;
  font-size: 14px;
  line-height: 120%;
}

.heading-h2-2 {
  margin-top: 0px;
  font-family: 'Product sans 400', sans-serif;
  color: #1d1e22;
}

.paragraph-detials-medium-2 {
  margin-bottom: 24px;
  color: #9899ad;
  font-size: 15px;
  line-height: 24px;
}

.descrip {
  margin-top: 0px;
  color: #ff8e5e;
  font-size: 16px;
}

.image-13 {
  margin-top: -20px;
}

.bold-text {
  line-height: 24px;
}

.text-span-5 {
  background-color: transparent;
  color: #ff8e5e;
}

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

.text-span-7 {
  color: #ff8e5e;
}

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

.bold-text-2 {
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  .header.home {
    margin-bottom: auto;
  }

  .container.home {
    margin-top: 0px;
    padding-top: 120px;
    text-align: center;
  }

  .paragraph-2 {
    text-align: justify;
  }

  .hero-block {
    display: block;
    width: 100%;
    text-align: center;
  }

  .light-logo {
    height: auto;
  }

  .logo-image {
    height: auto;
  }

  .paragraph-hero {
    max-width: none;
    font-size: 20px;
    line-height: 1.6;
  }

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

  .h4 {
    font-size: 22px;
  }

  .heading-4 {
    font-weight: 600;
  }

  .heading-4._30px {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 700;
    letter-spacing: 0px;
  }

  .col-md-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-md-2:hover {
    box-shadow: none;
  }

  .benefit-block {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .paragraph-3 {
    color: #556575;
    font-size: 17px;
  }

  .content-block-hero-copy {
    width: 100%;
    max-width: none;
  }

  .sections.home {
    margin-top: 0px;
    padding-top: 100px;
  }

  .sections._1 {
    display: block;
    margin-top: 0px;
    padding-top: 100px;
  }

  .blocks {
    width: 100%;
  }

  .content.home {
    display: block;
    margin-bottom: auto;
  }

  .content._1 {
    display: block;
    margin-bottom: auto;
  }

  .hero-block-copy {
    display: block;
    width: 100%;
    text-align: center;
  }

  .paragraph-title {
    max-width: none;
    font-size: 20px;
    line-height: 1.6;
  }

  .premiere.home {
    margin-top: 0px;
    padding-top: 100px;
  }

  .premiere._1 {
    display: block;
    margin-top: 0px;
    padding-top: 100px;
  }

  .sections-copy.home {
    margin-top: 0px;
    padding-top: 100px;
  }

  .sections-copy._1 {
    display: block;
    margin-top: 0px;
    padding-top: 100px;
  }

  .sections-copy._1-copy {
    display: block;
    margin-top: 0px;
    padding-top: 100px;
  }

  .hero {
    overflow: hidden;
    padding-top: 0vw;
  }

  .hero-2 {
    overflow: hidden;
    padding-bottom: 0px;
    background-color: #ff8e5e;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, hsla(0, 0%, 100%, 0)), to(#f6f4f2)), url('../images/Globe-asset.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 30%, #f6f4f2), url('../images/Globe-asset.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
    color: transparent;
  }

  .videodiv {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 140px;
  }

  .heading-6 {
    width: 800px;
    max-width: 800px;
    font-size: 80px;
    line-height: 90px;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .div-block-35 {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 220px;
  }

  .flex-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80vw;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-36 {
    width: 50%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .paragraph-5 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 58px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .sentence {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .container-hero {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20vh;
  }

  .h2-sentence {
    width: 80vw;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15vh;
    padding-bottom: 15vh;
    background-color: transparent;
    color: #1d1e22;
    font-size: 95px;
    line-height: 120px;
  }

  .h1 {
    width: 800px;
    max-width: 800px;
    font-size: 80px;
    line-height: 105px;
  }

  .div-block-37 {
    overflow: hidden;
    padding-bottom: 10vh;
  }

  .body {
    overflow: visible;
  }

  .html-embed {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
  }

  .hero-contain {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: auto;
    width: 80vw;
    margin-top: 30vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0vw;
  }

  .div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-suggest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-39 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #1d1e22;
  }

  .div-block-37-copy {
    overflow: hidden;
    padding-top: 0vh;
    padding-bottom: 25vh;
  }

  .videodiv-copy {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 140px;
  }

  .paragraph-5-copy {
    width: 50%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navigation-link-2 {
    min-width: auto;
    padding: 20px 30px;
    font-family: 'Regola 400', sans-serif;
  }

  .navigation-wrap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000000000;
  }

  .flowbase-logo {
    width: auto;
    height: 50px;
  }

  .navigation-container {
    width: 80vw;
  }

  .heading-7 {
    width: 80vw;
    margin: 0px auto;
    padding-top: 15vh;
    padding-bottom: 25vh;
    font-family: 'Product sans', sans-serif;
    color: #f6f4f2;
    font-size: 80px;
    line-height: 105px;
    text-align: left;
  }

  .dropdown-toggle-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .navigation-container-2 {
    width: 80vw;
    max-width: none;
  }

  .button-menu-2 {
    font-size: 18px;
  }

  .button-menu-2:hover {
    box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
    -webkit-transform: translate(6px, -6px);
    -ms-transform: translate(6px, -6px);
    transform: translate(6px, -6px);
  }

  .button-mobile:hover {
    box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
    -webkit-transform: translate(6px, -6px);
    -ms-transform: translate(6px, -6px);
    transform: translate(6px, -6px);
  }

  .button-price {
    margin-bottom: 20px;
    font-family: 'Ibmplexmono 500', sans-serif;
    font-size: 18px;
    line-height: 24px;
  }

  .container-2 {
    width: 80vw;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .content-h1 {
    margin-top: 60px;
    margin-bottom: 0px;
    background-color: transparent;
    color: #1d1e22;
    font-size: 42px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 0.5fr;
    grid-template-columns: 1fr 0.5fr;
  }

  .subtitle {
    margin-top: 10px;
  }

  .price-card-dark {
    box-shadow: 0 90px 90px -50px rgba(255, 142, 94, 0.2);
  }

  .price-card-dark:hover {
    box-shadow: 0 90px 90px -50px rgba(255, 142, 94, 0.28);
  }

  .price-illustration {
    right: -40%;
    display: inline-block;
  }

  .feature-label {
    font-size: 18px;
  }

  .price-card:hover {
    box-shadow: 0 0 90px 40px rgba(29, 30, 34, 0.04);
  }

  .heading-9 {
    font-size: 35px;
  }

  .text-block-66 {
    font-size: 18px;
  }

  .text-block-67 {
    font-size: 18px;
  }

  .text-block-68 {
    font-size: 18px;
  }

  .button-3.button-white {
    font-family: 'Ibmplexmono 500', sans-serif;
    font-size: 18px;
  }

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

  .pricing {
    font-size: 35px;
  }

  .pricing-base {
    width: 80vw;
  }

  .pricing-grid {
    width: 80vw;
  }

  .pricing-card-featured {
    box-shadow: 2px 44px 42px 0 rgba(255, 142, 94, 0.1);
  }

  .heading-11 {
    font-size: 35px;
  }

  .price-table-1111 {
    width: 80vw;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-37-copy-copy {
    overflow: hidden;
    padding-top: 5vh;
    padding-bottom: 25vh;
  }

  .grid-3 {
    overflow: visible;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 50px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .case {
    position: relative;
    z-index: 1;
    display: block;
    height: 250px;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(73%, #fff)), url('../images/digitalnexa.png');
    background-image: linear-gradient(180deg, transparent, #fff 73%), url('../images/digitalnexa.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    box-shadow: 0 4px 60px -15px rgba(29, 30, 34, 0.05);
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }

  .case:hover {
    box-shadow: 0 4px 60px -15px rgba(29, 30, 34, 0.1);
  }

  .text-case {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-left: 30px;
  }

  .heading-12 {
    position: relative;
    margin-top: 10px;
    background-color: transparent;
    font-size: 26px;
  }

  .heading-13 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 24px;
  }

  .text-block-70 {
    position: static;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: #1d1e22;
    font-size: 22px;
    line-height: 30px;
  }

  .link-19 {
    font-size: 24px;
  }

  .div-block-37-copy-copy-copy {
    display: none;
    overflow: hidden;
    padding-top: 5vh;
    padding-bottom: 25vh;
  }

  .grid-4 {
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 45px;
  }

  .studies {
    font-size: 20px;
  }

  .grid5 {
    margin-bottom: 0px;
    grid-column-gap: 45px;
  }

  .grid6 {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 25px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .services {
    position: relative;
    display: block;
    height: auto;
    padding-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 60px -15px rgba(29, 30, 34, 0.1);
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }

  .services:hover {
    box-shadow: 0 4px 60px -15px rgba(29, 30, 34, 0.1);
  }

  .serv {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: transparent;
    font-size: 25px;
    line-height: 32px;
  }

  .image {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .image-2 {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .grid5-copy {
    margin-top: 20px;
    margin-bottom: auto;
    grid-column-gap: 45px;
  }

  .link-19-copy {
    color: #ff8e5e;
    font-size: 30px;
  }

  .service {
    overflow: hidden;
    padding-top: 5vh;
    padding-bottom: 25vh;
    background-color: #f6f4f2;
  }

  .h2-h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 42px;
  }

  .casestudy {
    overflow: hidden;
    padding-top: 5vh;
    padding-bottom: 25vh;
  }

  .pricing1 {
    overflow: hidden;
    padding-top: 0vh;
    padding-bottom: 25vh;
  }

  .pricing1-copy {
    overflow: hidden;
    padding-top: 0vh;
    padding-bottom: 25vh;
  }

  .price {
    overflow: hidden;
    padding-top: 0vh;
    padding-bottom: 25vh;
  }

  .feature-wrap-2-copy {
    opacity: 0.34;
    text-decoration: line-through;
  }

  .testimonial {
    overflow: hidden;
    padding-top: 5vh;
    padding-bottom: 25vh;
    background-color: #f6f4f2;
  }

  .content-h1-copy {
    margin-top: 60px;
    margin-bottom: 0px;
    color: #1d1e22;
    font-size: 42px;
  }

  .grid7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-3 {
    height: 30px;
    opacity: 0.2;
    -webkit-filter: contrast(200%);
    filter: contrast(200%);
    color: #fff;
  }

  .image-4 {
    height: 30px;
    opacity: 0.2;
    -webkit-filter: contrast(200%);
    filter: contrast(200%);
  }

  .image-5 {
    height: 30px;
    opacity: 0.2;
    -webkit-filter: contrast(200%);
    filter: contrast(200%);
  }

  .image-6 {
    height: 30px;
    opacity: 0.2;
    -webkit-filter: contrast(200%);
    filter: contrast(200%);
  }

  .contact {
    overflow: hidden;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-color: #f6f4f2;
  }

  .columns {
    width: 80vw;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-field {
    min-height: 60px;
    border-radius: 5px;
    background-color: #fff;
    font-family: 'Product sans 400', sans-serif;
    color: #878788;
    font-size: 22px;
  }

  .text-field-2 {
    min-height: 60px;
    border-radius: 5px;
    font-family: 'Product sans 400', sans-serif;
    color: #878788;
    font-size: 22px;
  }

  .textarea {
    min-height: 150px;
    font-family: 'Product sans 400', sans-serif;
    color: #878788;
    font-size: 22px;
  }

  .submit-button {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #ff8e5e;
    font-family: 'Ibmplexmono 500', sans-serif;
    font-size: 22px;
  }

  .submit-button:hover {
    background-color: #1d1e22;
  }

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

  .column-4 {
    padding-left: 40px;
  }

  .text-block-71 {
    margin-bottom: 20px;
    font-family: 'Product sans 400', sans-serif;
    color: #878788;
    font-size: 22px;
  }

  .text-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Product sans 400', sans-serif;
    color: #1d1e22;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
  }

  .text-block-72:hover {
    color: #ff8e5e;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .image-7 {
    width: 25px;
  }

  .link-block-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
  }

  .footer1 {
    overflow: hidden;
    padding-top: 5vh;
    padding-bottom: 25vh;
    background-color: #1d1e22;
  }

  .ff {
    margin-top: 60px;
    margin-bottom: 0px;
    background-color: transparent;
    color: #1d1e22;
  }

  .footer-title-2 {
    font-family: 'Product sans 400', sans-serif;
    color: #b7b5b3;
    font-size: 20px;
  }

  .footer-text-3 {
    font-size: 20px;
  }

  .footer-text-3:hover {
    color: #ff8e5e;
  }

  .footer-link-2 {
    font-family: 'Product sans 400', sans-serif;
    font-size: 20px;
  }

  .footer-link-2:hover {
    color: #ff8e5e;
  }

  .legal-text-3 {
    color: #b7b5b3;
  }

  .footer-text-4 {
    font-size: 20px;
  }

  .legal-wrap-2 {
    width: 80vw;
    max-width: none;
    padding-bottom: 0px;
  }

  .c3 {
    width: 80vw;
    max-width: none;
  }

  .footer-icon-2 {
    width: 20px;
    height: auto;
  }

  .footer-2 {
    margin-top: 0px;
    padding-bottom: 10px;
    background-color: #1d1e22;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#26282d), to(#1d1e22));
    background-image: linear-gradient(180deg, #26282d, #1d1e22);
  }

  .image-8 {
    width: 45px;
    height: 45px;
  }

  .image-9 {
    width: 45px;
    height: 45px;
  }

  .image-11 {
    width: 45px;
    height: 45px;
  }

  .grid7-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .how {
    position: relative;
    display: block;
    height: auto;
    padding-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 60px -15px rgba(29, 30, 34, 0.1);
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }

  .how:hover {
    box-shadow: 0 4px 60px -15px rgba(29, 30, 34, 0.1);
  }

  .text-block-73 {
    font-size: 25px;
  }

  .paragraph-6 {
    font-size: 22px;
    line-height: 26px;
  }

  .howdoes {
    overflow: hidden;
    padding-top: 5vh;
    padding-bottom: 25vh;
    background-color: #f6f4f2;
  }

  .paragraph-detials-small {
    font-size: 16px;
  }

  .title-small {
    font-size: 16px;
  }

  .heading-h2 {
    font-size: 26px;
    line-height: 33px;
  }

  .paragraph-detials-medium {
    font-size: 18px;
    line-height: 26px;
  }

  .title-centre {
    margin-top: 60px;
  }

  .heading-h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .title-large-2 {
    font-size: 23px;
  }

  .heading-14 {
    font-size: 50px;
  }

  .heading-h1-copy {
    font-size: 60px;
    line-height: 80px;
  }

  .title-small-2 {
    font-family: 'Product sans 400', sans-serif;
    color: #1d1e22;
    font-size: 17px;
  }

  .paragraph-detials-small-2 {
    font-size: 17px;
  }

  .heading-h2-2 {
    font-family: 'Product sans 400', sans-serif;
    color: #1d1e22;
    font-size: 28px;
    line-height: 38px;
  }

  .paragraph-detials-medium-2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-4 {
    font-size: 30px;
  }

  .h1 {
    width: auto;
    max-width: 1200px;
    font-size: 110px;
    line-height: 140px;
  }

  .navigation-container-2 {
    max-width: none;
  }

  .button-menu-2 {
    font-size: 20px;
  }

  .button-price {
    font-size: 22px;
  }

  .content-h1 {
    font-size: 50px;
  }

  .feature-label {
    font-size: 22px;
  }

  .heading-9 {
    font-size: 40px;
  }

  .text-block-66 {
    font-size: 22px;
  }

  .text-block-67 {
    font-size: 22px;
  }

  .text-block-68 {
    font-size: 22px;
  }

  .price-type {
    margin-top: 10px;
    font-size: 28px;
  }

  .button-3.button-white {
    font-size: 22px;
  }

  .container-3 {
    width: 90vw;
  }

  .pricing {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .pricing-base {
    width: 80vw;
  }

  .title-wrap-3 {
    width: 80vw;
  }

  .pricing-grid {
    width: 80vw;
  }

  .heading-11 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .heading-12 {
    margin-top: 20px;
    font-size: 40px;
  }

  .heading-13 {
    font-size: 30px;
  }

  .text-block-70 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .link-19 {
    font-size: 28px;
  }

  .studies {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 100px;
    font-size: 25px;
  }

  .grid5 {
    margin-bottom: 0px;
  }

  .serv {
    font-size: 30px;
    line-height: 36px;
  }

  .service {
    padding-bottom: 15vh;
  }

  .h2-h2 {
    font-size: 50px;
  }

  .testimonial {
    padding-top: 0vh;
    padding-bottom: 10vh;
  }

  .content-h1-copy {
    font-size: 50px;
  }

  .contact {
    padding-bottom: 5vh;
  }

  .legal-wrap-2 {
    max-width: none;
  }

  .c3 {
    max-width: none;
  }

  .text-block-73 {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .paragraph-6 {
    font-size: 27px;
    line-height: 38px;
  }

  .profile-picture {
    font-size: 20px;
  }

  .paragraph-detials-small {
    font-size: 20px;
  }

  .title-small {
    font-size: 20px;
  }

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

  .paragraph-detials-medium {
    font-size: 20px;
    line-height: 28px;
  }

  .header-2 {
    min-height: 500px;
  }

  .heading-h1 {
    padding-top: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .title-large-2 {
    font-size: 30px;
  }

  .heading-14 {
    font-size: 60px;
  }

  .heading-h1-copy {
    padding-top: 60px;
    font-size: 80px;
    line-height: 105px;
  }

  .title-small-2 {
    font-size: 18px;
  }

  .profile-picture-2 {
    width: 70px;
  }

  .paragraph-detials-small-2 {
    font-size: 18px;
  }

  .heading-h2-2 {
    font-family: 'Product sans 400', sans-serif;
    color: #1d1e22;
    font-size: 30px;
    line-height: 50px;
  }

  .paragraph-detials-medium-2 {
    font-size: 25px;
    line-height: 34px;
  }
}

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

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

  .container.home {
    padding-top: 40px;
  }

  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    text-align: center;
  }

  .footer-column {
    width: 20%;
    padding-left: 20px;
  }

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

  .column {
    width: 100%;
  }

  .hero-block {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .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 {
    margin-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .dropdown-link:hover {
    background-color: rgba(115, 167, 213, 0.09);
  }

  .dropdown-link.w--current {
    color: #ff6f20;
  }

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

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

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

  .dropdown-toggle {
    padding: 0px;
  }

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

  .mobile-button-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 17px;
    border-radius: 50px;
    background-color: rgba(84, 102, 129, 0.08);
  }

  .mobiel-dropdown {
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(84, 102, 129, 0.13);
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    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 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .content-block-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .arrow-image {
    display: none;
  }

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

  .feature-number-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

  .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .pricing-p3 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .benefit-text-wrap {
    margin-right: auto;
    margin-left: auto;
  }

  .contact-us-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h4 {
    font-size: 18px;
  }

  .social-media-icons {
    display: none;
  }

  .header-featured-wrap.contact {
    position: static;
    top: auto;
    width: 100%;
  }

  .big-container {
    width: auto;
    padding-left: 10px;
  }

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

  .heading-4._30px {
    font-size: 23px;
  }

  .col-md-2 {
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .sub-header-img.contact-us {
    position: relative;
    width: 100%;
    height: auto;
  }

  .content-block-hero-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .sections.home {
    padding-top: 40px;
  }

  .sections._1 {
    padding-top: 40px;
  }

  .blocks {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .content {
    padding-top: 160px;
  }

  .b {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-block-copy {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

  .premiere.home {
    padding-top: 40px;
  }

  .premiere._1 {
    padding-top: 40px;
  }

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

  .sections-copy.home {
    padding-top: 40px;
  }

  .sections-copy._1 {
    padding-top: 40px;
  }

  .sections-copy._1-copy {
    width: 95vw;
    padding-top: 40px;
  }

  .hero-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, hsla(0, 0%, 100%, 0)), to(#f6f4f2)), url('../images/Globe-asset.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 45%, #f6f4f2), url('../images/Globe-asset.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .videodiv {
    width: 100%;
    padding-right: 0px;
  }

  .h2-sentence {
    margin-right: auto;
    margin-left: auto;
  }

  .h1 {
    font-size: 60px;
    line-height: 80px;
  }

  .hero-contain {
    z-index: 100;
  }

  .feature-suggest {
    display: block;
  }

  .mobile-nav-link {
    width: 100%;
    padding-left: 10vw;
    font-family: 'Product sans 400', sans-serif;
    color: #fff;
    font-size: 16px;
  }

  .mobile-nav-link:hover {
    color: #ff8e5e;
  }

  .navigation-container-mob {
    width: 80vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-mob {
    position: absolute;
    z-index: 100000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .mobile-nav {
    padding-top: 15px;
    background-color: #1d1e22;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .flowbase-logo {
    height: 40px;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-2 {
    display: none;
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .menu-mob {
    border-radius: 100px;
    background-color: #8c54ff;
    color: #fff;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .heading-7 {
    padding-bottom: 20vh;
    font-size: 60px;
    line-height: 80px;
  }

  .menu-mob-2 {
    border-radius: 100px;
    background-color: transparent;
    color: #000;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: transparent;
  }

  .navigation-3 {
    display: none;
  }

  .mobile-toggle-2 {
    width: 100%;
  }

  .div-block-40 {
    width: 100%;
    margin-top: 20px;
  }

  .button-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 140px;
  }

  .hidemobile {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
  }

  .price-card-dark {
    position: relative;
  }

  .price-illustration {
    display: none;
  }

  .price-card {
    position: relative;
  }

  .price-card-2 {
    position: relative;
  }

  .pricing-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing-card-featured {
    top: 0px;
    box-shadow: 2px 44px 42px 0 rgba(255, 142, 94, 0.05);
  }

  .case {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(51%, #fff)), url('../images/digitalnexa.png');
    background-image: linear-gradient(180deg, transparent, #fff 51%), url('../images/digitalnexa.png');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, 418px;
  }

  .text-case {
    padding-bottom: 40px;
  }

  .heading-12 {
    margin-top: 0px;
    padding-top: 5px;
    font-size: 22px;
  }

  .heading-13 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .grid-4 {
    grid-column-gap: 15px;
  }

  .studies {
    padding: 5px;
    font-size: 14px;
  }

  .grid6 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service {
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .h2-h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .casestudy {
    padding-bottom: 100px;
  }

  .price {
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .testimonial {
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .image-3 {
    height: 20px;
  }

  .image-4 {
    height: 20px;
  }

  .image-5 {
    height: 20px;
  }

  .image-6 {
    height: 20px;
  }

  .contact {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .column-3 {
    padding-right: 20px;
  }

  .column-4 {
    padding-left: 20px;
  }

  .footer-text-4 {
    font-size: 15px;
    text-align: left;
  }

  .footer-logo-2 {
    width: 180px;
  }

  .legal-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    margin-top: 20px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .c3 {
    width: 80vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-2 {
    display: block;
    padding-top: 50px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .image-11 {
    width: 30px;
    height: 30px;
  }

  .grid-15 {
    display: -ms-grid;
    display: grid;
    width: 90vw;
    padding-right: 20px;
    padding-left: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .howdoes {
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .blog-grid {
    grid-column-gap: 22px;
    -ms-grid-columns: 1fr 0.6fr;
    grid-template-columns: 1fr 0.6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subscription {
    background-image: url('../images/Paper-Plane.png');
    background-position: -20px 0%;
    background-size: cover;
    background-repeat: repeat;
  }

  .blog-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navigation-menu {
    background-color: #202146;
  }

  .header-2 {
    background-image: none;
    background-position: 100% 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .heading-h1 {
    font-size: 18px;
  }

  .navigation-button {
    margin-left: 0px;
  }

  .menu-button {
    border: 1px solid #fb9acf;
    border-radius: 15px;
    color: #fb9acf;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

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

@media screen and (max-width: 767px) {
  .header.home {
    padding-top: 140px;
  }

  .footer-column {
    width: 50%;
    padding-left: 0px;
  }

  .footer-column.right {
    padding-left: 60px;
  }

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

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

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

  .full-logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    width: 130px;
  }

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

  .button-navigation {
    display: none;
  }

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

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

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

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

  .flowbase-card-delete {
    display: none;
  }

  .benefit-text-wrap {
    width: 100%;
  }

  .h4 {
    font-size: 18px;
  }

  .header-featured-wrap {
    top: 100px;
    width: 70%;
  }

  .icon {
    width: 15px;
  }

  .heading-4 {
    margin-top: 0px;
    font-size: 25px;
  }

  .heading-4._30px {
    font-size: 20px;
  }

  .col-md-2 {
    width: auto;
    min-height: auto;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .content._1 {
    display: block;
  }

  .grid {
    display: block;
  }

  .button-2 {
    display: block;
  }

  .hero-2 {
    padding: 0px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, hsla(0, 0%, 100%, 0)), to(#f6f4f2)), url('../images/Globe-asset.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #f6f4f2), url('../images/Globe-asset.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .videodiv {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1 {
    font-size: 50px;
    line-height: 68px;
  }

  .hero-contain {
    padding-top: 25vw;
  }

  .feature-suggest {
    display: block;
  }

  .videodiv-copy {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flowbase-logo {
    height: 40px;
  }

  .heading-7 {
    padding-bottom: 20vh;
    font-size: 50px;
    line-height: 68px;
  }

  .menu-mob-2 {
    background-color: transparent;
  }

  .button-menu-2.mob {
    display: none;
  }

  .div-block-40 {
    width: 100%;
    margin-top: 30px;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .button-mobile {
    margin-top: 100px;
  }

  .check-grid-large {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .check-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .content-h1 {
    font-size: 30px;
  }

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

  .subtitle {
    font-size: 17px;
  }

  .price-card-dark {
    padding-right: 24px;
    padding-left: 24px;
  }

  .price-illustration {
    bottom: 0%;
    display: none;
    max-width: 20%;
  }

  .price-card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .price-card-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .title-wrap-3 {
    margin-bottom: 10px;
  }

  .pricing-card-featured {
    box-shadow: none;
  }

  .content-h1-2 {
    font-size: 55px;
  }

  .grid-3 {
    display: block;
  }

  .case {
    margin-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(47%, #fff)), url('../images/digitalnexa.png');
    background-image: linear-gradient(180deg, transparent, #fff 47%), url('../images/digitalnexa.png');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, contain;
    background-attachment: scroll, scroll;
  }

  .text-case {
    padding-bottom: 40px;
  }

  .grid-4 {
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .studies {
    font-size: 13px;
  }

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

  .service {
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .h2-h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .casestudy {
    padding-bottom: 100px;
  }

  .price {
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .testimonial {
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .content-h1-copy {
    font-size: 30px;
  }

  .image-3 {
    height: 15px;
  }

  .image-4 {
    height: 15px;
  }

  .image-5 {
    height: 15px;
  }

  .image-6 {
    height: 15px;
  }

  .contact {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

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

  .column-4 {
    margin-top: 40px;
    padding-left: 0px;
  }

  .ff {
    font-size: 55px;
  }

  .legal-text-3 {
    font-size: 14px;
  }

  .legal-wrap-2 {
    width: 80vw;
    margin-top: 0px;
    padding-top: 30px;
  }

  .c3 {
    width: 80vw;
  }

  .footer-2 {
    padding-top: 50px;
    padding-left: 0%;
  }

  .image-10 {
    height: 28px;
  }

  .image-11 {
    width: 30px;
    height: 30px;
  }

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

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

  .paragraph-6 {
    font-family: 'Product sans 400', sans-serif;
    font-size: 17px;
  }

  .howdoes {
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .header-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-h1 {
    padding-top: 40px;
    font-size: 18px;
  }

  .heading-h1-copy {
    padding-top: 40px;
    font-size: 35px;
  }

  .blog-hero-image {
    margin-top: -100px;
  }
}

@media screen and (max-width: 479px) {
  .header.home {
    padding-top: 140px;
  }

  .container.home {
    padding-top: 0px;
  }

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

  .footer-column {
    width: 100%;
  }

  .footer-column.right {
    padding-left: 0px;
  }

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

  .image-block {
    padding: 8px;
  }

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

  .button-wrap-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .phone-wrap {
    display: none;
  }

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

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

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

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

  .paragraph-hero {
    width: 95vw;
  }

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

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

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

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

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

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

  .flowbase-card-delete {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .benefit-text-wrap {
    margin-right: 5px;
    margin-left: 5px;
  }

  .form-col-ful {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .h4 {
    font-size: 15px;
  }

  .header-featured-wrap {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

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

  .big-container {
    padding-right: 10px;
  }

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

  .col-md-2 {
    margin-bottom: 0px;
    padding: 20px 10px 0px;
  }

  .sec-bk {
    height: auto;
  }

  .row-1-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-2-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub-heading-text {
    width: auto;
    font-size: 3rem;
    line-height: 3rem;
  }

  .sub-heading-text.contact {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .form-button {
    width: 100%;
  }

  .sub-header-img.contact-us {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-2 {
    margin-bottom: -234px;
  }

  .sections.home {
    padding-top: 0px;
  }

  .sections._1 {
    padding-top: 0px;
  }

  .premiere.home {
    padding-top: 0px;
  }

  .premiere._1 {
    padding-top: 0px;
  }

  .sections-copy.home {
    padding-top: 0px;
  }

  .sections-copy._1 {
    padding-top: 0px;
  }

  .sections-copy._1-copy {
    padding-top: 0px;
  }

  .hero-2 {
    margin-right: auto;
    margin-left: auto;
    padding: 100px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(77%, hsla(0, 0%, 100%, 0)), to(#f6f4f2)), url('../images/Globe-asset.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 77%, #f6f4f2), url('../images/Globe-asset.png');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .videodiv {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-5 {
    width: 90vw;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0px;
    font-size: 22px;
    line-height: 35px;
  }

  .sentence {
    width: 95vw;
  }

  .h2-sentence {
    width: 95vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
    line-height: 45px;
  }

  .h1 {
    width: auto;
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 38px;
    line-height: 50px;
  }

  .html-embed {
    height: 100vh;
  }

  .hero-contain {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    padding-top: 180px;
  }

  .feature-suggest {
    display: block;
    width: 90vw;
  }

  .div-block-37-copy {
    display: block;
    padding-bottom: 100px;
  }

  .mobile-nav-link {
    padding-left: 5vw;
    color: #f6f4f2;
  }

  .navigation-container-mob {
    width: 90vw;
  }

  .navigation-mob {
    position: absolute;
    z-index: 1000000;
    height: 70px;
    padding-right: 0%;
    padding-left: 0%;
    border: 0px none #000;
  }

  .mobile-nav {
    background-color: #1d1e22;
  }

  .flowbase-logo {
    width: auto;
    height: 30px;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .heading-7 {
    width: 90vw;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Regola 400', sans-serif;
    font-size: 35px;
    line-height: 48px;
  }

  .html-embed-2 {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .menu-mob-2 {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .menu-mob-2.w--open {
    background-color: transparent;
  }

  .button-menu-2 {
    width: 100%;
  }

  .button-menu-2.mob {
    display: none;
  }

  .mobile-toggle-2 {
    color: #f6f4f2;
  }

  .div-block-40 {
    width: 100%;
    margin-top: 20px;
  }

  .brand-2 {
    padding-left: 0px;
  }

  .button-mobile {
    margin-top: 0px;
  }

  .div-block-41 {
    width: 100vw;
    height: 100vh;
    background-color: #ff8e5e;
  }

  .hidemobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
  }

  .navigation-text-2 {
    background-color: transparent;
    font-family: 'IBM plex mono', sans-serif;
    color: #b7b5b3;
  }

  .hamburger-line {
    background-color: #f6f4f2;
    color: #fff;
  }

  .hamburger-line-2 {
    background-color: #f6f4f2;
  }

  .recommend-tag {
    margin-left: 0px;
    padding: 3px 10px;
  }

  .price-caption {
    color: #f6f4f2;
  }

  .price-top-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-price {
    margin-top: 10px;
  }

  .check-grid-large {
    display: block;
  }

  .container-2 {
    width: 90vw;
  }

  .content-h1 {
    font-size: 42px;
    text-align: left;
  }

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

  .price-card-dark {
    z-index: 0;
    overflow: hidden;
    box-shadow: 0 90px 90px -50px rgba(255, 142, 94, 0.3);
  }

  .price-card {
    overflow: visible;
    padding-bottom: 20px;
    box-shadow: 0 3px 50px -3px rgba(29, 30, 34, 0.06);
  }

  .heading-8 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .text-block-69 {
    color: #f6f4f2;
  }

  .container-3 {
    width: 90vw;
  }

  .title-wrap-3 {
    margin-bottom: 20px;
  }

  .pricing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .pricing-card-featured {
    width: 100%;
  }

  .content-h1-2 {
    font-size: 42px;
    text-align: center;
  }

  .price-table-1111 {
    width: 90vw;
  }

  .div-block-37-copy-copy {
    display: block;
    padding-bottom: 100px;
  }

  .grid-3 {
    width: 90vw;
  }

  .case {
    background-size: auto, 618px;
  }

  .div-block-37-copy-copy-copy {
    display: none;
    padding-bottom: 100px;
  }

  .grid-4 {
    width: 90vw;
    margin-bottom: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid5 {
    width: 90vw;
    margin-bottom: 20px;
  }

  .grid6 {
    width: 90vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service {
    display: block;
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .h2-h2 {
    font-size: 25px;
    text-align: center;
  }

  .casestudy {
    display: block;
    padding-top: 10vh;
    padding-bottom: 100px;
  }

  .pricing1 {
    display: block;
    padding-bottom: 100px;
  }

  .pricing1-copy {
    display: block;
    padding-bottom: 100px;
  }

  .price {
    display: block;
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .testimonial {
    display: block;
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .content-h1-copy {
    width: 90vw;
    font-size: 42px;
    text-align: left;
  }

  .grid7 {
    display: -ms-grid;
    display: grid;
    width: 90vw;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-3 {
    height: 20px;
  }

  .image-4 {
    height: 20px;
  }

  .image-5 {
    height: 20px;
  }

  .image-6 {
    height: 20px;
  }

  .contact {
    display: block;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .columns {
    width: 90vw;
  }

  .footer1 {
    display: block;
    padding-bottom: 100px;
  }

  .ff {
    font-size: 42px;
    text-align: center;
  }

  .legal-text-3 {
    padding-bottom: 5px;
    font-size: 14px;
  }

  .legal-wrap-2 {
    display: block;
    width: 90vw;
    margin-top: 0px;
  }

  .c3 {
    width: 90vw;
  }

  .image-10 {
    height: 25px;
    font-size: 16px;
  }

  .grid7-copy {
    display: -ms-grid;
    display: grid;
    width: 90vw;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .div-block-89 {
    padding-bottom: 10px;
  }

  .grid-15 {
    display: block;
  }

  .paragraph-6 {
    font-family: 'Product sans 400', sans-serif;
    font-size: 17px;
  }

  .howdoes {
    display: block;
    padding-top: 0vh;
    padding-bottom: 100px;
  }

  .container-4 {
    width: 90vw;
  }

  .header-2 {
    min-height: 450px;
  }

  .heading-h1 {
    width: 90vw;
    font-size: 16px;
    line-height: 30px;
  }

  .heading-14 {
    font-size: 35px;
  }

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

  .heading-h1-copy {
    width: 90vw;
    font-size: 35px;
    line-height: 55px;
  }
}

#w-node-654ed8343974-28b584a7 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'IBM plex mono';
  src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono 500';
  src: url('../fonts/IBMPlexMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product sans 400';
  src: url('../fonts/Product-Sans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regola pro';
  src: url('../fonts/Regola-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regola 400';
  src: url('../fonts/Regola-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regola 500';
  src: url('../fonts/Regola-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}