* {
  box-sizing: border-box;
}

html {
  font-size: 26px;
}
@media (max-width: 1500px) {
  html {
    font-size: 21px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 18px;
  }
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #2c3037;
}
@media (max-width: 1000px) {
  body br {
    display: none;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-style: italic;
  color: #6b858c;
}

h1, h2, h3, h4, h5, h6, .button {
  font-family: freight-display-pro, serif;
  line-height: 1;
}

h1 {
  font-size: 3.3rem;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2.9rem;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 2.6rem;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2.1rem;
}

h5 {
  font-size: 1.85rem;
}
@media (max-width: 1000px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.4rem;
}

p {
  font-weight: 400;
  line-height: 1.66;
}

img, video {
  max-width: 100%;
  height: auto;
}

section {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 3.2rem 0;
}

.button {
  background: #2c3037;
  display: table;
  white-space: nowrap;
  color: #FFF;
  line-height: 1;
  padding: 0.45em 1.4em 0.5em;
  box-shadow: 0.832px 3.913px 7px 0px rgba(0, 0, 0, 0.23);
  border-radius: 0.5em;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 1rem auto 0;
  transition: background 0.1s ease-in-out, box-shadow 0.1s ease-in-out, color 0.1s ease-in-out;
}
@media (max-width: 1000px) {
  .button {
    width: 100%;
  }
}
.button:hover {
  background: #6b858c;
  box-shadow: 0.832px 3.913px 7px 0px rgba(0, 0, 0, 0.3);
}
.button.light {
  background: #e8eff1;
  color: #2c3037;
}
.button.light:hover {
  background: #6b858c;
  color: #FFF;
}

.row {
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media (max-width: 1000px) {
  .row {
    flex-flow: column;
  }
}
.row .col {
  position: relative;
}

.scaler {
  position: relative;
  width: 90%;
  max-width: 36.17rem;
  margin: 0 auto;
  z-index: 1;
}

#hero {
  width: 100%;
  background: #161111;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #FFF;
  overflow: hidden;
}
@media (max-width: 1000px) {
  #hero {
    min-height: 70vh;
  }
}
#hero .scaler {
  max-width: unset;
}
#hero h1, #hero h2 {
  font-weight: 500;
}
#hero h1 {
  margin-top: 5rem;
}
@media (max-width: 1000px) {
  #hero h1 {
    font-size: 9.2vw;
  }
}
#hero h2 {
  font-size: 2.4rem;
}
#hero h2 span {
  font-size: 0.75em;
  vertical-align: top;
}
@media (max-width: 1000px) {
  #hero h2 span {
    display: none;
  }
}
@media (max-width: 1000px) {
  #hero h2 {
    font-size: 6.5vw;
  }
}
#hero .legal {
  font-family: freightdispcmp-pro, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
  text-align: center;
  font-size: 0.83rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  #hero .legal {
    display: none;
  }
}

.background {
  position: absolute;
  top: -10px;
  height: calc(100% + 10px);
  width: 100%;
  z-index: 0;
}
.background img, .background video {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  min-width: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1000px) {
  .background img {
    display: none;
  }
}
@media (max-width: 1000px) {
  .background video {
    display: none;
  }
}

#contact-strip {
  width: 100%;
  padding: 0.5rem 1rem 0.75rem;
  background: #e8eff1;
  font-style: italic;
  text-align: center;
}
#contact-strip h5 {
  font-family: freightdispcmp-pro, serif;
  font-weight: 600;
  opacity: 0;
  transform: translateX(-100px);
  transition: transform 0.5s 0.2s ease-out, opacity 0.5s 0.2s ease-out;
}
@media (max-width: 500px) {
  #contact-strip h5 {
    font-size: 7vw;
  }
}
#contact-strip h5 a {
  color: inherit;
  text-decoration: none;
}
#contact-strip[data-animated=true] h5 {
  opacity: 1;
  transform: translateX(0);
}

#overview h2 {
  margin-bottom: 1.5rem;
}
#overview h2 span {
  display: block;
  position: relative;
}
#overview p {
  width: 33rem;
  max-width: 100%;
  margin: 0 auto;
}
#overview p a {
  color: inherit;
  transition: color 0.1s ease-in-out;
}
#overview p a:hover {
  color: #6b858c;
}
#overview .button {
  margin-top: 3rem;
}
@media (min-width: 1000px) {
  #overview .button {
    width: 950px;
    max-width: 100%;
  }
}
#overview video {
  margin-top: 2rem;
}
#overview h2 span, #overview p {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
#overview h2 span:nth-of-type(2) {
  transition-delay: 0.1s;
}
#overview p {
  transition-delay: 0.2s;
}
#overview[data-animated=true] h2 span, #overview[data-animated=true] p {
  opacity: 1;
  transform: translateY(0);
}

#about {
  background: #e8eff1;
}
@media (min-width: 1000px) {
  #about .headshot {
    width: 30%;
    padding: 0 1rem;
  }
}
#about .headshot p {
  font-weight: 900;
  line-height: 1;
  margin-top: 0.5rem;
}
@media (max-width: 1000px) {
  #about .headshot p {
    margin-bottom: 1rem;
  }
  #about .headshot p br {
    display: none;
  }
}
#about .headshot img {
  border-radius: 100%;
}
@media (max-width: 1000px) {
  #about .headshot img {
    max-width: 230px;
  }
}
#about h3 {
  margin-bottom: 0.5rem;
}
@media (min-width: 1000px) {
  #about .text {
    width: 70%;
  }
}
@media (min-width: 1000px) {
  #about .text p {
    font-size: 0.85rem;
  }
}
#about .text p:last-child {
  font-weight: 700;
  font-style: italic;
  margin-top: 1rem;
  text-transform: uppercase;
}

#testimonials .scaler {
  font-size: 1rem;
}

@-webkit-keyframes stars {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stars {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slider {
  margin-top: 1rem;
}
@media (max-width: 1000px) {
  .slider .slick-track {
    display: flex !important;
  }
  .slider .slick-slide {
    height: inherit !important;
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2.5rem;
  z-index: 2;
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom: 0;
  border-left: 0;
  border-top: 2px solid #2c3037;
  border-right: 2px solid #2c3037;
  background: transparent;
  width: 1.75rem;
  height: 1.75rem;
  transition: border-color 0.1s ease-out, opacity 0.1s ease-out;
}
@media (max-width: 1000px) {
  .slick-arrow {
    display: none;
  }
}
.slick-arrow:hover {
  border-color: #6b858c;
}
.slick-arrow:not(.slick-disabled) {
  cursor: pointer;
}
.slick-arrow.slick-disabled {
  opacity: 0.1;
}

.slick-prev {
  left: -2.5rem;
  transform: rotate(-135deg);
}

.slick-next {
  right: -2.5rem;
  transform: rotate(45deg);
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1000px) {
  .slick-dots {
    margin: 1rem 0 0;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.5rem;
}
.slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  font-size: 0;
  background: #2c3037;
  transition: opacity 0.1s ease-out;
}
.slick-dots li button[aria-selected=true] {
  background: #6b858c;
}
.slick-dots li button:not([aria-selected=true]):hover {
  opacity: 0.75;
}

.slide {
  background: #e8eff1;
  padding: 2rem;
  border-radius: 15px;
}
@media (max-width: 1000px) {
  .slide .headshot {
    margin-bottom: 1rem;
  }
}
.slide .headshot img {
  margin: 0 auto 0.25rem;
  max-width: 340px;
  width: 90%;
  border-radius: 100%;
}
@media (max-width: 1000px) {
  .slide .headshot img {
    max-width: 200px;
  }
}
.slide .headshot h6 {
  font-size: 1.3rem;
  font-weight: 600;
  font-size: 1.3rem;
}
.slide .headshot h6:first-of-type {
  font-style: italic;
}
.slide .headshot h6:last-of-type {
  font-size: 1.2rem;
  color: #6b858c;
}
@media (min-width: 1000px) {
  .slide .headshot {
    width: 40%;
    padding: 0 1rem;
  }
}
@media (min-width: 1000px) {
  .slide .review {
    text-align: left;
    border-left: 4px solid #2c3037;
    width: 60%;
    padding: 1rem 2rem;
  }
}
.slide .review p {
  font-family: freight-micro-pro, serif;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 1000px) {
  .slide .review p {
    font-size: 1.5rem;
  }
}
.slide .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
}
.slide .rating span {
  background: url(../assets/star.png) center no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slide .rating span:not(:last-of-type) {
  margin-right: 0.5rem;
}
.slide.slick-cloned:not(.slick-active) .rating span {
  opacity: 0;
}
.slide:not(.slick-active) .rating span {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1;
}
.slide .rating[data-animated=true] span, .slide.slick-active:not(#slick-slide00) span {
  -webkit-animation: stars 0.2s ease-out forwards;
          animation: stars 0.2s ease-out forwards;
}
.slide .rating[data-animated=true] span:nth-child(1), .slide.slick-active:not(#slick-slide00) span:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.slide .rating[data-animated=true] span:nth-child(2), .slide.slick-active:not(#slick-slide00) span:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.slide .rating[data-animated=true] span:nth-child(3), .slide.slick-active:not(#slick-slide00) span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.slide .rating[data-animated=true] span:nth-child(4), .slide.slick-active:not(#slick-slide00) span:nth-child(4) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.slide .rating[data-animated=true] span:nth-child(5), .slide.slick-active:not(#slick-slide00) span:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes pan {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1585px 0;
  }
}

@keyframes pan {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1585px 0;
  }
}
#logos {
  background: #e8eff1;
  padding: 1.5rem 0;
}
#logos .panner {
  white-space: nowrap;
  overflow: hidden;
  background: url(../assets/logo-strip.png) left center repeat-x;
  -webkit-animation: pan 10s linear infinite;
          animation: pan 10s linear infinite;
}
#logos .panner img {
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: unset;
  margin: 0 1rem;
}

#book {
  padding-bottom: 5rem;
}
#book img {
  margin-bottom: 1.7rem;
}
#book h5 {
  color: #6b858c;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#book h2 {
  margin-bottom: 1rem;
}
#book p {
  max-width: 31rem;
  margin: 0 auto 2rem;
}
#book .button:hover {
  background: #2c3037;
  cursor: default;
  transition: opacity 0.2s ease-out;
  opacity: 0.5;
}

#refer {
  background: #e8eff1;
  font-size: 0;
}
#refer .button {
  background: #6b858c;
}
#refer .button:hover {
  background: #2c3037;
  color: #FFF;
}
#refer .col {
  flex: 1;
}
@media (max-width: 1000px) {
  #refer .col {
    width: 100%;
  }
}
#refer .col:nth-child(2) p {
  margin: 0 auto;
  font-size: 1rem;
}
@media (max-width: 1000px) {
  #refer .col:nth-child(2) p {
    max-width: 31rem;
  }
}
@media (min-width: 1000px) {
  #refer .col:nth-child(2) p {
    max-width: 14rem;
  }
}
@media (max-width: 1000px) {
  #refer .col:nth-child(1) {
    order: 2;
    margin: 0 auto;
  }
  #refer .col:nth-child(2) {
    order: 1;
  }
}
#refer .mascot {
  position: relative;
  bottom: -4rem;
  margin-top: -1rem;
  transform: translateY(50%);
  transition: transform 0.75s ease-out;
}
@media (max-width: 1500px) {
  #refer .mascot {
    max-width: 400px;
  }
}
@media (max-width: 1000px) {
  #refer .mascot {
    max-width: 200px;
  }
}
@media (min-width: 1000px) {
  #refer .mascot {
    margin: -10rem 0 0;
    right: 0;
  }
}
#refer h5 {
  margin-bottom: 0.5rem;
}
@media (max-width: 1000px) {
  #refer h5 {
    font-size: 2rem;
  }
}
#refer[data-animated=true] .mascot {
  transform: translateY(0);
}
#refer .share {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 1rem;
}
#refer .share .button {
  margin-top: 0;
}
#refer .share #tooltip {
  visibility: hidden;
  font-family: "inter", sans-serif;
  font-size: 16px;
  background-color: #2c3037;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 20px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
#refer .share #tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2c3037 transparent transparent transparent;
}
#refer .share:hover #tooltip {
  visibility: visible;
  opacity: 1;
}
#refer .social-share {
  margin: 1rem auto 0;
}
#refer .social-share p {
  font-size: 0.75rem !important;
  margin-right: 0.5rem !important;
}
#refer .social-share p, #refer .social-share a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem;
}
#refer .social-share a {
  transition: opacity 0.1s ease-out;
}
#refer .social-share a:hover {
  opacity: 0.75;
}

#copied {
  display: table;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 3;
  background: #2c3037;
  color: #FFF;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: freight-display-pro, serif;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease-in-out;
}
#copied.in {
  opacity: 1;
}

footer {
  position: relative;
  z-index: 2;
  padding: 2rem 0 1rem;
  background: #2c3037;
  color: #FFF;
}
footer .button.light:hover {
  background: #6b858c;
}
@media (min-width: 1000px) {
  footer .col:first-child {
    width: 60%;
  }
  footer .col:last-child {
    width: 40%;
  }
  footer .col p {
    font-size: 0.75rem;
  }
}
@media (max-width: 1000px) {
  footer .col {
    text-align: center;
  }
}
footer .col h4 {
  font-family: freightdispcmp-pro, serif;
  font-style: italic;
  color: #6b858c;
  font-weight: 600;
}
footer .col h4 a {
  color: #6b858c;
  text-decoration: none;
}
footer .legal {
  max-width: unset;
  margin-top: 1.5rem;
}
footer .legal p {
  font-size: 0.6rem;
  text-align: center;
  margin: 0 auto 1rem;
}
@media (max-width: 1500px) {
  footer .legal p {
    font-size: 12px;
  }
}