body {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.link {
  padding-left: 2px;
  padding-right: 2px;
  color: rgba(0, 0, 0, 0.87);
  background-color: #F2C94C;
  text-decoration: none;
  font-weight: 400; }

.link--btn {
  color: rgba(255, 255, 255, 0.99);
  text-decoration: none; }

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(img/bg-pattern.png), -webkit-gradient(linear, left bottom, left top, from(#424953), to(#242a33));
  background: url(img/bg-pattern.png), linear-gradient(to top, #424953, #242a33);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    .hero {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      min-height: 80vh;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }

.hero__textblock {
  padding: 0 0.5rem; }
  @media only screen and (min-width: 768px) {
    .hero__textblock {
      padding-left: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 80vh;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1 1;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.hero__textblock__header {
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.99); }
  @media only screen and (min-width: 768px) {
    .hero__textblock__header {
      font-size: 3.1rem; } }

.hero__textblock__subheader {
  color: rgba(255, 255, 255, 0.87);
  font-size: 1.6rem;
  font-weight: 200; }
  @media only screen and (min-width: 768px) {
    .hero__textblock__subheader {
      font-size: 1.984rem; } }
  @media only screen and (min-width: 768px) {
    .hero__textblock__subheader {
      font-weight: 500; } }

.hero__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 768px) {
    .hero__image-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1 1;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.hero__image {
  padding: 1rem;
  max-width: 85vw; }
  @media only screen and (min-width: 768px) {
    .hero__image {
      max-height: 80vh;
      padding: 1rem 0rem; } }

.social-proof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
  background-image: url("img/social-proof.jpg");
  background-size: cover;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media only screen and (min-width: 768px) {
    .social-proof {
      background-image: url("img/social-proof-large.jpg");
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.social-proof__holder {
  font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
  background-color: #363636;
  opacity: 0.9;
  padding: 1rem;
  color: #F2C94C; }
  @media only screen and (min-width: 768px) {
    .social-proof__holder {
      width: 20rem;
      margin: 4rem;
      padding: 3rem;
      opacity: 1; } }

.social-proof__quote {
  font-size: 1.5rem; }
  @media only screen and (min-width: 768px) {
    .social-proof__quote {
      font-size: 1.86rem; } }

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0; }

.cta__text {
  font-size: 2rem;
  color: black;
  padding: 0 1rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .cta__text {
      font-size: 2.48rem; } }

.btn__cta {
  font-size: 2.5rem;
  margin: 1rem; }
  @media only screen and (min-width: 768px) {
    .btn__cta {
      font-size: 3.1rem; } }

.btn {
  position: relative;
  display: block;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  padding: 0.9rem 1.3rem;
  background-color: #00c8ad;
  color: rgba(255, 255, 255, 0.99);
  cursor: pointer;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  @media only screen and (min-width: 768px) {
    .btn:hover, .btn:focus {
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
              box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6); } }

.features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.019em;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#2D3540), to(#4F4F4F));
  background: linear-gradient(to right, #2D3540 0%, #4F4F4F 100%);
  color: rgba(255, 255, 255, 0.99);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 0; }

.features__feature-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 2rem 1rem 0 1rem; }
  @media only screen and (min-width: 768px) {
    .features__feature-overview {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 2rem; } }

.features__feature-overview__header {
  font-weight: 400;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  font-size: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .features__feature-overview__header {
      font-size: 1.984rem; } }
  @media only screen and (min-width: 768px) {
    .features__feature-overview__header {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1 1;
      border-right: 1px solid #F2C94C;
      padding-right: 5.5rem;
      text-align: right; } }

.features__feature-overview__header__text {
  -ms-flex-item-align: center;
      align-self: center; }
  @media only screen and (min-width: 768px) {
    .features__feature-overview__header__text {
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.features__feature-overview__image {
  padding: 1.8rem 0 0 0;
  max-height: 50vh;
  -ms-flex-item-align: center;
      align-self: center; }
  @media only screen and (min-width: 768px) {
    .features__feature-overview__image {
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.features__feature-overview__icon {
  color: rgba(255, 255, 255, 0.87);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  padding-top: 1rem;
  -ms-flex-item-align: center;
      align-self: center; }
  @media only screen and (min-width: 768px) {
    .features__feature-overview__icon {
      -ms-flex-item-align: end;
          align-self: flex-end; } }

.features__feature-overview__icon--sized {
  font-size: 3rem !important; }
  @media only screen and (min-width: 768px) {
    .features__feature-overview__icon--sized {
      font-size: 4rem !important; } }

.features__feature-overview__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #F2C94C;
  font-size: 1.1rem;
  padding: 1rem 0; }
  @media only screen and (min-width: 768px) {
    .features__feature-overview__copy {
      font-size: 1.364rem; } }
  @media only screen and (min-width: 768px) {
    .features__feature-overview__copy {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1 1;
      padding: 0 0 0 5.5rem;
      border-bottom: none; } }

.features > :last-of-type > .features__feature-overview__copy {
  border-bottom: none; }

.mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 1rem 1rem 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mission__statement {
  font-size: 1.1rem; }
  @media only screen and (min-width: 768px) {
    .mission__statement {
      font-size: 1.364rem; } }
  @media only screen and (min-width: 768px) {
    .mission__statement {
      width: 75vw;
      max-width: 800px; } }

.team {
  padding: 4rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media only screen and (min-width: 768px) {
    .team {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.team__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.3rem; }

.team__member__photo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  width: 100px; }
  @media only screen and (min-width: 768px) {
    .team__member__photo {
      height: 300px;
      width: 300px; } }

.team__member__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 1rem; }
  @media only screen and (min-width: 768px) {
    .team__member__details {
      padding: 1rem; } }

.team__member__details__name {
  font-size: 1.3rem;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 768px) {
    .team__member__details__name {
      font-size: 1.612rem; } }

.team__member__details__text {
  font-size: 1rem; }
  @media only screen and (min-width: 768px) {
    .team__member__details__text {
      font-size: 1.24rem; } }
