.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

a {
  font-weight: 600;
  text-decoration: none;
}

.body {
  overflow: auto;
  border: 2px none #000;
  color: #000;
}

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

.image {
  max-width: 20%;
  margin-left: 300px;
  padding: 10px;
}

.image-2 {
  width: 200px;
  max-height: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  box-shadow: 5px 0 5px 5px rgba(0, 0, 0, 0.2);
}

.hero {
  height: 390px;
  max-height: auto;
  min-height: auto;
  margin-top: 0px;
  background-color: #000;
  background-image: linear-gradient(308deg, rgba(0, 0, 0, 0.55) 87%, transparent), url('../images/Banner-Top.png');
  background-position: 0px 0px, 90% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.apps {
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 0px;
}

.heading {
  position: static;
  display: inline-block;
  width: 100%;
  margin: 140px auto auto;
  padding: 0px auto auto;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 90px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  text-shadow: 3px 2px 1px rgba(0, 0, 0, 0.4);
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #324d5c;
  background-color: transparent;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.appsblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 20px auto;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.appimg {
  position: static;
  display: block;
  width: auto;
  max-width: 300px;
  margin: 0px auto;
  padding: 0px;
  float: none;
  clear: both;
  opacity: 1;
  text-align: center;
}

.appimg:hover {
  opacity: 1;
}

.applinkblockheading {
  display: block;
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #324d5c;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.featurelink {
  position: static;
  display: block;
  width: 90px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  float: left;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
  border: 0px none #fff;
  border-radius: 20px;
  background-color: transparent;
  opacity: 1;
  text-decoration: none;
}

.featurelink:hover {
  border: 6px none #fff;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
}

.div-block-2 {
  margin-top: 20px;
  margin-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #181818;
}

.nav_link {
  display: block;
  margin: 0% 20px 0% 0%;
  padding: 12px 10px 0px 0px;
  float: right;
  clear: right;
  opacity: 0.8;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav_link:hover {
  opacity: 1;
}

.nav_link.w--current {
  display: block;
  margin-right: 20px;
  margin-left: auto;
  padding: 12px 10px 0px 0px;
  float: right;
  clear: right;
  color: #000;
  font-weight: 600;
}

.nav_link.w--current:hover {
  color: #000;
  font-weight: 500;
}

.subheading {
  display: inline-block;
  margin: 20px auto;
  padding-top: 10px;
  padding-right: auto;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #324d5c;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
}

.paragraph {
  width: auto;
  height: 120px;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 0px;
  float: none;
  clear: both;
  font-family: Montserrat, sans-serif;
  color: #324d5c;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.image-6 {
  max-width: 50%;
  opacity: 0.9;
}

.image-6:hover {
  opacity: 1;
}

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

.image-7 {
  float: right;
  opacity: 0.9;
}

.image-7:hover {
  opacity: 1;
}

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

.columns-2 {
  max-width: 100%;
}

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

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

.window {
  width: 100%;
  height: 230px;
  max-width: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px none #000;
  border-radius: 0px;
  background-image: linear-gradient(99deg, #000, hsla(0, 0%, 100%, 0)), url('../images/window.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.gallery {
  position: static;
  display: inline-block;
  margin-top: 100px;
  margin-bottom: 0px;
  box-shadow: 0 0 40px 0 hsla(0, 0%, 100%, 0.2);
}

.gallery.contact {
  margin-bottom: 0px;
}

.heading-3 {
  display: block;
  overflow: visible;
  max-width: 60%;
  margin: 0px auto auto;
  padding-top: 45px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

.div-block-5 {
  display: block;
  width: 100%;
  padding-top: 0px;
}

.menu-button {
  padding: 14px 0px 0px;
  color: #fff;
  font-size: 30px;
}

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

.icon {
  font-family: Montserrat, sans-serif;
  color: #324d5b;
  font-weight: 100;
}

.body-2 {
  font-family: Exo, sans-serif;
  color: #fff;
}

.heading-4 {
  margin-top: 20%;
  font-family: Montserrat, sans-serif;
  color: #324d5c;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.text-block {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #324d5c;
  line-height: 14px;
  text-align: center;
  text-transform: none;
}

.div-block-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pillarsection {
  max-width: 80%;
  margin: 0px auto 0%;
  padding: 5% 16%;
  opacity: 1;
  text-align: left;
}

.pillarsection:hover {
  opacity: 1;
}

.pillarcontent {
  margin: 0px 0px 50px;
  padding: 0%;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: left;
}

.heading2 {
  position: static;
  display: inline-block;
  width: 100%;
  margin: 20px auto auto;
  padding: 0px auto auto;
  float: none;
  clear: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}

.heading3 {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.image-15 {
  display: block;
  width: 40%;
  max-width: none;
  margin: 60px auto 20px;
  padding: 0px;
}

.div-block-14 {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.image-16 {
  display: block;
  width: 70%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.column-21 {
  display: inline-block;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  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;
}

.header2whitecenter {
  display: block;
  margin-top: 20px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
}

.columns-6 {
  height: 360px;
}

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

.bodywhite {
  display: block;
  margin-top: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.ge {
  overflow: hidden;
  width: 60%;
  height: auto;
  max-width: none;
  margin: 40px auto;
}

.text-field-3 {
  border-radius: 4px;
}

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

.button-2 {
  display: block;
  width: 200px;
  height: 50px;
  margin: 20px auto 0px;
  padding: 15px 20px 10px;
  float: none;
  border-style: none;
  border-width: 2px;
  border-color: #314d5c;
  border-radius: 4px;
  background-color: #287db4;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.button-2:hover {
  border-style: none;
  border-radius: 8px;
}

.button-2.w--current {
  font-family: Montserrat, sans-serif;
}

.form {
  width: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
  color: #02204c;
  font-weight: 400;
}

.footerappssocial-2 {
  height: 30px;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  opacity: 0.4;
}

.footerappssocial-2:hover {
  opacity: 1;
}

.link-block-6 {
  display: inline-block;
  width: auto;
  margin-right: 100px;
  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;
}

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

.column-23 {
  margin-top: 40px;
}

.footermenu-2 {
  display: inline-block;
  width: 100%;
  margin: 0px 20px 45px 0px;
  padding-right: 0px;
  padding-left: 19px;
  float: right;
  opacity: 0.42;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 0px;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: none;
}

.footermenu-2:hover {
  opacity: 1;
}

.paragraph-6 {
  width: 80%;
  margin-bottom: 0px;
  padding-left: 0px;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.paragraph-6:hover {
  opacity: 1;
  text-decoration: none;
}

.div-block-15 {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

.text-block-4 {
  margin-top: 31px;
  font-family: Exo, sans-serif;
  color: #fff;
  text-align: center;
}

.columns-7 {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.footerblock-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  min-height: auto;
  margin-top: -6px;
  background-color: #195a7e;
  box-shadow: 0 0 40px 0 hsla(0, 0%, 100%, 0.2);
}

.column-24 {
  padding-top: 61px;
}

.columns-8 {
  margin-top: 21px;
}

.detail {
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: left;
  border-radius: 6px;
  background-image: none;
}

.appsection6 {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 100px;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
}

.terms-2 {
  margin: 0px;
  padding: 0%;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  text-align: left;
}

.subheading-left {
  display: block;
  margin: 20px auto;
  padding-top: 0px;
  padding-right: auto;
  padding-left: auto;
  font-family: Montserrat, sans-serif;
  color: #02204c;
  font-size: 40px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.termssection-3 {
  margin-top: 7%;
  margin-bottom: 5%;
  padding: 0px 10%;
  opacity: 1;
  text-align: left;
}

.termssection-3:hover {
  opacity: 1;
}

.column-25 {
  padding: 0px 10px 0px 0px;
}

.column-26 {
  padding: 0px 0px 0px 10px;
}

.textarea-2 {
  border-radius: 4px;
}

.abouthero {
  height: 420px;
  max-height: auto;
  min-height: auto;
  margin-top: 0px;
  background-color: #000;
  background-image: linear-gradient(158deg, rgba(0, 0, 0, 0.55) 32%, transparent), url('../images/photo-1551834317-9ddfd4ec7069.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.fundingsection {
  height: 200px;
  margin-top: 0px;
  padding-top: 30px;
  background-color: #195a7e;
  color: #fff;
}

.text-block-3 {
  margin-top: -1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.fundinghead {
  width: 700px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.frameworkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 30px auto;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.button-3 {
  display: block;
  width: auto;
  margin: 6px auto 0px;
  padding: 10px 20px;
  float: none;
  border-style: none;
  border-width: 2px;
  border-color: #314d5c;
  border-radius: 20px;
  background-color: #204f69;
  background-image: none;
  box-shadow: inset 3px 3px 0 0 hsla(0, 0%, 100%, 0.2);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.button-3:hover {
  box-shadow: inset -3px -3px 0 0 hsla(0, 0%, 100%, 0.2);
}

.button-3.w--current {
  font-family: Montserrat, sans-serif;
}

.paragraph-2 {
  width: auto;
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: both;
  font-family: Montserrat, sans-serif;
  color: #324d5c;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.map {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.subheading-center-space {
  margin: 40px auto;
  padding-top: 0px;
  padding-right: auto;
  padding-left: auto;
  font-family: Montserrat, sans-serif;
  color: #324d5c;
  font-size: 40px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.paragraph-center {
  width: 440px;
  max-width: none;
  margin: 0px auto 40px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: both;
  font-family: Montserrat, sans-serif;
  color: #324d5c;
  font-size: 30px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.section {
  margin-top: 60px;
}

.sectiondiv {
  display: inline-block;
  padding: 20px 20px 10px;
  float: none;
  clear: none;
  border: 1px none #000;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  text-decoration: none;
}

.searchmob {
  display: none;
  margin-top: 100px;
  margin-bottom: 60px;
}

.enterprisehero {
  height: 420px;
  background-image: linear-gradient(350deg, #000, transparent), url('../images/photo-1523240795612-9a054b0db644.jpeg');
  background-position: 0px 0px, 10% 80%;
  background-size: auto, cover;
}

.appsmob {
  display: none;
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 0px;
}

.numbers {
  margin: 0px auto 40px;
  padding-top: 0px;
  padding-right: auto;
  padding-left: auto;
  font-family: Montserrat, sans-serif;
  color: #324d5c;
  font-size: 70px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.appsection {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}

.columns-9 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.detail2 {
  display: block;
  width: 70%;
  max-width: 550px;
  margin: 40px auto 10px;
  float: left;
  border-radius: 20px;
}

.subheading-center {
  margin: 0px auto 40px;
  padding-top: 0px;
  padding-right: auto;
  padding-left: auto;
  font-family: Montserrat, sans-serif;
  color: #324d5c;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.omniblock {
  display: none;
  margin-top: 100px;
  margin-bottom: 60px;
}

.omniapp {
  position: static;
  display: block;
  width: 20%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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: 0px none #fff;
  border-radius: 20px;
  background-color: transparent;
  opacity: 1;
  text-decoration: none;
}

.omniapp:hover {
  border: 6px none #fff;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
}

.omniblockdesktop {
  display: none;
  margin-top: 140px;
  margin-bottom: 140px;
}

.partnerimg2 {
  position: static;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px;
  float: none;
  clear: both;
  opacity: 1;
  text-align: center;
}

.partnerimg2:hover {
  opacity: 1;
}

.appscolumns {
  max-width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.column-27 {
  padding-right: 20px;
  padding-left: 0px;
}

.column-28 {
  padding-right: 0px;
  padding-left: 20px;
}

.column-29 {
  padding-left: 220px;
}

.cardshopnow {
  display: block;
  width: auto;
  height: 38px;
  margin: 20px auto 10px;
  padding: 8px 20px 10px;
  float: left;
  border: 2px solid #287db4;
  border-radius: 4px;
  background-color: #fff;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #287db4;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.cardshopnow:hover {
  border-style: none;
  border-radius: 8px;
  text-decoration: underline;
}

.cardshopnow.w--current {
  font-family: Montserrat, sans-serif;
}

.card-read-more {
  display: block;
  width: auto;
  height: 38px;
  margin: 20px auto 10px;
  padding: 8px 20px 10px;
  float: right;
  border: 1px solid #287db4;
  border-radius: 4px;
  background-color: #fff;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #287db4;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.card-read-more:hover {
  border-style: none;
  border-radius: 8px;
  text-decoration: underline;
}

.card-read-more.w--current {
  font-family: Montserrat, sans-serif;
}

.appimg-large {
  position: static;
  display: block;
  width: auto;
  max-width: 90%;
  margin: 0px auto;
  padding: 0px;
  float: none;
  clear: both;
  opacity: 1;
  text-align: center;
}

.appimg-large:hover {
  opacity: 1;
}

.button-2-copy {
  display: block;
  width: 320px;
  height: 50px;
  margin: 20px auto 0px;
  padding: 15px 20px 10px;
  float: none;
  border-style: none none none solid;
  border-width: 2px;
  border-color: #314d5c #314d5c #314d5c #287db4;
  border-radius: 4px;
  background-color: #287db4;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.button-2-copy:hover {
  border-style: none;
  border-radius: 8px;
}

.button-2-copy.w--current {
  font-family: Montserrat, sans-serif;
}

.image-17 {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.div-block-16 {
  margin-bottom: 100px;
}

.text-block-7 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.columns-11 {
  margin-bottom: 40px;
}

.image-17-copy {
  display: block;
  max-height: none;
  margin: auto;
}

.image-17-copy {
  display: block;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.window2 {
  height: 130px;
  margin-bottom: 0px;
  border: 0px none #000;
  border-radius: 0px;
  background-image: linear-gradient(99deg, #000, hsla(0, 0%, 100%, 0)), url('../images/window.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.applinkblock-large {
  position: static;
  display: block;
  width: auto;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  float: left;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
  border: 0px none #fff;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  opacity: 1;
  text-decoration: none;
}

.applinkblock-large:hover {
  border: 6px none #fff;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
}

.appsblock-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: 0px auto 100px;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.comcard {
  position: static;
  display: block;
  width: auto;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  float: left;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
  border: 0px none #fff;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.16);
  opacity: 1;
  text-decoration: none;
}

.comcard:hover {
  border: 6px none #fff;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
}

.youtube {
  margin-bottom: 0px;
}

.video-block {
  margin-bottom: 20px;
}

.image-18 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.italic-text {
  font-size: 14px;
}

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

.column-31 {
  padding-right: 40px;
}

.column-32 {
  padding-right: 40px;
}

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

.div-block-17 {
  margin-bottom: 100px;
}

.div-block-18 {
  margin-bottom: 60px;
}

.image-19 {
  display: block;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.subheadingcenter {
  margin: 0px auto 20px;
  padding-top: 10px;
  padding-right: auto;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #324d5c;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.bold-text-5 {
  text-decoration: none;
}

.link {
  text-decoration: none;
}

.appscolumnspillar {
  max-width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .body {
    margin-left: 1px;
    background-size: auto;
    background-repeat: repeat;
  }

  .hero {
    height: 320px;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(353deg, rgba(0, 0, 0, 0.75) 35%, transparent), url('../images/Banner-Top.png');
    background-position: 0px 0px, 74% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .heading {
    margin-top: 100px;
    padding-top: 0%;
    font-size: 3em;
    line-height: 50px;
    font-weight: 500;
  }

  .nav-menu {
    margin-top: -1px;
    padding-bottom: 10px;
    background-color: rgba(50, 77, 92, 0.8);
  }

  .appsblock {
    overflow: visible;
    width: 80%;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .appimg {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .applinkblockheading {
    font-size: 14px;
  }

  .featurelink {
    width: 25%;
    max-width: 70%;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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;
  }

  .nav_link {
    margin-right: 10%;
    padding-top: 34px;
    padding-bottom: 10px;
    color: #fff;
  }

  .nav_link.w--current {
    color: #fff;
    font-weight: 800;
  }

  .subheading {
    width: 90%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 17px;
    text-align: left;
  }

  .paragraph {
    width: 90%;
    height: 80px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .image-6 {
    width: 50%;
  }

  .window {
    height: 280px;
    padding-left: auto;
  }

  .heading-3 {
    max-width: 90%;
    margin-top: 0px;
    padding: 0px;
    font-size: 2em;
    line-height: 60px;
    font-weight: 600;
  }

  .div-block-5 {
    display: block;
    padding-top: 50px;
    padding-left: 0px;
  }

  .column-8 {
    display: none;
  }

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

  .body-2 {
    background-image: url('../images/Background.jpg');
    background-position: 0px 0px;
    background-size: 125px;
  }

  .heading-4 {
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    font-family: Exo, sans-serif;
    color: #fff;
    text-align: center;
  }

  .text-block {
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    text-align: center;
  }

  .pillarsection {
    max-width: 100%;
    margin: 0% auto;
    padding-right: 10%;
    padding-left: 10%;
  }

  .heading2 {
    margin-top: 0px;
    padding-top: 0%;
    font-size: 2em;
    line-height: 100px;
    font-weight: 300;
  }

  .heading3 {
    margin-top: 20px;
  }

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

  .image-16 {
    width: 100%;
  }

  .column-21 {
    height: 100%;
  }

  .header2whitecenter {
    font-size: 12px;
    line-height: 16px;
  }

  .columns-6 {
    height: 240px;
  }

  .bodywhite {
    padding-right: 0px;
    font-size: 10px;
  }

  .ge {
    width: 80%;
    height: auto;
    margin-bottom: 60px;
  }

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

  .button-2 {
    display: block;
    width: 40%;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 14px 20px 10px;
    float: none;
    font-size: 14px;
  }

  .form {
    width: 70%;
  }

  .footerappssocial-2 {
    height: 20px;
    max-width: 40%;
    margin-left: 0px;
    padding: 0px;
  }

  .link-block-6 {
    width: 10%;
    margin-right: 31px;
  }

  .column-23 {
    display: block;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footermenu-2 {
    margin-right: 50px;
  }

  .paragraph-6 {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    font-size: 10px;
    line-height: 25px;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
  }

  .columns-7 {
    position: relative;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    padding-left: 83px;
  }

  .footerblock-2 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    overflow: visible;
    height: 400px;
    margin-top: -6px;
    padding-top: 60px;
  }

  .column-24 {
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .detail {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
  }

  .termssection-3 {
    margin-top: 10%;
    margin-bottom: 10%;
    padding-right: 10%;
    padding-left: 10%;
  }

  .abouthero {
    height: 280px;
    min-height: auto;
    padding-right: 20px;
    padding-left: 20px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.55), transparent), url('../images/photo-1551834317-9ddfd4ec7069.jpeg');
    background-position: 0px 0px, 74% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .fundingsection {
    height: 160px;
    margin-top: 20px;
    padding-top: 20px;
    background-color: transparent;
    background-image: linear-gradient(135deg, #3c7c9e, #1d5ea8);
  }

  .text-block-3 {
    margin-top: 0px;
    font-size: 14px;
  }

  .fundinghead {
    font-size: 30px;
  }

  .frameworkblock {
    width: 60%;
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .text-block-6 {
    margin-top: 10px;
  }

  .button-3 {
    display: none;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    float: none;
    font-size: 14px;
  }

  .paragraph-2 {
    width: 80%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 30px;
  }

  .subheading-center-space {
    font-size: 30px;
  }

  .paragraph-center {
    width: 80%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
    line-height: 30px;
  }

  .sectiondiv {
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .searchmob {
    display: block;
  }

  .enterprisehero {
    height: 280px;
  }

  .numbers {
    font-size: 50px;
  }

  .appsection {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .detail2 {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .subheading-center {
    width: 90%;
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
  }

  .omniblock {
    display: none;
  }

  .omniapp {
    display: none;
    width: 20%;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .partnerimg2 {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .appscolumns {
    max-width: 90%;
    margin-top: 10px;
  }

  .column-27 {
    margin-bottom: 0px;
    padding-right: 0px;
  }

  .column-28 {
    padding-left: 0px;
  }

  .cardshopnow {
    display: inline-block;
    width: 100%;
    height: 42px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    float: none;
    font-size: 14px;
  }

  .card-read-more {
    display: inline-block;
    width: 100%;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 10px 20px;
    float: none;
    font-size: 14px;
  }

  .appimg-large {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .button-2-copy {
    display: block;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 16px 20px 10px;
    float: none;
    font-size: 14px;
  }

  .image-17 {
    margin-bottom: 0px;
  }

  .image-17-copy {
    margin-bottom: 0px;
  }

  .image-17-copy {
    margin-bottom: 0px;
  }

  .window2 {
    height: 160px;
    padding-left: auto;
  }

  .applinkblock-large {
    width: 120%;
    max-width: 100%;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
  }

  .appsblock-copy {
    overflow: visible;
    width: 80%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .comcard {
    width: 30%;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 4px;
  }

  .image-19 {
    max-width: 100%;
  }

  .subheadingcenter {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .appscolumnspillar {
    max-width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    max-width: none;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
  }

  .image-2 {
    width: 200px;
    margin-top: 10px;
  }

  .hero {
    width: auto;
    height: 270px;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-image: linear-gradient(353deg, rgba(0, 0, 0, 0.75) 35%, transparent), url('../images/Banner-Top.png');
    background-position: 0px 0px, 74% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
    box-shadow: 6px 0 10px 4px rgba(0, 0, 0, 0.2);
  }

  .apps {
    display: block;
  }

  .heading {
    margin-top: 110px;
    font-size: 2em;
    line-height: 40px;
    font-weight: 500;
  }

  .nav-menu {
    background-color: rgba(50, 77, 92, 0.8);
  }

  .appsblock {
    width: 90%;
    margin-top: 0px;
  }

  .appimg {
    width: auto;
    max-width: 70%;
    padding: 0px;
  }

  .applinkblockheading {
    width: auto;
    margin-top: 10px;
    font-size: 10px;
    line-height: 15px;
  }

  .featurelink {
    padding: 0px;
  }

  .div-block-2 {
    display: block;
    overflow: auto;
    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-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;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .nav_link {
    margin-right: 10%;
  }

  .subheading {
    display: block;
    margin-top: 31px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }

  .paragraph {
    width: 90%;
    height: 110px;
    margin-left: auto;
    font-size: 14px;
    text-align: left;
  }

  .image-7 {
    display: none;
  }

  .columns-2 {
    margin-top: 0px;
  }

  .window {
    height: 200px;
    box-shadow: 6px 1px 10px 4px rgba(0, 0, 0, 0.2);
  }

  .gallery.contact {
    margin-bottom: -5px;
  }

  .heading-3 {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 20px 1px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
  }

  .div-block-5 {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .menu-button {
    padding-top: 6px;
  }

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

  .icon {
    margin-top: 8px;
    margin-right: 10px;
  }

  .pillarsection {
    max-width: 90%;
    margin: 10% auto 0%;
    padding: 0%;
  }

  .heading2 {
    margin-top: 0px;
    font-size: 1.4em;
    line-height: 50px;
    font-weight: 200;
  }

  .heading3 {
    display: none;
    margin-top: 65px;
  }

  .image-15 {
    width: 60%;
    margin-top: 40px;
  }

  .div-block-14 {
    margin-bottom: 0px;
  }

  .image-16 {
    height: auto;
  }

  .column-21 {
    height: 270px;
  }

  .column-22 {
    height: 250px;
    margin-top: -1px;
  }

  .bodywhite {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .ge {
    height: auto;
    margin-top: 20px;
  }

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

  .button-2 {
    display: block;
    width: 40%;
    margin: 20px auto 60px;
    float: none;
  }

  .form {
    width: 70%;
  }

  .footerappssocial-2 {
    max-width: none;
  }

  .link-block-6 {
    margin-right: 30px;
  }

  .link-block-7.w--current {
    display: none;
  }

  .column-23 {
    display: block;
  }

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

  .paragraph-6 {
    display: none;
    width: auto;
  }

  .div-block-15 {
    display: block;
    margin-bottom: 40px;
  }

  .footerblock-2 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 400px;
    margin-top: -8px;
    padding-top: 40px;
  }

  .column-24 {
    margin-bottom: 0px;
    padding-top: 40px;
  }

  .detail {
    width: 90%;
    max-width: 100%;
    float: none;
  }

  .appsection6 {
    display: none;
  }

  .subheading-left {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .termssection-3 {
    margin-top: 5%;
    margin-bottom: 20%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .column-26 {
    padding-left: 0px;
  }

  .abouthero {
    height: 280px;
    min-height: auto;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.55), transparent), url('../images/photo-1551834317-9ddfd4ec7069.jpeg');
    box-shadow: 6px 0 10px 4px rgba(0, 0, 0, 0.2);
  }

  .fundingsection {
    margin-top: 20px;
  }

  .fundinghead {
    width: auto;
    font-size: 30px;
  }

  .frameworkblock {
    display: none;
  }

  .text-block-6 {
    display: none;
  }

  .button-3 {
    display: none;
    width: 40%;
    margin: 20px auto 60px;
    float: none;
  }

  .paragraph-2 {
    width: 70%;
    margin-left: auto;
    text-align: center;
  }

  .subheading-center-space {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .paragraph-center {
    width: 70%;
    margin-left: auto;
    text-align: center;
  }

  .sectiondiv {
    margin-bottom: 40px;
    padding: 0px;
  }

  .searchmob {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .enterprisehero {
    height: 280px;
  }

  .appsmob {
    display: inline;
    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;
  }

  .numbers {
    margin-top: 31px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
  }

  .appsection {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .detail2 {
    width: 90%;
    max-width: 80%;
    float: none;
  }

  .subheading-center {
    margin-top: 31px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .omniblock {
    display: none;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .omniapp {
    display: none;
    padding: 0px;
  }

  .omniblockdesktop {
    display: none;
  }

  .partnerimg2 {
    width: auto;
    max-width: 40%;
    padding: 0px;
  }

  .column-27 {
    padding: 0px;
  }

  .column-28 {
    padding: 0px;
  }

  .cardshopnow {
    display: block;
    width: 90%;
    margin: 20px auto;
    float: none;
  }

  .card-read-more {
    display: block;
    width: 90%;
    margin: 20px auto 0px;
    float: none;
  }

  .appimg-large {
    width: auto;
    max-width: 100%;
    padding: 0px;
  }

  .button-2-copy {
    display: block;
    width: 100%;
    margin: 20px auto 0px;
    float: none;
  }

  .window2 {
    display: block;
    height: 80px;
    padding-left: 0px;
    box-shadow: 6px 1px 10px 4px rgba(0, 0, 0, 0.2);
  }

  .applinkblock-large {
    width: 100%;
    padding: 0px;
    border-radius: 4px;
  }

  .appsblock-copy {
    margin-top: 0px;
  }

  .comcard {
    width: 30%;
    padding: 0px;
    border-radius: 4px;
  }

  .column-30 {
    padding-left: 10px;
  }

  .column-33 {
    padding-left: 10px;
  }

  .div-block-17 {
    margin-bottom: 20px;
  }

  .subheadingcenter {
    display: block;
    margin-top: 31px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: auto;
    max-width: none;
    min-width: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .image-2 {
    max-width: 190px;
    margin-top: 8px;
    margin-left: 0px;
    padding-left: 14px;
  }

  .hero {
    height: 180px;
    min-height: auto;
    padding: 0px;
    background-image: linear-gradient(344deg, rgba(0, 0, 0, 0.55) 54%, transparent), url('../images/Banner-Top.png');
    background-position: 0px 0px, 78% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .apps {
    display: block;
    margin-top: 20px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading {
    overflow: auto;
    width: 100%;
    height: 50px;
    margin-top: 60px;
    padding-top: 0px;
    font-size: 20px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
  }

  .container {
    height: 40px;
  }

  .nav-menu {
    background-color: rgba(50, 77, 92, 0.8);
  }

  .appsblock {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .appimg {
    width: auto;
    max-width: 60%;
    padding-bottom: 0px;
    clear: none;
  }

  .applinkblockheading {
    font-size: 10px;
    line-height: 14px;
  }

  .featurelink {
    display: block;
    width: auto;
    max-width: 100px;
    padding-top: 0px;
    border-radius: 20px;
  }

  .div-block-2 {
    margin-top: 0px;
    border-style: none;
  }

  .nav_link {
    margin-right: 10%;
    padding-top: auto;
    padding-right: auto;
    padding-left: auto;
    text-align: center;
  }

  .subheading {
    overflow: visible;
    width: 90%;
    margin-top: 0px;
    padding: 0px 0px 0px 1px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph {
    width: 90%;
    margin-top: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
    line-height: 20px;
    text-align: left;
  }

  .image-7 {
    display: none;
  }

  .columns-2 {
    margin-top: 0px;
  }

  .window {
    height: auto;
    margin-bottom: 0px;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .gallery {
    margin-top: 0px;
  }

  .gallery.contact {
    margin-bottom: -5px;
  }

  .heading-3 {
    margin-top: 0px;
    padding: 0px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
  }

  .div-block-5 {
    padding-top: 0px;
  }

  .column-8 {
    display: none;
  }

  .menu-button {
    top: 10px;
    padding-top: 4px;
  }

  .menu-button.w--open {
    padding-top: 0px;
    background-color: transparent;
  }

  .icon {
    margin-top: 0px;
    color: #324d5b;
    font-size: 20px;
  }

  .pillarsection {
    max-width: 95%;
    margin: 20% auto 0%;
    padding: 0%;
  }

  .brand {
    padding-left: 11px;
  }

  .brand.w--current {
    width: 0px;
    padding-left: 0px;
  }

  .pillarcontent {
    padding-right: 0%;
    padding-left: 0%;
  }

  .heading2 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 1em;
    line-height: 30px;
    font-weight: 300;
  }

  .heading3 {
    display: none;
    margin-top: 58px;
    margin-bottom: 0px;
    font-size: 14px;
  }

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

  .image-16 {
    height: auto;
    max-height: none;
  }

  .column-21 {
    overflow: visible;
    height: auto;
    margin-bottom: 0px;
  }

  .header2whitecenter {
    font-size: 12px;
    line-height: 16px;
  }

  .columns-6 {
    height: auto;
  }

  .column-22 {
    height: 190px;
  }

  .ge {
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 60px;
  }

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

  .button-2 {
    display: block;
    width: 170px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }

  .form {
    width: 80%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .footerappssocial-2 {
    height: 20px;
    max-width: none;
    margin-right: 40px;
  }

  .link-block-6 {
    margin-right: 20px;
  }

  .column-23 {
    display: block;
  }

  .footermenu-2 {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .paragraph-6 {
    display: none;
  }

  .div-block-15 {
    display: inline-block;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .text-block-4 {
    margin-top: 30px;
    padding-bottom: 0px;
  }

  .footerblock-2 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 300px;
    margin-top: -10px;
    padding-top: 20px;
  }

  .column-24 {
    display: block;
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .detail {
    width: 90%;
    max-width: 100%;
  }

  .appsection6 {
    margin-bottom: 60px;
  }

  .terms-2 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .subheading-left {
    width: 100%;
    margin-top: 20px;
    padding: 0px 0px 0px 1px;
    font-size: 28px;
    line-height: 40px;
    text-align: left;
  }

  .termssection-3 {
    margin: 10% 10% 20%;
    padding: 0%;
  }

  .column-26 {
    padding-left: 0px;
  }

  .abouthero {
    height: 200px;
    min-height: auto;
    background-image: linear-gradient(302deg, rgba(0, 0, 0, 0.55), transparent), url('../images/photo-1551834317-9ddfd4ec7069.jpeg');
    background-position: 0px 0px, 78% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .fundingsection {
    height: 160px;
    margin-top: 20px;
  }

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

  .fundinghead {
    width: auto;
    margin-top: 20px;
    font-size: 20px;
  }

  .frameworkblock {
    display: none;
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-6 {
    display: none;
  }

  .button-3 {
    display: none;
    width: 170px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }

  .paragraph-2 {
    width: 80%;
    margin-top: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
  }

  .subheading-center-space {
    width: 100%;
    margin-top: 20px;
    padding: 0px 0px 0px 1px;
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph-center {
    width: 80%;
    margin-top: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .section {
    margin-top: 20px;
  }

  .sectiondiv {
    padding: 40px 10px 10px;
  }

  .searchmob {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .enterprisehero {
    height: 200px;
  }

  .appsmob {
    display: block;
    margin-top: 20px;
    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;
  }

  .numbers {
    overflow: visible;
    width: 100%;
    margin-top: 0px;
    padding: 0px 0px 0px 1px;
    font-size: 24px;
    line-height: 40px;
  }

  .detail2 {
    width: 90%;
    max-width: 100%;
  }

  .subheading-center {
    overflow: visible;
    width: 100%;
    margin-top: 0px;
    padding: 0px 0px 0px 1px;
    font-size: 20px;
    line-height: 30px;
  }

  .omniblock {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .omniapp {
    display: none;
    width: auto;
    max-width: 200px;
    padding-top: 0px;
    border-radius: 20px;
  }

  .partnerimg2 {
    width: auto;
    max-width: 100%;
    padding-bottom: 0px;
    clear: none;
  }

  .appscolumns {
    max-width: 90%;
  }

  .cardshopnow {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }

  .card-read-more {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }

  .appimg-large {
    width: auto;
    max-width: 100%;
    padding-bottom: 0px;
    clear: none;
  }

  .button-2-copy {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    font-size: 12px;
  }

  .window2 {
    height: 70px;
    margin-bottom: 40px;
    padding-top: 14px;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }

  .applinkblock-large {
    display: block;
    width: 90%;
    max-width: none;
    padding: 10px;
    border-radius: 4px;
  }

  .appsblock-copy {
    margin-top: 10px;
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .comcard {
    display: block;
    width: 40%;
    height: auto;
    max-width: none;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
  }

  .column-30 {
    padding-left: 10px;
  }

  .column-33 {
    padding-left: 10px;
  }

  .div-block-17 {
    margin-bottom: 20px;
  }

  .subheadingcenter {
    overflow: visible;
    width: 90%;
    margin-top: 0px;
    padding: 0px 0px 0px 1px;
    font-size: 20px;
    line-height: 30px;
  }

  .appscolumnspillar {
    max-width: 90%;
  }
}

