body {
  background: #000;
  color: white;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  letter-spacing: 1px; }

* {
  outline: none !important;
  box-sizing: border-box; }

header {
  padding: 12px 0 16px; }
  @media (max-width: 600px) {
    header {
      padding: 8px 0 12px; } }
  header img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 600px) {
      header img {
        height: 30px; } }

section.claim-section {
  background: url(/assets/wf_bg.jpg) center;
  background-size: cover;
  overflow: auto;
  padding-top: 100px; }
  section.claim-section h1 {
    text-align: center; }
    section.claim-section h1 span {
      display: block; }
    section.claim-section h1 span.claim-secondary {
      font-size: 54px;
      font-weight: 400;
      color: #AEAEAE; }
      @media (max-width: 600px) {
        section.claim-section h1 span.claim-secondary {
          font-size: 28px; } }
    section.claim-section h1 span.claim-primary {
      font-size: 62px;
      font-weight: 500; }
      @media (max-width: 600px) {
        section.claim-section h1 span.claim-primary {
          font-size: 42px; } }
  section.claim-section .claim-logo {
    display: block;
    margin: 70px auto; }
    @media (max-width: 600px) {
      section.claim-section .claim-logo {
        margin: 40px auto;
        height: 80px; } }
  section.claim-section .claim-arrow {
    background-size: contain;
    background: url(/assets/arrow.png) no-repeat center;
    background-size: contain;
    height: 40px;
    width: 120px;
    margin: 20px auto 40px; }
    @media (max-width: 600px) {
      section.claim-section .claim-arrow {
        height: 30px; } }
section.subscribe-section {
  background: #00f07d;
  padding: 40px 20px;
  text-align: center;
  font-size: 30px; }
  @media (max-width: 600px) {
    section.subscribe-section {
      font-size: 20px; } }
  section.subscribe-section.form-success {
    display: none; }
  section.subscribe-section p {
    margin: 0; }
  section.subscribe-section form {
    margin: 30px auto 0; }
    section.subscribe-section form .form-control {
      margin-bottom: 10px; }
    section.subscribe-section form input {
      border: none;
      background: white;
      font-size: 16px;
      color: black;
      padding: 12px 18px;
      width: 100%;
      display: block; }
    section.subscribe-section form button {
      display: block;
      border: none;
      padding: 12px 18px;
      font-size: 16px;
      color: white;
      background: rgba(0, 0, 0, 0.3);
      width: 100%; }
      section.subscribe-section form button:hover {
        background: rgba(0, 0, 0, 0.4); }
      section.subscribe-section form button:active {
        background: rgba(0, 0, 0, 0.5); }
section.people-section {
  padding: 40px; }
  @media (max-width: 600px) {
    section.people-section {
      padding: 40px 20px; } }
  section.people-section p.people-title {
    text-align: center;
    margin: 0 0 40px;
    font-size: 28px; }
    @media (max-width: 600px) {
      section.people-section p.people-title {
        font-size: 20px; } }
    section.people-section p.people-title img {
      margin-left: 6px; }
      @media (max-width: 600px) {
        section.people-section p.people-title img {
          margin-top: 10px; } }
  section.people-section .people-row {
    margin-bottom: 40px; }
  section.people-section .people-pic {
    text-align: right; }
    section.people-section .people-pic img {
      width: 100%;
      max-width: 100px;
      height: auto; }
  section.people-section .people-text h4 {
    margin: 0;
    color: #00f07d;
    font-size: 26px;
    font-weight: 500; }
    @media (max-width: 600px) {
      section.people-section .people-text h4 {
        font-size: 22px; } }
  section.people-section .people-text p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px; }
    @media (max-width: 600px) {
      section.people-section .people-text p {
        font-size: 14px;
        line-height: 20px; } }

footer {
  text-align: center;
  padding: 30px 20px 10px;
  color: #AEAEAE;
  font-size: 14px; }
  @media (max-width: 600px) {
    footer {
      font-size: 12px; } }
  footer img {
    display: block;
    margin: 0 auto 20px; }

.light {
  position: relative; }
  .light:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: url(/assets/light.png) center;
    background-size: cover; }

.social {
  background: url(./social.png);
  display: inline-block;
  width: 45px;
  height: 45px;
  background-size: 490%;
  cursor: pointer;
  text-decoration: none; }
  .social:hover {
    background-position-y: -242px;
    text-decoration: none; }
  .social.facebook {
    background-position-x: -2px; }
  .social.twitter {
    background-position-x: -59px; }
  .social.instagram {
    background-position-x: -116px; }
  .social.telegram {
    background-position-x: -172px; }

/*# sourceMappingURL=styles.css.map */
