body,
html {
  margin: 0;
  padding: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

[class*=container] {
  margin: 0 auto;
  padding-right: 1.33rem;
  padding-left: 1.33rem;
}

.container-small {
  max-width: 40em;
}

.container {
  position: relative;
  max-width: 66rem;
}

.container-large {
  position: relative;
  max-width: 82em;
}

.row {
  display: flex;
  flex-flow: row wrap;
  margin-right: -0.665rem;
  margin-left: -0.665rem;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}
.row.align-stretch {
  align-items: stretch;
}
.row.align-left {
  justify-content: flex-start;
}
.row.align-center {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-between {
  justify-content: space-between;
}
.row.reverse {
  flex-wrap: wrap-reverse;
}

[class*=col] {
  flex-basis: 100%;
  padding: 0 0.665rem;
}

.col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 40em) {
  html,
body {
    font-size: 14px;
  }

  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-auto {
    flex-basis: auto;
  }
}
@media (min-width: 60em) {
  html,
body {
    font-size: 15px;
  }

  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-auto {
    flex-basis: auto;
  }
}
@media (min-width: 82em) {
  html,
body {
    font-size: 16px;
  }

  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-auto {
    flex-basis: auto;
  }
}
@font-face {
  font-family: "Haas Grot Disp R";
  src: url("/fonts/NeueHaasGrotDispRound-55Roman.otf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Haas Grot Disp R";
  src: url("/fonts/NeueHaasGrotDispRound-65Medium.otf");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Haas Grot Text R";
  src: url("/fonts/NeueHaasGrotTextRound-55Roman.otf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Haas Grot Text R";
  src: url("/fonts/NeueHaasGrotTextRound-65Medium.otf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Haas Grot Text R";
  src: url("/fonts/NeueHaasGrotTextRound-75Bold.otf");
  font-style: bold;
  font-weight: 700;
}
html {
  font-size: 16px;
}

body {
  --heading-font-family: Haas Grot Disp R;
  --heading-font-size: 2rem;
  --heading-font-weight: 500;
  --heading-line-height: 3.25rem;
  --heading-paragraph: 0rem;
  --heading-font-family--emphasized: Haas Grot Disp R;
  --heading-font-size--emphasized: 2rem;
  --heading-font-weight--emphasized: 600;
  --heading-line-height--emphasized: 3.25rem;
  --heading-paragraph--emphasized: 0rem;
  --body-font-family: Haas Grot Text R;
  --body-font-size: 1.25rem;
  --body-font-weight: 400;
  --body-line-height: 1.75rem;
  --body-paragraph: 1rem;
  --body-font-family--emphasized: Haas Grot Text R;
  --body-font-size--emphasized: 1.25rem;
  --body-font-weight--emphasized: 500;
  --body-line-height--emphasized: 1.75rem;
  --body-paragraph--emphasized: 1rem;
  --meta-font-family: Haas Grot Text R;
  --meta-font-size: 0.8125rem;
  --meta-font-weight: 500;
  --meta-line-height: 1.25rem;
  --meta-paragraph: 0.5rem;
  --label-font-family: Haas Grot Text R;
  --label-font-size: 0.8125rem;
  --label-font-weight: 500;
  --label-line-height: 1.125rem;
  --label-paragraph: 0rem;
  --label-font-family--secondary: Haas Grot Text R;
  --label-font-size--secondary: 0.75rem;
  --label-font-weight--secondary: 400;
  --label-line-height--secondary: 1rem;
  --label-paragraph--secondary: 0rem;
}

.L0 {
  --heading-font-family: Haas Grot Disp R;
  --heading-font-size: 2.5rem;
  --heading-font-weight: 500;
  --heading-line-height: 3.25rem;
  --heading-paragraph: 0rem;
  --heading-font-family--emphasized: Haas Grot Disp R;
  --heading-font-size--emphasized: 2.5rem;
  --heading-font-weight--emphasized: 600;
  --heading-line-height--emphasized: 3.25rem;
  --heading-paragraph--emphasized: 0rem;
  --body-font-family: Haas Grot Text R;
  --body-font-size: 0rem;
  --body-font-weight: normal;
  --body-line-height: 0rem;
  --body-paragraph: 0rem;
  --body-font-family--emphasized: Haas Grot Text R;
  --body-font-size--emphasized: 0rem;
  --body-font-weight--emphasized: normal;
  --body-line-height--emphasized: 0rem;
  --body-paragraph--emphasized: 0rem;
  --meta-font-family: Haas Grot Text R;
  --meta-font-size: 0rem;
  --meta-font-weight: normal;
  --meta-line-height: 0rem;
  --meta-paragraph: 0rem;
  --label-font-family: Haas Grot Text R;
  --label-font-size: 0rem;
  --label-font-weight: normal;
  --label-line-height: 0rem;
  --label-paragraph: 0rem;
  --label-font-family--secondary: Haas Grot Text R;
  --label-font-size--secondary: 0rem;
  --label-font-weight--secondary: normal;
  --label-line-height--secondary: 0rem;
  --label-paragraph--secondary: 0rem;
}

.L1 {
  --heading-font-family: Haas Grot Disp R;
  --heading-font-size: 2rem;
  --heading-font-weight: 500;
  --heading-line-height: 3.25rem;
  --heading-paragraph: 0rem;
  --heading-font-family--emphasized: Haas Grot Disp R;
  --heading-font-size--emphasized: 2rem;
  --heading-font-weight--emphasized: 600;
  --heading-line-height--emphasized: 3.25rem;
  --heading-paragraph--emphasized: 0rem;
  --body-font-family: Haas Grot Text R;
  --body-font-size: 1.25rem;
  --body-font-weight: 400;
  --body-line-height: 1.75rem;
  --body-paragraph: 1rem;
  --body-font-family--emphasized: Haas Grot Text R;
  --body-font-size--emphasized: 1.25rem;
  --body-font-weight--emphasized: 500;
  --body-line-height--emphasized: 1.75rem;
  --body-paragraph--emphasized: 1rem;
  --meta-font-family: Haas Grot Text R;
  --meta-font-size: 0.8125rem;
  --meta-font-weight: 500;
  --meta-line-height: 1.25rem;
  --meta-paragraph: 0.5rem;
  --label-font-family: Haas Grot Text R;
  --label-font-size: 0.8125rem;
  --label-font-weight: 500;
  --label-line-height: 1.125rem;
  --label-paragraph: 0rem;
  --label-font-family--secondary: Haas Grot Text R;
  --label-font-size--secondary: 0.75rem;
  --label-font-weight--secondary: 400;
  --label-line-height--secondary: 1rem;
  --label-paragraph--secondary: 0rem;
}

.L2 {
  --heading-font-family: Haas Grot Disp R;
  --heading-font-size: 1.5rem;
  --heading-font-weight: 500;
  --heading-line-height: 1.75rem;
  --heading-paragraph: 0rem;
  --heading-font-family--emphasized: Haas Grot Disp R;
  --heading-font-size--emphasized: 1.5rem;
  --heading-font-weight--emphasized: 600;
  --heading-line-height--emphasized: 1.75rem;
  --heading-paragraph--emphasized: 0rem;
  --body-font-family: Haas Grot Text R;
  --body-font-size: 1.0625rem;
  --body-font-weight: 400;
  --body-line-height: 1.5rem;
  --body-paragraph: 0.75rem;
  --body-font-family--emphasized: Haas Grot Text R;
  --body-font-size--emphasized: 1.0625rem;
  --body-font-weight--emphasized: 500;
  --body-line-height--emphasized: 1.5rem;
  --body-paragraph--emphasized: 0.75rem;
  --meta-font-family: Haas Grot Text R;
  --meta-font-size: 0.8125rem;
  --meta-font-weight: 400;
  --meta-line-height: 1.25rem;
  --meta-paragraph: 0.5rem;
  --label-font-family: Haas Grot Text R;
  --label-font-size: 0.6875rem;
  --label-font-weight: 500;
  --label-line-height: 1rem;
  --label-paragraph: 0rem;
  --label-font-family--secondary: Haas Grot Text R;
  --label-font-size--secondary: 0.6875rem;
  --label-font-weight--secondary: 400;
  --label-line-height--secondary: 1rem;
  --label-paragraph--secondary: 0rem;
}

.L3 {
  --heading-font-family: Haas Grot Disp R;
  --heading-font-size: 1.3125rem;
  --heading-font-weight: 500;
  --heading-line-height: 1.5rem;
  --heading-paragraph: 0rem;
  --heading-font-family--emphasized: Haas Grot Disp R;
  --heading-font-size--emphasized: 1.3125rem;
  --heading-font-weight--emphasized: 600;
  --heading-line-height--emphasized: 1.5rem;
  --heading-paragraph--emphasized: 0rem;
  --body-font-family: Haas Grot Text R;
  --body-font-size: 0.9375rem;
  --body-font-weight: 400;
  --body-line-height: 1.25rem;
  --body-paragraph: 0.5rem;
  --body-font-family--emphasized: Haas Grot Text R;
  --body-font-size--emphasized: 0.9375rem;
  --body-font-weight--emphasized: 500;
  --body-line-height--emphasized: 1.25rem;
  --body-paragraph--emphasized: 0.5rem;
  --meta-font-family: Haas Grot Text R;
  --meta-font-size: 0.6875rem;
  --meta-font-weight: 500;
  --meta-line-height: 1rem;
  --meta-paragraph: 0.5rem;
  --label-font-family: Haas Grot Text R;
  --label-font-size: 0rem;
  --label-font-weight: normal;
  --label-line-height: 0rem;
  --label-paragraph: 0rem;
  --label-font-family--secondary: Haas Grot Text R;
  --label-font-size--secondary: 0rem;
  --label-font-weight--secondary: normal;
  --label-line-height--secondary: 0rem;
  --label-paragraph--secondary: 0rem;
}

.L4 {
  --heading-font-family: Haas Grot Disp R;
  --heading-font-size: 1.0625rem;
  --heading-font-weight: 500;
  --heading-line-height: 1.25rem;
  --heading-paragraph: 0rem;
  --heading-font-family--emphasized: Haas Grot Disp R;
  --heading-font-size--emphasized: 1.0625rem;
  --heading-font-weight--emphasized: 600;
  --heading-line-height--emphasized: 1.25rem;
  --heading-paragraph--emphasized: 0rem;
  --body-font-family: Haas Grot Text R;
  --body-font-size: 0.8125rem;
  --body-font-weight: 400;
  --body-line-height: 1.125rem;
  --body-paragraph: 0.5rem;
  --body-font-family--emphasized: Haas Grot Text R;
  --body-font-size--emphasized: 0.8125rem;
  --body-font-weight--emphasized: 500;
  --body-line-height--emphasized: 1.125rem;
  --body-paragraph--emphasized: 0.5rem;
  --meta-font-family: Haas Grot Text R;
  --meta-font-size: 0.6875rem;
  --meta-font-weight: 400;
  --meta-line-height: 1rem;
  --meta-paragraph: 0.5rem;
  --label-font-family: Haas Grot Text R;
  --label-font-size: 0rem;
  --label-font-weight: normal;
  --label-line-height: 0rem;
  --label-paragraph: 0rem;
  --label-font-family--secondary: Haas Grot Text R;
  --label-font-size--secondary: 0rem;
  --label-font-weight--secondary: normal;
  --label-line-height--secondary: 0rem;
  --label-paragraph--secondary: 0rem;
}

h1,
h2,
h3,
h4,
h5,
.heading {
  font-family: var(--heading-font-family);
  font-size: var(--heading-font-size);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
}
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + .heading,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + .heading,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + .heading,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + .heading,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + .heading,
.heading + h1,
.heading + h2,
.heading + h3,
.heading + h4,
.heading + h5,
.heading + .heading {
  margin-top: var(--heading-paragraph);
}
h1--emphasized,
h2--emphasized,
h3--emphasized,
h4--emphasized,
h5--emphasized,
.heading--emphasized {
  font-family: var(--heading-font-family--emphasized);
  font-size: var(--heading-font-size--emphasized);
  font-weight: var(--heading-font-weight--emphasized);
  line-height: var(--heading-line-height--emphasized);
}

.heading--emphasized + .heading--emphasized {
  margin-top: var(--heading-paragraph--emphasized);
}

p,
.body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
}
p--emphasized,
.body--emphasized {
  font-family: var(--body-font-family--emphasized);
  font-size: var(--body-font-size--emphasized);
  font-weight: var(--body-font-weight--emphasized);
  line-height: var(--body-line-height--emphasized);
}

.body + .body {
  margin-top: var(--body-paragraph);
}

.body--emphasized + .body--emphasized {
  margin-top: var(--body-paragraph--emphasized);
}

.meta {
  font-family: var(--meta-font-family);
  font-size: var(--meta-font-size);
  font-weight: var(--meta-font-weight);
  line-height: var(--meta-line-height);
}
.meta + .meta {
  margin-top: var(--meta-paragraph);
}

label,
.label {
  font-family: var(--label-font-family);
  font-size: var(--label-font-size);
  font-weight: var(--label-font-weight);
  line-height: var(--label-line-height);
}
label + label,
label + .label,
.label + label,
.label + .label {
  margin-top: var(--label-paragraph);
}
label--secondary,
.label--secondary {
  font-family: var(--label-font-family--secondary);
  font-size: var(--label-font-size--secondary);
  font-weight: var(--label-font-weight--secondary);
  line-height: var(--label-line-height--secondary);
}
label--secondary + label--secondary,
label--secondary + .label--secondary,
.label--secondary + label--secondary,
.label--secondary + .label--secondary {
  margin-top: var(--label-paragraph--secondary);
}

.footer {
  padding-top: 7.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__section {
  font-family: "Haas Grot Disp R";
  position: relative;
  z-index: 999;
}
.footer__section__text {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #7a6f62;
}
.footer__section__socials {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.footer__section__socials a {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  color: #00ad79;
}
.footer__section__socials span {
  letter-spacing: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #7a6f62;
  padding: 0 0.25rem;
}
.footer__legal-content {
  display: flex;
  justify-content: space-between;
  border-top: 0.03125rem solid #7a6f62;
  margin-top: 3.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: 0.6875rem;
  color: #7a6f62;
  line-height: 1rem;
  font-weight: 500;
}
.footer__legal-content a {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  font-size: 0.6875rem;
  color: #c2b3a3;
  line-height: 1rem;
}
.footer__legal-content__blog {
  margin-left: 1.5rem;
}
@media (max-width: 40em) {
  .footer__legal-content {
    margin-top: 2.5rem;
  }
  @supports (-webkit-touch-callout: none) {
    .footer {
      /* CSS specific to iOS devices */
      margin-bottom: 5.5rem;
    }
  }
  .footer__section__text {
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  .footer__section__socials {
    margin-top: 0.5rem;
  }
  .footer__section__socials a,
.footer__section__socials span {
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.25rem;
    padding: 0 0.1rem;
  }
}

#marketing-home {
  background-color: #0c0b12;
  color: #f5e7d7;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -webkit-scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  max-height: 100vh;
}
#marketing-home .grid-holder {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 21%;
}
#marketing-home .grid-holder .grid-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0c0b12;
  transform: translateZ(-12.5rem);
  z-index: 1;
}
#marketing-home .grid-holder .grid-lines {
  --grid-color: #23d7aeff;
  --grid-size-height: 100px;
  --grid-size-width: 120px;
  --grid-size: 100px;
  --grid-blur: 0px;
  --grid-line-size: 2px;
  position: absolute;
  bottom: -10%;
  left: 0;
  margin-left: -50%;
  width: 200%;
  height: 210%;
  background-image: repeating-linear-gradient(90deg, var(--grid-color, black) 0%, transparent var(--grid-line-size), transparent var(--grid-size-height), var(--grid-color, black) calc(var(--grid-size-height) + var(--grid-line-size) + 0px)), repeating-linear-gradient(180deg, var(--grid-color, black) 0%, transparent var(--grid-line-size), transparent var(--grid-size-width), var(--grid-color, black) calc(var(--grid-size-width) + var(--grid-line-size) + 0px));
  background-image: -webkit-repeating-linear-gradient(90deg, var(--grid-color, black) 0%, transparent var(--grid-line-size), transparent var(--grid-size-height), var(--grid-color, black) calc(var(--grid-size-height) + var(--grid-line-size) + 0px)), -webkit-repeating-linear-gradient(180deg, var(--grid-color, black) 0%, transparent var(--grid-line-size), transparent var(--grid-size-width), var(--grid-color, black) calc(var(--grid-size-width) + var(--grid-line-size) + 0px));
  transform: perspective(35vh) rotateX(70deg) translateZ(-140px);
  -webkit-transform: perspective(35vh) rotateX(70deg) translateZ(-140px);
  transform-style: preserve-3d;
  animation: moving-grid 4s infinite linear;
  z-index: 2;
}
#marketing-home .grid-holder .grid-lines--second {
  filter: blur(8px);
}
#marketing-home .grid-holder .grid-lines--second.safari {
  filter: blur(6px);
}
#marketing-home .grid-holder .grid-lines--third {
  filter: blur(16px);
}
#marketing-home .grid-holder .grid-lines--third.safari {
  filter: blur(12px);
}
#marketing-home .grid-holder .grid-mask-opacity {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(12, 11, 18, 0.4) 0%, #0c0b12 85%, #0c0b12 100%);
  transform: translate3d(0, 0, 480px);
  z-index: 4;
}
@media (max-height: 52rem) {
  #marketing-home .grid-holder .grid-mask-opacity {
    background: linear-gradient(to top, rgba(12, 11, 18, 0.4) 0%, #0c0b12 80%, #0c0b12 100%);
  }
}
@media (max-height: 75rem) {
  #marketing-home .grid-holder .grid-mask-opacity {
    background: linear-gradient(to top, rgba(12, 11, 18, 0.4) 0%, #0c0b12 70%, #0c0b12 100%);
  }
}
#marketing-home .grid-holder .grid-mask-hard-light {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #00d395 0%, #8f66ff 100%);
  mix-blend-mode: hard-light;
  opacity: 30%;
  z-index: 3;
}
#marketing-home .grid-holder .grid-mask-hue {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(to right, #00d395 0%, #8f66ff 50%, #00d395 100%);
  mix-blend-mode: hue;
  transform: translate3d(0, 0, 0);
  animation: animation-hue 10s ease-in-out infinite;
  z-index: 5;
}
@keyframes animation-hue {
  0% {
    left: 0%;
  }
  50% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes moving-grid {
  0% {
    transform: perspective(35vh) rotateX(70deg) translateZ(-140px) translateY(calc(var(--grid-size) - 100px));
  }
  100% {
    transform: perspective(35vh) rotateX(70deg) translateZ(-140px) translateY(calc(-1 * calc(var(--grid-size) + 2px)));
  }
}
#marketing-home .pagination {
  position: fixed;
  margin-top: 5.2rem;
  width: 3rem;
  height: 10rem;
  cursor: pointer;
}
#marketing-home .pagination .nav-item {
  display: block;
  height: 0.75rem;
  position: relative;
}
@keyframes activate {
  0% {
    opacity: 0.5;
    width: 1.25rem;
    height: 0.0625rem;
  }
  100% {
    opacity: 1;
    width: 2rem;
    height: 0.125rem;
  }
}
@keyframes deactivate {
  0% {
    opacity: 1;
    width: 2rem;
    height: 0.125rem;
  }
  100% {
    opacity: 0.5;
    width: 1.25rem;
    height: 0.0625rem;
  }
}
#marketing-home .pagination .nav-item:hover span {
  animation: activate 100ms ease-in forwards;
}
#marketing-home .pagination .nav-item span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: #f5e7d7;
  animation: deactivate 100ms ease-in forwards;
}
#marketing-home .pagination .nav-item.active span {
  animation: activate 100ms ease-in forwards;
}
#marketing-home .home-section {
  min-height: 100vh;
  margin-left: 7.5rem;
  margin-right: 7.5rem;
  padding-top: 5.1875rem;
  padding-bottom: 12.5rem;
  scroll-snap-align: start;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
#marketing-home .home-section .line {
  height: 0.0625rem;
  width: 100%;
  background: #657786;
  opacity: 0.3;
}
#marketing-home .home-section .hero-section {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
#marketing-home .home-section .hero-section__header {
  color: #f5e7d7;
  font-size: clamp(2rem, 5.625vw, 6rem);
  line-height: clamp(2rem, 5.625vw, 6rem);
  letter-spacing: -0.03125rem;
}
#marketing-home .home-section .hero-section__header .compound-labs-logo {
  margin-right: 1vw;
  vertical-align: middle;
  height: clamp(2rem, 5.625vw, 6rem);
}
#marketing-home .home-section .hero-section__green-text {
  color: #00ad79;
  font-size: clamp(2rem, 5.625vw, 6rem);
  line-height: clamp(2rem, 5.625vw, 6rem);
  font-weight: 600;
  letter-spacing: -0.03125rem;
  text-transform: none;
}
#marketing-home .home-section .hero-section__green-text:hover {
  opacity: 0.85;
}
#marketing-home .home-section .hero-section__base-text {
  color: #f5e7d7;
}
#marketing-home .home-section .content-section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
#marketing-home .home-section .content-section__copyright {
  margin-bottom: 1.5rem;
  font-size: 0.6875rem;
  color: #7a6f62;
  line-height: 1rem;
}
#marketing-home #intro .hero-section__header__hidden-text {
  display: none;
}
@keyframes blink {
  0% {
    background-color: #f5e7d7;
  }
  49% {
    background-color: #f5e7d7;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #f5e7d7;
  }
}
#marketing-home #intro .hero-section__header__cursor {
  display: inline-block;
  background-color: #f5e7d7;
  margin-left: 0.5rem;
  width: 0.1rem;
  animation: blink 1s infinite;
  height: 3rem;
  vertical-align: middle;
}
#marketing-home #intro .hero-section__header__cursor.typing {
  animation: none;
}
#marketing-home #intro .hero-section__header__cursor.hide {
  display: none;
}
#marketing-home #about .hero-section {
  flex-direction: column;
}
#marketing-home #press .hero-section {
  margin-bottom: 3rem;
}
#marketing-home #press .hero-section__columns {
  display: flex;
  column-gap: 2rem;
  padding: 0;
}
#marketing-home #press .hero-section__column {
  padding: 0;
}
#marketing-home #press .hero-section__column-title {
  color: #7a6f62;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding-left: 0;
  padding-bottom: 0.8rem;
}
#marketing-home #press .press-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-transform: none;
}
#marketing-home #press .press-item__title-section {
  flex-grow: 1;
}
#marketing-home #press .press-item__title-section__title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}
#marketing-home #press .press-item__title-section__press-name {
  color: #c2b3a3;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
}
#marketing-home #press .press-item__title-section__date, #marketing-home #press .press-item__title-section__author-title {
  color: #7a6f62;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
}
#marketing-home #press .press-item__arrow {
  background-image: url("/images/grey-right-arrow.svg");
  height: 1.5rem;
  min-width: 1.5rem;
  margin-left: 1rem;
  transition: all 0.5s ease-out;
}
#marketing-home #press .press-item:hover {
  color: #f5e7d7;
}
#marketing-home #press .press-item:hover .press-item__title-section__title,
#marketing-home #press .press-item:hover .press-item__title-section__press-name,
#marketing-home #press .press-item:hover .press-item__title-section__date {
  opacity: 0.85;
}
#marketing-home #press .press-item:hover .press-item__arrow {
  background-image: url("/images/green-right-arrow.svg");
  transform: translateX(0.25rem);
}
#marketing-home #team {
  margin-left: 0;
  margin-right: 0;
  z-index: 0;
  overflow: hidden;
}
#marketing-home #team .hero-section {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}
#marketing-home #team .members-section {
  display: flex;
  cursor: grab;
  overflow-x: scroll;
  padding-bottom: 10rem;
}
#marketing-home #team .members-section.is-dragging {
  cursor: grabbing;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
#marketing-home #team .members-section .members {
  display: flex;
  position: relative;
}
#marketing-home #team .members-section .members .member__img {
  flex-shrink: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20rem;
  height: 20rem;
}
#marketing-home #team .members-section .members .member__name {
  margin-top: 1.25rem;
  margin-bottom: 0rem;
  color: #f5e7d7;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
}
#marketing-home #team .members-section .members .member__title {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #f5e7d780;
}
#marketing-home #team .members-section .members .member__description {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #f5e7d780;
}
#marketing-home #team .members-section .members .member__bio {
  margin-top: 0.5rem;
}
#marketing-home #team .members-section .members .member__bio--margin .icn--linkedin {
  margin-left: 0.75rem;
}
#marketing-home #team .members-section .members .member .icn {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1rem;
  height: 1rem;
}
#marketing-home #team .members-section .members .member .icn:hover {
  opacity: 0.85;
}
#marketing-home #team .members-section .members .member .icn--twitter {
  background-image: url(/images/icons/icn-twitter-dark-grey.svg);
}
#marketing-home #team .members-section .members .member .icn--linkedin {
  background-image: url(/images/icons/icn-linkedin-dark-grey.svg);
}
#marketing-home #hiring {
  padding-bottom: 0rem;
}
#marketing-home #hiring .home-section__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#marketing-home #hiring a {
  text-transform: none;
}
#marketing-home #hiring .job-row {
  display: flex;
  cursor: pointer;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  align-items: center;
}
#marketing-home #hiring .job-row .job-section {
  display: table;
  flex-grow: 1;
}
#marketing-home #hiring .job-row .job-section h3 {
  display: table-cell;
}
#marketing-home #hiring .job-row .job-section__title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #f5e7d7;
  text-transform: none;
  margin-right: 0.5rem;
}
#marketing-home #hiring .job-row .job-section__location {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #7a6f62;
  text-transform: none;
}
#marketing-home #hiring .job-row .job-section__arrow {
  background-image: url("/images/grey-right-arrow.svg");
  height: 1.5rem;
  width: 1.5rem;
  transition: all 0.5s ease-out;
}
#marketing-home #hiring .job-row:hover .job-section__title,
#marketing-home #hiring .job-row:hover .job-section__location {
  opacity: 0.85;
}
#marketing-home #hiring .job-row:hover .job-section__arrow {
  background-image: url("/images/green-right-arrow.svg");
  transform: translateX(0.25rem);
}
@media (max-width: 40em) {
  #marketing-home .pagination {
    margin-top: 4.5rem;
  }
  #marketing-home .home-section {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
    padding-top: 4.5rem;
  }
  #marketing-home .home-section .hero-section__header, #marketing-home .home-section .hero-section__green-text {
    letter-spacing: -0.03125rem;
  }
  #marketing-home #intro .hero-section__header__cursor {
    height: 1.5rem;
  }
  #marketing-home #team .hero-section {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
    margin-bottom: 0.5rem;
  }
  #marketing-home #team .members-section .members:nth-child(1) {
    display: none;
  }
  #marketing-home #team .members-section .members {
    overflow-x: scroll;
    animation: none;
    padding-left: 3.085rem;
  }
  #marketing-home #team .members-section .members .member__name {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  #marketing-home #team .members-section .members .member__img {
    width: 15rem;
    height: 15rem;
  }
  #marketing-home #press .hero-section {
    margin-bottom: 0.5rem;
  }
  #marketing-home #press .hero-section__columns {
    padding: 0;
  }
  #marketing-home #press .hero-section__column {
    padding: 0;
  }
  #marketing-home #press .press-item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #marketing-home #press .press-item__title-section__title {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
  #marketing-home #hiring .hero-section {
    margin-bottom: 0.5rem;
  }
  #marketing-home #hiring .hero-section__header {
    display: flex;
    flex-direction: column;
  }
  #marketing-home #hiring .job-row {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  #marketing-home #hiring .job-row .job-section {
    display: block;
  }
  #marketing-home #hiring .job-row .job-section__title, #marketing-home #hiring .job-row .job-section__location {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    display: block;
  }
  #marketing-home #hiring .job-row .job-section__title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 75rem) {
  #marketing-home #press .hero-section__columns {
    flex-direction: column;
    margin-bottom: 12.5rem;
  }
}
@media (max-height: 50rem) {
  #marketing-home #press .hero-section {
    margin-bottom: 0.5rem;
  }
}

#marketing-thesis {
  background-color: #0f171f;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}
#marketing-thesis a {
  letter-spacing: 0px;
}
#marketing-thesis a:hover {
  color: #045385;
}
#marketing-thesis .padded {
  display: block;
  padding: 2rem;
}
#marketing-thesis .guttered {
  width: 95%;
}
@media (min-width: 768px) {
  #marketing-thesis .guttered {
    width: 720px;
  }
}
@media (min-width: 992px) {
  #marketing-thesis .guttered {
    width: 960px;
  }
}
@media (min-width: 1230px) {
  #marketing-thesis .guttered {
    width: 1140px;
  }
}
#marketing-thesis .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: auto;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  #marketing-thesis .video-container:first-child {
    margin-top: 50px;
  }
}
#marketing-thesis .thesis-player {
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#marketing-thesis .hero {
  margin: 10rem auto 5rem auto;
  text-align: center;
}
#marketing-thesis .hero .flex-and-gap {
  justify-content: center;
  margin: 15px;
}
#marketing-thesis .hero__thesis-logo {
  display: block;
  width: 50%;
  height: auto;
  margin: auto;
}
#marketing-thesis .hero .mission-statement {
  margin: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 700px;
  width: 90%;
  text-align: center;
  color: #6d7e8f;
}
@media (max-width: 576px) {
  #marketing-thesis .hero {
    margin: 5rem 0;
  }
}
#marketing-thesis .left-side-drip {
  float: left;
  color: #516070;
  transform-origin: left;
  transform: translateY(500%) rotate(-90deg);
}
#marketing-thesis .left-side-drip p {
  color: #516070;
}
#marketing-thesis .left-side-drip .long-gray-line {
  transform: translateY(-500%) translateX(120%);
}
#marketing-thesis .right-side-drip {
  float: right;
  color: #516070;
  transform-origin: right;
  transform: rotate(90deg);
}
#marketing-thesis .right-side-drip p {
  color: #516070;
  text-align: right;
}
#marketing-thesis .right-side-drip .long-gray-line {
  transform: translateY(300%) translateX(120%);
  margin: 0;
  width: 170px;
}
#marketing-thesis .long-gray-line {
  height: 1px;
  border: 1px solid rgba(245, 247, 250, 0.1);
}
#marketing-thesis .gradient-bg {
  background: linear-gradient(111.98deg, #121b23 42.8%, #192734 97.98%);
}
#marketing-thesis .hidden {
  display: none;
}
#marketing-thesis .all-episodes {
  margin: auto;
  margin-top: 4rem;
  padding-bottom: 6rem;
}
#marketing-thesis .all-episodes .year-of-shows {
  padding-bottom: 4rem;
}
#marketing-thesis .all-episodes .episode-year {
  display: flex;
  color: #6d7e8f;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
}
#marketing-thesis .all-episodes .episode-year p {
  margin-right: 10px;
}
#marketing-thesis .all-episodes .episode-year .long-gray-line {
  flex-basis: 100%;
  margin: auto;
}
#marketing-thesis .all-episodes .cards-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  #marketing-thesis .all-episodes .cards-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  #marketing-thesis .all-episodes .cards-list {
    grid-template-columns: 1fr;
  }
}
#marketing-thesis .all-episodes .thumbnail-card {
  background-color: #1d2833;
  border-radius: 10px;
  margin: 0;
  margin-top: 15px;
}
#marketing-thesis .all-episodes .thumbnail-card:hover {
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.4);
}
#marketing-thesis .all-episodes .thumbnail-card__episode-number {
  margin: 1rem;
  display: block;
  color: #00aaff;
}
#marketing-thesis .all-episodes .thumbnail-card__title {
  color: #ffffff;
  margin: 1rem;
  display: block;
  text-transform: none;
  height: 4rem;
}
#marketing-thesis .all-episodes .thumbnail-card img {
  border-radius: 10px 10px 0 0;
  display: block;
  width: 100%;
}
#marketing-thesis .listen-on-links {
  flex-wrap: wrap;
}
#marketing-thesis .listen-on-links .listen-on-title {
  width: 100%;
  font-family: "Haas Grot Text R";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
#marketing-thesis .listen-on-links .spotify {
  background-image: url("/images/thesis-distribution/spotify.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
}
#marketing-thesis .listen-on-links .youtube {
  background-image: url("/images/thesis-distribution/youtube.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 38px;
}
#marketing-thesis .listen-on-links .apple {
  background-image: url("/images/thesis-distribution/apple.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
}
@media (max-width: 520px) {
  #marketing-thesis .episode-info {
    flex-direction: column;
  }
}
#marketing-thesis .episode-info {
  display: flex;
  margin: auto;
  margin-bottom: 120px;
  gap: 30px;
}
#marketing-thesis .episode-info .about-or-transcript {
  flex-basis: 60%;
  gap: 10px;
}
#marketing-thesis .episode-info .about-or-transcript h1 {
  margin: 0 0 1rem 0;
}
#marketing-thesis .episode-info .about-or-transcript .transcript-line {
  margin-top: 1em;
}
#marketing-thesis .episode-info .about-or-transcript__airing-info {
  gap: 15px;
  margin-bottom: 1rem;
}
#marketing-thesis .episode-info .about-or-transcript__airing-info * {
  flex-basis: 10%;
}
#marketing-thesis .episode-info .about-or-transcript__buttons {
  margin-bottom: 2em;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  gap: 15px;
}
#marketing-thesis .episode-info .about-or-transcript__buttons .active {
  color: #00aaff;
  text-decoration: underline;
  text-underline-position: under;
  text-underline-offset: 0.5rem;
}
#marketing-thesis .episode-info .about-or-transcript__buttons * {
  flex-basis: 10%;
}
#marketing-thesis .episode-info .about-or-transcript__buttons *:hover {
  color: #045385;
}
#marketing-thesis .gray-title {
  font-weight: 500;
  font-size: 11px;
  line-height: 145%;
  text-transform: uppercase;
  color: #8b9cad;
}
#marketing-thesis .flex-and-gap {
  display: flex;
  gap: 10px;
  align-items: center;
}
#marketing-thesis .bios {
  flex-basis: 30%;
  display: flex;
  gap: 22px;
  flex-direction: column;
}
#marketing-thesis .thesis-bio {
  display: flex;
  gap: 22px 22px;
}
#marketing-thesis .thesis-bio img {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
#marketing-thesis .thesis-bio .name-and-bio__name {
  /* Heading 4 Emphasized */
  margin-bottom: 4px;
}
#marketing-thesis .thesis-bio .name-and-bio__titles-and-such {
  /* Meta 3 */
  font-family: "Haas Grot Disp R";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #6d7e8f;
}
#marketing-thesis .checker-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 500px;
  width: 100%;
}
#marketing-thesis .checker-bg:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("/images/checker-vector.svg");
  background-size: cover;
  opacity: 0.25;
}
#marketing-thesis .inbound-email-grabber {
  /* get above the background image after for opacity hack  */
  z-index: 1;
  width: 50%;
}
@media (max-width: 768px) {
  #marketing-thesis .inbound-email-grabber {
    width: 80%;
  }
}
#marketing-thesis .inbound-email-grabber h1 {
  margin: auto;
  max-width: 600px;
  margin-bottom: 60px;
}
#marketing-thesis .inbound-email-grabber .email-form {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  gap: 1em;
  margin-top: 1em;
  max-width: 700px;
}
#marketing-thesis .inbound-email-grabber .input-padder {
  flex-basis: 80%;
  border-radius: 16px;
  padding: 10px;
  background-color: #1d2833;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#marketing-thesis .inbound-email-grabber input {
  background-color: #17212b;
  border: 1.5px solid #f5f7fa26;
  color: #ffffff;
}
#marketing-thesis .inbound-email-grabber input.error {
  border-color: #f54e59;
}
#marketing-thesis .inbound-email-grabber input.error + .status-symbol {
  background-image: url("/images/icons/error-exclamation.svg");
  background-size: cover;
  width: 1em;
  height: 1em;
  right: 1.5em;
  position: absolute;
}
#marketing-thesis .inbound-email-grabber input:focus {
  border-color: #00aaff;
}
#marketing-thesis .inbound-email-grabber input.success {
  border-color: #00C289;
}
#marketing-thesis .inbound-email-grabber input.success + .status-symbol {
  background-image: url("/images/icons/checkmark.svg");
  background-size: cover;
  width: 1em;
  height: 1em;
  right: 1.5em;
  position: absolute;
}
#marketing-thesis .inbound-email-grabber .pill-button {
  background-color: #00C289;
  border-color: #00C289;
  color: #ffffff;
  text-transform: none;
}
#marketing-thesis .inbound-email-grabber .pill-button:hover {
  background-color: #28e0a9;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.4);
}
#marketing-thesis .inbound-email-grabber h1 {
  text-align: center;
  color: #ffffff;
  font-family: "Haas Grot Disp R";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
#marketing-thesis .inbound-email-grabber input {
  border-radius: 8px;
}

body {
  font-family: var(--body-font-family), sans-serif;
  font-weight: var(--body-font-weight);
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.85;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 1em 0;
  text-rendering: optimizelegibility;
  font-weight: 500;
}

:root {
  font-size: 16px;
}

#main {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  position: relative;
}
#main ::-webkit-scrollbar {
  width: 0.375rem;
}
#main ::-webkit-scrollbar-track {
  background: transparent;
}
#main ::-webkit-scrollbar-thumb {
  border-radius: 0.315rem;
  background: rgba(0, 0, 0, 0.35);
}
#main ::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}
#main > div:not(.alert) {
  flex-grow: 1;
}

.mobile-hide {
  display: none;
}
@media (min-width: 40em) {
  .mobile-hide {
    display: unset;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 40em) {
  .mobile-only {
    display: none;
  }
}

.modal {
  align-items: flex-start;
}
.modal .container {
  margin-top: 6.5rem;
}

/*# sourceMappingURL=main.css.map */


/*# sourceMappingURL=app.bd9931f2.chunk.css.map*/