@charset "UTF-8";
@font-face {
  font-family: 'Sailec';
  src: url("/fonts/sailec/Sailec.woff") format("woff"), url("/fonts/sailec/Sailec.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Sailec';
  src: url("/fonts/sailec/Sailec Bold.woff") format("woff"), url("/fonts/sailec/Sailec Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: "Ringside";
  src: url("/fonts/ringside/RingsideCompressed-Black.woff2") format("woff2"), url("/fonts/ringside/RingsideCompressed-Black.woff") format("woff"), url("/fonts/ringside/RingsideCompressed-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

/*
 * Typography.typeface
 */
/*
 * Typography.defaults
 */
/**
 * Z-INDEX SCALE.
 *
 * Z-index values should always be defined in _z-index.scss. This
 * allows us to at a glance determine relative layers of our application and prevents bugs
 * arrising from arbitrary z-index values. Do not edit the z-index scale! Only add application
 * scoped z-index values.
 */
/* special z-index value used to creates a Z context */
/*
   #Icons
   ========================================================================== */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  padding: 1rem 0 2rem; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

html {
  --color-bg: #fdfdfd;
  --color-bg-offset: #4f4d4d;
  --color-text: #1D1E20;
  --color-text-offset: #fdfdfd;
  --color-border: #AAA;
  --color-primary: #b3243c;
  --color-primary-offset: #da4961;
  --color-secondary: #33319a;
  --font-headings: Ringside, Sailec, Helvetica, Arial, sans-serif;
  --font-body: Sailec, Helvetica, Arial, sans-serif;
  --font-code: Consolas, Monaco, Ubuntu Mono, courier, sans-serif; }
  @media (prefers-color-scheme: dark) {
    html {
      --color-bg: #1D1E20;
      --color-bg-offset: #fdfdfd;
      --color-text: #fdfdfd;
      --color-text-offset: #1D1E20;
      --color-border: #AAA;
      --color-primary: #da4961;
      --color-primary-offset: #b3243c;
      --color-secondary: #aeadff; } }
.t-ausopen {
  --color-bg: #fafbff;
  --color-bg-offset: #0091d2;
  --color-text: #003a5d;
  --color-text-offset: #fafbff;
  --color-border: #0091d2;
  --color-primary: #BED600;
  --color-primary-offset: #EB5C44;
  --color-secondary: #E3B400; }
  @media (prefers-color-scheme: dark) {
    .t-ausopen {
      --color-bg: #003a5d;
      --color-bg-offset: #fafbff;
      --color-text: #fafbff;
      --color-text-offset: #003a5d;
      --color-primary: #EB5C44;
      --color-primary-offset: #BED600;
      --color-secondary: #fdc800;
      --color-border: #0091d2; } }
.t-rolandgarros {
  --color-bg: #fdfdfd;
  --color-bg-offset: #11215b;
  --color-text: #00503c;
  --color-text-offset: #ffefd4;
  --color-border: #00503c;
  --color-primary: #d25f1d;
  --color-primary-offset: #152970;
  --color-secondary: #d25f1d; }
  @media (prefers-color-scheme: dark) {
    .t-rolandgarros {
      --color-bg: #00503c;
      --color-text: #ffefd4;
      --color-primary: #d25f1d;
      --color-primary-offset: #11215b;
      --color-bg-offset: #ffefd4;
      --color-text-offset: #11215b;
      --color-secondary: #d25f1d;
      --color-border: #d25f1d; } }
.t-wimbledon {
  --color-bg: #ffefd4;
  --color-text: #4e2683;
  --color-primary: #00703c;
  --color-primary-offset: #121212;
  --color-bg-offset: #4e2683;
  --color-text-offset: #ffefd4;
  --color-secondary: #00703c;
  --color-border: #4e2683; }
  @media (prefers-color-scheme: dark) {
    .t-wimbledon {
      --color-bg: #4e2683;
      --color-text: #ffefd4;
      --color-primary: #00703c;
      --color-primary-offset: #121212;
      --color-bg-offset: #ffefd4;
      --color-text-offset: #4e2683;
      --color-secondary: #00703c;
      --color-border: #00703c; } }
.t-usopen {
  --color-bg: #e8e8e8;
  --color-bg-offset: #00288c;
  --color-text: #00288c;
  --color-text-offset: #e8e8e8;
  --color-border: #418FDE;
  --color-primary: #e4bf04;
  --color-primary-offset: #418FDE;
  --color-secondary: #00288c; }
  @media (prefers-color-scheme: dark) {
    .t-usopen {
      --color-bg: #00288c;
      --color-bg-offset: #e8e8e8;
      --color-text: #e8e8e8;
      --color-text-offset: #00288c;
      --color-border: #e4bf04;
      --color-primary: #418FDE;
      --color-primary-offset: #e4bf04;
      --color-secondary: #418FDE; } }
.t-granmasterflash {
  --color-bg: #fafbff;
  --color-text: #7659B1;
  --color-primary: #FAC08C;
  --color-primary-offset: #EB5C44;
  --color-bg-offset: #7659B1;
  --color-text-offset: #e4d503;
  --color-secondary: #EB5C44;
  --color-border: #FAC08C; }
  @media (prefers-color-scheme: dark) {
    .t-granmasterflash {
      --color-bg: #7659B1;
      --color-text: #fafbff;
      --color-primary: #FAC08C;
      --color-primary-offset: #EB5C44;
      --color-bg-offset: #fafbff;
      --color-text-offset: #7659B1;
      --color-secondary: #e4d503;
      --color-border: #FAC08C; } }
body {
  background-color: var(--color-bg); }
  body ::-moz-selection {
    color: var(--color-text-offset);
    background-color: var(--color-bg-offset); }
  body ::selection {
    color: var(--color-text-offset);
    background-color: var(--color-bg-offset); }

h1,
h2,
h3,
h4,
h5 {
  color: var(--color-text);
  text-shadow: 1px 1px var(--color-bg); }

a {
  color: var(--color-primary); }
  a:hover, a:focus {
    color: var(--color-primary-offset); }
  a:visited {
    text-decoration-color: var(--color-primary-offset); }

p {
  color: inherit; }

hr {
  border-color: var(--color-borders); }

pre {
  background-color: var(--color-secondary);
  color: var(--color-text-offset); }

thead {
  color: var(--color-text-inverted); }

.t-list--1 {
  color: #331c79;
  background: #FF8EE7;
  /* The Fallback */
  background: rgba(255, 142, 231, 0.7);
  border: solid 2px #FF8EE7; }
  .t-list--1:hover, .t-list--1:focus {
    background: #FF8EE7;
    /* The Fallback */
    background: rgba(255, 142, 231, 0.9); }
  .t-list--1 * {
    color: #331c79; }

.t-list--2 {
  color: #F78AE0;
  background: #4AF2A1;
  /* The Fallback */
  background: rgba(74, 242, 161, 0.7);
  border: solid 2px #4AF2A1; }
  .t-list--2:hover, .t-list--2:focus {
    background: #4AF2A1;
    /* The Fallback */
    background: rgba(74, 242, 161, 0.9); }
  .t-list--2 * {
    color: #F78AE0; }

.t-list--3 {
  color: #4AF2A1;
  background: #6638F0;
  /* The Fallback */
  background: rgba(102, 56, 240, 0.7);
  border: solid 2px #6638F0; }
  .t-list--3:hover, .t-list--3:focus {
    background: #6638F0;
    /* The Fallback */
    background: rgba(102, 56, 240, 0.9); }
  .t-list--3 * {
    color: #4AF2A1; }

.t-list--4 {
  color: #faf4ff;
  background: #f3c623;
  /* The Fallback */
  background: rgba(243, 198, 35, 0.7);
  border: solid 2px #f3c623; }
  .t-list--4:hover, .t-list--4:focus {
    background: #f3c623;
    /* The Fallback */
    background: rgba(243, 198, 35, 0.9); }
  .t-list--4 * {
    color: #faf4ff; }

.t-list--5 {
  color: #e3cbff;
  background: #d45079;
  /* The Fallback */
  background: rgba(212, 80, 121, 0.7);
  border: solid 2px #d45079; }
  .t-list--5:hover, .t-list--5:focus {
    background: #d45079;
    /* The Fallback */
    background: rgba(212, 80, 121, 0.9); }
  .t-list--5 * {
    color: #e3cbff; }

.t-list--6 {
  color: #395348;
  background: #f1f1b0;
  /* The Fallback */
  background: rgba(241, 241, 176, 0.7);
  border: solid 2px #f1f1b0; }
  .t-list--6:hover, .t-list--6:focus {
    background: #f1f1b0;
    /* The Fallback */
    background: rgba(241, 241, 176, 0.9); }
  .t-list--6 * {
    color: #395348; }

.t-list--7 {
  color: #f1f3f4;
  background: #79bac1;
  /* The Fallback */
  background: rgba(121, 186, 193, 0.7);
  border: solid 2px #79bac1; }
  .t-list--7:hover, .t-list--7:focus {
    background: #79bac1;
    /* The Fallback */
    background: rgba(121, 186, 193, 0.9); }
  .t-list--7 * {
    color: #f1f3f4; }

.t-list--8 {
  color: #3e947c;
  background: #fde4a5;
  /* The Fallback */
  background: rgba(253, 228, 165, 0.7);
  border: solid 2px #fde4a5; }
  .t-list--8:hover, .t-list--8:focus {
    background: #fde4a5;
    /* The Fallback */
    background: rgba(253, 228, 165, 0.9); }
  .t-list--8 * {
    color: #3e947c; }

* {
  box-sizing: border-box;
  transition: all 0.2s; }

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

body {
  text-align: center;
  min-width: 320px;
  padding: 0; }

img {
  max-width: 100%; }
  a img {
    vertical-align: middle; }

ul {
  list-style-type: "➡️ "; }

ul,
ol {
  padding-left: 2rem;
  list-style-position: outside; }

li {
  margin-bottom: 0.5rem; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0.3125rem 0.5rem; }
  @media (min-width: 48em) {
    td,
    th {
      padding: 0.5rem 0.625rem; } }
thead {
  text-align: left; }

thead th {
  font-weight: bold; }

tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.6); }

pre {
  background-color: var(--color-secondary);
  color: var(--color-text-offset);
  max-width: 100%;
  overflow: auto; }
  @media (prefers-color-scheme: dark) {
    pre {
      background-color: var(--color-bg);
      color: var(--color-text); } }
figure {
  text-align: center;
  margin: 0; }
  figure img {
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto; }

figcaption {
  padding: 0.5rem 0.25rem 0.25rem;
  font-size: 0.875rem;
  text-align: left; }
  @media (min-width: 48em) {
    figcaption {
      font-size: 0.9375rem; } }
  figcaption:before {
    content: "📷";
    margin-right: 0.25rem;
    margin-left: 0.625rem; }

/*----------  Body  ----------*/
* {
  font-family: inherit;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.4; }
  @media (min-width: 48em) {
    body {
      font-size: 1.25rem; } }
/*----------  Paragraphs  ----------*/
p {
  font-size: inherit;
  line-height: inherit; }

/*----------  Default text  ----------*/
a {
  text-decoration: underline;
  text-decoration-style: double; }

hr {
  border-bottom-width: 0;
  margin: 1rem 0; }

del {
  text-decoration: line-through;
  text-decoration-thickness: 2px; }

code {
  font-family: var(--font-code); }

pre {
  font-family: var(--font-code);
  display: inline-block;
  overflow-x: auto;
  padding: 1rem;
  white-space: pre;
  max-width: 100%; }

blockquote {
  position: relative;
  background: var(--color-background);
  border-left: 10px solid var(--color-text);
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 4rem;
  quotes: "“" "”" "‘" "’"; }
  blockquote:before {
    position: absolute;
    top: 0;
    left: 0.3125rem;
    color: var(--color-text);
    content: open-quote;
    font-size: 9.375rem;
    line-height: 9.375rem;
    margin-right: 0.3125rem;
    opacity: 0.3; }
  blockquote cite {
    display: block;
    text-align: right; }

/*----------  Heading  ----------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 0.85;
  font-family: var(--font-headings);
  font-weight: 700;
  margin: 2rem 0; }

h1,
.h1,
.c-tags__section {
  font-size: 3.75rem;
  letter-spacing: -3px;
  text-transform: uppercase; }

h2,
.h2 {
  font-size: 3.125rem;
  letter-spacing: -1px; }

h3,
.h3 {
  font-size: 1.875rem; }

h4,
.h4 {
  font-size: 1.875rem; }

h5,
.h5 {
  font-size: 1.25rem; }

[class^='icon-'] {
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  fill: none;
  stroke: currentColor; }

[class^='icon-'].icon--filled {
  fill: currentColor;
  fill-rule: evenodd;
  stroke: none; }

.icon-xs {
  height: 10px;
  width: 10px; }

.icon-s {
  height: 12px;
  width: 12px; }

.icon-m {
  height: 16px;
  width: 16px; }

.icon-l {
  height: 20px;
  width: 20px; }

.icon-xl {
  height: 24px;
  width: 24px; }

.icon-xxl {
  height: 30px;
  width: 30px; }

.o-wrapper {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: left; }

@media (min-width: 64em) {
  .o-wrapper__narrow {
    max-width: 60%; } }

.o-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 2em; }
  .o-video-wrapper object,
  .o-video-wrapper iframe,
  .o-video-wrapper video,
  .o-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.o-module {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.o-module--half {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.o-cols {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 48em) {
    .o-cols {
      flex-flow: row wrap;
      justify-content: space-evenly; }
      .o-cols.row-reverse {
        flex-direction: row-reverse; }
      .o-cols.justify-between {
        justify-content: space-between; }
      .o-cols.justify-left {
        justify-content: flex-start; }
      .o-cols.justify-right {
        justify-content: flex-end; }
      .o-cols.align-top {
        align-content: flex-start;
        align-items: flex-start; } }
@media (min-width: 48em) {
  .o-col {
    flex: 1; } }

@media (min-width: 48em) {
  .o-col--double {
    flex: 2; } }

@media (min-width: 48em) {
  .o-col--wide {
    width: 100%; } }

@media (min-width: 48em) {
  .o-col--half {
    width: 50%; } }

.o-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr)); }
  @media (min-width: 40em) {
    .o-cards {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 64em) {
    .o-cards {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (min-width: 74.375em) {
    .o-cards {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.o-cards--tags {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr)); }
  @media (min-width: 64em) {
    .o-cards--tags {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.o-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 0.625rem; }
  @media (min-width: 40em) {
    .o-grid {
      grid-column-gap: 1rem; } }
.o-grid__header {
  grid-column: 1 / span 10; }

.o-grid__content {
  grid-column: 1 / -1; }
  @media (min-width: 48em) {
    .o-grid__content.o-grid__content--txt {
      grid-column: 4 / 11; } }
  @media (min-width: 74.375em) {
    .o-grid__content.o-grid__content--txt {
      grid-column: 6 / 13; } }
  @media (min-width: 85em) {
    .o-grid__content.o-grid__content--txt {
      grid-column: 7 / 13; } }
.o-grid__full {
  grid-column: 1 / -1; }

.o-grid__figure {
  grid-column: 1 / -1; }
  @media (min-width: 64em) {
    .o-grid__figure {
      grid-column: 2 / 12; } }
  @media (min-width: 74.375em) {
    .o-grid__figure {
      grid-column: 4 / 13; } }
@media (min-width: 64em) {
  .o-grid-intro {
    grid-template-rows: auto 1fr; } }

.o-grid-intro__title {
  grid-column: 1 / 12; }
  @media (min-width: 40em) {
    .o-grid-intro__title {
      grid-column: 1 / 10;
      z-index: -1; } }
  @media (min-width: 64em) {
    .o-grid-intro__title {
      grid-column: 1 / 7;
      grid-row: 1 / 2; } }
  @media (min-width: 74.375em) {
    .o-grid-intro__title {
      grid-column: 1 / 8; } }
  .o-grid-intro--entry .o-grid-intro__title {
    grid-column: 1 / -1; }
    @media (min-width: 40em) {
      .o-grid-intro--entry .o-grid-intro__title {
        grid-column: 2 / -2;
        z-index: -1; } }
    @media (min-width: 64em) {
      .o-grid-intro--entry .o-grid-intro__title {
        grid-column: 2 / -2;
        grid-row: 1 / 2; } }
    @media (min-width: 74.375em) {
      .o-grid-intro--entry .o-grid-intro__title {
        grid-column: 2 / -2; } }
.o-grid-intro__intro {
  grid-column: 1 / -1;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media (min-width: 64em) {
    .o-grid-intro__intro {
      z-index: 300;
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 48em) {
    .o-grid-intro__intro {
      grid-column: 4 / 11; } }
  @media (min-width: 64em) {
    .o-grid-intro__intro {
      grid-column: 7 / -1;
      grid-row: 1 / -1; } }
  @media (min-width: 74.375em) {
    .o-grid-intro__intro {
      grid-column: 8 / -1; } }
  @media (min-width: 85em) {
    .o-grid-intro__intro {
      grid-column: 8 / -1; } }
  @media (min-width: 64em) {
    .o-grid-intro--entry .o-grid-intro__intro {
      grid-row: 2 / -1; } }
  @media (min-width: 74.375em) {
    .o-grid-intro--entry .o-grid-intro__intro {
      grid-column: 7 / -1; } }
.o-grid-intro__meta {
  grid-column: 1 / 12; }
  @media (min-width: 40em) {
    .o-grid-intro__meta {
      grid-column: 1 / 10; } }
  @media (min-width: 64em) {
    .o-grid-intro__meta {
      grid-column: 1 / 7;
      grid-row: 2 / -1; } }
  @media (min-width: 74.375em) {
    .o-grid-intro__meta {
      grid-column: 1 / 8; } }
  @media (min-width: 74.375em) {
    .o-grid-intro--entry .o-grid-intro__meta {
      grid-column: 1 / 7; } }
.o-grid-intro__img {
  grid-column: 1 / -1; }
  @media (min-width: 64em) {
    .o-grid-intro__img {
      z-index: 299;
      grid-column: 1 / span 7; } }
  @media (min-width: 74.375em) {
    .o-grid-intro__img {
      grid-column: 1 / 10; } }
  @media (min-width: 64em) {
    .o-grid-intro--entry .o-grid-intro__img {
      grid-column: 2 / -2; } }
  @media (min-width: 74.375em) {
    .o-grid-intro--entry .o-grid-intro__img {
      grid-column: 3 / -1; } }
.o-grid__list-item {
  grid-column: 1 / -1; }
  @media (min-width: 40em) {
    .o-grid__list-item {
      grid-column: 1 / -4; }
      .o-grid__list-item:nth-of-type(2n) {
        grid-column: 4 / -1; } }
  @media (min-width: 48em) {
    .o-grid__list-item {
      grid-column: 1 / 8; }
      .o-grid__list-item:nth-of-type(2n) {
        grid-column: 5 / -1; }
      .o-grid__list-item:nth-of-type(4) {
        grid-column: 4 / -3; } }
  @media (min-width: 64em) {
    .o-grid__list-item {
      grid-column: 1 / 7; }
      .o-grid__list-item:nth-of-type(2n) {
        grid-column: 5 / -3; }
      .o-grid__list-item:nth-of-type(4) {
        grid-column: 6 / -1; } }
  @media (min-width: 74.375em) {
    .o-grid__list-item {
      grid-column: 3 / 8; }
      .o-grid__list-item:nth-of-type(2n) {
        grid-column: 6 / -3; }
      .o-grid__list-item:nth-of-type(4) {
        grid-column: 5 / 10; } }
.o-grid--entry__img {
  grid-column: 1 / -1; }

.c-footer {
  background-color: #1D1E20;
  border-top: solid 2rem #1D1E20;
  position: relative; }
  @media (min-width: 48em) {
    .c-footer {
      border-top-width: 4rem; } }
.c-footer__navbar,
.c-footer__note {
  color: white; }

.c-footer__note {
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem; }
  .c-footer__note p:first-child {
    margin-top: 0; }
  .c-footer__note p:last-child {
    margin-bottom: 0; }

.c-footer__related {
  padding: 8rem 0; }
  @media (min-width: 64em) {
    .c-footer__related {
      padding: 16rem 0; } }
.c-footer__nastynastase {
  padding: 4rem 0 0; }
  .c-footer__nastynastase img {
    vertical-align: middle; }

.c-footer__disclaimer {
  padding: 2rem 0; }
  .c-footer__disclaimer p,
  .c-footer__disclaimer small {
    color: #4e2683;
    font-weight: bold; }
  .c-footer__disclaimer a {
    color: #4e2683;
    text-decoration: underline;
    text-decoration-style: double; }
  .c-footer__nastynastase + .c-footer__disclaimer {
    background-color: #ebf09c; }
    @media (min-width: 64em) {
      .c-footer__nastynastase + .c-footer__disclaimer {
        color: var(--color-text-offset);
        position: absolute; } }
@media (min-width: 85em) {
  .c-results {
    columns: 2; } }

.c-tags {
  padding: 0.25rem;
  border-color: var(--color-text);
  border-width: 0.25rem;
  border-style: solid;
  display: flex; }
  .c-tags:target {
    animation: highlight 1.2s ease-out 0s; }

@keyframes highlight {
  0% {
    background: var(--color-secondary); }
  100% {
    background: none; } }

.c-tags__index {
  margin: 1rem; }

.c-tags__section {
  margin: 0;
  opacity: .7;
  padding: 0.5rem;
  text-align: center;
  min-width: 3.5rem; }

.c-tags__body {
  padding: 0.5rem; }

.c-tags__tag {
  text-decoration: none;
  border: solid 1px currentColor;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
  border-radius: 3px; }

.c-result-item {
  padding: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 48em) {
    .c-result-item {
      padding: 1rem; } }
  .c-result-item:active, .c-result-item:hover {
    background-color: var(--color-bg-offset); }
  .c-result-item:active *, .c-result-item:hover * {
    color: var(--color-text-offset); }

@media (max-width: 47.99em) {
  .c-result-item__thumb {
    margin-bottom: 0.5rem; } }

@media (min-width: 48em) {
  .c-result-item__thumb {
    margin-right: 1rem; } }

.c-result-item__thumb img {
  width: 100%; }

.c-result-item__thumb--placeholder {
  position: relative;
  min-height: 200px; }
  .c-result-item__thumb--placeholder:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "🤗";
    font-size: 3rem;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color-secondary);
    background-image: url(https://source.unsplash.com/300x200/?tennis);
    background-size: cover;
    background-blend-mode: multiply; }

.c-result-item__categories {
  display: inline-block;
  border: solid 1px currentColor;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  font-size: small; }

.c-result-item__date {
  display: none;
  margin: 0.5rem 0; }
  .c-result-item--blog .c-result-item__date {
    display: block; }

.c-content-preview__label:before {
  content: "🤔";
  font-size: 30px; }

input:checked + .c-content-preview__label:before {
  content: "🥱";
  font-size: 30px; }

.c-content-preview__content {
  display: none; }
  input:checked ~ .c-content-preview__content {
    display: block; }

.c-pagination {
  background-color: var(--color-bg);
  border-top: solid 4px var(--color-border);
  border-bottom: solid 4px var(--color-border); }

.c-pagination__nav {
  display: flex;
  text-align: center; }

.c-pagination__link {
  display: block;
  flex: 1;
  padding: 1rem 0.5rem;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: bold; }
  .c-pagination__link:hover, .c-pagination__link:focus {
    color: var(--color-text-offset);
    background-color: var(--color-bg-offset); }

.c-entry__meta {
  font-size: 0.9375rem;
  padding: 0.5rem 0; }
  .c-entry__meta li:last-child {
    margin-bottom: 0; }

.c-meta {
  display: inline-flex;
  flex-direction: column;
  padding: 0.5rem 1rem;
  background-color: var(--color-bg-offset);
  opacity: 0.7;
  color: var(--color-text-offset); }
  .c-meta:hover, .c-meta:focus {
    background-color: var(--color-bg-offset);
    opacity: 1; }
  @media (min-width: 64em) {
    .c-meta {
      width: 100%; } }
.c-meta__category a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  color: var(--color-text-offset);
  background-color: var(--color-bg-offset); }

.c-block {
  max-width: 100%; }

.c-block__gallery {
  margin-bottom: 1rem;
  position: relative; }
  .c-block__gallery:before {
    content: "🏞️🏞️🏞️";
    text-wrap: nowrap;
    letter-spacing: -120px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-100%, -80%);
    font-size: 150px;
    line-height: 1;
    opacity: 0.2; }

.c-block__figure {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 64em) {
    .c-block__figure {
      margin-bottom: 4rem; } }
.c-block__figure--vertical {
  position: relative;
  overflow: hidden; }

.c-block__figure--vertical:before {
  position: absolute;
  left: 1px;
  top: 1px;
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  background-image: var(--bg-image);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(10px);
  opacity: 0.8; }

.c-block__figure__img {
  width: 100%;
  box-shadow: 1.03125rem 2.0625rem 0 0 var(--color-bg-offset); }
  @media (min-width: 64em) {
    .c-block__figure__img {
      box-shadow: 2.0625rem 2.0625rem 0 0 var(--color-bg-offset); } }
  .c-block__figure--vertical .c-block__figure__img {
    max-width: 50%;
    margin: 0 auto;
    position: relative;
    box-shadow: none; }

.c-block__figure__caption {
  position: relative;
  color: var(--color-text-offset);
  background-color: var(--color-bg-offset);
  margin-left: 1.03125rem;
  margin-bottom: 0; }
  @media (min-width: 64em) {
    .c-block__figure__caption {
      margin-left: 2.0625rem; }
      .c-block__figure__caption p:last-child {
        margin-bottom: -2.0625rem; } }
  .c-block__figure__caption a {
    color: var(--color-text-offset);
    background-color: var(--color-bg-offset);
    text-decoration: underline; }
  .c-block__figure__caption p:first-child {
    margin: 0;
    display: inline; }

.c-block__textBlock {
  color: var(--color-text);
  background-color: var(--color-bg);
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem;
  border: solid 0.5rem var(--color-border);
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.5); }
  .c-block__textBlock p:first-child {
    margin-top: 0; }
  .c-block__textBlock p:last-child {
    margin-bottom: 0; }

.c-block__table {
  font-size: 0.9375rem;
  color: var(--color-text);
  background-color: var(--color-bg);
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem;
  border: solid 0.5rem var(--color-border);
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.5);
  overflow: auto; }
  @media (max-width: 47.99em) {
    .c-block__table table {
      min-width: 200vw; } }
  .c-block__table table,
  .c-block__table th,
  .c-block__table tr,
  .c-block__table td {
    border: solid 1px var(--color-primary-offset); }
  .c-block__table tr:nth-of-type(even) {
    background-color: var(--color-bg); }

.c-block__textBlock--highlight {
  position: relative;
  margin-bottom: 2rem;
  color: var(--color-text-offset);
  background-color: var(--color-bg-offset);
  border: solid 2px var(--color-primary); }
  .c-block__textBlock--highlight:before {
    content: "🙇🏻‍♂️ Hey! 🙋🏽‍♀️";
    font-family: "Ringside", "Sailec", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: x-large;
    text-transform: uppercase;
    display: block;
    padding: 0.5rem 1rem;
    float: left; }
  .c-block__textBlock--highlight:after {
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.5);
    position: absolute;
    background: linear-gradient(to left, var(--color-bg-offset), var(--color-secondary), var(--color-bg-offset));
    top: 0.5rem;
    left: 0.5rem;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: -1; }

.c-comments {
  margin-top: 1rem; }

.post-card--alive:hover {
  transform: translate(-15px, -15px); }

.post-card--nomore {
  cursor: default; }

.c-newsletter-cta {
  margin-top: 2rem;
  border-top: solid 0.5rem var(--color-border);
  border-bottom: solid 0.5rem var(--color-border);
  background-color: transparent;
  color: var(--color-text);
  position: relative; }
  .c-newsletter-cta:before {
    content: "💌";
    text-shadow: 0 30px 40px rgba(0, 0, 0, 0.5);
    font-size: 4.375rem; }
    @media (min-width: 64em) {
      .c-newsletter-cta:before {
        position: absolute;
        top: 50%;
        left: 15%;
        font-size: 5rem;
        transform: translate(-50%, -50%); } }
    @media (min-width: 74.375em) {
      .c-newsletter-cta:before {
        left: 25%;
        font-size: 5.625rem; } }
@media (hover: hover) and (pointer: fine) {
  .u-hovemoji--homepage-0:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🏡</text></svg>") 16 0, auto; }
  .u-hovemoji--homepage-1:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🏘</text></svg>") 16 0, auto; }
  .u-hovemoji--homepage-2:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🏚</text></svg>") 16 0, auto; }
  .u-hovemoji--homepage-3:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🏠</text></svg>") 16 0, auto; }
  .u-hovemoji--blog-index-0:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>📝</text></svg>") 16 0, auto; }
  .u-hovemoji--blog-index-1:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🙇🏻‍♂️</text></svg>") 16 0, auto; }
  .u-hovemoji--blog-index-2:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🤔</text></svg>") 16 0, auto; }
  .u-hovemoji--blog-index-3:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🍿</text></svg>") 16 0, auto; }
  .u-hovemoji--extra-index-0:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>☠️</text></svg>") 16 0, auto; }
  .u-hovemoji--extra-index-1:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🦃</text></svg>") 16 0, auto; }
  .u-hovemoji--extra-index-2:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🐲</text></svg>") 16 0, auto; }
  .u-hovemoji--extra-index-3:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🍝</text></svg>") 16 0, auto; }
  .u-hovemoji--chi-0:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>👋🏻</text></svg>") 16 0, auto; }
  .u-hovemoji--chi-1:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🙋‍♂️</text></svg>") 16 0, auto; }
  .u-hovemoji--chi-2:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🛹</text></svg>") 16 0, auto; }
  .u-hovemoji--chi-3:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🚴🏻</text></svg>") 16 0, auto; }
  .u-hovemoji--cerca-0:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🕵🏼‍♀️</text></svg>") 16 0, auto; }
  .u-hovemoji--cerca-1:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🤓</text></svg>") 16 0, auto; }
  .u-hovemoji--cerca-2:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🧐</text></svg>") 16 0, auto; }
  .u-hovemoji--cerca-3:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🦉</text></svg>") 16 0, auto; }
  .u-hovemoji--en-0:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>👸🏻</text></svg>") 16 0, auto; }
  .u-hovemoji--en-1:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🇬🇧</text></svg>") 16 0, auto; }
  .u-hovemoji--en-2:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🏏</text></svg>") 16 0, auto; }
  .u-hovemoji--en-3:hover {
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='50' height='60' viewport='0 0 100 100' style='fill:black;font-size:30px;'><text y='50%'>🇦🇺</text></svg>") 16 0, auto; } }

.template-mcga .c-intro__title {
  text-shadow: none;
  font-size: 25vw; }
  @media (min-width: 40em) {
    .template-mcga .c-intro__title {
      letter-spacing: -6px;
      font-size: 15vw; } }
  @media (min-width: 48em) {
    .template-mcga .c-intro__title {
      font-size: 18vw; } }
  @media (min-width: 64em) {
    .template-mcga .c-intro__title {
      font-size: 15vw; } }
@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
  .template-mcga .c-intro__title {
    background-image: url(https://source.unsplash.com/VZOPQBME6L4/);
    background-position: center center;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; } }

@supports (-webkit-text-stroke: 1px var(--color-text)) {
  .template-mcga .c-intro__title {
    -webkit-text-stroke: 1px var(--color-text); } }

.template-mcga .o-grid-intro__title {
  position: sticky;
  top: 0; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .template-mcga input[type='checkbox'],
  .template-mcga input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none; } }

@supports (scroll-snap-align: center) and (scroll-snap-type: y mandatory) {
  .template-mcga .snap-scroll {
    height: 60vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    margin-bottom: 20px; }
    @media (min-width: 40em) {
      .template-mcga .snap-scroll {
        height: 70vh; } }
    @media (min-width: 48em) {
      .template-mcga .snap-scroll {
        height: 50vh; } }
    .template-mcga .snap-scroll > div {
      height: 60vh;
      scroll-snap-align: center; }
      @media (min-width: 40em) {
        .template-mcga .snap-scroll > div {
          height: 70vh; } }
      @media (min-width: 48em) {
        .template-mcga .snap-scroll > div {
          height: 50vh; } } }

@supports (-webkit-mask-image: url(/content/images/2020/06/alla-prossima-mask.png)) and (position: sticky) {
  .template-mcga .c-block__figure {
    position: relative; }
  .template-mcga .c-block__figure__caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    -webkit-mask-image: url(/content/images/2020/06/alla-prossima-mask.png);
    mask-image: url(/content/images/2020/06/alla-prossima-mask.png);
    -webkit-mask-size: 100%;
    mask-size: 100%; }
    .template-mcga .c-block__figure__caption p {
      display: block;
      position: sticky;
      top: 0;
      padding-left: 15%;
      font-size: 8vw;
      letter-spacing: -2px;
      text-shadow: 1px 1px 0 var(--color-bg); }
      @media (min-width: 40em) {
        .template-mcga .c-block__figure__caption p {
          letter-spacing: -5px;
          padding-left: 20%; } }
      @media (min-width: 64em) {
        .template-mcga .c-block__figure__caption p {
          font-size: 6vw; } }
    .template-mcga .c-block__figure__caption:before {
      display: none; } }

.swiper {
  width: 100%; }
