.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 31, 71, 0.97)), to(rgba(11, 16, 19, 0.9))), url('../images/White_on_black_dotted_world_map_vector.jpg');
  background-image: linear-gradient(180deg, rgba(10, 31, 71, 0.97), rgba(11, 16, 19, 0.9)), url('../images/White_on_black_dotted_world_map_vector.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.container {
  height: 100%;
  padding-top: 60px;
}

.body {
  height: auto;
  font-family: 'Open Sans', sans-serif;
}

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

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  background-color: hsla(0, 0%, 100%, 0);
}

.heading {
  width: 80%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 46px;
  font-weight: 300;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.paragraph {
  width: 75%;
  font-family: Lato, sans-serif;
  color: #cecece;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.subheadings {
  margin-bottom: 15px;
  color: #000;
  font-size: 28px;
  font-weight: 300;
}

.footer {
  position: static;
  bottom: 0px;
  display: block;
  height: 330px;
  padding-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: #fff;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.column {
  height: auto;
}

.columns-2 {
  height: auto;
  padding-top: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footertext {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

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

.div-block-8 {
  padding-left: 40px;
  text-align: left;
}

.herohead {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.linkstyle {
  color: #557593;
  text-decoration: none;
}

.div-block-9 {
  margin-top: -180px;
}

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

.column-2 {
  height: auto;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  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;
}

.html-embed {
  width: auto;
  height: auto;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.html-embed-2 {
  display: block;
  width: auto;
  height: auto;
  margin-top: 40px;
  padding-top: 0px;
}

@media screen and (max-width: 991px) {
  .footertext {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    padding-left: 20px;
  }
  .paragraph {
    font-size: 16px;
  }
  .footer {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container-4 {
    height: 600px;
  }
  .div-block-8 {
    padding-left: 0px;
  }
  .div-block-9 {
    margin-top: -25px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 1000px;
  }
  .container {
    height: 900px;
    padding-top: 20px;
  }
  .brand {
    padding-left: 20px;
  }
  .heading {
    width: 90%;
    margin-top: 0px;
    font-size: 34px;
  }
  .div-block {
    height: auto;
    margin-top: 50px;
    padding-top: 0px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .paragraph {
    width: 90%;
    font-size: 16px;
  }
  .footer {
    height: auto;
    padding-bottom: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .container-4 {
    height: 650px;
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  .footertext {
    width: 80%;
    text-align: left;
  }
  .herohead {
    height: auto;
  }
  .image {
    height: 50px;
    padding-top: 10px;
  }
  .div-block-9 {
    margin-top: 0px;
  }
  .html-embed-2 {
    height: 100%;
  }
}

