@font-face {
  font-family: klarheit-rg;
  src: url('../fonts/ESKlarheitGrotesk-Rg.woff2') format("woff2"), url('../fonts/ESKlarheitGrotesk-Rg.ttf') format("truetype"), url('../fonts/ESKlarheitGrotesk-Rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: klarheit-bd;
  src: url('../fonts/ESKlarheitGrotesk-Bd.woff2') format("woff2"), url('../fonts/ESKlarheitGrotesk-Bd.ttf') format("truetype"), url('../fonts/ESKlarheitGrotesk-Bd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ivory: #e9e9e9;
  --easy-black: #292929;
  --violet: #5a40f8;
  --smiley: #ffb834;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: var(--ivory);
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container {
  z-index: 10;
  width: 100vw;
  max-width: 100%;
  height: 100svh;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.heading-1 {
  color: var(--easy-black);
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
}

.paragraph {
  margin-bottom: 0;
  padding-left: .5rem;
  font-size: 24px;
  line-height: 1.2;
}

.paragraph.is-ivory {
  color: var(--ivory);
}

.paragraph.is-ivory.is-body-text {
  margin-bottom: 1.5px;
  padding-left: .25rem;
  font-size: 18px;
  line-height: 1.4;
}

.body {
  background-color: var(--ivory);
  color: #292929;
  font-family: klarheit-rg, sans-serif;
}

.link-tag {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--violet);
  background-color: var(--violet);
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 24px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: all .4s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.link-tag:hover {
  background-color: var(--smiley);
  color: var(--easy-black);
  border: 1px solid #000;
}

.link-tag.is-fab {
  z-index: 100;
  text-align: center;
  margin-bottom: 3rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.link {
  padding: .5rem 1rem;
  font-size: 16px;
  display: block;
}

.link:hover {
  color: var(--easy-black);
  text-decoration: underline;
}

.link-grid {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: .5rem;
  padding-right: .5px;
  display: flex;
  position: absolute;
  bottom: 3rem;
}

.section {
  display: block;
}

.smiley {
  background-color: var(--smiley);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/smily.svg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 101px;
  height: 101px;
  margin-left: 50%;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.content-container {
  z-index: 20;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1rem 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.quick-stack {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  filter: drop-shadow(0 4px 32px #29292966);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #292929f0;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  max-width: 1280px;
  min-height: 100vh;
  padding: 8rem 1rem 4rem;
  overflow: auto;
}

.heading-2 {
  color: var(--ivory);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: klarheit-rg, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.cell {
  flex-flow: column;
}

.cell-media {
  width: 100%;
  height: auto;
}

.heading-3 {
  color: var(--ivory);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: klarheit-rg, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.spacer, .spacer-copy, .spacer-copy {
  border-bottom: 1px solid var(--ivory);
  padding-top: 8rem;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 100%;
  }

  .link-tag:hover {
    color: var(--ivory);
    text-decoration: underline;
  }

  .link-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-container {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .link-grid {
    flex-flow: wrap;
    display: flex;
  }

  .smiley {
    margin-left: 0;
    position: absolute;
    inset: auto 40px 40px auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .heading-1 {
    margin-bottom: 3rem;
    font-size: 96px;
    line-height: 96px;
  }

  .paragraph {
    font-size: 16px;
  }

  .link-tag {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: wrap;
    flex: none;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 48px;
    display: flex;
  }

  .link {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .link-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: stretch stretch;
    padding-top: 3.5rem;
    padding-bottom: 1rem;
    padding-right: .5px;
    display: flex;
    position: static;
    bottom: 3rem;
  }

  .smiley {
    width: 51px;
    height: 51px;
    margin-top: 32px;
    margin-left: 8px;
    position: static;
    top: 0;
    left: auto;
  }
}

@media screen and (max-width: 479px) {
  .heading-1 {
    margin-bottom: 2.5rem;
    font-size: 72px;
    line-height: 72px;
  }

  .link-grid {
    padding-top: 3rem;
  }

  .smiley {
    margin-top: 32px;
  }
}

#w-node-dc9dcc50-d427-8ec2-8eae-56c09ee3393c-bddabba9, #w-node-_4bd2df01-974f-d279-25cb-0bd44828aee8-bddabba9 {
  justify-self: start;
}


@font-face {
  font-family: 'klarheit-rg';
  src: url('../fonts/ESKlarheitGrotesk-Rg.woff2') format('woff2'), url('../fonts/ESKlarheitGrotesk-Rg.ttf') format('truetype'), url('../fonts/ESKlarheitGrotesk-Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'klarheit-bd';
  src: url('../fonts/ESKlarheitGrotesk-Bd.woff2') format('woff2'), url('../fonts/ESKlarheitGrotesk-Bd.ttf') format('truetype'), url('../fonts/ESKlarheitGrotesk-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}