h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

a {
  color: #db4747;
  text-decoration: underline;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-bottom: 0px;
  padding-top: 61px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 28, 34, 0.95)), to(rgba(0, 105, 116, 0.95))), url('../images/mother-board.jpg');
  background-image: linear-gradient(90deg, rgba(0, 28, 34, 0.95), rgba(0, 105, 116, 0.95)), url('../images/mother-board.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-columns {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0px auto 40px;
  padding-right: 0px;
  padding-left: 0px;
  clear: both;
  color: #000;
}

.hero-column {
  display: block;
  margin-bottom: 30px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px none hsla(0, 0%, 100%, 0.3);
}

.hero-column.hero-column-last-2 {
  display: block;
  border-right-style: none;
  border-right-width: 0px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.navbar {
  position: fixed;
  width: 100%;
  padding-top: 0px;
  background-color: #fff;
}

.brand {
  width: 300px;
  margin-top: 18px;
  padding-left: 20px;
}

.nav-link {
  color: #000;
  white-space: normal;
}

.nav-link:hover {
  color: #db4747;
}

.nav-link:active {
  color: #db4747;
}

.nav-link:focus {
  color: #000;
}

.nav-link.w--current {
  color: #db4747;
}

.nav-link.w--current:hover {
  color: #db4747;
}

.progress-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  width: 100%;
  height: 5px;
  margin-top: 61px;
  background-color: #db4747;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.normal-section {
  position: static;
  overflow: hidden;
  padding: 160px 0px;
  background-color: #fff;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.normal-section.blue {
  margin-bottom: 0px;
  padding-bottom: 160px;
  background-color: #00252d;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 28, 34, 0.89)), color-stop(69%, rgba(1, 44, 53, 0.68)), to(rgba(0, 145, 160, 0.72))), url('../images/mother-board.jpg');
  background-image: linear-gradient(90deg, rgba(0, 28, 34, 0.89), rgba(1, 44, 53, 0.68) 69%, rgba(0, 145, 160, 0.72)), url('../images/mother-board.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.normal-section.gray {
  background-color: #f5f5f5;
}

.paragraph-2 {
  color: #fff;
  font-size: 18px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -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;
  line-height: 2em;
}

.solution-column {
  display: block;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.solution-column.left-border {
  border-left: 1px solid hsla(0, 0%, 100%, 0.33);
}

.solution-column.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 40px;
  width: 20px;
  max-width: none;
}

.div-block {
  margin-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 44px;
  line-height: 53px;
  font-weight: 900;
  text-align: center;
}

.image-5 {
  width: 300px;
  margin-top: 0px;
}

.heading-2 {
  color: #000;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 3em;
  font-weight: 900;
}

.team-images {
  display: block;
  width: 120px;
  max-width: none;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 50%;
}

.center-text-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.2em;
  text-align: center;
}

.button-2 {
  position: static;
  display: inline-block;
  overflow: visible;
  width: auto;
  max-width: none;
  margin-top: 10px;
  margin-left: 0px;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #a3a3a3;
  border-radius: 4px;
  background-color: transparent;
  color: #a3a3a3;
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}

.button-2:hover {
  border-color: #ee7c4f;
  background-color: transparent;
  color: #db4747;
}

.team-column {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 0px;
  justify-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  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;
}

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

.center-text-3 {
  max-width: 400px;
  margin-bottom: 5px;
  line-height: 150%;
  text-align: center;
}

.center-text-3.title-card {
  max-width: none;
  margin-top: 0px;
  padding-top: 8px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #a3a3a3;
  background-color: transparent;
  color: #a3a3a3;
  font-size: 18px;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 400;
}

.team-paragraph {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
}

.team-columns {
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.team-columns.team-columns-last {
  margin-bottom: 160px;
  padding-right: 40px;
  padding-left: 40px;
}

.advisor-images {
  width: 100px;
  max-width: 100px;
  margin-bottom: 20px;
  border-radius: 50%;
}

.section-normal {
  display: block;
  max-width: none;
  padding-top: 80px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 9px none #fff;
  background-color: #fff;
}

.divider {
  height: 10px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #db4747;
}

.bio-block {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 80px auto 140px;
  padding: 40px 40px 0px;
  background-color: #fff;
}

.hero-heading {
  position: static;
  overflow: visible;
  max-width: 475px;
  margin-top: 0px;
  color: #000;
  line-height: 1.2em;
  text-align: left;
}

.heading-5 {
  margin-top: 10px;
  color: #a3a3a3;
}

.paragraph-5 {
  color: #000;
  font-size: 18px;
}

.list {
  color: #000;
  font-size: 18px;
}

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

.link:hover {
  border-bottom: 1px solid #db4747;
  text-decoration: underline;
}

.bio-gradient-top {
  position: fixed;
  z-index: 1;
  overflow: visible;
  min-height: 300px;
  min-width: 100%;
  margin-top: 0px;
  padding-top: 67px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 44, 53, 0.8)), to(rgba(25, 122, 144, 0.7))), url('../images/mother-board.gif');
  background-image: linear-gradient(180deg, rgba(1, 44, 53, 0.8), rgba(25, 122, 144, 0.7)), url('../images/mother-board.gif');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.navbar-2 {
  position: fixed;
  width: 100%;
  background-color: #001922;
}

.footer-section {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  min-height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #001922;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-copyright {
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 21px;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  text-align: center;
}

.custom-input {
  min-height: 0px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 18px;
}

.custom-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.custom-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.custom-input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.custom-input::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.form-block {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 80px;
  padding-bottom: 0px;
  padding-left: 80px;
}

.contact-button {
  margin-top: 8px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  text-align: left;
}

.contact-button:hover {
  border-color: #fff;
  color: #fff;
}

.custom-text-area {
  min-height: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 4px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  font-size: 18px;
}

.custom-text-area::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.custom-text-area:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.custom-text-area::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.custom-text-area::placeholder {
  color: hsla(0, 0%, 100%, 0.7);
}

.container1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.heading-6 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.solution-columns {
  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;
}

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

.image-8 {
  max-width: 120px;
  padding-right: 20px;
}

.text-block {
  color: #fff;
  font-size: 18px;
}

.text-block-2 {
  color: #fff;
  font-size: 18px;
}

.text-span-2 {
  position: relative;
  bottom: 5px;
  display: inline;
  overflow: visible;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  font-size: 12px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-left {
  width: 100%;
  max-width: none;
  margin: 0px auto;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 20px;
  float: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
  color: #0091a0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  text-align: left;
}

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

.heading-left.center-text.red {
  color: #db4747;
}

.paragraph-6 {
  clear: both;
  color: #000;
  font-size: 18px;
}

.heading-right {
  width: 100%;
  max-width: none;
  margin: 0px auto 20px;
  padding: 10px 0px;
  float: none;
  clear: both;
  border-top-left-radius: 50px;
  border-top-right-radius: 0px;
  background-color: transparent;
  color: #db4747;
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  text-align: left;
}

.heading-right.center-text {
  max-width: 1400px;
  margin-bottom: 80px;
  border-bottom: 2px dashed #db4747;
  color: #0091a0;
  font-size: 40px;
  text-align: left;
}

.heading-right.center-text.red {
  color: #db4747;
}

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

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

.columns-3 {
  position: static;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  clear: both;
  border-top: 10px solid #db4747;
}

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

.column-5 {
  padding-left: 40px;
  text-align: center;
}

.column-6 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.text-block-3 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.heading-7 {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.italic-text-7 {
  font-weight: 900;
}

.bold-text-4 {
  color: #db4747;
  font-weight: 900;
}

.bold-text-7 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
}

.button-3 {
  display: block;
  max-width: 160px;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: rgba(56, 152, 236, 0);
  font-size: 18px;
  text-align: center;
}

.button-3:hover {
  border-style: dashed;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #f5f5f5;
  color: #fff;
}

.columns-4:hover {
  color: #ececec;
}

.columns-4:focus {
  color: #ececec;
}

.paragraph-7 {
  display: block;
  margin-bottom: 0px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: dashed;
  border-width: 0px;
  border-color: #b3b3b3;
  border-radius: 4px;
  color: #000;
  font-size: 18px;
}

.paragraph-7:hover {
  border-style: dashed;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
}

.paragraph-7.red {
  position: relative;
  overflow: auto;
  background-color: transparent;
  color: #fff;
}

.paragraph-7.red:hover {
  border-style: dashed;
  background-color: transparent;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 3px;
  background-color: #f5f5f5;
  color: #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px dashed #000;
  background-color: #0091a0;
  text-decoration: none;
}

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

.normal-section-gray {
  overflow: hidden;
  padding: 160px 0px;
  border: 1px none #000;
  background-color: #f5f5f5;
}

.list-item {
  max-width: 1400px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #ccc;
  color: #000;
  font-size: 18px;
}

.list-2 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  list-style-type: none;
}

.list-item-2 {
  max-width: 1400px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 #ccc;
  color: #000;
  font-size: 18px;
}

.normal-section-red {
  overflow: hidden;
  padding: 160px 40px;
  background-color: #db4747;
}

.italic-text-11 {
  font-style: normal;
}

.link-2 {
  color: #0091a0;
  text-decoration: none;
}

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

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px dashed #000;
  background-color: #fff;
  text-decoration: none;
}

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

.team-column-end {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 40px;
  justify-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  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;
}

.team-column-end.team-column-last {
  padding-right: 0px;
  padding-left: 40px;
}

.team-column-middle {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  justify-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  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;
}

.team-column-middle.team-column-last {
  padding-right: 0px;
  padding-left: 40px;
}

.columns-team {
  position: static;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  clear: both;
  border-top: 0px none #db4747;
}

.columns-advisors {
  position: static;
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 160px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  clear: both;
  border-top: 10px solid #db4747;
}

.image-9 {
  max-width: 140px;
}

.paragraph-8 {
  max-width: 600px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.columns-5 {
  max-width: 1400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
}

.columns-5.bottom-border {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border: 1px none #000;
}

.paragraph-9 {
  color: #000;
  font-size: 18px;
}

.text-span-3 {
  font-weight: 900;
}

.text-span-4 {
  font-weight: 900;
}

.column-8 {
  padding-right: 29px;
}

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

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

.column-11 {
  padding-right: 30px;
}

.text-span-5 {
  font-weight: 900;
}

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

.section {
  height: 300px;
}

.div-block-2 {
  max-width: 1400px;
  margin: 220px auto 200px;
}

.hero-2 {
  background-image: url('../images/background-cover-page-3.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

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

.image-12 {
  max-width: 350px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: auto;
    padding-top: 200px;
    padding-bottom: 140px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 28, 34, 0.91)), color-stop(70%, rgba(1, 44, 53, 0.67)), to(rgba(0, 145, 160, 0.59))), url('../images/mother-board.jpg');
    background-image: linear-gradient(90deg, rgba(0, 28, 34, 0.91), rgba(1, 44, 53, 0.67) 70%, rgba(0, 145, 160, 0.59)), url('../images/mother-board.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-columns {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-column {
    margin-bottom: 40px;
  }

  .hero-column.hero-column-last-2 {
    border-right-width: 0px;
  }

  .hero-column.hero-column-last-2.bottom {
    margin-bottom: 0px;
  }

  .nav-link {
    background-color: #001c22;
  }

  .nav-link.w--current {
    background-color: #001c22;
  }

  .progress-bar {
    margin-top: 60px;
  }

  .normal-section {
    margin-top: 0px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .normal-section.blue {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .normal-section.gray {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .columns-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .solution-column {
    margin-bottom: 0px;
  }

  .solution-column.flex-column {
    display: block;
  }

  .image-3 {
    display: none;
  }

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

  .heading-3 {
    margin-bottom: 30px;
    line-height: 38px;
  }

  .team-images {
    width: 140px;
  }

  .center-text-2 {
    color: #000;
  }

  .button-2 {
    margin-top: 20px;
  }

  .button-2:hover {
    border-color: #d64932;
    color: #d64932;
  }

  .team-column {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .team-column.team-column-last {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .center-text-3 {
    max-width: none;
  }

  .center-text-3.title-card {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }

  .team-paragraph {
    max-width: 520px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .team-columns.team-columns-last {
    margin-bottom: 140px;
  }

  .advisor-images {
    max-width: 100px;
    margin-bottom: 10px;
  }

  .section-normal {
    padding: 60px 20px 0px;
  }

  .bio-block {
    margin-bottom: 100px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .navbar-2 {
    background-color: #001922;
  }

  .footer-section {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
  }

  .form-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .container1000 {
    padding-top: 0px;
  }

  .menu-button-2 {
    background-color: #001922;
  }

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

  .image-8 {
    max-width: 100px;
    padding-right: 10px;
  }

  .heading-left {
    max-width: none;
  }

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

  .heading-right {
    max-width: none;
  }

  .heading-right.center-text {
    display: block;
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
    direction: ltr;
    color: #0091a0;
  }

  .heading-right.center-text.red {
    color: #db4747;
  }

  .column-2 {
    padding-right: 30px;
  }

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

  .columns-3 {
    margin-bottom: 0px;
  }

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

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

  .column-5.bottom {
    margin-bottom: 0px;
  }

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

  .heading-7 {
    font-size: 36px;
  }

  .italic-text-7 {
    font-size: 36px;
  }

  .columns-4 {
    display: block;
    overflow: visible;
    padding-right: 80px;
    padding-left: 80px;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-7 {
    display: block;
  }

  .normal-section-gray {
    margin-top: 0px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .list-2 {
    margin-bottom: 0px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .normal-section-red {
    margin-top: 0px;
    padding: 140px 80px;
  }

  .team-column-end {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .team-column-end.team-column-last {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .team-column-middle {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .team-column-middle.team-column-last {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .columns-team {
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .columns-advisors {
    margin-bottom: 0px;
    padding-top: 140px;
  }

  .columns-5 {
    margin-right: 30px;
    margin-left: 30px;
    padding-right: 0px;
  }

  .columns-5.bottom-border {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding: 140px 0px 80px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 28, 34, 0.91)), color-stop(70%, rgba(1, 44, 53, 0.67)), to(rgba(0, 145, 160, 0.59))), url('../images/mother-board.jpg');
    background-image: linear-gradient(90deg, rgba(0, 28, 34, 0.91), rgba(1, 44, 53, 0.67) 70%, rgba(0, 145, 160, 0.59)), url('../images/mother-board.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-columns {
    max-width: 600px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-column {
    padding-right: 0px;
    padding-left: 0px;
    border-right-width: 0px;
    text-align: center;
  }

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

  .nav-link {
    background-color: #001c22;
  }

  .progress-bar {
    margin-top: 60px;
  }

  .normal-section {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .normal-section.blue {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .normal-section.gray {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .columns-2 {
    display: block;
  }

  .solution-column.left-border {
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

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

  .paragraph-3 {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 38px;
  }

  .image-5 {
    display: block;
    width: 200px;
    max-width: 300px;
    margin: 20px auto 36px;
    padding-left: 0px;
    text-align: center;
  }

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

  .team-images {
    width: 140px;
    border-radius: 50%;
  }

  .center-text-2 {
    color: #000;
  }

  .button-2 {
    margin-top: 10px;
    border-radius: 3px;
  }

  .button-2:hover {
    color: #db4747;
  }

  .team-column {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-column.team-column-last {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .center-text-3 {
    font-size: 16px;
  }

  .center-text-3.title-card {
    font-size: 18px;
    font-weight: 400;
  }

  .team-paragraph {
    margin-bottom: 10px;
  }

  .team-columns {
    margin-bottom: 0px;
  }

  .team-columns.team-columns-last {
    margin-bottom: 80px;
  }

  .section-normal {
    padding-bottom: 0px;
  }

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

  .hero-heading {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
  }

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

  .navbar-2 {
    background-color: #001922;
  }

  .footer-section {
    position: static;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #001c22;
  }

  .footer-copyright {
    font-size: 14px;
  }

  .form-block {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-6 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
  }

  .menu-button-2 {
    background-color: #001922;
  }

  .solution-columns {
    display: block;
  }

  .image-8 {
    max-width: 80px;
    margin-bottom: 10px;
    padding-right: 0px;
  }

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

  .heading-left {
    max-width: none;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding-right: 0px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 50px;
    text-align: left;
  }

  .paragraph-6 {
    padding-right: 0px;
  }

  .heading-right {
    max-width: none;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding-left: 0px;
    float: none;
    border-bottom-right-radius: 50px;
    font-size: 30px;
    text-align: center;
  }

  .heading-right.center-text {
    border-radius: 0px;
    font-size: 36px;
  }

  .column-2 {
    margin-top: -20px;
    padding-top: 0px;
    padding-right: 10px;
  }

  .column-3 {
    margin-top: -20px;
    padding-left: 10px;
  }

  .columns-3 {
    padding-right: 80px;
    padding-left: 80px;
  }

  .column-4 {
    margin-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-5 {
    margin-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .column-6 {
    margin-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .italic-text-7 {
    font-size: 30px;
  }

  .bold-text-7 {
    font-size: 30px;
  }

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

  .column-7 {
    margin-bottom: 6px;
  }

  .normal-section-gray {
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .list-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .italic-text-10 {
    display: inline;
  }

  .normal-section-red {
    margin-top: 0px;
    padding: 80px 40px;
  }

  .team-column-end {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-column-end.team-column-last {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-column-middle {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-column-middle.team-column-last {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-team {
    padding-right: 80px;
    padding-left: 80px;
  }

  .columns-advisors {
    padding-top: 80px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .paragraph-8 {
    max-width: none;
    font-size: 30px;
    line-height: 34px;
  }

  .columns-5.bottom-border {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .image-10 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    margin-top: 0px;
  }

  .hero-section {
    padding: 110px 0px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 28, 34, 0.91)), color-stop(70%, rgba(1, 44, 53, 0.67)), to(rgba(0, 145, 160, 0.59))), url('../images/mother-board.jpg');
    background-image: linear-gradient(90deg, rgba(0, 28, 34, 0.91), rgba(1, 44, 53, 0.67) 70%, rgba(0, 145, 160, 0.59)), url('../images/mother-board.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-columns {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .hero-column.hero-column-last-2.bottom {
    margin-bottom: 0px;
  }

  .brand {
    width: 240px;
    margin-top: 18px;
  }

  .progress-bar {
    margin-top: 60px;
  }

  .normal-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .normal-section.blue {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .normal-section.gray {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

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

  .paragraph-3 {
    font-size: 22px;
    line-height: 30px;
  }

  .image-5 {
    display: block;
    width: 150px;
    margin-bottom: 36px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .team-images {
    width: 160px;
  }

  .center-text-2 {
    color: #000;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 900;
    text-align: center;
  }

  .button-2 {
    display: inline-block;
    margin-top: 20px;
    margin-left: auto;
    border-radius: 0px;
    font-size: 16px;
  }

  .team-column {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .team-column.team-column-last {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .center-text-3 {
    margin-bottom: 0px;
    line-height: 1.5em;
    text-align: center;
  }

  .center-text-3.title-card {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .team-paragraph {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .team-columns {
    margin-bottom: 0px;
  }

  .team-columns.team-columns-last {
    margin-bottom: 50px;
  }

  .advisor-images {
    border-radius: 50%;
  }

  .section-normal {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .bio-block {
    margin-bottom: 80px;
  }

  .hero-heading {
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 900;
  }

  .heading-5 {
    font-size: 20px;
    text-align: center;
  }

  .paragraph-5 {
    font-size: 16px;
    text-align: center;
  }

  .list {
    font-size: 16px;
  }

  .navbar-2 {
    background-color: #001922;
  }

  .footer-section {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: visible;
  }

  .footer-copyright {
    font-size: 12px;
    font-weight: 400;
  }

  .custom-input {
    border-radius: 0px;
    font-size: 16px;
  }

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

  .contact-button {
    border-radius: 0px;
  }

  .custom-text-area {
    border-radius: 0px;
    font-size: 16px;
  }

  .container1000 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .heading-6 {
    font-size: 20px;
    font-weight: 900;
  }

  .menu-button-2 {
    background-color: #001922;
  }

  .bold-text {
    font-size: 24px;
  }

  .image-8 {
    max-width: 60px;
    margin-bottom: 6px;
    padding-right: 0px;
  }

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

  .heading-left {
    max-width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 24px;
  }

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

  .heading-right {
    max-width: 78%;
    margin-right: auto;
    margin-bottom: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    border-bottom-right-radius: 50px;
    font-size: 20px;
    text-align: center;
  }

  .heading-right.center-text {
    margin-bottom: 30px;
    font-size: 30px;
  }

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

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

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

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

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

  .column-5.bottom {
    margin-bottom: 0px;
  }

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

  .text-block-3 {
    font-size: 16px;
    font-weight: 400;
  }

  .heading-7 {
    margin-top: 10px;
    font-size: 20px;
  }

  .italic-text-7 {
    font-size: 20px;
  }

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

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

  .columns-4 {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .paragraph-7:hover {
    border-style: solid;
    border-color: #db4747;
  }

  .paragraph-7.red {
    background-color: #0091a0;
    color: #fff;
    font-size: 16px;
  }

  .paragraph-7.red:hover {
    background-color: #db4747;
  }

  .normal-section-gray {
    padding-top: 50px;
    padding-bottom: 61px;
  }

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

  .list-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .italic-text-10 {
    font-size: 20px;
  }

  .normal-section-red {
    padding: 50px 40px;
  }

  .heading-8 {
    font-size: 20px;
    font-weight: 900;
  }

  .heading-9 {
    font-size: 24px;
    font-weight: 900;
  }

  .link-2 {
    color: #0091a0;
    font-style: normal;
    text-decoration: none;
  }

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

  .bold-text-8 {
    font-size: 20px;
    font-weight: 900;
  }

  .bold-text-9 {
    font-weight: 900;
  }

  .bold-text-10 {
    font-weight: 900;
  }

  .bold-text-11 {
    font-weight: 900;
  }

  .team-column-end {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .team-column-end.team-column-last {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .team-column-middle {
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .team-column-middle.team-column-last {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .columns-advisors {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .columns-5.bottom-border {
    margin-right: 30px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
  }

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

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

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

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

  .image-12 {
    max-width: 250px;
  }
}

