#outerPageContainer,
#innerPageContainer {
  width: 100%;
  margin: 0 auto;
}

.ff {
  max-width: 92.33%;
  margin: 0 auto;
  width: 100%;
  font-family: "GibsonRegular", sans-serif;
  font-size: 1.3586vw;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media (min-width: 768px) {
  .ff {
    font-size: 0.827814vw;
  }
}

@media (min-width: 1208px) {
  .ff {
    font-size: 10px;
    max-width: 1208px;
  }
}

.ff *, .ff *::before, .ff *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}

.ff a, .ff a:link, .ff a:visited {
  color: currentColor;
  text-decoration: none;
}

.ff img {
  max-width: 100%;
  vertical-align: top;
}

@media (max-width: 767px) {
  .ff .desktop-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .ff .mobile-only {
    display: none;
  }
}

.ff section {
  margin-bottom: 4em;
  padding-bottom: 5em;
  border-bottom: 1px solid black;
}

.ff section:last-child {
  border: none;
}

.ff .ff-cta {
  font: 2.8em/1 "GibsonRegular", sans-serif;
  background-color: transparent;
  color: black;
  border: 1px solid #c2bbb8;
  padding: 1em 4em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
}

@media (min-width: 768px) {
  .ff .ff-cta {
    font-size: 1.8em;
  }
}

@media (min-width: 1024px) {
  .ff .ff-cta {
    -webkit-transition: background-color ease .4s, color ease .3s, border-color ease .4s;
    transition: background-color ease .4s, color ease .3s, border-color ease .4s;
  }
  .ff .ff-cta:hover {
    background-color: black;
    color: white;
    border-color: black;
  }
}

.ff .header {
  text-align: center;
}

.ff .header__headline {
  font-size:7em;
  line-height: 1;
  margin: 1em 0 ;
}

@media (min-width: 768px) {
  .ff .header__headline {
    font-size: 3.5em;
  }
}

.ff .header__headline--large {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ff .header__copy {
  font: 2.2em/1.636 "GibsonRegular", sans-serif;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  .ff .header__copy {
    font-size: 1.6em;
  }
}

.ff .trend {
  text-align: center;
}

.ff .trend__headline {
  font-size: 3.6em;
  line-height: 1;
  letter-spacing: 0.075em;
  text-transform: capitalize;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .ff .trend__headline {
    font-size: 2.8em;
  }
}

.ff .trend__copy {
  font: 2.2em/1.636 "GibsonRegular", sans-serif;
  letter-spacing: -0.01em;
;margin-bottom: 2.5em;
}

@media (min-width: 768px) {
  .ff .trend__copy {
    font-size: 1.6em;
    width: 80%;padding: 0 2.7em;
  margin-right: auto;margin-left: auto;}
}

@media (min-width: 1208px) {
  .ff .trend__copy {
    padding: 0;
  max-width: 693px;margin-left: auto;width: 100%;margin-right: auto;}
}

@media (min-width: 768px) {
  .ff .trend__inner {
    margin: 0 auto;
    max-width: 87.748%;
  }
}

.ff .trend__img {
  margin-bottom: 5em;
}
