.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

img {
  display: inline-block;
  max-width: 100%;
}

.container {
  display: block;
  min-width: 1260px;
  text-align: center;
}

.image.nav-logo {
  position: relative;
  max-width: 108px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.nav-logo-holder {
  padding-left: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-height: 50px;
  background-color: rgba(237, 244, 246, 0.8);
}

.div-block-2 {
  min-height: 200px;
  background-color: #ecf7f9;
  text-align: left;
}

.text-block {
  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;
}

.text-block-2 {
  display: block;
  text-align: right;
}

.text-block-3 {
  font-family: Dinnextltpro, sans-serif;
  color: #003d4c;
  font-size: 36px;
}

.text-block-3.tab-text-active {
  font-family: 'Dinnextltpro Condensed', sans-serif;
  font-weight: 400;
}

.tab-text-inactive {
  opacity: 1;
  font-family: 'Dinnextltpro Condensed', sans-serif;
  color: #003d4c;
  font-size: 36px;
  font-weight: 300;
}

.tabs-menu {
  display: block;
  -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: center;
}

.tab-link-tab-1 {
  margin-right: 0px;
  padding-top: 18px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.5;
}

.tab-link-tab-1.w--current {
  margin-right: 0px;
  border-bottom: 8px solid #4c8ca7;
  background-color: transparent;
  opacity: 1;
}

.tab-link-tab-2 {
  padding-top: 18px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.5;
}

.tab-link-tab-2.w--current {
  margin-left: 0px;
  padding-top: 18px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 8px solid #4c8ca7;
  background-color: transparent;
  opacity: 1;
}

.tab-link-tab-2-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'DinNextLTPro Condensed', sans-serif;
  color: #003d4c;
  font-size: 36px;
}

.tab-link-tab-2-2:hover {
  opacity: 0.75;
}

.tab-link-tab-2-2.w--current {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 8px solid #4c8ca7;
  background-color: transparent;
  opacity: 1;
  color: #003d4c;
}

.tab-link-tab-1-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Dinnextltpro Condensed', sans-serif;
  color: #003d4c;
  font-size: 30px;
}

.tab-link-tab-1-2:hover {
  opacity: 0.75;
}

.tab-link-tab-1-2.w--current {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 8px solid #4c8ca7;
  background-color: transparent;
  opacity: 1;
  font-family: 'DinNextLTPro Condensed', sans-serif;
  font-size: 36px;
}

.text-block-4 {
  font-family: 'DinNextLTPro Condensed', sans-serif;
  color: #003d4c;
  font-size: 36px;
  line-height: 28px;
  text-align: center;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-item {
  max-width: 326px;
  padding-right: 5px;
  padding-bottom: 30px;
  padding-left: 5px;
  text-align: center;
}

.text-block-5 {
  text-align: center;
}

.tab-item-image {
  height: 110px;
  max-height: 110px;
  padding-bottom: 0px;
}

.tab-item-text {
  padding-top: 20px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-5 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.div-block-5.squeeze {
  padding-bottom: 40px;
}

.div-block-6 {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/Multichannel-Animation-Clouds.png');
  background-position: 50% 0%;
  background-size: cover;
  opacity: 1;
}

.div-block-6.squeeze {
  background-color: #e5e5e5;
}

.text-block-6 {
  padding: 40px 50px 20px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}

.text-block-7 {
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 32px;
  line-height: 28px;
  font-weight: 400;
}

.div-block-7 {
  text-align: center;
}

.div-block-7.squeeze {
  display: none;
}

.text-block-8 {
  padding-top: 10px;
  padding-bottom: 25px;
  font-family: Dinnextltpro, sans-serif;
  color: #003d4c;
  font-weight: 700;
}

.text-block-9 {
  padding-bottom: 20px;
  font-family: Dinnextltpro, sans-serif;
  color: #003d4c;
  text-decoration: none;
}

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

.nlp-animation-container {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ecf7f9;
  text-align: center;
}

.nlp-animation-container.squeeze {
  background-color: transparent;
}

.button {
  text-align: left;
}

.hero-info {
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
}

.text-block-11 {
  display: block;
  padding: 50px 70px 40px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}

.div-block-10 {
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}

.div-block-11 {
  display: block;
  max-width: 650px;
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rd-button {
  padding: 16px 80px;
  border-radius: 30px;
  background-color: #005b82;
  font-family: DinNextLTPro, sans-serif;
  color: #f7f7f7;
  font-size: 24px;
  font-weight: 500;
}

.rd-button.rd-page {
  display: block;
  width: 407px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  text-transform: uppercase;
}

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

.image-3 {
  opacity: 1;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -108px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0.85;
}

.div-block-14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003d4c), to(#b2c4c9));
  background-image: linear-gradient(180deg, #003d4c, #b2c4c9);
  opacity: 0.1;
}

.rd-section {
  background-image: url('../images/Request-Demo-CTA-Background.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.shoutout-text {
  max-width: 633px;
  padding-bottom: 10px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 52px;
  line-height: 58px;
  font-weight: 500;
}

.sub-shoutout-text {
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 26px;
  line-height: 26px;
}

.button-2 {
  position: static;
  margin-right: 69px;
  float: right;
}

.button-2.rd-button {
  margin-top: 22px;
  padding-right: 80px;
  padding-left: 80px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 500;
}

.hero-imagery {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.banner-image {
  max-width: 30%;
  margin-right: -30px;
}

.request-demo-section {
  margin-top: 50px;
  padding-top: 30px;
  background-image: url('../images/Clouds-Background-Request-Demo-Page.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-16 {
  padding-bottom: 40px;
}

.omnichannel-desktop {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}

.banner-image-right {
  max-width: 30%;
}

.banner-image-left {
  max-width: 30%;
  padding-right: 10px;
}

.tab-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 43px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-section {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/Hero-Background.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-7 {
  width: 100%;
}

.text-block-14 {
  line-height: 28px;
  text-align: center;
}

.header-text {
  padding: 40px 50px 20px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
}

.header-text.text-block-6.ai-paas {
  padding-bottom: 5px;
}

.header-text.ai-pass-ht {
  padding-bottom: 20px;
}

.sub-header-text {
  padding-top: 0px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 32px;
  line-height: 32px;
}

.ai-paas-info {
  padding-bottom: 30px;
  text-align: center;
}

.ai-pass-content {
  padding-bottom: 50px;
}

.div-block-19 {
  padding-right: 30px;
  padding-left: 30px;
}

.hero-content {
  padding-right: 30px;
  padding-left: 30px;
}

.text-block-15 {
  padding-bottom: 40px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.text-block-16 {
  padding-bottom: 40px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.image-9 {
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}

.text-block-17 {
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.text-field {
  width: 407px;
  max-width: 407px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #4c8ca7;
  border-radius: 2.75px;
  opacity: 1;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
}

.text-field::-webkit-input-placeholder {
  color: rgba(3, 84, 113, 0.52);
}

.text-field:-ms-input-placeholder {
  color: rgba(3, 84, 113, 0.52);
}

.text-field::-ms-input-placeholder {
  color: rgba(3, 84, 113, 0.52);
}

.text-field::placeholder {
  color: rgba(3, 84, 113, 0.52);
}

.text-field.text-field-last {
  margin-bottom: 24px;
}

.text-field.hidden {
  display: none;
}

.div-block-21 {
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}

.footer-l-column {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.image-10 {
  padding-bottom: 15px;
}

.footer {
  padding-top: 45px;
  padding-bottom: 150px;
}

.text-block-18 {
  font-family: DinNextLTPro, sans-serif;
  color: #666;
  font-size: 12px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-23 {
  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;
}

.footer-icon {
  padding-left: 32px;
}

.footer-link {
  padding-left: 32px;
  font-family: DinNextLTPro, sans-serif;
  color: #666;
  text-decoration: none;
}

.footer-r-column {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-24 {
  max-width: 100%;
}

.column {
  margin-bottom: auto;
  padding-bottom: 20px;
}

.column-2 {
  margin-bottom: auto;
  padding-bottom: 0px;
}

.nav-container {
  max-height: none;
}

.div-block-25 {
  padding-left: 30px;
}

.nav-link {
  max-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link-2 {
  max-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-menu {
  display: none;
  max-height: 100%;
}

.rd-img {
  display: block;
  width: 100%;
  margin: auto;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.rd-img.eu-img {
  width: 75%;
  margin-top: -13px;
  margin-bottom: 0px;
}

.text-block-19 {
  text-align: center;
}

.header-support-text {
  padding-bottom: 20px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 18px;
  font-weight: 400;
}

.ai-paas-mobile {
  display: none;
}

.rd-img-subtext {
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 453px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.columns-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.text-block-21 {
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.success-message {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #003d4c;
}

.error-message {
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.omnichannel-mobile {
  display: none;
}

.hero-image-container {
  display: none;
}

.ai-pass-section {
  padding-top: 20px;
}

.legal-section {
  padding-top: 50px;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tab-link-tab-1-3 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 18px;
}

.tab-link-tab-1-3:hover {
  opacity: 0.75;
}

.tab-link-tab-1-3.w--current {
  background-color: transparent;
  opacity: 1;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 18px;
}

.tab-link-tab-2-3 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 18px;
}

.tab-link-tab-2-3:hover {
  opacity: 0.75;
}

.tab-link-tab-2-3.w--current {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.privacy-policy-container {
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 18px;
  line-height: 22px;
}

.radio-button-field {
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
}

.radio-button-field-2 {
  width: 407px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 20px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 11px;
  line-height: 20px;
}

.radio-button-field-2.radio-button-last {
  margin-bottom: 15px;
}

.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;
  background-image: url('../images/Clouds-Background-Request-Demo-Page.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  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;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-header-text {
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-weight: 500;
}

._404-sub-header-text {
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-weight: 400;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-nav-text {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

._404-nav-text:hover {
  opacity: 1;
}

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

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

.navbar-2 {
  max-height: 50px;
}

.nav-link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'DinNextLTPro Condensed', sans-serif;
  color: #003d4c;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.nav-link.w--current {
  border-bottom: 3px solid #ff585f;
  color: #003d4c;
  font-size: 24px;
  line-height: 24px;
}

.nav-menu-section {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.nav-menu-section.our-platform {
  display: none;
}

.nav-menu-section.about-us {
  display: inline-block;
}

.nav-menu-section.request-a-demo {
  display: inline-block;
}

.nav-menu-section.home {
  display: none;
}

.div-block-31 {
  display: inline-block;
}

.div-block-32 {
  display: inline-block;
}

.div-block-33 {
  display: inline-block;
}

.div-block-34 {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: #003d4c;
}

.navbar-bottom-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: #ff585f;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}

.navbar-bottom-line:hover {
  height: 5px;
}

.div-block-35 {
  padding-top: 50px;
}

.text-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 200px;
  -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;
}

.ii-content {
  padding-right: 0px;
}

.ii-header {
  height: 55vh;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('../images/HelloGbye_Industry-Insights_Hero.svg');
  background-position: 50% 0%;
  background-size: cover;
}

.ii-item-right {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ii-item-right.mobile {
  display: none;
}

.ii-item-right.desktop {
  width: 100%;
  padding-bottom: 40px;
  background-color: #ebf7f9;
}

.ii-item-right.desktop.squeeze {
  background-color: rgba(179, 214, 253, 0.57);
}

.ii-item-left {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ii-item-left.desktop {
  padding-bottom: 40px;
}

.ii-item-left.mobile {
  display: none;
}

.ii-meat {
  height: auto;
  padding-top: 50px;
}

.ii-section {
  margin-top: 50px;
}

.ii-item-content {
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
}

.ii-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-height: 250px;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.ii-column.squeeze {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.ii-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 10px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ii-column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin: auto;
  padding-right: 30px;
  padding-left: 10px;
}

.ii-column-header {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'DinNextLTPro Condensed', sans-serif;
  color: #003d4c;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  text-align: left;
}

.ii-column-meat {
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.ii-page-header {
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.ii-column-source {
  padding-top: 5px;
  font-family: DinNextLTPro, sans-serif;
  color: #4c8ca7;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.link {
  text-decoration: none;
}

.link.ii-link {
  color: #c7c2ba;
  font-weight: 300;
  text-decoration: none;
}

.link.ii-link:hover {
  color: #a59c94;
}

.ii-link.link {
  color: #4c8ca7;
  font-weight: 400;
}

.ii-link.link:hover {
  color: #0676a5;
}

.ii-footer {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.ii-line-block {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #a0d3e9;
  border-radius: 17px;
}

.ii-line-block.squeeze {
  border-bottom-color: #eaf6f9;
}

.about-us-section {
  margin-top: 50px;
}

.about-us-heroimg {
  height: 25vh;
  background-image: url('../images/About-Us-Hero-Image.svg');
  background-position: 50% 0%;
  background-size: cover;
}

.au-page-header {
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: 'DinNextLTPro Condensed', sans-serif;
  color: #003d4c;
  font-size: 92px;
  line-height: 110px;
  font-weight: 700;
  text-align: center;
}

.au-page-text {
  padding: 20px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.au-header-text {
  padding-top: 30px;
  padding-bottom: 10px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 48px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
}

.au-overview {
  padding-top: 20px;
  padding-bottom: 20px;
}

.au-location {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 248, 250, 0.6)), to(rgba(239, 248, 250, 0.6)));
  background-image: linear-gradient(180deg, rgba(239, 248, 250, 0.6), rgba(239, 248, 250, 0.6));
}

.au-map {
  position: relative;
  display: block;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  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 auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.au-map-info {
  position: absolute;
  left: 50%;
  top: 0%;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.image-11 {
  position: static;
  text-align: center;
}

.text-block-25 {
  font-family: 'DinNextLTPro Condensed', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 60px;
  font-weight: 400;
}

.au-map-img {
  padding-bottom: 20px;
}

.bold-text {
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 500;
}

.address-text {
  font-family: 'DinNextLTPro Condensed', sans-serif;
  color: #003d4c;
  font-size: 52px;
  line-height: 60px;
  font-weight: 500;
}

.au-execteam {
  padding-bottom: 60px;
}

.headshot-item {
  padding: 30px 75px;
  text-align: center;
}

.headshot-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
  background-clip: border-box;
}

.headshot-name {
  min-width: 225px;
  padding-top: 10px;
  font-family: 'DinNextLTPro Condensed', sans-serif;
  color: #003d4c;
  font-size: 44px;
  line-height: 64px;
  font-weight: 500;
  text-align: center;
}

.headshot-title {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}

.headshot-connect {
  text-align: center;
}

.headshot-img {
  max-height: 236px;
}

.link-block-3 {
  width: 24px;
  height: 24px;
  background-image: url('../images/icon_linkedin.png');
  background-position: 0px 0px;
  background-size: cover;
}

.au-patent-portfolio {
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 248, 250, 0.3)), to(rgba(239, 248, 250, 0.6)));
  background-image: linear-gradient(180deg, rgba(239, 248, 250, 0.3), rgba(239, 248, 250, 0.6));
}

.patent-breakdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.patent-item-content {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.patent-item-icon {
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 30px;
}

.patent-item-txt {
  max-width: 275px;
  margin-right: auto;
  margin-left: auto;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 36px;
  line-height: 42px;
}

.patent-item-num {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  font-family: DinNextLTPro, sans-serif;
  color: #4c8ca7;
  font-size: 92px;
  line-height: 92px;
  font-weight: 700;
}

.patent-item {
  width: 403px;
  height: 472px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.container-4 {
  padding-right: 20px;
  padding-left: 20px;
}

.container-5 {
  padding-right: 20px;
  padding-left: 20px;
}

.au-container {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.au-link {
  color: #005b82;
}

.au-link:hover {
  color: #85cddb;
}

.text-block-26 {
  font-family: 'DinNextLTPro Condensed', sans-serif;
  color: #003d4c;
  font-size: 52px;
  line-height: 52px;
  font-weight: 400;
}

.link-2 {
  color: #005b82;
}

.flowbase-navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  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;
  border-bottom: 1px solid rgba(123, 136, 168, 0.13);
  background-color: transparent;
}

.container-flex-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  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;
}

.flowbase-logo {
  width: 55px;
}

.button-wrapper-nav {
  position: relative;
  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;
}

.link-3 {
  margin-right: 20px;
  padding: 10px;
  color: #2d3958;
  text-decoration: none;
}

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

.arrow-cta-2 {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: -120%;
  width: 100px;
}

.pricing-grid-wrapper-mobile {
  display: none;
}

.text-block-27 {
  opacity: 0.5;
  color: #7b88a8;
  letter-spacing: 2px;
}

.pricing-table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003d4c;
}

.title {
  color: #7b88a8;
  font-size: 12px;
  letter-spacing: 2px;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.heading {
  color: #2d3958;
  letter-spacing: -0.03em;
}

.check {
  width: 38px;
  opacity: 0.5;
}

.pricing-line-break-top {
  height: 75px;
  margin-top: 20px;
  padding-top: 40px;
  padding-right: 24px;
  padding-bottom: 24px;
}

.help {
  margin-left: 10px;
  opacity: 0.3;
}

.grid-top-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #edf7fa;
}

.pricing-top {
  position: relative;
  min-height: 165px;
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #8c54ff;
  background-color: #fff;
}

.start-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4c8ca7;
  font-size: 16px;
  text-decoration: none;
}

.top-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2d3958;
  letter-spacing: -0.03em;
}

.pricing-line-break {
  height: 81px;
  margin-top: 20px;
  padding-top: 44px;
  padding-right: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #4c8ca7;
}

.title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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: #003d4c;
  text-align: center;
}

.pricing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 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: #fff;
  color: #fff;
}

.help-icon {
  width: 18px;
}

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

.discount {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
}

.flowbase-text-link {
  color: #9b9eb8;
  letter-spacing: -0.2px;
  text-decoration: none;
}

.flowbase-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 9px;
  -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-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(79, 94, 120, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.flowbase-social:hover {
  border-color: #8c54ff;
}

.flowbase-social.flowbase-padremove {
  margin-right: 0px;
}

.flowbase-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  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-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: #f8faff;
  background-image: url('../images/pipe_l.png');
  background-position: 0px 80px;
  background-size: 450px;
  background-repeat: no-repeat;
}

.flowbase-link {
  color: #8c54ff;
  text-decoration: none;
}

.flowbase-cta {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #4f5e78;
  text-align: center;
  letter-spacing: -0.2px;
}

.flowbase-span {
  color: #5b3acc;
}

.flowbase-social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 270px;
  min-height: 56px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  -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;
  border-radius: 15px;
  background-color: transparent;
  color: #201b3d;
  font-size: 16px;
  text-decoration: none;
}

.flowbase-text {
  margin-bottom: 18px;
  color: #445567;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.2px;
}

.flowbase-heading {
  margin-bottom: 15px;
  color: #20355a;
  font-size: 34px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -1.5px;
}

.flowbase-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flowbase-footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowbase-logo-link {
  margin-bottom: 25px;
}

.flowbase-logo-image {
  width: 55px;
}

.flowbase-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 140px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.title-2 {
  color: #003d4c;
  font-size: 12px;
  letter-spacing: 2px;
}

.pricing-top-2 {
  position: relative;
  min-height: 165px;
  padding-top: 64px;
  padding-right: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #4c8ca7;
  color: #003d4c;
}

.text-block-28 {
  opacity: 0.5;
  letter-spacing: 2px;
}

.discount-2 {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
}

.pricing-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 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/Clouds-Background-Request-Demo-Page.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.arrow {
  margin-left: 12px;
}

._404-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.rebrand-section {
  margin-top: 50px;
  padding-bottom: 20px;
}

.div-rebrand-meat {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.rebrand-header {
  display: block;
  padding: 20px 30px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  text-align: left;
}

.sub-header-text--pr {
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 32px;
  line-height: 32px;
  text-align: left;
}

.normal-text-pr {
  padding: 5px 30px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.amgine-logo {
  max-width: 150px;
  text-align: center;
}

.amgine-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 30px;
  -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;
}

.normal-text-pr-address {
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: right;
}

.amgine-address-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.rebrand-alert-section {
  margin-top: 50px;
  padding-bottom: 0px;
}

.press-alert-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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;
}

.image-13 {
  max-width: 50px;
}

.normal-text-pr-alert {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-family: DinNextLTPro, sans-serif;
  color: #003d4c;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.press-alert-text-container {
  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;
}

@media screen and (max-width: 991px) {
  .nav-logo-holder {
    padding-left: 20px;
  }

  .text-block-4 {
    font-size: 26px;
  }

  .tab-item {
    max-width: 33.333333333333336%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-item-image {
    height: 110px;
  }

  .tab-item-text {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-6 {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-7 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-7.sub-header-text {
    padding-bottom: 30px;
  }

  .nlp-animation-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-info {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-11 {
    font-size: 36px;
    line-height: 40px;
  }

  .rd-button.rd-button-mobile {
    display: inline-block;
    padding: 10px 50px;
  }

  .shoutout-text {
    font-size: 48px;
    line-height: 48px;
  }

  .sub-shoutout-text {
    font-size: 20px;
    line-height: 20px;
  }

  .button-2.rd-button {
    display: none;
  }

  .hero-imagery {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .div-block-16 {
    padding-bottom: 20px;
  }

  .omnichannel-desktop {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hero-section {
    background-size: auto;
  }

  .text-block-14 {
    font-size: 26px;
  }

  .header-text {
    padding: 30px 30px 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .sub-header-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-19 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-l-column {
    padding-left: 0px;
  }

  .div-block-22 {
    padding-bottom: 30px;
  }

  .menu-button {
    display: none;
    max-height: 50px;
  }

  .rd-img {
    width: 75%;
    margin: auto;
  }

  .rd-img.eu-img {
    width: 65%;
    max-width: 75%;
    margin-top: 0px;
  }

  .header-support-text {
    padding-bottom: 10px;
  }

  .rd-hero-mobile {
    padding-bottom: 30px;
    text-align: center;
  }

  .ai-paas-mobile {
    display: none;
  }

  .icon {
    display: none;
  }

  .icon-2 {
    display: none;
  }

  .columns-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .text-block-21 {
    font-size: 24px;
    line-height: 24px;
  }

  .error-message {
    margin-right: 0px;
    margin-left: 0px;
  }

  .ii-img {
    max-height: 200px;
  }

  .ii-column-header {
    font-size: 38px;
    line-height: 42px;
  }

  .ii-column-meat {
    font-size: 20px;
    line-height: 22px;
  }

  .ii-column-source {
    font-size: 18px;
    line-height: 24px;
  }

  .menu-button-2 {
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: #c7c2ba;
  }

  .icon-3 {
    color: #003d4c;
  }

  .ii-line-block {
    max-width: 300px;
  }

  .ii-line-block.squeeze {
    max-width: 80%;
  }

  .about-us-heroimg {
    height: 15vh;
  }

  .au-page-header {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 68px;
    line-height: 82px;
  }

  .au-page-text {
    font-size: 22px;
    line-height: 28px;
  }

  .au-header-text {
    font-size: 46px;
    line-height: 60px;
  }

  .au-map-img {
    max-width: 60%;
  }

  .address-text {
    font-size: 44px;
    line-height: 50px;
  }

  .headshot-item {
    padding-right: 45px;
    padding-left: 45px;
  }

  .headshot-name {
    font-size: 40px;
    line-height: 54px;
  }

  .headshot-title {
    padding-top: 0px;
    font-size: 24px;
  }

  .headshot-img {
    max-height: 200px;
  }

  .patent-breakdown {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .patent-item-icon {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .patent-item-txt {
    max-width: 175px;
    font-size: 24px;
    line-height: 30px;
  }

  .patent-item-num {
    font-size: 48px;
    line-height: 54px;
  }

  .patent-item {
    width: 200px;
    height: 250px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .text-block-26 {
    font-size: 44px;
    line-height: 44px;
  }

  .pricing-top-2 {
    padding-right: 14px;
  }

  .rebrand-header {
    font-size: 36px;
    line-height: 40px;
  }

  .sub-header-text--pr {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .normal-text-pr {
    font-size: 18px;
    line-height: 22px;
  }

  .normal-text-pr-address {
    font-size: 18px;
    line-height: 22px;
  }

  .normal-text-pr-alert {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .nav-logo-holder {
    padding-left: 10px;
  }

  .text-block-4 {
    font-size: 22px;
    line-height: 22px;
  }

  .tabs-menu-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .tab-item-image {
    height: 100px;
    max-height: none;
  }

  .tab-item-text {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-5.squeeze {
    padding-bottom: 20px;
  }

  .text-block-6 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-7 {
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-7.sub-header-text {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .text-block-11 {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 28px;
  }

  .rd-button.rd-page {
    width: 350px;
  }

  .button-2.rd-button {
    display: none;
  }

  .hero-imagery {
    display: none;
  }

  .omnichannel-desktop {
    display: none;
  }

  .hero-section {
    position: relative;
    min-height: 512px;
    margin-top: 0px;
    padding-top: 0px;
    background-image: url('../images/Hero-Full-Image_1.jpg');
    background-position: 50% 0%;
    background-size: auto 512px;
  }

  .text-block-14 {
    font-size: 22px;
    line-height: 22px;
  }

  .header-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .header-text.text-block-6.ai-paas {
    padding-bottom: 0px;
  }

  .div-block-19 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-field {
    width: 350px;
    max-width: 350px;
  }

  .footer-l-column {
    padding-left: 0px;
  }

  .footer-icon {
    padding-left: 20px;
  }

  .footer-link {
    padding-left: 20px;
    font-size: 12px;
  }

  .footer-link.w--current {
    padding-left: 20px;
    font-size: 12px;
  }

  .footer-r-column {
    padding-left: 0px;
  }

  .rd-img.eu-img {
    width: 75%;
  }

  .header-support-text {
    font-size: 16px;
    line-height: 16px;
  }

  .rd-hero-mobile {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }

  .columns-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-21 {
    font-size: 20px;
    line-height: 20px;
  }

  .error-message {
    margin-right: 0px;
    margin-left: 0px;
  }

  .omnichannel-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .radio-button-field-2 {
    width: 350px;
    font-size: 10px;
  }

  .nav-link {
    font-size: 20px;
  }

  .nav-link.w--current {
    font-size: 20px;
  }

  .nav-menu-section.about-us {
    margin-right: 3px;
    margin-left: 3px;
  }

  .nav-menu-section.industry-insights {
    margin-right: 3px;
    margin-left: 3px;
  }

  .nav-menu-section.request-a-demo {
    margin-right: 3px;
    margin-left: 3px;
  }

  .ii-header {
    height: 37vh;
  }

  .ii-item-right.mobile {
    display: block;
  }

  .ii-item-right.desktop {
    display: none;
  }

  .ii-item-left.desktop {
    padding-bottom: 20px;
  }

  .ii-item-left.mobile {
    display: block;
    background-color: #eef9ff;
  }

  .ii-meat {
    padding-top: 30px;
  }

  .ii-img {
    max-height: 90%;
  }

  .ii-column-right {
    padding-left: 10px;
  }

  .ii-column-left {
    min-height: 120px;
    padding-right: 10px;
  }

  .ii-column-header {
    font-size: 30px;
    line-height: 32px;
  }

  .ii-column-meat {
    font-size: 16px;
  }

  .ii-page-header {
    font-size: 36px;
  }

  .menu-button-2 {
    display: none;
  }

  .nav-menu-2 {
    display: block;
  }

  .au-map-img {
    max-width: 40%;
  }

  .address-text {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-26 {
    font-size: 36px;
    line-height: 36px;
  }

  .pricing-grid-wrapper-mobile {
    display: block;
  }

  .tab-pane {
    padding: 30px;
  }

  .mobile-pricing {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .tabs-menu-4 {
    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;
  }

  .tab-standard {
    margin-right: 10px;
    margin-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(123, 136, 168, 0.27);
    border-radius: 50px;
    background-color: transparent;
    color: #fff;
  }

  .tab-standard.w--current {
    border-color: transparent;
    background-color: #8c54ff;
    color: #fff;
  }

  .help {
    display: none;
  }

  .pricing-grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-wrapper {
    display: none;
  }

  .discount {
    color: #7b88a8;
  }

  .flowbase-text {
    max-width: 330px;
  }

  .flowbase-heading {
    max-width: 460px;
  }

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

  .tab-standard-2 {
    margin-right: 10px;
    margin-left: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #003d4c;
    border-radius: 50px;
    background-color: transparent;
    color: #003d4c;
  }

  .tab-standard-2.w--current {
    border-color: transparent;
    background-color: #003d4c;
    color: #fff;
  }

  .rebrand-header {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 28px;
  }

  .normal-text-pr {
    font-size: 16px;
    line-height: 18px;
  }

  .normal-text-pr-address {
    font-size: 16px;
    line-height: 18px;
  }

  .normal-text-pr-alert {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: rgba(237, 244, 246, 0.8);
  }

  .tab-link-tab-2-2 {
    display: inline-block;
    margin-left: 10px;
    padding-top: 9px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-2-2.w--current {
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-1-2 {
    display: inline-block;
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-1-2.w--current {
    display: inline-block;
    margin-right: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-4 {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .tabs-menu-2 {
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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;
  }

  .tabs-menu-2.squeeze {
    position: absolute;
  }

  .tabs-menu-2.squeeze.tab-menu-mobile {
    position: absolute;
  }

  .tab-item {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .tab-item-image {
    height: 100px;
  }

  .tab-item-text {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-5.squeeze {
    padding-bottom: 10px;
  }

  .div-block-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-6 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-6.header-text {
    padding: 20px 0px 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-7 {
    padding: 0px 10px 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-7.sub-header-text {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-8 {
    padding-right: 30px;
    padding-left: 30px;
    font-family: DinNextLTPro, sans-serif;
  }

  .nlp-animation-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nlp-animation-container.squeeze {
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .hero-info {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-11 {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .rd-button {
    padding-right: 52px;
    padding-left: 52px;
  }

  .rd-button.rd-page {
    width: 250px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .rd-button.rd-button-mobile {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 20px;
  }

  .shoutout-text {
    font-size: 36px;
    line-height: 40px;
  }

  .sub-shoutout-text {
    font-size: 16px;
  }

  .button-2.rd-button {
    display: none;
  }

  .hero-imagery {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-16 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .omnichannel-desktop {
    display: none;
  }

  .tab-icons {
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-section {
    min-height: 512px;
    margin-top: 0px;
    padding-top: 0px;
    background-image: url('../images/Hero-Full-Image-Mobile.jpg');
    background-position: 50% 50%;
    background-size: auto 512px;
  }

  .hero-container {
    background-position: 50% 50%;
    background-size: cover;
  }

  .container-2 {
    background-position: 0% 0%;
  }

  .text-block-14 {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .header-text.text-block-6.ai-paas {
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 24px;
  }

  .sub-header-text {
    font-size: 16px;
    line-height: 16px;
  }

  .ai-paas-info {
    padding: 10px 10px 20px;
  }

  .ai-paas-desktop {
    display: none;
  }

  .ai-pass-content {
    padding-bottom: 20px;
  }

  .hero-content {
    position: relative;
    min-height: 512px;
  }

  .text-field {
    width: 250px;
    max-width: 250px;
    margin-bottom: 16px;
  }

  .div-block-21 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-l-column {
    padding-bottom: 30px;
    padding-left: 0px;
    text-align: center;
  }

  .div-block-22 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-23 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-icon {
    padding-left: 0px;
  }

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

  .footer-link.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs {
    overflow: hidden;
  }

  .column {
    padding-bottom: 20px;
  }

  .rd-img {
    width: 100%;
    max-width: 100%;
  }

  .rd-img.eu-img {
    width: 75%;
  }

  .footer-column {
    margin-left: auto;
  }

  .header-support-text {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .rd-hero-mobile {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .ai-paas-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/PaaS-Image-Mobile-Background.svg');
    background-position: 50% 50%;
    background-size: 490px 490px;
  }

  .rd-img-subtext {
    font-size: 14px;
  }

  .tabs-section {
    overflow: hidden;
  }

  .columns-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-21 {
    font-size: 18px;
    line-height: 18px;
  }

  .error-message {
    margin-right: 0px;
    margin-left: 0px;
  }

  .omnichannel-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .tab-content-mobile {
    padding-top: 100px;
  }

  .tabs-content {
    padding-top: 110px;
  }

  .hero-image-container {
    display: block;
    overflow: hidden;
    background-image: url('../images/Hero-Full-Image.jpg');
    background-position: 50% 50%;
    background-size: auto;
  }

  .ai-paas-mobile-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .legal-section {
    margin-top: 50px;
    padding-top: 20px;
  }

  .tabs-menu-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-link-tab-1-3 {
    background-color: transparent;
    opacity: 0.5;
    font-family: DinNextLTPro, sans-serif;
    color: #003d4c;
    font-size: 18px;
  }

  .tab-link-tab-1-3.w--current {
    background-color: transparent;
    opacity: 1;
  }

  .tab-link-tab-2-3 {
    background-color: transparent;
    opacity: 0.5;
    font-family: DinNextLTPro, sans-serif;
    color: #003d4c;
    font-size: 18px;
  }

  .tab-link-tab-2-3.w--current {
    background-color: transparent;
    opacity: 1;
    font-family: DinNextLTPro, sans-serif;
    color: #003d4c;
    font-size: 18px;
  }

  .radio-button-field-2 {
    width: 250px;
    line-height: 14px;
  }

  ._404-nav-text {
    font-size: 16px;
  }

  .nav-link {
    display: inline-block;
  }

  .nav-link.w--current {
    display: inline-block;
  }

  .nav-menu-section.industry-insights {
    display: inline-block;
  }

  .nav-menu-section.request-a-demo {
    display: inline-block;
  }

  .nav-menu-section.home {
    display: inline-block;
  }

  .ii-item-left.desktop {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .ii-item-left.mobile {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .ii-item-content {
    padding-top: 0px;
  }

  .ii-img {
    max-height: 80%;
  }

  .ii-column.squeeze {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ii-column-right {
    min-height: 200px;
  }

  .ii-column-left {
    min-height: 120px;
  }

  .ii-column-header {
    font-size: 30px;
    line-height: 32px;
  }

  .ii-column-meat {
    font-size: 14px;
    line-height: 18px;
  }

  .ii-column-source {
    font-size: 14px;
    line-height: 18px;
  }

  .ii-link.link {
    font-size: 14px;
    line-height: 18px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .nav-menu-2 {
    display: block;
    max-width: 100px;
    background-color: #ebf7f9;
  }

  .ii-line-block {
    max-width: 200px;
    border-bottom-color: #a3d0eb;
  }

  .about-us-heroimg {
    height: 10vh;
  }

  .au-page-header {
    padding-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  .au-page-text {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .au-header-text {
    font-size: 30px;
    line-height: 32px;
  }

  .au-map-img {
    max-width: 30%;
    padding-bottom: 10px;
  }

  .address-text {
    font-size: 24px;
    line-height: 30px;
  }

  .headshot-item {
    padding-bottom: 10px;
  }

  .headshot-section {
    padding-top: 0px;
  }

  .headshot-name {
    font-size: 24px;
    line-height: 30px;
  }

  .headshot-title {
    font-size: 18px;
    line-height: 22px;
  }

  .headshot-img {
    max-width: 80%;
  }

  .patent-item-txt {
    font-size: 24px;
    line-height: 32px;
  }

  .patent-item-num {
    font-size: 54px;
    line-height: 60px;
  }

  .patent-item {
    height: 260px;
    margin-bottom: 25px;
  }

  .text-block-26 {
    font-size: 24px;
    line-height: 24px;
  }

  .tab-pane {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tabs-menu-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-standard {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .tab-standard-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rebrand-header {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 30px;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
  }

  .sub-header-text--pr {
    font-size: 16px;
    line-height: 16px;
  }

  .normal-text-pr {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .normal-text-pr-address {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .press-alert-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .normal-text-pr-alert {
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}

#w-node-_0bf6eb43-da8c-1e06-c192-dd2096dfacf8-685f033c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0bf6eb43-da8c-1e06-c192-dd2096dfacff-685f033c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0bf6eb43-da8c-1e06-c192-dd2096dfad08-685f033c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'DinNextLTPro Condensed';
  src: url('../fonts/DINNextLTPro-Condensed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DinNextLTPro Condensed';
  src: url('../fonts/DINNextLTPro-MediumCond.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DinWeb';
  src: url('../fonts/DINWeb-CondMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DinNextLTPro';
  src: url('../fonts/DINNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DinNextLTPro';
  src: url('../fonts/DINNextLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DinNextLTPro';
  src: url('../fonts/DINNextLTPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DinNextLTPro';
  src: url('../fonts/DINNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'DinNextLTPro Condensed';
  src: url('../fonts/DINNextLTPro-BoldCondensed.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}