body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.herocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(66%, #43b3b1), color-stop(77%, #37abb3), color-stop(84%, #239fb8), color-stop(92%, #1495bb), to(#0089c0));
  background-image: linear-gradient(90deg, #43b3b1 66%, #37abb3 77%, #239fb8 84%, #1495bb 92%, #0089c0);
}

.herocontent {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin-top: 99px;
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.herofooter {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-bottom: 10px;
}

.footertext {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 10px;
  letter-spacing: 1px;
}

.herologocontainer {
  margin-bottom: 60px;
}

.herobutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 16px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-decoration: none;
}

.herobutton:hover {
  background-color: #fff;
  color: #43525a;
  font-weight: 800;
}

.heroparagraph {
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.heroheading {
  color: #43525a;
  line-height: 46px;
  text-align: center;
  letter-spacing: 2px;
}

.buttontext {
  font-size: 16px;
  text-transform: uppercase;
}

.spanbold {
  font-weight: 800;
}

.herobackgroundimagecontainer {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100%;
  height: 40%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/Asset-1.svg');
  background-position: 100% 100%;
  background-size: 500px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.37;
}

@media screen and (min-width: 1280px) {
  .herobackgroundimagecontainer {
    width: 100%;
    height: 40%;
    background-image: url('../images/Asset-1.svg');
    background-position: 100% 100%;
    background-size: auto;
  }
}

@media screen and (min-width: 1440px) {
  .herobackgroundimagecontainer {
    width: 100%;
    height: 40%;
    background-image: url('../images/Asset-1.svg');
    background-position: 100% 100%;
    background-size: auto;
  }
}

@media screen and (min-width: 1920px) {
  .herobackgroundimagecontainer {
    width: 100%;
    height: 50%;
    background-image: url('../images/Asset-1.svg');
    background-position: 100% 100%;
    background-size: auto;
    opacity: 0.24;
  }
}

@media screen and (max-width: 991px) {
  .herofooter {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .footertext {
    text-align: center;
  }

  .herobackgroundimagecontainer {
    width: 100%;
  }
}