/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
:root {
  --white: #fff;
  --grey-100: #f8f8f8;
  --grey-200: #eee;
  --grey-300: #ddd;
  --grey-400: #ccc;
  --grey-500: #aaa;
  --grey-600: #777;
  --grey-700: #555;
  --grey-800: #333;
  --grey-900: #222;
  --black: #000;
  --grey-100-alpha: #00000007;
  --grey-200-alpha: #0001;
  --grey-300-alpha: #0002;
  --grey-400-alpha: #0003;
  --grey-500-alpha: #0005;
  --grey-600-alpha: #0008;
  --grey-700-alpha: #000a;
  --grey-800-alpha: #000c;
  --grey-900-alpha: #000d;
  --blue-100: #f5f9ff;
  --blue-200: #dbecff;
  --blue-300: #9ec8fa;
  --blue-400: #6eadf7;
  --blue-500: #2684f3;
  --blue-600: #1e6bc2;
  --blue-700: #1a5ca9;
  --blue-800: #164f91;
  --blue-900: #124179;
  --green-100: #f1fff0;
  --green-200: #f1fff0;
  --green-300: #f1fff0;
  --green-400: #f1fff0;
  --green-500: #5bac53;
  --green-600: #488942;
  --green-700: #3f7839;
  --green-800: #366731;
  --green-900: #2d5529;
  --yellow-100: #fff6e5;
  --yellow-200: #feebc8;
  --yellow-300: #feebc8;
  --yellow-400: #fad289;
  --yellow-500: #f8c76e;
  --yellow-600: #f5b638;
  --yellow-700: #eaa30b;
  --yellow-800: #b48108;
  --yellow-900: #6d4612;
  --red-100: #fff0f1;
  --red-200: #fff0f1;
  --red-300: #fff0f1;
  --red-400: #fff0f1;
  --red-500: #9c1622;
  --red-600: #7c111b;
  --red-700: #6c0f17;
  --red-800: #5d0d14;
  --red-900: #4d0a10;
  --brand-primary: var(--blue-500);
  --brand-success: var(--green-500);
  --brand-info: var(--blue-500);
  --brand-warning: var(--yellow-700);
  --brand-danger: var(--red-500);
  --font-family-sans-serif: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans",
    "Helvetica Neue", Arial, sans-serif;
  --font-family-serif: Georgia, "Times New Roman", Times, serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --font-family-base: var(--font-family-sans-serif);
  --font-size-base: 1.8rem;
  --line-height-base: 1.5;
  --line-height-computed: 2.7rem;
  --h1-font-size: 4.8rem;
  --h2-font-size: 3.6rem;
  --h3-font-size: 3rem;
  --h4-font-size: 2.4rem;
  --h5-font-size: 2rem;
  --h6-font-size: var(--font-size-base);
  --html-bg: white;
  --body-bg: var(--html-bg);
  --body-color: var(--grey-800);
  --screen-xs: 0;
  --screen-sm: 576px;
  --screen-md: 768px;
  --screen-lg: 992px;
  --screen-xl: 1200px;
  --screen-xs-max: calc(var(--screen-sm) - 1);
  --screen-sm-max: calc(var(--screen-md) - 1);
  --screen-md-max: calc(var(--screen-lg) - 1);
  --screen-lg-max: calc(var(--screen-xl) - 1);
  --gutter: 20px;
  --gutter-xs: calc(var(--gutter) / 4);
  --gutter-sm: calc(var(--gutter) / 2);
  --gutter-md: var(--gutter);
  --gutter-lg: calc(var(--gutter) * 2);
  --gutter-xl: calc(var(--gutter) * 4);
  --gutter-xxl: calc(var(--gutter) * 6);
  --container-sm: calc(var(--screen-sm) + (var(--gutter) * 2));
  --container-md: calc(var(--screen-md) + (var(--gutter) * 2));
  --container-lg: calc(var(--screen-lg) + (var(--gutter) * 2));
  --container-xl: calc(var(--screen-xl) + (var(--gutter) * 2));
  --border-radius: 10px;
  --border-radius-sm: calc(var(--border-radius) / 2);
  --border-radius-md: var(--border-radius);
  --border-radius-lg: calc(var(--border-radius) * 1.5);
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

p, ul, ol, dl {
  margin-top: 0;
  margin-bottom: var(--line-height-computed);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: calc(var(--line-height-computed) / 4);
  line-height: normal;
}

h1, .h1 {
  font-size: var(--h1-font-size);
}

h2, .h2 {
  font-size: var(--h2-font-size);
}

h3, .h3 {
  font-size: var(--h3-font-size);
}

h4, .h4 {
  font-size: var(--h4-font-size);
}

h5, .h5 {
  font-size: var(--h5-font-size);
}

h6, .h6 {
  font-size: var(--h6-font-size);
}

.section-heading {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.8rem;
  font-weight: normal;
}

ul, ol {
  padding-left: 2rem;
}

@media (min-width: 576px) {
  ul, ol {
    padding-left: 0;
  }
}

:is(ul, ol) li::marker {
  color: var(--grey-500);
}

:is(ul, ol) ul {
  margin-bottom: 0;
  margin-left: 2rem;
}

:is(ul, ol) ol {
  margin-bottom: 0;
  margin-left: 2rem;
}

dl dt {
  margin-top: calc(var(--line-height-computed) / 2);
  font-weight: bold;
}

dl dt:first-child {
  margin-top: 0;
}

dl dd {
  margin-left: 0;
}

hr {
  margin-top: var(--line-height-computed);
  margin-bottom: var(--line-height-computed);
  border: 0;
  border-top: 1px solid var(--grey-300);
}

pre, code {
  font-family: var(--font-family-monospace);
}

pre {
  word-break: normal;
  background-color: #f7f7f9;
  max-width: 100%;
  padding: 0;
  font-size: 1.4rem;
  display: block;
  overflow: hidden;
}

pre code {
  max-width: 100%;
  padding: var(--gutter-md);
  white-space: pre;
  display: block;
  overflow-x: scroll;
}

code {
  color: #bd4147;
  font-family: var(--font-family-monospace);
  word-wrap: break-word;
}

abbr, abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

html {
  box-sizing: border-box;
  background-color: var(--html-bg);
  font-size: 62.5%;
}

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

body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--body-color);
  background-color: var(--body-bg);
}

a {
  color: var(--blue-500);
  box-shadow: inset 0 -.1em 0 var(--blue-200);
  text-decoration: none;
  transition: all .1s linear;
}

a:hover {
  color: var(--blue-800);
  box-shadow: inset 0 -1.5em 0 var(--blue-200);
}

a:focus {
  color: var(--blue-800);
  box-shadow: inset 0 -1.5em 0 var(--blue-200);
}

img {
  max-width: 100%;
}

figure {
  margin: var(--gutter-lg) 0;
}

figure img {
  display: block;
}

figcaption {
  font-size: 1.4rem;
}

* + :is(figcaption) {
  margin-top: var(--gutter-md);
}

figcaption + * {
  margin-top: var(--gutter-md);
}

.site-header {
  padding: var(--gutter-lg) 0;
  color: var(--body-color);
}

@media (min-width: 768px) {
  .site-header .site-header__wrapper {
    grid-column: full-content;
    display: flex;
  }

  .site-header .site-header__wrapper > * {
    align-self: center;
  }
}

.site-logo {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.site-logo a {
  color: inherit;
  box-shadow: none;
  border-bottom: 5px solid #0000;
  text-decoration: none;
  transition-property: none;
  display: inline-block;
}

.site-logo .site-logo--active a {
  border-bottom-color: var(--blue-300);
}

.site-nav a {
  color: inherit;
  box-shadow: none;
  text-decoration: none;
  transition-property: none;
}

@media (min-width: 768px) {
  .site-nav {
    margin-left: var(--gutter-lg);
  }
}

.site-footer {
  padding: var(--gutter-lg) 0;
  border-top: 1px solid var(--grey-200);
  font-size: 1.4rem;
}

.site-footer a {
  color: inherit;
  box-shadow: none;
  text-decoration: none;
  transition-property: none;
}

.site-footer .site-footer__social {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .site-footer .site-footer__social {
    order: 2;
    grid-column: right;
    justify-self: end;
    margin: 0;
  }
}

.site-footer .site-footer__copyright {
  margin: 0;
}

@media (min-width: 768px) {
  .site-footer .site-footer__copyright {
    order: 1;
    grid-column: left;
  }
}

.article-header {
  margin-top: var(--gutter-lg);
  flex-direction: column;
  display: flex;
}

.article-header .article-header__title {
  font-variation-settings: "wght" 700;
  order: 2;
  margin: 0;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 1;
}

.article-header .article-header__description {
  margin: var(--gutter-sm) 0 0;
  order: 3;
  font-size: 2rem;
}

.article-header .article-header__breadcrumbs {
  order: 1;
}

.article-header .article-header__nav {
  display: none;
}

@media (min-width: 768px) {
  .article-header {
    margin-top: var(--gutter-xxl);
  }

  .article-header .article-header__title {
    font-size: 7.2rem;
  }

  .article-header .article-header__description {
    margin-top: var(--gutter-md);
    font-size: 3rem;
    line-height: 1.3;
  }

  .article-header .article-header__nav {
    grid-area: 1 / 12 / span 3 / span 2;
    display: block;
  }
}

.article-breadcrumbs {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: var(--gutter-sm);
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: normal;
}

.article-breadcrumbs .article-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.article-breadcrumbs .article-breadcrumbs__item {
  display: inline-block;
}

.article-breadcrumbs .article-breadcrumbs__item:after {
  content: "/";
  opacity: .4;
  margin: 0 .5rem;
}

.article-breadcrumbs .article-breadcrumbs__item:first-child {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.article-breadcrumbs .article-breadcrumbs__item:last-child {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

@media (min-width: 768px) {
  .article-breadcrumbs {
    margin-bottom: var(--gutter-md);
  }
}

.article-nav .article-nav__list {
  -webkit-user-select: none;
  user-select: none;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 992px) {
  .article-nav .article-nav__list {
    justify-content: flex-end;
    margin: 0;
    display: flex;
  }
}

.article-nav .article-nav__item:not(:first-child) {
  margin-left: -1px;
}

.article-nav .article-nav__item a {
  color: inherit;
  box-shadow: none;
  text-decoration: none;
  transition-property: none;
}

.article-nav .article-nav__item .article-nav__item-wrapper {
  border: 1px solid var(--grey-400);
  padding: 5px 10px;
  display: block;
}

.article-nav .article-nav__item .article-nav__item-text {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.article-nav .article-nav__item:first-child .article-nav__item-wrapper {
  border-radius: var(--border-radius-sm) 0 0 var(--border-radius-sm);
}

.article-nav .article-nav__item:last-child .article-nav__item-wrapper {
  border-radius: 0 var(--border-radius-sm) var(--border-radius-sm) 0;
}

.article-nav .article-nav__item.disabled {
  color: var(--grey-300);
  cursor: not-allowed;
}

.article-meta {
  margin-top: var(--gutter-lg);
  padding: var(--gutter-lg) 0;
  color: #fff;
  background-color: var(--grey-900);
}

.article-meta .article-meta__image img {
  border-radius: var(--border-radius-md);
  display: block;
}

.article-meta .article-meta__image + .article-meta__info {
  margin-top: var(--gutter-lg);
}

.article-meta .article-meta__image + .article-meta__website {
  margin-top: var(--gutter-lg);
}

.article-meta .article-meta__info + .article-meta__website {
  margin-top: var(--gutter-lg);
}

.article-meta .article-meta__website a {
  color: var(--blue-500);
  box-shadow: none;
  padding: var(--gutter-sm) var(--gutter-md);
  border-radius: var(--border-radius-md);
  background-color: #fff;
  text-decoration: none;
  transition: all .1s linear;
  display: inline-block;
}

.article-meta .article-meta__website a:hover {
  color: var(--blue-800);
  background-color: var(--blue-100);
}

.article-meta .article-meta__website a:focus {
  color: var(--blue-800);
  background-color: var(--blue-100);
}

@media (min-width: 768px) {
  .article-meta {
    margin-top: var(--gutter-xl);
    padding: var(--gutter-xl) 0;
  }

  .article-meta .article-meta__image + .article-meta__info {
    margin-top: var(--gutter-xl);
  }

  .article-meta .article-meta__image + .article-meta__website {
    margin-top: var(--gutter-xl);
  }

  .article-meta .article-meta__info + .article-meta__website {
    margin-top: var(--gutter-xl);
  }

  .article-meta .article-meta__info {
    gap: var(--gutter-lg);
    grid-template-columns: repeat(3, minmax(10px, 1fr));
    display: grid;
  }
}

.article-meta-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: var(--gutter-md);
  opacity: .8;
  font-size: 1.8rem;
  font-weight: normal;
}

@media (min-width: 768px) {
  .article-meta-list {
    margin: 0;
  }
}

.article-content {
  margin: var(--gutter-lg) 0;
}

@media (min-width: 768px) {
  .article-content {
    margin: var(--gutter-xl) 0;
  }
}

.container {
  padding-left: var(--gutter-md);
  padding-right: var(--gutter-md);
}

@media (min-width: 576px) {
  .container {
    width: var(--container-sm);
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .container {
    width: var(--container-md);
  }
}

@media (min-width: 992px) {
  .container {
    width: var(--container-lg);
  }
}

@media (min-width: 1200px) {
  .container {
    width: var(--container-xl);
  }
}

.conference-sessions-list .conference-sessions-list__speaker-title {
  color: var(--grey-600);
  font-style: italic;
}

.hero {
  margin-bottom: var(--gutter-xl);
}

.hero .hero__title {
  font-size: 3.6rem;
  line-height: 1;
}

.hero .hero__content {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .hero {
    margin-top: var(--gutter-lg);
    margin-bottom: var(--gutter-xxl);
  }

  .hero .hero__title {
    font-size: 7.2rem;
  }

  .hero .hero__content {
    font-size: 3rem;
    line-height: 1.3;
  }
}

.layout {
  padding-right: var(--gutter-md);
  padding-left: var(--gutter-md);
}

@media (min-width: 768px) {
  .layout {
    grid-template-columns: [full-start]
      calc(50vw - (var(--screen-md) / 2) - var(--gutter-lg))
      [full-content-start wide-content-start content-start left-start]
      repeat(6, minmax(10px, 1fr))
      [left-end right-start]
      repeat(2, minmax(10px, 1fr))
      [content-end]
      repeat(2, minmax(10px, 1fr))
      [wide-content-end]
      repeat(2, minmax(10px, 1fr))
      [right-end full-content-end]
      calc(50vw - (var(--screen-md) / 2) - var(--gutter-lg))
      [full-end];
    column-gap: var(--gutter-lg);
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }
}

@media (min-width: 992px) {
  .layout {
    grid-template-columns: [full-start]
      calc(50vw - (var(--screen-lg) / 2) - var(--gutter-lg))
      [full-content-start wide-content-start content-start left-start]
      repeat(6, minmax(10px, 1fr))
      [left-end right-start]
      repeat(2, minmax(10px, 1fr))
      [content-end]
      repeat(2, minmax(10px, 1fr))
      [wide-content-end]
      repeat(2, minmax(10px, 1fr))
      [right-end full-content-end]
      calc(50vw - (var(--screen-lg) / 2) - var(--gutter-lg))
      [full-end];
  }
}

@media (min-width: 1200px) {
  .layout {
    grid-template-columns: [full-start]
      calc(50vw - (var(--screen-xl) / 2) - var(--gutter-lg))
      [full-content-start wide-content-start content-start left-start]
      repeat(6, minmax(10px, 1fr))
      [left-end right-start]
      repeat(2, minmax(10px, 1fr))
      [content-end]
      repeat(2, minmax(10px, 1fr))
      [wide-content-end]
      repeat(2, minmax(10px, 1fr))
      [right-end full-content-end]
      calc(50vw - (var(--screen-xl) / 2) - var(--gutter-lg))
      [full-end];
  }
}

.layout > * {
  grid-column: content;
}

.layout > .l-wide-content {
  grid-column: wide-content;
}

.layout > .l-full-content {
  grid-column: full-content;
}

.layout > .l-full {
  grid-column: full;
}

@media (min-width: 992px) {
  .two-column-list {
    columns: 2;
    column-gap: var(--gutter-lg);
  }

  .two-column-list li {
    break-inside: avoid;
  }
}

.nav .nav__list {
  margin: 1rem 0 0;
  padding: 0;
  list-style-type: none;
}

.nav .nav__item {
  margin-top: 1rem;
}

.nav .nav__item a {
  color: inherit;
  border-bottom: 5px solid #0000;
  text-decoration: none;
  display: inline-block;
}

.nav .nav__item--active a {
  border-bottom-color: var(--blue-300);
}

@media (min-width: 768px) {
  .nav .nav__list {
    margin: 0;
    display: flex;
  }

  .nav .nav__item {
    margin: 0;
  }

  .nav .nav__item:not(:first-child) {
    margin-left: 4rem;
  }
}

.nav-social .nav-social__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.nav-social .nav-social__item:not(:last-child) {
  margin-right: 1rem;
}

.nav-social .nav-social__item:not(:last-child):after {
  content: "/";
  margin-left: 1rem;
}

.nav-social .nav-social__item a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

.pagination {
  margin-top: var(--gutter-lg);
}

.pagination .pagination-list {
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.pagination .pagination-list .pagination-list-item:not(:first-child) {
  margin-left: -1px;
}

.pagination .pagination-list .pagination-list-item a {
  color: inherit;
  box-shadow: none;
  text-decoration: none;
  transition-property: none;
}

.pagination .pagination-list .pagination-list-item:first-child {
  margin-left: 0;
}

.pagination .pagination-list .pagination-list-item .pagination-list-item-wrapper {
  border: 1px solid var(--grey-200);
  padding: 5px 10px;
  display: block;
}

.pagination .pagination-list .pagination-list-item:first-child .pagination-list-item-wrapper {
  border-radius: var(--border-radius-sm) 0 0 var(--border-radius-sm);
}

.pagination .pagination-list .pagination-list-item:last-child .pagination-list-item-wrapper {
  border-radius: 0 var(--border-radius-sm) var(--border-radius-sm) 0;
}

.pagination .pagination-list .pagination-list-item.disabled {
  color: var(--grey-300);
  cursor: not-allowed;
}

.podcasts-list {
  --podcast-img-size: 100px;
}

.podcasts-list-item {
  grid-template-columns: var(--podcast-img-size) 1fr;
  column-gap: var(--gutter-md);
  row-gap: var(--gutter-xs);
  margin-bottom: var(--gutter-md);
  grid-template-rows: auto 1fr;
  grid-template-areas: "img header"
                       "img content";
  place-content: start;
  place-items: start;
  display: grid;
}

.podcasts-list-item > * {
  place-self: start;
}

.podcasts-list-item__header {
  grid-area: header;
}

.podcasts-list-item__heading {
  font-size: var(--font-size-base);
  margin: 0;
}

.podcasts-list-item__img {
  width: var(--podcast-img-size);
  grid-area: img;
  height: auto;
}

.podcasts-list-item__img img {
  border-radius: var(--border-radius-sm);
}

.podcasts-list-item__permalink {
  grid-area: content;
}

.project-list {
  margin-bottom: var(--gutter-lg);
}

.section-heading + .project-list {
  margin-top: var(--gutter-lg);
}

@media (min-width: 768px) {
  .project-list {
    gap: var(--gutter-lg);
    grid-template-columns: repeat(2, minmax(10px, 1fr));
    display: grid;
  }
}

.project-list-item {
  margin-top: var(--gutter-lg);
  color: var(--body-color);
  border: 1px solid var(--grey-300);
  border-radius: var(--border-radius-md);
  transition: all .2s linear;
  overflow: hidden;
}

.project-list-item a {
  color: inherit;
  box-shadow: none;
  padding: var(--gutter-md);
  flex-direction: column;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.project-list-item .project-list-item__title {
  margin: 0 0 .5rem;
  font-size: 1.8rem;
}

.project-list-item .project-list-item__services-list {
  margin: 0 0 var(--gutter-md);
  color: var(--project-list-item-text, --body-color);
  flex-wrap: wrap;
  padding: 0;
  font-size: 1.4rem;
  list-style-type: none;
  transition: all .2s linear;
  display: flex;
}

.project-list-item .project-list-item__services-list li {
  white-space: nowrap;
}

.project-list-item .project-list-item__services-list li:not(:last-child):after {
  content: "/";
  opacity: .4;
  margin: 0 5px;
}

.project-list-item .project-list-item__img {
  margin-bottom: calc(var(--gutter-lg) * -1);
  flex-grow: 1;
  align-self: flex-end;
  transition: all .2s linear;
  display: flex;
}

.project-list-item .project-list-item__img img {
  border: 1px solid var(--grey-200-alpha);
  border-radius: var(--border-radius-sm);
  align-self: flex-end;
  display: block;
}

.project-list-item:hover {
  border-color: var(--grey-500);
}

.project-list-item:focus {
  border-color: var(--grey-500);
}

@media (min-width: 768px) {
  .project-list-item {
    margin-top: 0;
  }

  .project-list-item a {
    padding: var(--gutter-lg);
  }

  .project-list-item .project-list-item__title {
    font-size: 2.4rem;
    line-height: 1;
  }

  .project-list-item .project-list-item__services-list {
    margin-bottom: var(--gutter-lg);
    font-size: 1.6rem;
  }

  .project-list-item .project-list-item__img {
    margin-bottom: calc(var(--gutter-xl) * -1);
  }

  .project-list-item:hover .project-list-item__services-list {
    margin-bottom: 30px;
  }

  .project-list-item:hover .project-list-item__img {
    margin-bottom: -70px;
  }

  .project-list-item:focus .project-list-item__services-list {
    margin-bottom: 30px;
  }

  .project-list-item:focus .project-list-item__img {
    margin-bottom: -70px;
  }
}

.related-projects {
  margin-top: var(--gutter-xl);
}

.resume-item {
  margin-bottom: var(--line-height-computed);
}

.resume-item .resume-item__title {
  font-size: inherit;
  margin-bottom: 0;
}

.resume-item .resume-item__subtitle {
  margin-bottom: calc(var(--line-height-computed) / 4);
  font-style: italic;
}

.resume-item .resume-item__location {
  color: var(--grey-600);
  font-size: 1.4rem;
}

.resume-item .resume-item__date {
  color: var(--grey-600);
  font-size: 1.4rem;
}

.resume-item .resume-item__list {
  margin-top: calc(var(--line-height-computed) / 4);
}

.resume-item .resume-item__projects-link {
  margin-top: calc((var(--line-height-computed) / 2) * -1);
}
