/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.c-page--404, .c-article__inner {
  width: 100%;
  max-width: 1490px;
  padding: 0 25px 25px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .c-page--404, .c-article__inner {
    max-width: 1540px;
    padding: 0 50px 50px;
  }
}

h1, .h1 {
  font-size: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
}

h2, .h2 {
  font-size: clamp(1rem, -0.2374rem + 1.9vw, 2.875rem);
}

h3, .h3 {
  font-size: clamp(1rem, -0.2374rem + 1.8vw, 2.875rem);
}

h4, .h4 {
  font-size: clamp(1rem, -0.2374rem + 1.7vw, 2.875rem);
}

h5, .h5 {
  font-size: clamp(1rem, -0.2374rem + 1.6vw, 2.875rem);
}

h6, .h6 {
  font-size: clamp(1rem, -0.2374rem + 1.5vw, 2.875rem);
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-pagination a, .c-article__back, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aeonik", sans-serif;
}

body {
  font-family: "Aeonik", sans-serif;
}

.c-pagination a, .c-article__back a {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  transition: -webkit-text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease, -webkit-text-decoration-color 0.25s ease;
}
.c-pagination a:hover, .c-article__back a:hover, .c-pagination a:active, .c-article__back a:active, .c-pagination a:focus, .c-article__back a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.c-page--404, .c-article__inner {
  width: 100%;
  max-width: 1490px;
  padding: 0 25px 25px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .c-page--404, .c-article__inner {
    max-width: 1540px;
    padding: 0 50px 50px;
  }
}

h1, .h1 {
  font-size: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
}

h2, .h2 {
  font-size: clamp(1rem, -0.2374rem + 1.9vw, 2.875rem);
}

h3, .h3 {
  font-size: clamp(1rem, -0.2374rem + 1.8vw, 2.875rem);
}

h4, .h4 {
  font-size: clamp(1rem, -0.2374rem + 1.7vw, 2.875rem);
}

h5, .h5 {
  font-size: clamp(1rem, -0.2374rem + 1.6vw, 2.875rem);
}

h6, .h6 {
  font-size: clamp(1rem, -0.2374rem + 1.5vw, 2.875rem);
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-pagination a, .c-article__back, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aeonik", sans-serif;
}

body {
  font-family: "Aeonik", sans-serif;
}

.c-pagination a, .c-article__back a {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  transition: -webkit-text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease, -webkit-text-decoration-color 0.25s ease;
}
.c-pagination a:hover, .c-article__back a:hover, .c-pagination a:active, .c-article__back a:active, .c-pagination a:focus, .c-article__back a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

/* start delete eventually */
main {
  margin-top: 50px;
}

/* end delete eventually */
.grid {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem) 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-row-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-auto-flow: unset;
  min-height: 0;
  /* new */
  min-width: 0;
  /* new; needed for FF */
}
@media only screen and (min-width: 375px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1920px) {
  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid__content-item {
  box-sizing: content-box;
  display: flex;
  margin: 0;
  overflow: hidden;
}

.\--span-all {
  -moz-column-span: -1/1;
       column-span: -1/1;
}

@media only screen and (min-width: 1px) {
  .grid__content-item.\--start-col4--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col4--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col4--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col4--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col4--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col4--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col4--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col4--4 {
    grid-column-end: 5;
  }
}
@media only screen and (min-width: 768px) {
  .grid__content-item.\--start-col6--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col6--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col6--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col6--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col6--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col6--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col6--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col6--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col6--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col6--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col6--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col6--6 {
    grid-column-end: 7;
  }
}
@media only screen and (min-width: 1200px) {
  .grid__content-item.\--start-col8--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col8--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col8--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col8--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col8--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col8--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col8--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col8--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col8--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col8--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col8--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col8--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col8--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col8--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col8--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col8--8 {
    grid-column-end: 9;
  }
}
@media only screen and (min-width: 1920px) {
  .grid__content-item.\--start-col12--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col12--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col12--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col12--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col12--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col12--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col12--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col12--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col12--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col12--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col12--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col12--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col12--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col12--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col12--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col12--8 {
    grid-column-end: 9;
  }

  .grid__content-item.\--start-col12--9 {
    grid-column-start: 9;
  }
  .grid__content-item.\--end-col12--9 {
    grid-column-end: 10;
  }

  .grid__content-item.\--start-col12--10 {
    grid-column-start: 10;
  }
  .grid__content-item.\--end-col12--10 {
    grid-column-end: 11;
  }

  .grid__content-item.\--start-col12--11 {
    grid-column-start: 11;
  }
  .grid__content-item.\--end-col12--11 {
    grid-column-end: 12;
  }

  .grid__content-item.\--start-col12--12 {
    grid-column-start: 12;
  }
  .grid__content-item.\--end-col12--12 {
    grid-column-end: 13;
  }
}
::-moz-selection {
  background-color: rgba(0, 0, 0, 0.99);
  color: #fff;
}
::selection {
  background-color: rgba(0, 0, 0, 0.99);
  color: #fff;
}

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

html,
body {
  min-height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  box-sizing: border-box;
  padding: 0;
  color: #000;
  overflow-x: hidden;
}
body.is-frozen {
  overflow: hidden;
}

/* Aeonik */
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-Black.233b25c3.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-Black.a957d515.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Air";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-AirItalic.eb1a8422.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-AirItalic.9b71b401.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-BoldItalic.6c27e63c.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-BoldItalic.20dcc92c.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-Light.81512c35.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-Light.8803e9ee.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-BlackItalic.4d1df17a.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-BlackItalic.20ffc58b.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-LightItalic.ca5c11bd.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-LightItalic.440f5836.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-Bold.dab8e2ac.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-Bold.40ab089a.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-Bold.dab8e2ac.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-Bold.40ab089a.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Air";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-Air.61d5c714.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-Air.8f215aca.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-ThinItalic.2ca0a95e.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-ThinItalic.d0251162.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-Regular.469335e7.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-Regular.0215c470.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-Regular.469335e7.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-Regular.0215c470.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-RegularItalic.32b4cf74.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-RegularItalic.84ddd0d8.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-MediumItalic.b39a2132.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-MediumItalic.0e6a8e81.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-Medium.795cae20.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-Medium.ddba7fc6.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/wp-content/themes/mttd.studio/dist/Aeonik-Thin.309a217f.woff2") format("woff2"), url("/wp-content/themes/mttd.studio/dist/Aeonik-Thin.1db345d0.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* END Aeonik */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

strong,
b {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

p,
li,
address,
blockquote,
cite {
  font-size: clamp(1rem, -0.2374rem + 1.5vw, 2.875rem);
}

ul,
ol {
  margin: 0 0 35px 0;
  list-style: none;
  padding: 0;
}

small {
  font-size: clamp(1rem, -0.2374rem + 1.1vw, 2.875rem);
}

table {
  margin: 0 0 35px 0;
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
  table-layout: fixed;
}
table td,
table th {
  font-size: clamp(1rem, -0.2374rem + 1.1vw, 2.875rem);
  border: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  table td,
table th {
    font-size: clamp(1rem, -0.2374rem + 1.3vw, 2.875rem);
  }
}
table thead {
  background: #000;
}
table thead th,
table thead td {
  font-weight: normal;
  color: #fff;
  border-left: 2px solid #fff;
}
table thead th:first-child,
table thead td:first-child {
  border-left: none;
}
table tfoot {
  font-weight: normal;
}

.svg__icon {
  width: 100%;
  height: auto;
}
.svg__icon svg {
  width: 100%;
  height: 100%;
}

.c-burger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #000;
  border: none;
  width: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  margin-left: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  position: relative;
}
.c-burger__line {
  background-color: #fff;
  border-radius: 2px;
  height: 2px;
  left: 20%;
  position: absolute;
  width: 60%;
}
.c-burger__line--top {
  top: 9px;
}
.c-burger__line--middle {
  top: calc(50% - 1px);
}
.c-burger__line--bottom {
  bottom: 9px;
}

::-moz-placeholder {
  color: #7b7b7b;
}

:-ms-input-placeholder {
  color: #7b7b7b;
}

::placeholder {
  color: #7b7b7b;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: none;
  transition: none;
}

.c-article {
  width: 100%;
}
.c-article img {
  max-width: 100%;
}
.c-article__back {
  font-size: clamp(1rem, -0.2374rem + 1.3vw, 2.875rem);
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .c-article__back {
    font-size: clamp(1rem, -0.2374rem + 1.5vw, 2.875rem);
    margin-bottom: 30px;
  }
}
.c-article__back a {
  display: inline-block;
}
.c-article__section, .c-article__title {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .c-article__section {
    padding: 0;
  }
}
.c-article__title {
  font-size: clamp(1rem, -0.2374rem + 1.6vw, 2.875rem);
  padding-top: 25px;
}
@media only screen and (min-width: 1200px) {
  .c-article__title {
    font-size: clamp(1rem, -0.2374rem + 1.7vw, 2.875rem);
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.c-article__media {
  border: 1px solid currentColor;
  padding-bottom: 45%;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .c-article__media {
    padding-bottom: 30%;
  }
}
.c-article__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-article__image.lazyloaded {
  opacity: 1;
  transform: scale(1);
}

.c-pagination {
  font-size: clamp(1rem, -0.2374rem + 1.2vw, 2.875rem);
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 50px auto 0;
  padding: 0 25px;
}
@media only screen and (min-width: 992px) {
  .c-pagination {
    font-size: clamp(1rem, -0.2374rem + 1.3vw, 2.875rem);
    margin: 75px auto 0;
    padding: 0;
  }
}
.c-main {
  height: auto;
  overflow: hidden;
}

.c-module {
  width: 100%;
}
.c-module--text + .c-module--podcast {
  margin: 75px 0 65px 0;
}

.c-page--404, .c-article__inner {
  width: 100%;
  max-width: 1490px;
  padding: 0 25px 25px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .c-page--404, .c-article__inner {
    max-width: 1540px;
    padding: 0 50px 50px;
  }
}

h1, .h1 {
  font-size: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
}

h2, .h2 {
  font-size: clamp(1rem, -0.2374rem + 1.9vw, 2.875rem);
}

h3, .h3 {
  font-size: clamp(1rem, -0.2374rem + 1.8vw, 2.875rem);
}

h4, .h4 {
  font-size: clamp(1rem, -0.2374rem + 1.7vw, 2.875rem);
}

h5, .h5 {
  font-size: clamp(1rem, -0.2374rem + 1.6vw, 2.875rem);
}

h6, .h6 {
  font-size: clamp(1rem, -0.2374rem + 1.5vw, 2.875rem);
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6, .c-article__back, .c-pagination a {
  font-family: "Aeonik", sans-serif;
}

body {
  font-family: "Aeonik", sans-serif;
}

.c-article__back a, .c-pagination a {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  transition: -webkit-text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease, -webkit-text-decoration-color 0.25s ease;
}
.c-article__back a:hover, .c-pagination a:hover, .c-article__back a:active, .c-pagination a:active, .c-article__back a:focus, .c-pagination a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.c-page--404, .c-article__inner {
  width: 100%;
  max-width: 1490px;
  padding: 0 25px 25px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .c-page--404, .c-article__inner {
    max-width: 1540px;
    padding: 0 50px 50px;
  }
}

h1, .h1 {
  font-size: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
}

h2, .h2 {
  font-size: clamp(1rem, -0.2374rem + 1.9vw, 2.875rem);
}

h3, .h3 {
  font-size: clamp(1rem, -0.2374rem + 1.8vw, 2.875rem);
}

h4, .h4 {
  font-size: clamp(1rem, -0.2374rem + 1.7vw, 2.875rem);
}

h5, .h5 {
  font-size: clamp(1rem, -0.2374rem + 1.6vw, 2.875rem);
}

h6, .h6 {
  font-size: clamp(1rem, -0.2374rem + 1.5vw, 2.875rem);
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6, .c-article__back, .c-pagination a {
  font-family: "Aeonik", sans-serif;
}

body {
  font-family: "Aeonik", sans-serif;
}

.c-article__back a, .c-pagination a {
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  transition: -webkit-text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease;
  transition: text-decoration-color 0.25s ease, -webkit-text-decoration-color 0.25s ease;
}
.c-article__back a:hover, .c-pagination a:hover, .c-article__back a:active, .c-pagination a:active, .c-article__back a:focus, .c-pagination a:focus {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

/* start delete eventually */
main {
  margin-top: 50px;
}

/* end delete eventually */
.grid {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem) 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-row-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-auto-flow: unset;
  min-height: 0;
  /* new */
  min-width: 0;
  /* new; needed for FF */
}
@media only screen and (min-width: 375px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1920px) {
  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid__content-item {
  box-sizing: content-box;
  display: flex;
  margin: 0;
  overflow: hidden;
}

.\--span-all {
  -moz-column-span: -1/1;
       column-span: -1/1;
}

@media only screen and (min-width: 1px) {
  .grid__content-item.\--start-col4--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col4--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col4--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col4--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col4--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col4--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col4--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col4--4 {
    grid-column-end: 5;
  }
}
@media only screen and (min-width: 768px) {
  .grid__content-item.\--start-col6--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col6--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col6--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col6--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col6--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col6--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col6--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col6--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col6--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col6--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col6--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col6--6 {
    grid-column-end: 7;
  }
}
@media only screen and (min-width: 1200px) {
  .grid__content-item.\--start-col8--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col8--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col8--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col8--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col8--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col8--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col8--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col8--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col8--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col8--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col8--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col8--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col8--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col8--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col8--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col8--8 {
    grid-column-end: 9;
  }
}
@media only screen and (min-width: 1920px) {
  .grid__content-item.\--start-col12--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col12--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col12--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col12--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col12--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col12--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col12--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col12--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col12--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col12--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col12--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col12--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col12--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col12--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col12--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col12--8 {
    grid-column-end: 9;
  }

  .grid__content-item.\--start-col12--9 {
    grid-column-start: 9;
  }
  .grid__content-item.\--end-col12--9 {
    grid-column-end: 10;
  }

  .grid__content-item.\--start-col12--10 {
    grid-column-start: 10;
  }
  .grid__content-item.\--end-col12--10 {
    grid-column-end: 11;
  }

  .grid__content-item.\--start-col12--11 {
    grid-column-start: 11;
  }
  .grid__content-item.\--end-col12--11 {
    grid-column-end: 12;
  }

  .grid__content-item.\--start-col12--12 {
    grid-column-start: 12;
  }
  .grid__content-item.\--end-col12--12 {
    grid-column-end: 13;
  }
}
.c-page {
  color: #4d00ea;
}
.c-page--404 {
  padding-top: 75px;
}
@media only screen and (min-width: 992px) {
  .c-page--404 {
    padding-top: 125px;
  }
}
.c-page--404 a {
  border-bottom: 1px solid currentColor;
  transition: border 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-page--404 a:hover, .c-page--404 a:active, .c-page--404 a:focus, .c-page--404 a:focus-within {
  border-color: transparent;
}

.no-js noscript img {
  opacity: 1 !important;
}

.home-landing-block {
  color: #4d00ea;
}

.intro-copy {
  font-size: clamp(2rem, 8vw - 1rem, 4rem);
}

body.holding-active main {
  margin-top: 0;
  height: var(--window-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* start delete eventually */
main {
  margin-top: 50px;
}

/* end delete eventually */
.grid {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem) 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-row-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-auto-flow: unset;
  min-height: 0;
  /* new */
  min-width: 0;
  /* new; needed for FF */
}
@media only screen and (min-width: 375px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1920px) {
  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid__content-item {
  box-sizing: content-box;
  display: flex;
  margin: 0;
  overflow: hidden;
}

.\--span-all {
  -moz-column-span: -1/1;
       column-span: -1/1;
}

@media only screen and (min-width: 1px) {
  .grid__content-item.\--start-col4--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col4--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col4--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col4--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col4--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col4--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col4--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col4--4 {
    grid-column-end: 5;
  }
}
@media only screen and (min-width: 768px) {
  .grid__content-item.\--start-col6--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col6--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col6--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col6--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col6--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col6--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col6--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col6--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col6--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col6--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col6--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col6--6 {
    grid-column-end: 7;
  }
}
@media only screen and (min-width: 1200px) {
  .grid__content-item.\--start-col8--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col8--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col8--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col8--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col8--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col8--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col8--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col8--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col8--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col8--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col8--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col8--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col8--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col8--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col8--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col8--8 {
    grid-column-end: 9;
  }
}
@media only screen and (min-width: 1920px) {
  .grid__content-item.\--start-col12--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col12--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col12--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col12--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col12--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col12--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col12--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col12--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col12--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col12--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col12--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col12--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col12--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col12--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col12--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col12--8 {
    grid-column-end: 9;
  }

  .grid__content-item.\--start-col12--9 {
    grid-column-start: 9;
  }
  .grid__content-item.\--end-col12--9 {
    grid-column-end: 10;
  }

  .grid__content-item.\--start-col12--10 {
    grid-column-start: 10;
  }
  .grid__content-item.\--end-col12--10 {
    grid-column-end: 11;
  }

  .grid__content-item.\--start-col12--11 {
    grid-column-start: 11;
  }
  .grid__content-item.\--end-col12--11 {
    grid-column-end: 12;
  }

  .grid__content-item.\--start-col12--12 {
    grid-column-start: 12;
  }
  .grid__content-item.\--end-col12--12 {
    grid-column-end: 13;
  }
}
#grid {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  pointer-events: none;
  justify-items: stretch;
  align-items: stretch;
}
#grid .grid__content-item {
  box-sizing: content-box;
  border: 1px solid #d2a145;
  display: none;
}
#grid .grid__column {
  display: none;
}
#grid .grid__column:nth-child(n+1):nth-child(-n+4) {
  display: flex;
}
@media only screen and (min-width: 768px) {
  #grid .grid__column:nth-child(n+1):nth-child(-n+6) {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  #grid .grid__column:nth-child(n+1):nth-child(-n+8) {
    display: flex;
  }
}
@media only screen and (min-width: 1920px) {
  #grid .grid__column:nth-child(n+1):nth-child(-n+12) {
    display: flex;
  }
}
#grid .grid__column.\--has-grid__vertline {
  justify-content: center;
  align-items: flex-start;
}
#grid .grid__column.\--has-grid__vertline .grid__vertline {
  flex-grow: 1;
  opacity: 0;
  height: 100%;
  display: flex;
  border-right: 1px solid #faa1b3;
  width: auto;
}
#grid .grid__column.\--has-grid__vertline .grid__vertline:last-of-type {
  border-right: none;
}

#toggles {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #4d00ea;
  color: #fff;
}

body.grid__columns--active #grid {
  opacity: 0.9;
}

body.grid__vertlines--active #grid {
  opacity: 0.9;
}
body.grid__vertlines--active #grid .grid__column.\--has-grid__vertline {
  border: 0.5px solid #faa1b3;
}
body.grid__vertlines--active #grid .grid__column.\--has-grid__vertline .grid__vertline {
  opacity: 1 !important;
}
body.grid__vertlines--active.grid__columns--active #grid .grid__column.\--has-grid__vertline {
  border: 1px solid #d2a145;
}

.grid.grid__showcase .grid__content-item.content-item {
  border: 1px solid transparent;
}

body.grid__vertlines--active .grid.grid__showcase .grid__content-item.content-item,
body.grid__columns--active .grid.grid__showcase .grid__content-item.content-item {
  border: 1px solid #faa1b3;
  color: #d2a145;
}
.c-footer__inner {
  width: 100%;
  max-width: 1490px;
  padding: 0 25px 25px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .c-footer__inner {
    max-width: 1540px;
    padding: 0 50px 50px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-footer__inner {
  width: 100%;
  max-width: 1490px;
  padding: 0 25px 25px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .c-footer__inner {
    max-width: 1540px;
    padding: 0 50px 50px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* start delete eventually */
main {
  margin-top: 50px;
}

/* end delete eventually */
.grid {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem) 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-row-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-auto-flow: unset;
  min-height: 0;
  /* new */
  min-width: 0;
  /* new; needed for FF */
}
@media only screen and (min-width: 375px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1920px) {
  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid__content-item {
  box-sizing: content-box;
  display: flex;
  margin: 0;
  overflow: hidden;
}

.\--span-all {
  -moz-column-span: -1/1;
       column-span: -1/1;
}

@media only screen and (min-width: 1px) {
  .grid__content-item.\--start-col4--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col4--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col4--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col4--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col4--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col4--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col4--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col4--4 {
    grid-column-end: 5;
  }
}
@media only screen and (min-width: 768px) {
  .grid__content-item.\--start-col6--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col6--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col6--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col6--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col6--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col6--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col6--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col6--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col6--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col6--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col6--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col6--6 {
    grid-column-end: 7;
  }
}
@media only screen and (min-width: 1200px) {
  .grid__content-item.\--start-col8--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col8--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col8--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col8--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col8--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col8--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col8--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col8--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col8--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col8--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col8--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col8--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col8--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col8--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col8--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col8--8 {
    grid-column-end: 9;
  }
}
@media only screen and (min-width: 1920px) {
  .grid__content-item.\--start-col12--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col12--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col12--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col12--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col12--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col12--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col12--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col12--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col12--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col12--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col12--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col12--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col12--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col12--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col12--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col12--8 {
    grid-column-end: 9;
  }

  .grid__content-item.\--start-col12--9 {
    grid-column-start: 9;
  }
  .grid__content-item.\--end-col12--9 {
    grid-column-end: 10;
  }

  .grid__content-item.\--start-col12--10 {
    grid-column-start: 10;
  }
  .grid__content-item.\--end-col12--10 {
    grid-column-end: 11;
  }

  .grid__content-item.\--start-col12--11 {
    grid-column-start: 11;
  }
  .grid__content-item.\--end-col12--11 {
    grid-column-end: 12;
  }

  .grid__content-item.\--start-col12--12 {
    grid-column-start: 12;
  }
  .grid__content-item.\--end-col12--12 {
    grid-column-end: 13;
  }
}
.c-footer {
  width: 100%;
  padding: 25px 25px;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .c-footer__inner {
    display: grid;
    grid-template-columns: 30% 25% 25% 20%;
    padding: 50px;
  }
}
.c-footer__column {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .c-footer__column {
    flex-direction: column;
    text-align: left;
    justify-content: flex-start;
  }
}
.c-footer__column:last-child {
  align-items: flex-end;
  justify-content: center;
  padding-top: 25px;
}
@media only screen and (min-width: 992px) {
  .c-footer__column:last-child {
    justify-content: flex-end;
    padding-top: 0;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* start delete eventually */
main {
  margin-top: 50px;
}

/* end delete eventually */
.grid {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem) 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-row-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-auto-flow: unset;
  min-height: 0;
  /* new */
  min-width: 0;
  /* new; needed for FF */
}
@media only screen and (min-width: 375px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1920px) {
  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid__content-item {
  box-sizing: content-box;
  display: flex;
  margin: 0;
  overflow: hidden;
}

.\--span-all {
  -moz-column-span: -1/1;
       column-span: -1/1;
}

@media only screen and (min-width: 1px) {
  .grid__content-item.\--start-col4--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col4--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col4--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col4--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col4--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col4--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col4--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col4--4 {
    grid-column-end: 5;
  }
}
@media only screen and (min-width: 768px) {
  .grid__content-item.\--start-col6--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col6--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col6--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col6--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col6--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col6--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col6--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col6--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col6--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col6--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col6--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col6--6 {
    grid-column-end: 7;
  }
}
@media only screen and (min-width: 1200px) {
  .grid__content-item.\--start-col8--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col8--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col8--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col8--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col8--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col8--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col8--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col8--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col8--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col8--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col8--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col8--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col8--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col8--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col8--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col8--8 {
    grid-column-end: 9;
  }
}
@media only screen and (min-width: 1920px) {
  .grid__content-item.\--start-col12--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col12--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col12--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col12--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col12--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col12--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col12--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col12--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col12--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col12--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col12--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col12--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col12--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col12--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col12--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col12--8 {
    grid-column-end: 9;
  }

  .grid__content-item.\--start-col12--9 {
    grid-column-start: 9;
  }
  .grid__content-item.\--end-col12--9 {
    grid-column-end: 10;
  }

  .grid__content-item.\--start-col12--10 {
    grid-column-start: 10;
  }
  .grid__content-item.\--end-col12--10 {
    grid-column-end: 11;
  }

  .grid__content-item.\--start-col12--11 {
    grid-column-start: 11;
  }
  .grid__content-item.\--end-col12--11 {
    grid-column-end: 12;
  }

  .grid__content-item.\--start-col12--12 {
    grid-column-start: 12;
  }
  .grid__content-item.\--end-col12--12 {
    grid-column-end: 13;
  }
}
.c-header {
  position: fixed;
  top: 0;
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}
.c-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.c-header__logo {
  display: flex;
  justify-content: left;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .c-header__logo svg {
    fill: #4d00ea;
  }
}
.c-header__logo-link {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  color: #4d00ea;
  font-weight: 500;
  min-height: 50px;
}
.c-header__logo-link svg {
  height: 100%;
  transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-header__nav {
  align-items: center;
  display: none;
  justify-content: space-between;
  flex-grow: 1;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .c-header__nav {
    display: flex;
  }
}
.c-header__mobile {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .c-header__mobile {
    display: none;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-header .c-nav {
  font-family: "Aeonik", sans-serif;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-header .c-nav {
  font-family: "Aeonik", sans-serif;
}

/* start delete eventually */
main {
  margin-top: 50px;
}

/* end delete eventually */
.grid {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem) 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-row-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-auto-flow: unset;
  min-height: 0;
  /* new */
  min-width: 0;
  /* new; needed for FF */
}
@media only screen and (min-width: 375px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1920px) {
  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid__content-item {
  box-sizing: content-box;
  display: flex;
  margin: 0;
  overflow: hidden;
}

.\--span-all {
  -moz-column-span: -1/1;
       column-span: -1/1;
}

@media only screen and (min-width: 1px) {
  .grid__content-item.\--start-col4--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col4--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col4--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col4--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col4--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col4--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col4--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col4--4 {
    grid-column-end: 5;
  }
}
@media only screen and (min-width: 768px) {
  .grid__content-item.\--start-col6--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col6--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col6--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col6--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col6--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col6--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col6--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col6--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col6--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col6--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col6--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col6--6 {
    grid-column-end: 7;
  }
}
@media only screen and (min-width: 1200px) {
  .grid__content-item.\--start-col8--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col8--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col8--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col8--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col8--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col8--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col8--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col8--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col8--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col8--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col8--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col8--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col8--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col8--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col8--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col8--8 {
    grid-column-end: 9;
  }
}
@media only screen and (min-width: 1920px) {
  .grid__content-item.\--start-col12--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col12--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col12--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col12--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col12--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col12--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col12--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col12--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col12--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col12--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col12--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col12--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col12--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col12--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col12--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col12--8 {
    grid-column-end: 9;
  }

  .grid__content-item.\--start-col12--9 {
    grid-column-start: 9;
  }
  .grid__content-item.\--end-col12--9 {
    grid-column-end: 10;
  }

  .grid__content-item.\--start-col12--10 {
    grid-column-start: 10;
  }
  .grid__content-item.\--end-col12--10 {
    grid-column-end: 11;
  }

  .grid__content-item.\--start-col12--11 {
    grid-column-start: 11;
  }
  .grid__content-item.\--end-col12--11 {
    grid-column-end: 12;
  }

  .grid__content-item.\--start-col12--12 {
    grid-column-start: 12;
  }
  .grid__content-item.\--end-col12--12 {
    grid-column-end: 13;
  }
}
.c-header .c-nav {
  display: flex;
  justify-content: space-evenly;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
.c-header .c-nav__item {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin: 0;
}
.c-header .c-nav__link {
  color: #fff;
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  width: 100%;
}
.c-header .c-nav__link:active, .c-header .c-nav__link:focus, .c-header .c-nav__link:hover {
  color: #000;
}
.current_page_parent .c-header .c-nav__link, .current-menu-item .c-header .c-nav__link {
  color: #000;
}
@media only screen and (min-width: 992px) {
  .c-header .c-nav__link {
    height: 73px;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* start delete eventually */
main {
  margin-top: 50px;
}

/* end delete eventually */
.grid {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem) 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-row-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-auto-flow: unset;
  min-height: 0;
  /* new */
  min-width: 0;
  /* new; needed for FF */
}
@media only screen and (min-width: 375px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1920px) {
  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid__content-item {
  box-sizing: content-box;
  display: flex;
  margin: 0;
  overflow: hidden;
}

.\--span-all {
  -moz-column-span: -1/1;
       column-span: -1/1;
}

@media only screen and (min-width: 1px) {
  .grid__content-item.\--start-col4--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col4--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col4--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col4--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col4--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col4--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col4--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col4--4 {
    grid-column-end: 5;
  }
}
@media only screen and (min-width: 768px) {
  .grid__content-item.\--start-col6--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col6--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col6--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col6--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col6--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col6--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col6--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col6--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col6--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col6--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col6--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col6--6 {
    grid-column-end: 7;
  }
}
@media only screen and (min-width: 1200px) {
  .grid__content-item.\--start-col8--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col8--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col8--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col8--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col8--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col8--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col8--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col8--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col8--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col8--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col8--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col8--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col8--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col8--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col8--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col8--8 {
    grid-column-end: 9;
  }
}
@media only screen and (min-width: 1920px) {
  .grid__content-item.\--start-col12--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col12--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col12--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col12--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col12--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col12--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col12--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col12--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col12--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col12--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col12--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col12--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col12--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col12--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col12--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col12--8 {
    grid-column-end: 9;
  }

  .grid__content-item.\--start-col12--9 {
    grid-column-start: 9;
  }
  .grid__content-item.\--end-col12--9 {
    grid-column-end: 10;
  }

  .grid__content-item.\--start-col12--10 {
    grid-column-start: 10;
  }
  .grid__content-item.\--end-col12--10 {
    grid-column-end: 11;
  }

  .grid__content-item.\--start-col12--11 {
    grid-column-start: 11;
  }
  .grid__content-item.\--end-col12--11 {
    grid-column-end: 12;
  }

  .grid__content-item.\--start-col12--12 {
    grid-column-start: 12;
  }
  .grid__content-item.\--end-col12--12 {
    grid-column-end: 13;
  }
}
.c-post {
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
  transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  width: 100%;
}
.c-post:hover .c-post__image, .c-post:active .c-post__image, .c-post:focus .c-post__image, .c-post:focus-within .c-post__image {
  transform: scale(1.1);
}
.c-post:hover .c-post__more, .c-post:active .c-post__more, .c-post:focus .c-post__more, .c-post:focus-within .c-post__more {
  background-position: 100% calc(100% - 5px);
}
.c-post:active .c-post__image, .c-post:focus .c-post__image, .c-post:focus-within .c-post__image {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .c-post {
    margin-bottom: 25px;
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .c-post {
    margin-bottom: 50px;
    width: calc((100% / 3) - 25px);
  }
}
.c-post__inner {
  flex-grow: 1;
}
.c-post__link {
  display: flex;
  padding: 20px 20px 15px;
  height: 100%;
  flex-direction: column;
}
.c-post__media {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.c-post__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-post__image.lazyloaded {
  opacity: 1;
  transform: scale(1);
}
.c-post__title {
  font-size: clamp(1rem, -0.2374rem + 1.4vw, 2.875rem);
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .c-post__title {
    font-size: clamp(1rem, -0.2374rem + 1.5vw, 2.875rem);
    margin-bottom: 20px;
  }
}
.c-post__summary {
  margin: 0 0 20px;
  font-size: clamp(1rem, -0.2374rem + 1.1vw, 2.875rem);
}
@media only screen and (min-width: 1440px) {
  .c-post__summary {
    font-size: clamp(1rem, -0.2374rem + 1.4vw, 2.875rem);
  }
}
.c-post__more {
  align-items: flex-end;
  display: flex;
  font-weight: bold;
  flex-grow: 1;
  justify-content: flex-end;
  margin: 0;
  padding: 0 50px 0 0;
  text-align: right;
  font-size: clamp(1rem, -0.2374rem + 1.3vw, 2.875rem);
}
.c-posts__inner {
  width: 100%;
  max-width: 1490px;
  padding: 0 25px 25px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .c-posts__inner {
    max-width: 1540px;
    padding: 0 50px 50px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-posts__inner {
  width: 100%;
  max-width: 1490px;
  padding: 0 25px 25px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .c-posts__inner {
    max-width: 1540px;
    padding: 0 50px 50px;
  }
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* start delete eventually */
main {
  margin-top: 50px;
}

/* end delete eventually */
.grid {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem) 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-row-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-auto-flow: unset;
  min-height: 0;
  /* new */
  min-width: 0;
  /* new; needed for FF */
}
@media only screen and (min-width: 375px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1920px) {
  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid__content-item {
  box-sizing: content-box;
  display: flex;
  margin: 0;
  overflow: hidden;
}

.\--span-all {
  -moz-column-span: -1/1;
       column-span: -1/1;
}

@media only screen and (min-width: 1px) {
  .grid__content-item.\--start-col4--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col4--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col4--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col4--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col4--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col4--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col4--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col4--4 {
    grid-column-end: 5;
  }
}
@media only screen and (min-width: 768px) {
  .grid__content-item.\--start-col6--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col6--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col6--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col6--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col6--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col6--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col6--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col6--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col6--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col6--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col6--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col6--6 {
    grid-column-end: 7;
  }
}
@media only screen and (min-width: 1200px) {
  .grid__content-item.\--start-col8--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col8--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col8--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col8--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col8--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col8--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col8--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col8--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col8--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col8--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col8--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col8--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col8--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col8--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col8--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col8--8 {
    grid-column-end: 9;
  }
}
@media only screen and (min-width: 1920px) {
  .grid__content-item.\--start-col12--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col12--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col12--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col12--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col12--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col12--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col12--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col12--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col12--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col12--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col12--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col12--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col12--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col12--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col12--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col12--8 {
    grid-column-end: 9;
  }

  .grid__content-item.\--start-col12--9 {
    grid-column-start: 9;
  }
  .grid__content-item.\--end-col12--9 {
    grid-column-end: 10;
  }

  .grid__content-item.\--start-col12--10 {
    grid-column-start: 10;
  }
  .grid__content-item.\--end-col12--10 {
    grid-column-end: 11;
  }

  .grid__content-item.\--start-col12--11 {
    grid-column-start: 11;
  }
  .grid__content-item.\--end-col12--11 {
    grid-column-end: 12;
  }

  .grid__content-item.\--start-col12--12 {
    grid-column-start: 12;
  }
  .grid__content-item.\--end-col12--12 {
    grid-column-end: 13;
  }
}
.c-posts {
  width: 100%;
  padding-top: 75px;
}
@media only screen and (min-width: 992px) {
  .c-posts {
    padding-top: 150px;
  }
}
.c-posts__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-text ul,
.c-text ol {
  margin-top: 15px;
}
.c-text ul li,
.c-text ol li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
}
.c-text ul li::before,
.c-text ol li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
.c-text ul li:last-child,
.c-text ol li:last-child {
  margin-bottom: 0;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.c-text ul,
.c-text ol {
  margin-top: 15px;
}
.c-text ul li,
.c-text ol li {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
}
.c-text ul li::before,
.c-text ol li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
}
.c-text ul li:last-child,
.c-text ol li:last-child {
  margin-bottom: 0;
}

/* start delete eventually */
main {
  margin-top: 50px;
}

/* end delete eventually */
.grid {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem) 0 clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-row-gap: clamp(1rem, -0.2374rem + 2vw, 2.875rem);
  grid-auto-flow: unset;
  min-height: 0;
  /* new */
  min-width: 0;
  /* new; needed for FF */
}
@media only screen and (min-width: 375px) {
  .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1920px) {
  .grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.grid__content-item {
  box-sizing: content-box;
  display: flex;
  margin: 0;
  overflow: hidden;
}

.\--span-all {
  -moz-column-span: -1/1;
       column-span: -1/1;
}

@media only screen and (min-width: 1px) {
  .grid__content-item.\--start-col4--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col4--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col4--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col4--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col4--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col4--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col4--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col4--4 {
    grid-column-end: 5;
  }
}
@media only screen and (min-width: 768px) {
  .grid__content-item.\--start-col6--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col6--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col6--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col6--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col6--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col6--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col6--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col6--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col6--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col6--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col6--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col6--6 {
    grid-column-end: 7;
  }
}
@media only screen and (min-width: 1200px) {
  .grid__content-item.\--start-col8--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col8--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col8--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col8--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col8--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col8--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col8--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col8--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col8--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col8--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col8--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col8--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col8--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col8--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col8--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col8--8 {
    grid-column-end: 9;
  }
}
@media only screen and (min-width: 1920px) {
  .grid__content-item.\--start-col12--1 {
    grid-column-start: 1;
  }
  .grid__content-item.\--end-col12--1 {
    grid-column-end: 2;
  }

  .grid__content-item.\--start-col12--2 {
    grid-column-start: 2;
  }
  .grid__content-item.\--end-col12--2 {
    grid-column-end: 3;
  }

  .grid__content-item.\--start-col12--3 {
    grid-column-start: 3;
  }
  .grid__content-item.\--end-col12--3 {
    grid-column-end: 4;
  }

  .grid__content-item.\--start-col12--4 {
    grid-column-start: 4;
  }
  .grid__content-item.\--end-col12--4 {
    grid-column-end: 5;
  }

  .grid__content-item.\--start-col12--5 {
    grid-column-start: 5;
  }
  .grid__content-item.\--end-col12--5 {
    grid-column-end: 6;
  }

  .grid__content-item.\--start-col12--6 {
    grid-column-start: 6;
  }
  .grid__content-item.\--end-col12--6 {
    grid-column-end: 7;
  }

  .grid__content-item.\--start-col12--7 {
    grid-column-start: 7;
  }
  .grid__content-item.\--end-col12--7 {
    grid-column-end: 8;
  }

  .grid__content-item.\--start-col12--8 {
    grid-column-start: 8;
  }
  .grid__content-item.\--end-col12--8 {
    grid-column-end: 9;
  }

  .grid__content-item.\--start-col12--9 {
    grid-column-start: 9;
  }
  .grid__content-item.\--end-col12--9 {
    grid-column-end: 10;
  }

  .grid__content-item.\--start-col12--10 {
    grid-column-start: 10;
  }
  .grid__content-item.\--end-col12--10 {
    grid-column-end: 11;
  }

  .grid__content-item.\--start-col12--11 {
    grid-column-start: 11;
  }
  .grid__content-item.\--end-col12--11 {
    grid-column-end: 12;
  }

  .grid__content-item.\--start-col12--12 {
    grid-column-start: 12;
  }
  .grid__content-item.\--end-col12--12 {
    grid-column-end: 13;
  }
}

/*# sourceMappingURL=/wp-content/themes/mttd.studio/dist/app.css.map */