.hero-section {
  height: 100vh;
  min-height: 700px;
  background-image: -webkit-linear-gradient(0deg, #fff 27%, hsla(0, 0%, 100%, 0) 74%), url('../images/bg.jpg');
  background-image: linear-gradient(90deg, #fff 27%, hsla(0, 0%, 100%, 0) 74%), url('../images/bg.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.social-links-blue {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._wf-social-media {
  margin-right: 15px;
  padding: 10px;
  border-radius: 5px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

._wf-social-media:hover {
  background-color: #474747;
}

._wf-dropdown {
  padding-left: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

._wf-nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._wf-nav-menu-2.blue-menu-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -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-color: transparent;
  color: #fff;
}

._wf-dropdown-list {
  color: #fff;
}

._wf-dropdown-list.w--open {
  z-index: 1000109;
  background-color: #7fc4fd;
  color: #fff;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

._wf-nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

._wf-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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 solid #fff;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

._wf-nav-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -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;
}

.nav-container {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.subheading {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}

.paragraph {
  max-width: 600px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.form-block {
  width: 100%;
}

.hero-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 59%;
  height: 100%;
  padding-top: 0px;
  padding-left: 10%;
  -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;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message {
  width: 100%;
  min-width: 500px;
  background-color: #474747;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.submit-button {
  padding: 17px 50px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #474747;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #000;
}

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.text-field {
  width: 100%;
  height: 54px;
  max-width: auto;
  min-width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 35px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.text-field:focus {
  border: 2px solid #474747;
}

.heading-h1 {
  max-width: 100%;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -1px;
}

.kickstarter {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 50px;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image {
  height: 15px;
  margin-left: 10px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: auto;
  margin-top: 5px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
  background-color: #fff;
}

.days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

.days.last {
  margin-right: 0px;
}

.text-block-2 {
  margin-right: 3px;
  color: #474747;
  font-size: 20px;
  line-height: 20px;
}

.subheading-2 {
  margin-bottom: 60px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #dcdcdc;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

.subheading-2.clock {
  margin-bottom: 0px;
  color: #a6a6a6;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.div-block-3 {
  color: #000;
}

.image-2 {
  height: 30px;
}

@media (max-width: 991px) {
  .hero-section {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .social-links-blue {
    height: 65px;
    -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;
  }
  ._wf-social-media {
    padding-right: 10px;
    padding-left: 10px;
  }
  ._wf-menu-button.w--open {
    background-color: transparent;
  }
  ._wf-nav-menu-2 {
    padding-left: 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;
    background-color: #f1f9ff;
  }
  ._wf-nav-menu-2.blue-menu-2 {
    background-color: transparent;
  }
  .nav-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .subheading {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
  }
  .paragraph {
    color: #d2d2d2;
    text-align: center;
  }
  .form-block {
    width: 100%;
  }
  .hero-wrapper-2 {
    width: 100%;
    padding-right: 42px;
    padding-left: 42px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-h1 {
    font-size: 40px;
    text-align: center;
  }
  .kickstarter {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-2 {
    padding-left: 10px;
  }
  .image {
    height: 13px;
  }
  .subheading-2 {
    text-align: center;
  }
  .image-2 {
    height: 20px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: auto;
    min-height: auto;
  }
  .form {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .heading-h1 {
    margin-top: 100px;
    line-height: 50px;
  }
  .kickstarter {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    -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;
  }
}

@media (max-width: 479px) {
  .hero-section {
    min-height: 350px;
  }
  ._wf-social-media {
    margin-left: 15px;
  }
  ._wf-nav-menu-2 {
    background-color: #f1f9ff;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  ._wf-nav-brand {
    padding-left: 0px;
  }
  .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subheading {
    color: #000;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    letter-spacing: 0px;
  }
  .paragraph {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-shadow: 0 2px 0 #000;
  }
  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hero-wrapper-2 {
    min-height: auto;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -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;
  }
  .form {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .success-message {
    min-width: auto;
  }
  .submit-button {
    width: 100%;
    margin-top: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .div-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-field {
    min-width: auto;
    padding-left: 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
  }
  .heading-h1 {
    margin-top: 50px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0px;
  }
  .kickstarter {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .div-block-2 {
    padding-bottom: 5px;
  }
  .image {
    height: 11px;
    line-height: 14px;
  }
  .container {
    max-width: auto;
    margin-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .days {
    margin-right: 15px;
  }
  .text-block-2 {
    font-size: 16px;
    line-height: 16px;
  }
  .subheading-2 {
    color: #ededed;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0px;
  }
  .subheading-2.clock {
    margin-bottom: 0px;
    color: #000;
    font-size: 8px;
    line-height: 8px;
    text-align: center;
  }
  .link-block {
    line-height: 14px;
  }
}

