/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.08; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  overflow-x: hidden;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* Custom  */
ul {
  padding-inline-start: 0px;
}

/* LENIS */
/* html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}
 */
.cards {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.cards__inner {
  position: relative;
  width: 80vw;
  height: 50rem;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card {
  position: absolute;
  contain: content;
  backface-visibility: hidden;
  transform: translateZ(0);
  overflow: hidden;
  padding: 20px;
  border: 3px solid transparent;
  border-radius: 0.5em;
  background: linear-gradient(to right, #1d1d1d, #1d1d1d), linear-gradient(to top, #373737 10%, #606060 65%, #373737 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  width: 80vw;
  height: 50rem;
  transition: top 450ms cubic-bezier(0.165, 0.84, 0.44, 1), background-position 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 0;
}

.card__title {
  display: flex;
  font-size: 7vw;
  font-weight: 300;
  letter-spacing: -3px;
  padding: 0;
  margin: 0;
}

.card__title span {
  font-weight: 100;
  margin-right: 0.1em;
  color: #373737;
}

.card:not(.expanded):hover {
  cursor: pointer;
  top: -10%;
}

.hidden {
  display: none;
}

.expanded {
  animation: expand 450ms forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-bottom: 200px;
}
.expanded .hidden {
  display: block;
}

@keyframes expand {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
  }
}
@media (min-height: 800px) {
  .expanded {
    height: calc(50rem + 200px);
  }
  @keyframes expand {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-21vh);
    }
  }
}
@media (max-width: 768px) {
  .cards__inner {
    width: 100%;
  }
  .card {
    width: 100vw;
    padding: 10px;
  }
  .card__title {
    font-size: 10vw;
  }
  .card:not(.expanded):hover {
    cursor: pointer;
    top: 0;
  }
}
.newsletter-container .newsletter-flex {
  display: flex;
  justify-content: space-between;
  padding: 2em 0;
}
.newsletter-container .copyright {
  font-size: 15px;
  color: #f7f7f2;
  display: flex;
  font-weight: 100;
}
.newsletter-container .copyright span {
  padding-right: 0.4em;
  color: gray;
}
.newsletter-container .logo-image {
  height: 5.5em;
  width: auto;
}

.subscription-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 5.5em;
  padding: 0.3em 0;
}
.subscription-section h3 {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.subscription-section form {
  display: flex;
  justify-content: space-between;
}
.subscription-section form input[type=text],
.subscription-section form button {
  background: none;
  border: none;
  color: #f7f7f2;
  opacity: 40%;
}
.subscription-section form input[type=text]:focus, .subscription-section form input[type=text]:hover,
.subscription-section form button:focus,
.subscription-section form button:hover {
  opacity: 100%;
}
.subscription-section .active {
  color: #1d1d1d;
  background: #f7f7f2;
  border-radius: 5px;
  padding: 0 5px;
  font-weight: 900;
  opacity: 100%;
}
.subscription-section hr {
  margin-top: 0.3em;
}

@media screen and (max-width: 1100px) {
  .newsletter-container .logo-image {
    height: 2em;
    margin-bottom: 1em;
  }
  .newsletter-container .newsletter-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.navbar {
  width: 540px;
  height: 40px;
  position: fixed;
  transform: translateX(-50%);
  top: 22px;
  left: 50%;
  z-index: 1000;
  border-radius: 0.5em;
  outline: 1px solid rgba(192, 192, 192, 0.168);
  background: rgba(40, 40, 40, 0.29);
  backdrop-filter: blur(15px) saturate(180%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  padding: 1px;
}
.navbar .navbar-content .navbar-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-content .navbar-section.logo-section img {
  height: 20px;
  margin: 3px 0 0 15px;
}
.navbar .navbar-content .navbar-section.cta-section {
  display: flex;
}
.navbar .navbar-content .navbar-section.cta-section button {
  border: 1px solid #373737;
  background: rgba(43, 43, 43, 0.638);
  color: #f7f7f2;
  cursor: pointer;
  min-width: 115px;
  height: 37px;
  border-radius: 7px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: -0.5px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar .navbar-content .navbar-section.cta-section button:hover {
  background: rgba(200, 200, 200, 0.477);
  scale: 1.05;
  border: 3px solid rgba(200, 200, 200, 0.477);
}
.navbar .navbar-content .navbar-section.plus-section {
  margin: 0 10px 0 0;
}
@media (max-width: 550px) {
  .navbar .navbar-content {
    width: 90vw;
    height: 40px;
    justify-content: space-between;
  }
  .navbar .navbar-content .navbar-section {
    width: 100%;
    height: 100%;
  }
  .navbar .navbar-content .navbar-section.cta-section {
    width: auto;
  }
  .navbar .navbar-content .navbar-section.logo-section {
    width: auto;
  }
}
@media (max-width: 550px) {
  .navbar {
    top: 0;
  }
  .navbar .navbar-content {
    width: 90vw;
    height: 40px;
    justify-content: space-between;
  }
  .navbar .navbar-content .navbar-section {
    width: 100%;
    height: 100%;
  }
  .navbar .navbar-content .navbar-section.cta-section {
    width: auto;
  }
  .navbar .navbar-content .navbar-section.logo-section {
    width: auto;
  }
}

.beta-warning {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 50%;
  background: rgba(255, 0, 0, 0.29);
  backdrop-filter: blur(15px) saturate(180%);
  color: red;
  border-radius: 5px;
  padding: 1px 3px;
  transform: translateX(50%);
  font-family: "ballinger-mono", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
}

.image__container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  border-radius: 0.5em;
  overflow: hidden;
}
.image__container .image__card {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 50%;
  overflow: hidden;
  object-fit: contain;
}
.image__container .image__card:not(:only-child) {
  width: 100%;
}
.image__container .image__card:not(:only-child) img {
  height: 90%;
  max-width: 90%;
  object-fit: contain;
  max-width: clamp(0px, 90%, 100%);
  max-height: clamp(0px, 90%, 100%);
}
.image__container .image__card[data-bg=light] {
  background: linear-gradient(180deg, #cbcbcb 0%, #e6e6e6 100%);
}
.image__container .image__card[data-bg=dark] {
  background: linear-gradient(180deg, #5c5a59 0%, #756f6d 100%);
}
.image__container .image__card[data-bg=green] {
  background: linear-gradient(180deg, #dae0db 0%, #dae0db 100%);
}
.image__container .image__card[data-bg=blue] {
  background: linear-gradient(180deg, #dadee6 0%, #dadee6 100%);
}
.image__container .image__card[data-bg=purple] {
  background: linear-gradient(180deg, #f4f1f8 0%, #f4f1f8 100%);
}
.image__container .image__card[data-bg=trees] {
  background: url("/trees.21de2dba.jpg") no-repeat center center;
  background-size: cover;
}
.image__container .comment {
  position: absolute;
  padding: 0.3em 0;
  background: rgba(218, 222, 230, 0.4196078431);
  backdrop-filter: blur(10px) saturate(180%);
  bottom: 0;
  width: 100%;
  font-family: "ballinger-mono", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #373737;
}
@media (max-width: 768px) {
  .image__container {
    flex-wrap: wrap;
    margin-top: 1em;
  }
  .image__container .card,
  .image__container .comment {
    width: 100%;
  }
}

.text {
  display: flex;
  flex-direction: column;
  margin: 1.5em 0;
  width: 100%;
}

.text__title {
  display: flex;
  font-size: 7vw;
  font-weight: 300;
  letter-spacing: -3px;
  line-height: 90%;
  color: #f7f7f2;
  margin: 0.2em 0;
}

.text__title span {
  font-weight: 100;
  margin-right: 0.1em;
  color: #373737;
}

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

.text__flex .vl {
  border: 1px solid #373737;
  height: auto;
  margin-right: 1em;
}

.text__flex__content {
  color: #f7f7f2;
  font-weight: 300;
  font-size: 3em;
  letter-spacing: -0.03em;
}

@media (max-width: 768px) {
  .text__title {
    font-size: 3em;
  }
  .text__flex__content {
    font-size: 2.2em;
  }
}
.list-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 3em;
}
.list-section hr {
  border: 1px solid #f7f7f2;
  opacity: 40%;
  margin: 0;
}
.list-section .list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 800px;
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .list-section .list-content {
    width: 98vw;
  }
}
.list-section .list-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-section .list-item h3 {
  font-size: 1.3em;
  font-weight: 400;
  padding-bottom: 1em;
}
.list-section .list-item p {
  font-size: 1.3em;
  font-weight: 300;
  color: #f7f7f2;
  opacity: 40%;
  width: 400px;
}
@media (max-width: 768px) {
  .list-section .list-item p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .list-section {
    padding: 0;
  }
}

body {
  background: #000000;
  color: #f7f7f2;
}

/*# sourceMappingURL=/styles.47485c95.css.map */