@charset "UTF-8";
/*

 */
:root {
  --h1:3.2rem;
  --h2:1.6rem;
  --h3:1rem;
  --tester-text-size:3.1rem;
  --feature-font-size:4.5rem;
  --small-type:0.8rem;
  --regular-type:1rem;
  --slider-width:6.8rem;
  --icon-width:0.95rem;
  --toggle-width:0.8rem;
  --quote-weight:305;
  --regular-weight:400;
  --small-weight:430;
  --medium-weight:570;
  --bold-weight:720;
  --h2-weight:720;
  --regular-opsz:11;
  --medium-opsz:11;
  --button-opsz:11;
  --h1-opsz:70;
  --h2-opsz:11;
  --h3-opsz:20;
  --gutter: 1.4rem;
  --double-gutter: 2.8rem;
  --half-gutter: 0.7rem;
  --quarter-gutter: 0.35rem;
  --negative-gutter: -1.4rem;
  --negative-half-gutter: -0.7rem;
  --negative-quarter-gutter: -0.35rem;
  --header-height: 3.5rem;
  --email-input-height:2rem;
  --line-height: 1.3;
  --h1-line-height:1.1;
  --small-type-line-height:1.3;
  --short-line-height: 1.15;
  --scrollbar-width:0.5rem;
  --border-width:0.1rem;
  --border-radius:1.4rem;
  --index-border-radius:1.4rem;
  --small-border-radius:0.3rem;
  --input-h-padding:0.35rem;
  --input-v-padding:0.2rem;
  --outline-offset:0.1rem;
  --checkbox-width:0.83rem;
  --middle-width:27.5rem;
  --tooltip-width:15rem;
  --aside-heading-height:2.5rem;
  --cart-remove-width:0.8rem;
  --preview-image-height:1.6rem;
  --related-image-height:2.2rem;
  --cart-total-width:6.5rem;
  --trials-middle:33.3%;
  --underline-thickness:0.05em;
  --underline-offset:0.12em;
  --homepage-slideshow-w:63vw;
  --homepage-slideshow-h:42vw;
  --homepage-slide-margin:var(--gutter);
  --homepage-nav-button-w:17vw;
  --homepage-slide-border-radius:calc(4*var(--border-radius));
  --slide-duration:0.5s;
  --outline: 0.1rem solid;
  --text: #121212;
  --gray-text: #555;
  --dark-gray: #121212;
  --input-background: #e6e6e6;
  --gray: #eee;
  --gray-highlight:#f2f2f2;
  --empty-input-background:#484848;
  --footer-background:#3a3a3a;
  --cart-background:#212121;
  --error-background:hsl(0,55%,70%);
  --bright-error-background:hsl(0,68%,85%);
  --error-text:hsl(0,33%,8%);
  --error-shadow:hsla(0,33%,40%,0.6);
  --error-button:hsl(0,53%,30%);
  --cart-highlight:#d1d1d1;
  --in-cart-color:#d9ff00;
  --homepage-green:#d9ff00;
  --homepage-blue:#00d1ff;
  --pale-blue:#ccf6ff;
  --dark-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.2);
  --light-shadow: 0 0.1rem 0.1rem rgba(255,255,255,0.2); }

@media (max-width: 1600px) {
  :root {
    --trials-middle:40%; } }

@media (max-width: 1440px) {
  :root {
    --tester-text-size:2.8rem;
    --trials-middle:45%; } }

@media (max-width: 1280px) {
  :root {
    --tester-text-size:2.25rem; } }

@media (max-width: 768px) {
  :root {
    --tester-text-size:1.5rem;
    --h1:2.1rem;
    --h2:1.5rem;
    --h3:1rem;
    --homepage-slide-border-radius:var(--border-radius); } }

@media (max-width: 640px) {
  :root {
    --tester-text-size:0.85rem; } }

@font-face {
  font-family: 'Escalator Variable';
  src: url(/assets/Escalator_Romans_Variable-586573117817b64c4f14bcb7bcd2388b1ea42b480d8148bafa58ffc094b929b6.woff2) format("woff2-variations");
  font-weight: 300 900;
  font-style: normal; }

@font-face {
  font-family: 'Escalator Variable';
  src: url(/assets/Escalator_Italics_Variable-71df0568faf53b9602386d3453627fc80ff5da3cc476dc8bb1c49be18241bfa2.woff2) format("woff2-variations");
  font-weight: 300 900;
  font-style: italic; }

html {
  font-size: 1.05vw; }

body {
  padding: 0;
  margin: 0;
  color: var(--dark-gray);
  background-color: #fff;
  line-height: var(--line-height);
  font-family: 'Escalator Variable', serif;
  font-variation-settings: "wght" var(--regular-weight), "opsz" var(--regular-opsz);
  font-weight: var(--regular-weight);
  font-size: var(--regular-type);
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em; }
  body.homepage a:focus-visible, body.legal a:focus-visible, body.services a:focus-visible, body.about a:focus-visible {
    outline: var(--border-width) solid var(--text); }
  body.dark {
    background-color: var(--dark-gray);
    color: #fff; }
    body.dark header {
      color: #fff; }
      body.dark header a {
        color: #fff; }
    body.dark #logo path {
      fill: #fff; }
    body.dark #cart_label.empty {
      color: #fff; }
  body.trials .section_header, body.checkout .section_header, body.order .section_header {
    background-color: #fff;
    color: var(--dark-gray); }
    body.trials .section_header a, body.checkout .section_header a, body.order .section_header a {
      color: var(--dark-gray); }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li {
    padding-left: 0.8em;
    position: relative;
    margin-bottom: var(--quarter-gutter);
    display: block; }
    ul li::before {
      content: '•';
      position: absolute;
      line-height: 1.15;
      top: 0;
      left: 0; }

img, video {
  display: block; }

button {
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--button-opsz);
  font-weight: var(--bold-weight);
  font-size: var(--regular-type); }

nav {
  display: flex;
  line-height: 1;
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--button-opsz);
  font-weight: var(--bold-weight); }

.section_header {
  padding: var(--half-gutter) var(--gutter);
  background-color: var(--dark-gray);
  color: #fff;
  z-index: 5;
  position: sticky;
  top: 0; }
  .section_header a {
    color: #fff; }

main .section_header {
  top: var(--header-height); }

b, strong {
  font-weight: 600;
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--button-opsz); }

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

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

.form_separator {
  margin: var(--gutter) 0;
  background-color: #fff; }

body.dark .section_header a {
  color: var(--dark-gray); }

a {
  text-decoration: none;
  text-decoration-thickness: var(--underline-thickness);
  text-underline-offset: var(--underline-offset);
  color: var(--dark-gray);
  text-decoration-thickness: 0.1em; }

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

h1, h2 {
  margin-top: 0;
  margin-top: 0; }

h1 {
  margin-bottom: 0;
  font-weight: var(--bold-weight);
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--h1-opsz);
  font-size: var(--h1);
  line-height: var(--h1-line-height); }
  h1.link {
    font-variation-settings: "wght" var(--bold-weight), "opsz" var(--button-opsz);
    font-variation-settings: "wght" var(--bold-weight), "opsz" var(--button-opsz); }

h2 {
  font-size: var(--h2);
  font-weight: var(--h2-weight);
  font-variation-settings: "wght" var(--h2-weight), "opsz" var(--h2-opsz);
  margin-bottom: var(--gutter); }

h3 {
  font-size: var(--h3);
  margin: 0 0 var(--half-gutter) 0;
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--h3-opsz);
  font-weight: var(--bold-weight);
  line-height: 1.1; }

main {
  box-sizing: border-box; }

#font_feature_top {
  margin: var(--gutter) 0 0 0;
  display: flex;
  justify-content: center;
  position: sticky;
  top: var(--header-height)var(--gutter);
  z-index: 10; }

.articles_index {
  display: grid;
  padding: var(--gutter);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--gutter);
  align-items: flex-start;
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz); }
  .articles_index .index_image_frame {
    position: relative;
    border-radius: var(--index-border-radius);
    background-color: #fff; }
    .articles_index .index_image_frame img {
      position: relative;
      z-index: 2; }
    .articles_index .index_image_frame:before {
      content: '';
      pointer-events: none;
      position: absolute;
      top: calc(0.75*var(--negative-half-gutter));
      left: calc(0.75*var(--negative-half-gutter));
      right: calc(0.75*var(--negative-half-gutter));
      bottom: calc(0.75*var(--negative-half-gutter));
      border-radius: calc(1.2*var(--index-border-radius));
      background-color: inherit;
      opacity: 0;
      transform: scale(0.95);
      transition: opacity 0.2s ease, transform 0.2s ease;
      z-index: 1; }
  .articles_index a {
    display: block;
    position: relative; }
  .articles_index img {
    width: 100%;
    margin-bottom: calc(var(--half-gutter)*0.7); }

@media (hover: hover) {
  .articles_index a:hover .index_image_frame:before {
    opacity: 0.25;
    transform: scale(1); } }

.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: var(--scrollbar-width); }

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

.styled_scrollbar::-webkit-scrollbar {
  width: var(--scrollbar-width);
  height: var(--scrollbar-width); }

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

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

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

@media (max-width: 1024px) {
  html {
    font-size: 1.7vw; }
  :root {
    --small-type:1rem; }
  .articles_index {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 768px) {
  html {
    font-size: 2.4vw; }
  body.dark #mobile_nav_toggle svg rect {
    fill: #fff; }
  body.articles .articles_index {
    margin-top: var(--gutter); }
  .articles_index {
    grid-template-columns: repeat(2, 1fr); } }

#error_page {
  position: fixed;
  left: var(--gutter);
  right: var(--gutter);
  top: var(--header-height);
  bottom: var(--gutter);
  color: var(--text); }

h1#error_message {
  position: absolute;
  text-align: center;
  padding: calc(var(--gutter)*2);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: var(--homepage-slide-border-radius);
  background-color: #00d1ff;
  display: flex;
  align-items: center;
  justify-content: center; }
  h1#error_message.server_error {
    background-color: #ea4724; }

#purchase_message, #add_to_cart_errors {
  background-color: var(--bright-error-background);
  color: var(--error-text); }
  #purchase_message button, #add_to_cart_errors button {
    box-shadow: 0 0.15rem 0 var(--error-shadow); }
    #purchase_message button:active, #add_to_cart_errors button:active {
      box-shadow: 0 0.1rem 0 var(--error-shadow); }

#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; }

#checkout_error:before, #cart_message_content:before, #trial_errors:before, #purchase_message_content:before, #add_to_cart_errors:before {
  background-image: url(/assets/xyz_alert-ef75a3066d21a4e8fe88dc5dbba2f57630a2ed47cb345f9b800bcd500e57e992.svg); }

@media (max-width: 640px) {
  html {
    font-size: 4.5vw; }
  .articles_index {
    display: block; }
    .articles_index a, .articles_index a.article_link {
      margin-bottom: var(--gutter);
      border-radius: var(--half-gutter); }
      .articles_index a img, .articles_index a.article_link img {
        border-radius: var(--half-gutter) !important; } }

header {
  height: var(--header-height);
  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 calc(var(--gutter)*0.2); }

#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: var(--gutter);
  transform: translateY(-50%); }
  #logo svg {
    display: block;
    height: 1.5rem;
    width: auto; }
  #logo path {
    fill: var(--dark-gray); }

#cart_label {
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--button-opsz);
  font-weight: var(--bold-weight);
  position: absolute;
  right: var(--gutter);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  color: var(--text); }
  #cart_label span {
    height: 80%;
    border-radius: 80%;
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--text);
    font-size: var(--small-type);
    padding: 0 var(--quarter-gutter);
    margin: 0 0 0 var(--quarter-gutter);
    line-height: 1.4; }
  #cart_label:not(.empty) {
    background-color: rgba(255, 255, 255, 0.2); }

body.dark #cart_label, body.white_nav #cart_label {
  color: #fff; }
  body.dark #cart_label:not(.empty), body.white_nav #cart_label:not(.empty) {
    background-color: rgba(255, 255, 255, 0.2); }
  body.dark #cart_label span, body.white_nav #cart_label span {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }

body:not(.dark):not(.font) #cart_label:not(.empty) {
  background-color: rgba(0, 0, 0, 0.09); }
  body:not(.dark):not(.font) #cart_label:not(.empty) span {
    background-color: rgba(255, 255, 255, 0.7); }

body.custom:not(.dark):not(.font):not(.white_nav) #cart_label:not(.empty) {
  background-color: rgba(255, 255, 255, 0.4); }
  body.custom:not(.dark):not(.font):not(.white_nav) #cart_label:not(.empty) span {
    background-color: rgba(255, 255, 255, 0.5); }

body.white_nav:not(.dark):not(.font) #cart_label:not(.empty) {
  background-color: rgba(0, 0, 0, 0.5); }
  body.white_nav:not(.dark):not(.font) #cart_label:not(.empty) span {
    background-color: rgba(255, 255, 255, 0.2); }

body.font #cart_label {
  color: #fff; }
  body.font #cart_label:not(.empty) {
    background-color: rgba(255, 255, 255, 0.2); }
  body.font #cart_label span {
    color: #fff; }

#mobile_nav_toggle {
  display: none; }

#main_nav {
  align-items: baseline;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

.link {
  border-radius: var(--gutter);
  height: var(--gutter);
  padding: 0.2rem 0.6rem;
  display: flex;
  align-items: center; }

h1.link.selected {
  font-size: var(--regular-type); }

body.dark .link {
  color: #fff;
  background-color: var(--dark-gray); }
  body.dark .link.selected {
    background-color: rgba(255, 255, 255, 0.2); }

body.services .link.selected, body.about .link.selected, body.legal .link.selected, body.order .link.selected {
  background-color: rgba(0, 0, 0, 0.09); }

body.white_nav header a.link {
  color: #fff; }
  body.white_nav header a.link.selected {
    background-color: rgba(0, 0, 0, 0.5); }

body.white_nav header h1.link.selected {
  background-color: rgba(0, 0, 0, 0.5); }

body.white_nav #logo path, body.white_nav #logo rect, body.white_nav #mobile_nav_toggle svg path, body.white_nav #mobile_nav_toggle svg rect {
  fill: #fff; }

body.font.main header a.link {
  color: #fff; }
  body.font.main header a.link.selected {
    background-color: rgba(255, 255, 255, 0.15); }

body.font.main header h1.link.selected {
  background-color: rgba(255, 255, 255, 0.15); }

body.font:not(.main) #fonts_top a.link {
  background-color: transparent; }

body.font:not(.main) #fonts_top h1.selected {
  background-color: rgba(255, 255, 255, 0.2); }

@media (hover: hover) {
  body.white_nav header a.link:hover, body.white_nav header a.link.selected {
    background-color: rgba(0, 0, 0, 0.5); }
  body.dark .link:not(.selected):hover {
    background-color: rgba(255, 255, 255, 0.2); }
  body.font.main header a.link:hover, body.font.main header a.link.selected {
    background-color: rgba(255, 255, 255, 0.2); }
  body.font:not(.main) #fonts_top a:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  body .link:not(.selected):hover {
    background-color: rgba(255, 255, 255, 0.4); }
  body.services .link:not(.selected):hover, body.about .link:not(.selected):hover, body.legal .link:not(.selected):hover, body.order .link:not(.selected):hover {
    background-color: rgba(0, 0, 0, 0.09); } }

@media (max-width: 1024px) {
  #cart_label span {
    min-width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-right: -0.3rem; } }

@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: var(--dark-gray); }
      body.open_mobile_nav header nav, body.open_mobile_nav header #main_nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50vh;
        transform: translateY(calc(-50% - var(--header-height)*0.5));
        left: 0;
        width: 100%;
        height: calc(100vh + 4rem);
        background-color: var(--dark-gray);
        color: #fff; }
        body.open_mobile_nav header nav a, body.open_mobile_nav header nav span.link, body.open_mobile_nav header nav h1, body.open_mobile_nav header #main_nav a, body.open_mobile_nav header #main_nav span.link, body.open_mobile_nav header #main_nav h1 {
          font-size: var(--h2);
          border-radius: var(--double-gutter);
          padding: var(--half-gutter) var(--gutter);
          height: auto;
          position: relative;
          color: #fff;
          margin: var(--half-gutter) 0; }
    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: calc(var(--gutter)*0.6);
    right: var(--gutter);
    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: var(--dark-gray);
        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: var(--footer-background);
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: var(--gutter);
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
  box-sizing: border-box;
  width: 100%;
  min-width: 100%; }
  footer a {
    position: relative;
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }
    footer a.selected:after {
      display: block; }

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

#footer_right {
  min-width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  text-align: right;
  display: flex;
  gap: var(--gutter);
  justify-content: flex-end;
  flex-wrap: wrap; }

#credit {
  min-width: 100%;
  margin-bottom: var(--quarter-gutter); }

.newsletter_signup_message {
  margin-top: 0.5rem;
  color: var(--error-text);
  background-color: var(--error-background);
  padding: var(--quarter-gutter) var(--half-gutter);
  box-sizing: border-box;
  border-radius: var(--quarter-gutter); }

footer .newsletter_signup_form {
  position: relative; }

footer .newsletter_signup_message {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0.05rem;
  left: calc(100% + var(--half-gutter));
  white-space: nowrap;
  margin: 0; }

#footer_sub_links a {
  white-space: nowrap; }

.footer_link {
  position: relative;
  display: inline-block; }

.footer_links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--gutter); }

#footer_credits {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  min-width: 100%;
  line-height: 1.15;
  position: relative;
  top: 0.2rem; }

#footer_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.collection_svg_link:focus-visible img {
  outline: var(--outline);
  outline-offset: var(--outline-offset);
  outline-color: var(--dark-gray); }

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

#footer_newsletter_signup {
  margin-top: var(--half-gutter); }

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

@media (max-width: 768px) {
  footer {
    display: block; }
    footer .newsletter_signup_form {
      flex-direction: column;
      align-items: flex-start; }
  #footer_collections {
    margin-bottom: var(--gutter);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 var(--gutter); }
  #footer_right {
    padding: 0;
    width: 100%;
    min-width: 100%;
    grid-gap: 0 var(--gutter); }
    #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: 768px) {
  footer {
    display: block; }
    footer .newsletter_signup_message {
      position: static;
      height: auto; }
  #footer_newsletter_signup {
    margin-top: var(--gutter); }
  #footer_right {
    text-align: left;
    justify-content: flex-start; }
  #credit {
    margin-bottom: var(--gutter); } }

@media (max-width: 640px) {
  #footer_right {
    display: flex;
    flex-direction: column;
    gap: var(--quarter-gutter); }
  .footer_links {
    flex-direction: column;
    gap: var(--quarter-gutter); } }

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

.homepage_slideshow {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: calc(var(--homepage-slideshow-h) +  var(--gutter));
  overflow: hidden;
  line-height: 0;
  opacity: 0;
  margin-bottom: calc(var(--homepage-slide-margin) - var(--gutter)); }
  .homepage_slideshow:last-child {
    margin-bottom: var(--homepage-slide-margin); }
  .homepage_slideshow:not(.no_transition) {
    transition: transform var(--slide-duration) ease, opacity var(--slide-duration) ease; }
    .homepage_slideshow:not(.no_transition) .homepage_slides_strip {
      transition: transform var(--slide-duration) ease, opacity var(--slide-duration) ease; }
  .homepage_slideshow.images_loaded {
    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_caption {
  width: 100%;
  position: absolute;
  bottom: var(--homepage-slide-margin);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
  font-weight: var(--medium-weight);
  z-index: 10; }

.caption_content {
  background-color: rgba(255, 255, 255, 0.83);
  padding: var(--quarter-gutter) var(--half-gutter);
  border-radius: var(--gutter); }

#homepage_early_access .caption_content {
  background-color: rgba(255, 255, 255, 0.7); }

#homepage_early_access .homepage_slide {
  background-color: var(--homepage-green); }

#homepage_early_access .homepage_image_container {
  background-color: var(--homepage-green); }

#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: var(--homepage-nav-button-w);
  z-index: 5;
  height: 100%;
  position: absolute;
  top: 0; }

.homepage_previous {
  left: 0;
  border-radius: 0 var(--homepage-slide-border-radius) var(--homepage-slide-border-radius) 0;
  cursor: w-resize; }

.homepage_next {
  right: 0;
  border-radius: var(--homepage-slide-border-radius) 0 0 var(--homepage-slide-border-radius);
  cursor: e-resize; }

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

.homepage_slide, .homepage_slide_buffer {
  position: relative;
  width: var(--homepage-slideshow-w);
  height: var(--homepage-slideshow-h);
  border-radius: var(--homepage-slide-border-radius);
  margin: var(--half-gutter) calc(var(--homepage-slide-margin)*0.5); }
  .homepage_slide img, .homepage_slide_buffer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--homepage-slide-border-radius);
    z-index: 10; }
  .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_slide a, .homepage_slide_buffer a {
    position: relative;
    z-index: 2; }

.homepage_image_container {
  border-radius: var(--homepage-slide-border-radius);
  position: relative; }

a.homepage_image_container:before {
  content: '';
  pointer-events: none;
  position: absolute;
  top: var(--negative-half-gutter);
  left: var(--negative-half-gutter);
  right: var(--negative-half-gutter);
  bottom: var(--negative-half-gutter);
  border-radius: calc(var(--homepage-slide-border-radius) + var(--half-gutter));
  background-color: inherit;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1; }

@media (hover: hover) {
  #homepage_early_access a.homepage_image_container:hover:before {
    opacity: 0.3; }
  a.homepage_image_container:hover:before {
    opacity: 0.18;
    transform: scale(1); } }

@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;
    position: relative; }
    .homepage_slides_strip a, .homepage_slides_strip .homepage_image_container {
      position: relative; }
  .homepage_next, .homepage_previous {
    display: none; }
  .homepage_slide {
    width: calc(100vw - var(--gutter));
    height: auto;
    position: relative;
    margin-bottom: var(--half-gutter);
    border-radius: calc(0.5*var(--homepage-slide-border-radius)); }
    .homepage_slide.caption .homepage_image_container {
      border-radius: calc(0.5*var(--homepage-slide-border-radius)) calc(0.5*var(--homepage-slide-border-radius)) 0 0; }
    .homepage_slide a {
      height: calc(66.66vw - var(--gutter)*0.6666); }
    .homepage_slide img.shown {
      position: static; }
  .homepage_image_container:before {
    display: none; }
  .homepage_caption {
    position: static;
    display: block;
    text-align: center;
    margin-bottom: var(--gutter);
    padding: var(--half-gutter) 0; }
    .homepage_caption .caption_content {
      background-color: transparent; } }

@media (max-width: 1024px) {
  .caption_content {
    border-radius: 0; }
  #homepage_early_access .caption_content {
    background-color: transparent; }
  #homepage_early_access .homepage_slide {
    background-color: #f4ffb3; } }

@media (max-width: 768px) {
  body.homepage main {
    margin-top: var(--half-gutter); }
  .homepage_slide {
    width: calc(100% - var(--gutter)*2);
    box-sizing: border-box;
    position: relative;
    margin: 0 var(--gutter) var(--half-gutter) var(--gutter); } }

@media (max-width: 640px) {
  .homepage_slide {
    border-radius: var(--border-radius);
    margin: 0 var(--gutter) var(--gutter) var(--gutter);
    width: auto; }
  .homepage_slide.caption .homepage_image_container {
    border-radius: var(--border-radius) var(--border-radius) 0 0; }
  .homepage_caption {
    font-size: calc(0.8*var(--regular-type));
    padding: var(--quarter-gutter) 0; } }

body.font .articles_index {
  grid-gap: var(--gutter);
  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: calc(var(--border-radius)*2);
  margin: 0 var(--gutter);
  padding: 0;
  background-color: transparent;
  color: #fff; }
  .index_tester .collection_details {
    margin-top: var(--gutter);
    color: #fff; }
    .index_tester .collection_details a {
      color: #fff; }
  .index_tester:last-child {
    margin-bottom: var(--gutter); }

#index_tester_text {
  position: sticky;
  top: 3.5rem;
  padding: var(--half-gutter) 0;
  background-color: var(--dark-gray);
  z-index: 100;
  display: flex;
  margin-top: 0;
  margin-bottom: var(--gutter);
  align-items: center; }
  #index_tester_text input {
    border: var(--border-width) solid #888;
    background-color: #bbb;
    padding: 0 var(--input-h-padding);
    height: var(--email-input-height);
    border-radius: var(--border-radius);
    color: #000;
    text-align: center;
    width: 32rem;
    margin: 0 auto;
    display: block;
    outline-offset: calc(-1*var(--border-width));
    outline-color: #ddd; }
    #index_tester_text input::placeholder {
      color: #333; }

.collection_details {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--half-gutter);
  border-radius: var(--half-gutter);
  padding-right: var(--gutter);
  color: #fff; }
  .collection_details h2 {
    margin-right: var(--gutter);
    margin-bottom: var(--half-gutter); }
  .collection_details div {
    font-size: 0.8rem; }

.index_learn_more {
  text-decoration: underline;
  text-decoration-thickness: var(--underline-thickness);
  text-underline-offset: var(--underline-offset); }

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

#fonts_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--half-gutter) var(--gutter);
  box-sizing: border-box;
  height: var(--header-height);
  margin-top: var(--negative-half-gutter);
  line-height: 1;
  position: sticky;
  top: 0;
  z-index: 300;
  color: #fff;
  background-color: var(--dark-gray); }

#font_heading {
  width: 33.33%;
  font-size: var(--h2);
  box-sizing: border-box; }

#font_actions {
  width: 33.33%;
  text-align: right;
  position: relative; }
  #font_actions button.styled {
    position: absolute;
    top: calc(-0.8*var(--gutter));
    right: 0;
    bottom: auto;
    background-color: var(--gray);
    color: var(--text);
    border-color: var(--gray);
    box-shadow: 0 0.15rem 0 rgba(250, 250, 250, 0.4); }
    #font_actions button.styled:active {
      box-shadow: 0 0.1rem 0 rgba(250, 250, 250, 0.4); }

#font_nav {
  display: flex;
  justify-content: center;
  width: 33.33%;
  white-space: nowrap;
  color: #fff; }
  #font_nav a, #font_nav h1 {
    color: #fff;
    margin-left: calc(var(--gutter)*0.2);
    margin-right: calc(var(--gutter)*0.2);
    font-variation-settings: "wght" var(--bold-weight), "opsz" var(--button-opsz); }
    #font_nav a.selected, #font_nav h1.selected {
      background-color: rgba(255, 255, 255, 0.15); }

@media (hover: hover) {
  #font_nav a.link:hover {
    background-color: rgba(255, 255, 255, 0.15); } }

#families {
  padding: var(--gutter); }
  #families a {
    display: flex;
    align-items: flex-start;
    margin-bottom: var(--gutter);
    border-radius: calc(2*var(--border-radius));
    overflow: hidden;
    padding: var(--half-gutter) var(--gutter) 0 var(--gutter);
    background-color: rgba(255, 255, 255, 0.5); }
    #families a:last-child {
      margin-bottom: 0; }

.family_image {
  min-width: calc(66% - var(--gutter));
  width: calc(66% - var(--gutter));
  margin-right: var(--double-gutter); }

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

.family_description {
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
  padding-right: var(--gutter); }

#collection_main {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 0 var(--double-gutter);
  align-items: flex-start; }
  #collection_main img {
    height: var(--preview-image-height); }

#collection_credits {
  margin-top: var(--gutter); }

#collection_articles {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  #collection_articles a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }

#item_description {
  grid-column: span 3; }

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

#collection_info {
  grid-column: span 2;
  padding-left: var(--gutter); }

#family_info {
  background-color: rgba(255, 255, 255, 0.5);
  padding: var(--gutter);
  border-radius: var(--gutter);
  margin: 0 var(--gutter) var(--gutter) var(--gutter); }
  #family_info h2 {
    font-size: var(--h3);
    margin: 0 0 var(--half-gutter) 0;
    font-variation-settings: "wght" var(--bold-weight), "opsz" var(--h3-opsz);
    font-weight: var(--bold-weight);
    line-height: 1.1; }
  #family_info #other_families, #family_info #related_typefaces {
    margin-top: var(--gutter); }

#styles, #more_from {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 var(--gutter); }
  #styles h2, #more_from h2 {
    grid-column: span 2; }

#more_from {
  grid-column: span 2;
  gap: var(--gutter); }

#collection_main .collection_family img {
  height: auto; }

.collection_family {
  position: relative;
  border-radius: var(--border-radius);
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden; }
  .collection_family img {
    display: block;
    width: 100%; }

.related_family {
  grid-column: span 2;
  text-decoration: underline;
  text-decoration-thickness: var(--underline-thickness);
  text-underline-offset: var(--underline-offset); }

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

#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: var(--gutter); }

#early_access_explainer {
  margin-bottom: var(--gutter); }
  #early_access_explainer a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }

#collection_overview {
  padding-right: calc(var(--gutter)*5);
  margin-bottom: 0; }
  #collection_overview section:last-child {
    margin-bottom: 0; }

.external_link {
  color: var(--dark-gray); }
  .external_link img {
    border-radius: var(--border-radius);
    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-a626599d06938f6f47589468e1a6fefaefc5a4a2bebd3661a8b799b429eba444.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;
  position: relative;
  top: 0.1em; }

#font_features .tooltip_text {
  background-color: var(--gray); }

.collection_articles {
  padding: var(--gutter); }
  .collection_articles h2 {
    padding: var(--gutter);
    border-radius: var(--gutter);
    color: var(--text);
    margin-bottom: var(--half-gutter);
    background-color: rgba(255, 255, 255, 0.5); }

#in_use {
  padding: var(--gutter); }

#mobile_heading {
  display: none;
  background-color: var(--dark-gray);
  color: #fff;
  box-sizing: border-box;
  min-width: 100%; }

#desktop_notice {
  display: none;
  padding: var(--half-gutter) var(--gutter);
  background-color: var(--dark-gray);
  color: #fff;
  align-items: center; }
  #desktop_notice img {
    height: 1.2rem;
    margin: 0 1rem 0 0; }

#mobile_heading {
  padding: calc(var(--half-gutter)*1.5) var(--gutter) var(--quarter-gutter) var(--gutter); }
  #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: var(--half-gutter);
      border-radius: calc(var(--border-radius)*1.5);
      padding: 0 calc(var(--gutter) * 0.75); }
  #collection_overview {
    padding-right: 0;
    margin-bottom: var(--gutter); }
  #fonts_top {
    display: block;
    padding: var(--half-gutter) var(--gutter);
    height: auto; }
  #font_heading {
    width: 100%;
    padding-left: var(--half-gutter);
    padding-right: var(--half-gutter); }
  #font_nav {
    justify-content: space-between;
    margin-top: var(--gutter);
    width: 100%;
    margin-left: var(--negative-gutter);
    margin-right: var(--negative-gutter);
    margin-bottom: var(--negative-half-gutter);
    margin-top: var(--half-gutter);
    padding: var(--half-gutter) var(--gutter);
    border-radius: 0 0 var(--gutter) var(--gutter); }
    #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: var(--double-gutter); }
  #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: flex;
    flex-direction: column; }
  #more_from {
    min-width: 100%;
    display: flex;
    flex-direction: column; }
    #more_from a {
      width: 100%; }
  #font_specimens, #font_features, #family_articles, #collection_articles {
    grid-column: span 2;
    display: block; } }

@media (max-width: 768px) {
  #styles {
    display: grid; }
  #more_from {
    display: grid; } }

@media (max-width: 640px) {
  #styles {
    display: flex;
    flex-direction: column; }
  #more_from {
    gap: var(--half-gutter); }
    #more_from a {
      border-radius: var(--half-gutter); }
  #index_tester_text {
    margin-left: var(--gutter);
    margin-right: var(--gutter); }
  #font_actions {
    display: none; }
  #collection_main {
    display: block; }
  #fonts_top {
    padding: var(--half-gutter);
    margin-bottom: var(--half-gutter); }
  #font_heading {
    width: 100%; }
  #font_nav {
    margin-top: var(--half-gutter);
    margin-left: var(--negative-half-gutter);
    margin-right: var(--negative-half-gutter);
    margin-bottom: var(--negative-half-gutter);
    padding: var(--half-gutter);
    border-radius: 0 0 var(--half-gutter) var(--half-gutter); }
  #collections_index a.index_tester_text {
    font-size: 3.2rem; } }

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

.family_tester {
  border-radius: var(--gutter);
  box-sizing: border-box;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 0; }
  .family_tester select:focus-visible, .family_tester button:focus-visible {
    outline-color: var(--text);
    outline-offset: calc(2*var(--border-width)); }
  .family_tester input[type="checkbox"]:focus-visible {
    outline-color: var(--text); }
  .family_tester input[type="range"]:focus-visible {
    outline-color: var(--text);
    outline-offset: calc(4*var(--border-width));
    border-radius: var(--gutter); }
  .family_tester.loaded .tester_text_content {
    color: var(--text); }
  .family_tester.width_1 .tester_interface_full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(1.2*var(--gutter)) calc(var(--half-gutter) + 2*var(--border-width)); }
  .family_tester.width_1 .range_container {
    width: auto; }
  .family_tester button.styled {
    color: var(--dark-gray);
    line-height: 1;
    border-color: var(--dark-gray);
    position: absolute;
    bottom: var(--half-gutter);
    left: 50%;
    transform: translateX(-50%); }
  .family_tester .text_style_name {
    position: absolute;
    top: var(--half-gutter);
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--small-type);
    font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz); }
  .family_tester .tester_text {
    font-size: var(--tester-text-size); }
  .family_tester:not(.active) .tester_interface_full, .family_tester:not(.active) .tester_otf {
    display: none; }
  .family_tester.active .tester_buy, .family_tester.active .external_buy {
    display: inline-block; }
  .family_tester.active .tester_interface .select_wrapper select {
    background-color: #fff; }
  .family_tester.active .tester_text {
    border-radius: 0 0 var(--gutter) var(--gutter);
    position: relative;
    margin: 0 var(--half-gutter) var(--half-gutter) var(--half-gutter); }
    .family_tester.active .tester_text .tester_text_content {
      padding-top: var(--double-gutter);
      white-space: pre-wrap;
      outline: none;
      border-radius: var(--gutter); }
  .family_tester.active.width_1 .alignment {
    position: relative;
    top: 0.1rem; }
  .family_tester.active.width_1 .tester_interface_top {
    padding-bottom: 0; }

.tester_interface_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--half-gutter);
  border-radius: var(--gutter) var(--gutter) 0 0;
  padding: var(--gutter) var(--gutter) 0 var(--gutter);
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 11; }
  .tester_interface_top .font_selector {
    margin-right: auto; }

button.tester_buy.styled, .external_buy {
  position: absolute;
  top: calc(0.8*var(--gutter));
  right: var(--gutter);
  left: auto;
  bottom: auto;
  display: none;
  transform: none; }

.external_buy {
  display: none; }

.tester_text {
  border-radius: 0 0 var(--gutter) var(--gutter); }
  .tester_text:focus-within:before {
    content: '';
    position: absolute;
    top: var(--gutter);
    right: var(--half-gutter);
    bottom: var(--half-gutter);
    left: var(--half-gutter);
    border-radius: var(--gutter);
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1; }

.tester_text_content {
  color: transparent;
  white-space: pre-wrap;
  overflow: hidden;
  margin: 0 var(--half-gutter);
  position: relative;
  z-index: 2; }

.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;
  margin-bottom: var(--half-gutter);
  text-decoration-thickness: var(--underline-thickness);
  text-underline-offset: var(--underline-offset); }
  a.info_link:last-child {
    margin-bottom: 0; }

body.font {
  background: var(--input-background); }
  body.font main {
    background: var(--input-background); }
  body.font header {
    background: var(--dark-gray); }

.tester_interface_full {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: calc(1.2*var(--gutter)) calc(var(--half-gutter) + 2*var(--border-width));
  box-sizing: border-box;
  width: 100%;
  min-width: 100%; }

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

.tester_interface {
  border-radius: var(--gutter) var(--gutter) 0 0;
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  color: var(--text);
  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: var(--quarter-gutter);
    height: 1rem; }
  .tester_interface label {
    color: var(--text); }
  .tester_interface .range_container label {
    position: absolute;
    z-index: 5;
    font-size: var(--small-type);
    font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
    pointer-events: none;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
    font-weight: var(--medium-weight); }
  .tester_interface .alignment {
    flex-wrap: nowrap; }
  .tester_interface .range_container {
    width: var(--slider-width); }
  .tester_interface .slider_interface {
    min-width: 100%;
    height: var(--slider-height); }
    .tester_interface .slider_interface:before {
      min-width: 100%;
      border: var(--border-width) solid var(--dark-gray); }
    .tester_interface .slider_interface input {
      min-width: calc(100% - 0.95*var(--gutter));
      max-width: calc(100% - 0.95*var(--gutter)); }
  .tester_interface .select_wrapper {
    font-size: 1rem;
    margin-right: var(--gutter);
    display: flex;
    background-color: transparent; }
    .tester_interface .select_wrapper select {
      background: transparent;
      font-size: var(--small-type);
      font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz); }

.single_style_test {
  border: var(--border-width) solid var(--dark-gray);
  padding: var(--input-v-padding) var(--input-h-padding);
  border-radius: var(--border-radius);
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--button-opsz);
  font-weight: bold; }

.styles_price {
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
  margin-left: var(--gutter);
  display: inline-block; }

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

.tester_otf_toggle, .font_selector_toggle {
  font-size: var(--small-type);
  background-color: #fff;
  appearance: none;
  border: var(--border-width) solid var(--dark-gray);
  padding: calc(var(--input-v-padding)*0.7) calc(var(--input-h-padding) + 0.9rem) var(--input-v-padding) calc(1.2*var(--quarter-gutter));
  border-radius: var(--border-radius);
  position: relative;
  z-index: 10;
  height: var(--slider-height);
  line-height: 1; }
  .tester_otf_toggle:after, .font_selector_toggle:after {
    content: '';
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/assets/triangle-9952c7aa1ac7dcddc15f74463dda9d1c5d86149c40e3185bfa4744e94c46921e.svg);
    width: var(--toggle-width);
    height: var(--toggle-width);
    position: absolute;
    top: 50%;
    margin-top: -0.4rem;
    right: 0.3rem;
    color: inherit;
    transform: rotate(0deg);
    transition: transform 0.2s ease; }

.tester_otf_interface, .font_selector_buttons {
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: var(--small-border-radius);
  margin-top: var(--border-width);
  white-space: nowrap;
  border: var(--border-width) solid var(--dark-gray);
  align-items: center; }

.tester_otf_interface {
  padding: calc(1.2*var(--quarter-gutter));
  display: none; }
  .tester_otf_interface label {
    display: flex;
    align-items: center;
    user-select: none; }
    .tester_otf_interface label span {
      font-size: var(--small-type);
      font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz); }
  .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;
  margin-left: var(--quarter-gutter); }
  .alignment label {
    min-width: 100%; }
  .alignment .alignment_button {
    padding: 0;
    border: 0;
    margin: 0;
    opacity: 0.4;
    overflow: hidden;
    color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    .alignment .alignment_button:focus-visible {
      outline: var(--outline);
      outline-color: var(--input-background);
      outline-offset: var(--outline-offset); }
    .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: 768px) {
  #family_testers {
    display: block;
    padding-bottom: 0; }
    #family_testers .family_tester {
      margin-bottom: var(--half-gutter); }
  #item_description {
    grid-column: span 8; }
  #collection_info {
    grid-column: span 8;
    padding: 0;
    margin: var(--gutter) 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 var(--gutter); }
    #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; } }

@media (max-width: 640px) {
  #family_testers {
    padding: 0 var(--half-gutter);
    display: block; }
  .family_tester {
    margin-bottom: var(--half-gutter); }
    .family_tester.active .tester_text {
      border-radius: 0 0 var(--half-gutter) var(--half-gutter); }
    .family_tester .range_container {
      width: auto; }
  .tester_interface_top {
    padding: var(--half-gutter);
    border-radius: var(--half-gutter) var(--half-gutter) 0 0; }
  .tester_interface_full {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(1.2*var(--gutter)) calc(var(--half-gutter) + 2*var(--border-width)); }
  #family_info {
    margin: 0 var(--half-gutter) var(--half-gutter) var(--half-gutter);
    padding: var(--half-gutter);
    border-radius: var(--half-gutter); }
  .tester_text {
    border-radius: 0 0 var(--half-gutter) var(--half-gutter);
    padding: 0 var(--half-gutter) var(--half-gutter) var(--half-gutter); }
    .tester_text:focus-within:before {
      border-radius: var(--half-gutter);
      top: var(--quarter-gutter);
      right: var(--quarter-gutter);
      bottom: var(--quarter-gutter);
      left: var(--quarter-gutter); } }

body.services .articles_index img {
  border-radius: var(--index-border-radius);
  overflow: hidden; }

#custom_intro {
  width: calc(50% - 2*var(--gutter));
  margin: 0 auto;
  padding: var(--gutter) 0; }
  #custom_intro a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }
  #custom_intro strong, #custom_intro b {
    font-variation-settings: "wght" var(--bold-weight), "opsz" var(--h3-opsz);
    font-weight: var(--bold-weight); }

#reader_heading {
  text-align: center;
  margin-bottom: var(--double-gutter); }

#service_types {
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz); }

.case_study_name {
  font-size: var(--h3);
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--h3-opsz);
  font-weight: var(--bold-weight);
  margin-bottom: -0.1em;
  line-height: 1.1;
  padding-left: 0; }

.case_study_service {
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz); }

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

@media (max-width: 768px) {
  #custom_intro {
    width: 100%;
    padding: var(--gutter);
    box-sizing: border-box; }
  #custom_other_projects {
    margin-top: var(--gutter); }
    #custom_other_projects ul {
      font-size: var(--regular-type);
      display: block; } }

#hero_slideshow {
  padding: var(--gutter); }

.slideshow {
  position: relative;
  margin-bottom: 0;
  z-index: 1; }
  .slideshow figcaption {
    color: var(--gray-text);
    font-size: var(--small-type);
    font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
    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;
    opacity: 0.85;
    background-color: transparent;
    transition: background-color 200ms ease;
    z-index: 1; }
  .slideshow .slideshow_previous {
    background-image: url(/assets/previous-e630a6d58f24a023b0f052eb7b18b2bb62fa3b4f8207d48344878d8b3798962c.svg);
    left: calc(-3*var(--gutter));
    cursor: w-resize;
    background-position: left center; }
  .slideshow .slideshow_next {
    background-image: url(/assets/next-1572d54c3429d9116928117b68cde85d83a108a004c8d7aebc531a1a940c2ebe.svg);
    right: calc(-3*var(--gutter));
    cursor: e-resize;
    background-position: right center; }

@media (hover: hover) {
  .slideshow_previous:hover, .slideshow_next:hover {
    background-color: rgba(255, 255, 255, 0.15); } }

.slide_selector_wrapper {
  display: flex;
  justify-content: center;
  min-width: 100%;
  position: relative;
  top: var(--half-gutter); }
  .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-e5c760cec9a3ce4ea65cee327897fbe8305a9e223d88358ac3f95458ecac5b78.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 var(--half-gutter) 0;
  height: 0;
  position: relative; }
  figure.slide_wrapper img, figure.slide_wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }

.slideshow_overview_caption {
  position: absolute;
  display: flex;
  z-index: 100;
  bottom: var(--half-gutter); }

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

@media (max-width: 768px) {
  body.reader main section.slideshow:last-child {
    margin-bottom: 2rem; } }

#reader_heading {
  margin: 0 0 var(--double-gutter) 0;
  padding: 0 calc(4*var(--gutter));
  text-align: center;
  grid-column: span 6; }

.article_author_and_date {
  min-width: 100%;
  text-align: center;
  margin-bottom: var(--quarter-gutter); }

.related_font, .related_service {
  text-decoration: underline;
  text-decoration-thickness: var(--underline-thickness);
  text-underline-offset: var(--underline-offset); }

a.article_link {
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
  background-color: #fff;
  border-radius: var(--index-border-radius); }
  a.article_link img {
    margin-bottom: 0; }
  a.article_link .index_image_frame {
    padding: var(--gutter); }

@media (max-width: 1440px) {
  #reader_heading {
    padding: 0; } }

@media (max-width: 768px) {
  #articles_index {
    margin-top: 0; }
  a.article_link {
    padding: calc(var(--gutter)*0.75); }
    a.article_link .index_image_frame {
      padding: 0; } }

:root {
  --text-width: 36rem;
  --text-caption-width:16rem; }

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

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

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

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

#article_info, #case_study_info {
  margin-top: calc(-1.5*var(--gutter));
  margin-bottom: var(--double-gutter);
  display: flex; }

#case_study_info {
  justify-content: center; }
  #case_study_info #related_services, #case_study_info #related_fonts {
    margin: var(--half-gutter) var(--gutter); }

#article_info {
  flex-direction: column;
  align-items: center;
  grid-column: span 6;
  color: #cfcfcf; }
  #article_info a {
    color: #cfcfcf; }

#related_fonts, #related_services {
  font-size: 1rem; }
  #related_fonts h3, #related_services h3 {
    margin-right: var(--half-gutter);
    margin-bottom: 0;
    display: inline-block; }

#reader_info {
  grid-column: 2/8;
  margin: var(--half-gutter) auto calc(1.5*var(--gutter)) auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.reader_sidebar_block {
  margin: var(--half-gutter) var(--gutter);
  position: relative;
  display: flex;
  align-items: baseline; }
  .reader_sidebar_block h3 {
    white-space: nowrap;
    margin: 0 var(--half-gutter) 0 0; }
  .reader_sidebar_block a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }

#reader_cells {
  grid-column: span 6; }

body.reader main {
  padding: var(--gutter) var(--gutter) 0 var(--gutter);
  color: var(--dark-gray); }
  body.reader main a {
    color: var(--dark-gray); }
  body.reader main:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: var(--border-radius);
    height: var(--border-radius);
    background-color: inherit; }

body.reader h1 {
  color: #fff;
  margin-bottom: calc(var(--half-gutter)*0.4); }

body.reader h2:not(:first-child) {
  margin-top: var(--half-gutter); }

body.legal .tldr {
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--regular-opsz);
  font-weight: var(--bold-weight); }

body.legal.eula header {
  background-color: #fff; }

body.legal .cells .text:not(.with_caption):not(:last-child), body.legal .cells .text {
  margin: 0 0 0.8em 0; }

body.legal .cells h2 {
  margin: var(--gutter) 0 calc(0.9*var(--gutter)) 0;
  font-size: var(--regular-type); }
  body.legal .cells h2:first-child {
    margin-top: 0; }
  body.legal .cells h2.large_heading {
    margin-top: var(--gutter); }

body.legal .cells h3 {
  margin: 0 0 var(--half-gutter) 0; }

body:not(.legal) .cells h2, body:not(.legal) .cells h3 {
  max-width: var(--text-width);
  margin-left: auto;
  margin-right: auto; }

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

body.reader main .cells figcaption a {
  color: var(--gray-text); }

.cells h1 {
  line-height: var(--h1-line-height); }

.cells h2.large_heading {
  line-height: var(--h1-line-height);
  text-align: center; }

.cells .text {
  margin: 0 auto var(--gutter) auto; }
  .cells .text:last-child {
    margin-bottom: 0; }
  .cells .text a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }
  .cells .text strong, .cells .text b {
    font-variation-settings: "wght" var(--bold-weight), "opsz" var(--regular-opsz);
    font-weight: var(--bold-weight); }
  .cells .text.with_caption {
    max-width: 100%;
    display: grid;
    grid-template-columns: 100% 1fr;
    grid-gap: 0 var(--double-gutter);
    align-items: flex-start; }

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

.cells blockquote {
  padding: 0 0 0 calc(2*var(--gutter));
  width: var(--text-width);
  box-sizing: border-box;
  margin: var(--gutter) auto; }

.cells figure:not(.slide_wrapper), .cells .wide, .cells .caption_text, .cells .slideshow, .cells .video {
  margin: var(--double-gutter) 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(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
  margin-top: var(--quarter-gutter);
  color: var(--gray-text);
  text-align: center; }
  .cells figcaption a, .cells .caption_text a {
    text-decoration: underline;
    color: var(--gray-text);
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }

.cells .wide {
  width: 100%; }
  .cells .wide figcaption {
    text-align: center;
    margin-top: var(--half-gutter); }

.cells img, .cells video {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-radius: var(--small-border-radius); }

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

.cells h2 {
  margin: 0 auto var(--gutter) auto; }

.cells section:last-child .text_caption {
  margin-bottom: 0; }

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

.text_caption {
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
  padding: var(--gutter);
  background-color: #fff;
  border-radius: var(--gutter);
  margin-top: var(--negative-gutter);
  margin-bottom: var(--gutter);
  width: var(--text-caption-width); }
  .text_caption:last-child {
    margin-bottom: 0; }

.sub_section:not(:last-child) {
  margin-bottom: var(--gutter); }

.sub_section h3 {
  margin-bottom: var(--half-gutter); }

.sub_section.with_caption {
  display: grid;
  grid-template-columns: 100% 1fr;
  grid-gap: 0 var(--double-gutter);
  align-items: flex-start; }
  .sub_section.with_caption h3 {
    grid-column: span 2; }

.pull_quote .quote {
  position: relative;
  max-width: calc(var(--text-width) - 2.5rem);
  display: block;
  font-size: var(--h2);
  text-wrap: balance;
  font-variation-settings: "wght" var(--quote-weight), "opsz" var(--regular-opsz);
  font-weight: var(--quote-weight);
  line-height: 1.2; }
  .pull_quote .quote:before {
    content: "“";
    position: absolute;
    left: -0.8rem; }
  .pull_quote .quote p:last-of-type:after {
    content: "”"; }

.attribution {
  margin-top: var(--half-gutter);
  display: block;
  font-size: var(--regular-type);
  color: var(--gray-text);
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz); }
  .attribution:before {
    content: '– '; }
  .attribution p {
    display: inline; }

body.article .slideshow_previous {
  background-image: url(/assets/previous_white-eaef9c35fa69cd747edde25b8e6a39c2259cad6475471c8528965be11b0648f2.svg); }

body.article .slideshow_next {
  background-image: url(/assets/next_white-41cf7930f18bcd2cb9950288054a56c5fba159dbfbc79b51d35bfa005e842785.svg); }

@media (max-width: 1024px) {
  #reader_info .reader_sidebar_block {
    display: grid;
    min-width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 1fr 1fr;
    gap: var(--half-gutter); }
    #reader_info .reader_sidebar_block > h3:first-child {
      text-align: right;
      margin: 0; }
    #reader_info .reader_sidebar_block > div:last-child {
      margin-left: 0; } }

@media (max-width: 768px) {
  body.reader main {
    padding-bottom: var(--gutter); }
    body.reader main section:last-child {
      margin-bottom: 0; }
    body.reader main .cells {
      margin-bottom: 0; }
  .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: var(--quarter-gutter);
    margin-bottom: calc(var(--gutter)*0.75); }
  #reader_info_content {
    grid-column: span 8;
    margin-left: 0;
    margin-right: 0; }
  .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: var(--half-gutter);
    margin: 0 var(--negative-half-gutter); }
  #reader_info_content {
    padding: var(--half-gutter); }
  #reader_cells {
    margin-top: 0; }
  .cells blockquote {
    width: auto;
    padding-left: calc(1.5*var(--gutter)); } }

.tooltip_container {
  display: flex;
  align-items: flex-start;
  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: var(--tooltip-width);
    border: var(--border-width) solid var(--dark-gray);
    background-color: #fff;
    line-height: var(--line-height);
    font-size: var(--small-type);
    font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
    font-weight: var(--medium-weight); }
    .tooltip .tooltip_text:before {
      content: '';
      top: -0.35rem;
      left: 0.5rem;
      position: absolute;
      width: 0.5rem;
      height: 0.5rem;
      border-top: var(--border-width) solid var(--dark-gray);
      border-right: var(--border-width) solid var(--dark-gray);
      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.08*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-d3f409b97cfee918837f9a57de6858c7dc84f6a06796bcd1805ec728e335e77d.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: var(--dark-gray);
  font-family: 'Escalator Variable', serif;
  font-variation-settings: "wght" var(--regular-weight), "opsz" var(--regular-opsz);
  font-weight: var(--regular-weight);
  font-size: var(--regular-type); }
  button:focus-visible, .button:focus-visible, select:focus-visible, input:focus-visible, #credit_card:focus-visible {
    outline: var(--border-width) solid #fff;
    outline-offset: var(--outline-offset); }
  button.inverted:focus-visible, .button.inverted:focus-visible, select.inverted:focus-visible, input.inverted:focus-visible, #credit_card.inverted:focus-visible {
    outline: var(--border-width) solid var(--dark-gray); }

a:focus-visible {
  outline: var(--border-width) solid #fff;
  outline-offset: var(--outline-offset); }

label {
  display: block; }

button, .button {
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--button-opsz);
  font-weight: var(--bold-weight); }

select {
  font-family: 'Escalator Variable', serif;
  font-variation-settings: "wght" var(--regular-weight), "opsz" var(--regular-opsz);
  font-weight: var(--regular-weight);
  padding: var(--input-v-padding) var(--input-h-padding);
  border-radius: var(--border-radius); }
  select:disabled {
    color: var(--dark-gray); }

button.styled, .button.styled {
  border: var(--border-width) solid var(--gray);
  background-color: var(--gray);
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  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:active, .button.styled:active {
    box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5); }
  button.styled.inverted, .button.styled.inverted {
    border-color: var(--dark-gray);
    color: #fff;
    background-color: var(--dark-gray);
    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: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-9952c7aa1ac7dcddc15f74463dda9d1c5d86149c40e3185bfa4744e94c46921e.svg);
    width: var(--toggle-width);
    height: var(--toggle-width);
    position: absolute;
    top: 50%;
    right: 0.5rem;
    color: inherit;
    transform: translateY(-50%);
    pointer-events: none; }
  .select_wrapper.form_field:after {
    transform: none;
    top: auto;
    bottom: calc(0.6*var(--gutter));
    right: 0.8rem;
    width: calc(1.45*var(--toggle-width));
    height: calc(1.45*var(--toggle-width)); }

.form_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 var(--gutter);
  margin-top: var(--gutter); }
  .form_wrapper h2 {
    grid-column: span 4; }
  .form_wrapper input[type="text"], .form_wrapper input[type="email"], .form_wrapper select, .form_wrapper #credit_card {
    background-color: var(--input-background);
    color: var(--dark-gray);
    padding: 0 var(--half-gutter);
    height: var(--double-gutter);
    border-radius: var(--border-radius);
    box-sizing: border-box;
    width: 100%;
    border: 0; }
    .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: var(--empty-input-background); }
  .form_wrapper #credit_card {
    padding-top: calc(1.2*var(--half-gutter)); }

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

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

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

#credit_card.StripeElement--invalid {
  background-color: var(--error-background) !important; }

form input[type="checkbox"] {
  border-color: #fff; }
  form input[type="checkbox"]:focus-visible {
    outline: var(--border-width) solid #000;
    outline-offset: var(--outline-offset); }

form.show_billing #billing_form_wrapper {
  display: grid; }

.labeled_checkbox {
  grid-column: span 2; }

#accept_trials_eula_container {
  margin-bottom: var(--gutter); }

#labeled_checkbox_billing_same_as_contact {
  margin-bottom: var(--double-gutter); }

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

#questionaire_checkboxes {
  grid-column: span 2;
  padding-top: calc(1.5*var(--gutter)); }

.tooltip_text a {
  text-decoration: underline;
  text-decoration-thickness: var(--underline-thickness);
  text-underline-offset: var(--underline-offset); }

.form_field {
  margin-bottom: var(--gutter);
  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: var(--dark-gray);
    line-height: var(--small-type-line-height); }
    .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: var(--error-text); }
    .form_field.missing input, .form_field.missing select {
      background-color: var(--error-background) !important; }
  .form_field label {
    margin-bottom: var(--half-gutter);
    font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
    font-weight: var(--medium-weight); }
  .form_field.half {
    grid-column: span 1; }

input[type="checkbox"] {
  width: var(--checkbox-width);
  height: var(--checkbox-width);
  min-width: var(--checkbox-width);
  min-height: var(--checkbox-width);
  border: none;
  margin: 0 var(--quarter-gutter) 0 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/checkbox-66309d91ae1ee325e6068a0fae5ee987ad1b983fa3d2d0e85bc284c5b0ec5bd0.svg); }

.hidden {
  display: none; }

.labeled_checkbox {
  display: flex;
  align-items: center;
  position: relative; }
  .labeled_checkbox.hidden {
    display: none; }
  .labeled_checkbox input[type="checkbox"]:checked {
    background-image: url(/assets/checkbox_checked-a550f146cb5ca8e52290aa1e2bf73aa3e38c34c108ed5e19b60c6fc5b12b945c.svg);
    background-color: transparent; }
  .labeled_checkbox label {
    font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
    font-weight: var(--medium-weight); }

.error_message {
  padding: var(--half-gutter) calc(0.75*var(--gutter));
  line-height: 1.2;
  background-color: var(--error-background);
  color: var(--error-text);
  margin: var(--quarter-gutter) 0;
  font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
  font-weight: var(--medium-weight); }
  .error_message:not(.shown) {
    display: none; }

.toggle {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 1.2rem;
  position: relative;
  top: 0.15rem;
  color: inherit; }
  .toggle input {
    opacity: 0;
    width: 0;
    height: 0;
    border: 0; }
  .toggle .label {
    line-height: 1;
    position: absolute;
    right: calc(100% + var(--quarter-gutter));
    top: 0.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: var(--dark-gray);
  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.23rem;
    margin-right: 0.2rem;
    position: relative;
    z-index: 2; }
  .slider_interface input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: calc(0.65*var(--slider-height));
    width: calc(0.65*var(--slider-height));
    background: var(--text);
    border-radius: calc(0.65*var(--slider-height));
    z-index: 5; }
  .slider_interface input[type="range"]::-moz-range-thumb {
    height: calc(0.65*var(--slider-height));
    width: calc(0.65*var(--slider-height));
    background: var(--text);
    position: relative;
    top: 0.1rem;
    border: 0;
    border-radius: calc(0.65*var(--slider-height)); }
  .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: 0;
    z-index: 4; }
    .slider_interface button.slider_reset img {
      width: 100%;
      display: block; }
    .slider_interface button.slider_reset:focus-visible {
      outline: var(--outline);
      outline-offset: calc(4*var(--border-width));
      outline-color: var(--text);
      border-radius: var(--gutter); }

.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: var(--dark-gray); }

input[type=range]::-moz-range-thumb {
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
  background: var(--dark-gray); }

input[type=range]::-ms-thumb {
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
  background: var(--dark-gray); }

#open_type_features {
  padding: var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--gutter); }
  #open_type_features .open_type_feature {
    border-radius: var(--border-radius);
    overflow: hidden; }
    #open_type_features .open_type_feature:focus-within .option_group_inner_wrapper {
      display: block;
      outline: var(--outline); }

.option_group_inner_wrapper {
  background-color: #fff;
  color: var(--text); }

.option_group_heading {
  display: flex;
  justify-content: space-between;
  padding: var(--half-gutter) var(--half-gutter) 0 var(--half-gutter);
  box-sizing: border-box; }
  .option_group_heading button {
    width: auto; }
  .option_group_heading span {
    color: var(--gray-text);
    font-family: 'Escalator Variable';
    font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
    font-weight: var(--medium-weight);
    font-size: var(--small-type);
    font-style: normal; }

.sample_text {
  padding: var(--quarter-gutter) var(--half-gutter) 0.45em var(--half-gutter);
  line-height: 1;
  font-size: var(--feature-font-size);
  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: var(--half-gutter) var(--half-gutter) calc(var(--gutter)*0.25) var(--half-gutter); }
  .open_type_feature {
    margin-bottom: var(--gutter);
    border-radius: calc(var(--gutter)*0.75); } }

@media (max-width: 640px) {
  #open_type_features {
    padding: var(--half-gutter);
    margin-top: var(--half-gutter); }
    #open_type_features .open_type_feature {
      border-radius: var(--half-gutter);
      margin-bottom: var(--half-gutter); }
  .option_group_heading {
    padding: var(--half-gutter) var(--half-gutter) calc(var(--gutter)*0.25) var(--half-gutter); } }

body.glyphs #font_selector {
  margin-bottom: var(--negative-gutter); }

#glyphs {
  padding: var(--gutter);
  margin-top: var(--negative-quarter-gutter);
  color: var(--text); }
  #glyphs section {
    margin-bottom: var(--gutter); }
  #glyphs h2 {
    font-family: 'Escalator Variable';
    margin-bottom: var(--half-gutter);
    font-style: normal;
    font-size: var(--h3); }

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

.glyph {
  background-color: #fff;
  border: calc(0.5*var(--border-width)) solid var(--input-background);
  font-size: var(--feature-font-size);
  height: calc(1.5*var(--feature-font-size));
  display: flex;
  align-items: center;
  justify-content: center; }

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

@media (max-width: 640px) {
  body.glyphs #font_selector {
    margin-bottom: var(--half-gutter); }
  #glyphs {
    padding: var(--half-gutter) var(--gutter) var(--gutter) var(--gutter); }
    #glyphs h2 {
      padding-left: var(--half-gutter); }
  .glyph_block {
    grid-template-columns: repeat(4, 1fr);
    border-radius: var(--half-gutter); } }

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: var(--gutter); }

#rebates_notification {
  padding: var(--half-gutter) var(--gutter); }

#cart_message {
  margin-top: var(--half-gutter);
  margin-bottom: var(--half-gutter);
  border-radius: var(--border-radius);
  padding: var(--half-gutter) calc(0.75*var(--gutter)); }
  #cart_message:before {
    background-color: var(--dark-gray); }

#cart_message_content {
  margin-bottom: var(--half-gutter);
  color: var(--error-text); }

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

#purchase_message_buttons {
  display: flex;
  margin-top: var(--half-gutter); }

#purchase_message_buttons button, #cart_message button {
  margin-right: var(--half-gutter);
  color: #fff;
  border-color: var(--error-button);
  background-color: var(--error-button); }

#cart_message button {
  box-shadow: 0 0.15rem 0 var(--error-shadow); }
  #cart_message button:active {
    box-shadow: 0 0.1rem 0 var(--error-shadow); }

#external_purchase_text {
  padding: var(--half-gutter) var(--gutter); }
  #external_purchase_text a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }

#early_access_description {
  padding: var(--half-gutter) var(--gutter) 0 var(--gutter); }
  #early_access_description a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }

#add_to_cart {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box;
  align-items: flex-start;
  grid-gap: 0 var(--gutter);
  padding: 0 var(--gutter);
  display: none;
  background-color: #fff;
  color: var(--text); }
  #add_to_cart aside {
    background-color: #fff;
    margin-left: var(--negative-gutter);
    height: 100%;
    overflow: auto; }
    #add_to_cart aside > h1 {
      background-color: var(--gray);
      font-size: var(--h3);
      padding: 0 var(--gutter);
      max-height: var(--aside-heading-height);
      height: var(--aside-heading-height);
      position: sticky;
      box-sizing: border-box;
      top: 0;
      z-index: 10;
      display: flex;
      align-items: center; }

#purchase_message ~ .cart_item_toggle {
  padding-top: var(--half-gutter); }
  #purchase_message ~ .cart_item_toggle button {
    top: 0.5remvar(--half-gutter); }

#main_content {
  height: 100%;
  max-height: 100%;
  overflow: auto;
  grid-column: span 2;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  margin-left: var(--negative-gutter);
  padding-left: var(--half-gutter);
  margin-right: var(--negative-gutter);
  padding-right: var(--gutter);
  overflow-x: hidden;
  overflow-y: auto; }

#cart_heading {
  display: flex;
  align-items: baseline;
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: var(--gray);
  margin-left: var(--negative-gutter);
  margin-right: var(--negative-gutter);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  box-sizing: border-box;
  height: var(--aside-heading-height); }
  #cart_heading h2 {
    flex-grow: 1;
    padding-top: var(--half-gutter);
    padding-bottom: var(--half-gutter);
    font-size: var(--h3);
    margin: 0; }
  #cart_heading button {
    position: relative;
    top: -0.1rem;
    margin-left: var(--half-gutter); }

#add_to_cart_errors {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: var(--negative-gutter);
  margin-right: var(--negative-gutter);
  position: sticky;
  top: var(--aside-heading-height);
  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: var(--half-gutter); }

#add_to_cart .cart_item_toggle:first-child {
  padding-top: var(--half-gutter); }

#add_to_cart .cart_item_toggle:not(.style):last-child {
  padding-bottom: var(--half-gutter); }

.cart_item_toggle {
  position: relative;
  padding: 0.2rem var(--gutter) 0.5rem var(--gutter);
  cursor: default; }
  .cart_item_toggle button {
    position: absolute;
    top: 0.6rem;
    right: var(--gutter);
    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-7a7db6cc01b8f6fb2d4373fd24d9570ac6b4876c5591328bdb1dcd5340f58f2a.svg);
      display: block; }
    .cart_item_toggle button.remove_from_cart {
      width: 0.65rem;
      height: 0.65rem;
      background-image: url(/assets/close-ebf43a1246912051ae0833803c6e7514630e3b798fe4d937686980deb5fca27c.svg); }
  .cart_item_toggle.in_cart {
    background-color: var(--in-cart-color); }
    .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 var(--gutter);
    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: var(--preview-image-height); }
  .cart_item_toggle .price {
    margin-right: var(--gutter); }

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

#collection_packages, .cart_family {
  border-radius: var(--gutter);
  background-color: var(--gray);
  overflow: hidden; }

#collection_packages {
  margin: var(--gutter) var(--half-gutter) var(--half-gutter) var(--gutter); }

.cart_family {
  margin: var(--half-gutter) var(--half-gutter) var(--half-gutter) var(--gutter); }

#collection_families:nth-child(2) {
  margin-top: var(--gutter); }

#add_to_cart .cart_family .cart_item_toggle:first-child:last-child {
  padding-top: var(--quarter-gutter);
  padding-bottom: var(--quarter-gutter); }
  #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: calc(1.2*var(--half-gutter)); }

#collection_cart_items {
  padding-bottom: var(--half-gutter); }

@media (hover: hover) {
  .cart_item_toggle:not(.in_cart):hover {
    background-color: var(--in-cart-color); }
    .cart_item_toggle:not(.in_cart):hover .add_to_cart {
      display: block; } }

.item_cart_name {
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--regular-opsz);
  font-weight: var(--bold-weight); }

.item_cart_summary {
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
  margin-top: var(--quarter-gutter);
  line-height: var(--small-type-line-height); }

.price {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-size: var(--h3);
  line-height: 1;
  font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
  font-weight: var(--medium-weight); }

#about_nav {
  grid-column: 3/7;
  position: relative;
  z-index: 10; }
  #about_nav nav {
    align-items: center;
    justify-content: center;
    border-radius: var(--gutter);
    padding: var(--gutter);
    margin: var(--gutter) var(--gutter) 0 var(--gutter);
    white-space: nowrap;
    background-color: #fff;
    width: auto; }
    #about_nav nav a, #about_nav nav h1 {
      margin-left: calc(var(--gutter) * 0.75);
      margin-right: calc(var(--gutter) * 0.75); }

#about_top {
  grid-column: span 8; }

#about_us {
  max-width: var(--middle-width);
  border-radius: var(--gutter);
  margin: 0 auto;
  z-index: 10;
  grid-column: 3/7;
  padding: var(--gutter);
  position: relative; }
  #about_us h1 {
    margin: 0 0 calc(1.8*var(--gutter)) 0;
    text-align: center; }
  #about_us a:not(.button) {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }

#footer_pages_heading {
  margin: var(--gutter) 0 calc(0.8*var(--gutter)) 0;
  text-align: center;
  position: relative;
  z-index: 40;
  grid-column: span 8; }

.about_column {
  border-radius: var(--gutter);
  background-color: #fff;
  position: relative;
  z-index: 10;
  grid-column: 3/7;
  margin: var(--gutter) var(--gutter) 0 var(--gutter);
  padding: var(--gutter); }
  .about_column h2 {
    margin-bottom: var(--gutter); }
  .about_column:last-child {
    margin-bottom: var(--gutter); }

#values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: 3/7;
  position: relative;
  z-index: 10;
  border-radius: var(--gutter);
  gap: var(--gutter);
  margin-top: calc(1.5*var(--gutter)); }
  #values .about_column {
    margin: 0;
    grid-column: span 1; }
  #values section {
    padding: var(--gutter);
    border-radius: var(--gutter);
    background-color: var(--gray); }
  #values h2 {
    grid-column: span 2;
    margin-bottom: 0; }

body.about {
  background-color: var(--gray); }
  body.about main {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    background-color: transparent;
    align-content: flex-start; }
  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: var(--border-radius);
  padding: var(--gutter);
  position: relative;
  z-index: 2;
  margin-top: var(--gutter);
  margin-bottom: var(--gutter); }
  #about_content section:first-child h2:first-child {
    margin-top: 0; }
  #about_content section:last-child {
    margin-bottom: 0; }

#about_dots {
  background-color: var(--gray);
  position: fixed;
  top: var(--header-height);
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0; }
  #about_dots .svg1 {
    right: 12%;
    width: 19%; }
  #about_dots .svg3 {
    left: 8%;
    width: 20%; }
  #about_dots .svg2 {
    bottom: 0%;
    left: 12%;
    width: 20%; }
  #about_dots .svg4 {
    bottom: -8%;
    right: 16%;
    width: 15%; }
  #about_dots .svg5 {
    top: 40%;
    right: 0%;
    width: 20%; }

#designers {
  display: flex;
  flex-direction: column;
  gap: var(--gutter); }

#collaborators {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 var(--gutter);
  margin-top: var(--half-gutter); }

.designer {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: var(--gutter);
  padding: var(--gutter);
  background-color: var(--gray);
  border-radius: var(--gutter); }
  .designer img {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
    width: 100%;
    margin-bottom: calc(0.75*var(--half-gutter));
    border-radius: var(--small-border-radius); }
  .designer h3 {
    margin-bottom: var(--half-gutter); }

.designer_buttons {
  display: flex;
  min-width: 100%;
  align-items: baseline;
  gap: 0 var(--half-gutter); }
  .designer_buttons button {
    margin-left: auto; }

.designer_title {
  margin-top: calc(-0.30*var(--gutter));
  margin-bottom: calc(0.2*var(--gutter));
  line-height: var(--short-line-height);
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz); }

.designer_location {
  line-height: var(--short-line-height);
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz); }

.styled_links a {
  text-decoration: underline;
  text-decoration-thickness: var(--underline-thickness);
  text-underline-offset: var(--underline-offset); }

#contact_and_follow {
  display: grid;
  grid-template-columns: 2.25fr 1.5fr 3fr;
  gap: 0 var(--gutter);
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz); }
  #contact_and_follow .address {
    white-space: pre-line; }
  #contact_and_follow a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }

.press_item {
  margin-bottom: var(--half-gutter); }
  .press_item a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset);
    font-variation-settings: "wght" var(--bold-weight), "opsz" var(--h3-opsz);
    font-weight: var(--bold-weight);
    font-size: var(--regular-type); }
  .press_item.archived {
    display: none; }

.press_source {
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
  margin-top: var(--quarter-gutter); }

body main .newsletter_signup_form {
  display: block; }
  body main .newsletter_signup_form input[type="email"] {
    margin-bottom: var(--quarter-gutter); }

.newsletter_signup_form {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 0 var(--half-gutter);
  align-items: baseline; }
  .newsletter_signup_form .form_wrapper {
    margin: 0;
    display: block; }
    .newsletter_signup_form .form_wrapper input[type="email"] {
      border-radius: var(--email-input-height);
      height: var(--email-input-height);
      width: 100%;
      box-sizing: border-box; }
  .newsletter_signup_form .form_field {
    display: flex;
    align-items: baseline;
    margin-bottom: 0; }
  .newsletter_signup_form .newsletter_signup_message {
    display: none; }
  .newsletter_signup_form.error .newsletter_signup_message {
    display: flex; }

@media (max-width: 1440px) {
  #values, #about_us, .about_column {
    grid-column: 2/8; } }

@media (max-width: 1280px) {
  #footer_newsletter_signup {
    display: flex; }
  .newsletter_signup_form {
    display: flex;
    align-items: stretch;
    margin-bottom: var(--half-gutter); }
    .newsletter_signup_form .form_wrapper input[type="email"], .newsletter_signup_form button.styled {
      margin-bottom: var(--half-gutter); }
    .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) {
  #collaborators {
    grid-template-columns: 1fr 1fr; }
  body.about main {
    width: 100%;
    padding: 0 var(--gutter); }
  .newsletter_signup_form button.styled {
    width: auto;
    max-width: none; }
  .styled_links a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }
  #about_content {
    grid-column: span 8;
    margin: var(--gutter) 0; }
  .about_column {
    margin-left: 0;
    margin-right: 0; }
  body.about main {
    display: block; }
  #contact_and_follow {
    grid-template-columns: 1fr 1fr;
    gap: var(--gutter);
    font-size: var(--regular-type); }
    #contact_and_follow > div:last-child {
      grid-column: span 2; }
    #contact_and_follow .newsletter_signup_form {
      margin-bottom: 0; }
      #contact_and_follow .newsletter_signup_form button {
        margin-bottom: 0; }
  #values {
    margin-top: var(--gutter); } }

@media (max-width: 640px) {
  #about_content {
    padding: var(--half-gutter);
    margin-top: var(--half-gutter);
    margin-left: var(--negative-half-gutter);
    margin-right: var(--negative-half-gutter); }
  .designer {
    display: block; }
    .designer img {
      width: 100%; }
  #values {
    display: flex;
    flex-direction: column;
    border-radius: 0; }
  #contact_and_follow > div:nth-child(2), #contact_and_follow > div:nth-child(3) {
    display: none; }
  .about_column {
    border-radius: 0;
    margin: var(--negative-gutter) var(--negative-gutter) 0 var(--negative-gutter); }
    .about_column:last-child {
      margin-bottom: 0; } }

body.trials h1 {
  text-align: center;
  margin: var(--double-gutter) 0 0 0; }

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

#trial_families {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--gutter);
  margin-bottom: var(--gutter);
  padding: 0 calc(50% - var(--trials-middle) - 0.5*var(--gutter)); }
  #trial_families img {
    height: 3.2rem;
    max-width: 100%; }
  #trial_families label {
    color: var(--dark-gray); }
  #trial_families .labeled_checkbox label:after {
    color: var(--input-background); }

.trial_selectors {
  display: flex;
  align-items: baseline; }
  .trial_selectors label {
    margin-right: var(--gutter); }

.trial_family_selector {
  background-color: var(--input-background);
  padding: var(--half-gutter);
  border-radius: var(--border-radius); }
  .trial_family_selector .price {
    display: none; }
  .trial_family_selector.paid .price {
    display: block;
    margin-left: auto;
    font-size: var(--regular-type);
    color: var(--dark-gray); }

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

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

#trials_fields {
  grid-column: span 2; }
  #trials_fields #questionaire_checkboxes {
    grid-column: span 4;
    padding-top: var(--half-gutter); }

#trials_copy {
  grid-column: 1; }

.trial_info {
  padding: var(--gutter);
  background-color: var(--footer-background);
  border-radius: var(--gutter);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: var(--trials-middle);
  box-sizing: border-box; }

#trials_info {
  grid-column: span 4;
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--gutter);
  padding: var(--gutter);
  justify-content: center; }
  #trials_info a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }
  #trials_info ul {
    margin-bottom: var(--gutter); }
  #trials_info h1 {
    margin: 0 0 calc(1.8*var(--gutter)) 0;
    text-align: center; }
  #trials_info button {
    margin-top: auto; }

#trials_info_top_content {
  width: 100%;
  padding: 0 calc(50% - 0.5*var(--middle-width)) var(--gutter) calc(50% - 0.5*var(--middle-width)); }

#trials_message h2 {
  margin-bottom: var(--half-gutter); }

#trial_errors {
  margin-bottom: var(--half-gutter);
  margin-top: var(--negative-half-gutter); }

#trial_totals {
  margin-bottom: var(--gutter);
  width: calc(50% - var(--half-gutter));
  display: flex;
  flex-direction: column;
  gap: var(--quarter-gutter) 0; }
  #trial_totals .cart_total {
    text-align: left; }

@media (max-width: 1280px) {
  #trial_families {
    grid-template-columns: repeat(3, 1fr);
    padding: 0; }
  .trial_info {
    width: calc(50% - 0.5*var(--gutter)); }
  #trials_form_bottom {
    grid-column: 1/5; } }

@media (max-width: 768px) {
  #trials_info {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box; }
    #trials_info button {
      display: none; }
    #trials_info ul {
      margin-bottom: 0; }
  .trial_info {
    width: 100%; }
  #trials_info_top_content {
    padding: 0;
    margin: 0 auto; }
    #trials_info_top_content h1 {
      margin-bottom: calc(0.8*var(--gutter)); }
  #trials_form {
    display: none; }
  #trial_families, #trials_form_bottom {
    display: none; } }

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

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

#checkout_cart section.collapsable .form_wrapper {
  margin-top: 0;
  margin-bottom: var(--gutter);
  flex-wrap: wrap; }
  #checkout_cart section.collapsable .form_wrapper .form_field {
    min-width: 100%;
    margin-top: var(--half-gutter); }

section.collapsable {
  margin-bottom: var(--gutter); }
  section.collapsable .section_toggle {
    margin-left: auto;
    margin-bottom: var(--gutter); }
  section.collapsable button.cancel {
    margin-left: auto;
    margin-right: 0; }
  section.collapsable:not(.collapsed) {
    margin-top: 0; }
    section.collapsable:not(.collapsed) .section_toggle {
      display: none; }
    section.collapsable:not(.collapsed) .checkout_sidebar_form_wrapper {
      display: flex; }
  section.collapsable.collapsed {
    margin-bottom: 0; }
    section.collapsable.collapsed .checkout_sidebar_form_wrapper {
      display: none; }

#collection_cart_items {
  margin-top: var(--gutter); }

.cart_item {
  margin: 0 0 var(--half-gutter) 0;
  border-radius: var(--border-radius);
  background-color: var(--gray);
  padding: calc(0.75*var(--gutter)) var(--gutter) var(--gutter) var(--gutter);
  position: relative; }
  .cart_item select:focus-visible {
    outline-color: var(--dark-gray); }
  .cart_item .custom_licenses {
    margin-left: 12rem;
    margin-top: var(--half-gutter); }
    .cart_item .custom_licenses a {
      text-decoration: underline;
      text-decoration-thickness: var(--underline-thickness);
      text-underline-offset: var(--underline-offset); }

.licensed_item {
  line-height: 1;
  margin-bottom: var(--gutter);
  font-size: var(--h1); }

.license_type {
  display: grid;
  grid-template-columns: 3.5rem 8rem 20rem auto;
  align-items: center;
  margin-bottom: var(--quarter-gutter); }
  .license_type .labeled_checkbox {
    grid-column: span 1; }
    .license_type .labeled_checkbox label:after {
      color: var(--input-background); }
  .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% - var(--gutter)); }
  .license_select_wrapper .select_wrapper, .license_select_wrapper select {
    width: 100%; }
  .license_select_wrapper select {
    font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
    font-weight: var(--medium-weight);
    border: var(--border-width) solid var(--dark-gray);
    padding-left: calc(1.5*var(--quarter-gutter));
    line-height: 1; }

.license_info {
  display: flex;
  align-items: baseline;
  padding-left: calc(var(--gutter)*2); }
  .license_info .tooltip {
    top: 0.03rem;
    left: -0.2rem; }

.remove_cart_item {
  position: absolute;
  top: calc(var(--gutter)*0.8);
  right: calc(var(--gutter)*0.8);
  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-ebf43a1246912051ae0833803c6e7514630e3b798fe4d937686980deb5fca27c.svg); }

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

.apply_licenses_to_all {
  position: absolute;
  bottom: calc(var(--gutter)*0.75);
  right: calc(var(--gutter)*0.67); }

body:not(.edit_cart) .license_selection select {
  border-color: transparent;
  font-variation-settings: "wght" var(--regular-weight), "opsz" var(--regular-opsz);
  font-weight: var(--regular-weight); }

body:not(.edit_cart) .license_selection label {
  font-variation-settings: "wght" var(--regular-weight), "opsz" var(--regular-opsz);
  font-weight: var(--regular-weight); }

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

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

body:not(.edit_cart) .multiplier_row .select_wrapper select {
  border: 0; }

body.edit_cart .license_select_wrapper {
  margin-left: calc(var(--checkbox-width) + 0.3rem); }

body.edit_cart .license_selection .labeled_checkbox {
  width: 5.5rem;
  min-width: 5.5rem;
  margin-right: var(--half-gutter); }

.license_selection {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: var(--quarter-gutter) 0; }
  .license_selection .license_select_wrapper {
    width: auto;
    flex-grow: 1; }
  .license_selection select:disabled {
    color: var(--dark-gray);
    opacity: 1; }

@media (max-width: 1440px) {
  body.edit_cart .license_selection {
    display: block; }
    body.edit_cart .license_selection .select_wrapper {
      margin-top: var(--quarter-gutter); } }

body.checkout main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gutter);
  padding: 0 var(--gutter); }

body.checkout footer {
  background-color: var(--dark-gray); }

body.checkout #main_content {
  background-color: var(--cart-background); }

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 #checkout_cart_items {
  background-color: transparent; }
  body.edit_cart #checkout_cart_items .licenses {
    gap: var(--half-gutter); }
  body.edit_cart #checkout_cart_items li {
    background-color: var(--cart-background);
    border-radius: var(--border-radius); }

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, body:not(.edit_cart) #checkout_cart_items .remove_cart_item {
  display: none; }

#cart_notifier {
  margin-top: var(--half-gutter);
  background-color: var(--cart-background);
  color: #fff;
  margin-bottom: var(--half-gutter);
  border-radius: var(--border-radius); }
  #cart_notifier button {
    color: var(--dark-gray);
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0.15rem 0 rgba(255, 255, 255, 0.5); }
    #cart_notifier button:active {
      box-shadow: 0 0.1rem 0 rgba(255, 255, 255, 0.5); }

#checkout_form_container {
  padding-bottom: var(--gutter);
  padding-top: var(--gutter); }

#checkout_cart {
  background-color: var(--footer-background);
  box-sizing: border-box;
  padding-right: var(--gutter);
  padding-left: var(--gutter);
  padding-top: var(--gutter);
  margin-left: var(--negative-gutter);
  position: relative; }
  #checkout_cart h1 {
    font-size: var(--h2);
    margin-bottom: var(--gutter); }
  #checkout_cart .form_wrapper {
    margin-bottom: var(--double-gutter); }
  #checkout_cart .form_field {
    margin-top: var(--gutter);
    margin-bottom: var(--gutter); }

#billing_form_wrapper {
  display: none; }

.form_wrapper.checkout_sidebar_form_wrapper {
  background-color: var(--cart-background);
  padding: calc(0.75*var(--gutter));
  border-radius: var(--gutter); }

#cart_totals {
  border-radius: var(--gutter);
  padding: var(--gutter) calc(0.75*var(--gutter)) var(--gutter) calc(0.75*var(--gutter)); }

.totals {
  padding: 0 var(--half-gutter) 0 0;
  display: flex;
  flex-direction: column;
  gap: var(--quarter-gutter) 0; }
  .totals span {
    font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
    font-weight: var(--medium-weight); }

.cart_total {
  display: grid;
  grid-template-columns: 1fr var(--cart-total-width);
  align-items: baseline;
  justify-content: flex-end;
  text-align: right; }
  .cart_total .price {
    display: flex;
    justify-content: flex-end;
    margin-left: var(--gutter); }

#licensee_form_wrapper {
  margin-top: 0; }

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

#accept_eula_container, #accept_trials_eula_container {
  margin: var(--gutter) 0;
  display: flex;
  align-items: baseline; }
  #accept_eula_container a, #accept_trials_eula_container a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset);
    color: #fff; }

#labeled_checkbox_accept_eula, #labeled_checkbox_accept_trials_eula {
  margin-right: var(--gutter); }

#labeled_checkbox_newsletter {
  margin-bottom: var(--quarter-gutter); }

#checkout_cart_items {
  list-style: none;
  margin: 0;
  background-color: var(--cart-background);
  border-radius: var(--gutter);
  display: flex;
  flex-direction: column;
  gap: var(--half-gutter) 0; }
  #checkout_cart_items fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    appearance: none; }
  #checkout_cart_items li {
    position: relative;
    margin: 0;
    padding: calc(0.75*var(--gutter)); }
    #checkout_cart_items li a {
      color: #fff;
      text-decoration: underline;
      text-decoration-thickness: var(--underline-thickness);
      text-underline-offset: var(--underline-offset); }
    #checkout_cart_items li select {
      color: #fff;
      border-color: #fff;
      line-height: 1; }
    #checkout_cart_items li:before {
      display: none; }
  #checkout_cart_items .licenses {
    display: flex;
    flex-direction: column; }
  #checkout_cart_items .labeled_checkbox input {
    background-image: url(/assets/checkbox_white-af10346f9a8f6795380ba46acc0798c8fcd69a366b7c3f50dcece02249bc0720.svg); }
    #checkout_cart_items .labeled_checkbox input:checked {
      background-image: url(/assets/checkbox_checked_white-06dd67751ac3b1a9a2e844e9d962cb4c5d8d854a7c78b5f7d278a6182c6dc285.svg); }
  #checkout_cart_items .labeled_checkbox label:after {
    color: var(--input-background); }
  #checkout_cart_items .select_wrapper:after {
    background-image: url(/assets/triangle_white-9500f1079374cce09ef078c044ce651de94778ca488776df77ea6c69a33400bd.svg);
    right: 0.6rem; }
  #checkout_cart_items .remove_cart_item {
    top: calc(0.75*var(--gutter));
    right: calc(0.75*var(--gutter));
    width: var(--cart-remove-width);
    height: var(--cart-remove-width);
    background-image: url(/assets/close_white-e116b016fcf48bcd3b77a25d6ef552c7b75d335d443a04106d75e15d49ce5acd.svg); }

.multiplier_row {
  display: flex;
  align-items: baseline; }
  .multiplier_row .price {
    text-align: left;
    margin-left: auto;
    font-variation-settings: "wght" var(--regular-weight), "opsz" var(--regular-opsz);
    font-weight: var(--regular-weight); }
  .multiplier_row .select_wrapper select {
    padding-top: 0.2rem;
    padding-bottom: 0.35rem; }
  .multiplier_row:not(.active) .select_wrapper {
    opacity: 0.5; }
  .multiplier_row:not(.active) .price {
    display: none; }

.cart_item_content {
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--button-opsz);
  font-weight: var(--bold-weight);
  font-size: var(--h3);
  margin-bottom: var(--half-gutter); }

#edit_cart_done {
  display: none; }

#fonts_label {
  margin-bottom: var(--half-gutter);
  font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
  font-weight: var(--medium-weight); }

#cart_buttons {
  display: flex;
  align-items: baseline;
  padding-bottom: var(--gutter);
  position: absolute;
  top: var(--gutter);
  right: var(--half-gutter);
  z-index: 40; }
  #cart_buttons button {
    margin-right: var(--half-gutter); }

#complete_purchase_form:disabled {
  opacity: 0.5; }

#checkout_error {
  margin-bottom: var(--gutter);
  margin-top: 0;
  border-radius: var(--border-radius);
  color: var(--error-text); }

#trial_errors, #cart_notifier {
  border-radius: var(--border-radius); }

.form_message {
  line-height: 1.2;
  margin-bottom: var(--half-gutter); }

body.legal {
  background-color: var(--gray); }
  body.legal main {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: var(--gutter);
    align-items: flex-start; }
  body.legal .full {
    background-color: #fff;
    border-radius: var(--gutter);
    padding: var(--gutter); }
  body.legal.trial main h1 {
    margin-bottom: var(--gutter); }
  body.legal h2 p {
    display: inline; }

#legal_content {
  position: relative;
  z-index: 40;
  grid-column: 3/7;
  margin: var(--gutter);
  padding: var(--gutter); }

#legal_nav {
  position: sticky;
  z-index: 120;
  grid-column: span 8;
  top: 0;
  height: var(--header-height);
  align-items: center;
  background-color: #fff;
  padding: 0 var(--gutter);
  display: grid;
  margin-top: var(--negative-half-gutter);
  margin-bottom: var(--negative-gutter);
  grid-template-columns: repeat(8, 1fr); }
  #legal_nav h2 {
    margin: 0;
    grid-column: span 2; }
  #legal_nav .selected {
    background-color: rgba(0, 0, 0, 0.09); }

@media (hover: hover) {
  #legal_nav a:hover {
    background-color: rgba(0, 0, 0, 0.09); } }

#licenses_links {
  grid-column: span 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 calc(0.4*var(--gutter)); }

#legal_heading {
  text-align: center;
  margin-bottom: var(--double-gutter);
  margin-top: var(--negative-gutter); }

@media (max-width: 1024px) {
  body.legal main {
    display: block; }
  #legal_nav {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: var(--half-gutter) var(--gutter);
    box-sizing: border-box; }
    #legal_nav h2 {
      min-width: 100%; }
  #legal_heading {
    text-align: left;
    margin-top: 0;
    margin-bottom: var(--gutter); }
  #licenses_links {
    gap: var(--quarter-gutter);
    padding: var(--gutter) 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: var(--negative-half-gutter); }
  #legal_content {
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    pading-bottom: 0; }
    #legal_content .full {
      border-radius: 0;
      padding: 0 var(--gutter);
      margin: 0 var(--negative-gutter);
      max-width: 35em; } }

ul#footnotes {
  padding: 0;
  margin: var(--gutter) 0 0 0;
  list-style: none;
  padding: 0; }
  ul#footnotes a {
    color: var(--gray-text);
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }

.footnote_content {
  max-width: 35em;
  display: inline-block;
  font-size: var(--small-type); }

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

button.footnote_marker, button.footnote, .footnote_content {
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
  color: var(--gray-text); }

button.footnote {
  width: auto;
  color: var(--text);
  border: none;
  cursor: pointer;
  font-feature-settings: 'sups';
  line-height: var(--line-height);
  padding: 0 var(--border-radius); }
  button.footnote:focus-visible {
    background-color: var(--dark-gray);
    border-radius: var(--border-radius);
    box-sizing: border-box; }

button.footnote_marker {
  text-align: left;
  color: var(--gray-text);
  cursor: pointer;
  font-size: var(--small-type); }
  button.footnote_marker:after {
    content: '.'; }
  button.footnote_marker:focus-visible {
    border-radius: var(--border-radius);
    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.order {
  background-color: var(--gray); }
  body.order main {
    margin: 0 auto;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gutter);
    flex-direction: column;
    padding: var(--gutter);
    align-content: flex-start; }
    body.order main h1 {
      position: relative;
      z-index: 40;
      grid-column: span 3;
      text-align: center;
      margin-bottom: var(--gutter); }

#upgrade_button {
  margin-top: var(--half-gutter);
  display: inline-block; }

#order_downloads, #licensed_items, #order_addresses {
  position: relative;
  z-index: 40;
  grid-column: 2;
  background-color: #fff;
  border-radius: var(--gutter);
  padding: var(--gutter);
  box-sizing: border-box;
  min-width: 100%; }

#order_addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gutter); }

#upgrade_warning {
  margin-bottom: var(--gutter); }

#cart_notifier {
  background-color: var(--cart-background);
  padding: var(--gutter);
  line-height: 1.2; }
  #cart_notifier input {
    background-color: #fff;
    color: var(--error-text);
    outline-color: var(--error-text);
    margin: var(--half-gutter) 0;
    padding: calc(var(--gutter)*0.75) var(--half-gutter);
    border-radius: var(--border-radius);
    box-sizing: border-box;
    width: 100%;
    border: 0; }
    #cart_notifier input.empty:not(:focus):not(:focus-visible) {
      background-color: var(--empty-input-background); }

#accept_notification {
  margin-right: var(--half-gutter); }

#download_text_link.active {
  text-decoration: underline;
  text-decoration-thickness: var(--underline-thickness);
  text-underline-offset: var(--underline-offset);
  cursor: pointer; }

#order_email_validation_error {
  color: #FF3D3D; }
  #order_email_validation_error.shown {
    margin-top: var(--half-gutter); }

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

#notification {
  margin-bottom: var(--half-gutter); }

#order_email_confirmation {
  grid-column: 2;
  padding: var(--gutter);
  background-color: #fff;
  position: relative;
  z-index: 40;
  border-radius: var(--gutter); }
  #order_email_confirmation .form_wrapper {
    display: block;
    margin: var(--gutter) 0 0 0; }
  #order_email_confirmation input {
    margin-bottom: var(--half-gutter); }

#order_totals {
  padding: 0 calc(0.75*var(--gutter)); }

#order_buttons {
  display: flex;
  align-items: baseline;
  margin-top: calc(-1*var(--input-v-padding)); }
  #order_buttons a, #order_buttons button, #order_buttons .button {
    margin-right: var(--half-gutter); }
    #order_buttons a.disabled, #order_buttons button.disabled, #order_buttons .button.disabled {
      display: none; }

#receipt_message {
  padding: var(--gutter) 0 0 0; }

#domains_and_apps_notice, .licensed_apps_or_domains {
  padding: var(--gutter) 0 0 0; }

.order_address a {
  text-decoration: underline;
  text-decoration-thickness: var(--underline-thickness);
  text-underline-offset: var(--underline-offset); }

#order_items {
  margin: 0;
  padding: 0; }
  #order_items li {
    margin-bottom: var(--half-gutter);
    padding: calc(0.75*var(--gutter));
    border-radius: var(--gutter);
    background-color: var(--gray); }
    #order_items li:before {
      display: none; }
  #order_items .cart_item_content {
    margin-bottom: var(--half-gutter); }
    #order_items .cart_item_content a:not(.button) {
      text-decoration: underline;
      text-decoration-thickness: var(--underline-thickness);
      text-underline-offset: var(--underline-offset); }
  #order_items .price {
    text-align: left;
    font-variation-settings: "wght" var(--regular-weight), "opsz" var(--regular-opsz);
    font-weight: var(--regular-weight); }
  #order_items .license {
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
  #order_items .all_styles {
    margin-top: var(--gutter);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 var(--gutter); }
    #order_items .all_styles img {
      height: var(--preview-image-height); }

@media (max-width: 640px) {
  body.order main {
    margin-top: var(--gutter); }
  .order_address {
    margin-top: var(--gutter); } }

@media print {
  body.order main {
    display: block;
    width: 40rem !important; }
    body.order main h1 {
      text-align: left;
      margin-bottom: var(--double-gutter);
      padding: 0 var(--gutter); }
  body, header, aside, #main_content, main, #about_dots {
    background-color: #fff !important;
    color: #000 !important; }
  a {
    text-decoration: none !important; }
  #mobile_nav_toggle, #order_buttons, footer, #main_nav, #cart_label {
    display: none !important; }
  main .section_header {
    display: none !important; }
  #order_downloads h2 {
    margin-bottom: 0; }
  #order_items li {
    background-color: #fff !important;
    padding: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: var(--gutter) !important;
    border-radius: 0 !important; }
  #order_items .all_styles {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 0 var(--gutter) !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: var(--gutter) 0 0 0 !important;
    min-width: 100% !important;
    margin-top: var(--gutter) !important; }
  .license {
    display: flex !important; }
  body.order header {
    width: 40%;
    margin: 0 auto; }
  #logo {
    left: calc(50% - 20rem + 2*var(--gutter)) !important;
    top: calc(1.8*var(--gutter)) !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: var(--gutter) 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: var(--gutter) !important;
      margin-top: var(--gutter) !important;
      padding: 0 !important; }
    #receipt_info > div:nth-child(2) {
      grid-column: 1 !important; }
    #receipt_info > div:nth-child(3) {
      grid-column: 2 !important; } }

@media (max-width: 1600px) {
  body.order main {
    width: 45%; } }

@media (max-width: 1280px) {
  body.order main {
    width: 55%; } }

@media (max-width: 768px) {
  body.order main {
    width: 75%; } }

.font_selector {
  position: relative;
  z-index: 22; }
  .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(90deg); }

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

.family_tester .font_selector_buttons {
  left: 0;
  transform: none; }

.font_selector_buttons {
  padding: calc(1.2*var(--quarter-gutter)) calc(1.2*var(--quarter-gutter)) var(--quarter-gutter) calc(1.2*var(--quarter-gutter));
  background-color: var(--gray);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 var(--half-gutter);
  justify-items: flex-start; }
  .font_selector_buttons button {
    text-align: left;
    font-size: var(--small-type);
    font-variation-settings: "wght" var(--medium-weight), "opsz" var(--medium-opsz);
    font-weight: var(--medium-weight);
    border: 0;
    appearance: none;
    background: transparent;
    margin-left: var(--negative-quarter-gutter);
    margin-right: var(--negative-quarter-gutter);
    padding: 0.1rem var(--quarter-gutter);
    border-radius: var(--gutter); }
  .font_selector_buttons h2 {
    grid-column: span 2;
    text-align: left;
    margin-bottom: calc(0.1*var(--quarter-gutter));
    font-size: var(--small-type); }
    .font_selector_buttons h2:not(:first-child) {
      margin-top: var(--half-gutter); }

@media (hover: hover) {
  .font_selector_buttons button:hover {
    background-color: rgba(0, 0, 0, 0.09); } }

@media (max-width: 640px) {
  #font_selector.open .font_selector_buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    left: 50%;
    transform: translateX(-50%); } }

body.services {
  background-color: var(--gray); }
  body.services h2 {
    text-align: center; }

#service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: baseline;
  justify-content: flex-start; }
  #service h1 {
    grid-column: span 3;
    text-align: center;
    margin: var(--gutter) 0 calc(0.8*var(--gutter)) 0;
    text-align: center; }
  #service h2 {
    line-height: var(--h1-line-height); }

#services {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gutter);
  padding: var(--gutter) var(--gutter) 0 var(--gutter); }
  #services h2 {
    margin: 0 0 var(--gutter) 0; }
  #services a {
    display: inline-block;
    margin: auto auto 0 0; }

#service_top {
  grid-column: 2/3;
  padding: var(--gutter) calc(1.666*var(--gutter)); }
  #service_top h1 {
    margin: 0 0 calc(1.8*var(--gutter)) 0;
    text-align: center; }
  #service_top a {
    display: inline-block; }

#service_bottom_call_to_action {
  padding: var(--double-gutter);
  text-align: center;
  grid-column: 1/4;
  background-color: #fff; }
  #service_bottom_call_to_action.blend {
    padding-top: 0; }
  #service_bottom_call_to_action a {
    text-decoration: underline;
    text-decoration-thickness: var(--underline-thickness);
    text-underline-offset: var(--underline-offset); }

#service_call_to_action {
  grid-column: span 3;
  margin-top: var(--gutter);
  text-align: center; }
  #service_call_to_action a {
    display: inline-block; }

#case_studies {
  background-color: var(--gray);
  grid-template-columns: repeat(3, 1fr);
  padding: var(--gutter); }

.service_caption {
  display: flex;
  flex-direction: column;
  padding: 0 var(--gutter);
  gap: var(--quarter-gutter) 0; }

.service_study_name {
  font-size: var(--h3);
  margin-bottom: -0.1em;
  font-variation-settings: "wght" var(--bold-weight), "opsz" var(--h3-opsz);
  font-weight: var(--bold-weight);
  line-height: 1.1; }

section.service {
  padding: var(--gutter);
  border-radius: var(--gutter);
  background-color: #fff;
  display: flex;
  flex-direction: column; }
  section.service h2 {
    text-align: left; }

.tagline {
  margin-bottom: calc(0.8*var(--gutter)); }

#case_studies_heading {
  grid-column: span 3;
  margin: var(--gutter) 0; }

#services_heading {
  grid-column: span 3;
  text-align: center; }

#offerings {
  grid-column: 3/7;
  grid-column: 1/9;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gutter);
  align-content: flex-start;
  align-items: flex-start; }
  #offerings .case_study {
    min-width: 0; }
    #offerings .case_study img {
      border-radius: var(--small-border-radius);
      overview: hidden;
      max-width: 100%; }

.offering_block {
  padding: var(--gutter);
  border-radius: var(--gutter);
  background-color: var(--gray);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gutter);
  position: relative; }

.offering_image {
  min-width: 0;
  width: 100%;
  border-radius: 0.3rem; }

#offerings_details {
  margin-top: var(--gutter);
  grid-column: span 8;
  gap: var(--gutter);
  padding: var(--gutter);
  background-color: #fff; }

#offerings_top {
  grid-column: span 8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gutter);
  padding: var(--gutter) 0; }
  #offerings_top h2 {
    grid-column: 2;
    margin: 0; }

#offerings_description {
  grid-column: 2;
  padding: 0 var(--gutter) var(--gutter) var(--gutter); }

#testimonial_content {
  background-color: var(--pale-blue);
  padding: var(--gutter);
  border-radius: var(--gutter);
  margin: 0 calc(-1*var(--gutter)) 0 calc(-2*var(--gutter)); }

#testimonial_attribution {
  font-size: var(--small-type);
  font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz);
  margin-top: var(--half-gutter);
  padding-left: 0.8em;
  position: relative; }
  #testimonial_attribution p {
    display: inline-block; }
  #testimonial_attribution:before {
    content: '– ';
    position: absolute;
    top: 0;
    left: 0; }

#service_case_studies {
  background-color: var(--gray);
  grid-column: span 3;
  padding: var(--double-gutter) var(--gutter); }
  #service_case_studies h2 {
    grid-column: span 3; }

#service_article {
  padding: var(--double-gutter) var(--gutter);
  grid-column: span 8;
  background-color: var(--homepage-blue);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gutter); }
  #service_article h2 {
    grid-column: span 3;
    margin-bottom: 0; }
  #service_article a.button {
    display: inline-block;
    margin-top: var(--gutter); }

#service_article_block {
  grid-column: 2;
  text-wrap: balance; }

#value_propositions {
  background-color: #fff;
  grid-column: span 8;
  gap: var(--double-gutter) calc(3*var(--gutter));
  padding: var(--gutter) calc(3*var(--gutter)) var(--double-gutter) calc(3*var(--gutter));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start; }
  #value_propositions h2 {
    margin-bottom: 0;
    grid-column: span 4; }
  #value_propositions .service_detail_description {
    font-size: var(--small-type);
    font-variation-settings: "wght" var(--small-weight), "opsz" var(--regular-opsz); }
  #value_propositions.testimonial #value_props {
    grid-column: span 3;
    gap: var(--double-gutter);
    grid-template-columns: repeat(3, 1fr); }

#value_props {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(4*var(--gutter)); }

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

@media (max-width: 1280px) {
  #service_top, #offerings_description, #service_article_block {
    margin-left: calc(-2*var(--gutter));
    margin-right: calc(-2*var(--gutter)); }
  #value_propositions.testimonial #value_props {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 1024px) {
  #service_case_studies h2 {
    grid-column: span 2; }
  #offerings {
    grid-template-columns: 1fr; }
  #value_propositions {
    padding: var(--gutter) var(--double-gutter);
    grid-template-columns: 1fr 1fr; }
  #testimonial_content {
    margin-left: var(--negative-gutter); }
  #value_propositions.testimonial #value_props {
    grid-template-columns: 1fr; }
  #value_props {
    grid-template-columns: 1fr 1fr;
    gap: var(--gutter); } }

@media (min-width: 768px) {
  #service_description, #offerings_description, #service_article_block {
    text-align: center;
    text-wrap: balance; } }

@media (max-width: 768px) {
  #service_top, #service_article_block {
    margin-left: 0;
    margin-right: 0;
    padding-left: var(--gutter);
    padding-right: var(--gutter);
    grid-column: span 3; }
  #offerings_description {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    grid-column: span 3; }
  #offerings_top h2 {
    grid-column: span 3; }
  #service {
    display: block; }
  #services {
    display: flex;
    flex-direction: column;
    gap: var(--gutter) 0; }
  #case_studies {
    grid-template-columns: 1fr 1fr; }
    #case_studies h2 {
      grid-column: span 2; }
  .service_caption {
    display: block; }
  .service_study_name {
    margin-bottom: 0; } }

@media (max-width: 640px) {
  #service h1, #service h2 {
    text-align: left; }
  #service h1 {
    padding-left: var(--gutter);
    padding-right: var(--gutter); }
  #offerings_details {
    margin-top: 0;
    padding-top: 0; }
  #service_call_to_action {
    text-align: left; }
  #service_case_studies {
    padding: var(--gutter); }
  #offerings_top, #offerings {
    display: flex;
    flex-direction: column; }
  .service_caption {
    padding: 0; }
  #offerings_top {
    padding-bottom: 0; }
  .offering_block {
    display: block; }
  .offering_image {
    margin-top: var(--gutter); }
  #value_propositions {
    display: block;
    padding: 0 var(--gutter) var(--gutter) var(--gutter); }
  #case_studies_heading {
    margin-top: 0; }
  #testimonial_content {
    margin: var(--gutter) 0; }
  #value_propositions.testimonial #value_props, #value_props {
    gap: var(--gutter); }
  #value_props {
    display: flex;
    flex-direction: column;
    margin-top: var(--gutter); }
  #service_article {
    padding: var(--gutter); }
  #service_article_block {
    padding: 0; } }
