body {
  font-family: Vollkorn, serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin: 0px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Vollkorn, serif;
  font-size: 15px;
  line-height: 22px;
}

.button {
  display: inline-block;
  padding: 15px 33px;
  border: 1px solid #47474f;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 0 20px -11px #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Vollkorn, serif;
  color: #170202;
  font-size: 19px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: #fff;
  box-shadow: 0 0 20px -4px #000;
}

.button.form {
  margin-top: 23px;
  margin-bottom: 24px;
  padding-right: 54px;
  padding-left: 54px;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  color: #7ec4bd;
}

.button.form:hover {
  background-color: rgba(126, 196, 189, 0.34);
}

.header {
  padding: 98px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.48)), to(rgba(0, 0, 0, 0.48))), url('../images/LoRa-Alliance.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url('../images/LoRa-Alliance.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.header.project-page {
  padding-top: 77px;
  padding-bottom: 77px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.84)), to(rgba(126, 196, 189, 0.84))), url('../images/robin-glauser-WgMlXuSv-8A-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.84), rgba(126, 196, 189, 0.84)), url('../images/robin-glauser-WgMlXuSv-8A-unsplash.jpg');
}

.navbar {
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #fff;
}

.nav-link {
  margin-top: 0px;
  margin-left: 34px;
  padding: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #170202;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #7ec4bd;
}

.logo-title {
  margin-top: 13px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #a19292;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.logo-img {
  margin-right: 18px;
  float: left;
}

.brand-block {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.main-heading {
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 55px;
  font-weight: 400;
  text-transform: none;
}

.divider {
  display: block;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background-color: #fff;
}

.divider.grey {
  margin-bottom: 43px;
  background-color: #fff;
}

.main-subtitle {
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 18px;
  font-style: italic;
}

.about-section {
  padding-bottom: 61px;
  border-radius: 0px;
  background-color: rgba(216, 216, 216, 0.21);
  text-align: center;
}

.about-text {
  margin-bottom: 40px;
  padding-top: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #170202;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.section {
  min-height: 100vh;
  padding-top: 0px;
  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: 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;
  text-align: center;
}

.section.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.section.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section.footer {
  background-color: #000;
}

.grey-icon-wrapper {
  margin-bottom: 38px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.project-wrapper {
  position: relative;
  bottom: 0px;
  display: block;
  -webkit-transition: bottom 300ms ease;
  transition: bottom 300ms ease;
  color: #333;
  text-decoration: none;
}

.project-wrapper:hover {
  bottom: 8px;
}

.team-image {
  width: 200px;
  height: 215px;
  margin-bottom: 21px;
  border-radius: 100%;
  box-shadow: 0 0 0 0 #000, 1px 1px 3px 0 #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.role {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
}

.social-link {
  width: 29px;
  height: 29px;
  margin: 3px;
  padding-top: 5px;
  padding-left: 1px;
  border-radius: 100%;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 1px transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.social-link:hover {
  box-shadow: inset 0 0 0 2px #7ec4bd;
}

.team-title {
  margin-bottom: 7px;
  text-transform: capitalize;
}

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

.quote-icon {
  margin-bottom: 37px;
}

.arrow {
  width: 40px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e3e3e3;
  font-size: 30px;
}

.arrow:hover {
  color: #333;
}

.testimonial-slide {
  width: 50%;
  padding: 30px 34px 29px;
  text-align: center;
}

.testimonial-slide.left-border {
  border-left: 2px solid rgba(0, 0, 0, 0.04);
}

.mask {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.team-row {
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 22px;
  font-size: 26px;
  line-height: 33px;
}

.from {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #ababab;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 95px;
  margin-bottom: 10px;
  padding-top: 13px;
}

.icon-wrapper._2 {
  padding-top: 20px;
}

.footer-logo {
  margin-bottom: 15px;
  opacity: 0.4;
}

.contact-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}

.link {
  color: #fff;
}

.social-wrapper {
  display: block;
  margin-bottom: 11px;
  margin-left: 33%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: left;
  text-decoration: none;
}

.social-wrapper:hover {
  opacity: 0.43;
}

.footer-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  text-transform: none;
}

.social-link-text {
  display: inline-block;
}

.social-icon {
  margin-top: -6px;
  margin-right: 9px;
}

.field {
  height: 57px;
  margin-bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 0px solid #000;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: inset 3px 0 0 0 transparent;
  color: #7ec4bd;
  font-size: 18px;
  font-style: italic;
}

.field:focus {
  box-shadow: inset 3px 0 0 0 #7ec4bd;
}

.field.large {
  height: 127px;
}

.field.darker {
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.form-wrapper {
  padding-right: 20%;
  padding-left: 20%;
}

.success-message {
  padding-top: 82px;
  padding-bottom: 82px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #7ec4bd;
  background-color: transparent;
  color: #7ec4bd;
}

.project-info {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.project-title {
  margin-bottom: 4px;
}

.nav-menu {
  font-family: Montserrat, sans-serif;
  color: #170202;
}

.grow-row {
  margin-bottom: 42px;
}

.screenshot {
  margin-bottom: 43px;
}

.face {
  margin-bottom: 10px;
  border-radius: 100%;
}

.paragraph {
  margin: 0px auto 70px;
  padding: 15px;
  clear: none;
  background-color: transparent;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #170202;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.heading {
  border-radius: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #170202;
  font-size: 23px;
  font-weight: 400;
  text-transform: none;
  white-space: normal;
}

.container {
  height: auto;
}

.aims {
  height: auto;
  min-height: 100vh;
  background-color: #f0f9fa;
}

.container-2 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  justify-items: 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;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-2 {
  padding-bottom: 20px;
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dashed #505050;
  border-bottom: 1px dashed #505050;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.61)), to(hsla(0, 0%, 100%, 0.61))), url('../images/steve-johnson-YS0YJLU_h2k-unsplash.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.61), hsla(0, 0%, 100%, 0.61)), url('../images/steve-johnson-YS0YJLU_h2k-unsplash.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.list-item {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 40px;
  text-align: center;
  list-style-type: none;
}

.list-item-2 {
  text-align: left;
}

.list-item-3 {
  text-align: left;
}

.list {
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  list-style-type: disc;
}

.list-item-4 {
  text-align: left;
}

.list-item-5 {
  text-align: left;
}

.list-item-3-copy {
  text-align: left;
}

.list-item-6 {
  text-align: left;
}

.heading-3 {
  padding-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

.bold-text {
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 66px;
}

.container-3 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block {
  padding: 71px;
  border-style: dashed;
  border-width: 1px;
  border-color: #6c6c6c;
  border-radius: 20px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45vh;
  -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, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), linear-gradient(180deg, #000, #fff);
}

.text-block {
  color: #fff;
}

.heading-4 {
  color: #fff;
  font-size: 50px;
}

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

.section-3 {
  border-top: 1px dashed #424242;
  background-color: #000;
}

.container-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.section-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  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;
  text-align: center;
}

.section-contact.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.section-contact.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section-contact.footer {
  background-color: #000;
}

.section-contact.contact-contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.96)), to(rgba(126, 196, 189, 0.96))), url('../images/footer-bg.png');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.96), rgba(126, 196, 189, 0.96)), url('../images/footer-bg.png');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.column {
  color: #fff;
}

.heading-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
}

.bold-text-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.columns {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
}

.text-block-2 {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

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

.section-copy.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.section-copy.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section-copy.footer {
  background-color: #000;
}

.container-6 {
  margin-top: 40px;
  padding-bottom: 100px;
}

.heading-6 {
  color: #fff;
}

.section-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  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;
  text-align: center;
}

.section-copy.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.section-copy.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section-copy.footer {
  background-color: #000;
}

.section-copy {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.section-copy.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.section-copy.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section-copy.footer {
  background-color: #000;
}

.container-7 {
  padding-top: 0px;
}

.section-copy-copy {
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 0px;
  text-align: center;
}

.section-copy-copy.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.section-copy-copy.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section-copy-copy.footer {
  background-color: #000;
}

.container-9 {
  padding-top: 100px;
}

.heading-7 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.section-copy {
  min-height: 100vh;
  padding-top: 0px;
  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;
  text-align: center;
}

.section-copy.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.section-copy.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.section-copy.footer {
  background-color: #000;
}

.bold-text-3 {
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
}

.link-2 {
  display: inline-block;
  margin-top: -43px;
  color: #000;
  text-decoration: none;
}

.link-2:hover {
  color: #343434;
  text-decoration: none;
}

.footer {
  border-top: 1px dashed #424242;
  background-color: #000;
}

.paragraph-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  text-align: justify;
}

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

.bold-text-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: normal;
}

.event-section {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f9f9f9;
  text-align: center;
}

.event-section.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.event-section.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.event-section.footer {
  background-color: #000;
}

.column-2 {
  margin-top: 0px;
  padding: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  width: 200px;
  height: 200px;
}

.event-heading {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.column-3 {
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.event-title {
  margin-bottom: 24px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 23px;
}

.event-header {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button-2 {
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #0087ee;
  border-radius: 5px;
  background-color: #0087ee;
  -webkit-transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button-2:hover {
  opacity: 0.75;
}

.button-2.w--current {
  background-color: #fff;
  color: #0087ee;
}

.button-2.button-large {
  padding: 10px 36px 10px 20px;
  border-radius: 60px;
  font-size: 18px;
  line-height: 30px;
}

.button-2.button-outline {
  background-color: transparent;
  color: #0087ee;
}

.button-2.button-outline:hover {
  background-color: #0087ee;
  opacity: 1;
  color: #fff;
}

.button-2.button-outline.button-large {
  width: 100px;
  padding: 0px;
  border-radius: 50px;
}

.button-2.button-outline.button-large.event-bttn {
  width: 200px;
}

.event-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 48px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-list {
  margin-top: 0px;
  margin-bottom: -16px;
  padding-left: 0px;
}

.icon-list.pricing-plan-list {
  margin-top: 36px;
  margin-bottom: 36px;
  padding-right: 24px;
  padding-left: 24px;
}

.icon-list-image {
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.price-section {
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fcfcfc;
}

.price-number.text-huge {
  margin-bottom: 0px;
  margin-left: 4px;
}

.event-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h6-small {
  color: #353e44;
  font-size: 16px;
  font-weight: 500;
}

.h6-small.icon-list-heading {
  position: relative;
  top: -5px;
  margin-bottom: 0px;
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.badge.pricing-plan-badge {
  margin-bottom: 24px;
}

.badge.pricing-plan-badge.bg-primary-2 {
  border-radius: 20px;
  background-color: #0bf;
}

.icon-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-list-item.disabled {
  opacity: 0.25;
}

.event-card-container {
  position: static;
  display: block;
  width: 80%;
  min-height: 100px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #e9eef1;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
}

.pricing-plan-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-body {
  padding: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #4f5c65;
}

.card-body.pricing-card-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;
}

.span-blue {
  color: #255cff;
}

.heading-8 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.text-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.event-section-page {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f9f9f9;
}

.event-section-page.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222;
}

.event-section-page.contact {
  background-color: #7ec4bd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 196, 189, 0.87)), to(#7ec4bd)), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(126, 196, 189, 0.87), #7ec4bd), url('../images/nasa-Q1p7bh3SHj8-unsplash.jpg');
  background-size: auto, cover;
  font-family: Vollkorn, serif;
}

.event-section-page.footer {
  background-color: #000;
}

.container-12 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-9 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.lightbox-link {
  margin-top: 60px;
}

.heading-10 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.body-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: transparent;
  }

  .main-heading {
    font-size: 38px;
    line-height: 44px;
  }

  .project-wrapper:hover {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .social-wrapper {
    margin-left: 30%;
  }

  .menu-button {
    margin-top: 21px;
    padding: 10px;
    font-size: 32px;
  }

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

  .nav-menu {
    background-color: #f5f5f5;
  }

  .container-2 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-2.button-large {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .event-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-list.pricing-plan-list {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-body {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .logo-title {
    margin-top: 6px;
  }

  .logo-img {
    width: 50px;
  }

  .about-section {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-icon-wrapper {
    display: inline-block;
    margin-bottom: 16px;
    padding: 34px 56px;
  }

  .grey-icon-wrapper.push-top {
    margin-top: 30px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.left-border {
    border-left-width: 0px;
  }

  .icon-wrapper {
    height: 85px;
  }

  .icon-wrapper._2 {
    margin-top: 37px;
  }

  .social-wrapper {
    margin-left: 0%;
    text-align: center;
  }

  .form-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }

  .menu-button {
    margin-top: 26px;
  }

  .member {
    padding-bottom: 47px;
  }

  .grow-row {
    margin-bottom: 0px;
  }

  .screenshot {
    width: 90%;
  }

  .section-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-copy-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event-title {
    margin-bottom: 12px;
  }

  .event-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-list.pricing-plan-list {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .card {
    border-radius: 5px;
  }

  .card-body {
    padding: 24px;
  }

  .event-section-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .main-heading {
    font-size: 34px;
    line-height: 38px;
  }

  .grey-icon-wrapper {
    display: block;
  }

  .form-wrapper {
    padding-right: 5%;
    padding-left: 5%;
  }

  .container-2 {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    justify-items: 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;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-2.button-large {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .event-grid {
    grid-row-gap: 12px;
  }

  .icon-list.pricing-plan-list {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

#w-node-f290f0d9-4f9e-8577-4d76-1c19803d37d3-803d37cf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f290f0d9-4f9e-8577-4d76-1c19803d37e4-803d37cf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

