:root {
  --animation-speed: 2s;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ir {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.font-smoothing, h2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.undo-font-smoothing {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-smoothing: auto;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #000;
}

body {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.center-align {
  display: flex;
  align-items: center;
}

.center-justify {
  display: flex;
  justify-content: center;
}

.reverse {
  flex-direction: row-reverse;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

html {
  font-family: freight-big-pro, serif;
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

body {
  font-size: 0.9rem;
}

a {
  cursor: pointer;
  color: var(--link-color);
}
a:hover, a.active {
  color: var(--link-color-hover);
}

h1, h2, h3, h4, h5, h6 {
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 2.85rem;
  margin: -0.18em 0 2rem;
  line-height: 1;
}

button, footer #mc_embed_signup .button, .button {
  cursor: pointer;
}

input, button, footer #mc_embed_signup .button {
  border: 1px solid #fff;
  color: inherit;
  padding: 0.1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  text-align: center;
  border-radius: none;
}

input {
  background: none;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1;
}
input::-moz-placeholder {
  font-style: italic;
  color: inherit;
  opacity: 0.5;
}
input::placeholder {
  font-style: italic;
  color: inherit;
  opacity: 0.5;
}

button, footer #mc_embed_signup .button,
input[type=submit] {
  background: #fff;
  border: none;
  text-transform: uppercase;
  color: #000;
  font-family: freight-micro-pro, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 0.9rem;
}

header {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 77% 50%;
     object-position: 77% 50%;
}
header h1 {
  margin: 0;
  position: relative;
  font-size: 155px;
  opacity: 0;
  padding-left: 0.45em;
}
@media (max-width: 599px) {
  header h1 {
    font-size: 80px;
  }
}
header .arrow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -36.5px;
  opacity: 0;
}
header .background, header h1, header span, header .arrow {
  transition: opacity var(--animation-speed);
}
header[data-frame="1"] .background {
  opacity: 0;
}
header[data-frame="1"] h1 {
  opacity: 1;
}
header[data-frame="2"] .background {
  opacity: 0;
}
header[data-frame="2"] h1 {
  opacity: 1;
}
header[data-frame="2"] h1 span {
  opacity: 0;
}
header[data-frame="3"] .background {
  opacity: 0;
}
header[data-frame="3"] h1 {
  opacity: 1;
}
header[data-frame="3"] h1 span {
  opacity: 0;
}
header[data-frame="3"] .arrow {
  opacity: 1;
}

.account-link {
  position: fixed;
  top: 1rem;
  right: 2rem;
  opacity: 0;
  transition: opacity var(--animation-speed);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.account-link:hover {
  text-decoration: underline;
}

header[data-frame="3"] .account-link,
header[data-scrolled=true] .account-link {
  opacity: 1;
}

main {
  display: flex;
  justify-content: center;
  padding: 6rem 3rem;
}
main .images {
  flex: 0 1 35rem;
  display: flex;
}
main .images div {
  width: 50%;
  margin-bottom: -1.2rem;
}
main .images div:first-child {
  padding: 35% 0.6rem 0 0;
}
main .images div:last-child {
  padding-left: 0.6rem;
}
main figure {
  font-family: "Inter", sans-serif;
  position: relative;
  font-size: 12px;
  margin: 0 0 1.2rem;
}
main figure img {
  width: 100%;
}
main figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
main .text {
  flex: 0 1 20rem;
  display: flex;
  flex-direction: column;
  margin-left: 7rem;
}
main .text p {
  margin: 0;
}
main .text .one {
  flex: 0 0 34%;
  padding-bottom: 1.5rem;
}
main .text .two {
  flex: 0 0 34.5%;
  padding-bottom: 1.5rem;
}
main .text .three {
  flex: 0 0 31.5%;
}
main .text .inner {
  position: sticky;
  top: 50px;
}
@media (max-width: 999px) {
  main {
    flex-direction: column;
  }
  main .text {
    margin: 5rem 0 0;
  }
}
@media (max-width: 599px) {
  main {
    padding: 4rem 1rem;
  }
}

footer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem;
  text-align: center;
}
footer p {
  margin: 0;
}
footer form {
  display: flex;
  margin-top: 1rem;
}
footer input {
  flex: 1 0 auto;
}
footer button, footer #mc_embed_signup .button {
  margin-left: 0.5em;
  width: 8rem;
}
@media (max-width: 599px) {
  footer form {
    flex-direction: column;
  }
  footer button, footer #mc_embed_signup .button {
    margin: 0.5rem 0 0;
    flex: 1 0 auto;
    width: auto;
    height: 1.5rem;
  }
}

footer #mc_embed_signup form {
  margin: 1em 0 0;
}
footer #mc_embed_signup input {
  border-radius: 0;
  text-align: left;
}
footer #mc_embed_signup .helper_text {
  background: none;
}
footer #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background: none;
  padding: 0;
}
footer #mc_embed_signup .asterisk {
  display: none;
}
footer #mc_embed_signup .button {
  border-radius: 0;
  margin: 0;
}
footer #mc_embed_signup div#mce-responses {
  margin: 0 0 1em;
  padding: 0;
}
footer #mc_embed_signup #mce-success-response {
  margin: 0;
  padding: 0;
}

@media (min-width: 600px) {
  .small-only {
    display: none;
  }
}

@media (max-width: 599px) {
  .medium-only {
    display: none;
  }
}
@media (min-width: 1000px) {
  .medium-only {
    display: none;
  }
}

@media (max-width: 999px) {
  .large-only {
    display: none;
  }
}

@media (min-width: 1000px) {
  .small-and-medium-only {
    display: none;
  }
}

@media (max-width: 599px) {
  .medium-and-large-only {
    display: none;
  }
}