@charset "UTF-8";
:root, [data-theme="default"] {
  --color-primary: #bf1520 !important;
  --color-inline-code: hsl(0, 81%, 35%);
  /* color contrasts */
  --color-bg: rgb(248, 248, 248);
  --color-contrast-lower: hsl(0, 0%, 95%);
  --color-contrast-low: hsl(240, 1%, 83%);
  --color-contrast-medium-low: hsl(240, 1%, 65%);
  --color-contrast-medium: hsl(240, 1%, 48%);
  --color-contrast-medium-high: hsl(240, 2%, 34%);
  --color-contrast-high: hsl(240, 4%, 20%);
  --color-contrast-higher: black;
  --color-text: var(--color-contrast-high);
  --font-size-sm: clamp(0.9rem, 0.27vw + 0.86rem, 0.99rem);
  --font-size-base: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);
  --font-size-md: clamp(1.25rem, 0.61vw + 1.1rem, 1.50rem);
  --font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.31rem);
  --font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.71rem);
  --font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.81rem);
  --font-size-xxxl: clamp(3.05rem, 3.54vw + 2.17rem, 4.75rem); }

[data-theme] {
  background-color: var(--color-bg);
  color: var(--color-contrast-high); }

[data-theme="dark"] {
  --color-primary: rgb(86, 184, 237);
  --color-inline-code: hsl(0, 81%, 70%);
  /* color contrasts */
  --color-bg: rgb(18, 18, 18);
  --color-contrast-lower: hsl(240, 6%, 15%);
  --color-contrast-low: hsl(252, 4%, 25%);
  --color-contrast-medium-low: hsl(240, 2%, 34%);
  --color-contrast-medium: hsl(240, 1%, 57%);
  --color-contrast-medium-high: hsl(240, 1%, 65%);
  --color-contrast-high: hsl(0, 0%, 89%);
  --color-contrast-higher: white;
  --color-text: var(--color-contrast-high); }

/*! 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.15;
  /* 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; }

/**
 * 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 {
  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; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

html, body {
  height: 100%; }

body {
  /* Flex properties on body/main/footer are for floating footer
  to bottom of page if main content doesn't fill viewport vertically */
  display: flex;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

footer {
  flex-shrink: 0; }

a {
  color: var(--color-primary);
  text-decoration: underline; }
  a:hover, a:active, a:focus, a:focus-within {
    color: var(--color-text);
    text-decoration: none; }

:is(h1, h2, h3, h4, h5, h6) a {
  text-decoration: none; }

a:not([class]) {
  text-underline-position: under; }

h1, h2 {
  font: normal 125%/1.4 "atkinson", "Roboto", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

h1 {
  font-size: var(--font-size-xxl);
  line-height: calc(8px + 2ex);
  font-weight: 800 !important; }

h2 {
  font-size: var(--font-size-xl);
  line-height: calc(8px + 2ex);
  font-weight: 800; }

h3 {
  font-size: var(--font-size-lg);
  line-height: calc(8px + 2ex); }

h4 {
  font-size: var(--font-size-md);
  line-height: calc(8px + 2ex); }

h5 {
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex); }

h6 {
  font-size: var(--font-size-sm);
  line-height: calc(8px + 2ex);
  margin-bottom: 0 !important; }

dt {
  font-size: var(--font-size-xl);
  line-height: calc(8px + 2ex);
  font-weight: 800;
  margin: 1em 0 0.1em;
  color: #085279; }

dl dl dt {
  font-size: var(--font-size-md);
  line-height: calc(8px + 2ex);
  color: #111; }

dl dl dl dt {
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex); }

table {
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  margin-inline: auto;
  table-layout: fixed;
  overflow-wrap: break-word; }

td, th {
  border: 1px solid #555;
  padding: 8px;
  font-size: 0.8rem;
  line-height: 1.4rem;
  font-weight: bold; }

th {
  border-color: #39165c !important; }

th, tfoot td {
  border: 1px solid var(--color-contrast-medium);
  background-color: var(--color-ui);
  color: #fff;
  font-size: 1rem; }

tbody th {
  font-size: 0.7rem;
  background-color: rgba(57, 22, 92, 0.8); }

tfoot td, tfoot tr {
  color: #111;
  background-color: #dedede;
  border: 1px solid #111; }

thead td {
  border: none !important;
  background: none !important; }

tr:last-child td {
  border-bottom: 1px solid #111; }

td {
  text-align: center; }

blockquote {
  background: transparent;
  padding: 0.5em 1.5rem;
  margin: 1em auto 3em;
  width: 90%;
  max-width: 80vw;
  border: solid 2px var(--color-ui);
  box-shadow: 13px 13px 0 0 white, 15px 15px 0 0 var(--color-ui), 15px 11px 0 0 var(--color-ui), 11px 15px 0 0 var(--color-ui); }

blockquote p {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.4; }

canvas {
  margin: 2rem 0; }

pre {
  font-size: 1rem;
  line-height: 1.6rem;
  overflow-x: auto; }

code {
  overflow-x: scroll; }

pre:not([style]) {
  background-color: #272822;
  color: #f8f8f2;
  padding: 20px; }

p > code, li > code {
  background-color: var(--color-contrast-lower);
  font-size: 1rem;
  color: var(--color-inline-code);
  padding: 2px 5px;
  border-radius: 5px; }

form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 10px;
  margin: auto;
  padding: 0rem;
  max-width: 50rem; }
  form p, form fieldset {
    margin-bottom: 1em; }
  form label, form input[type=text],
  form input[type=url],
  form input[type=tel],
  form input[type=date],
  form input[type=email],
  form input[type=password],
  form input[type=number], form textarea, form fieldset {
    display: block;
    width: 100%; }
  form input, form textarea {
    border: 1px solid var(--color-contrast-medium-low);
    padding: 10px 12px;
    font-size: 1rem;
    background-color: var(--color-contrast-lower);
    color: #a21111; }
  form button {
    cursor: pointer; }

@font-face {
  font-family: 'atkinson';
  src: url("/assets/fonts/atkinson/light.woff2") format("woff2"), url("/assets/fonts/atkinson/light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'atkinson';
  src: url("/assets/fonts/atkinson/regular.woff2") format("woff2"), url("/assets/fonts/atkinson/regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'atkinson';
  src: url("/assets/fonts/atkinson/bold.woff2") format("woff2"), url("/assets/fonts/atkinson/bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

/**
 * Basic typography style for copy text
 */
body {
  color: var(--color-text);
  font: normal 125%/1.4 "atkinson", "Helvetica", "Roboto", "Calibri", "Helvetica Neue Light", "Helvetica Neue", "Arial", sans-serif; }

p {
  text-wrap: pretty; }

.summary-text, .project-list-summary, .post-list-summary {
  font-weight: 300;
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex);
  color: var(--color-contrast-medium-high); }

.meta-text, .project-list-meta, .post-list-meta, .post-list-tags {
  color: var(--color-contrast-medium);
  font-size: var(--font-size-sm);
  line-height: calc(8px + 2ex);
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 15px; }

.fallback-text {
  color: var(--color-contrast-medium);
  font-size: var(--font-size-md);
  line-height: calc(8px + 2ex); }

.title-color {
  color: var(--color-primary); }

.title-separator:before {
  display: block;
  margin-bottom: 1rem;
  content: "";
  height: 2px;
  width: 50px;
  background-color: #555; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container, .single-container-post, .single-container, .container--sm {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 16px;
  /* 3 */
  padding-right: 16px;
  /* 3 */
  width: 100%;
  /* 1 */ }
  @media (min-width: 576px) {
    .container, .single-container-post, .single-container, .container--sm {
      padding-left: 20px;
      /* 3 */
      padding-right: 20px;
      /* 3 */ } }
  .container--sm {
    max-width: 75ch; }

.single-container.large {
  max-width: 1200px;
  margin-inline: auto; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.section {
  padding: 50px 0; }

.d-inline {
  display: inline;
  vertical-align: sub; }

.main-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0;
  row-gap: 20px; }
  .main-nav .nav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
  @media (min-width: 900px) {
    .main-nav {
      flex-direction: row;
      /* Horizontal nav on desktop */
      align-items: center;
      padding: 0; }
      .main-nav .nav-toggle {
        display: none;
        /* Hide nav toggle on desktop */ } }
.logo {
  font-size: var(--font-size-md);
  line-height: calc(8px + 2ex);
  font-weight: 700;
  text-decoration: none;
  color: var(--color-primary) !important; }
  .logo:hover {
    text-decoration: none !important; }

.menu-link {
  color: var(--color-text); }
  .menu-link:hover {
    color: var(--color-contrast-lower); }

.menu {
  display: none;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--color-contrast-low);
  border-top: 1px solid var(--color-contrast-low); }
  .menu--active {
    display: flex;
    /* Display mobile menu on click */ }
  .menu .menu-item, .menu .menu-item--align {
    display: block;
    list-style-type: none; }
  .menu .menu-item--align {
    align-self: center;
    margin-left: 20px; }
  .menu .menu-link {
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0.8rem 1rem;
    border-radius: 8%; }
    .menu .menu-link:hover {
      background-color: var(--color-primary);
      color: var(--color-contrast-lower); }
  .menu .drop-icon {
    margin-left: 10px; }
  @media (min-width: 900px) {
    .menu {
      display: flex;
      flex-direction: row;
      border: none; }
      .menu .menu-item:hover .sub-menu, .menu .menu-item--align:hover .sub-menu {
        background-color: var(--color-contrast-lower);
        padding-left: 0;
        display: block;
        z-index: 1; } }
.sub-menu {
  display: none; }
  .sub-menu--active {
    display: block;
    z-index: 1; }
  .sub-menu .menu-link {
    font-weight: initial; }
  @media (min-width: 900px) {
    .sub-menu {
      display: none;
      position: absolute;
      box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; }
      .sub-menu--active {
        display: none; } }
.footer {
  background-color: var(--color-contrast-lower); }

.footer-socials {
  max-width: 300px;
  margin: 0 auto; }

.footer-copyright {
  text-align: center;
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex);
  color: var(--color-contrast-medium-high); }

:root {
  /* style */
  --switch-width: 48px;
  --switch-height: 24px;
  --switch-padding: 3px;
  /* animation */
  --switch-animation-duration: 0.2s; }

.switch {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 48px;
  width: var(--switch-width);
  height: 24px;
  height: var(--switch-height);
  border-radius: 50em;
  padding: 3px 0;
  padding: var(--switch-padding) 0;
  position: absolute;
  top: 65px;
  right: 20px; }
  @media (min-width: 900px) {
    .switch {
      position: relative;
      top: unset;
      right: unset; } }
.switch-input, .switch-label {
  position: absolute;
  left: 0;
  top: 0; }

.switch-input {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none; }

.switch-input:checked + .switch-label {
  background-color: #526fe5;
  background-color: var(--color-primary); }

.switch-input:checked + .switch-label + .switch-marker {
  left: calc(100% - 29px);
  left: calc(100% - var(--switch-height) + var(--switch-padding)); }

.switch-input:focus + .switch-label,
.switch-input:active + .switch-label {
  --color-shadow: hsla(228, 74%, 61%, 0.2);
  box-shadow: undefined;
  box-shadow: 0 0 0 3px var(--color-shadow); }

.switch-input:focus + .switch-label,
.switch-input:active + .switch-label {
  box-shadow: 0 0 0 3px rgba(82, 111, 229, 0.2);
  box-shadow: 0 0 0 3px var(--color-shadow); }

.switch-label {
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #d3d3d4;
  background-color: var(--color-contrast-low);
  border-radius: inherit;
  z-index: 1;
  transition: background 0.2s;
  transition: background var(--switch-animation-duration); }

.switch-marker {
  position: relative;
  background-color: white;
  background-color: var(--color-contrast-high);
  width: 20px;
  width: calc(var(--switch-height) - var(--switch-padding)*2);
  height: 20px;
  height: calc(var(--switch-height) - var(--switch-padding)*2);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  left: 3px;
  left: var(--switch-padding);
  transition: left 0.2s;
  transition: left var(--switch-animation-duration);
  will-change: left; }

.social-links {
  width: 100%;
  opacity: 0.9; }

.social-icons, .social-icons--share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px 40px;
  list-style: none;
  padding: 0;
  margin: 0; }
  .social-icons--share {
    justify-content: flex-start;
    gap: 10px 15px; }
    .social-icons--share li {
      border: 1px solid var(--color-contrast-medium-low);
      border-radius: 100px;
      padding: 12px;
      display: flex;
      justify-content: center;
      align-items: center; }

.btn-group {
  display: flex;
  column-gap: 15px;
  margin-top: 30px; }

.btn-secondary, .btn-primary {
  border: 1px solid var(--color-primary);
  padding: 0.4rem 0.7rem;
  display: inline-block;
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex); }
  @media (min-width: 576px) {
    .btn-secondary, .btn-primary {
      padding: 0.5rem 0.8rem; } }
  .btn-secondary:hover, .btn-primary:hover, .btn-secondary:active, .btn-primary:active, .btn-secondary:focus, .btn-primary:focus, .btn-secondary:focus-within, .btn-primary:focus-within {
    text-decoration: none; }

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-contrast-lower); }
  .btn-primary:hover {
    background: transparent;
    color: var(--color-primary); }

.btn-secondary:hover {
  background-color: var(--color-primary);
  color: var(--color-contrast-lower); }

.newsletter-header {
  color: var(--color-contrast-high);
  margin-bottom: 0; }

.newsletter-desc {
  color: var(--color-contrast-medium-high);
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex); }

#newsletter-form input {
  border-right: none; }

.pagination {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px 10px;
  margin-top: 50px;
  padding: 0;
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex); }

.page-link {
  color: var(--color-contrast-medium-high);
  padding: 8px 15px;
  background-color: var(--color-contrast-lower); }
  .page-link:hover {
    color: var(--color-primary); }
  .page-link:hover, .page-link:active, .page-link:focus, .page-link:focus-within {
    text-decoration: none; }

.page-item.disabled > a {
  color: var(--color-contrast-low);
  cursor: unset; }

.page-item.active > a {
  background-color: var(--color-primary);
  color: var(--color-contrast-lower); }

.draft::after {
  content: 'Draft';
  color: #c90808;
  border: 1px solid #c90808;
  border-radius: 5px;
  font-size: var(--font-size-sm);
  line-height: calc(8px + 2ex);
  padding: 2px 5px;
  font-weight: 300; }

.clipboard-button {
  position: absolute;
  right: 0;
  padding: 2px 7px 5px 7px;
  margin: 5px;
  color: #767676;
  border-color: #767676;
  background-color: #ededed;
  border: 1px solid;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: 0.1s; }

.clipboard-button > svg {
  fill: #767676; }

.clipboard-button:hover {
  cursor: pointer;
  border-color: #696969;
  background-color: #e0e0e0; }

.clipboard-button:hover > svg {
  fill: #696969; }

.clipboard-button:focus {
  outline: 0; }

.highlight {
  position: relative; }

.highlight:hover > .clipboard-button {
  opacity: 1;
  transition: 0.2s; }

.code-language {
  position: relative;
  padding: 6px 15px;
  border-radius: 5px;
  background-color: #272822;
  color: #7f7f7f;
  z-index: 1000;
  top: 25px;
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex); }

.highlight > pre {
  padding: 20px; }

.markdown {
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex); }
  .markdown p > img, .markdown figure > img {
    max-width: 100%;
    height: auto; }
  .markdown figure {
    margin-left: 0;
    margin-right: 0; }
  .markdown figcaption {
    font-size: var(--font-size-sm);
    line-height: calc(8px + 2ex);
    color: var(--color-contrast-medium);
    font-weight: 300; }

.toc {
  padding: 0.5em;
  background: #fdfdfd;
  border: 1px solid #f1f1f1; }
  @media (min-width: 1200px) {
    .toc {
      position: sticky;
      top: 2rem;
      align-self: start;
      order: 2;
      display: flex;
      flex-direction: column;
      align-items: center; } }
.toc-header, .toc-drop-icon {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0; }

.toc-contents {
  display: none;
  font-size: var(--font-size-sm);
  line-height: calc(8px + 2ex); }
  .toc-contents--active {
    display: block; }
  @media (min-width: 1200px) {
    .toc-contents {
      display: block; }
      .toc-contents--active {
        display: none; } }
#js-toc-toggle {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  padding: 10px 20px;
  background-color: var(--color-contrast-lower);
  border-radius: 20px; }
  #js-toc-toggle:hover {
    cursor: pointer;
    color: var(--color-primary); }

.page-header, .page-header--c {
  margin: 0 0 5rem 0; }

.page-header--c {
  text-align: center; }

.page-header-title {
  margin: 0;
  color: var(--color-contrast-high); }

.page-header-desc {
  margin: 0;
  margin-top: 15px;
  color: var(--color-contrast-medium);
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex); }

.medals {
  margin: 1rem auto; }

.medal {
  padding: 0 0.3em 0 0;
  border: 2px solid #085279;
  border-radius: 4px; }

.page-header--c .medals {
  margin: 1rem auto;
  align-items: center;
  justify-content: center; }

.page-header--c .medal {
  min-width: 8rem;
  min-height: 5rem;
  list-style: none;
  text-align: center;
  border: none; }

.medal span {
  display: inline-block;
  margin: -1.5pt 1.5pt -1.5pt -1.5pt;
  padding: 0 0.3em;
  min-width: 2.5em;
  font-weight: 700;
  color: var(--background-color-body, #f5f5f5);
  border-radius: 4px;
  border: 1.5pt solid #085279;
  background: #085279;
  text-align: center; }

.page-header--c .medal span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.2em;
  width: 3em;
  height: 3em;
  font-weight: 700;
  color: var(--background-color-body, #f5f5f5);
  border-radius: 50%;
  border: 2px solid #333;
  background: #085279; }

.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem 2.5vw; }
  @media (min-width: 768px) {
    .hero {
      flex-wrap: nowrap; } }
  @media (min-width: 900px) {
    .hero {
      padding: 80px 0; } }
@media (min-width: 768px) {
  .hero-info {
    flex: 0 1 55%; } }

.hero-info .hero-title {
  font-weight: 900;
  margin-top: 0;
  font-size: var(--font-size-xl);
  line-height: calc(8px + 2ex); }

.hero-info .hero-subtitle {
  color: var(--color-contrast-medium-high);
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex); }

.hero-owner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px; }
  @media (min-width: 768px) {
    .hero-owner {
      flex: 0 1 35%; } }
  .hero-owner .hero-avatar {
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 20px; }
    @media (min-width: 768px) {
      .hero-owner .hero-avatar {
        max-width: 100%;
        width: unset; } }
  .hero-owner blockquote {
    font-size: 80%; }

.home-section-title::after, .home-section-posts-title::after {
  background-color: var(--color-contrast-medium);
  content: "";
  display: block;
  height: 2px;
  position: relative;
  width: 80px;
  top: 8px; }

.home-section-posts-title {
  margin: 0; }

.home-title-dropdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px; }

#select-posts {
  font-size: var(--font-size-sm);
  line-height: calc(8px + 2ex);
  padding: 0.4rem;
  border: 1px solid var(--color-contrast-medium-low);
  border-radius: 5px;
  color: var(--color-contrast-high);
  background-color: var(--color-contrast-lower); }

.see-more {
  margin-top: 30px; }

.see-more-projects {
  color: var(--color-contrast-medium);
  font-weight: 300;
  font-size: var(--font-size-base); }

#contact-form {
  flex-direction: column;
  row-gap: 15px;
  max-width: 500px;
  margin-top: 30px; }
  #contact-form button {
    align-self: flex-start; }

.single-feature-img {
  display: flex; }
  .single-feature-img img {
    margin: 30px 0;
    max-width: 100%;
    height: auto;
    filter: grayscale(50%); }

.single-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-top: 20px; }

.single-container {
  max-width: 900px; }

.single-container-post {
  max-width: 900px; }
  @media (min-width: 1200px) {
    .single-container-post {
      max-width: 1180px;
      display: grid;
      grid-template-columns: 1fr 15em;
      gap: 1rem; } }
.single-post-contents {
  overflow: auto; }

.series {
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex);
  margin: 2rem 0; }

.series-this-post {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  padding: 0.3rem;
  font-size: var(--font-size-sm);
  line-height: calc(8px + 2ex);
  font-weight: 500;
  margin-left: 10px; }

.single-next-previous {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: baseline; }
  .single-next-previous > * {
    background-color: transparent;
    border: 1px solid var(--color-contrast-medium-low);
    border-radius: 12px;
    padding: 10px;
    font-size: var(--font-size-base);
    line-height: calc(8px + 2ex);
    max-width: 300px; }
    .single-next-previous > *:hover {
      text-decoration: none;
      border: 1px solid var(--color-contrast-high); }

.related-posts {
  font-size: var(--font-size-base);
  line-height: calc(8px + 2ex); }

.terms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 15px; }

.term {
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  font-size: var(--font-size-sm);
  line-height: calc(8px + 2ex);
  padding: 0.4rem 0.6rem; }
  .term:hover {
    text-decoration: none;
    border: 1px solid var(--color-contrast-high);
    color: var(--color-contrast-high); }
  @media (min-width: 576px) {
    .term {
      padding: 0.5rem 0.7rem; } }
.term-count {
  color: var(--color-contrast-high);
  margin-left: 2px; }

.error-404 {
  margin-top: 50px; }
  .error-404 h1 {
    margin: 0; }
  .error-404 p {
    margin-top: 10px; }

.post-entry {
  margin: 20px 0;
  max-width: 750px; }

.post-entry:has(p) h3 {
  margin-bottom: 0; }

.post-entry-divider {
  background-color: var(--color-contrast-low);
  content: "";
  display: block;
  height: 1px;
  position: relative;
  max-width: 750px; }

.post-list-title {
  font-weight: 400;
  margin: 0;
  font-size: var(--font-size-md);
  line-height: calc(8px + 2ex); }
  .post-list-title a {
    text-decoration: none;
    color: var(--color-contrast-high); }
    .post-list-title a:hover {
      text-decoration: underline;
      color: var(--color-primary); }

.post-list-summary {
  margin: 10px 0 0 0; }

.post-list-tags span {
  padding: 0 5px;
  color: #fff;
  border: 1px solid;
  border-radius: 5px;
  background: #333; }

.post-list-meta {
  margin-top: 10px; }

.post-list-dates {
  font-weight: 400; }

.post-list-categories {
  display: inline-flex;
  column-gap: 10px; }

:root {
  --element_color: #fff; }

.project-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  margin: 2rem 0;
  flex-wrap: wrap;
  gap: 2em 1em;
  align-items: stretch; }
  .project-list > * {
    flex: 1 1 350px; }

.section-offers {
  margin-bottom: 3em;
  padding: 1em 3em;
  border: 1px solid #dedede;
  background: #fefefe; }

.project-list.offers {
  grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
  gap: 3em; }

.project-entry {
  border: 0.25em solid var(--color-contrast-low);
  border-radius: 0.625em;
  box-shadow: 0 0 1.25em -0.625em var(--color-contrast-low), 0 0 1.25em -0.625em var(--color-contrast-low);
  max-width: 750px; }

.grid-offer {
  display: grid;
  grid-template-columns: 50px repeat(3, 1fr);
  grid-template-rows: 100px;
  grid-template-areas: ".  c0 c1 c2" "r0 e00  e10  e20" "r1 e01  e11  e21" "r2 e02  e12  e22" "r3 e03  e13  e23";
  background: #f8f7f7; }

.r, .c {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.r p {
  color: #000;
  transform: translateX(10px) rotate(-90deg); }

.item {
  grid-area: var(--grid-place);
  background: var(--element_color); }

.offers .project-entry {
  margin-bottom: 3em;
  min-height: 22em;
  border-color: black;
  border-radius: 0px;
  background-color: var(--element_color);
  box-shadow: 0.4375em 0.625em 0 0 #af89d4;
  transition: all 0.3s ease; }

.offers .project-double {
  box-shadow: 0.4375em 0.625em 0 0 #af89d4, inset 0 0 0px 0.4375em rgba(175, 137, 212, 0.5); }

.offers .project-entry:before {
  content: "";
  position: absolute;
  top: -0.25em;
  right: -0.25em;
  width: 0;
  height: 0;
  border-bottom: 1.5625em solid #000;
  border-right: 1.5625em solid var(--element_color); }

.offers .project-entry:after {
  content: "";
  position: absolute;
  top: -0.1em;
  right: -0.750em;
  width: 0.5em;
  height: 1.35em;
  background: var(--element_color); }

.offers .project-entry-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative; }

.offers .project-entry-info > * {
  flex: 1; }

.offers .project-entry-title {
  flex: 3;
  min-height: 4em;
  border-bottom: 1px solid #aeaeae; }

.offers .project-list-summary {
  flex: 10; }

.offers .project-list-summary p {
  margin-top: 0; }

.offers a:hover {
  color: rebeccapurple !important; }

.offers ul {
  margin: 0;
  padding: 1em 0; }

.offers li {
  display: flex;
  margin-bottom: 0.5em; }

.offers li:before {
  content: "●";
  margin-right: 0.5em; }

.offers .project-entry.small {
  max-width: 12em;
  min-height: 21em;
  margin: 2em 0; }

.offers .project-entry:hover {
  transform: translate(2px, 2px);
  background-color: rgba(225, 196, 255, 0.144);
  box-shadow: 0.3em 0.5em 0 0 #af89d4; }

.offers .project-entry-title {
  font-size: 1.5em;
  line-height: 1.2; }

.background-head {
  --element_color: rgb(248, 247, 247); }

.background-0 {
  --element_color: rgb(254, 227, 230); }

.background-1 {
  --element_color: rgb(229, 229, 255); }

.background-2 {
  --element_color: rgb(229, 242, 229); }

.project-entry-img {
  position: relative;
  border-radius: 10px 10px 0 0;
  min-height: 1em; }
  .project-entry-img img {
    width: 100%;
    height: 20vh;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid var(--color-contrast-low);
    z-index: -1;
    position: relative;
    filter: grayscale(50%); }

.project-entry-type {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2em 0.4em;
  background-color: var(--color-bg);
  border-left: 1px solid var(--color-contrast-low);
  border-bottom: 1px solid var(--color-contrast-low);
  border-top-right-radius: 10px; }
  .project-entry-type a {
    font-size: var(--font-size-sm);
    line-height: calc(8px + 2ex); }

.project-entry-info {
  padding: 1.2em;
  border-bottom: 1px solid; }
  @media (min-width: 576px) {
    .project-entry-info {
      padding: 2em 1em 1em; } }
.project-entry-title {
  margin: 0;
  font-weight: 600; }
  .project-entry-title a {
    color: var(--color-contrast-high); }
    .project-entry-title a:hover {
      text-decoration: none;
      color: var(--color-primary); }

.project-list-meta {
  margin-top: 10px; }

/*
/ Print
/
/ http://www.alsacreations.com/tuto/lire/586-feuille-style-css-print-impression.html
/ http://www.alsacreations.com/astuce/lire/1160-une-feuille-de-styles-de-base-pour-le-media-print.html
/ https://uxdesign.cc/i-totally-forgot-about-print-style-sheets-f1e6604cfd6#.ad9m8zgbd
/ https://www.smashingmagazine.com/2018/05/print-stylesheets-in-2018/
////
*/
@media print {
  /* Reset */
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    box-shadow: none !important;
    text-shadow: none !important; }
  /* Content */
  body > *:not(main) {
    display: none; }
  .container--sm {
    max-width: 100%; }
  /* a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  } */
  @page {
    size: auto; }
  @page :first {
    header {
      margin: -100px; } }
  * {
    color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    border-color: #000 !important; }
  body {
    font-size: 11pt;
    color: #000;
    background-color: none; }
  a,
  header a {
    color: #000; }
  p,
  blockquote {
    orphans: 3;
    widows: 3; }
  blockquote,
  ul,
  ol {
    page-break-inside: avoid; }
  h1,
  h2,
  h3,
  caption,
  figure {
    page-break-after: avoid; }
  .wrapper {
    margin: 0;
    max-width: none; }
  header {
    background: none; }
  nav,
  .breadcrumb {
    display: none; }
  table th,
  table td {
    padding: 1px 5px;
    border-width: 1px !important;
    font-size: 75%; }
  pre,
  code {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: #fff;
    break-inside: avoid; }
  figure {
    padding: 0 !important;
    border: none !important; }
  figure a {
    display: block; }
  .no-print,
  .no-print * {
    display: none !important; }
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); }
  .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .flex > * {
    min-width: 150px; }
  .benchmark {
    break-inside: avoid; }
  .counter {
    display: grid;
    align-items: center;
    padding: 1em;
    font-family: Futura;
    border: 1px solid; }
  .page-break {
    break-before: page; } }

body {
  background: var(--background-color-main, #fcfdfe); }

@supports (position-anchor: --test) {
  *:focus {
    anchor-name: --focus-anchor;
    outline: none; }
  html::before {
    content: '';
    position: fixed;
    position-anchor: --focus-anchor;
    inset: anchor(inside);
    margin: -6px;
    display: block;
    background: #ff02;
    border: 2px solid #3d80a2;
    border-radius: 6px;
    pointer-events: none;
    z-index: 2147483647;
    opacity: 1;
    transition: inset 0.2s linear, opacity 0.2s linear; }
  html:not(:focus-within)::before {
    opacity: 0; } }

.fg-wrapper {
  font-size: 1.1rem; }

h2 {
  color: #085279; }

hr {
  margin: 2rem 0 2rem; }

hr {
  border: 0;
  height: 2px;
  width: 95%;
  position: relative;
  margin: 2rem auto 1rem;
  background: #8fc8e76f; }

.b-all {
  overflow: hidden;
  margin: 1em 0;
  padding-bottom: 1em;
  border: 1px solid #666; }

.b-bottom {
  overflow: hidden;
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #666; }

.margin-baseline {
  margin-bottom: var(--baseline, 1.5em); }

.padding-baseline {
  padding-block: var(--baseline, 1.5em); }

.padding-block {
  padding-inline: var(--baseline, 1.5em);
  padding-block: var(--baseline, 1.5em); }

.m-0 {
  margin: 0; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.mt-1 {
  margin-top: calc(var(--baseline,1.5em) / 2); }

.mb-1 {
  margin-bottom: calc(var(--baseline,1.5em) / 2); }

.mt-2 {
  margin-top: var(--baseline, 1.5em); }

.mb-2 {
  margin-bottom: var(--baseline, 1.5em); }

.p-0 {
  padding: 0; }

.p-1 {
  padding: 1em; }

.p-all {
  padding: 1em; }

.crit {
  position: absolute;
  top: -1.1em;
  left: -0.2em;
  background: #222;
  color: #fff;
  padding: 0 0.5em; }

.enlarge-link {
  position: relative; }

.enlarge-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline-offset: 2px;
  outline-style: inherit;
  outline-color: inherit;
  outline-width: 2px;
  z-index: 1; }

.grid-card {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  gap: 1em;
  font-size: 40%;
  align-items: center;
  justify-content: center;
  place-items: center; }

.grid-card > * {
  flex: 1; }

.flex {
  display: flex;
  gap: 0.5rem; }

.list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem; }

.gap-null {
  gap: 0; }

.list.list-stats {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }

.list-interview > div {
  min-height: 250px;
  border-radius: 8px;
  border: 2px solid #888;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); }

.list-interview > div:hover {
  border-color: #222;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  background-color: rgba(162, 147, 201, 0.05); }

.list-stats > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 90%;
  color: #fff;
  background: #39165c;
  font-family: "atkinson", Arial;
  text-align: center; }

.list-stats > div > span {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 800; }

.project-entry-info {
  border: none; }

.chart {
  display: grid;
  margin: 0 auto 3.5rem; }

.chart .flex {
  display: flex;
  justify-content: center; }

.chart-small {
  max-width: 900px; }

.chart-pie {
  margin-inline: auto;
  max-width: 500px;
  max-height: 500px; }

.list.chart {
  gap: 3rem; }

.list-unstyled {
  margin: 0;
  padding-left: 0;
  list-style-type: ""; }

.list-inline > li {
  display: inline-block; }

.nav-transverse {
  display: block;
  margin-bottom: 2rem;
  text-align: left; }

.nav-transverse li:not(:last-child):after {
  content: " - ";
  display: inline-block; }

/*
/// Table of content
*/
[id] {
  scroll-margin-top: 3ex; }

.tableofcontents {
  margin: var(--baseline, 1.5em) 0 calc(var(--baseline,1.5em) * 2);
  padding: 0 var(--baseline, 1.5em) var(--baseline, 1.5em);
  color: var(--text-color);
  border: 1px solid #dedede;
  background: #e2eff4;
  word-wrap: break-word; }

.tableofcontents ul, .tableofcontents ol {
  margin: var(--baseline, 1.5em) 0 0;
  padding-left: var(--baseline, 1.5em); }

.tableofcontents li a {
  color: var(--text-color); }

.tableofcontents a {
  font-weight: 700; }

.markdown ul:has(input) {
  list-style: none;
  padding-left: 0.6em; }

h3 + table {
  margin-top: -1rem; }

table th, table td {
  line-height: 1.2 !important; }

.invisible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0; }

.markdown-alert {
  border-left: .25em solid currentColor;
  margin: 1rem 0; }

.markdown-alert p + * {
  margin: 0.5em; }

.markdown-alert-heading {
  margin: 0;
  padding: 0.2lh 0.5lh;
  font-weight: bold; }

.markdown-icon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: sub;
  fill: currentColor;
  margin-right: 5px; }

.markdown-alert-note {
  border-color: #4493f8; }

.markdown-alert-tip {
  border-color: #238636; }

.markdown-alert-important {
  border-color: #8957e5; }

.markdown-alert-warning {
  border-color: #9e6a03; }

.markdown-alert-caution {
  border-color: #da3633; }

.markdown-alert-heading-note {
  color: #4493f8;
  background-color: rgba(0, 0, 0, 0.05); }

.markdown-alert-heading-tip {
  color: #238636;
  background-color: rgba(0, 0, 0, 0.05); }

.markdown-alert-heading-important {
  color: #8957e5;
  background-color: rgba(0, 0, 0, 0.05); }

.markdown-alert-heading-warning {
  color: #9e6a03;
  background-color: rgba(0, 0, 0, 0.05); }

.markdown-alert-heading-caution {
  color: #da3633;
  background-color: rgba(0, 0, 0, 0.05); }

.mermaid {
  background-color: #fff !important; }

:root {
  --base-primary: 145 !important;
  --color-primary: #000 !important;
  --color-inline-code: hsl(0, 81%, 35%);
  --base-sat: 80% !important;
  --base-light: 38% !important;
  --form-control-color: var(--color-primary) !important;
  --background-color-main: #fcfdfe;
  --background-color-section: #fdfdfd !important;
  --title-font-name: "atkinson", "Roboto", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  --base-font: "atkinson","Roboto", "Calibri", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  --color-ui: #000; }

body {
  font-size: calc(1.2em + ((1.44 - 1.2) / 1.2) * (100vw - 75rem) / (112.5 - 75)); }

.logo {
  font-size: 2.0736em; }

h1, .h1, h2, .h2, h3, .h3 {
  word-wrap: break-word;
  margin-top: 1em;
  margin-bottom: .5em; }

h1, h2, h3, h4, h5, h6 {
  color: currentColor; }
  h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, h5, h5 a, h5 a:visited, h6, h6 a, h6 a:visited {
    color: currentColor;
    text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline; }

h1, .h1 {
  font-size: 2.88832em; }

h1.smaller {
  font-size: 2.18832em; }

h2, .h2 {
  color: #000;
  font-size: 1.728em; }

h3, .h3 {
  font-size: 1.44em; }

h4, .h4 {
  font-size: 1.14em; }

h1 + .date, h2 + .date, h3 + .date, h4 + .date {
  margin-top: -0.3em; }

h3 + table {
  margin-top: unset; }

.menu .menu-link {
  font-size: 1.1em; }

.page-header, .page-header--c {
  margin-bottom: 1em; }

.block-moto {
  position: relative;
  overflow: visible;
  margin-top: -3.1em;
  padding: 1em 0 0;
  background: #f1f1f1; }

blockquote {
  max-width: 98%; }

h1 a,
.post a,
.moto a {
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  will-change: background-size;
  transition: background-size .3s ease-in-out;
  background-image: linear-gradient(transparent calc(100% - 16%), currentColor calc(100% - 16%), currentColor calc(100% - 2%), transparent 2%);
  text-decoration: underline;
  font-weight: bold; }
  h1 a:hover,
  .post a:hover,
  .moto a:hover {
    background-size: 100% 100%; }

.moto {
  margin: 0;
  padding-bottom: 1.5rem;
  font-size: 1em;
  overflow: hidden; }
  .moto span {
    width: 100%;
    float: left;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0);
    transform: translateY(-50px);
    opacity: 0;
    animation-name: titleAnimation;
    animation-timing-function: ease;
    animation-duration: 3s; }

@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%); }
  20% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%); }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0%); } }

.moto span {
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards; }
  .moto span:first-child {
    animation-delay: 0.7s; }
  .moto span:last-child {
    color: #444;
    animation-delay: 0.5s; }

.header-split {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "image";
  max-width: 90rem;
  margin: auto;
  -webkit-margin-after: 2rem;
  margin-block-end: 2rem;
  grid-column-gap: 2.25em;
  column-gap: 2.25em; }
  .header-split h1 {
    grid-area: title; }
  .header-split > div {
    grid-area: image;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden; }
  .header-split img {
    display: none;
    max-width: 100%;
    margin: 0; }

@media (min-width: 60rem) {
  .header-split {
    grid-template-columns: 4fr 3fr;
    grid-template-areas: "image title";
    padding-bottom: 4em;
    align-items: center; }
    .header-split > div::after {
      content: "";
      position: absolute;
      left: 1em;
      bottom: -.5rem;
      display: block;
      width: 100%;
      height: 7rem;
      background: repeating-linear-gradient(-45deg, transparent 0 4px, rgba(222, 222, 222, 0.5) 4.25px 5.5px); }
    .header-split img {
      display: block; } }

.commercial {
  overflow: hidden; }
  .commercial h2 {
    color: #fff;
    text-align: center; }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8em, 1fr));
  grid-gap: 2vmin;
  margin: 2em 0 3.5em; }

.box {
  border-radius: 8px;
  padding: 0 1em;
  background: white;
  display: flex;
  flex-direction: column;
  font-size: 75%;
  box-shadow: inner 0 6px 6px #fff;
  border: 1px solid #d4d2d2;
  color: #000;
  box-shadow: 8px 8px 0 0 #4e5de4, 8px 8px 0 1px #aaa, inset -5px -5px 13px rgba(0, 0, 0, 0.2); }

.price {
  display: inline-block;
  padding: 0.2em 0.35em 0;
  color: #fefefe;
  background: #111; }

.posts-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .posts-list li {
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #dedede; }
    .posts-list li:before {
      content: "‣"; }
  .posts-list a {
    padding: 0.5em 1em 0.2em;
    text-decoration: none; }
    .posts-list a:hover {
      text-decoration: underline; }

/*# sourceMappingURL=main.css.map */