@charset "UTF-8";
/*

 */
:root {
  --aglet-largest:3.5rem;
  --aglet-large:2.5rem;
  --aglet-medium:1.8rem;
  --grep-small: 0.75rem;
  --slider-width:6.8rem;
  --icon-width:1.2rem;
  --toggle-width:0.8rem; }

@media (max-width: 1440px) {
  :root {
    --aglet-large:1.8rem; } }

@media (max-width: 1280px) {
  :root {
    --grep-small: 1rem; } }

@media (max-width: 640px) {
  :root {
    --grep-small: 0.8rem;
    --aglet-largest:2.2rem; } }

@font-face {
  font-family: 'Grep Variable';
  src: url(/assets/GrepVFItalic-68060aba1c0def6b26b0bd289b45813652c676f3e5020f76840dae1182767f13.woff2) format("woff2-variations"), url(/assets/GrepVFItalic-e14657ec281ee88651c85256cbd4528c8b005633dd4a0e6f1c63739f83ffed7b.woff) format("woff-variations");
  font-weight: 400 1000;
  font-style: italic; }

@font-face {
  font-family: 'Grep Variable';
  src: url(/assets/GrepVFRoman-f147465b0c47ea2b8c4cceada3e35b8eaf8b9cb44cfcc3a7f580540a3d679554.woff2) format("woff2-variations"), url(/assets/GrepVFRoman-eb85399af720ac30d73d1bcea1a61ec91f6e9e0b36ab7d6142bbcd3bf3bcf84b.woff) format("woff-variations");
  font-weight: 400 1000;
  font-style: normal; }

@font-face {
  font-family: 'Aglet Slab Variable';
  src: url(/assets/AgletSlabItalicsVariable-446f0814d532a93268e93cebc2b75f1f66e68474ec67204cae44f0b574c2be47.woff2) format("woff2-variations"), url(/assets/AgletSlabItalicsVariable-9e23807679de37bea5b7b6b19247b171f001dd2abcdc8bb6c198399354ef4010.woff) format("woff-variations");
  font-weight: 300 900;
  font-style: italic; }

@font-face {
  font-family: 'Aglet Slab Variable';
  src: url(/assets/AgletSlabRomansVariable-8af4627d2a7c5961e4f20e87d2326702b63272d086a4e78fdf50b9e12c446b98.woff2) format("woff2-variations"), url(/assets/AgletSlabRomansVariable-6ff32c676ac1a594618f6722a196ca02e0a887bf3f8ff766ba0c6ec8b771314f.woff) format("woff-variations");
  font-weight: 300 900;
  font-style: normal; }

@font-face {
  font-family: 'Aglet Sans Variable';
  src: url(/assets/AgletSansRomansVariable-2c9330b21a4a0401e206aa596fb15f2919d8859803fff3a3af4a4370b10d06ba.woff2) format("woff2-variations"), url(/assets/AgletSansRomansVariable-ee57afc531d416c7f18cbf8403dc37490b588c516c9864bd364284ca4ba95825.woff) format("woff-variations");
  font-weight: 300 900;
  font-style: normal; }

html {
  font-size: 0.95vw; }

body {
  padding: 0;
  margin: 0;
  color: #000;
  background-color: #fff;
  line-height: 1.4;
  font-family: 'Grep Variable';
  font-variation-settings: "wght" 475;
  font-size: 1rem; }
  body.sidebar:not(.dark) {
    background-color: #fff; }
  body.sidebar.dark.legal {
    background-color: #fff; }
    body.sidebar.dark.legal header {
      background-color: #121212; }
  body.sidebar.dark:not(.legal) {
    align-items: stretch; }
    body.sidebar.dark:not(.legal) aside, body.sidebar.dark:not(.legal) #main_content {
      background-color: #121212; }
    body.sidebar.dark:not(.legal) header {
      background-color: #121212; }
    body.sidebar.dark:not(.legal) #main_content {
      padding-left: 1.4rem;
      padding-right: 1.4rem; }
      body.sidebar.dark:not(.legal) #main_content h1 {
        font-size: var(--aglet-large); }
  body.sidebar.checkout #main_content {
    padding: 1.4rem; }
  body.sidebar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 1.4rem;
    padding: 0 1.4rem;
    align-items: baseline; }
    body.sidebar.checkout {
      align-items: stretch; }
      body.sidebar.checkout #main_content, body.sidebar.checkout aside {
        background-color: #000000;
        position: static; }
      body.sidebar.checkout aside {
        position: relative;
        top: 0; }
        body.sidebar.checkout aside > h1 {
          font-size: var(--aglet-large);
          color: #fff;
          background-color: transparent;
          margin-bottom: 1.4rem; }
      body.sidebar.checkout main > h1 {
        font-size: var(--aglet-medium);
        margin-bottom: 1.4rem; }
    body.sidebar footer, body.sidebar header {
      grid-column: span 3;
      margin-left: -1.4rem;
      margin-right: -1.4rem;
      width: calc(100% + 2.8rem); }
    body.sidebar aside {
      position: sticky;
      top: 3.5rem;
      height: auto;
      max-height: none;
      padding: 1.4rem; }
      body.sidebar aside > h1 {
        font-size: var(--aglet-large);
        position: static;
        background-color: transparent;
        padding: 0;
        margin: 0;
        height: auto; }
    body.sidebar #main_content {
      height: auto;
      max-height: none;
      padding: 1.4rem; }
      body.sidebar #main_content .cells .text, body.sidebar #main_content .cells h2, body.sidebar #main_content .cells h3 {
        margin-left: 0; }
  body.dark, body.fonts {
    background-color: #121212; }
    body.dark header, body.fonts header {
      color: #fff; }
      body.dark header a, body.fonts header a {
        color: #fff; }
      body.dark header .link:after, body.fonts header .link:after {
        filter: invert(1); }
    body.dark #logo path, body.fonts #logo path {
      fill: #fff; }
  body.trials .section_header, body.checkout .section_header, body.order .section_header {
    background-color: #fff;
    color: #000; }
    body.trials .section_header a, body.checkout .section_header a, body.order .section_header a {
      color: #000; }
  body.white_type {
    color: #fff; }
    body.white_type .slideshow_previous, body.white_type .slideshow_next {
      filter: invert(1); }
    body.white_type a {
      color: #fff; }
    body.white_type .link:after {
      filter: invert(1); }
    body.white_type #logo path {
      fill: #fff; }
    body.white_type.reader aside img {
      filter: invert(100%); }
  body.fonts header {
    background-color: rgba(0, 0, 0, 0.8);
    background-color: #121212; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li {
    padding-left: 0.5rem;
    position: relative;
    margin-bottom: 0.35rem;
    display: block; }
    ul li::before {
      content: '•';
      position: absolute;
      line-height: 1.15;
      top: 0;
      left: 0; }

img, video {
  display: block; }

nav {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 700;
  font-size: 1.1rem;
  display: flex;
  line-height: 1; }

.section_header {
  padding: 0.7rem 1.4rem;
  background-color: #121212;
  color: #fff;
  z-index: 5;
  position: sticky;
  top: 0; }
  .section_header a {
    color: #fff; }

main .section_header {
  top: 3.5rem; }

@media (min-width: 768px) {
  main {
    min-height: calc(100vh - 14rem); } }

.form_separator {
  height: 0.1rem;
  border-radius: 0.1rem; }

.form_separator {
  margin: 1.4rem 0;
  background-color: #fff; }

body.dark .section_header a {
  color: #000; }

a {
  text-decoration: none;
  color: #000; }

p {
  padding: 0;
  margin: 0 0 1em 0; }
  p:last-child {
    margin-bottom: 0; }

h1, h2 {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 700;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 0; }

h1 {
  margin-bottom: 0; }

h2 {
  margin-bottom: 0.7rem; }

main {
  box-sizing: border-box; }

#font_feature_top {
  margin: 1.4rem 0 0 0;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 4.9rem;
  z-index: 10; }

#articles_index {
  margin-top: 1.4rem; }

.articles_index {
  display: grid;
  padding: 1.4rem;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.4rem;
  align-items: flex-start;
  font-size: var(--grep-small); }
  .articles_index a {
    display: block; }
  .articles_index img {
    width: 100%;
    margin-bottom: 0.49rem; }

.styled_scrollbar {
  overscroll-behavior: contain;
  scrollbar-width: auto;
  scrollbar-color: #555 transparent;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.styled_scrollbar::-webkit-scrollbar-track {
  background-color: #ccc;
  width: 0.5rem; }

.styled_scrollbar::-webkit-scrollbar-thumb {
  background-color: #555;
  border: none;
  border-radius: 0; }

.styled_scrollbar::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem; }

.link:after {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: -0.6rem;
  width: 0.35em;
  height: 0.7em;
  transform: translateY(-50%);
  background-image: url(/assets/link_indicator-1eeb655756d16d2d99bdced798d7bbc6466414b971e6147e97ba50c8bfa7ca2e.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none; }

.link.selected:after {
  display: block; }

@media (hover: hover) {
  .link {
    position: relative; }
    .link:hover:after {
      display: block; } }

@media (max-width: 1440px) {
  html {
    font-size: 1.2vw; } }

@media (max-width: 1280px) {
  html {
    font-size: 1.45vw; } }

@media (max-width: 768px) {
  html {
    font-size: 2.4vw; }
  body.dark #mobile_nav_toggle svg rect, body.fonts #mobile_nav_toggle svg rect {
    fill: #fff; }
  body.white_type #mobile_nav_toggle svg rect {
    fill: #fff; }
  body.articles .articles_index {
    margin-top: 1.4rem; }
  body.sidebar {
    display: block;
    z-index: 1; }
    body.sidebar aside {
      position: relative;
      top: 0;
      width: 100%;
      height: auto; }
    body.sidebar main, body.sidebar footer {
      width: 100%;
      min-width: 100%;
      margin-left: 0; }
    body.sidebar.font aside {
      display: none; }
  .articles_index {
    grid-template-columns: repeat(2, 1fr); } }

#error_page {
  position: fixed;
  left: 1.4rem;
  right: 1.4rem;
  top: 3.5rem;
  bottom: 1.4rem;
  color: #000000; }

h1#error_message {
  font-size: calc(var(--aglet-large)*3);
  position: absolute;
  text-align: center;
  padding: 2.8rem;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 4.8rem;
  background-color: #00d1ff;
  display: flex;
  align-items: center;
  justify-content: center; }
  h1#error_message.server_error {
    background-color: #ea4724; }

#purchase_message_content:before, #add_to_cart_errors:before, #checkout_error:before, #cart_message_content:before, #trial_errors:before {
  content: '';
  width: 1em;
  height: 1em;
  margin-right: 0.22em;
  position: relative;
  top: 0.14em;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/xyz_alert-350405fdf5b09b4fc068b6579e14d38c50f074bff153ce8dca00de67edc9ed6d.svg); }

@media (max-width: 640px) {
  html {
    font-size: 4.5vw; }
  h1, h2, nav {
    font-size: 1rem; }
  h1#error_message {
    font-size: 3rem; }
  .articles_index {
    display: block; }
    .articles_index a, .articles_index a.article_link {
      margin-bottom: 1.4rem;
      border-radius: 0.7rem; }
      .articles_index a img, .articles_index a.article_link img {
        border-radius: 0.7rem !important; } }

header {
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: inherit;
  z-index: 100;
  box-sizing: border-box;
  width: 100%;
  min-width: 100%; }
  header nav a, header nav h1, header nav span {
    margin: 0 1.05rem; }

body.font #cart_label:after {
  filter: invert(1); }

#skip_to_main {
  opacity: 0;
  left: 7.4rem;
  position: absolute;
  pointer-events: none; }
  #skip_to_main:focus-visible {
    opacity: 1;
    z-index: 3; }

#logo {
  position: absolute;
  top: 50%;
  left: 1.4rem;
  transform: translateY(-50%); }
  #logo svg {
    display: block;
    height: 1.5rem;
    width: auto; }
  #logo path {
    fill: #000; }

#cart_label {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 700;
  font-size: 1.1rem;
  font-feature-settings: "case" 1;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%); }

#mobile_nav_toggle {
  display: none; }

@media (max-width: 768px) {
  body.open_mobile_nav {
    overflow: hidden; }
    body.open_mobile_nav #logo path {
      fill: #fff; }
    body.open_mobile_nav header {
      background-color: #000; }
      body.open_mobile_nav header nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50vh;
        transform: translateY(calc(-50% - 1.75rem));
        left: 0;
        width: 100%;
        height: calc(100vh + 4rem);
        background-color: #000;
        color: #fff; }
        body.open_mobile_nav header nav a, body.open_mobile_nav header nav span.link, body.open_mobile_nav header nav h1 {
          position: relative;
          font-size: 2.85rem;
          color: #fff;
          margin: 0.7rem 0; }
        body.open_mobile_nav header nav h1:after, body.open_mobile_nav header nav span.link:after, body.open_mobile_nav header nav a.link:after {
          left: -1.5rem; }
    body.open_mobile_nav #mobile_nav_toggle svg rect {
      fill: #fff; }
    body.open_mobile_nav #mobile_nav_toggle svg rect:nth-child(1) {
      transform: rotate(-45deg) translateY(2.5%); }
    body.open_mobile_nav #mobile_nav_toggle svg rect:nth-child(2) {
      opacity: 0; }
    body.open_mobile_nav #mobile_nav_toggle svg rect:nth-child(3) {
      transform: rotate(45deg) translateY(-2.5%); }
  #cart_label {
    display: none; }
  #logo, #mobile_nav_toggle {
    z-index: 2000; }
  #logo img {
    height: 2rem; }
  #mobile_nav_toggle {
    display: block;
    position: absolute;
    top: 0.84rem;
    right: 1.4rem;
    width: 2rem;
    color: transparent;
    z-index: 1000;
    border: 0;
    padding: 0;
    margin: 0; }
    #mobile_nav_toggle svg {
      width: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      overflow: visible; }
      #mobile_nav_toggle svg rect {
        fill: #000;
        transition: opacity 0.3s ease, transform 0.3s ease;
        transform: rotate(0deg);
        opacity: 1; }
        #mobile_nav_toggle svg rect:nth-child(1) {
          transform-origin: top right; }
        #mobile_nav_toggle svg rect:nth-child(3) {
          transform-origin: bottom right; }
  header {
    z-index: 1000; }
    header nav {
      z-index: 20;
      display: none; } }

footer {
  background-color: #2b2b2b;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1.4rem;
  font-size: var(--grep-small);
  box-sizing: border-box;
  width: 100%;
  min-width: 100%; }
  footer a {
    position: relative;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }
    footer a.selected:after {
      display: block; }

#footer_collections {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 1.4rem;
  width: 50%;
  margin-bottom: 0; }

#footer_left .footer_links {
  margin-bottom: 1.4rem; }
  #footer_left .footer_links > div, #footer_left .footer_links > a {
    margin-right: 1.4rem; }

#footer_right {
  min-width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  text-align: right; }
  #footer_right .footer_link:not(.credit) {
    margin-left: 1.4rem; }
  #footer_right .footer_bottom {
    margin-top: 1.4rem; }

#credit {
  min-width: 100%; }

.newsletter_signup_message {
  margin-top: 0.5rem;
  color: #FFAEAE; }

footer .newsletter_signup_form:not(.error) .newsletter_signup_message {
  margin-top: 0; }

#footer_sub_links a {
  white-space: nowrap; }

.footer_link {
  position: relative;
  display: inline-block;
  margin-right: 1.25em; }
  .footer_link.external:after {
    content: '';
    position: absolute;
    display: block;
    top: 0.23em;
    right: -1.25em;
    width: 1.05em;
    height: 1.05em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/assets/external-bbe2de2de5a57682d1010f468502394043f784de07e7638011a52df6c5e22f8a.svg); }

.footer_links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }

#footer_credits {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 0.2rem; }

.collection_svg_link:focus-visible img {
  outline: 0.1rem solid;
  outline-offset: 0.1rem;
  outline-color: #000; }

.collection_svg_link img {
  display: block;
  height: 1.7rem;
  filter: invert(1);
  width: auto; }

@media (max-width: 1280px) {
  #footer_credits {
    display: block; } }

@media (max-width: 768px) {
  footer {
    display: block; }
    footer .newsletter_signup_form {
      display: block; }
  #footer_collections {
    margin-bottom: 1.4rem;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 1.4rem; }
  #footer_right {
    padding: 0;
    width: 100%;
    min-width: 100%;
    grid-gap: 0 1.4rem; }
    #footer_right .footer_link:not(.credit) {
      margin-left: 0; }
  .footer_links:nth-child(3), .footer_links:nth-child(4) {
    grid-column: span 2; } }

@media (max-width: 640px) {
  #footer_right {
    text-align: left;
    display: flex;
    flex-direction: column; }
    #footer_right .footer_link {
      margin: 0 0 0.3rem 0; }
  .footer_links {
    flex-direction: column; }
    .footer_links a {
      margin-bottom: 0.3rem;
      display: inline-block; } }

body.homepage {
  background-color: #fff; }

.homepage_slideshow {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 42vw;
  margin-bottom: 1.4rem;
  overflow: hidden;
  line-height: 0; }
  .homepage_slideshow:not(.no_transition) .homepage_slides_strip {
    transition: transform 0.5s ease, opacity 0.5s ease; }
  .homepage_slideshow.images_loaded .homepage_slides_strip {
    opacity: 1; }
  .homepage_slideshow button:active {
    box-shadow: none; }
  .homepage_slideshow button:focus-visible {
    background-color: rgba(80, 80, 80, 0.75);
    color: #fff; }

#homepage_custom.homepage_slideshow .homepage_slide.center {
  background-color: #2b2b2b !important; }
  #homepage_custom.homepage_slideshow .homepage_slide.center img {
    filter: invert(1); }

.homepage_previous, .homepage_next {
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  color: transparent;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0;
  width: 17vw;
  z-index: 5;
  height: 100%;
  position: absolute;
  top: 0; }

.homepage_previous {
  left: 0;
  border-radius: 0 4.8rem 4.8rem 0;
  cursor: w-resize; }

.homepage_next {
  right: 0;
  border-radius: 4.8rem 0 0 4.8rem;
  cursor: e-resize; }

.homepage_slides_strip {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-flex;
  opacity: 0; }
  .homepage_slides_strip a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.homepage_slide, .homepage_slide_buffer {
  position: relative;
  width: 63vw;
  height: 100%;
  border-radius: 4.8rem;
  overflow: hidden;
  margin: 0 0.7rem; }
  .homepage_slide img, .homepage_slide_buffer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .homepage_slide.cycler img, .homepage_slide_buffer.cycler img {
    visibility: hidden; }
    .homepage_slide.cycler img.shown, .homepage_slide_buffer.cycler img.shown {
      visibility: visible; }

#homepage_retail_fonts .homepage_slide, #homepage_retail_fonts .homepage_slide_buffer {
  background-color: #00d1ff; }

#homepage_early_access .homepage_slide, #homepage_early_access .homepage_slide_buffer {
  background-color: #d9ff00; }

@media (max-width: 1024px) {
  .homepage_slide_buffer {
    display: none; }
  .homepage_slideshow, .homepage_slides_strip {
    display: block;
    position: relative;
    height: auto;
    margin: 0; }
  .homepage_slides_strip {
    transform: none !important; }
  .homepage_next, .homepage_previous {
    display: none; }
  .homepage_slide {
    width: calc(100vw - 1.4rem);
    height: calc(66.66vw - 0.93324rem);
    position: relative;
    margin-bottom: 0.7rem; } }

@media (max-width: 768px) {
  body.homepage main {
    margin-top: 0.7rem; }
  .homepage_slide {
    width: calc(100% - 2.8rem);
    box-sizing: border-box;
    height: calc(66.66vw - 0.93324rem);
    position: relative;
    border-radius: 1.8rem;
    margin: 0 1.4rem 0.7rem 1.4rem; } }

@media (max-width: 640px) {
  .homepage_slide {
    border-radius: 0.7rem;
    margin: 0 1.4rem 1.4rem 1.4rem;
    width: auto; } }

body {
  background-color: #121212; }
  body.font .articles_index {
    grid-gap: 1.4rem;
    padding: 0;
    grid-template-columns: repeat(4, 1fr); }
    body.font .articles_index a.article_link {
      background-color: rgba(255, 255, 255, 0.5);
      color: #fff; }
  body.font main {
    background-color: #fff; }

.index_tester {
  display: grid;
  grid-template-columns: 1fr 5fr;
  border-radius: 2.4rem;
  margin: 0 1.4rem;
  padding: 0;
  background-color: transparent;
  color: #fff; }
  .index_tester .collection_details {
    margin-top: 1.4rem;
    color: #fff; }
    .index_tester .collection_details a {
      color: #fff; }
  .index_tester:last-child {
    margin-bottom: 1.4rem; }

#index_tester_text {
  position: sticky;
  top: 3.5rem;
  padding: 0.7rem 0;
  background-color: #121212;
  z-index: 100;
  display: flex;
  margin-top: 0;
  margin-bottom: 1.4rem;
  align-items: center; }
  #index_tester_text input {
    font-family: 'Aglet Slab Variable', serif;
    font-variation-settings: "wght" 555;
    font-size: 1.1rem;
    border: 0.1rem solid #eee;
    background-color: #aaa;
    padding: 0.2rem 0.5rem;
    border-radius: 1.2rem;
    color: #000000;
    text-align: center;
    width: 31rem;
    margin: 0 auto;
    display: block; }
    #index_tester_text input::placeholder {
      color: #333; }

.collection_details {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.7rem;
  border-radius: 0.7rem;
  padding-right: 1.4rem;
  color: #fff; }
  .collection_details h2 {
    margin-right: 1.4rem;
    margin-bottom: 0.7rem; }
  .collection_details div {
    font-size: 0.8rem;
    margin-bottom: 0.2rem; }

.index_learn_more {
  text-decoration: underline; }

.index_tester_text {
  font-size: 9rem;
  line-height: 1;
  max-width: 100%;
  position: relative;
  padding-bottom: 1.4rem;
  border-bottom: 0.2rem solid transparent;
  color: #fff; }

#fonts_top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-radius: 1.4rem;
  padding: 1.4rem;
  margin: 1.4rem 1.4rem 0 1.4rem;
  line-height: 1;
  position: static;
  color: #000;
  background-color: #fff; }
  #fonts_top a {
    color: #000; }

#font_heading {
  width: 33.33%; }

#font_actions {
  width: 33.33%;
  text-align: right;
  position: relative; }
  #font_actions button.styled {
    position: absolute;
    top: -1.05rem;
    background-color: #000000;
    border-color: #000000;
    right: 0;
    bottom: auto; }

#font_nav {
  display: flex;
  justify-content: center;
  width: 33.33%;
  white-space: nowrap; }
  #font_nav a, #font_nav h1 {
    margin-left: 1.05rem;
    margin-right: 1.05rem; }

#families {
  padding: 1.4rem; }
  #families a {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.4rem;
    border-radius: 2.4rem;
    overflow: hidden;
    padding: 0.7rem 1.4rem 0 1.4rem;
    background-color: rgba(255, 255, 255, 0.5); }
    #families a:last-child {
      margin-bottom: 0; }

.family_image {
  min-width: calc(66% - 1.4rem);
  width: calc(66% - 1.4rem);
  margin-right: 2.8rem; }

.family_info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.6rem; }
  .family_info h2 {
    margin-right: 1.4rem; }
  .family_info > span {
    line-height: 1; }

.family_description {
  font-size: var(--grep-small);
  padding-right: 1.4rem; }

#collection_main {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 0 2.8rem;
  align-items: flex-start; }
  #collection_main img {
    height: 2rem; }

#collection_credits {
  margin-top: 1.4rem; }

#collection_articles {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  #collection_articles a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }

#item_description {
  grid-column: span 3; }

#family_styles {
  position: relative;
  grid-column: span 3; }

#collection_info {
  grid-column: span 2;
  padding-left: 1.4rem; }

#family_info {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.4rem;
  border-radius: 1.4rem;
  margin: 0 1.4rem 1.4rem 1.4rem; }

#styles {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr; }
  #styles h2 {
    grid-column: span 2; }

.collection_family {
  grid-column: span 2; }

#pricing {
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.4rem;
  font-variant-numeric: tabular-nums;
  padding: 1.4rem;
  border-radius: 1.4rem; }
  #pricing table {
    width: auto;
    margin-bottom: 1.4rem; }
    #pricing table td, #pricing table tr {
      padding: 0;
      margin: 0; }
    #pricing table td:last-child {
      padding-left: 1.4rem; }

#collection_info {
  display: flex;
  flex-direction: column; }
  #collection_info section {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    #collection_info section:not(:last-child) {
      margin-bottom: 1.4rem; }

#early_access_explainer {
  margin-bottom: 1.4rem; }
  #early_access_explainer a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }

#collection_overview {
  padding-right: 7rem;
  margin-bottom: 0; }
  #collection_overview section:last-child {
    margin-bottom: 0; }

.external_link img {
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2); }

.specimen_link, #font_features li {
  margin-bottom: 0.2rem; }

.specimen_link:before {
  content: '';
  position: relative;
  top: calc(0.15*var(--icon-width));
  width: var(--icon-width);
  height: var(--icon-width);
  display: inline-block;
  margin-right: 0.3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/download-a20d1c83b284a76d2e82f7377bf3ddd954c9ef39fc47d4cbfd0fcbdf039f5395.svg); }

#font_features ul {
  padding: 0;
  margin: 0; }
  #font_features ul li {
    display: flex;
    padding-left: 0.05rem; }
    #font_features ul li:before {
      display: none; }

#font_features .tooltip {
  margin-right: 0.18rem; }

#font_features .tooltip_text {
  background-color: #f2f2f2; }

.collection_articles {
  padding: 1.4rem; }
  .collection_articles h2 {
    padding: 1.4rem;
    border-radius: 1.4rem;
    color: #000000;
    margin-bottom: 0.7rem;
    background-color: rgba(255, 255, 255, 0.5); }

#in_use {
  padding: 1.4rem; }

#mobile_heading {
  display: none;
  background-color: #121212;
  color: #fff;
  box-sizing: border-box;
  min-width: 100%; }

#desktop_notice {
  display: none;
  padding: 0.7rem 1.4rem;
  background-color: #121212;
  color: #fff;
  align-items: center;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem; }
  #desktop_notice img {
    height: 1.2rem;
    margin: 0 1rem 0 0; }

#mobile_heading {
  padding: 1.05rem 1.4rem 0.35rem 1.4rem;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 700;
  font-size: 1.1rem; }
  #mobile_heading a {
    color: #fff; }

@media (max-width: 768px) and (min-width: 640px) {
  #collection_info .tooltip .tooltip_text {
    right: -0.4rem;
    left: auto; }
    #collection_info .tooltip .tooltip_text:before {
      left: auto;
      right: 0.35rem; } }

.styles_count_mobile {
  display: none; }

@media (max-width: 768px) {
  #desktop_notice, #mobile_heading {
    display: flex; }
  #collections_index {
    display: block; }
    #collections_index a {
      display: block;
      margin-bottom: 0.7rem;
      border-radius: 1.8rem;
      padding: 0 1.05rem; }
  #collection_overview {
    padding-right: 0;
    margin-bottom: 1.4rem; }
  #fonts_top {
    display: block;
    padding: 0.7rem 1.4rem; }
  #font_heading {
    width: 100%;
    text-align: center; }
  #font_nav {
    justify-content: space-between;
    margin-top: 1.4rem;
    width: 100%;
    margin-left: -1.4rem;
    margin-right: -1.4rem;
    margin-bottom: -0.7rem;
    margin-top: 0.7rem;
    padding: 0.7rem 1.4rem;
    border-radius: 0 0 1.4rem 1.4rem; }
    #font_nav a, #font_nav h1 {
      margin-left: 0;
      white-space: nowrap; }
      #font_nav a:last-child, #font_nav h1:last-child {
        margin-right: 0; }
  .index_tester {
    display: block;
    margin-bottom: 2.8rem; }
  #collections_index a.collection_details {
    padding: 0;
    flex-direction: row;
    display: flex;
    justify-content: space-between; }
    #collections_index a.collection_details h2 {
      margin: 0; }
  #collections_index a.index_tester_text {
    font-size: 6rem;
    padding: 0; }
  .styles_count_mobile {
    display: block; }
  .styles_count, .early_access {
    display: none; } }

@media (max-width: 1280px) {
  #styles {
    display: block; } }

@media (max-width: 640px) {
  #font_specimens, #font_features {
    grid-column: span 2; }
  #index_tester_text {
    margin-left: 1.4rem;
    margin-right: 1.4rem; }
  #font_actions {
    display: none; }
  #collection_main {
    display: block; }
  #fonts_top {
    margin: 0.7rem;
    padding: 0.7rem;
    border-radius: 0.7rem; }
  #font_heading {
    width: 100%; }
  #font_nav {
    margin-top: 0.7rem;
    margin-left: -0.7rem;
    margin-right: -0.7rem;
    margin-bottom: -0.7rem;
    padding: 0.7rem;
    border-radius: 0 0 0.7rem 0.7rem; }
    #font_nav .link:after {
      top: 48%;
      left: -0.5rem; }
  #collections_index a.index_tester_text {
    font-size: 3.2rem; } }

#family_testers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.4rem;
  padding: 1.4rem; }

.family_tester {
  border-radius: 1.4rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .family_tester.loaded .tester_text_content {
    color: #000000; }
  .family_tester.width_1 .tester_interface_full {
    align-items: flex-start; }
  .family_tester.width_1 .tester_interface_sliders {
    margin: 0;
    display: flex;
    flex-direction: column; }
    .family_tester.width_1 .tester_interface_sliders .range_container:not(:last-child) {
      margin-bottom: 1.4rem; }
  .family_tester button.styled {
    color: #000;
    line-height: 1;
    border-color: #000;
    position: absolute;
    bottom: 0.7rem;
    left: 50%;
    transform: translateX(-50%); }
  .family_tester .text_style_name {
    position: absolute;
    top: 0.7rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--grep-small); }
  .family_tester .tester_text {
    font-size: 4rem; }
  .family_tester:not(.active) .tester_interface_full {
    display: none; }
  .family_tester.active .tester_interface_top {
    padding-bottom: 0.7rem; }
  .family_tester.active .tester_buy, .family_tester.active .external_buy {
    display: inline-block; }
  .family_tester.active .tester_interface_full {
    background-color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%; }
  .family_tester.active .tester_interface .select_wrapper select {
    background-color: #fff; }
  .family_tester.active .tester_text {
    border-radius: 0 0 1.4rem 1.4rem;
    position: relative;
    margin: 0 0.7rem 0.7rem 0.7rem; }
    .family_tester.active .tester_text .tester_text_content {
      padding: 1.4rem 0.7rem 0.7rem 0.7rem;
      white-space: pre-wrap;
      outline: none;
      padding: 1.4rem 0;
      border-radius: 1.4rem; }

.tester_interface_top {
  display: flex;
  justify-content: center;
  border-radius: 1.4rem 1.4rem 0 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 11; }

button.tester_buy.styled, .external_buy {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  left: auto;
  bottom: auto;
  display: none;
  transform: none; }

.external_buy {
  display: none; }

.tester_text {
  border-radius: 0 0 1.4rem 1.4rem;
  padding: 1.4rem; }
  .tester_text:focus-within:before {
    content: '';
    position: absolute;
    top: 1.4rem;
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
    border: 0.1rem solid #000;
    border-radius: 1.4rem;
    pointer-events: none; }

.tester_text_content {
  color: transparent;
  white-space: pre-wrap;
  overflow: hidden; }

.tester_text, .tester_interface_top {
  box-sizing: border-box;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8); }

a.info_link {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.05em;
  margin-bottom: 0.7rem; }
  a.info_link:last-child {
    margin-bottom: 0; }

body.font {
  background: #e6e6e6; }
  body.font main {
    background: #e6e6e6; }
  body.font header {
    background: #121212; }

#other_families, #related_typefaces {
  margin-top: 1.4rem;
  margin-bottom: 0.7rem; }

.tester_interface_full, .tester_interface_sliders {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }

.tester_interface .tester_interface_full .select_wrapper select {
  background-color: #fff; }

.tester_interface_sliders {
  flex-wrap: wrap; }

.tester_interface_sliders {
  margin: 0 0.462rem; }
  .tester_interface_sliders .range_container {
    margin: 0 0.462rem 1.862rem 0.462rem;
    flex-wrap: nowrap; }

.tester_interface {
  border-radius: 1.4rem 1.4rem 0 0;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  color: #000000;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box; }
  .tester_interface img:not(.icon) {
    filter: invert(1); }
  .tester_interface img.icon {
    margin-right: 0.35rem;
    height: 1rem; }
  .tester_interface label {
    color: #000000; }
  .tester_interface .range_container label {
    position: absolute;
    z-index: 5;
    font-family: 'Grep Variable';
    font-variation-settings: "wght" 475;
    font-size: 1rem;
    font-size: var(--grep-small);
    pointer-events: none;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center; }
  .tester_interface .alignment {
    flex-wrap: nowrap; }
  .tester_interface .range_container {
    width: var(--slider-width); }
  .tester_interface .slider_interface {
    height: var(--slider-height);
    min-width: 0; }
    .tester_interface .slider_interface input {
      min-width: 5.3rem;
      max-width: 5.3rem; }
    .tester_interface .slider_interface:before {
      width: var(--slider-width);
      border: 0.1rem solid #000; }
  .tester_interface .select_wrapper {
    font-size: 1rem;
    margin-right: 1.4rem;
    display: flex;
    background-color: transparent; }
    .tester_interface .select_wrapper select {
      background: transparent;
      font-size: var(--grep-small);
      font-family: 'Grep Variable';
      font-variation-settings: "wght" 475; }

.single_style_test {
  border: 0.1rem solid #000;
  padding: 0.2rem 0.5rem;
  border-radius: 1.2rem;
  font-size: var(--grep-small);
  font-family: 'Grep Variable';
  font-variation-settings: "wght" 475; }

.styles_price {
  font-size: var(--grep-small);
  margin-left: 1.4rem;
  display: inline-block; }

.tester_otf {
  position: relative;
  z-index: 5;
  display: flex; }
  .tester_otf.open .tester_otf_toggle:after {
    transform: rotate(0deg); }
  .tester_otf.open .tester_otf_interface {
    display: block; }

.tester_otf_toggle, .font_selector_toggle {
  font-family: 'Grep Variable';
  font-variation-settings: "wght" 475;
  font-size: 1rem;
  font-size: var(--grep-small);
  background-color: #fff;
  appearance: none;
  border: 0.1rem solid #000;
  padding: 0.14rem 1.4rem 0.2rem 0.5rem;
  border-radius: 1.2rem;
  position: relative;
  z-index: 10;
  height: var(--slider-height); }
  .tester_otf_toggle:after, .font_selector_toggle:after {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/assets/triangle-9c7f97d9a9c95608a44bb3dc9ddedb317c788ed5ac8be74ed465dc5bc1ed98c8.svg);
    width: var(--toggle-width);
    height: var(--toggle-width);
    position: absolute;
    top: 50%;
    margin-top: -0.4rem;
    right: 0.4rem;
    color: inherit;
    transform: rotate(90deg);
    transition: transform 0.2s ease; }

.tester_otf_interface, .font_selector_buttons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: -0.7rem;
  white-space: nowrap;
  border-radius: 0.84rem;
  border: 0.1rem solid #000;
  padding: 1.05rem 0.7rem;
  align-items: center; }

.tester_otf_interface {
  display: none; }
  .tester_otf_interface label {
    display: flex;
    align-items: center;
    user-select: none; }
    .tester_otf_interface label span {
      font-family: 'Grep Variable';
      font-variation-settings: "wght" 475;
      font-size: 1rem;
      font-size: var(--grep-small); }
  .tester_otf_interface .labeled_checkbox {
    display: flex;
    align-items: center; }
    .tester_otf_interface .labeled_checkbox:not(:last-child) {
      margin-bottom: 0.2rem; }

.alignment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 4.9rem;
  align-self: flex-start; }
  .alignment label {
    min-width: 100%; }
  .alignment .alignment_button {
    padding: 0;
    border: 0;
    margin: 0;
    opacity: 0.6;
    overflow: hidden;
    color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .alignment .alignment_button:focus-visible {
      outline: 0.1rem solid;
      outline-color: #e6e6e6;
      outline-offset: 0.1rem; }
    .alignment .alignment_button.selected {
      opacity: 1; }
  .alignment .alignment_button {
    width: 1.2rem;
    height: 1.2rem;
    filter: invert(1); }

.left_align {
  background-image: url(/assets/align_left-4432c3edea15f326f8cacc2b970f829e04cb96a5850f90dd887226147dd54c08.svg); }

.center_align {
  background-image: url(/assets/align_center-d0e90f28bb9b967e53630ce02d1bab04ee744d6e329e494f38a94461ed190e6c.svg); }

.right_align {
  background-image: url(/assets/align_right-4a8bcd48b714a4c55d2d42860fd7f58d7c5342bc039a09f4a759cefa4dec73d7.svg); }

@media (max-width: 1440px) {
  .family_tester .tester_text {
    font-size: 3rem; } }

@media (max-width: 1280px) {
  .family_tester .tester_text {
    font-size: 2.45rem; } }

@media (max-width: 768px) {
  #family_testers {
    display: block;
    padding-bottom: 0; }
    #family_testers .family_tester {
      margin-bottom: 0.7rem; }
  #item_description {
    grid-column: span 8; }
  #collection_info {
    grid-column: span 8;
    padding: 0;
    margin: 1.4rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 1.4rem; }
    #collection_info .collection_meta_info {
      grid-column: span 2; }
  #family_styles {
    grid-column: span 8; }
  .family_tester.active .tester_buy {
    display: none; }
  #font_actions {
    display: none; }
  .family_tester .tester_text {
    font-size: 1.5rem; } }

@media (max-width: 640px) {
  #family_testers {
    padding: 0 0.7rem;
    display: block; }
  .family_tester {
    margin-bottom: 0.7rem; }
    .family_tester .tester_text {
      font-size: 0.85rem; }
    .family_tester.active .tester_text {
      border-radius: 0 0 0.7rem 0.7rem; }
      .family_tester.active .tester_text .tester_text_content {
        padding-top: 0.7rem;
        padding-bottom: 0; }
  .tester_otf, .alignment {
    display: none; }
  .tester_interface_top {
    padding: 0.7rem; }
  .tester_interface_sliders .range_container {
    margin-bottom: 2.1rem; }
  #family_info {
    margin: 0 0.7rem 0.7rem 0.7rem;
    padding: 0.7rem;
    border-radius: 0.7rem; }
  .tester_interface_top {
    border-radius: 0.7rem 0.7rem 0 0; }
  .tester_text {
    border-radius: 0 0 0.7rem 0.7rem;
    padding: 0 0.7rem 0.7rem 0.7rem; }
    .tester_text:focus-within:before {
      border-radius: 0.7rem;
      top: 0.35rem;
      right: 0.35rem;
      bottom: 0.35rem;
      left: 0.35rem; } }

body.custom .articles_index img {
  border-radius: 1.2rem;
  overflow: hidden; }

#custom_intro {
  width: calc(50% - 2.8rem);
  margin: 0 auto;
  padding: 1.4rem 0; }
  #custom_intro a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }
  #custom_intro b, #custom_intro strong {
    font-variation-settings: "wght" 750; }

#reader_heading {
  text-align: center;
  margin-bottom: 2.8rem;
  font-size: var(--aglet-large); }

#service_types {
  font-size: var(--grep-small); }

.case_study_name {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 700;
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 0.35rem; }

.case_study_service {
  font-size: var(--grep-small); }

@media (max-width: 1440px) {
  #custom_other_projects ul {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 768px) {
  body.custom .articles_index {
    padding-top: 0; }
    body.custom .articles_index a img {
      box-shadow: 0 0 0.3rem rgba(255, 255, 255, 0.2); }
  #custom_intro {
    width: 100%;
    padding: 1.4rem;
    box-sizing: border-box; }
  #custom_other_projects {
    margin-top: 1.4rem; }
    #custom_other_projects ul {
      font-size: 1rem;
      display: block; } }

#hero_slideshow {
  padding: 1.4rem; }

.slideshow {
  position: relative;
  margin-bottom: 0;
  z-index: 1; }
  .slideshow figcaption {
    color: #555;
    font-size: var(--grep-small);
    text-align: center;
    margin-top: 0; }
  .slideshow .slideshow_previous, .slideshow .slideshow_next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5rem;
    background-size: 2rem;
    background-repeat: no-repeat;
    border: 0;
    overflow: hidden;
    color: transparent;
    padding: 0; }
  .slideshow .slideshow_previous {
    background-image: url(/assets/previous-85b235599f1cdd74eca2f0c5561ccebf0df4bdd89c1684e9faa9ecf9f2535252.svg);
    left: -4.2rem;
    cursor: w-resize;
    background-position: left center; }
  .slideshow .slideshow_next {
    background-image: url(/assets/next-c5650b936e1da03913bb3ea7baed8794626abb62c25847ee0b04f95f9a59cdf0.svg);
    right: -4.2rem;
    cursor: e-resize;
    background-position: right center; }

.slide_selector_wrapper {
  display: flex;
  justify-content: center;
  min-width: 100%;
  position: relative;
  top: 0.7rem; }
  .slide_selector_wrapper button {
    color: transparent;
    overflow: hidden;
    border: 0;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.25rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/assets/link_indicator-1eeb655756d16d2d99bdced798d7bbc6466414b971e6147e97ba50c8bfa7ca2e.svg);
    opacity: 0.5; }
    .slide_selector_wrapper button.current {
      opacity: 1; }

figure.slide_wrapper {
  width: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0.7rem 0; }

.slideshow_overview_caption {
  position: absolute;
  display: flex;
  z-index: 100;
  bottom: 0.7rem; }

.slide {
  display: none;
  z-index: 10; }
  .slide.current {
    width: 100%;
    box-sizing: border-box;
    display: block; }
  .slide img, .slide video {
    display: block;
    width: auto;
    margin: 0 auto; }

body.dark a.article_link {
  color: #000; }

body.articles .articles_index {
  padding-top: 0; }

body.article #reader_heading {
  color: #fff; }

body.article aside {
  color: #fff; }
  body.article aside a {
    color: #fff; }
  body.article aside img {
    filter: invert(1); }

body.reader aside img {
  height: 3rem; }

#reader_heading {
  margin: 0 0 2.8rem 0;
  text-align: center;
  font-size: var(--aglet-largest);
  grid-column: span 6; }

.article_author_and_date {
  min-width: 100%;
  text-align: center;
  margin-bottom: 0.35rem; }

.related_font {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.05em; }

a.article_link {
  padding: 1.4rem;
  font-size: var(--grep-small);
  background-color: #fff;
  border-radius: 1.2rem;
  overflow: hidden; }
  a.article_link img {
    margin-bottom: 0; }

@media (max-width: 768px) {
  a.article_link {
    padding: 1.05rem; } }

:root {
  --text-width: 40rem;
  --legal-text-width: 40rem; }

@media (max-width: 1440px) {
  :root {
    --text-width: 37rem;
    --legal-text-width:30rem; } }

@media (max-width: 1280px) {
  :root {
    --legal-text-width:26rem; } }

#reader_view {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 0 1.4rem; }

#reader_top {
  grid-column: 2/8; }

#reader_info_content {
  grid-column: 2/8;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0 1.4rem;
  background-color: #fff;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  margin-bottom: 1.4rem;
  padding: 1.4rem;
  border-radius: 1.4rem; }

#article_info, #case_study_info {
  margin-top: -2.1rem;
  margin-bottom: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-column: span 6; }

#article_info {
  color: #cfcfcf; }
  #article_info a {
    color: #cfcfcf; }

#related_fonts h2 {
  margin-right: 0.7rem;
  display: inline-block; }

#reader_info {
  grid-column: 2/8;
  margin: 0.7rem auto 2.1rem auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.reader_sidebar_block {
  margin: 0.7rem 1.4rem;
  position: relative;
  display: flex;
  align-items: baseline; }
  .reader_sidebar_block h2 {
    white-space: nowrap;
    margin: 0 0.7rem 0 0; }
  .reader_sidebar_block a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }

#reader_cells {
  grid-column: span 6; }

body.reader aside {
  padding: 0 1.4rem 1.4rem 1.4rem; }
  body.reader aside h2:not(:first-child) {
    margin-top: 1.4rem; }
  body.reader aside a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }

body.reader main {
  padding: 1.4rem 1.4rem 0 1.4rem;
  color: #000; }
  body.reader main a {
    color: #000; }
  body.reader main:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
    background-color: inherit; }

body.reader h1, body.reader h2.large_heading {
  font-size: var(--aglet-medium);
  line-height: 1.1;
  margin-bottom: 0.28rem;
  font-variation-settings: "wght" 555; }

body.reader h2 {
  line-height: 1.2; }
  body.reader h2:not(:first-child) {
    margin-top: 0.7rem; }

body.legal .cells .text:not(.with_caption) {
  max-width: var(--legal-text-width); }

.cells h3 {
  font-family: 'Grep Variable';
  font-variation-settings: "wght" 750;
  font-size: 1rem;
  max-width: var(--text-width);
  margin: 0 auto 0.3rem auto; }

.cells .text {
  max-width: var(--text-width);
  margin: 0 auto 1.4rem auto; }
  .cells .text:last-child {
    margin-bottom: 0; }
  .cells .text a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }
  .cells .text strong, .cells .text b {
    font-variation-settings: "wght" 750; }
  .cells .text.with_caption {
    max-width: 100%;
    display: grid;
    grid-template-columns: var(--legal-text-width) 1fr;
    grid-gap: 0 1.4rem; }

.cells .image:not(.wide) {
  max-width: var(--text-width);
  margin: 0 auto 1.4rem auto; }

.cells blockquote {
  padding: 0 0 0 4.5rem;
  margin: 2.8rem auto;
  max-width: var(--text-width); }
  .cells blockquote:not(.pull_quote) {
    max-width: calc(var(--text-width) - 5rem);
    font-family: 'Aglet Slab Variable', serif;
    font-variation-settings: "wght" 455;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.3;
    margin-bottom: 1.4rem; }

.cells figure:not(.slide_wrapper), .cells .wide, .cells .caption_text, .cells .slideshow, .cells .video {
  margin: 2.8rem auto 2.8rem auto;
  width: 100%; }
  .cells figure:not(.slide_wrapper):first-child, .cells .wide:first-child, .cells .caption_text:first-child, .cells .slideshow:first-child, .cells .video:first-child {
    margin-top: 0; }
  .cells figure:not(.slide_wrapper):last-child, .cells .wide:last-child, .cells .caption_text:last-child, .cells .slideshow:last-child, .cells .video:last-child {
    margin-bottom: 0; }

.cells figcaption, .cells .caption_text {
  font-size: var(--grep-small);
  margin-top: 0.35rem;
  color: #555;
  text-align: center; }
  .cells figcaption a, .cells .caption_text a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em;
    color: #555; }

.cells .wide {
  width: 100%; }
  .cells .wide figcaption {
    text-align: center;
    margin-top: 0.7rem; }

.cells img, .cells video {
  width: 100%;
  padding: 0;
  margin: 0 auto; }

.cells .slide img, .cells .slide video {
  max-width: 100%;
  padding: 0;
  margin: 0 auto; }

.cells h2 {
  margin: 0 auto 1.4rem auto;
  width: auto;
  max-width: var(--text-width); }

.image, .video {
  width: var(--text-width); }

.text_caption {
  font-size: var(--grep-small);
  padding: 0 2.8rem;
  color: #555; }

.sub_section {
  margin-bottom: 1.4rem; }
  .sub_section h3 {
    margin-bottom: 0.7rem; }
  .sub_section > div {
    max-width: var(--legal-text-width); }
  .sub_section.with_caption {
    display: grid;
    grid-template-columns: var(--legal-text-width) 1fr;
    grid-gap: 0 1.4rem; }
    .sub_section.with_caption h3 {
      grid-column: span 2; }

.pull_quote .quote {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 455;
  font-size: var(--aglet-medium);
  line-height: 1.25;
  position: relative;
  max-width: calc(var(--text-width) - 2.5rem);
  display: block; }
  .pull_quote .quote:before {
    content: "“";
    position: absolute;
    left: -0.8rem; }
  .pull_quote .quote p:last-of-type:after {
    content: "”"; }

.attribution {
  margin-top: 0.7rem;
  display: block;
  font-size: 1rem;
  color: #555; }
  .attribution:before {
    content: '– '; }
  .attribution p {
    display: inline; }

body.article .slideshow_previous, body.article .slideshow_next {
  filter: invert(1); }

@media (max-width: 768px) {
  body.reader main {
    padding-bottom: 1.4rem; }
    body.reader main section:last-child {
      margin-bottom: 0; }
    body.reader main .cells {
      margin-bottom: 0; }
  body.reader aside {
    padding-top: 0.7rem; }
  .image, .video {
    width: 100%; }
  .pull_quote .quote {
    font-size: 1.3rem; }
  .reader_sidebar_block {
    margin-top: 0; }
  .cells figure.slide_wrapper {
    height: auto;
    margin-bottom: 0; }
  .cells .text_caption {
    display: none; }
  .cells .text.with_caption, .cells .sub_section.with_caption {
    display: block; }
  .cells .wide figcaption, .cells figcaption {
    margin-top: 0.35rem;
    margin-bottom: 1.05rem; }
  #reader_info_content {
    grid-column: span 8;
    margin-left: 0;
    margin-right: 0; }
  body.white_type .slideshow_previous, body.white_type .slideshow_next {
    filter: invert(0);
    background-size: 1.3rem; }
  .slideshow .slideshow_previous, .slideshow .slideshow_next {
    top: calc(100% + 0.5rem);
    height: 1.3rem;
    width: 1.3rem;
    background-size: contain; }
  .slideshow .slideshow_previous {
    right: calc(50% + 0.5rem);
    left: auto; }
  .slideshow .slideshow_next {
    left: calc(50% + 0.5rem);
    right: auto; } }

@media (max-width: 640px) {
  #reader_view {
    display: block;
    border-radius: 0.7rem;
    margin: -0.7rem; }
  #reader_info_content {
    padding: 0.7rem; }
  #reader_cells {
    margin-top: 0; }
  .cells blockquote {
    padding-left: 2.1rem; } }

.tooltip_container {
  display: flex;
  align-items: center;
  cursor: default;
  user-select: none; }

.tooltip {
  position: relative;
  display: inline-block;
  line-height: 1; }
  .tooltip .tooltip_text {
    display: none;
    position: absolute;
    top: 100%;
    left: -0.4rem;
    width: 18rem;
    border: 0.1rem solid #000;
    background-color: #fff;
    line-height: 1.4;
    font-family: 'Aglet Sans Variable', sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 1.1rem;
    line-height: 1.2; }
    .tooltip .tooltip_text:before {
      content: '';
      top: -0.35rem;
      left: 0.5rem;
      position: absolute;
      width: 0.5rem;
      height: 0.5rem;
      border-top: 0.1rem solid #000;
      border-right: 0.1rem solid #000;
      background-color: inherit;
      transform: rotate(-45deg); }
  .tooltip input[type="checkbox"] {
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0 0.1rem 0 0;
    padding: 0;
    position: relative;
    top: calc(0.03*var(--icon-width));
    width: var(--icon-width);
    height: var(--icon-width);
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/assets/info-48ab34895b862d9b321773bc69d604d6ea5af8dde2e2ae41f66e01428cec0922.svg); }
  .tooltip input:checked ~ .tooltip_text {
    margin-top: -0.2rem;
    display: block;
    z-index: 5;
    padding: 0.5rem; }

button, .button, select, input, #credit_card {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #000; }
  button:focus-visible, .button:focus-visible, select:focus-visible, input:focus-visible, #credit_card:focus-visible {
    outline: 0.1rem solid #e6e6e6;
    outline-offset: 0.1rem; }
  button.inverted:focus-visible, .button.inverted:focus-visible, select.inverted:focus-visible, input.inverted:focus-visible, #credit_card.inverted:focus-visible {
    outline: 0.1rem solid #000; }

a:focus-visible {
  outline: 0.1rem solid #000;
  outline-offset: 0.1rem; }

label {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem;
  display: block; }

select {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem;
  border: 0.1rem solid #000;
  padding: 0.2rem 0.5rem;
  border-radius: 1.2rem; }
  select:disabled {
    color: #000; }

button.styled, .button.styled {
  border: 0.1rem solid #fff;
  background-color: #fff;
  color: #000000;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 700;
  font-size: 0.85rem;
  line-height: 1.2;
  text-transform: uppercase;
  box-shadow: 0 0.15rem 0 rgba(255, 255, 255, 0.5);
  border-radius: 0.4rem;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 0.2rem 0.5rem 0.25rem 0.5rem;
  transition: box-shadow 100ms ease; }
  button.styled.inverted, .button.styled.inverted {
    border-color: #000;
    color: #fff;
    background-color: #000;
    box-shadow: 0 0.15rem 0 rgba(50, 50, 50, 0.4); }
    button.styled.inverted:active, .button.styled.inverted:active {
      box-shadow: 0 0.1rem 0 rgba(50, 50, 50, 0.4); }

button:active, .button:active {
  box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5); }

button:disabled {
  opacity: 0.5; }

.select_wrapper {
  position: relative;
  display: inline-block;
  width: auto; }
  .select_wrapper select {
    padding-right: 1.5rem; }
  .select_wrapper:after {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/assets/triangle-9c7f97d9a9c95608a44bb3dc9ddedb317c788ed5ac8be74ed465dc5bc1ed98c8.svg);
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    top: 50%;
    right: 0.6rem;
    color: inherit;
    transform: translateY(-50%); }
  .select_wrapper.form_field:after {
    width: 0.8rem;
    height: 0.8rem;
    transform: none;
    top: auto;
    bottom: 1.3rem;
    right: 0.7rem; }

.form_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 1.4rem;
  margin-top: 1.4rem; }
  .form_wrapper h2 {
    grid-column: span 4;
    margin: 0 0 1.4rem 0;
    padding-bottom: 1.05rem;
    border-bottom: 0.1rem solid #fff; }
  .form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper select, .form_wrapper #credit_card {
    background-color: #e6e6e6;
    color: #000;
    padding: 1.05rem 0.7rem;
    border-radius: 1.2rem;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    font-family: 'Aglet Slab Variable', serif;
    font-variation-settings: "wght" 555;
    font-size: 1.1rem; }
    .form_wrapper input.empty[type="text"]:not(:focus):not(:focus-visible), .form_wrapper input.empty[type="email"]:not(:focus):not(:focus-visible), .form_wrapper select.empty:not(:focus):not(:focus-visible), .form_wrapper #credit_card.empty:not(:focus):not(:focus-visible) {
      background-color: #777; }

#credit_card:not(.StripeElement--focus) {
  background-color: #e6e6e6; }

#credit_card:not(.StripeElement--complete):not(.StripeElement--focus) {
  background-color: #ffd9d9; }

#credit_card.StripeElement--empty:not(.StripeElement--focus) {
  background-color: #777; }

#credit_card.StripeElement--invalid {
  background-color: #ffd9d9 !important; }

form input[type="checkbox"] {
  border-color: #fff; }

form.show_billing #billing_form_wrapper {
  display: grid; }

.labeled_checkbox {
  grid-column: span 2; }

#labeled_checkbox_billing_same_as_contact, #accept_trials_eula_container {
  margin-bottom: 1.4rem; }

#vat_wrapper, #accept_eula_container {
  margin-top: 0; }

.form_field {
  margin-bottom: 1.4rem;
  grid-column: span 2;
  display: flex;
  flex-wrap: wrap; }
  .form_field .tooltip_container {
    position: relative;
    top: 0.2rem;
    left: 0.4rem; }
  .form_field .tooltip .tooltip_text {
    color: #fff;
    border-color: #fff;
    background-color: #121212; }
    .form_field .tooltip .tooltip_text:before {
      border-color: #fff; }
  .form_field .tooltip input[type="checkbox"] {
    filter: invert(1); }
  .form_field .tooltip_label {
    display: none; }
  .form_field.hidden {
    display: none; }
  .form_field.missing {
    color: #ffd9d9; }
    .form_field.missing input, .form_field.missing select {
      background-color: #ffd9d9 !important; }
  .form_field label {
    margin-bottom: 0.2rem; }
  .form_field.half {
    grid-column: span 1; }

input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
  border: none;
  margin: 0 0.3rem 0 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/checkbox-311c03a1861f4d1050a54fbd5c1b54977eadb9af2a19d11742de3dc71b116a48.svg); }

.hidden {
  display: none; }

.labeled_checkbox {
  display: flex;
  align-items: center;
  position: relative; }
  .labeled_checkbox.hidden {
    display: none; }
  .labeled_checkbox input[type="checkbox"] {
    position: relative;
    top: -0.05em; }
  .labeled_checkbox input[type="checkbox"]:checked {
    background-image: url(/assets/checkbox_checked-93b9809aadcf5b59bc54ae1b2b825ab692097b625ff277df837659b837ddd0fa.svg);
    background-color: transparent; }

.error_message {
  padding: 0.7rem 1.4rem;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 700;
  font-size: 1.1rem;
  line-height: 1.2;
  background-color: #ffd9d9;
  color: #c00;
  margin: 0.35rem 0; }
  .error_message:not(.shown) {
    display: none; }

.toggle {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 1.2rem;
  position: relative;
  top: 0.1rem;
  color: inherit; }
  .toggle input {
    opacity: 0;
    width: 0;
    height: 0;
    border: 0; }
  .toggle .label {
    line-height: 1;
    position: absolute;
    left: -1.8rem;
    top: 0.1rem;
    font-family: 'Aglet Slab Variable', serif;
    font-variation-settings: "wght" 555;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: initial;
    color: inherit; }
  .toggle input:checked + .toggle_thumb:before {
    transform: translateX(-0.8rem); }

.toggle_thumb {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #121212;
  border-radius: 0.8rem; }
  .toggle_thumb:before {
    position: absolute;
    content: "";
    height: 0.8rem;
    width: 0.8rem;
    right: 0.2rem;
    bottom: 0.2rem;
    border-radius: 0.8rem;
    background-color: #fff; }

@media (max-width: 768px) {
  .select_wrapper:after {
    font-size: 0.8rem;
    top: calc(50% - 0.02em);
    right: 0.5rem; } }

:root {
  --slider-height:1.3rem; }

@media (max-width: 1280px) {
  :root {
    --slider-height:1.65rem; } }

.slider_interface {
  min-width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: var(--slider-height); }
  .slider_interface:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 1.5rem;
    border-radius: var(--slider-height);
    bottom: 0;
    background-color: #fff;
    z-index: 1; }
  .slider_interface input[type="range"] {
    border: none;
    flex-grow: 1;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    position: relative;
    z-index: 2; }
  .slider_interface button.slider_reset {
    width: calc(0.65*var(--slider-height));
    height: calc(0.65*var(--slider-height));
    padding: 0;
    border: none;
    position: absolute;
    z-index: 2;
    top: calc(0.17*var(--slider-height));
    right: calc(-0.78*var(--slider-height));
    z-index: 4; }
    .slider_interface button.slider_reset img {
      width: 100%;
      display: block; }
    .slider_interface button.slider_reset:focus-visible {
      outline: 0.1rem solid;
      outline-offset: 0.1rem;
      outline-color: #e6e6e6; }

.range_container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: #fff;
  white-space: nowrap; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  /* Specific width is required for Firefox. */
  width: 0.9rem;
  height: 0.9rem;
  background: transparent;
  /* Otherwise white in Chrome */
  box-sizing: border-box; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-thumb {
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
  background: #2b2b2b; }

input[type=range]::-moz-range-thumb {
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
  background: #2b2b2b; }

input[type=range]::-ms-thumb {
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
  background: #2b2b2b; }

@media (max-width: 1280px) {
  .slider_interface button.slider_reset {
    right: calc(-0.58*var(--slider-height)); } }

#open_type_features {
  padding: 1.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.4rem; }
  #open_type_features .open_type_feature {
    border-radius: 1.2rem;
    overflow: hidden; }
    #open_type_features .open_type_feature:focus-within .option_group_inner_wrapper {
      display: block;
      outline: 0.1rem solid; }

.option_group_inner_wrapper {
  background-color: #fff; }

.option_group_heading {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0.7rem 0 0.7rem;
  box-sizing: border-box;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem; }
  .option_group_heading button {
    width: auto; }

.sample_text {
  font-size: 4.5rem;
  padding: 0.7rem;
  text-align: center; }

.option_group.off .sample_text {
  font-feature-settings: unset !important; }

.option_group.off .option_group_heading button {
  width: auto; }

@media (max-width: 768px) {
  #open_type_features {
    display: block; }
  .option_group_heading {
    padding: 0.7rem 0.7rem 0.35rem 0.7rem; }
  .sample_text {
    font-size: 3.5rem; }
  .open_type_feature {
    margin-bottom: 1.4rem;
    border-radius: 1.05rem; } }

@media (max-width: 640px) {
  #open_type_features {
    padding: 0.7rem;
    margin-top: 0.7rem; }
    #open_type_features .open_type_feature {
      border-radius: 0.7rem;
      margin-bottom: 0.7rem; }
  .option_group_heading {
    padding: 0.7rem 0.7rem 0.35rem 0.7rem; }
  .sample_text {
    font-size: 3.5rem; } }

#glyphs {
  padding: 0 1.4rem;
  margin-top: 1.4rem; }
  #glyphs section {
    margin-bottom: 1.4rem; }

.glyph_block {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  text-align: center;
  background-color: #e6e6e6;
  border-radius: 1.2rem;
  overflow: hidden; }

.glyph {
  background-color: #fff;
  border: 0.05rem solid #e6e6e6;
  font-size: 4.5rem; }

@media (max-width: 768px) {
  .glyph_block {
    grid-template-columns: repeat(6, 1fr); } }

@media (max-width: 640px) {
  #glyphs {
    padding: 0 0.7rem 0.7rem 0.7rem; }
    #glyphs h2 {
      padding-left: 0.7rem; }
  .glyph_block {
    grid-template-columns: repeat(4, 1fr);
    border-radius: 0.7rem; }
  .glyph {
    font-size: 3.5rem; } }

body.open_cart #font_content, body.open_cart footer {
  display: none; }

body.open_cart #add_to_cart {
  display: grid; }

#buy {
  position: absolute;
  top: 0.25rem;
  right: 1.4rem; }

#rebates_notification {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem;
  padding: 0.7rem 1.4rem; }

#cart_message {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  border-radius: 1.2rem; }
  #cart_message:before {
    background-color: #000; }

#cart_message_content {
  margin-bottom: 0.7rem; }

#purchase_message {
  position: sticky;
  top: 2.5rem;
  z-index: 10;
  margin-top: 0; }

#purchase_message_buttons {
  display: flex;
  margin-top: 0.7rem; }

#purchase_message_buttons button, #cart_message button {
  margin-right: 0.7rem;
  color: #fff;
  background-color: #c00;
  border-color: #c00;
  box-shadow: 0 0.15rem 0 #c005; }
  #purchase_message_buttons button:active, #cart_message button:active {
    box-shadow: 0 0.1rem 0 #c005; }

#external_purchase_text {
  padding: 0.7rem 1.4rem; }
  #external_purchase_text a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }

#early_access_description {
  padding: 0.7rem 1.4rem; }
  #early_access_description a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }

#add_to_cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box;
  align-items: flex-start;
  grid-gap: 0 1.4rem;
  padding: 0 1.4rem;
  display: none;
  background-color: #fff; }

aside {
  height: 100%;
  max-height: 100%;
  overflow: auto;
  background-color: #fff;
  margin-left: -1.4rem; }
  aside > h1 {
    padding: 0.7rem 1.4rem;
    background-color: #d1d1d1;
    position: sticky;
    box-sizing: border-box;
    height: 2.5rem;
    top: 0;
    z-index: 10; }

#purchase_message ~ .cart_item_toggle {
  padding-top: 0.7rem; }
  #purchase_message ~ .cart_item_toggle button {
    top: 1.2rem; }

#main_content {
  height: 100%;
  max-height: 100%;
  overflow: auto;
  grid-column: span 2;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  margin-left: -1.4rem;
  padding-left: 1.4rem;
  margin-right: -1.4rem;
  padding-right: 1.4rem;
  overflow: auto;
  background-color: #fff; }

#cart_heading {
  display: flex;
  align-items: baseline;
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #d1d1d1;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  box-sizing: border-box;
  height: 2.5rem; }
  #cart_heading h2 {
    flex-grow: 1;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    margin: 0; }
  #cart_heading button {
    position: relative;
    top: -0.1rem;
    margin-left: 0.7rem; }

#add_to_cart_errors {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1.4rem;
  margin-right: -1.4rem;
  position: sticky;
  top: 2.5rem;
  z-index: 10; }

#add_to_cart_interface {
  position: relative;
  flex-grow: 1;
  overflow: visible; }
  #add_to_cart_interface .section_header {
    z-index: 20; }

.cart_item_toggle:not([data-type="style"]) {
  display: flex;
  align-items: center; }
  .cart_item_toggle:not([data-type="style"]) .item_description {
    display: block;
    flex-grow: 1; }
  .cart_item_toggle:not([data-type="style"]) button {
    position: static; }
  .cart_item_toggle:not([data-type="style"]) .price {
    margin-right: 0.7rem; }

#add_to_cart .cart_item_toggle:first-child {
  padding-top: 0.7rem; }

#add_to_cart .cart_item_toggle:not(.style):last-child {
  padding-bottom: 0.7rem; }

.cart_item_toggle {
  position: relative;
  padding: 0.2rem 1.4rem 0.5rem 1.4rem;
  cursor: default; }
  .cart_item_toggle button {
    position: absolute;
    top: 0.5rem;
    right: 1.4rem;
    overflow: hidden;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    display: none; }
    .cart_item_toggle button.add_to_cart {
      width: 0.7rem;
      height: 0.7rem;
      background-image: url(/assets/open-8f4701badfb6e3dbdae1c3c130de8bcfdb4f155cdce5fe4994cbac16d045781c.svg);
      display: block; }
    .cart_item_toggle button.remove_from_cart {
      width: 0.65rem;
      height: 0.65rem;
      background-image: url(/assets/close-542d35f7f272f01363ce60cec06370f733298d70c8a3e7b7f7faa24a2d4f7e8a.svg); }
  .cart_item_toggle.in_cart {
    background-color: #d9ff00; }
    .cart_item_toggle.in_cart button.add_to_cart {
      display: none; }
    .cart_item_toggle.in_cart button.remove_from_cart {
      display: block; }
  .cart_item_toggle.style {
    padding: 0.08rem 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .cart_item_toggle.style button {
      top: 0.6rem; }
      .cart_item_toggle.style button.remove_from_cart {
        top: 0.67rem; }
    .cart_item_toggle.style .price {
      font-size: 0.9rem;
      margin-top: 0; }
  .cart_item_toggle img {
    height: 1.8rem; }
  .cart_item_toggle .price {
    margin-right: 1.4rem; }

.item_description {
  display: flex;
  align-items: baseline;
  justify-content: space-between; }

#collection_packages, .cart_family {
  border-radius: 1.4rem;
  background-color: #e6e6e6;
  margin: 1.4rem;
  overflow: hidden; }

#add_to_cart .cart_family .cart_item_toggle:first-child:last-child {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem; }
  #add_to_cart .cart_family .cart_item_toggle:first-child:last-child button.add_to_cart, #add_to_cart .cart_family .cart_item_toggle:first-child:last-child button.remove_from_cart {
    top: 0.84rem; }

#collection_cart_items {
  padding-bottom: 0.7rem; }

@media (hover: hover) {
  .cart_item_toggle:not(.in_cart):hover {
    background-color: #d1d1d1; }
    .cart_item_toggle:not(.in_cart):hover .add_to_cart {
      display: block; } }

.item_cart_name {
  font-size: 1.1rem; }

.item_cart_summary {
  font-size: var(--grep-small); }

.price {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 700;
  font-size: 1.1rem;
  line-height: 1; }

body.about {
  background-color: #fff; }
  body.about main {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    background-color: transparent; }
    body.about main h2 {
      margin: 1.4rem 0; }
    body.about main .designer h2 {
      margin: 0 0 1.4rem 0; }
  body.about section {
    position: relative;
    z-index: 2; }

.svg_container {
  position: absolute; }
  .svg_container svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

#about_content {
  grid-column: 3/7;
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 1.4rem;
  position: relative;
  z-index: 2;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem; }
  #about_content section:first-child h2:first-child {
    margin-top: 0; }
  #about_content section:last-child {
    margin-bottom: 0; }

#about_dots {
  background-color: #f2f2f2;
  position: fixed;
  top: 3.5rem;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0; }
  #about_dots .svg1 {
    top: -20%;
    right: 10%;
    width: 21%; }
  #about_dots .svg2 {
    bottom: 5%;
    left: 10%;
    width: 22%; }
  #about_dots .svg3 {
    top: -5%;
    left: 8%;
    width: 22%; }
  #about_dots .svg4 {
    bottom: -10%;
    right: 16%;
    width: 15%; }
  #about_dots .svg5 {
    top: 40%;
    right: 0%;
    width: 20%; }

.designer {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 0 1.4rem;
  font-size: var(--grep-small);
  margin: 1.4rem 0 0 0; }
  .designer img {
    width: 100%; }

.designer_title {
  margin-top: -1.05rem;
  margin-bottom: 1.4rem;
  font-variation-settings: "wght" 750; }

.styled_links a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.05em; }

#contact_and_follow {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 0 1.4rem;
  margin-bottom: 1.4rem; }
  #contact_and_follow .address {
    white-space: pre-line; }
  #contact_and_follow a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }

.press_item {
  margin-bottom: 0.7rem; }
  .press_item a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }
  .press_item.archived {
    display: none; }

body main .newsletter_signup_form {
  display: block; }
  body main .newsletter_signup_form input[type="email"] {
    margin-bottom: 0.35rem; }

.press_source {
  font-size: var(--grep-small); }

.newsletter_signup_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 0.7rem;
  align-items: baseline; }
  .newsletter_signup_form .form_wrapper {
    margin: 0;
    display: block; }
    .newsletter_signup_form .form_wrapper input[type="email"] {
      font-size: 0.88rem;
      padding: 0.3rem 0.5rem;
      border-radius: 0.4rem;
      width: 100%;
      box-sizing: border-box; }
  .newsletter_signup_form .form_field {
    display: flex;
    align-items: baseline;
    margin-bottom: 0; }
  .newsletter_signup_form button.styled {
    max-width: 5.95rem;
    width: 5.95rem; }
  .newsletter_signup_form .newsletter_signup_message {
    display: none; }
  .newsletter_signup_form.error .newsletter_signup_message {
    display: block; }

@media (max-width: 1280px) {
  #footer_newsletter_signup {
    display: flex; }
  .newsletter_signup_form {
    display: flex;
    align-items: stretch;
    margin-bottom: 0.7rem; }
    .newsletter_signup_form .form_wrapper input[type="email"], .newsletter_signup_form button.styled {
      font-size: 1.1rem;
      margin-bottom: 0.7rem; }
    .newsletter_signup_form .form_wrapper input[type="email"] {
      width: 100%;
      max-width: 100%; }
    .newsletter_signup_form button.styled {
      width: auto;
      min-width: 0;
      max-width: 100%; }
  #about_dots .svg1 {
    top: -10%;
    right: 0%;
    width: 18%; }
  #about_dots .svg2 {
    bottom: 5%;
    left: 0%;
    width: 20%; }
  #about_dots .svg3 {
    top: 5%;
    left: -5%;
    width: 23%; }
  #about_dots .svg4 {
    bottom: -10%;
    right: 2%;
    width: 22%; }
  #about_dots .svg5 {
    top: 40%;
    right: -5%;
    width: 18%; } }

@media (max-width: 768px) {
  body.about main {
    width: 100%;
    padding: 0 1.4rem; }
  .designer {
    font-size: 1rem; }
  .newsletter_signup_form button.styled {
    width: auto;
    max-width: none; }
  .styled_links a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; } }

@media (max-width: 768px) {
  #about_content {
    grid-column: span 8;
    margin: 1.4rem 0; } }

@media (max-width: 640px) {
  body.about main {
    display: block; }
  #about_content {
    padding: 0.7rem;
    margin-top: 0.7rem;
    margin-left: -0.7rem;
    margin-right: -0.7rem; }
  .newsletter_signup_form button.styled {
    font-size: 1.1rem; }
  #contact_and_follow {
    display: block;
    font-size: 1rem; }
  .designer {
    display: block; }
    .designer img {
      width: 100%;
      margin-bottom: 0.7rem; }
    .designer h3 {
      margin: 0 0 1.4rem 0; } }

body.trials aside {
  color: #000; }

#trials_form {
  padding: 1.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.4rem; }

@media (min-width: 768px) {
  #trials_form {
    min-height: calc(100vh - 14rem); } }

#trial_families {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.4rem;
  margin-bottom: 1.4rem; }
  #trial_families img {
    height: 3.2rem;
    max-width: 100%; }
  #trial_families label {
    color: #000; }
  #trial_families .labeled_checkbox label:after {
    color: #e6e6e6; }

.trial_selectors {
  display: flex;
  align-items: baseline; }
  .trial_selectors label {
    margin-right: 1.4rem; }

.trial_family_selector {
  background-color: #e6e6e6;
  padding: 0.7rem;
  border-radius: 1.2rem; }
  .trial_family_selector .price {
    display: none; }
  .trial_family_selector.paid .price {
    display: block;
    margin-left: auto;
    font-size: 1rem;
    color: #000; }

#trials_form_bottom {
  grid-column: 2/4;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 1.4rem; }

#trials_form_bottom input[type="checkbox"], #checkout_form input[type="checkbox"] {
  filter: invert(1); }

#trials_fields {
  grid-column: span 2; }

#trials_info {
  grid-column: 2/4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 1.4rem; }
  #trials_info > div:first-child {
    grid-column: span 2;
    margin-bottom: 1.4rem; }
  #trials_info h2 {
    margin: 0 0 1.4rem 0;
    padding-bottom: 1.05rem;
    border-bottom: 0.1rem solid #fff; }
  #trials_info a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }
  #trials_info h1 {
    margin-bottom: 1.4rem; }
  #trials_info ul {
    margin-bottom: 1.4rem; }
  #trials_info button {
    margin-bottom: 1.4rem; }

#trials_message h2 {
  margin-bottom: 0.7rem; }

#trials_thanks {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem; }

#trial_errors {
  margin-bottom: 0.7rem;
  margin-top: -0.7rem; }

#trial_totals {
  margin-bottom: 1.4rem;
  width: 19.25rem; }

@media (max-width: 768px) {
  #trials_form, #trials_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: span 2; }
  #trials_form button {
    display: none; }
  #trial_families, #trials_form_bottom {
    display: none; } }

@media (max-width: 640px) {
  #trials_form, #trials_info {
    display: block; } }

body.buy {
  background-color: #fff; }

#buy_interface {
  width: 75%;
  margin: 0 auto; }
  #buy_interface .main_selector {
    position: absolute;
    left: 2.1rem;
    top: 50%;
    transform: translateY(-50%); }
  #buy_interface .cart_item {
    margin: 0 0 1.4rem 0;
    padding-left: 4.2rem; }
  #buy_interface .style_image img {
    height: 2rem; }

#collection_cart_items {
  margin-top: 0.7rem; }

.cart_item {
  margin: 0 0 0.7rem 0;
  border-radius: 1.2rem;
  background-color: #e6e6e6;
  padding: 0.7rem;
  position: relative; }
  .cart_item select:focus-visible {
    outline-color: #000; }

.licensed_item {
  font-size: var(--aglet-large);
  line-height: 1;
  margin-bottom: 1.05rem; }

.license_type {
  display: grid;
  grid-template-columns: 3.5rem 8rem 20rem auto;
  align-items: baseline;
  margin-bottom: 0.35rem; }
  .license_type .labeled_checkbox {
    grid-column: span 1; }
    .license_type .labeled_checkbox label:after {
      color: #e6e6e6; }
  .license_type .tooltip_container input[type="checkbox"]:checked {
    background-color: transparent; }
  .license_type:not(.active) .license_select_wrapper, .license_type:not(.active) .price {
    opacity: 0.5; }

.license_select_wrapper {
  width: calc(100% - 1.4rem); }
  .license_select_wrapper .select_wrapper, .license_select_wrapper select {
    width: 100%; }

.license_info {
  display: flex;
  align-items: baseline;
  padding-left: 2.8rem;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem; }
  .license_info .tooltip {
    top: 0.17rem;
    left: -0.2rem; }

.remove_cart_item {
  position: absolute;
  top: 1.12rem;
  right: 1.12rem;
  width: 0.95rem;
  height: 0.95rem;
  border: 0;
  overflow: hidden;
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/close-542d35f7f272f01363ce60cec06370f733298d70c8a3e7b7f7faa24a2d4f7e8a.svg); }

.cart_item:not(.show_sync) .apply_licenses_to_all {
  display: none; }

.apply_licenses_to_all {
  position: absolute;
  bottom: 1.05rem;
  right: 0.938rem; }

body:not(.edit_cart) .license_selection select {
  border-color: transparent; }

body:not(.edit_cart) .license_selection input[type="checkbox"] {
  display: none; }

body:not(.edit_cart) .license_selection .select_wrapper:after {
  display: none; }

body.edit_cart .license_selection .labeled_checkbox {
  width: 5.5rem;
  min-width: 5.5rem;
  margin-right: 0.7rem; }

.license_selection {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; }
  .license_selection .license_select_wrapper {
    width: auto;
    flex-grow: 1; }
  .license_selection select:disabled {
    color: #000;
    opacity: 1; }

@media (max-width: 1440px) {
  body.edit_cart .license_selection {
    display: block; }
    body.edit_cart .license_selection select {
      margin-bottom: 0.35rem; } }

body.checkout aside .form_wrapper {
  display: block;
  margin-bottom: 2.8rem; }

body.checkout aside .form_field {
  margin-bottom: 0.7rem; }

body.checkout aside h2 {
  margin: 0 0 1.4rem 0;
  padding-bottom: 1.05rem;
  border-bottom: 0.1rem solid #fff; }

body.empty_checkout #checkout_form_container {
  opacity: 0.5; }

body.empty_checkout #cart {
  display: none; }

body:not(.empty_checkout) #empty_cart {
  display: none; }

body.edit_cart #edit_cart_done {
  display: block; }

body.edit_cart #edit_cart, body.edit_cart #share_cart {
  display: none; }

body:not(.edit_cart) #checkout_cart_items .multiplier_row:not(.shown), body:not(.edit_cart) #checkout_cart_items .license_selection label:after {
  display: none; }

#empty_cart {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 700;
  font-size: 1.1rem; }

#billing_form_wrapper {
  display: none; }

#cart_totals {
  margin: 0 0 1.4rem 0; }

.totals {
  padding: 0.56rem 0.7rem 0.56rem 0.7rem;
  border-radius: 1.2rem;
  background-color: #444; }

.cart_total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem; }
  .cart_total .price {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end; }

.price .tax_state_label {
  flex-grow: 1;
  font-variation-settings: "wght" 555;
  text-align: left;
  padding-left: 0.2rem; }

#licensee_form_wrapper {
  margin-top: 0; }

#form_payment .form_field {
  margin-bottom: 0; }

#accept_eula_container, #accept_trials_eula_container {
  margin: 1.4rem 0;
  display: flex;
  align-items: baseline;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem; }
  #accept_eula_container .labeled_checkbox, #accept_trials_eula_container .labeled_checkbox {
    margin-right: 0.7rem; }
  #accept_eula_container a, #accept_trials_eula_container a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }

#checkout_cart_items {
  list-style: none;
  margin: 0;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem; }
  #checkout_cart_items fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    appearance: none; }
  #checkout_cart_items li {
    position: relative;
    margin: 0 0 0.7rem 0;
    background-color: #e6e6e6;
    border-radius: 1.2rem;
    padding: 0.7rem;
    color: #000; }
    #checkout_cart_items li a {
      color: #000;
      text-decoration: underline;
      text-underline-offset: 0.1em;
      text-decoration-thickness: 0.05em; }
    #checkout_cart_items li:before {
      display: none; }
  #checkout_cart_items .licenses {
    margin-bottom: -0.7rem;
    margin-right: -0.25rem; }
  #checkout_cart_items .labeled_checkbox label:after {
    color: #e6e6e6; }
  #checkout_cart_items .remove_cart_item {
    top: 1.022rem;
    right: 0.7rem;
    width: 0.8rem;
    height: 0.8rem; }

.multiplier_row {
  margin-bottom: 0.7rem; }
  .multiplier_row .price {
    text-align: left; }
  .multiplier_row:not(.active) .select_wrapper {
    opacity: 0.5; }
  .multiplier_row:not(.active) .price {
    display: none; }

.cart_item_content {
  font-variation-settings: "wght" 700;
  margin-bottom: 0.7rem; }

#edit_cart_done {
  display: none; }

#cart_buttons {
  display: flex;
  align-items: baseline;
  padding-bottom: 1.4rem;
  position: absolute;
  top: 2.1rem;
  right: 0.7rem; }
  #cart_buttons button {
    margin-right: 0.7rem; }

#complete_purchase_form:disabled {
  opacity: 0.5; }

#checkout_error {
  margin-bottom: 1.4rem;
  margin-top: 0;
  border-radius: 1.2rem; }

#trial_errors, #cart_notifier {
  border-radius: 1.2rem; }

.form_message {
  line-height: 1.2;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem;
  margin-bottom: 0.7rem; }

body.legal aside nav {
  display: flex;
  flex-direction: column;
  margin-top: 1.05rem; }
  body.legal aside nav a, body.legal aside nav span {
    display: inline-block;
    margin-bottom: 0.7rem; }

body.legal.reader h2.large_heading {
  margin-bottom: 1.4rem; }

body.legal.trial main h1 {
  margin-bottom: 1.4rem; }

body.legal h2 p {
  display: inline; }

@media (min-width: 769px) {
  #eula_heading {
    min-height: 5.5rem; } }

#addendum_link {
  font-family: 'Grep Variable';
  font-variation-settings: "wght" 475;
  font-size: 1rem;
  margin-left: 1.4rem;
  font-size: var(--grep-small);
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.05em;
  display: inline-block; }

#addendum {
  padding-top: 3.5rem; }

#eula_nav {
  margin-top: 1.4rem; }

.tldr {
  font-variation-settings: "wght" 750; }

@media (max-width: 768px) {
  #eula_nav {
    margin-top: 1.4rem; } }

ul#footnotes {
  padding: 0;
  margin: 1.4rem 0 0 0;
  list-style: none;
  padding: 0; }
  ul#footnotes a {
    color: #555;
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }

.footnote_content {
  max-width: 35em;
  display: inline-block; }

li.footnote_wrapper {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  align-items: baseline;
  margin-bottom: 1.4rem;
  padding: 0; }
  li.footnote_wrapper:last-child {
    margin-bottom: 1.4rem; }
  li.footnote_wrapper:before {
    display: none; }

button.footnote_marker, button.footnote, .footnote_content {
  font-family: 'Grep Variable';
  font-variation-settings: "wght" 475;
  font-size: var(--grep-small);
  color: #555; }

button.footnote {
  font-family: 'Grep Variable';
  font-variation-settings: "wght" 475;
  font-size: 1rem;
  width: auto;
  color: #000000;
  border: none;
  cursor: pointer;
  font-feature-settings: 'sups';
  line-height: 1.4;
  padding: 0 1.2rem; }
  button.footnote:focus-visible {
    background-color: #121212;
    border-radius: 1.2rem;
    box-sizing: border-box; }

button.footnote_marker {
  text-align: left;
  color: #555; }
  button.footnote_marker:after {
    content: '.'; }
  button.footnote_marker:focus-visible {
    border-radius: 1.2rem;
    box-sizing: border-box; }

button.footnote,
button.footnote_marker {
  z-index: 2;
  padding: 0;
  position: relative;
  background-color: transparent;
  border-color: transparent; }

body:not(.cart_notifier_open) #cart_notifier {
  display: none; }

body:not(.order) aside #cart_notifier {
  margin-top: 0.7rem;
  background-color: #444;
  color: #fff;
  margin-bottom: 0.7rem;
  border-radius: 1.2rem; }
  body:not(.order) aside #cart_notifier button {
    color: #000;
    border-color: #fff; }

#upgrade_warning {
  margin-bottom: 1.4rem; }

#cart_notifier {
  background-color: #ffd9d9;
  color: #c00;
  padding: 1.4rem;
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 700;
  font-size: 1.1rem;
  line-height: 1.2; }
  #cart_notifier button {
    color: #fff;
    border-color: #c00;
    background-color: #c00;
    box-shadow: 0 0.15rem 0 #c005; }
  #cart_notifier input {
    background-color: #fff;
    color: #c00;
    padding: 1.05rem 0.7rem;
    border-radius: 1.2rem;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    font-family: 'Aglet Slab Variable', serif;
    font-variation-settings: "wght" 555;
    font-size: 1.1rem;
    outline-color: #c00;
    margin: 0.7rem 0; }
    #cart_notifier input.empty:not(:focus):not(:focus-visible) {
      background-color: #777; }

#accept_notification {
  margin-right: 0.7rem; }

#download_text_link.active {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.05em;
  cursor: pointer; }

#order_email_validation_error {
  color: #FF3D3D;
  margin-top: 0.7rem; }

#download_error:not(.shown) {
  display: none; }

#notification {
  margin-bottom: 0.7rem; }

#order_email_confirmation {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem; }
  #order_email_confirmation .form_wrapper {
    display: block;
    margin: 0.7rem 0; }
  #order_email_confirmation input {
    margin-bottom: 0.7rem; }

#order_totals {
  padding: 0.7rem;
  border-radius: 1.2rem;
  margin: 0 0 0.7rem 0; }

#order_buttons {
  padding: 1.4rem 0;
  display: flex;
  align-items: baseline;
  margin-top: -0.2rem; }
  #order_buttons a, #order_buttons button, #order_buttons .button {
    margin-right: 0.7rem; }
    #order_buttons a.disabled, #order_buttons button.disabled, #order_buttons .button.disabled {
      display: none; }

#processing_payment {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem;
  color: #fff; }

#receipt_message {
  padding: 1.4rem 0;
  font-size: var(--grep-small);
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem; }

#domains_and_apps_notice, .licensed_apps_or_domains {
  padding: 1.4rem 1.4rem 0 1.4rem;
  font-size: var(--grep-small);
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem; }

#receipt_info {
  padding: 1.4rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 1.4rem; }
  #receipt_info h2 {
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
    border-bottom: 0.1rem solid #fff; }

.order_address {
  font-family: 'Aglet Slab Variable', serif;
  font-variation-settings: "wght" 555;
  font-size: 1.1rem; }
  .order_address a {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.05em; }

#order_items {
  margin: 0;
  padding: 0; }
  #order_items li {
    padding: 0.7rem;
    background-color: #e6e6e6;
    margin-bottom: 0.7rem;
    color: #000;
    border-radius: 1.2rem; }
    #order_items li:before {
      display: none; }
  #order_items .cart_item_content {
    font-family: 'Aglet Slab Variable', serif;
    font-variation-settings: "wght" 700;
    font-size: 1.1rem;
    margin-bottom: 0; }
    #order_items .cart_item_content a {
      color: #000; }
      #order_items .cart_item_content a:not(.button) {
        text-decoration: underline;
        text-underline-offset: 0.1em;
        text-decoration-thickness: 0.05em; }
      #order_items .cart_item_content a.button {
        margin-top: 0.25rem;
        display: inline-block; }
  #order_items .license_selection {
    font-family: 'Aglet Slab Variable', serif;
    font-variation-settings: "wght" 555;
    font-size: 1.1rem; }
  #order_items .price {
    text-align: left; }
  #order_items .license {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
  #order_items .all_styles {
    margin-top: 0.7rem; }
    #order_items .all_styles img {
      height: 1.8rem; }

@media (max-width: 640px) {
  body.order main {
    margin-top: 1.4rem; }
  #receipt_info {
    display: block; }
  .order_address {
    margin-top: 1.4rem; } }

@media print {
  body, header, aside, #main_content {
    background-color: #fff !important;
    color: #000 !important; }
  a {
    text-decoration: none !important; }
  #mobile_nav_toggle, #order_buttons, footer {
    display: none !important; }
  main .section_header {
    display: none !important; }
  #order_items li {
    background-color: #fff !important;
    padding: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 1.4rem !important;
    border-radius: 0 !important; }
  #order_items .all_styles {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 0 1.4rem !important;
    min-width: 100% !important;
    border: 0 !important; }
  #order_items .cart_item_content a.button {
    display: none !important; }
  #order_totals {
    border-top: 2px solid #000 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    color: #000 !important;
    padding: 1.4rem 0 0 0 !important;
    min-width: 100% !important;
    margin-top: 1.4rem !important; }
  .license {
    display: flex !important; }
  #logo {
    filter: invert(1) !important;
    left: 1.4rem !important;
    top: 2.52rem !important; }
  a {
    color: #000 !important; }
  #receipt_message, header {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  aside .section_header {
    padding-left: 0 !important; }
  #receipt_info {
    min-width: 100% !important;
    padding: 0 !important;
    grid-template-columns: 1fr 1fr !important; }
    #receipt_info h2 {
      margin: 0 0 1rem 0 !important;
      padding: 0 !important;
      border: 0 !important; }
    #receipt_info #licensed_items {
      grid-column: 1 !important;
      grid-row: 2 !important;
      width: 200% !important;
      min-width: 200% !important;
      box-sizing: border-box !important;
      padding: 1.4rem 0 0 0 !important; }
    #receipt_info > div:nth-child(2), #receipt_info > div:nth-child(3) {
      grid-row: 1 !important;
      box-sizing: border-box !important;
      margin-bottom: 1.4rem !important;
      margin-top: 1.4rem !important;
      padding: 0 !important; }
    #receipt_info > div:nth-child(2) {
      grid-column: 1 !important; }
    #receipt_info > div:nth-child(3) {
      grid-column: 2 !important; } }

.font_selector {
  position: relative; }
  .font_selector.hidden {
    display: none; }
  .font_selector:not(.open) .font_selector_buttons {
    display: none; }
  .font_selector:after {
    z-index: 100; }
  .font_selector.open .font_selector_toggle:after {
    transform: rotate(0deg); }

.family_tester:not(.active) .font_selector:not(.open) .font_selector_toggle {
  background-color: transparent; }

.font_selector_buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #e6e6e6; }
  .font_selector_buttons button {
    font-family: 'Grep Variable';
    font-variation-settings: "wght" 475;
    font-size: 1rem;
    text-align: left;
    font-size: var(--grep-small);
    border: 0;
    appearance: none;
    background: transparent;
    margin-left: -0.7rem;
    margin-right: -0.7rem;
    padding: 0.1rem 0.7rem; }
    .font_selector_buttons button:not(:last-child) {
      margin-bottom: 0.2rem; }
  .font_selector_buttons h2 {
    text-align: left;
    margin-bottom: 0.35rem; }
    .font_selector_buttons h2:not(:first-child) {
      margin-top: 0.35rem; }

@media (hover: hover) {
  .font_selector_buttons button:hover {
    background-color: #fff; } }
