.yellow {
  background-color: #faab00; }

.black {
  background-color: #000; }

.white {
  background-color: #fff; }

@-webkit-keyframes pop-arrow {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(20px); } }
@-moz-keyframes pop-arrow {
  from {
    -moz-transform: translateY(0); }
  to {
    -moz-transform: translateY(20px); } }
@keyframes pop-arrow {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); } }
@-webkit-keyframes appear-from-bottom {
  from {
    -webkit-transform: translateY(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes appear-from-bottom {
  from {
    -moz-transform: translateY(100px);
    opacity: 0; }
  to {
    -moz-transform: translateY(0);
    opacity: 1; } }
@keyframes appear-from-bottom {
  from {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes appear-from-top {
  from {
    -webkit-transform: translateY(-75px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@-moz-keyframes appear-from-top {
  from {
    -moz-transform: translateY(-75px);
    opacity: 0; }
  to {
    -moz-transform: translateY(0);
    opacity: 1; } }
@keyframes appear-from-top {
  from {
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    -ms-transform: translateY(-75px);
    -o-transform: translateY(-75px);
    transform: translateY(-75px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
html,
body {
  height: 100%; }

body {
  font-family: futura-pt, Futura, sans-serif;
  font-size: 18px;
  line-height: 36px; }

h2 {
  font-weight: 700;
  margin-top: 25px;
  text-align: center; }

h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; }

section {
  padding: 25px 0 50px; }

.wrapper {
  margin: 0 auto;
  width: 960px; }

.full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%; }

.logo {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  background: url("img/logo.png") no-repeat;
  background-size: 129px 33px;
  float: left;
  height: 33px;
  margin-left: -27px;
  width: 129px; }
  .logo::before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

.big {
  font-size: 100px;
  letter-spacing: -2px;
  line-height: 110px;
  margin-top: 100px; }

  .big-hero {
  font-size: 100px;
  letter-spacing: -2px;
  line-height: 110px;
  margin-top: 50px; }

.minor {
  color: #999;
  font-style: 24px;
  font-weight: 400; }

.underline {
  font-size: 36px;
  line-height: 1em; }

.header {
  height: 50px;
  padding-top: 75px;
  position: absolute;
  width: 100%;
  z-index: 9; }
  .header::after {
    clear: both;
    content: "";
    display: table; }

.is-sticky {
  -webkit-animation: appear-from-top 100ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-animation: appear-from-top 100ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: appear-from-top 100ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: rgba(252, 178, 19, 0.98);
  padding-top: 15px;
  position: fixed;
  z-index: 99; }
  .is-sticky .navigation .button {
    background-color: #000;
    color: #fff;
    padding: 10px 15px; }

.navigation {
  float: right; }
  .navigation li {
    display: inline; }
  .navigation a {
    color: inherit;
    text-decoration: inherit; }

.hero {
  padding: 125px 0 100px;
  position: relative; }
  .hero .hero--subtitle {
    font-family: futura-pt, Futura, sans-serif;
    font-style: none;
    line-height: 30px;
    margin-top: 25px;
    text-align: center; }

.actions {
  margin-top: 50px;
  text-align: center; }
  .actions .button {
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px;
    text-decoration: inherit;
    text-transform: uppercase; }
    .actions .button::after {
      -webkit-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -moz-transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: all 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      border-bottom: 3px solid #000;
      content: '';
      display: block;
      margin: 10px auto 0;
      width: 60px; }
    .actions .button:hover::after, .actions .button:active::after {
      width: 120px; }
  .actions .small-button {
    color: inherit;
    display: block;
    padding: 10px;
    text-decoration: inherit; }

.down-button {
  -webkit-animation: pop-arrow 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-animation: pop-arrow 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation: pop-arrow 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  height: 0;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #e18a01;
  bottom: 50px;
  display: block;
  left: 50%;
  margin-left: -25px;
  position: absolute; }

.down-button::before {
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #faab00;
  content: '';
  left: -20px;
  margin: 0 auto;
  position: absolute;
  top: -40px; }

.designers {
  margin-top: 25px;
  position: relative; }
  .designers::after {
    clear: both;
    content: "";
    display: table; }

.designer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 20px;
  position: relative;
  width: 320px;
  background-color: #000;
  border-right: 20px solid #fff; }
  .designer.is-hidden {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  .designer.is-shown {
    -webkit-animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .designer.is-shown:nth-child(1) {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    animation-delay: 200ms; }
  .designer.is-shown:nth-child(2) {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    animation-delay: 400ms; }
  .designer.is-shown:nth-child(3) {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms; }
  .designer.is-shown:nth-child(4) {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    animation-delay: 800ms; }
  .designer.is-shown:nth-child(5) {
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    animation-delay: 1000ms; }
  .designer.is-shown:nth-child(6) {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms; }
  .designer.is-shown:nth-child(7) {
    -webkit-animation-delay: 1400ms;
    -moz-animation-delay: 1400ms;
    animation-delay: 1400ms; }
  .designer.is-shown:nth-child(8) {
    -webkit-animation-delay: 1600ms;
    -moz-animation-delay: 1600ms;
    animation-delay: 1600ms; }
  .designer.is-shown:nth-child(9) {
    -webkit-animation-delay: 1800ms;
    -moz-animation-delay: 1800ms;
    animation-delay: 1800ms; }
  .designer .designer--photo {
    -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    height: 300px;
    width: 300px; }
  .designer .designer--info {
    padding: 30px;
    position: relative; }
    .designer .designer--info h4 {
      -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      color: #faab00;
      font-size: 30px;
      line-height: 30px; }
    .designer .designer--info .designer--title {
      -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      color: #faab00;
      font-size: 16px;
      line-height: 30px; }
    .designer .designer--info .designer--experience {
      margin-top: 20px; }
    .designer .designer--info .designer--experience,
    .designer .designer--info .designer--skills {
      -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
      color: #787878;
      font-size: 14px;
      line-height: 20px; }
  .designer .designer--info::before {
    -webkit-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border-bottom: 60px solid #000;
    border-left: 300px solid transparent;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: -60px; }

.designer:hover .designer--info::before {
  border-bottom-width: 10px;
  top: -10px; }
.designer:hover .designer--photo {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.companies {
  line-height: 50px;
  margin-top: 25px;
  text-align: center; }

.company {
  display: inline;
  margin-left: 50px; }
  .company .logo-fb {
    height: 33px;
    width: 164px; }
  .company .logo-automattic {
    height: 27px;
    width: 340px; }
  .company .logo-yahoo {
    height: 29px;
    width: 125px; }
  .company .logo-neo {
    height: 27px;
    width: 88px; }

.company:first-child {
  margin-left: 0; }

.features-and-benefits {
  color: #fff;
  padding-bottom: 150px; }
  .features-and-benefits h2 {
    color: #fff; }

.features {
  color: #fff;
  margin-top: 75px; }
  .features::after {
    clear: both;
    content: "";
    display: table; }

.feature {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 20px;
  position: relative;
  width: 320px;
  text-align: center; }
  .feature.is-hidden {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  .feature.is-shown {
    -webkit-animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .feature.is-shown:nth-child(1) {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    animation-delay: 200ms; }
  .feature.is-shown:nth-child(2) {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    animation-delay: 400ms; }
  .feature.is-shown:nth-child(3) {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms; }
  .feature.is-shown:nth-child(4) {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    animation-delay: 800ms; }
  .feature.is-shown:nth-child(5) {
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    animation-delay: 1000ms; }
  .feature.is-shown:nth-child(6) {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms; }
  .feature.is-shown:nth-child(7) {
    -webkit-animation-delay: 1400ms;
    -moz-animation-delay: 1400ms;
    animation-delay: 1400ms; }
  .feature.is-shown:nth-child(8) {
    -webkit-animation-delay: 1600ms;
    -moz-animation-delay: 1600ms;
    animation-delay: 1600ms; }
  .feature.is-shown:nth-child(9) {
    -webkit-animation-delay: 1800ms;
    -moz-animation-delay: 1800ms;
    animation-delay: 1800ms; }
  .feature h3 {
    color: #faab00; }
  .feature h3::before {
    content: '';
    display: block;
    height: 82px;
    margin: 50px auto 10px;
    width: 60px; }
  .feature .icon-feedback::before {
    background: url("img/feedback.png") no-repeat;
    background-size: 60px 60px; }
  .feature .icon-discussion::before {
    background: url("img/discussion.png") no-repeat;
    background-size: 60px 60px; }
  .feature .icon-mentorship::before {
    background: url("img/mentorship.png") no-repeat;
    background-size: 60px 60px; }
  .feature .feature--info {
    font-size: 15px;
    line-height: 25px;
    margin-top: 25px; }

.get-started {
  padding-bottom: 150px; }

.steps {
  margin: 50px 0 150px; }
  .steps::after {
    clear: both;
    content: "";
    display: table; }

.step {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 20px;
  position: relative;
  width: 320px;
  text-align: center; }
  .step.is-hidden {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  .step.is-shown {
    -webkit-animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .step.is-shown:nth-child(1) {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    animation-delay: 200ms; }
  .step.is-shown:nth-child(2) {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    animation-delay: 400ms; }
  .step.is-shown:nth-child(3) {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms; }
  .step.is-shown:nth-child(4) {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    animation-delay: 800ms; }
  .step.is-shown:nth-child(5) {
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    animation-delay: 1000ms; }
  .step.is-shown:nth-child(6) {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms; }
  .step.is-shown:nth-child(7) {
    -webkit-animation-delay: 1400ms;
    -moz-animation-delay: 1400ms;
    animation-delay: 1400ms; }
  .step.is-shown:nth-child(8) {
    -webkit-animation-delay: 1600ms;
    -moz-animation-delay: 1600ms;
    animation-delay: 1600ms; }
  .step.is-shown:nth-child(9) {
    -webkit-animation-delay: 1800ms;
    -moz-animation-delay: 1800ms;
    animation-delay: 1800ms; }
  .step .step--number {
    color: #e18a01;
    font-weight: 700;
    line-height: 35px;
    text-transform: lowercase; }
  .step h3 {
    line-height: 1em; }
  .step .step--info {
    font-size: 14px;
    line-height: 35px; }

.footer {
  height: 100px;
  line-height: 100px; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }
  .footer .social {
    color: #999;
    float: left; }
    .footer .social li {
      margin-right: .5em; }
    .footer .social li:last-child {
      margin-right: 0; }
    .footer .social .facebook-share {
      display: inline;
      height: 20px;
      width: 100px; }
  .footer .legal {
    color: #d8d8d8;
    float: right; }
    .footer .legal li {
      margin-left: .5em; }
    .footer .legal li:first-child {
      margin-left: 0; }
  .footer .social li,
  .footer .legal li {
    display: inline;
    font-size: 16px; }
  .footer a {
    color: inherit;
    text-decoration: inherit; }

.overlay {
  -webkit-transition: all 150ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 150ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 150ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  background-color: rgba(252, 178, 19, 0.98);
  display: none;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  .overlay.is-shown {
    opacity: 1; }
    .overlay.is-shown .player {
      height: 75%;
      left: 12.5%;
      top: 12.5%;
      width: 75%; }
  .overlay .player {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    background-color: #faab00;
    height: 1%;
    left: 49%;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 49%;
    width: 1%; }

.office-hours .with {
  color: #d8d8d8;
  display: block;
  font-size: 20px; }
.office-hours .callout {
  color: #787878;
  margin-top: 50px;
  text-align: center; }
  .office-hours .callout a {
    color: #faab00;
    text-decoration: inherit; }

.agencies {
  margin-top: 25px;
  position: relative; }
  .agencies::after {
    clear: both;
    content: "";
    display: table; }

.agency {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 20px;
  position: relative;
  width: 320px;
  background-color: #000;
  border-right: 20px solid #fff;
  padding-bottom: 40px;
  text-align: center; }
  .agency.is-hidden {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  .agency.is-shown {
    -webkit-animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation: appear-from-bottom 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .agency.is-shown:nth-child(1) {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    animation-delay: 200ms; }
  .agency.is-shown:nth-child(2) {
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    animation-delay: 400ms; }
  .agency.is-shown:nth-child(3) {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms; }
  .agency.is-shown:nth-child(4) {
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    animation-delay: 800ms; }
  .agency.is-shown:nth-child(5) {
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    animation-delay: 1000ms; }
  .agency.is-shown:nth-child(6) {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms; }
  .agency.is-shown:nth-child(7) {
    -webkit-animation-delay: 1400ms;
    -moz-animation-delay: 1400ms;
    animation-delay: 1400ms; }
  .agency.is-shown:nth-child(8) {
    -webkit-animation-delay: 1600ms;
    -moz-animation-delay: 1600ms;
    animation-delay: 1600ms; }
  .agency.is-shown:nth-child(9) {
    -webkit-animation-delay: 1800ms;
    -moz-animation-delay: 1800ms;
    animation-delay: 1800ms; }
  .agency .agency--logo {
    display: inline-block;
    margin-top: 35px; }
  .agency .agency--info {
    color: #787878;
    font-size: 15px;
    line-height: 26px;
    padding: 10px 20px; }
  .agency hr {
    border-color: rgba(120, 120, 120, 0.5);
    display: block;
    margin: 20px; }
  .agency .agency--date {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 40px; }
  .agency .agency--hour {
    color: #fff;
    line-height: 30px; }
  .agency .agency--timezone {
    color: #787878; }
  .agency .agency--invite {
    cursor: pointer;
    color: #faab00;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-top: 40px;
    text-decoration: inherit; }
  .agency .agency--calendar {
    color: #787878;
    line-height: 30px;
    text-decoration: inherit; }

@media (max-width: 1000px) {
  .wrapper {
    width: 640px; }

  .feature,
  .step,
  .agency {
    float: none;
    margin: 25px auto; }

  .social,
  .legal {
    font-size: 10px; } }
@media (max-width: 650px) {
  .wrapper {
    width: 320px; }

  .designers,
  .agencies {
    margin-top: 35px; }

  .designer,
  .agency {
    border: 0;
    float: none;
    margin: 10px auto;
    width: 300px; }

  .header {
    padding-top: 15px; }
    .header .logo {
      margin-top: 10px;
      zoom: .75; }
    .header .navigation {
      margin-right: 15px; }
      .header .navigation .button {
        padding: 5px 10px; }

  .big {
    font-size: 40px;
    line-height: 50px; }
    
    .big-hero {
      font-size: 40px;
      line-height: 50px;
    }

  .hero {
    font-size: 14px;
    line-height: 20px;
    padding-top: 50px; }

  .button {
    font-size: 16px; }

  .down-button {
    margin-top: 35px; }

  .minor {
    font-size: 16px; }

  .company {
    display: block;
    margin: 0 auto; }

  .logo-automattic {
    height: 22px !important;
    width: 280px !important; }

  h3 {
    font-size: 16px; }

  .steps {
    margin: 50px 0; }

  .social,
  .legal {
    margin-top: 10px; }

  .social {
    margin-left: 10px; }

  .legal {
    margin-right: 10px;
    text-align: right; }

  .legal li:last-child {
    left: 0;
    margin: 10px 0 0;
    position: absolute;
    text-align: center;
    width: 100%; }

  .footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 35px; }

  .footer li {
    display: block !important;
    font-size: 12px !important;
    line-height: 16px; } }
@media (min-width: 1000px) and (max-height: 700px) {
  .header {
    padding-top: 25px; }

  .hero {
    padding-top: 50px; } }

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


/*
playback timings (ms):
  LoadShardBlock: 150.286 (3)
  esindex: 0.008
  captures_list: 168.392
  CDXLines.iter: 12.894 (3)
  PetaboxLoader3.datanode: 74.534 (5)
  exclusion.robots: 0.19
  exclusion.robots.policy: 0.178
  RedisCDXSource: 2.045
  PetaboxLoader3.resolve: 581.231 (2)
  load_resource: 623.781
*/