body {
  background-color: #2f292b;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px 16px;
  font-family: Lemon, sans-serif;
  font-size: 68px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .73), 0 2px 4px rgba(0, 0, 0, .19);
}

h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

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;
  color: #b3b3b3;
  font-size: 22px;
  line-height: 23px;
  letter-spacing: 0px;
  text-shadow: none;
}

.button {
  display: block;
  width: 32%;
  height: 54px;
  padding: 4px 29px;
  float: left;
  border-radius: 4px;
  background-color: #262c46;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .11), inset 0 0 0 1px hsla(0, 0%, 100%, .08), inset 0 1px 0 0 hsla(0, 0%, 100%, .16), inset 0 -44px 38px -25px rgba(0, 0, 0, .09);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .19);
}

.button:hover {
  background-color: #c4a279;
}

.button:active {
  background-color: rgba(230, 111, 64, .63);
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, .26), 0 0 0 1px rgba(0, 0, 0, .16), inset 0 2px 6px 1px rgba(0, 0, 0, .11), inset 0 1px 0 0 rgba(0, 0, 0, .2), inset 0 44px 38px -25px rgba(0, 0, 0, .13);
}

.subtitle {
  margin-bottom: 25px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #a7885f;
  font-size: 42px;
  line-height: 52px;
  font-weight: 100;
  letter-spacing: -1px;
  text-shadow: none;
}

.field {
  width: 65%;
  height: 54px;
  margin-right: 3%;
  float: left;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .65);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .31), inset 0 2px 9px -1px rgba(0, 0, 0, .14), 0 0 0 1px hsla(0, 0%, 100%, .09), 0 1px 0 0 hsla(0, 0%, 100%, .13);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease;
  font-family: Lato, sans-serif;
  color: #909090;
  font-size: 16px;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, .76);
}

.field:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .31), inset 0 2px 9px -1px rgba(0, 0, 0, .14), 0 0 0 2px #c4a279, 0 0 12px 1px #a7885f;
}

.sign-up-form {
  margin-top: 47px;
}

.social-widget {
  width: 100px;
  float: left;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget:hover {
  opacity: 1;
}

.success-message {
  padding: 29px;
  border-radius: 4px;
  background-color: #c96c47;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .14), inset 0 0 0 1px hsla(0, 0%, 100%, .09), inset 0 1px 0 0 hsla(0, 0%, 100%, .12);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .56);
}

.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 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-image: url('../images/back.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.footer-section {
  padding-top: 38px;
  padding-bottom: 34px;
  background-color: #2f292b;
  box-shadow: 0 -1px 0 0 hsla(0, 0%, 100%, .08), inset 0 1px 1px 0 rgba(0, 0, 0, .24);
  color: #7e7c87;
}

.copyright {
  color: hsla(0, 0%, 100%, .29);
}

.container {
  position: relative;
  padding: 71px 84px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 18px 6px #000;
  opacity: 1;
}

.share-button {
  display: inline-block;
  width: 58px;
  margin-right: 14px;
  margin-left: 14px;
}

.share-button.facebook {
  width: 49px;
}

.share-button.google {
  width: 54px;
}

.success-text {
  margin-bottom: 10px;
  text-shadow: none;
}

.referal-text {
  margin-top: 16px;
  margin-bottom: 13px;
  color: hsla(0, 0%, 100%, .61);
  font-size: 15px;
  text-transform: uppercase;
  text-shadow: none;
}

.social-btn {
  margin-right: 7px;
  margin-left: 7px;
  opacity: 0.31;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-btn:hover {
  opacity: 1;
}

.align-right {
  text-align: right;
}

.slider-nav {
  height: 40px;
  font-size: 9px;
}

.image {
  margin-bottom: 38px;
}

.paragraph {
  margin-bottom: 11px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #8f8f8f;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 1px;
}

.image-2 {
  position: absolute;
  left: 0px;
  top: 16px;
}

.div-block {
  display: block;
  width: 30%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
  background-color: rgba(38, 44, 70, .07);
}

.text-block {
  font-family: Lato, sans-serif;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-span {
  color: #a7885f;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 33px);
  -ms-transform: translate(0px, 33px);
  transform: translate(0px, 33px);
}

@media (max-width: 991px) {
  .container {
    padding-right: 79px;
    padding-left: 79px;
  }
}

@media (max-width: 767px) {
  .sign-up-form {
    margin-bottom: 0px;
  }
  .header-section {
    padding-top: 55px;
    padding-bottom: 75px;
  }
  .footer-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .container {
    padding-right: 11px;
    padding-left: 11px;
  }
}

@media (max-width: 479px) {
  .button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .subtitle {
    font-size: 23px;
    line-height: 29px;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .social-widget {
    width: 96px;
  }
  .header-section {
    height: auto;
    padding: 20px;
  }
  .copyright {
    margin-bottom: 7px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .paragraph {
    padding-right: 23px;
    padding-left: 23px;
    font-size: 15px;
  }
  .text-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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

