:root {
  --gray900: #141414;
  --gray500: #737373;
  --gray100: whitesmoke;
  --gray200: #e5e5e5;
  --gray300: #d6d6d6;
  --white: white;
  --gray25: #fcfcfc;
  --gray50: #fafafa;
  --gray400: #a3a3a3;
  --gray600: #525252;
  --gray700: #424242;
  --gray800: #292929;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
}

body {
  color: var(--gray900);
  font-family: obviously, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  letter-spacing: normal;
  margin-bottom: 1rem;
}

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

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .125rem solid var(--gray900);
  color: var(--gray900);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-normal {
  font-weight: 400;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.page-wrapper {
  overflow: hidden;
}

.page-padding {
  padding-left: 2vw;
  padding-right: 2vw;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-small {
  margin: 1.5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  letter-spacing: normal;
  font-size: .9rem;
  line-height: 1.5;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-gray500 {
  color: var(--gray500);
}

.logo_logomark {
  background-color: var(--gray900);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  margin-right: .5rem;
  display: flex;
}

.navbar_component {
  background-color: #0000;
  align-items: center;
  width: 100vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo_component {
  z-index: 1;
  margin: -.5rem;
  padding: .5rem;
}

.navbar-button_component {
  cursor: pointer;
  margin: -.75rem;
  padding: .75rem;
}

.logo_wrapper {
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.header_component {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header_content-left {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.navbar_links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  display: flex;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--gray900);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin: -.5rem 0;
  padding: .5rem 0 .75rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.button_underline {
  background-color: var(--gray900);
  width: 100%;
  height: 2px;
  display: none;
}

.button_underline-wrapper {
  margin: .5rem 0;
  position: absolute;
  inset: auto 0% -.25rem;
  overflow: hidden;
}

.button-secondary {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--gray900);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin: -.5rem;
  padding: .5rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.image-wrapper-8-5 {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}

.button-tertiary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--gray500);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin: -.5rem;
  padding: .5rem;
  font-weight: 600;
  transition: color .2s;
  display: flex;
  position: relative;
}

.button-tertiary:hover {
  color: var(--gray900);
}

.header_content-wrapper {
  justify-content: space-between;
  display: flex;
}

.header_content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  place-items: flex-end start;
  width: 100%;
  display: flex;
}

.reading-list_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start start;
  width: 100%;
  padding: 1rem 1.25rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.reading-list_row:hover {
  background-color: var(--gray100);
}

.reading-list_title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.section_footer {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
  display: none;
}

.reading-list_dot {
  background-color: var(--gray300);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: .5rem;
  margin-top: .5rem;
  display: flex;
}

.mobile-tabs_link {
  color: var(--gray500);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 2rem;
  align-items: center;
  padding: .375rem .75rem;
  font-weight: 600;
  transition: color .2s, border-color .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.mobile-tabs_link.w--current {
  border: 1px solid var(--gray200);
  color: var(--gray900);
  background-color: #fff;
  box-shadow: 0 1px 2px #1414140f;
}

.mobile-tabs_links-wrapper {
  z-index: 99;
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  border: 1px solid var(--gray200);
  -webkit-backdrop-filter: blur(8px) saturate(200%);
  backdrop-filter: blur(8px) saturate(200%);
  background-color: #ffffffe6;
  border-radius: 2rem;
  align-items: center;
  padding: .25rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 12px 16px -4px #14141414, 0 4px 6px -2px #14141408;
}

.mobile-tabs_component {
  justify-content: center;
  padding-bottom: 1.5rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.navbar_wrapper {
  z-index: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 2vw;
  display: flex;
}

.emoji-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.emoji {
  font-size: 1.5rem;
  position: relative;
  top: 6px;
}

@media screen and (min-width: 1440px) {
  .section_footer {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .header_content-left {
    max-width: 30rem;
  }

  .mobile-tabs_links-wrapper {
    top: 80px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3.25rem;
  }

  h3 {
    font-size: 2.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_component {
    margin-bottom: 3.5rem;
  }

  .reading-list_row {
    grid-template-columns: 1fr;
  }

  .navbar_wrapper {
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.25rem;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: .9rem;
  }

  .navbar-button_component {
    z-index: 999;
    margin: -.75rem;
    padding: .75rem;
    display: block;
    position: relative;
  }

  .header_component {
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header_content-left {
    width: 24rem;
  }

  .navbar_links-wrapper {
    display: none;
  }

  .button {
    margin: -.5rem;
    padding: .5rem;
    font-size: 1rem;
  }

  .button-tertiary {
    font-size: 1rem;
  }

  .button-tertiary:hover {
    color: var(--gray500);
  }

  .header_content-wrapper {
    margin-top: 2rem;
  }

  .header_content-right {
    justify-content: flex-start;
    display: none;
  }

  .reading-list_row {
    grid-row-gap: .25rem;
    border-top: 1px solid var(--gray200);
    border-radius: 0;
    grid-template-columns: 1fr;
    padding: .75rem .75rem .75rem 0;
  }

  .reading-list_row:hover {
    background-color: #0000;
  }

  .mobile-tabs_links-wrapper {
    z-index: 1;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 0;
    top: 3.75rem;
  }

  .mobile-tabs_component {
    display: flex;
  }

  .navbar_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header_component {
    min-height: 42rem;
  }

  .header_content-left {
    width: 100%;
  }

  .reading-list_row {
    grid-template-columns: 1fr;
    padding-right: 0;
  }
}


