.w-layout-hflex.flex-block {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem 0.5rem;
  border-radius: 0.5rem;
}

:root {
  --dark-slate-gray: #262c46;
  --dark-slate-gray-2: #262c46;
  --silver: rgba(194, 190, 179, .59);
  --dark-slate-gray-3: rgba(49, 43, 61, .89);
  --light-sea-green: #1abc9c;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  padding-top: 126px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #2d3338;
  text-shadow: none;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
}

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

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

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

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

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

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

a {
  color: inherit;
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  width: 100%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
}

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

.subtitle {
  text-shadow: none;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 31px;
  font-weight: 300;
  line-height: 35px;
}

.field {
  color: #262c46;
  text-align: center;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 54px;
  margin-bottom: 19px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  transition: box-shadow .15s;
}

.field:focus {
  box-shadow: inset 0 0 0 2px #00caf2;
}

.sign-up-form {
  width: 415px;
  margin: 35px auto 66px;
  display: block;
}

.social-widget {
  float: left;
  width: 100px;
  transition: opacity .3s;
}

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

.social-widget-wrapper {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  display: block;
}

.social-widget-wrapper.thank-you {
  width: 216px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  display: block;
}

.success-message {
  background-color: #737373;
  border-radius: 2px;
  padding: 20px;
  transition: all .3s;
}

.spread-word {
  color: rgba(255, 255, 255, .6);
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

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

.content-wrapper {
  width: 60%;
  display: inline-block;
}

.header-section {
  text-align: center;
  background-color: #e0ddd7;
  height: 100%;
  padding-top: 104px;
}

.footer-section {
  color: #7e7c87;
  background-color: rgba(0, 0, 0, .18);
  margin-top: 8rem;
  padding-top: 38px;
  padding-bottom: 34px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.copyright {
  color: rgba(255, 255, 255, .52);
  font-size: 14px;
  line-height: 20px;
}

.bars-wrapper {
  background-color: #1abc9c;
  height: 7px;
}

.bar {
  float: left;
  background-color: #1abc9c;
  width: 14.285%;
  height: 7px;
}

.bar._2 {
  background-color: #f2ca27;
}

.bar._3 {
  background-color: #e67e22;
}

.bar._4 {
  background-color: #16a085;
}

.bar._5 {
  background-color: #2980b9;
}

.bar._6 {
  background-color: #e74c3c;
}

.bar._7 {
  background-color: #a366bc;
}

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

.image-crop {
  height: 260px;
  overflow: hidden;
}

.social-section {
  text-align: center;
  padding-top: 58px;
  padding-bottom: 58px;
}

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

.share-wrapper {
  margin-top: 32px;
}

.refer {
  color: rgba(255, 255, 255, .59);
}

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

.social-btn {
  opacity: .44;
  margin-left: 17px;
  transition: all .2s;
}

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

.logo {
  color: #fff;
  letter-spacing: 8px;
  text-shadow: none;
  border: 8px solid #fff;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px;
  font-weight: 700;
  display: inline-block;
}

.about {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.join {
  float: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: none;
  width: 42%;
  margin-top: -12px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 30px;
  display: block;
}

.join.join--clients {
  margin-top: 1px;
}

.beta-line {
  float: left;
  background-color: rgba(255, 255, 255, .36);
  width: 29%;
  height: 1px;
  margin-top: 1rem;
  line-height: 20px;
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: rgba(70, 58, 58, .72);
  background-image: url('../images/quay-9010625.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-clip: border-box;
}

.background-overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.button-2 {
  background-color: #1773a3;
  border-radius: .5rem;
  min-width: 12rem;
  font-family: Poppins, sans-serif;
  transition: all .4s;
}

.button-2:hover {
  background-color: #1773a3;
}

.button-3 {
  background-color: #0d3c55;
  transition: all .4s;
}

.container-2 {
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
  margin-bottom: 5rem;
  display: flex;
}

.paragraph {
  padding-bottom: 4rem;
  font-family: Roboto Condensed, sans-serif;
}

.heading {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 61px;
  line-height: 66px;
}

.image {
  margin-bottom: 1rem;
}

.paragraph-2 {
  color: rgba(255, 255, 255, .52);
  font-size: 14px;
}

.column {
  text-align: left;
}

.link {
  color: inherit;
  border-style: none;
  border-color: #000;
  transition-property: color;
  transition-duration: .4s;
  transition-timing-function: ease;
}

.link:hover {
  color: #0078b9;
  border-color: #0078b9;
}

.flex-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.paragraph-3 {
  opacity: 1;
  color: #d6d6d6;
  margin-bottom: 4rem;
  font-size: 14px;
  font-style: italic;
}

.link-block {
  flex: 0 118px;
}

.image-2 {
  border-radius: .5rem;
}

@media screen and (max-width: 991px) {
  .subtitle {
    text-shadow: none;
    font-size: 29px;
  }

  .content-wrapper {
    width: 81%;
  }

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

  .social-btn {
    transition: all .2s;
  }

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

  .join {
    text-shadow: none;
    width: 50%;
    font-size: 21px;
  }

  .beta-line {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 65px;
  }

  .subtitle {
    text-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 43px;
  }

  .sign-up-form {
    margin-bottom: 64px;
  }

  .content-wrapper {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-section {
    padding-top: 37px;
  }

  .footer-section {
    background-color: rgba(0, 0, 0, .49);
    padding-top: 23px;
    padding-bottom: 23px;
    position: static;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .logo {
    text-shadow: none;
  }

  .join {
    text-shadow: none;
    width: 54%;
  }

  .beta-line {
    width: 23%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-shadow: none;
    font-size: 30px;
    line-height: 31px;
  }

  p {
    text-shadow: none;
    font-size: 20px;
  }

  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin-left: 0;
  }

  .subtitle {
    text-shadow: none;
    padding-bottom: 36px;
    font-family: Droid Sans, sans-serif;
    font-size: 28px;
    line-height: 26px;
  }

  .field {
    text-align: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .sign-up-form {
    width: 100%;
    margin-top: 22px;
  }

  .social-widget {
    width: 96px;
  }

  .social-widget-wrapper {
    width: 221px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright {
    text-align: center;
    margin-bottom: 16px;
  }

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

  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }

  .social-section {
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .social-btn {
    margin-right: 17px;
  }

  .logo {
    text-shadow: none;
    font-size: 43px;
  }

  .join {
    letter-spacing: 4px;
    text-shadow: none;
    width: 83%;
    font-size: 19px;
    line-height: 22px;
  }

  .beta-line {
    width: 8%;
    margin-top: 1.3rem;
  }

  .body {
    background-image: url('../images/quay-9010625.jpg');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
  }

  .container-2 {
    flex-flow: column;
  }

  .paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .heading {
    font-size: 36px;
    line-height: 45px;
  }
}


