@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");
@import url("//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --header-height: 64px;
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue);
  --background: white;
  --grey-10: color-mix(in srgb, var(--dora-black), white 90%);
  --grey-15: color-mix(in srgb, var(--dora-black), white 85%);
  --grey-20: color-mix(in srgb, var(--dora-black), white 80%);
  --grey-30: color-mix(in srgb, var(--dora-black), white 70%);
  --grey-40: color-mix(in srgb, var(--dora-black), white 60%);
  --grey-50: color-mix(in srgb, var(--dora-black), white 50%);
  --grey-60: color-mix(in srgb, var(--dora-black), white 40%);
  --grey-70: color-mix(in srgb, var(--dora-black), white 30%);
  --grey-80: color-mix(in srgb, var(--dora-black), white 20%);
  --grey-90: color-mix(in srgb, var(--dora-black), white 10%); }

/* DORA normalize styles */
/*! adapted from normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
  box-sizing: border-box; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small,
.small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

#hamburgerContainer {
  display: none; }
  @media (max-width: 800px) {
    #hamburgerContainer {
      display: block; } }
  #hamburgerContainer #hamburgerIcon {
    display: block;
    font-size: 36px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center; }
    #hamburgerContainer #hamburgerIcon .menu {
      display: block; }
    #hamburgerContainer #hamburgerIcon .close {
      display: none; }
  #hamburgerContainer input[type="checkbox"] {
    display: none; }

.menuLinksMobile {
  height: 0;
  overflow: hidden; }
  .menuLinksMobile ul {
    margin: 0;
    margin-block-start: 0.5em;
    padding-inline-start: 0; }
    .menuLinksMobile ul li {
      list-style-type: none;
      padding: 0.5em 1em;
      margin: 0;
      border-bottom: 1px solid var(--grey-40); }
      .menuLinksMobile ul li:last-child {
        border-bottom: none; }
      .menuLinksMobile ul li a {
        text-decoration: none;
        color: var(--grey-70);
        white-space: nowrap;
        font-weight: 500;
        font-size: 1em;
        line-height: 1em; }
        .menuLinksMobile ul li a .open_in_new {
          font-size: 1.25em; }

body:has(#mobileMenuController:checked) .menuLinksMobile {
  height: fit-content;
  padding: 0 18px 12px 18px; }

body:has(#mobileMenuController:checked) #hamburgerContainer #hamburgerIcon .close {
  display: block; }

body:has(#mobileMenuController:checked) #hamburgerContainer #hamburgerIcon .menu {
  display: none; }

header {
  position: sticky;
  top: 0;
  background-color: var(--background);
  z-index: 999;
  box-shadow: 0 0 6px color-mix(in srgb, var(--dora-primary-dark), transparent 70%); }
  @media (max-width: 800px) {
    header {
      position: relative; } }
  header .navContainer div.dora-logo-link a {
    display: block;
    line-height: 1; }
  header .navContainer nav {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-right: 16px;
    font-size: 0.9em; }
    header .navContainer nav ul.menuLinksDesktop {
      display: flex;
      align-items: center;
      margin: 0; }
      header .navContainer nav ul.menuLinksDesktop li {
        list-style-type: none;
        padding: 0 1em; }
        @media (max-width: 960px) {
          header .navContainer nav ul.menuLinksDesktop li {
            font-size: .85em;
            padding: 0 .7em; } }
        header .navContainer nav ul.menuLinksDesktop li a {
          text-decoration: none;
          color: var(--grey-70);
          white-space: nowrap;
          font-weight: 500;
          font-size: 1em;
          line-height: 1em;
          transition: all 0.3s ease;
          text-decoration: underline solid white; }
          header .navContainer nav ul.menuLinksDesktop li a .open_in_new {
            font-size: 1em; }
        header .navContainer nav ul.menuLinksDesktop li a:hover {
          color: #3d4043;
          text-decoration: underline solid #c9cccf;
          text-underline-offset: 0.5em; }
        header .navContainer nav ul.menuLinksDesktop li a.active {
          color: black;
          text-decoration: underline solid #798086;
          text-underline-offset: 0.5em; }
  header .navContainer #searchIcon {
    font-size: 24px; }
  @media (max-width: 800px) {
    header .navContainer nav ul.menuLinksDesktop {
      display: none; } }
  header #searchInputPopover {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
    padding: 0;
    height: 64px;
    background-color: transparent;
    width: 100%; }
    header #searchInputPopover:popover-open {
      display: flex; }
    header #searchInputPopover #searchInputPopoverFields {
      display: grid;
      justify-items: right;
      align-items: center;
      height: 100%;
      animation: popoverAppear 0.2s ease-in;
      width: 100%; }
      header #searchInputPopover #searchInputPopoverFields #searchForm {
        width: 52em; }

@keyframes popoverAppear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.site-banner {
  background-color: var(--dora-primary-dark);
  padding: 0 0 2px 0;
  text-align: center; }
  .site-banner a {
    display: inline-block;
    border-radius: 0.2em;
    padding: 4pt 6pt;
    color: var(--dora-primary-light);
    font-weight: 500;
    text-decoration: none; }
    .site-banner a:visited {
      color: var(--dora-primary-light); }
    .site-banner a:hover {
      color: var(--dora-highlight); }

:root {
  --header-height: 64px;
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue);
  --background: white;
  --grey-10: color-mix(in srgb, var(--dora-black), white 90%);
  --grey-15: color-mix(in srgb, var(--dora-black), white 85%);
  --grey-20: color-mix(in srgb, var(--dora-black), white 80%);
  --grey-30: color-mix(in srgb, var(--dora-black), white 70%);
  --grey-40: color-mix(in srgb, var(--dora-black), white 60%);
  --grey-50: color-mix(in srgb, var(--dora-black), white 50%);
  --grey-60: color-mix(in srgb, var(--dora-black), white 40%);
  --grey-70: color-mix(in srgb, var(--dora-black), white 30%);
  --grey-80: color-mix(in srgb, var(--dora-black), white 20%);
  --grey-90: color-mix(in srgb, var(--dora-black), white 10%); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
  padding: 0;
  line-height: 120%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-wrap: balance; }

h1 {
  font-size: 2.75rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0; }

h5 {
  font-size: 11px;
  letter-spacing: 1.25px;
  color: #777;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0; }

hr {
  border: none;
  border-top: 1px solid #aeb0b7;
  margin: 2em 0; }

a.author {
  display: inline-block;
  font-weight: 200;
  border: 1px solid var(--grey-15);
  padding: 0 0.4rem;
  text-decoration: none;
  border-radius: 0.4rem;
  margin-right: 0.5em; }

@media (max-width: 800px) {
  h1 {
    font-size: 24px; }
  h2 {
    font-size: 20.4px; }
  h3 {
    font-size: 16.8px; }
  h4 {
    font-size: 15.6px; }
  h5 {
    font-size: 10.08px; } }

:root {
  --header-height: 64px;
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue);
  --background: white;
  --grey-10: color-mix(in srgb, var(--dora-black), white 90%);
  --grey-15: color-mix(in srgb, var(--dora-black), white 85%);
  --grey-20: color-mix(in srgb, var(--dora-black), white 80%);
  --grey-30: color-mix(in srgb, var(--dora-black), white 70%);
  --grey-40: color-mix(in srgb, var(--dora-black), white 60%);
  --grey-50: color-mix(in srgb, var(--dora-black), white 50%);
  --grey-60: color-mix(in srgb, var(--dora-black), white 40%);
  --grey-70: color-mix(in srgb, var(--dora-black), white 30%);
  --grey-80: color-mix(in srgb, var(--dora-black), white 20%);
  --grey-90: color-mix(in srgb, var(--dora-black), white 10%); }

fieldset {
  padding: 0;
  border: none; }
  fieldset ul {
    padding: 0; }
    fieldset ul li {
      list-style-type: none;
      margin-bottom: 6px; }

input[type="radio"] {
  transform: scale(1.25);
  margin-right: 0.5em; }

select {
  padding: 2px 4px;
  border-color: #aeb0b7;
  border-radius: 4px; }

button,
input[type="submit"],
.button {
  display: inline-block;
  border: 1.5px solid var(--dora-primary-dark);
  color: var(--dora-primary-dark);
  background-color: transparent;
  border-radius: 50vh;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
  vertical-align: middle;
  margin: 8px 4px;
  padding: 15px 24px;
  transition: color 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
  text-decoration: none; }
  button.secondary,
  input[type="submit"].secondary,
  .button.secondary {
    font-size: 18px;
    padding: 10px 16px; }
  @media (max-width: 480px) {
    button,
    input[type="submit"],
    .button {
      font-size: 18px;
      padding: 10px 16px; } }
  button:disabled,
  input[type="submit"]:disabled,
  .button:disabled {
    border-color: var(--grey-50);
    color: var(--grey-50);
    cursor: default; }
  button:hover:not(:disabled),
  input[type="submit"]:hover:not(:disabled),
  .button:hover:not(:disabled) {
    background-color: var(--dora-primary-dark);
    color: white; }
  button.inverted,
  input[type="submit"].inverted,
  .button.inverted {
    color: var(--dora-primary-light);
    border-color: var(--dora-primary-light); }

::placeholder {
  font-weight: 200;
  color: #9aa0a6; }

:root {
  --header-height: 64px;
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue);
  --background: white;
  --grey-10: color-mix(in srgb, var(--dora-black), white 90%);
  --grey-15: color-mix(in srgb, var(--dora-black), white 85%);
  --grey-20: color-mix(in srgb, var(--dora-black), white 80%);
  --grey-30: color-mix(in srgb, var(--dora-black), white 70%);
  --grey-40: color-mix(in srgb, var(--dora-black), white 60%);
  --grey-50: color-mix(in srgb, var(--dora-black), white 50%);
  --grey-60: color-mix(in srgb, var(--dora-black), white 40%);
  --grey-70: color-mix(in srgb, var(--dora-black), white 30%);
  --grey-80: color-mix(in srgb, var(--dora-black), white 20%);
  --grey-90: color-mix(in srgb, var(--dora-black), white 10%); }

grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
  place-items: stretch; }
  grid item {
    padding: 0;
    border: 1px solid var(--grey-15);
    border-radius: 8px; }
    grid item h2 {
      background-color: #f8f9fa;
      margin: 0;
      padding: 1rem 1rem .5rem 1rem;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
      grid item h2 a {
        color: #202124;
        text-decoration: none; }
    grid item content {
      display: flex;
      flex-direction: row;
      align-items: stretch; }
      grid item content p {
        padding: .5rem; }
      grid item content img {
        margin: .5rem; }
        grid item content img.stroke {
          border: 1px solid var(--grey-15); }
  grid.border_none item {
    border: none; }

@media (max-width: 800px) {
  grid {
    grid-template-columns: 1fr; } }

/*

styles for UI widgets such as popovers, modals, tabs

*/
:root {
  --header-height: 64px;
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue);
  --background: white;
  --grey-10: color-mix(in srgb, var(--dora-black), white 90%);
  --grey-15: color-mix(in srgb, var(--dora-black), white 85%);
  --grey-20: color-mix(in srgb, var(--dora-black), white 80%);
  --grey-30: color-mix(in srgb, var(--dora-black), white 70%);
  --grey-40: color-mix(in srgb, var(--dora-black), white 60%);
  --grey-50: color-mix(in srgb, var(--dora-black), white 50%);
  --grey-60: color-mix(in srgb, var(--dora-black), white 40%);
  --grey-70: color-mix(in srgb, var(--dora-black), white 30%);
  --grey-80: color-mix(in srgb, var(--dora-black), white 20%);
  --grey-90: color-mix(in srgb, var(--dora-black), white 10%); }

.popover {
  position: absolute;
  padding: 32px 64px 32px 32px;
  border: 1px solid var(--grey-15);
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.05), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
  z-index: 9999;
  background-color: #f8f9fa;
  top: auto;
  display: block;
  width: 30%;
  min-width: 200px;
  max-width: 400px; }

.modal-container {
  position: fixed;
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding-top: 10vh; }
  .modal-container .modal {
    position: relative;
    margin: 1em;
    background-color: #fff;
    max-width: 960px;
    border-radius: 0.5em;
    height: fit-content;
    display: flex;
    flex-direction: column;
    max-height: 80vh; }
    .modal-container .modal .modal-header {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 0.5em;
      border-bottom: 1px solid var(--grey-15);
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 0 #dadce0; }
      .modal-container .modal .modal-header h2 {
        padding: .25em; }
      .modal-container .modal .modal-header .modal-close-x {
        border: none;
        cursor: pointer;
        border-radius: 0.25em;
        filter: invert(40%) sepia(3%) saturate(18%) hue-rotate(327deg) brightness(95%) contrast(85%); }
        @media (max-width: 480px) {
          .modal-container .modal .modal-header .modal-close-x {
            width: 1.75em;
            height: 1.75em; } }
        .modal-container .modal .modal-header .modal-close-x:hover {
          filter: none;
          background-color: #e1f3fc; }
    .modal-container .modal .capability-content {
      overflow-y: auto;
      padding: 1em; }

.popover-more {
  display: inline-block;
  height: 1.25em;
  width: 1.25em;
  vertical-align: top;
  background: url(https://www.google.com/images/icons/material/system/svg/help_24px.svg) no-repeat center center;
  background-size: contain;
  filter: invert(53%) sepia(12%) saturate(175%) hue-rotate(165deg) brightness(97%) contrast(91%);
  border-bottom: 0; }

ul.tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--grey-15);
  padding: 0; }
  ul.tabs li {
    list-style-type: none;
    text-align: center; }
    ul.tabs li a {
      display: inline-block;
      padding: 4px 18px;
      margin: 0 12px;
      cursor: pointer;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 300;
      font-size: 0.85rem;
      text-decoration: none;
      color: #9aa0a6;
      text-transform: uppercase;
      border-bottom: 2px solid white;
      transition: border-bottom 400ms ease-out; }
      ul.tabs li a:hover {
        color: #202124; }
      ul.tabs li a.selected {
        color: #202124;
        font-weight: 500;
        border-bottom: 2px solid #1a73e8; }
  @media (max-width: 480px) {
    ul.tabs {
      flex-direction: column; }
      ul.tabs li a {
        font-size: 1.25rem; }
        ul.tabs li a.selected {
          border: none; }
          ul.tabs li a.selected::before {
            content: "• ";
            color: #1a73e8; } }
.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

img.icon.arrow-right {
  height: 0.9em;
  vertical-align: middle; }

blockquote {
  display: block;
  width: fit-content;
  margin: 0 auto .5rem auto;
  color: #174ea6;
  background-color: #e8f0fe;
  padding: 0.5em 1.5em;
  border-radius: 0.25em; }
  blockquote p {
    font-family: "Google Sans Flex", "Roboto", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center; }

:root {
  --header-height: 64px;
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue);
  --background: white;
  --grey-10: color-mix(in srgb, var(--dora-black), white 90%);
  --grey-15: color-mix(in srgb, var(--dora-black), white 85%);
  --grey-20: color-mix(in srgb, var(--dora-black), white 80%);
  --grey-30: color-mix(in srgb, var(--dora-black), white 70%);
  --grey-40: color-mix(in srgb, var(--dora-black), white 60%);
  --grey-50: color-mix(in srgb, var(--dora-black), white 50%);
  --grey-60: color-mix(in srgb, var(--dora-black), white 40%);
  --grey-70: color-mix(in srgb, var(--dora-black), white 30%);
  --grey-80: color-mix(in srgb, var(--dora-black), white 20%);
  --grey-90: color-mix(in srgb, var(--dora-black), white 10%); }

section.hasSidebar {
  display: flex;
  flex-direction: row; }
  section.hasSidebar article {
    flex-grow: 1; }
  section.hasSidebar sidebar {
    width: 12em;
    min-width: 12em; }
    section.hasSidebar sidebar a {
      text-decoration: none; }
    section.hasSidebar sidebar section {
      padding: 0.5em 0.1em 0.5em 1em;
      margin-left: 1em;
      border-left: 1px solid var(--grey-15); }
  section.hasSidebar .double-wide {
    grid-column: span 2; }
  @media (max-width: 800px) {
    section.hasSidebar {
      flex-direction: column; }
      section.hasSidebar article {
        width: 100%; }
      section.hasSidebar sidebar {
        order: 1;
        width: 100%;
        margin-left: 0.5em;
        margin-right: 0.5em; }
        section.hasSidebar sidebar section {
          padding: 1em 0;
          margin-left: 0;
          border-left: none;
          border-bottom: 1px solid var(--grey-15); }
          section.hasSidebar sidebar section:last-child {
            border-bottom: none; }
      section.hasSidebar .double-wide {
        grid-column: span 1; } }
:root {
  --header-height: 64px;
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue);
  --background: white;
  --grey-10: color-mix(in srgb, var(--dora-black), white 90%);
  --grey-15: color-mix(in srgb, var(--dora-black), white 85%);
  --grey-20: color-mix(in srgb, var(--dora-black), white 80%);
  --grey-30: color-mix(in srgb, var(--dora-black), white 70%);
  --grey-40: color-mix(in srgb, var(--dora-black), white 60%);
  --grey-50: color-mix(in srgb, var(--dora-black), white 50%);
  --grey-60: color-mix(in srgb, var(--dora-black), white 40%);
  --grey-70: color-mix(in srgb, var(--dora-black), white 30%);
  --grey-80: color-mix(in srgb, var(--dora-black), white 20%);
  --grey-90: color-mix(in srgb, var(--dora-black), white 10%); }

footer {
  border-top: 1px solid var(--grey-10);
  margin: 0 1em 2em 1em;
  padding-top: 1em;
  display: flex;
  justify-content: center; }
  footer .container {
    width: 1200px;
    max-width: 100%;
    display: grid;
    grid-template-columns: 50% auto auto;
    grid-template-areas: "logo links search" "license license socials"; }
    footer .container div {
      padding: 24px 12px; }
    footer .container .logo {
      grid-area: logo; }
      footer .container .logo img {
        display: block;
        width: 16em; }
    footer .container .links {
      grid-area: links;
      display: flex;
      flex-direction: column; }
      footer .container .links a {
        display: block;
        padding: 0.1em;
        font-size: 15px;
        color: var(--grey-70);
        text-decoration: none;
        font-weight: 400;
        white-space: nowrap; }
        footer .container .links a:hover {
          color: var(--grey-80); }
    footer .container .search {
      grid-area: search;
      text-align: right; }
      footer .container .search input {
        box-sizing: border-box;
        background: url("/img/icon-search.svg") no-repeat 12px center;
        background-color: var(--dora-primary-light);
        border: none;
        padding: 12px 12px 12px 48px;
        border-radius: 50vh;
        outline-color: var(--grey-40);
        width: 16em; }
        footer .container .search input::placeholder {
          color: var(--grey-70); }
    footer .container .license {
      grid-area: license;
      font-size: 11px;
      color: var(--grey-60);
      line-height: 24px; }
      footer .container .license a {
        color: var(--grey-60);
        text-decoration: none; }
    footer .container .socials {
      grid-area: socials;
      line-height: 24px;
      text-align: right; }
      footer .container .socials a.google-material-icons {
        font-size: 28px;
        color: var(--grey-60);
        text-decoration: none;
        padding: 0 0.15em; }
    @media (max-width: 960px) {
      footer .container {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "search search" "links socials" "logo logo" "license license";
        align-items: center; }
        footer .container div {
          padding: 12px; }
        footer .container .search {
          text-align: center; }
          footer .container .search input {
            width: 100%; }
        footer .container .links {
          width: 100%;
          justify-items: stretch;
          padding: 2em 0;
          flex-direction: row; }
          footer .container .links a {
            flex: 1;
            text-align: center; } }
    @media (max-width: 480px) {
      footer .container {
        grid-template-columns: 1fr;
        grid-template-areas: "search" "socials" "links" "logo" "license"; }
        footer .container .links {
          border-top: 1px solid var(--grey-10);
          border-bottom: 1px solid var(--grey-10); }
        footer .container .socials {
          text-align: left;
          padding-bottom: 2em; }
        footer .container .logo {
          padding-top: 2em; }
          footer .container .logo img {
            width: 10em; } }
/* This file wraps 'syntax.scss' which is generated via `hugogen chromastyles` */
/* Background */
.bg {
  background-color: #f0f0f0; }

/* PreWrapper */
.chroma {
  background-color: #f0f0f0; }

/* Other */
/* Error */
/* CodeLine */
/* LineLink */
.chroma .lnlinks {
  outline: none;
  text-decoration: none;
  color: inherit; }

/* LineTableTD */
.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0; }

/* LineTable */
.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* LineHighlight */
.chroma .hl {
  background-color: #ffffcc; }

/* LineNumbersTable */
.chroma .lnt {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f; }

/* LineNumbers */
.chroma .ln {
  white-space: pre;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f; }

/* Line */
.chroma .line {
  display: flex; }

/* Keyword */
.chroma .k {
  color: #007020;
  font-weight: bold; }

/* KeywordConstant */
.chroma .kc {
  color: #007020;
  font-weight: bold; }

/* KeywordDeclaration */
.chroma .kd {
  color: #007020;
  font-weight: bold; }

/* KeywordNamespace */
.chroma .kn {
  color: #007020;
  font-weight: bold; }

/* KeywordPseudo */
.chroma .kp {
  color: #007020; }

/* KeywordReserved */
.chroma .kr {
  color: #007020;
  font-weight: bold; }

/* KeywordType */
.chroma .kt {
  color: #902000; }

/* Name */
/* NameAttribute */
.chroma .na {
  color: #4070a0; }

/* NameBuiltin */
.chroma .nb {
  color: #007020; }

/* NameBuiltinPseudo */
/* NameClass */
.chroma .nc {
  color: #0e84b5;
  font-weight: bold; }

/* NameConstant */
.chroma .no {
  color: #60add5; }

/* NameDecorator */
.chroma .nd {
  color: #555555;
  font-weight: bold; }

/* NameEntity */
.chroma .ni {
  color: #d55537;
  font-weight: bold; }

/* NameException */
.chroma .ne {
  color: #007020; }

/* NameFunction */
.chroma .nf {
  color: #06287e; }

/* NameFunctionMagic */
/* NameLabel */
.chroma .nl {
  color: #002070;
  font-weight: bold; }

/* NameNamespace */
.chroma .nn {
  color: #0e84b5;
  font-weight: bold; }

/* NameOther */
/* NameProperty */
/* NameTag */
.chroma .nt {
  color: #062873;
  font-weight: bold; }

/* NameVariable */
.chroma .nv {
  color: #bb60d5; }

/* NameVariableClass */
/* NameVariableGlobal */
/* NameVariableInstance */
/* NameVariableMagic */
/* Literal */
/* LiteralDate */
/* LiteralString */
.chroma .s {
  color: #4070a0; }

/* LiteralStringAffix */
.chroma .sa {
  color: #4070a0; }

/* LiteralStringBacktick */
.chroma .sb {
  color: #4070a0; }

/* LiteralStringChar */
.chroma .sc {
  color: #4070a0; }

/* LiteralStringDelimiter */
.chroma .dl {
  color: #4070a0; }

/* LiteralStringDoc */
.chroma .sd {
  color: #4070a0;
  font-style: italic; }

/* LiteralStringDouble */
.chroma .s2 {
  color: #4070a0; }

/* LiteralStringEscape */
.chroma .se {
  color: #4070a0;
  font-weight: bold; }

/* LiteralStringHeredoc */
.chroma .sh {
  color: #4070a0; }

/* LiteralStringInterpol */
.chroma .si {
  color: #70a0d0; }

/* LiteralStringOther */
.chroma .sx {
  color: #c65d09; }

/* LiteralStringRegex */
.chroma .sr {
  color: #235388; }

/* LiteralStringSingle */
.chroma .s1 {
  color: #4070a0; }

/* LiteralStringSymbol */
.chroma .ss {
  color: #517918; }

/* LiteralNumber */
.chroma .m {
  color: #40a070; }

/* LiteralNumberBin */
.chroma .mb {
  color: #40a070; }

/* LiteralNumberFloat */
.chroma .mf {
  color: #40a070; }

/* LiteralNumberHex */
.chroma .mh {
  color: #40a070; }

/* LiteralNumberInteger */
.chroma .mi {
  color: #40a070; }

/* LiteralNumberIntegerLong */
.chroma .il {
  color: #40a070; }

/* LiteralNumberOct */
.chroma .mo {
  color: #40a070; }

/* Operator */
.chroma .o {
  color: #666666; }

/* OperatorWord */
.chroma .ow {
  color: #007020;
  font-weight: bold; }

/* Punctuation */
/* Comment */
.chroma .c {
  color: #60a0b0;
  font-style: italic; }

/* CommentHashbang */
.chroma .ch {
  color: #60a0b0;
  font-style: italic; }

/* CommentMultiline */
.chroma .cm {
  color: #60a0b0;
  font-style: italic; }

/* CommentSingle */
.chroma .c1 {
  color: #60a0b0;
  font-style: italic; }

/* CommentSpecial */
.chroma .cs {
  color: #60a0b0;
  background-color: #fff0f0; }

/* CommentPreproc */
.chroma .cp {
  color: #007020; }

/* CommentPreprocFile */
.chroma .cpf {
  color: #007020; }

/* Generic */
/* GenericDeleted */
.chroma .gd {
  color: #a00000; }

/* GenericEmph */
.chroma .ge {
  font-style: italic; }

/* GenericError */
.chroma .gr {
  color: #ff0000; }

/* GenericHeading */
.chroma .gh {
  color: #000080;
  font-weight: bold; }

/* GenericInserted */
.chroma .gi {
  color: #00a000; }

/* GenericOutput */
.chroma .go {
  color: #888888; }

/* GenericPrompt */
.chroma .gp {
  color: #c65d09;
  font-weight: bold; }

/* GenericStrong */
.chroma .gs {
  font-weight: bold; }

/* GenericSubheading */
.chroma .gu {
  color: #800080;
  font-weight: bold; }

/* GenericTraceback */
.chroma .gt {
  color: #0044dd; }

/* GenericUnderline */
.chroma .gl {
  text-decoration: underline; }

/* TextWhitespace */
.chroma .w {
  color: #bbbbbb; }

pre:has(code) {
  border-radius: 1em;
  padding: 1.5em; }

.searchInputContainer {
  display: flex;
  margin: 0 1em; }

.searchQuery {
  display: block;
  flex-grow: 1;
  margin: 0;
  padding-inline: 1rem;
  background-color: var(--dora-primary-light);
  border-color: var(--dora-primary-dark);
  outline: none;
  border-radius: 10vmin 0 0 10vmin; }
  .searchQuery::placeholder {
    color: var(--grey-70); }

.searchButton {
  display: block !important;
  margin: 0  !important;
  border-radius: 0 10vmin 10vmin 0  !important;
  font-size: 1rem  !important;
  background-color: var(--dora-primary-dark) !important;
  color: var(--dora-primary-light) !important; }

.sold-out {
  text-decoration: line-through; }

.sold-out-text {
  color: var(--dora-secondary-a); }

:root {
  --header-height: 64px;
  --dora-black: rgb(34, 30, 39);
  --dora-warm-white: rgb(240, 238, 234);
  --dora-sky-blue: rgb(73, 160, 236);
  --dora-vermillion: rgb(245, 90, 36);
  --dora-spotlight-yellow: rgb(240, 225, 90);
  --dora-mauve: rgb(184, 175, 254);
  --dora-deep-plum: rgb(114, 2, 92);
  --dora-prussian-blue: rgb(11, 57, 84);
  --dora-primary-dark: var(--dora-black);
  --dora-primary-light: var(--dora-warm-white);
  --dora-highlight: var(--dora-spotlight-yellow);
  --dora-secondary-a: var(--dora-vermillion);
  --dora-secondary-b: var(--dora-sky-blue);
  --dora-secondary-c: var(--dora-mauve);
  --dora-tertiary-a: var(--dora-deep-plum);
  --dora-tertiary-b: var(--dora-prussian-blue);
  --background: white;
  --grey-10: color-mix(in srgb, var(--dora-black), white 90%);
  --grey-15: color-mix(in srgb, var(--dora-black), white 85%);
  --grey-20: color-mix(in srgb, var(--dora-black), white 80%);
  --grey-30: color-mix(in srgb, var(--dora-black), white 70%);
  --grey-40: color-mix(in srgb, var(--dora-black), white 60%);
  --grey-50: color-mix(in srgb, var(--dora-black), white 50%);
  --grey-60: color-mix(in srgb, var(--dora-black), white 40%);
  --grey-70: color-mix(in srgb, var(--dora-black), white 30%);
  --grey-80: color-mix(in srgb, var(--dora-black), white 20%);
  --grey-90: color-mix(in srgb, var(--dora-black), white 10%); }

.awards-article .awards-header {
  margin-bottom: 0.5em; }
  .awards-article .awards-header h2 {
    color: #5b5e66; }

.awards-article .authors {
  margin-bottom: 0.5em; }

:root {
  font-family: "Google Sans Flex", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-padding-top: var(--header-height);
  scrollbar-gutter: stable; }

body {
  color: var(--dora-black);
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  body main {
    flex-grow: 1;
    max-width: 1040px;
    padding: 1.5rem 4rem 0.5rem 4rem;
    margin: auto; }
    body main li {
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      font-weight: 300; }
      body main li strong,
      body main li b,
      body main li a {
        font-family: "Google Sans Flex", "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 500; }
    @media (max-width: 800px) {
      body main {
        padding: 0.75em;
        width: 100%;
        margin: 0; } }
    @media (max-width: 480px) {
      body main {
        padding: 0.5em;
        width: 100%;
        margin: 0; } }
p,
.paragraph,
select {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin: 0;
  margin-bottom: 0.5rem;
  font-size: 1em; }
  @media (max-width: 800px) {
    p,
    .paragraph,
    select {
      line-height: 1.35; } }
p > strong {
  font-weight: 500; }

a {
  color: #1a73e8; }
  a:hover {
    color: #174ea6; }
  a:focus {
    color: #174ea6; }

.navContainer {
  display: flex;
  align-items: center;
  height: var(--header-height);
  z-index: 100; }
  .navContainer .dora-logo {
    margin: 2px 8px; }

.capitalize {
  text-transform: capitalize; }

section.banner {
  background-color: var(--dora-primary-light); }
  section.banner.yellow {
    background-color: var(--dora-spotlight-yellow); }
  section.banner.blue {
    background-color: var(--dora-sky-blue); }
  section.banner.red {
    background-color: var(--dora-vermillion); }
  section.banner.purple {
    background-color: var(--dora-mauve); }
  section.banner a {
    color: var(--dora-primary-dark); }
    section.banner a:hover {
      color: var(--dora-primary-light); }
  section.banner .content {
    display: flex;
    max-width: 1040px;
    margin: 2em auto 1em auto;
    line-height: 1.75;
    padding: 1em 0; }
    section.banner .content article {
      padding: 1em 0.5em;
      margin: auto 0; }
      section.banner .content article h1 {
        font-size: calc(min(72px,12vw));
        font-weight: 600; }
      section.banner .content article p {
        font-family: "Google Sans Flex", "Roboto", Arial, Helvetica, sans-serif;
        line-height: 1.35;
        font-weight: 500;
        font-size: calc(clamp(12px, 5vw, 16px)); }
    section.banner .content div.highlightImageContainer {
      margin-left: 2em;
      margin-top: 2em; }
    section.banner .content img.highlight {
      max-width: 24em;
      max-height: 18em;
      margin-right: -6em; }
      @media (max-width: 960px) {
        section.banner .content img.highlight {
          display: none; } }
.pagefooter {
  display: flex;
  flex-direction: row;
  margin-top: 3em;
  border-top: 1px solid var(--grey-15); }
  @media (max-width: 800px) {
    .pagefooter {
      flex-direction: column; } }
  .pagefooter div {
    margin: 2rem; }
    @media (max-width: 800px) {
      .pagefooter div {
        margin: 0.5rem 1rem; } }
    .pagefooter div:has(h2) {
      min-width: 25%;
      flex-grow: 1; }

.google-material-icons {
  font-family: "Google Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  cursor: pointer; }

.source-available-repo {
  text-decoration: none;
  color: #5b5e66; }

.source-available-project a {
  text-decoration: none;
  color: #202124; }

.source-available-project .google-material-icons {
  font-size: 14px;
  text-decoration: none; }

.updated {
  font-size: 12px;
  color: #9aa0a6;
  font-weight: 200; }
