@charset "UTF-8";
/**********************************************************************************
 * FRONT
 **********************************************************************************/
/**
 * Settings
 **********************************************************************************/
/**********************************************************************************
 * SETTINGS
 * Name : Fonts
 **********************************************************************************/
/**********************************************************************************
 * SETTINGS
 * Name : Colors
 **********************************************************************************/
/**
 * Descriptives colors
 **********************************************************************************/
/**
 * Functionals colors
 **********************************************************************************/
/**********************************************************************************
 * SETTINGS
 * Name : Global
 *
 * The global settings file contains any project-wide variables; things that
 * need to be made available to the entire codebase.
 **********************************************************************************/
/**
 * High level
 **********************************************************************************/
/**********************************************************************************
 * SETTINGS
 * Name : Elements
 **********************************************************************************/
/**
 * Headings
 **********************************************************************************/
/**********************************************************************************
 * SETTINGS
 * Name : Form
 **********************************************************************************/
/**********************************************************************************
 * SETTINGS
 * Name : Objects
 **********************************************************************************/
/**
 * Blocks
 **********************************************************************************/
/**
 * Cluster
 **********************************************************************************/
/**
 * Grid
 **********************************************************************************/
/**
 * Wrapper
 **********************************************************************************/
/**********************************************************************************
 * SETTINGS
 * Name : Utilities
 **********************************************************************************/
/**
 * Widths
 **********************************************************************************/
/**
 * Spacings units
 **********************************************************************************/
/**
 * Spacings
 **********************************************************************************/
/**
 * Responsive spacings
 **********************************************************************************/
/**
 * Hidden
 **********************************************************************************/
/**
 * Colors
 **********************************************************************************/
/**
 * Gradients
 **********************************************************************************/
/**********************************************************************************
 * SETTINGS
 * Name : Animations
 **********************************************************************************/
/**********************************************************************************
 * SETTINGS
 * Name : Vendors
 *
 * The vendors settings file contains any variables needed in external
 * librairies
 **********************************************************************************/
/**
 * Sass-rem
 **********************************************************************************/
/**
 * Sass-mq
 **********************************************************************************/
/**
 * Tarte au citron
 **********************************************************************************/
/**
 * Tools
 **********************************************************************************/
/*******************************************************************************
 * Infos
*******************************************************************************/
/**
 * Name: Animations
 * Type: Tools
**/
/*******************************************************************************
 * Utils
*******************************************************************************/
/*******************************************************************************
 * Mixins
*******************************************************************************/
/**
 * Declare transitions more easily.
 * Usage :
 *   @include transition(transform);
 *   @include transition(background color transform, 0.5s, ease-out, 0.25s);
**/
/**********************************************************************************
 * TOOLS
 * Name: Appearance
 * Description: Reset appearance of an element
 **********************************************************************************/
/**********************************************************************************
 * TOOLS
 * Name : Clearfix
 **********************************************************************************/
/**********************************************************************************
 * TOOLS
 * Name : Colors
 **********************************************************************************/
/* stylelint-disable */
/* stylelint-enable */
/**********************************************************************************
 * TOOLS
 * Name : Elements
 **********************************************************************************/
/**********************************************************************************
 * TOOLS
 * Name : Fonts
 **********************************************************************************/
/**********************************************************************************
 * TOOLS
 * Name : Hidden
 **********************************************************************************/
/**********************************************************************************
 * TOOLS
 * Name: Icons
 * Description: Icon functions
 **********************************************************************************/
/*
  Get an SVG URL with wanted color
*/
/*
  Format the SVG as an URL
  @link https://gist.github.com/JacobDB/0ffffaf8e772c12acf7102edb8a302be
*/
/**********************************************************************************
 * TOOLS
 * Name : Maps
 **********************************************************************************/
/**********************************************************************************
 * TOOLS
 * Name : Strings
 **********************************************************************************/
/**********************************************************************************
 * TOOLS
 * Name : Types
 * Description: https://css-tricks.com/snippets/sass/advanced-type-checking/
 **********************************************************************************/
/**
 * Generics
 **********************************************************************************/
/*! 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, .u-h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**********************************************************************************
 * GENERIC
 * Name : Fonts
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/muli-light-f51f3595905c58d1cf53138ec78e7dc0.woff");
  src: url("../fonts/muli-light-0fa38253fc9f68763b1564e35aaf8f90.woff2") format("woff2"), url("../fonts/muli-light-f51f3595905c58d1cf53138ec78e7dc0.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/muli-lightitalic-6d78fec8955d0435b5a888b7c34897c7.woff");
  src: url("../fonts/muli-lightitalic-fc86233f6a21906e5bc35e8c043bd063.woff2") format("woff2"), url("../fonts/muli-lightitalic-6d78fec8955d0435b5a888b7c34897c7.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/muli-regular-90773f9833dcadd0d0be132687006d38.woff");
  src: url("../fonts/muli-regular-af7d2d2b6f5086fd691ad64fd7c9609c.woff2") format("woff2"), url("../fonts/muli-regular-90773f9833dcadd0d0be132687006d38.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/muli-regularitalic-8f45fd0f859218f81cd6a3af45c1f8d5.woff");
  src: url("../fonts/muli-regularitalic-cc6750e99261136b8825772ba2f95129.woff2") format("woff2"), url("../fonts/muli-regularitalic-8f45fd0f859218f81cd6a3af45c1f8d5.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/muli-extrabold-8f028cf1205d7b6db60e6ee1c91a9722.woff");
  src: url("../fonts/muli-extrabold-a282f5e4635acd982939c9ac7fffaed8.woff2") format("woff2"), url("../fonts/muli-extrabold-8f028cf1205d7b6db60e6ee1c91a9722.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/muli-extrabolditalic-d93c4c237a956c4fdf91ab273741be94.woff");
  src: url("../fonts/muli-extrabolditalic-fc2bce96adac5d14fb06dd73f44a8ef7.woff2") format("woff2"), url("../fonts/muli-extrabolditalic-d93c4c237a956c4fdf91ab273741be94.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/muli-black-d642717935a5d3bc61d2cd4b512f720a.woff");
  src: url("../fonts/muli-black-3fd0ebdf593007d83671d2fcd39d3ac8.woff2") format("woff2"), url("../fonts/muli-black-d642717935a5d3bc61d2cd4b512f720a.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Muli";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/muli-blackitalic-772357da318b6ffdbd1a7f80372bf8e3.woff");
  src: url("../fonts/muli-blackitalic-10f9fb75c9d11826aff8ae64ad8193c2.woff2") format("woff2"), url("../fonts/muli-blackitalic-772357da318b6ffdbd1a7f80372bf8e3.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Neucha";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/neucha-regular-db6acfb7634c002e6d4b29aa6fcd05af.woff");
  src: url("../fonts/neucha-regular-2cab2b3726b0057b486ab34e410043a2.woff2") format("woff2"), url("../fonts/neucha-regular-db6acfb7634c002e6d4b29aa6fcd05af.woff") format("woff");
}
/**********************************************************************************
 * GENERIC
 * Name : Box-sizing
 *
 * Description :
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 *
 ******************************************************************************/
/**
 * Styles
 **********************************************************************************/
html {
  box-sizing: border-box;
}

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

/**********************************************************************************
 * GENERIC
 * Name : Focus
 *
 * Description :
 * JavaScript polyfill to :focus-visible
 * https://github.com/WICG/focus-visible
 *
 ******************************************************************************/
/**
 * Styles
 **********************************************************************************/
/* Remove outline for non-keyboard :focus */
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

/* Optional: Customize .focus-visible */
.focus-visible {
  outline: 0.125rem solid #deaf00;
  outline-offset: 0.0625rem;
}

/**
 * Elements
 **********************************************************************************/
/**********************************************************************************
 * ELEMENTS
 * Name : Headings
 *
 * Description :
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 *
 **********************************************************************************/
:root {
  --color-primary: #deaf00;
  --color-secondary: #aa8c11;
}

html {
  min-height: 100%; /* [3] */
  overflow-y: scroll; /* [2] */
  background: #fff none;
  color: #092330;
  font-family: "Muli", sans-serif;
  font-size: 1em; /* [1] */
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; /* [1] */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body.body--page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.body--page main {
  flex-grow: 1;
}

[id] {
  scroll-margin-top: calc(1.25rem + var(--header-height, 6.25rem));
}

/**
 * Print
 **********************************************************************************/
@media print {
  @page {
    margin: 1cm 1.5cm;
  }
  html,
  body {
    height: auto;
  }
  html {
    font-size: 90%;
  }
  *,
  *::before,
  *::after {
    border-color: #000 !important;
    background: transparent none !important;
    box-shadow: none !important;
    color: #000 !important;
  }
}
/**********************************************************************************
 * ELEMENTS
 * Name : Typography
 **********************************************************************************/
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 800;
}

hr {
  margin: 2em 0;
  border-top: 1px solid currentColor;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  color: inherit;
}

/**
 * Print
 **********************************************************************************/
@media print {
  a {
    color: #000 !important;
    text-decoration: none;
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
/**
 * Scopes
 **********************************************************************************/
/**********************************************************************************
 * SCOPES
 * Name : Richtext
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.s-richtext {
  font-size: 1em;
  font-weight: 300;
  white-space: initial;
}
.s-richtext > * {
  margin-top: 0;
  margin-bottom: 0;
}
.s-richtext > * + * {
  margin-top: 1em;
}
.s-richtext .u-p {
  font-size: 1em;
}
.s-richtext h1 + h2, .s-richtext h1 + .u-h2, .s-richtext .u-h1 + h2, .s-richtext .u-h1 + .u-h2,
.s-richtext h2 + h3,
.s-richtext h2 + .u-h3,
.s-richtext .u-h2 + h3,
.s-richtext .u-h2 + .u-h3,
.s-richtext h3 + h4,
.s-richtext h3 + .u-h4,
.s-richtext .u-h3 + h4,
.s-richtext .u-h3 + .u-h4,
.s-richtext h4 + h5,
.s-richtext h4 + .u-h5,
.s-richtext .u-h4 + h5,
.s-richtext .u-h4 + .u-h5,
.s-richtext h5 + h6,
.s-richtext h5 + .u-h6,
.s-richtext .u-h5 + h6,
.s-richtext .u-h5 + .u-h6 {
  margin-top: 0.25em;
}
.s-richtext h1,
.s-richtext .u-h1 {
  font-size: clamp(1.875rem, 0.7589285714rem + 4.4642857143vw, 3.4375rem);
  line-height: 1.2;
}
.s-richtext h2,
.s-richtext .u-h2 {
  font-size: clamp(1.75rem, 0.9910714286rem + 3.0357142857vw, 2.8125rem);
  line-height: 1.2;
  font-family: "Neucha", sans-serif;
  line-height: 1.2;
  font-weight: normal;
}
.s-richtext h3,
.s-richtext .u-h3 {
  font-size: clamp(1.25rem, 0.9821428571rem + 1.0714285714vw, 1.625rem);
  line-height: 1.2;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  line-height: 1.3;
}
.s-richtext h4,
.s-richtext .u-h4 {
  font-size: clamp(1.125rem, 0.9464285714rem + 0.7142857143vw, 1.375rem);
  line-height: 1.2;
  font-weight: 800;
}
.s-richtext h5,
.s-richtext .u-h5 {
  font-size: clamp(1.0625rem, 0.9285714286rem + 0.5357142857vw, 1.25rem);
  line-height: 1.2;
  font-weight: 800;
  font-family: "Muli", sans-serif;
}
.s-richtext h6,
.s-richtext .u-h6 {
  font-size: clamp(1rem, 0.9107142857rem + 0.3571428571vw, 1.125rem);
  line-height: 1.2;
  font-weight: 800;
}
.s-richtext ul, .s-richtext ol {
  padding-left: 2em;
  list-style: none;
}
.s-richtext ul > *, .s-richtext ol > * {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.s-richtext ul li, .s-richtext ol li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.s-richtext ul li::before, .s-richtext ol li::before {
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  color: #deaf00;
  text-align: right;
}
.s-richtext ul li::before {
  content: "• ";
  font-weight: normal;
}
.s-richtext ol {
  counter-reset: li;
}
.s-richtext ol > li::before {
  content: counter(li) ". ";
  counter-increment: li;
}
.s-richtext dl::before, .s-richtext dl::after {
  content: "";
  display: table;
  clear: both;
}
.s-richtext dt,
.s-richtext dd {
  display: inline-block;
}
.s-richtext dt {
  float: left;
  clear: both;
  margin-right: 0.5ch;
  font-weight: 800;
}
.s-richtext dd {
  margin: 0;
  float: left;
}
.s-richtext dl.is-inverted dt {
  font-weight: inherit;
}
.s-richtext dl.is-inverted dd {
  font-weight: 800;
}

/**
 * Media Queries
 **********************************************************************************/
@media (min-width: 46.25em) {
  .s-richtext:not(.s-richtext--static) {
    font-size: 1.25em;
  }
  .s-richtext:not(.s-richtext--static) .u-p {
    font-size: 1.25em;
  }
}
/**
 * Print
 **********************************************************************************/
@media print {
  .s-richtext a[href]::after {
    content: " [" attr(href) "]";
    font-style: italic;
    opacity: 0.5;
  }
  .s-richtext abbr[title]::after {
    content: " [" attr(title) "]";
    font-style: italic;
    opacity: 0.5;
  }
}
/**********************************************************************************
 * SCOPES
 * Name : Form
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.s-form {
  font-size: 1rem;
  /**
   * Elements
   *************************************************/
  /** Champ numérique court */
  /**
   * Select
   *************************************************/
  /**
   * Choices (Radios & Checkboxes)
   *************************************************/
  /**
   * Messages
   *************************************************/
  /**
   * Errors
   *************************************************/
  /**
   * Title
   *************************************************/
  /**
   * Layout
   *************************************************/
  /**
   * Altcha (CAPTCHA)
   *************************************************/
}
.s-form * {
  color: inherit;
}
.s-form label,
.s-form legend {
  display: block;
  font-size: 0.875em;
  font-weight: 800;
}
.s-form label[for] {
  cursor: pointer;
}
.s-form input::placeholder,
.s-form textarea::placeholder {
  color: inherit;
  opacity: 0.75;
}
.s-form input {
  color: inherit;
  font: inherit;
  line-height: inherit;
  accent-color: #aa8c11;
}
.s-form input:not([type=radio]):not([type=checkbox]) {
  width: 100%;
}
.s-form input[type=color], .s-form input[type=date], .s-form input[type=datetime-local], .s-form input[type=email], .s-form input[type=file], .s-form input[type=month], .s-form input[type=number], .s-form input[type=password], .s-form input[type=search], .s-form input[type=tel], .s-form input[type=text], .s-form input.s-form-input, .s-form input[type=time], .s-form input[type=url], .s-form input[type=week] {
  min-height: 3em;
  padding: 0.75rem 1.25rem;
  border: 0.0625rem solid #aec9d4;
  border-radius: 1.5625rem;
  background-color: #fff;
  color: #092330;
}
.s-form input.s-form-input--narrow {
  width: auto !important;
  max-width: 6.5rem;
  min-width: 4.75rem;
  text-align: center;
}
.s-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.s-form .s-form-input {
  width: 100%;
}
.s-form textarea {
  width: 100%;
  max-width: 100%;
  min-height: 10em;
  padding: 1.25rem;
  border: 0.0625rem solid #aec9d4;
  border-radius: 1.5625rem;
  background-color: #fff;
  color: inherit;
  font: inherit;
}
.s-form .s-form-select {
  position: relative;
  width: 100%;
}
.s-form .s-form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  right: 0.625rem;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23092330%22%20d%3D%22m7.115%208.295%204.59%204.58%204.59-4.58%201.41%201.41-6%206-6-6%201.41-1.41Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat;
  font-size: 1.5em;
  transform: translateY(-50%);
  pointer-events: none;
}
.s-form .s-form-select select {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1.25rem;
  border: 0.0625rem solid #aec9d4;
  border-radius: 1.5625rem;
  background-color: #fff;
  color: #092330;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}
.s-form .s-form-select select::-ms-expand {
  display: none;
}
.s-form .s-form-select select.s-form-select-input--small {
  padding: 0.125rem 1.875rem 0.125rem 0.625rem;
  font-weight: 800;
}
.s-form textarea.focus-visible,
.s-form input:not([type=radio]):not([type=checkbox]).focus-visible,
.s-form .s-form-select select.focus-visible {
  outline: 0;
  border-color: #deaf00;
}
.s-form .s-form-choices {
  display: block;
  margin-top: -0.3125rem;
  margin-left: -1.25rem;
}
.s-form .s-form-choice {
  align-items: flex-start;
  display: inline-flex;
  padding-top: 0.3125rem;
}
.s-form .s-form-choice > * {
  flex: 1 1 auto;
}
.s-form .s-form-choice input {
  flex: 0 0 auto;
  margin-top: 0.375rem;
  margin-right: 0.375rem;
}
.s-form .s-form-choice label {
  padding-right: 0;
  padding-left: 0;
  font-weight: 400;
}
.s-form .s-form-choice .s-form-control {
  display: none;
}
.s-form .s-form-field--switch .s-form-choice {
  position: relative;
}
.s-form .s-form-field--switch .s-form-choice input {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  margin: 0;
  appearance: none;
  width: 2.875em;
  height: 1.625em;
  cursor: pointer;
}
.s-form .s-form-field--switch .s-form-choice label {
  padding-left: 3.5rem;
}
.s-form .s-form-field--switch .s-form-choice .s-form-control {
  transition: background-color 250ms ease-out 0s, opacity 250ms ease-out 0s;
  display: inline-block;
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 2.875em;
  height: 1.625em;
  border: 0.1875rem solid transparent;
  border-radius: 0.9375em;
  background-color: #cecece;
  line-height: 0;
  pointer-events: none;
}
.s-form .s-form-field--switch .s-form-choice .s-form-control::after {
  transition: transform 250ms ease-out 0s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background-color: #fff;
}
.s-form .s-form-field--switch .s-form-choice input:checked ~ .s-form-control {
  background-color: #aa8c11;
}
.s-form .s-form-field--switch .s-form-choice input:checked ~ .s-form-control::after {
  transform: translateX(100%);
}
.s-form .s-form-choices > .s-form-choice {
  padding-left: 1.25rem;
}
.s-form .s-form-help,
.s-form .s-form-errors {
  width: 100%;
  font-size: 0.85em;
}
.s-form .s-form-help {
  opacity: 0.65;
}
.s-form .s-form-help > p {
  margin: 0;
}
.s-form .s-form-alert {
  margin: 1em 0;
}
.s-form .s-form-errors {
  color: #dc0035;
  list-style: none;
  text-align: right;
}
.s-form .s-form-title {
  font-size: clamp(1.25rem, 0.9821428571rem + 1.0714285714vw, 1.625rem);
  line-height: 1.2;
  margin: 3.125rem 0 0;
  font-family: "Neucha", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.s-form .s-form-fields {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}
.s-form .s-form-fields > * {
  width: 100%;
}
.s-form .s-form-field {
  margin: 0;
  padding: 0.5rem;
  text-align: initial;
}
.s-form .s-form-field > * {
  margin-top: 0;
}
.s-form .s-form-field > * + * {
  margin-top: 0.125rem;
}
.s-form .s-form-actions {
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 30em) {
  .s-form .s-form-actions--left {
    text-align: inherit;
  }
}
@media (min-width: 30em) {
  .s-form .s-form-actions--right {
    text-align: right;
  }
}
.s-form .s-form-actions--large {
  margin-top: 2.1875rem;
}
.s-form .s-form-actions--huge {
  margin-top: 3.125rem;
}
.s-form [data-controller=tito10047--altcha-bundle--altcha] altcha-widget {
  --altcha-max-width: 100%;
}

/**
 * Modifiers
 **********************************************************************************/
.s-form--submitting {
  pointer-events: none;
}
.s-form--submitting button[type=submit] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.s-form--dark .s-form-errors {
  color: #ffa9be;
}
.s-form--dark .s-form-help {
  opacity: 1;
}

/**
 * Print
 **********************************************************************************/
/**
 * Objects
 **********************************************************************************/
/**********************************************************************************
 * OBJECTS
 * Name : Stack
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.o-blocks {
  --block-gutter: 2.5rem;
}
.o-blocks > * {
  margin-top: var(--block-gutter, 2.5rem);
  margin-bottom: var(--block-gutter, 2.5rem);
}
.o-blocks > *:first-child {
  margin-top: 0;
}
.o-blocks > *:last-child {
  margin-bottom: 0;
}
.o-blocks--padded {
  --block-gutter: 1.25rem;
}
.o-blocks--padded > * {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: var(--block-gutter, 1.25rem);
  padding-bottom: var(--block-gutter, 1.25rem);
}
@media (min-width: 46.25em) {
  .o-blocks {
    --block-gutter: 7.5rem;
  }
  .o-blocks--padded {
    --block-gutter: 3.75rem;
  }
}

/**********************************************************************************
 * OBJECTS
 * Name : Cluster
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.o-cluster {
  --cluster-gutter: 1.25rem;
  --cluster-width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--cluster-gutter, 20px);
}
.o-cluster > * {
  flex-basis: var(--cluster-width, auto);
  flex-shrink: 1;
}

.o-cluster--center {
  justify-content: center;
}

.o-cluster--half > * {
  min-width: 8.75rem;
  max-width: calc(50% - var(--cluster-gutter, 1.25rem));
}

/**********************************************************************************
 * OBJECTS
 * Name : Grid
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.o-grid {
  --grid-gutter: 2.5rem;
  --grid-width: 16.25rem;
  padding-left: 0;
  list-style: none;
  display: grid;
  align-content: start;
  grid-gap: var(--grid-gutter, 40px);
  gap: var(--grid-gutter, 40px);
  grid-template-columns: repeat(auto-fit, minmax(var(--grid-width, 16.25rem), 1fr));
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 61.25em) {
  .o-grid {
    grid-template-columns: repeat(auto-fit, minmax(var(--grid-width-desktop, 16.25rem), 1fr));
  }
}
.o-grid > *.is-hidden {
  display: none;
}

.o-grid--reverse {
  direction: rtl;
}
.o-grid--reverse > * {
  direction: initial;
}

.o-grid--scrollable {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0;
}
.o-grid--scrollable > * {
  flex: 0 0 auto;
  padding: 1.25rem;
  min-width: var(--grid-width, 16.25rem);
  max-width: 18.75rem;
}
.o-grid--scrollable > *:first-child {
  margin-left: auto;
}
.o-grid--scrollable > *:last-child {
  margin-right: auto;
}

/**********************************************************************************
 * OBJECTS
 * Name : Layer
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.o-layers {
  position: relative;
  padding: 2.5rem 0;
}

.o-layers__item {
  position: relative;
}
.o-layers__item--background {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 70%;
  bottom: -1.25rem;
}
.o-layers__item--background > * {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.o-layers__item--background + .o-layers__item {
  padding: 0 1.25rem 3.125rem;
}

/**
 * Media Queries
 **********************************************************************************/
@media (min-width: 46.25em) {
  .o-layers {
    padding: 2.5rem;
  }
  .o-layers__item--background {
    position: absolute;
    bottom: 0;
    height: 100%;
    padding-top: 0;
  }
  .o-layers__item--background + .o-layers__item {
    padding-top: 5rem;
  }
}
/**********************************************************************************
 * OBJECTS
 * Name : Media
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.o-media__figure {
  position: relative;
  margin-bottom: 2.5rem;
  text-align: center;
}

.o-media__decoration {
  position: absolute;
  top: 0;
  left: 0;
  color: #3d3d3b;
  transform: translateY(-1.25rem);
}

/**
 * Media Queries
 **********************************************************************************/
@media (min-width: 46.25em) {
  .o-media {
    align-items: flex-start;
    display: flex;
  }
  .o-media__figure {
    flex: 0 0 auto;
    max-width: 50%;
    margin-right: 2.5rem;
  }
  .o-media__richtext {
    flex: 1 1 auto;
    float: none;
  }
}
/**
 * Modifiers
 **********************************************************************************/
@media (min-width: 46.25em) {
  .o-media--right .o-media__figure {
    order: 1;
    justify-content: flex-end;
    margin-right: 0;
    margin-left: 2.5rem;
  }
}
.o-media--right .o-media__decoration {
  left: auto;
  right: 0;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .o-media {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * OBJECTS
 * Name : Pin
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.o-pin {
  position: relative;
  z-index: 1;
}

.o-pin__head {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.o-pin__body {
  position: relative;
  z-index: 0;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
}

.o-pin__decorations {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 50%;
}
.o-pin__decorations--top-right {
  top: 0;
  right: 0;
  text-align: right;
}
.o-pin__decorations--bottom-left {
  bottom: 0;
  left: 0;
  text-align: left;
}

.o-pin__decoration {
  position: absolute;
  max-width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.o-pin__decorations--top-right .o-pin__decoration--front {
  transform: translate(-50%, -65%);
}
.o-pin__decorations--bottom-left .o-pin__decoration--front {
  transform: translate(-60%, -50%);
}
.o-pin__decorations--top-right .o-pin__decoration--back {
  transform: translate(-50%, -20%);
}
.o-pin__decorations--bottom-left .o-pin__decoration--back {
  transform: translate(-50%, -80%);
}

/**
 * Modifiers
 **********************************************************************************/
.o-pin--left .o-pin__head {
  left: 0;
  transform: translate(-50%, -50%) rotate(-10deg);
}
.o-pin--left.o-pin--straight .o-pin__head {
  transform: translate(-50%, -50%);
}

.o-pin--right .o-pin__head {
  right: 0;
  left: auto;
  transform: translate(50%, -50%) rotate(10deg);
}
.o-pin--right.o-pin--straight .o-pin__head {
  transform: translate(50%, -50%);
}

.o-pin--narrow .o-pin__head {
  transform: translate(-50%, -25%);
}
.o-pin--narrow.o-pin--left .o-pin__head {
  transform: translate(-25%, -25%) rotate(-10deg);
}
.o-pin--narrow.o-pin--right .o-pin__head {
  transform: translate(25%, -25%) rotate(10deg);
}
.o-pin--narrow.o-pin--left.o-pin--straight .o-pin__head {
  transform: translate(-25%, -25%);
}
.o-pin--narrow.o-pin--right.o-pin--straight .o-pin__head {
  transform: translate(25%, -25%);
}

.o-pin--inside .o-pin__head {
  transform: translate(-50%, 0);
}
.o-pin--inside.o-pin--left .o-pin__head {
  transform: translate(0, 0) rotate(-10deg);
}
.o-pin--inside.o-pin--right .o-pin__head {
  transform: translate(0, 0) rotate(10deg);
}
.o-pin--inside.o-pin--left.o-pin--straight .o-pin__head {
  transform: translate(0, 0);
}
.o-pin--inside.o-pin--right.o-pin--straight .o-pin__head {
  transform: translate(0, 0);
}

.o-pin--no-shadow .o-pin__body {
  filter: none;
}

/**********************************************************************************
 * OBJECTS
 * Name : Switcher
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.o-switcher {
  position: relative;
  overflow: hidden;
}

.o-switcher__items {
  flex-wrap: wrap;
  display: flex;
}

.o-switcher__item {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  padding: 0.625rem;
}
.o-switcher__item--left, .o-switcher__item--right {
  width: 50%;
}
.o-switcher__item--left {
  margin-right: auto;
  text-align: left;
}
.o-switcher__item--right {
  margin-left: auto;
  text-align: right;
}

/* Je ne comprends ...
@include mq($from: desktop) {
    @supports(display: grid) {
        .o-switcher__items {
            display: grid;
            grid-template:
                "left top right" auto
                "left bottom right" auto;
        }

            .o-switcher__item {
                grid-area: bottom;
                width: rem(460px);
                margin-right: auto;
                margin-left: auto;

                &:first-child {
                    grid-area: top;
                    align-self: end;
                }

                &--left,
                &--right {
                    width: 100%;
                    margin: 0;
                    align-self: center;
                }

                &--left {
                    grid-area: left;
                }

                &--right {
                    grid-area: right;
                }
            }
    }
}
*/
/**********************************************************************************
 * OBJECTS
 * Name : Stack
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.o-stack {
  --stack-gutter: 1.25rem;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.o-stack > * {
  width: 100%;
}
.o-stack > * + * {
  margin-top: var(--stack-gutter, 20px);
}
.o-stack--large {
  --stack-gutter: 2.5rem;
}
.o-stack--huge {
  --stack-gutter: 5rem;
}
@media (min-width: 61.25em) {
  .o-stack--huge {
    --stack-gutter: 10rem;
  }
}

/**********************************************************************************
 * OBJECTS
 * Name : Theater
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.o-theater {
  overflow: hidden;
}

.o-theater__scene {
  width: 100%;
}

.o-theater__curtains {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 0;
  pointer-events: none;
  animation: theater-curtains-show 2s;
}

.o-theater__curtain {
  position: absolute;
  top: 50%;
  max-width: 25%;
  transform: translate3d(0, -75%, 0);
  will-change: transform;
}
.o-theater__curtain--left {
  left: 0;
}
.o-theater__curtain--right {
  right: 0;
}
.o-theater__curtain--top {
  transform: translate3d(0, -25%, 0);
}
.o-theater__curtain--down {
  transform: translate3d(0, 25%, 0);
}
.o-theater__curtain--up {
  transform: translate3d(0, -175%, 0);
}

.o-theater__image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

/**
 * Modifiers
 **********************************************************************************/
.o-theater--visible {
  overflow: visible;
}

/**
 * Animations
 **********************************************************************************/
@keyframes theater-curtains-show {
  from {
    opacity: 0;
    transform: translate3d(0, 2.5rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**********************************************************************************
 * OBJECTS
 * Name : Wrapper
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.o-wrapper {
  --wrapper-width: 73.75rem;
  --wrapper-gutter: 1.25rem;
  display: block;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--wrapper-gutter, 1.25rem);
  padding-left: var(--wrapper-gutter, 1.25rem);
  max-width: var(--wrapper-width, 73.75rem);
}
.o-wrapper--wide {
  padding-left: 0;
  padding-right: 0;
}
.o-wrapper--tiny {
  --wrapper-width: 11.5625rem;
}
.o-wrapper--xsmall {
  --wrapper-width: 17.5rem;
}
.o-wrapper--small {
  --wrapper-width: 22.5rem;
}
.o-wrapper--medium {
  --wrapper-width: 35rem;
}
.o-wrapper--intermediate {
  --wrapper-width: 47.5rem;
}
.o-wrapper--large {
  --wrapper-width: 60rem;
}
.o-wrapper--huge {
  --wrapper-width: 101.25rem;
}
.o-wrapper--left {
  margin-left: 0;
}

/**
 * Components
 **********************************************************************************/
/**********************************************************************************
 * COMPONENTS
 * Name : Icon
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.c-icon--large {
  font-size: 1.5em;
  vertical-align: middle;
}
.c-icon--huge {
  max-width: 100%;
  font-size: 10em;
  vertical-align: middle;
}
.c-icon--static {
  width: auto;
  height: auto;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-icon {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Spacer
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-spacer {
  width: 100%;
  height: 2.5em;
  background-color: currentColor;
}
.c-spacer--brush {
  display: none;
}
@supports (clip-path: url(#spacer)) and (not (-ms-ime-align: auto)) {
  .c-spacer {
    position: relative;
    left: 50%;
    background-color: transparent;
    transform: translate(-50%, 0.125rem);
  }
  .c-spacer::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    min-width: 100rem;
    background-color: currentColor;
    transform: translate(-50%, -50%);
    clip-path: url(#spacer);
    overflow: hidden;
  }
  .c-spacer--alt {
    height: 0.9375em;
  }
  .c-spacer--alt::after {
    clip-path: url(#spacer-alt);
    min-width: 0;
  }
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-spacer {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Card
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-title {
  display: block;
}

.c-title__link {
  text-decoration: none;
  color: inherit;
}
.c-title__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-title {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Badge
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
* Styles
**********************************************************************************/
.c-badge {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  align-items: center;
  position: relative;
  justify-content: center;
  display: inline-flex;
  padding: 0.25em 0.6666666667em 0.25em 1em;
  border: 0.0625rem solid transparent;
  border-radius: 2em;
  font-family: "Muli", sans-serif;
  font-size: 0.75rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  will-change: filter;
  transition: filter 250ms ease-out;
}
.c-badge--disabled, .c-badge[aria-disabled=true], .c-badge[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/**
 * States
 **********************************************************************************/
a.c-badge,
button.c-badge {
  cursor: pointer;
  transition: transform 250ms ease-out;
  will-change: transform;
}
a.c-badge:hover,
button.c-badge:hover {
  text-decoration: none;
  transform: translate3d(0, -0.125rem, 0);
}
a.c-badge:active,
button.c-badge:active {
  transform: translate3d(0, 0, 0);
  transition-duration: 0s;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-badge {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Button
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
* Styles
**********************************************************************************/
.c-button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  align-items: center;
  position: relative;
  display: inline-flex;
  padding: 0.8125em 1.375em 0.875em;
  border: 0.0625rem solid currentColor;
  border-radius: 1.875em;
  background-color: transparent;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}
.c-button--disabled, .c-button[aria-disabled=true], .c-button[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.c-button__icon {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  color: inherit;
}

.c-button__label {
  flex: 1 1 auto;
  position: relative;
  display: inline-block;
  margin: 0 0.375em;
}

/**
 * States
 **********************************************************************************/
a.c-button,
button.c-button {
  cursor: pointer;
  transition: box-shadow 250ms ease-out 0s, transform 250ms ease-out 0s;
}
a.c-button:hover,
button.c-button:hover {
  text-decoration: none;
  transform: translate3d(0, -0.125rem, 0);
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}
a.c-button:active,
button.c-button:active {
  transform: translate3d(0, 0, 0);
  transition-duration: 0s;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0);
}

/**
 * Modifiers
 **********************************************************************************/
.c-button--primary {
  border-color: #deaf00;
  background-color: #deaf00;
  color: #092330;
}

.c-button--secondary {
  border-color: #deaf00;
}

.c-button--icon {
  padding: 0.5em;
}
.c-button--icon .c-button__icon {
  margin: 0;
}
.c-button--icon .c-button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.c-button--small {
  font-size: 0.75rem;
}

button.c-button--link {
  display: inline-block;
  color: inherit;
  border: 0;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  transition: none;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: inherit;
}
button.c-button--link:hover {
  text-decoration: none;
  transform: none;
  box-shadow: none;
}
button.c-button--link:active {
  transform: none;
  box-shadow: none;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-button {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Logo
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-logo {
  display: inline-block;
  line-height: 0;
  text-align: center;
}

.c-logo__svg {
  display: inline-block;
  width: 1.42em;
  height: 1em;
  fill: currentColor;
}

.c-logo__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Modifiers
 **********************************************************************************/
.c-logo--primary .c-logo__svg {
  fill: #deaf00;
}

.c-logo--simple .c-logo__svg {
  width: 2em;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-logo {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Logo
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-bn {
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  white-space: nowrap;
}

.c-bn__letter {
  --bn-rotate: -10deg;
  display: inline-block;
}
.c-bn__letter:nth-child(14n+1) {
  color: #deaf00;
}
.c-bn__letter:nth-child(14n+2) {
  color: #a7805e;
}
.c-bn__letter:nth-child(14n+3) {
  color: #00a19a;
}
.c-bn__letter:nth-child(14n+4) {
  color: #9c4cc1;
}
.c-bn__letter:nth-child(14n+5) {
  color: #3eab37;
}
.c-bn__letter:nth-child(14n+6) {
  color: #ea599a;
}
.c-bn__letter:nth-child(14n+7) {
  color: #0e94d2;
}
.c-bn__letter:nth-child(14n+8) {
  color: #deaf00;
}
.c-bn__letter:nth-child(14n+9) {
  color: #eb660c;
}
.c-bn__letter:nth-child(14n+10) {
  color: #b1804a;
}
.c-bn__letter:nth-child(14n+11) {
  color: #e00918;
}
.c-bn__letter:nth-child(14n+12) {
  color: #95c122;
}
.c-bn__letter:nth-child(14n+13) {
  color: #f39208;
}
.c-bn__letter:nth-child(14n+14) {
  color: #62c4d9;
}
.c-bn__letter:nth-child(2n) {
  --bn-rotate: 8deg;
}

a.c-bn {
  text-decoration: none;
  cursor: pointer;
}
a.c-bn .c-bn__letter {
  will-change: transform;
  transition: transform 300ms ease-in-out;
}
a.c-bn:hover .c-bn__letter {
  transform: rotate(var(--bn-rotate, 0px));
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-bn {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Burger
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
* Styles
**********************************************************************************/
.c-burger {
  position: relative;
  width: 2.75em;
  height: 2.75em;
  padding: 0.625em;
  border: 0;
  border-radius: 1.875em;
  background-color: transparent;
  color: inherit;
  font-size: 1rem;
  appearance: none;
  cursor: pointer;
}

.c-burger__line {
  position: absolute;
  top: 1.3125em;
  left: 0.75em;
  width: 1.25em;
  height: 0.125em;
  border-radius: 0.125em;
  background-color: currentColor;
  transform-origin: center center;
  transition: transform 250ms;
}
.c-burger__line:first-child {
  transform: translateY(-0.4375em);
}
.c-burger__line:nth-child(3) {
  transform: translateY(0.4375em);
}

.c-burger__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.c-burger[aria-expanded=true] .c-burger__line,
.c-burger.is-expanded .c-burger__line {
  left: 0.6875em;
  transform: scaleX(0);
}
.c-burger[aria-expanded=true] .c-burger__line:first-child,
.c-burger.is-expanded .c-burger__line:first-child {
  transform: rotate(45deg) translateX(0.0625em) translateY(-0.0625em) scaleX(1.2);
}
.c-burger[aria-expanded=true] .c-burger__line:nth-child(3),
.c-burger.is-expanded .c-burger__line:nth-child(3) {
  transform: rotate(-45deg) translateX(0.0625em) translateY(0.0625em) scaleX(1.2);
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-burger {
    page-break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Pastille
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-pastil {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: 3.5em;
  color: #092330;
  font-weight: 800;
  text-align: center;
  line-height: 1.95;
  vertical-align: baseline;
}
.c-pastil::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #deaf00;
  transform: translate(-50%, -50%);
}

/**
 * Modifiers
 **********************************************************************************/
@supports (clip-path: url(#circle)) and (not (-ms-ime-align: auto)) {
  .c-pastil--circle::before {
    clip-path: url(#circle);
    overflow: hidden;
  }
}

/**
 * States
 **********************************************************************************/
a.c-pastil,
button.c-pastil {
  cursor: pointer;
}

/**********************************************************************************
 * COMPONENTS
 * Name : Switch
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-switch {
  position: relative;
  display: inline-block;
  font-size: 1rem;
}

.c-switch__input {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 0.9375em;
  cursor: pointer;
}

.c-switch__control {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  transition: background-color 250ms ease-out 0s, opacity 250ms ease-out 0s;
  flex: 0 0 auto;
  position: relative;
  width: 2.875em;
  border: 0.1875rem solid transparent;
  border-radius: 0.9375em;
  background-color: #cecece;
  line-height: 0;
  text-align: center;
  cursor: pointer;
}
.c-switch__control::before {
  transition: transform 250ms ease-out 0s;
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  border-radius: inherit;
  background-color: #fff;
}

.c-switch__on {
  display: none;
}

.c-switch__off {
  display: none;
}

/**
 * States
 **********************************************************************************/
.c-switch__control[aria-checked=true],
.c-switch__input:checked ~ .c-switch__control {
  background-color: #aa8c11;
}
.c-switch__control[aria-checked=true]::before,
.c-switch__input:checked ~ .c-switch__control::before {
  transform: translateX(50%);
}
.c-switch__control[aria-checked=true] .c-switch__on,
.c-switch__input:checked ~ .c-switch__control .c-switch__on {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.c-switch__control[aria-checked=false]::before,
.c-switch__input:not(:checked) ~ .c-switch__control::before {
  transform: translateX(-50%);
}
.c-switch__control[aria-checked=false] .c-switch__off,
.c-switch__input:not(:checked) ~ .c-switch__control .c-switch__off {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.c-switch__control[disabled] {
  opacity: 0.25;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-switch {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Dropdown
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
* Styles
**********************************************************************************/
.c-dropdown {
  position: relative;
  z-index: 1;
}

.c-dropdown__control {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  align-items: center;
  position: relative;
  display: inline-flex;
  padding: 0.625em 0.875em;
  border: 0.0625rem solid #aec9d4;
  border-radius: 1.875em;
  background-color: #fff;
  color: #092330;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.c-dropdown__label {
  flex: 1 1 auto;
  position: relative;
  display: inline-block;
  margin: 0 0.375em;
}

.c-dropdown__marker {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  margin: 0 0.3em;
  color: inherit;
  font-size: 1.5em;
}

.c-dropdown__menu {
  position: absolute;
  min-width: 100%;
  top: calc(100% + 0.25rem);
  overflow: auto;
  max-height: 12.5rem;
  border: 0.0625rem solid #aec9d4;
  border-radius: 0.9375em;
  background-color: #fff;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
  color: #092330;
  text-align: left;
  animation: dropdown-show ease-out 250ms;
}
.c-dropdown__menu[aria-hidden=true] {
  display: none;
}

.c-dropdown__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-dropdown__item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-dropdown__item--separator {
  border-top: 0.0625rem solid #aec9d4;
}

.c-dropdown__link {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: background-color 250ms ease-out 0s;
}
.c-dropdown__link:hover {
  background-color: #f6f6f6;
}
.c-dropdown__link--current {
  font-weight: 800;
}

/**
 * Animations
 **********************************************************************************/
@keyframes dropdown-show {
  from {
    opacity: 0;
    transform: translate3d(0, -1.25rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**
 * Print
 **********************************************************************************/
@media print {
  .c-dropdown {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Figure
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-figure {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0;
  font-size: 1rem;
  line-height: 0;
  text-align: center;
}

.c-figure__wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.c-figure__shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  transform: translate(-0.625rem, -0.625rem);
  transform-origin: right center;
  overflow: hidden;
}

.c-figure__link {
  display: inline-block;
}

.c-figure__picture {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}

.c-figure__image {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f6f6f6;
}
.c-figure__image:not(.c-figure__image--svg) {
  height: auto;
}
.c-figure__image--svg {
  padding: 0.625rem;
}

.c-figure__embed {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.c-figure__embed iframe,
.c-figure__embed object,
.c-figure__embed video,
.c-figure__embed embed,
.c-figure__embed lite-youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.c-figure__legend {
  display: block;
  margin-top: 0.5em;
  font-style: italic;
  line-height: 1.5;
}

/**
 * Modifiers
 **********************************************************************************/
.c-figure--embed .c-figure__wrapper {
  width: 100%;
}

.c-figure--embed-square .c-figure__embed {
  padding-top: 100%;
}

.c-figure--full .c-figure__wrapper,
.c-figure--full .c-figure__picture,
.c-figure--full .c-figure__image {
  width: 100%;
}

.c-figure--cover .c-figure__wrapper,
.c-figure--cover .c-figure__picture,
.c-figure--cover .c-figure__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-figure--circle .c-figure__image,
.c-figure--circle .c-figure__embed,
.c-figure--circle .c-figure__shape {
  border-radius: 50%;
}
@supports (clip-path: url(#circle)) and (not (-ms-ime-align: auto)) {
  .c-figure--circle .c-figure__image,
  .c-figure--circle .c-figure__embed,
  .c-figure--circle .c-figure__shape {
    border-radius: 0;
    clip-path: url(#circle);
  }
}
.c-figure--circle .c-figure__embed {
  padding-top: 100%;
}
.c-figure--circle .c-figure__shape {
  transform: scale(1.1);
}

@supports (clip-path: url(#canvas)) and (not (-ms-ime-align: auto)) {
  .c-figure--canvas .c-figure__image,
  .c-figure--canvas .c-figure__embed,
  .c-figure--canvas .c-figure__shape {
    clip-path: url(#canvas);
  }
}
@supports (clip-path: url(#canvas)) and (not (-ms-ime-align: auto)) {
  .c-figure--canvas:empty {
    clip-path: url(#canvas);
  }
}

@supports (clip-path: url(#canvas-alt)) and (not (-ms-ime-align: auto)) {
  .c-figure--canvas-alt .c-figure__image,
  .c-figure--canvas-alt .c-figure__embed,
  .c-figure--canvas-alt .c-figure__shape {
    clip-path: url(#canvas-alt);
  }
}

.c-figure--shadow .c-figure__picture,
.c-figure--shadow .c-figure__embed {
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
}
.c-figure--shadow:empty {
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-figure {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Pastille
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-pastil {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: 3.5em;
  color: #092330;
  font-weight: 800;
  text-align: center;
  line-height: 1.95;
  vertical-align: baseline;
}
.c-pastil::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-color: #deaf00;
  transform: translate(-50%, -50%);
}

/**
 * Modifiers
 **********************************************************************************/
@supports (clip-path: url(#circle)) and (not (-ms-ime-align: auto)) {
  .c-pastil--circle::before {
    clip-path: url(#circle);
    overflow: hidden;
  }
}

/**
 * States
 **********************************************************************************/
a.c-pastil,
button.c-pastil {
  cursor: pointer;
}

/**********************************************************************************
 * COMPONENTS
 * Name : Medal
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-medal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  font-size: 0.875rem;
  text-align: center;
}
.c-medal > * {
  margin: 0;
}
.c-medal > * + * {
  margin-top: 0.625rem;
}

.c-medal__head {
  flex: 0 0 auto;
  position: relative;
  text-align: center;
  z-index: -1;
}

.c-medal__texture {
  z-index: 1;
  position: absolute;
  top: -1.25rem;
  left: 0;
  color: #f29104;
}

.c-medal__badge {
  z-index: 1;
}

.c-medal__figure {
  z-index: 0;
  border-radius: 50%;
  overflow: hidden;
}
@supports (clip-path: url(#circle)) and (not (-ms-ime-align: auto)) {
  .c-medal__figure {
    border-radius: 0;
    clip-path: url(#circle);
  }
}
.c-medal__badge + .c-medal__figure {
  margin-top: -1.25rem;
}

.c-medal__body {
  flex: 1 0 auto;
  width: 100%;
}
.c-medal__body > * {
  margin: 0;
}
.c-medal__body > * + * {
  margin-top: 0.625rem;
}

.c-medal__suptitle {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #aa8c11;
  font-weight: 800;
}

.c-medal__title {
  font-weight: 300;
  font-family: "Neucha", sans-serif;
  font-size: 1.625rem;
  line-height: 1.2;
}

.c-medal__subtitle {
  font-size: 1em;
}

.c-medal__foot {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
.c-medal__head + .c-medal__foot {
  margin-top: -1.25rem;
}

/**
 * Media Queries
 **********************************************************************************/
@media (min-width: 46.25em) {
  .c-medal {
    font-size: 1rem;
  }
  .c-medal__title {
    font-size: 2.8125em;
  }
}
/**
 * Modifiers
 **********************************************************************************/
.c-medal--interactive {
  transition: transform 250ms ease-out;
  will-change: transform;
}
.c-medal--interactive .c-medal__figure > * {
  transition: transform 250ms ease-out;
  will-change: transform;
}
.c-medal--interactive:hover {
  transform: translate3d(0, -0.3125rem, 0);
}
.c-medal--interactive:hover .c-medal__figure > * {
  transform: scale(1.1);
}
.c-medal--interactive:active {
  transform: translate3d(0, 0, 0);
  transition-duration: 0s;
}

.c-medal--small .c-medal__title {
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.c-medal--left,
.c-medal--right {
  flex-wrap: wrap;
}
.c-medal--left .c-medal__head,
.c-medal--right .c-medal__head {
  flex-basis: 15.625rem;
  flex-grow: 1;
  width: 15.625rem;
  max-width: 100%;
}
.c-medal--left .c-medal__figure,
.c-medal--right .c-medal__figure {
  text-align: inherit;
}
.c-medal--left .c-medal__body,
.c-medal--left .c-medal__foot,
.c-medal--right .c-medal__body,
.c-medal--right .c-medal__foot {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 50%;
}
.c-medal--left .c-medal__title,
.c-medal--right .c-medal__title {
  font-size: 1.375em;
}
@media (min-width: 30em) {
  .c-medal--left .c-medal__title,
  .c-medal--right .c-medal__title {
    font-size: 2.8125em;
  }
}

.c-medal--left {
  flex-direction: row;
  text-align: left;
}
.c-medal--left .c-medal__body,
.c-medal--left .c-medal__foot {
  padding-left: 2.5rem;
}

.c-medal--right {
  flex-direction: row-reverse;
  text-align: right;
}
.c-medal--right .c-medal__body,
.c-medal--right .c-medal__foot {
  padding-right: 2.5rem;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-medal {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Search
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-miniform {
  position: relative;
  font-size: 1rem;
}

.c-miniform__label {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.875em;
  font-weight: 800;
}

.c-miniform__field {
  position: relative;
}

.c-miniform__input {
  width: 100%;
  min-height: 3em;
  padding: 0.75rem 2.5rem 0.75rem 1.25rem;
  border: 0.0625rem solid #aec9d4;
  border-radius: 1.5625rem;
  background-color: #fff;
  color: #092330;
}
.c-miniform__input::placeholder {
  font-weight: inherit;
}
.c-miniform__input::-webkit-search-decoration, .c-miniform__input::-webkit-search-cancel-button, .c-miniform__input::-webkit-search-results-button, .c-miniform__input::-webkit-search-results-decoration, .c-miniform__input::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
}
.c-miniform__input::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.c-miniform__submit {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem;
  border-radius: 50%;
  font-size: 1.5em;
  line-height: 0;
  pointer-events: none;
}

/**
 * Modifiers
 **********************************************************************************/
.c-miniform--dense .c-miniform__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.c-miniform--dense .c-miniform__input {
  font-weight: 800;
}
.c-miniform--dense .c-miniform__input::placeholder {
  color: inherit;
}

.c-miniform--primary .c-miniform__submit {
  color: #aa8c11;
}

.c-miniform--shadow .c-miniform__input {
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.2);
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-miniform {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Alert
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-alert {
  --alert-bg: #d0dfe3;
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  border-radius: 0.625rem;
  background-color: var(--alert-bg);
  color: #092330;
  font-size: 0.875rem;
  text-align: initial;
}

.c-alert__richtext {
  flex: 1 1 auto;
}

.c-alert__action {
  flex: 1 0 auto;
  font-weight: 600;
  text-align: right;
}

/**
 * Modifiers
 **********************************************************************************/
.c-alert--success {
  --alert-bg: #ccefcd;
}

.c-alert--error {
  --alert-bg: #f8ccd7;
}

.c-alert.c-alert--chip {
  display: inline-flex;
  width: auto;
  max-width: max-content;
  margin-top: 0.25rem;
  padding: 0.5rem;
  gap: 0;
  flex-wrap: nowrap;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  vertical-align: middle;
}

.c-voucher-code__used {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.625rem;
  background-color: #ccefcd;
  color: #092330;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  vertical-align: middle;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-alert {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Document
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-document {
  position: relative;
  width: 100%;
  padding: 0.625rem;
  font-size: 0.875rem;
}
.c-document > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-document > * + * {
  margin-top: 0.625rem;
}

.c-document__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 160/185;
  width: 100%;
  background-color: #f6f6f6;
  color: #fff;
}
.c-document__head--link {
  position: relative;
  z-index: 1;
}
.c-document__head--link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #092330;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease-out 0s;
}
.c-document__head--link:hover::after {
  opacity: 0.7;
}
.c-document__head--link:hover .c-document__icon {
  z-index: 1;
  opacity: 1;
}

.c-document__body {
  display: flex;
  gap: 0.3125rem;
}
.c-document__body > * {
  flex: 0 0 auto;
}

.c-document__headings {
  flex-grow: 1;
  flex-shrink: 1;
}
.c-document__headings > * {
  margin-top: 0;
  margin-bottom: 0;
}

.c-document__subtitle {
  font-size: 0.8571428571em;
  font-weight: 800;
}

.c-document__action {
  transition: color 250ms ease-out 0s;
  position: relative;
}
.c-document__action:hover {
  color: #deaf00;
}

.c-document__icon {
  font-size: 1.7142857143em;
}
.c-document__head .c-document__icon {
  transition: opacity 250ms ease-out 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3.2857142857em;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}

.c-document__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Modifiers
 **********************************************************************************/
.c-document--interactive {
  cursor: pointer;
  box-shadow: 0 0.125rem 0 rgba(0, 0, 0, 0);
  transition: background-color 250ms ease-out 0s, color 250ms ease-out 0s, box-shadow 250ms ease-out 0s;
}
.c-document--interactive:hover {
  background-color: #fff;
  color: #092330;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
}

.c-document--embed {
  max-width: 100%;
}
.c-document--embed .c-document__head {
  aspect-ratio: 16/9;
}
.c-document--embed .c-document__figure {
  width: 100%;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-document {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : FLash
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-flash {
  --flash-bg: #126175;
  position: fixed;
  z-index: 11;
  bottom: 0.625rem;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  width: calc(100% - 1.25rem);
  max-width: 73.75rem;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background-color: var(--flash-bg);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  transform: translateX(-50%);
}

.c-flash__richtext {
  flex: 1 1 auto;
  font-size: 1em;
}

.c-flash__action {
  flex: 1 0 auto;
}

.c-flash__button {
  display: inline-block;
  padding: 0.0625rem 0.875rem;
  border: 0.125rem solid #fff;
  border-radius: 1.25rem;
  background-color: #fff;
  color: #092330;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 250ms ease-out 0s, color 250ms ease-out 0s;
}
.c-flash__button:hover {
  background-color: transparent;
  color: #fff;
}

/**
 * Modifiers
 **********************************************************************************/
.c-flash--success {
  --flash-bg: #00b007;
}

.c-flash--error {
  --flash-bg: #dc0035;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-flash {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Greetings
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-greetings {
  overflow: hidden;
  line-height: 1;
  font-size: 0.875rem;
  font-style: italic;
  text-align: center;
}

.c-greetings__items {
  position: relative;
  height: 3em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-greetings__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  padding: 0.5em 0;
  opacity: 0.01;
  transition: transform 250ms ease-out 0s, opacity 250ms ease-out 0s;
}
.c-greetings__item.is-active {
  transform: translateY(0);
  opacity: 0.99;
}
.c-greetings__item.is-prev {
  transform: translateY(-100%);
}
.c-greetings__item.is-next {
  transform: translateY(100%);
}
.c-greetings__item.is-next.is-prev {
  transform: translateY(0);
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-greetings {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Minimenu
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-minimenu {
  font-size: 0.875rem;
}
.c-minimenu > * {
  margin-top: 0;
  margin-bottom: 0;
}

.c-minimenu__name {
  font-size: 0.8571428571em;
  font-weight: 800;
  text-transform: uppercase;
}

.c-minimenu__dropdown {
  margin-top: 0.9375rem;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-minimenu {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Menu
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-menu {
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}

.c-menu__top,
.c-menu__bottom {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 1.724137931%;
  color: #fff;
  line-height: 0;
  vertical-align: bottom;
}
.c-menu__top::before,
.c-menu__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}

.c-menu__top {
  bottom: -0.0625rem;
}
.c-menu__top::before {
  clip-path: url(#panel-top);
}

.c-menu__bottom {
  top: -0.0625rem;
}
.c-menu__bottom::before {
  clip-path: url(#panel-bottom);
}

.c-menu__head {
  position: relative;
  padding: 1.25rem;
  background-color: #fff;
  border-bottom: 0.0625rem solid #aa8c11;
}
.c-menu__head > * {
  margin-top: 0;
  margin-bottom: 0;
}
@supports (clip-path: url(#line)) {
  .c-menu__head {
    border-bottom: 0;
  }
  .c-menu__head::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.0625rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0.1875rem;
    background-color: #aa8c11;
    clip-path: url(#line);
  }
}

.c-menu__name {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.c-menu__body {
  padding: 0.625rem 1.25rem;
  background-color: #fff;
}

.c-menu__items {
  padding-left: 0;
  list-style: none;
}

.c-menu__link {
  align-items: center;
  padding: 0.625rem 0;
  transition: color 250ms ease-out 0s;
}
.c-menu__body .c-menu__link {
  display: flex;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
}
.c-menu__link:hover, .c-menu__link--current {
  color: #aa8c11;
}
.c-menu__link--alert::after {
  content: "";
  display: inline-block;
  height: 0.75em;
  width: 0.75em;
  vertical-align: -0.2em;
  background-color: #dc0035;
  border-radius: 1em;
  margin-left: 0.75ch;
  animation: ripple-effect 500ms ease-out;
}

.c-menu__icon {
  margin-right: 0.5ch;
  font-size: 1.8125em;
}

.c-menu__foot {
  padding: 0 1.25rem 1.25rem;
  text-align: center;
  background-color: #fff;
}

/**
 * Animations
 **********************************************************************************/
@keyframes ripple-effect {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/**
 * Print
 **********************************************************************************/
@media print {
  .c-menu {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Pagination
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-pagination {
  display: inline-flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.c-pagination__prev,
.c-pagination__next {
  transition: background-color 250ms ease-out 0s;
  display: inline-block;
  min-width: 2.1428571429em;
  padding: 0.3571428571em;
  line-height: 1.4285714286;
  border-radius: 2.1428571429em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
.c-pagination__prev:hover,
.c-pagination__next:hover {
  background-color: #d7e4ea;
}
.c-pagination__prev--disabled,
.c-pagination__next--disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-pagination__items {
  display: inline-flex;
  gap: 0.3125rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.c-pagination__link,
.c-pagination__label {
  display: inline-block;
  min-width: 2.1428571429em;
  padding: 0.3571428571em;
  border-radius: 2.1428571429em;
  text-align: center;
}
.c-pagination__prev .c-pagination__link, .c-pagination__next .c-pagination__link,
.c-pagination__prev .c-pagination__label,
.c-pagination__next .c-pagination__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.c-pagination__label {
  background-color: #092330;
  color: #fff;
  font-weight: 600;
}

.c-pagination__link {
  transition: background-color 250ms ease-out 0s;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.c-pagination__link:hover {
  background-color: #d7e4ea;
  text-decoration: none;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-pagination {
    display: none !important;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Polaroid
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-polaroid {
  position: relative;
  font-size: 0.875rem;
}
.c-polaroid > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-polaroid > * + * {
  margin-top: 0.625rem;
}

.c-polaroid__head {
  border: 0.625rem solid #fff;
}

.c-polaroid__body > * {
  margin-top: 0;
  margin-bottom: 0;
}

.c-polaroid__title {
  font-weight: 800;
}

.c-polaroid__richtext {
  font-size: 1em;
}

/**
 * Modifiers
 **********************************************************************************/
.c-polaroid--interactive {
  cursor: pointer;
  transition: transform 250ms ease-out;
  will-change: transform;
}
.c-polaroid--interactive:hover {
  transform: translate3d(0, -0.3125rem, 0);
}
.c-polaroid--interactive:active {
  transform: translate3d(0, 0, 0);
  transition-duration: 0s;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-polaroid {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Stepper
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-stepper {
  position: relative;
  padding: 1.25rem 0;
  font-size: 0.875rem;
  text-align: initial;
}

.c-stepper__items {
  display: flex;
  gap: 2.1875rem;
}

.c-stepper__item {
  flex: 1 1 auto;
  width: calc(25% - 1.640625rem);
}
.c-stepper__item--action {
  width: auto;
  flex-shrink: 0;
  align-self: center;
  text-align: center;
}

.c-stepper__head {
  font-size: 0.75rem;
}

.c-stepper__pastil {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #1d485c;
  color: #fff;
  font-weight: 800;
  text-align: center;
  line-height: 1.95;
  vertical-align: baseline;
}

.c-stepper__title {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.c-stepper__richtext.s-richtext {
  font-size: 0.875rem;
}

/**
 * Media Queries
 **********************************************************************************/
@media (max-width: 61.24em) {
  .c-stepper__items {
    flex-wrap: wrap;
  }
  .c-stepper__item {
    width: calc(33.3333333333% - 1.4583333333rem);
  }
}
@media (max-width: 46.24em) {
  .c-stepper__items {
    gap: 1.25rem;
  }
  .c-stepper__item {
    width: calc(50% - 0.625rem);
  }
}
@media (max-width: 29.99em) {
  .c-stepper {
    text-align: center;
  }
  .c-stepper__items {
    gap: 0.9375rem;
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .c-stepper__item {
    width: 100%;
  }
  .c-stepper__title {
    display: block;
    margin-top: 0.625rem;
  }
}
/**
 * Print
 **********************************************************************************/
@media print {
  .c-stepper {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Step
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-steps {
  font-size: 0.8125rem;
}

.c-steps__items {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: -0.625rem;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.c-steps__item {
  padding: 0.625rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.c-steps__item.c-steps__item--current {
  color: #deaf00;
}
.c-steps__item.c-steps__item--current ~ .c-steps__item {
  font-weight: 400;
  opacity: 0.3;
}

.c-steps__link,
.c-steps__text {
  display: inline-block;
  color: inherit;
}
.c-steps__link::before,
.c-steps__text::before {
  content: counter(steps) ".";
  counter-increment: steps;
}

.c-steps__link {
  text-decoration: none;
}
.c-steps__link:hover {
  text-decoration: underline;
}

@media (max-width: 29.99em) {
  .c-steps__item:not(.c-steps__item--current) .c-steps__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap; /* added line */
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }
}
@media (min-width: 30em) {
  .c-steps__item {
    flex: 1 0 auto;
  }
}
/**
 * Print
 **********************************************************************************/
@media print {
  .c-steps {
    display: none !important;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Cart foot
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-cart-foot {
  --cart-foot-color: var(--color-primary, #deaf00);
  display: flex;
  flex-wrap: wrap;
}

.c-cart-foot__aside {
  flex: 0 0 auto;
}

.c-cart-foot__main {
  flex: 1 1 auto;
  text-align: right;
}
.c-cart-foot__main > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-cart-foot__main > * + * {
  margin-top: 0.3125rem;
}

.c-cart-foot__total {
  color: var(--cart-foot-color, #deaf00);
}

.c-cart-foot__price {
  font-size: 1.25em;
  font-weight: 800;
  color: var(--cart-foot-color, #deaf00);
}

.c-cart-foot__notes {
  margin-top: 0.625rem;
  font-size: 0.75em;
  font-style: italic;
}

.c-cart-foot__actions {
  margin-top: 0.9375rem;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-cart-foot {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Formulas
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-formulas {
  position: relative;
}

.c-formulas__head {
  font-size: 0.75rem;
  overflow-x: auto;
}

.c-formulas__tabs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-formulas__tab {
  flex: 1 0 auto;
  min-width: 5.875rem;
  max-width: 9.375rem;
}

.c-formulas__control {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  padding: 0.4166666667em 0.25em;
  border: 0.0625rem solid #dde5e9;
  border-bottom: 0;
  border-radius: 0.625rem 0.625rem 0 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.c-formulas__control.is-active {
  z-index: 1;
  border-color: #deaf00;
  background-color: #deaf00;
}
.c-formulas__control.highlight-tax-redux {
  flex-direction: row;
  justify-content: center;
  border-radius: 0;
  text-transform: none;
  color: #092330;
  font-size: 1rem;
}
.c-formulas__control.highlight-tax-redux strong, .c-formulas__control.highlight-tax-redux span {
  display: inline;
}

.c-formulas__price {
  display: block;
  font-size: 1.4166666667em;
  font-weight: 800;
}

.c-formulas__body {
  padding: 0;
  border: 0.0625rem solid #dde5e9;
  border-top: 0;
  border-radius: 0 0 0.625rem 0.625rem;
  background-color: #fff;
  color: #849198;
  font-size: 0.875rem;
}

.c-formulas__items {
  flex-direction: column;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-formulas__item {
  width: 100%;
  padding: 0.625rem 1.25rem;
}
.c-formulas__item:first-child {
  padding-top: 1.25rem;
}
.c-formulas__item::before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23849198%22%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012%2019%206.41Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat;
  background-size: 1em;
  margin-right: 0.8333333333em;
  font-size: 0.8571428571em;
}
.c-formulas__item.is-active {
  background-color: #1d485c;
  color: #fff;
  font-weight: 800;
}
.c-formulas__item.is-active::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.914%2019%203%2013.3l2.571-2.353%203.343%203.221L18.43%205%2021%207.478%208.914%2019Z%22%2F%3E%3C%2Fsvg%3E");
}

.c-formulas__foot {
  padding: 1.25rem;
}

.c-formulas__forms {
  display: none;
}
.c-formulas__forms.is-active {
  display: block;
  text-align: right;
}

.c-formulas__actions {
  margin-top: 1.875rem;
  --cluster-gutter: 0.375rem;
  justify-content: right;
}

.c-formulas__icon {
  font-size: 1.5em;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-formulas {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Modal
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-modal {
  align-items: center;
  justify-content: center;
  display: flex;
  z-index: 100;
  text-align: initial;
}
.c-modal[aria-hidden=true] {
  display: none;
}

.c-modal,
.c-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-modal__overlay {
  background-color: #092330;
  opacity: 0.9;
  animation: popin-overlay-show 250ms ease-out;
}

.c-modal__inner {
  width: 100%;
  padding: 1.25rem;
  max-height: 100%;
  padding: 5rem 1.25rem 1.25rem;
  overscroll-behavior: contain;
  overflow-y: auto;
}

.c-modal__panel {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  animation: popin-body-show 250ms ease-out;
}

.c-modal__burger {
  position: absolute;
  z-index: 1;
  top: 0.625rem;
  right: 0.625rem;
  color: #fff;
}

.c-modal__head,
.c-modal__foot {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 1.724137931%;
  color: #1d485c;
  line-height: 0;
  vertical-align: bottom;
}
.c-modal__head::before,
.c-modal__foot::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}

.c-modal__head {
  bottom: -0.0625rem;
}
.c-modal__head::before {
  clip-path: url(#panel-top);
}

.c-modal__foot {
  top: -0.0625rem;
}
.c-modal__foot::before {
  clip-path: url(#panel-bottom);
}

.c-modal__body {
  background-color: #1d485c;
  color: #fff;
  text-align: center;
}

.c-modal__header,
.c-modal__main,
.c-modal__footer {
  padding: 1.25rem;
}

.c-modal__figure {
  flex: 0 0 auto;
  margin: 0 auto;
  width: 9.6875rem;
  height: 9.6875rem;
  margin-top: -6.25rem;
  margin-bottom: 1.25rem;
}

.c-modal__headings {
  flex: 1 1 auto;
}
.c-modal__headings > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-modal__headings > * + * {
  margin-top: 0.9375rem;
}

.c-modal__title {
  color: #deaf00;
  font-size: clamp(1.5625rem, 1.1160714286rem + 1.7857142857vw, 2.1875rem);
  font-family: "Neucha", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.c-modal__subtitle {
  margin-top: 0;
  font-size: 1.125rem;
  font-weight: 800;
}

.c-modal__cart-line--highlighted {
  color: #deaf00;
}

.c-modal__cart-price {
  font-size: 1.25em;
  color: #deaf00;
  font-weight: 800;
}

.c-modal__separator {
  display: block;
  height: 0.0625rem;
  width: calc(100% - 2.5rem);
  margin: 0 1.25rem;
  background-color: currentColor;
}
@supports (clip-path: url(#separator)) and (not (-ms-ime-align: auto)) {
  .c-modal__separator {
    height: 0.625rem;
    clip-path: url(#separator);
  }
}

.c-modal__main {
  overflow: hidden;
}

.c-modal__footer {
  text-align: center;
}

.c-modal__actions {
  margin: -0.3125rem;
}

.c-modal__button {
  margin: 0.3125rem;
}

/**
 * Media Queries
 **********************************************************************************/
@media (max-width: 29.99em) {
  .c-modal__button {
    width: 100%;
  }
  .c-modal__separator,
  .c-modal__main {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .c-modal__body {
    text-align: inherit;
  }
  .c-modal__header {
    display: flex;
  }
  .c-modal__figure {
    width: 14.0625rem;
    height: 14.0625rem;
    margin-top: -4.375rem;
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
  .c-modal__title {
    padding-right: 1.875rem;
  }
  .c-modal__separator {
    margin: 0;
    width: 100%;
  }
}
/**
 * Animations
 **********************************************************************************/
@keyframes popin-body-show {
  from {
    transform: scale3d(1.2, 1.2, 1);
    opacity: 0;
  }
}
@keyframes popin-overlay-show {
  from {
    opacity: 0;
  }
}
/**
 * Print
 **********************************************************************************/
@media print {
  .c-modal {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Panel
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-panel {
  --panel-pt: 2.5rem;
  --panel-pr: 1.25rem;
  --panel-pb: 2.5rem;
  --panel-pl: 1.25rem;
  --panel-background: #fff;
  --panel-color: #092330;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.c-panel > * {
  width: 100%;
}

.c-panel__frame {
  display: none;
}

.c-panel__head,
.c-panel__foot {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 1.724137931%;
  color: var(--panel-background);
  line-height: 0;
  vertical-align: bottom;
}
.c-panel__head::before,
.c-panel__foot::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}

.c-panel__head {
  bottom: -0.0625rem;
}
.c-panel__head::before {
  clip-path: url(#panel-top);
}

.c-panel__foot {
  top: -0.0625rem;
}
.c-panel__foot::before {
  clip-path: url(#panel-bottom);
}

.c-panel__body {
  display: flex;
  padding-top: var(--panel-pt, 2.5rem);
  padding-right: var(--panel-pr, 1.25rem);
  padding-bottom: var(--panel-pb, 2.5rem);
  padding-left: var(--panel-pl, 1.25rem);
  overflow: hidden;
  background-color: var(--panel-background, #fff);
  color: var(--panel-color, #092330);
}

.c-panel__hearts {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

.c-panel__heart {
  position: absolute;
  top: 0.75em;
  right: 0.5em;
  width: auto;
  font-size: 1.5rem;
  color: #fff;
  mix-blend-mode: difference;
}
.c-panel__heart:nth-child(2) {
  transform: translate(-1em, -1.75em);
}
.c-panel__heart:nth-child(3) {
  transform: translate(1em, -2.5em);
}

.c-panel__icon {
  flex: 0 0 auto;
  margin-right: var(--panel-pl, 1.25rem);
  color: #deaf00;
  font-size: 2.5rem;
}

.c-panel__main {
  flex: 1 1 auto;
  max-width: 100%;
}

.c-panel__figure {
  margin-top: calc(-2.5 * var(--panel-pt));
}

/**
 * Media Queries
 **********************************************************************************/
@media (min-width: 46.25em) {
  .c-panel {
    --panel-pr: 2.5rem;
    --panel-pl: 2.5rem;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }
  .c-panel > * {
    width: 100%;
  }
  .c-panel__icon {
    font-size: 5.3125rem;
  }
}
/**
 * Modifiers
 **********************************************************************************/
.c-panel--framed {
  --panel-pt: 1.25rem;
  --panel-pr: 1.25rem;
  --panel-pb: 1.25rem;
  --panel-pl: 1.25rem;
  --panel-background: transparent;
  --panel-color: currentColor;
}
.c-panel--framed .c-panel__frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 46.25em) {
  .c-panel--framed {
    --panel-pt: 2.5rem;
    --panel-pr: 2.5rem;
    --panel-pb: 2.5rem;
    --panel-pl: 2.5rem;
  }
}

.c-panel--shadow {
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-panel {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Icon
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-product__gift-icon {
  position: absolute;
  top: 0.9375rem;
  right: 0.3125rem;
  font-size: 4.1428571429em;
  font-size: clamp(32px, 15vw, 58px);
  color: #deaf00;
  fill: currentColor;
  z-index: 1;
  transform: translate(0, -100%) rotate(8deg);
  pointer-events: none;
}

.c-product {
  position: relative;
  display: grid;
  grid-template: "heading details" auto "formula formula" auto "config config" auto/8.4375rem 1fr;
  border-radius: 0.625rem;
  background-color: #fff;
  color: #092330;
  font-size: 0.875rem;
}

.c-product__heading,
.c-product__details,
.c-product__formula,
.c-product__config {
  padding: 1em;
}

.c-product__heading {
  position: relative;
  grid-area: heading;
  text-align: center;
}
.c-product__heading > * {
  margin: 0;
}

.c-product__figure {
  margin-bottom: 0.25rem;
}

.c-product__badge {
  position: absolute;
  top: 1.5em;
  right: 1em;
  font-size: 0.8571428571em;
  font-weight: 800;
  letter-spacing: normal;
}

.c-product__title {
  font-size: 1.1428571429em;
  font-weight: 800;
}

.c-product__details {
  grid-area: details;
  width: 100%;
}
.c-product__details > * {
  margin: 0;
}
.c-product__details > * + * {
  margin-top: 0.5rem;
}

.c-product__name {
  font-size: clamp(1rem, 0.9107142857rem + 0.3571428571vw, 1.125rem);
  line-height: 1.2;
}

.c-product__list {
  padding: 0;
  font-size: 0.9285714286em;
  list-style: none;
}

.c-product__notes {
  font-size: 0.8571428571em;
  color: #aa8c11;
}

.c-product__formula {
  grid-area: formula;
}

.c-product__price {
  font-size: 1.1428571429em;
  font-weight: 800;
}

.c-product__forms {
  display: flex;
  align-items: center;
}

.c-product__form {
  flex: 0 0 auto;
  margin-left: 0.9375rem;
}
.c-product__form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.c-product__form:first-child {
  flex-grow: 1;
  margin-left: 0;
}

.c-product__remove {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  border-radius: 50%;
  padding: 0.25em;
  line-height: 0;
  cursor: pointer;
}

.c-product__duplicate {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  z-index: 1;
}

.c-product__duplicate-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.c-product__config {
  grid-area: config;
}

.c-product__conditionnal {
  font-weight: bold;
}

.c-product__gift {
  position: relative;
  margin-top: 1.25rem;
  padding: 0.25em 1em 1em;
  border-radius: 0.625rem;
  background-color: #126175;
  color: #fff;
  animation: product-gift-show 250ms ease-out;
}
.c-product__gift[aria-hidden=true] {
  display: none;
}

.c-product__gift-action {
  text-align: right;
  font-weight: 800;
}

/**
 * Media Queries
 **********************************************************************************/
@media (min-width: 46.25em) {
  .c-product {
    display: grid;
    grid-template: "heading details formula" auto "heading config formula" auto/8.4375rem 1fr 15rem;
  }
}
@media (max-width: 46.24em) {
  .c-product__form--remove {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
  }
}
/**
 * Modifiers
 **********************************************************************************/
.c-product--small {
  grid-template: "heading details formula" auto/5.625rem 1fr 3.125rem;
}
.c-product--small .c-product__heading,
.c-product--small .c-product__details,
.c-product--small .c-product__formula {
  padding: 0 0 0 1em;
}
.c-product--small .c-product__heading:first-child,
.c-product--small .c-product__details:first-child,
.c-product--small .c-product__formula:first-child {
  padding-left: 0;
}
.c-product--small .c-product__badge {
  position: absolute;
  top: 0.5em;
  right: 0;
  font-size: 0.8571428571em;
  font-weight: 800;
  letter-spacing: normal;
}

/**
 * Animations
 **********************************************************************************/
@keyframes product-gift-show {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Print
 **********************************************************************************/
@media print {
  .c-icon {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Tile
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-tile {
  --tile-shape-delta-top: -11%;
  --tile-shape-delta-right: 4%;
  --tile-shape-delta-bottom: -5%;
  --tile-shape-delta-left: 6%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.625rem 1.25rem 0.9375rem;
  background-color: #fff;
  box-shadow: 0rem 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
  color: #092330;
  font-size: 1rem;
  text-align: center;
}
.c-tile > * {
  flex: 0 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}
@supports (clip-path: url(#tile)) and (not (-ms-ime-align: auto)) {
  .c-tile {
    box-shadow: none;
    background-color: transparent;
    filter: drop-shadow(0rem 0.25rem 0.9375rem rgba(0, 0, 0, 0.1));
  }
  .c-tile::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: url(#tile);
  }
}

.c-tile__head {
  position: relative;
  display: inline-block;
  font-size: 3.75em;
}
.c-tile__head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1em;
  width: 1.15em;
  border-radius: 44% 56% 59% 41%/61% 45% 55% 39%;
  border-radius: calc(50% - var(--tile-shape-delta-left)) calc(50% + var(--tile-shape-delta-left)) calc(50% - var(--tile-shape-delta-right)) calc(50% + var(--tile-shape-delta-right))/calc(50% - var(--tile-shape-delta-top)) calc(50% + var(--tile-shape-delta-bottom)) calc(50% - var(--tile-shape-delta-bottom)) calc(50% + var(--tile-shape-delta-top));
  background-color: currentColor;
  opacity: 0.2;
  transform: translate(-75%, -40%);
}

.c-tile__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.c-tile__title {
  margin: 0;
  font-weight: 800;
}
.c-tile__title .c-tile__mainlink {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}
.c-tile__title .c-tile__mainlink::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-tile__title .c-tile__mainlink:hover {
  text-decoration: none;
  color: inherit;
}

.c-tile__marker {
  pointer-events: none;
  margin-top: 0.3125rem;
  font-size: 1.125em;
}

/**
 * Modifiers
 **********************************************************************************/
.c-tile--interactive {
  transition: filter 250ms ease-out 0s;
}
.c-tile--interactive .c-tile__head::before {
  transition: border-radius 250ms ease-out 0s;
}
.c-tile--interactive:hover {
  --tile-shape-delta-top: 0%;
  --tile-shape-delta-right: 0%;
  --tile-shape-delta-bottom: 0%;
  --tile-shape-delta-left: 0%;
  filter: drop-shadow(0rem 0.875rem 0.9375rem rgba(0, 0, 0, 0.15));
}

.c-tile--zooparc {
  --tile-shape-delta-top: 4%;
  --tile-shape-delta-left: -9%;
}
.c-tile--zooparc .c-tile__head::before {
  color: #94c11f;
}

.c-tile--godson {
  --tile-shape-delta-right: -7%;
  --tile-shape-delta-bottom: 2%;
}
.c-tile--godson .c-tile__head::before {
  color: #ed6e66;
}

.c-tile--thanks {
  --tile-shape-delta-top: -2%;
  --tile-shape-delta-right: 9%;
}
.c-tile--thanks .c-tile__head::before {
  color: #f29104;
}

.c-tile--beauval-nature {
  --tile-shape-delta-bottom: -10%;
  --tile-shape-delta-left: -6%;
}
.c-tile--beauval-nature .c-tile__head::before {
  color: #06a099;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-tile {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Order
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-order {
  position: relative;
  padding: 1.25rem;
  border: 0.0625rem solid #dde5e9;
  border-radius: 0.625rem;
  background-color: #fff;
  font-size: 1rem;
}
.c-order > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-order > * + * {
  margin-top: 0.625rem;
}

.c-order__title {
  font-size: clamp(1.25rem, 0.9821428571rem + 1.0714285714vw, 1.625rem);
  line-height: 1.2;
  margin-bottom: 0.9375rem;
  color: #aa8c11;
}

.c-order__label {
  font-weight: 800;
}

.c-order__summary {
  position: relative;
  display: inline-block;
  padding-right: 1.5625rem;
  text-decoration: underline;
  cursor: pointer;
}
.c-order__summary::-webkit-details-marker {
  display: none;
}
.c-order__summary::marker {
  font-size: 0;
}
.c-order__summary::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1em;
  height: 1em;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23092330%22%20d%3D%22m7.115%208.295%204.59%204.58%204.59-4.58%201.41%201.41-6%206-6-6%201.41-1.41Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat;
  font-size: 1.375em;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-order__details[open] .c-order__summary::before {
  transform: translateY(-50%) rotate(0.5turn);
}

.c-order__informations {
  margin-top: 0.9375rem;
}
.c-order__informations > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-order__informations > * + * {
  margin-top: 0.625rem;
}

.c-order__items {
  --grid-gutter: 0.9375rem;
  --grid-width: 10.625rem;
  margin-top: 0;
}

.c-order__link {
  display: inline-block;
  text-decoration: none;
}
.c-order__link:hover {
  text-decoration: none;
}

.c-order__icon {
  font-size: 1.25em;
  color: #aa8c11;
  text-decoration: none;
}

.c-order__download {
  text-decoration: underline;
}
.c-order__link:hover .c-order__download {
  text-decoration: none;
}

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

.c-voucher-code__wrapper {
  display: block;
  margin-top: 0.25rem;
}

.c-voucher-code [data-voucher-code-target=trigger] {
  display: block;
}
.c-voucher-code [data-voucher-code-target=trigger][hidden] {
  display: none;
}

.c-voucher-code .c-button--small {
  padding: 0.75em 1.3333333333em;
  line-height: 1.2;
}
.c-voucher-code .c-button--small .c-button__label {
  line-height: 1.2;
}

.c-voucher-code__field {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding: 0.625rem 0.875rem;
  border: 0.0625rem solid #dde5e9;
  border-radius: 0.625rem;
  background-color: #fff;
  max-width: 100%;
}
.c-voucher-code__field[hidden] {
  display: none;
}

.c-voucher-code__field--revealed {
  padding: 0.5rem 0.875rem;
}

.c-voucher-code__value {
  font-family: monospace;
  font-size: 1.125em;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  color: #aa8c11;
}

.c-voucher-code__copy.is-copied .c-button__icon {
  color: #00b007;
}

/**
 * Media Queries
 **********************************************************************************/
@media (min-width: 61.25em) {
  .c-order__title {
    padding-right: 14.375rem;
  }
  .c-order__link {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    max-width: 13.125rem;
  }
}
/**
 * Print
 **********************************************************************************/
@media print {
  .c-order {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Sponsor
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-sponsor {
  position: relative;
  padding: 0.625rem;
  border: 0.0625rem solid #dde5e9;
  border-radius: 0.625rem;
  background-color: #fff;
  font-size: 0.875rem;
}
@media (min-width: 61.25em) {
  .c-sponsor {
    display: flex;
  }
}

.c-sponsor__head,
.c-sponsor__body,
.c-sponsor__foot {
  flex: 0 0 auto;
  padding: 0.625rem;
}
.c-sponsor__head > *,
.c-sponsor__body > *,
.c-sponsor__foot > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-sponsor__head > * + *,
.c-sponsor__body > * + *,
.c-sponsor__foot > * + * {
  margin-top: 0.625rem;
}

.c-sponsor__head {
  text-align: center;
}

.c-sponsor__figure {
  display: inline-block;
  width: 7.5rem;
  height: 7.5rem;
}

.c-sponsor__body {
  flex: 1 1 auto;
}

.c-sponsor__headings > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-sponsor__headings > * + * {
  margin-top: 0.625rem;
}
@media (max-width: 46.24em) {
  .c-sponsor__headings {
    text-align: center;
  }
}

.c-sponsor__suptitle {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #aa8c11;
}

.c-sponsor__title {
  font-size: clamp(1.75rem, 0.9910714286rem + 3.0357142857vw, 2.8125rem);
  line-height: 1.2;
  font-family: "Neucha", sans-serif;
  font-weight: 400;
}
.c-sponsor__title .c-sponsor__mainlink {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}
.c-sponsor__title .c-sponsor__mainlink::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-sponsor__title .c-sponsor__mainlink:hover {
  text-decoration: none;
  color: inherit;
}

.c-sponsor__details {
  font-size: 1em;
}

@media (min-width: 46.25em) {
  .c-sponsor__foot {
    text-align: right;
  }
}

.c-sponsor__metas {
  font-size: 1em;
}

@media (max-width: 46.24em) {
  .c-sponsor__action {
    text-align: center;
  }
}

/**
 * Modifiers
 **********************************************************************************/
.c-sponsor--interactive {
  transition: background-color 250ms ease-out 0s;
}
.c-sponsor--interactive:hover {
  background-color: #fafafa;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-sponsor {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Slider
 **********************************************************************************/
.c-slider {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.c-slider * {
  box-sizing: inherit;
}
.c-slider__track {
  overflow: hidden;
}
.c-slider__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.c-slider__slides--dragging {
  user-select: none;
}
.c-slider__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.c-slider__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.c-slider__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.c-slider__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.c-slider--rtl {
  direction: rtl;
}

/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-slider {
  --slider-slide-width: 100%;
  --slider-slide-gutter: 10px;
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
}
.c-slider:not(.is-init) .c-slider__slides {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}
.c-slider .c-slider__track {
  overflow: visible;
}

.c-slider__slides {
  margin: 0;
}

.c-slider__slide {
  width: var(--slider-slide-width, 100%);
  max-width: 100%;
  padding: var(--slider-slide-gutter, 0.625rem);
  transition: opacity 250ms ease-out;
}
.c-slider__slide.is-hidden {
  opacity: 0.15;
}

.c-slider__controls {
  text-align: center;
}

.c-slider__control {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  padding: 0.3125rem;
  line-height: 0;
  cursor: pointer;
  transition: opacity 250ms ease-out;
}
.c-slider__control.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-slider__icon {
  font-size: 2.5rem;
}

.c-slider__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Media Queries
 **********************************************************************************/
@media (min-width: 46.25em) {
  .c-slider__control {
    font-size: 3.4375rem;
  }
}
/**
 * Modifiers
 **********************************************************************************/
.c-slider--visible {
  overflow: visible;
}

.c-slider--cover .c-slider__track,
.c-slider--cover .c-slider__slides {
  height: 100%;
}
.c-slider--cover .c-slider__slide {
  padding: 0;
}
.c-slider--cover .c-slider__slide > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-slider--cover .c-slider__controls {
  position: absolute;
  top: 50%;
  left: 1.25rem;
  right: 1.25rem;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-slider {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Animal
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
* Styles
**********************************************************************************/
.c-animal__aside {
  position: relative;
}

.c-animal__figure,
.c-animal__slider {
  height: 28.4375rem;
}

.c-animal__decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  max-width: 10.75rem;
  height: auto;
}

.c-animal__sticker {
  position: absolute;
  top: 1.5625rem;
  left: 0.9375rem;
  width: 5rem;
  height: 5rem;
}

.c-animal__main {
  padding: 1.25rem 0;
}

.c-animal__head > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-animal__head > * + * {
  margin-top: 0.625rem;
}

.c-animal__breadcrumb {
  margin-bottom: 1.875rem;
}

.c-animal__suptitle {
  display: block;
  font-size: clamp(1.25rem, 0.9821428571rem + 1.0714285714vw, 1.625rem);
  line-height: 1.2;
  font-weight: 300;
}

.c-animal__title {
  display: block;
  font-size: clamp(1.875rem, 0.7589285714rem + 4.4642857143vw, 3.4375rem);
  line-height: 1.2;
}
.c-animal__suptitle + .c-animal__title {
  margin-top: 0;
}

.c-animal__sponsorship {
  margin-top: 1.875rem;
}

.c-animal__formulas {
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/**
* Media Queries
**********************************************************************************/
@media (max-width: 61.24em) {
  .c-animal__suptitle,
  .c-animal__title {
    text-align: center;
  }
  .c-animal__formulas {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 61.25em) {
  .c-animal {
    display: flex;
  }
  .c-animal__aside,
  .c-animal__main {
    width: 50%;
  }
  .c-animal__aside {
    width: 50%;
  }
  .c-animal__figure,
  .c-animal__slider {
    position: sticky;
    top: 0;
    height: calc(100vh - var(--header-height, 12.375rem));
  }
  @supports (clip-path: url(#animal-aside)) {
    .c-animal__figure,
    .c-animal__slider {
      clip-path: url(#animal-aside);
    }
  }
  .c-animal__sticker {
    top: 2.5rem;
    left: 1.875rem;
    width: 6.25rem;
    height: 6.25rem;
  }
  .c-animal__main {
    padding: 2.5rem;
  }
  .c-animal__formulas {
    margin-top: 2.8125rem;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Counterparts
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-counterparts {
  --counterparts-shape-delta-top: -11%;
  --counterparts-shape-delta-right: 4%;
  --counterparts-shape-delta-bottom: -5%;
  --counterparts-shape-delta-left: 6%;
  position: relative;
}

.c-counterparts__shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 1em;
  width: 1.15em;
  border-radius: 44% 56% 59% 41%/61% 45% 55% 39%;
  border-radius: calc(50% - var(--counterparts-shape-delta-left)) calc(50% + var(--counterparts-shape-delta-left)) calc(50% - var(--counterparts-shape-delta-right)) calc(50% + var(--counterparts-shape-delta-right))/calc(50% - var(--counterparts-shape-delta-top)) calc(50% + var(--counterparts-shape-delta-bottom)) calc(50% - var(--counterparts-shape-delta-bottom)) calc(50% + var(--counterparts-shape-delta-top));
  font-size: clamp(17.5rem, 13.9285714286rem + 14.2857142857vw, 22.5rem);
  background-color: currentColor;
  opacity: 0.2;
  transform: translate(-40%, 0);
}

.c-counterparts__decoration {
  position: absolute;
  top: 0;
  left: 0;
  fill: #1d485c;
  transform: translate(-90%, 0);
}
@media (max-width: 61.24em) {
  .c-counterparts__decoration {
    transform: translate(-65%, 10%);
  }
}

.c-counterparts__title {
  font-size: clamp(1.25rem, 0.9821428571rem + 1.0714285714vw, 1.625rem);
  line-height: 1.2;
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

.c-counterparts__icon {
  font-size: 3.0769230769em;
}

/**
 * Modifiers
 **********************************************************************************/
.c-counterparts--zooparc {
  --counterparts-shape-delta-top: 4%;
  --counterparts-shape-delta-left: -9%;
}
.c-counterparts--zooparc .c-counterparts__shape,
.c-counterparts--zooparc .c-counterparts__decoration {
  color: #94c11f;
}

.c-counterparts--godson {
  --counterparts-shape-delta-right: -7%;
  --counterparts-shape-delta-bottom: 2%;
}
.c-counterparts--godson .c-counterparts__shape,
.c-counterparts--godson .c-counterparts__decoration {
  color: #ed6e66;
}

.c-counterparts--thanks {
  --counterparts-shape-delta-top: -2%;
  --counterparts-shape-delta-right: 9%;
}
.c-counterparts--thanks .c-counterparts__shape,
.c-counterparts--thanks .c-counterparts__decoration {
  color: #f29104;
}

.c-counterparts--beauval-nature {
  --counterparts-shape-delta-bottom: -10%;
  --counterparts-shape-delta-left: -6%;
}
.c-counterparts--beauval-nature .c-counterparts__shape,
.c-counterparts--beauval-nature .c-counterparts__decoration {
  color: #06a099;
}

/**********************************************************************************
 * COMPONENTS
 * Name : Scene
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-scene {
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: 30rem;
  overflow: hidden;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  color: #fff;
  background-color: #0e3142;
  text-align: center;
}
@media (min-width: 46.25em) {
  .c-scene {
    min-height: 43.75rem;
  }
}

.c-scene__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}

.c-scene__wrapper {
  --wrapper-width: 61.125rem;
  flex: 0 0 auto;
  position: relative;
}

.c-scene__title {
  font-size: clamp(1.875rem, 0.7589285714rem + 4.4642857143vw, 3.4375rem);
  line-height: 1.2;
  margin: 0 auto;
  font-weight: 300;
  line-height: 1.15;
  text-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.6);
}

#lottie-scene {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
#lottie-scene svg {
  width: 100%;
  height: 100%;
  display: block;
}

.c-scene__spacer {
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-scene {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Breadcrumb
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-breadcrumb {
  font-size: 0.8125rem;
}

.c-breadcrumb__items {
  display: block;
  margin: 0;
  padding: 0;
}

.c-breadcrumb__item {
  display: none;
}
.c-breadcrumb__item::before, .c-breadcrumb__item::after {
  margin-right: 0.5ch;
  margin-left: 0.5ch;
}
.c-breadcrumb__item::before {
  content: "‹";
  display: inline-block;
}
.c-breadcrumb__item::after {
  content: "›";
  display: none;
}
.c-breadcrumb__item:nth-last-child(2) {
  display: inline-block;
}

.c-breadcrumb__link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.c-breadcrumb__link:hover {
  text-decoration: none;
}
.c-breadcrumb__item--current .c-breadcrumb__link {
  text-decoration: none;
}

/**
 * Media Queries
 **********************************************************************************/
@media (max-width: 46.24em) {
  .c-breadcrumb:not(.c-breadcrumb--minimal) {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .c-breadcrumb:not(.c-breadcrumb--minimal) .c-breadcrumb__item {
    display: inline-block;
  }
  .c-breadcrumb:not(.c-breadcrumb--minimal) .c-breadcrumb__item::before {
    display: none;
  }
  .c-breadcrumb:not(.c-breadcrumb--minimal) .c-breadcrumb__item::after {
    display: inline-block;
  }
  .c-breadcrumb:not(.c-breadcrumb--minimal) .c-breadcrumb__item--current::after {
    display: none;
  }
}
/**
 * Print
 **********************************************************************************/
@media print {
  .c-breadcrumb {
    display: none !important;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Navigation
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-navigation {
  font-size: 0.8125rem;
}

.c-navigation__body {
  font-weight: 800;
  text-transform: uppercase;
}

.c-navigation__items {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0.625rem;
  list-style: none;
}

.c-navigation__item {
  display: inline-block;
  margin: 0;
  color: inherit;
  transition: color 250ms;
}
.c-navigation__item--action {
  margin: 1.25rem 0;
}

.c-navigation__link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.625rem;
  text-decoration: none;
  cursor: pointer;
  transition: color 250ms ease-out;
}
.c-navigation__link:hover, .c-navigation__link.is-current {
  color: #deaf00;
}

.c-navigation__foot {
  padding: 1.25rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
}

/**
 * Mobile
 **********************************************************************************/
.c-navigation[aria-hidden] .c-navigation__body {
  padding: 1.25rem 2.5rem;
}
.c-navigation[aria-hidden] .c-navigation__items {
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.c-navigation[aria-hidden] .c-navigation__item {
  width: 100%;
  padding: 0;
}
.c-navigation[aria-hidden] .c-navigation__link {
  display: block;
  width: 100%;
}

/**
 * Desktop
 **********************************************************************************/
.c-navigation:not([aria-hidden]) .c-navigation__body {
  padding: 0.1875rem 0 0 0.625rem;
}
.c-navigation:not([aria-hidden]) .c-navigation__foot {
  display: none;
}

/**
 * Print
 **********************************************************************************/
@media print {
  .c-navigation {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Header
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
:root {
  --header-height: 6.25rem;
}

.c-header {
  position: relative;
  z-index: 20;
}

.c-header__top {
  background-color: #0a2330;
  color: #fff;
  font-size: 0.8125em;
}

.c-header__greetings {
  width: 100%;
  margin: 0;
}

.c-header__main {
  padding: 0.5rem 0 0.1875rem;
  background-color: #0e3142;
  color: #fff;
}

.c-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-header__navigation {
  width: 100%;
  flex-grow: 1;
  flex-basis: 100%;
}
@media (max-width: 61.24em) {
  .c-header__navigation {
    display: none;
  }
  .c-header__navigation[aria-hidden=false] {
    display: block;
  }
}

.c-header__logo {
  max-width: 6.25rem;
  font-size: 3.125rem;
  margin: 0 auto;
}

.c-header__items {
  display: flex;
  gap: 1.25rem;
  width: calc(50% - 3.125rem);
  align-items: center;
}
.c-header__items--right {
  justify-content: flex-end;
  margin-left: auto;
}
.c-header__items--top {
  display: none;
}

@media (max-width: 61.24em) {
  .c-header__item--desktop {
    display: none;
  }
}
@media (min-width: 61.25em) {
  .c-header__item--mobile {
    display: none;
  }
}

@media (min-width: 61.25em) {
  .c-header__burger {
    display: none;
  }
}

.c-header__link {
  transition: color 250ms ease-out 0s;
  font-weight: 800;
  text-decoration: none;
}
.c-header__link--external {
  font-size: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
}
.c-header__link:hover {
  color: #deaf00;
}

.c-header__icon {
  font-size: 1.3125em;
}

.c-header__foot {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  line-height: 0;
  overflow: hidden;
  height: 0;
  padding-top: 1.5%;
}

.c-header__separator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e3142;
  vertical-align: top;
  clip-path: url(#header-separator);
}

/**
 * Media Queries
 **********************************************************************************/
@media (max-width: 61.24em) {
  .c-header__navigation {
    animation: header-navigation-open 500ms ease-out;
  }
}
@media (min-width: 61.25em) {
  :root {
    --header-height: 12.375rem;
  }
  .c-header__main {
    padding-top: 1rem;
  }
  .c-header__wrapper {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .c-header__items {
    width: auto;
  }
  .c-header__items--right {
    order: 4;
  }
  .c-header__items--top {
    display: block;
    width: 100%;
    text-align: right;
    justify-content: end;
  }
  .c-header__logo {
    max-width: 8.75rem;
    font-size: 4.375rem;
  }
  .c-header__navigation {
    width: auto;
    flex-basis: auto;
  }
}
/**
 * Animations
 **********************************************************************************/
@keyframes header-navigation-open {
  from {
    opacity: 0;
    transform: translate3d(0, -1.25rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/**
 * Print
 **********************************************************************************/
@media print {
  .c-header {
    break-inside: avoid;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Badge
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
* Styles
**********************************************************************************/
.c-footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
}

.c-footer__decoration {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  width: 18%;
  max-width: 100%;
  line-height: 0;
}
@media (max-width: 61.24em) {
  .c-footer__decoration {
    display: none;
  }
}

.c-footer__leaves {
  max-width: 100%;
  height: auto;
}

.c-footer__head {
  position: absolute;
  bottom: 100%;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  line-height: 0;
  padding-top: 1.25%;
  overflow: hidden;
  height: 0;
}

.c-footer__separator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e3142;
  vertical-align: bottom;
  clip-path: url(#footer-separator);
}

.c-footer__main {
  padding: 1.875rem 0;
  background-color: #0e3142;
  color: #fff;
}

.c-footer__wrapper {
  --wrapper-width: 48.75rem;
}

.c-footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.c-footer__column {
  flex: 0 0 auto;
  width: 100%;
}
.c-footer__column > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-footer__column > * + * {
  margin-top: 0.4375rem;
}

.c-footer__logo {
  font-size: 5.2857142857em;
}

.c-footer__title {
  font-size: 1rem;
  font-weight: 800;
}

.c-footer__items {
  padding: 0;
  list-style: none;
  color: #9fadb3;
}

.c-footer__link {
  text-decoration: none;
}
.c-footer__link--primary {
  margin-top: 1.5em;
  display: block;
  font-weight: 800;
  color: #deaf00;
}
.c-footer__link:hover {
  text-decoration: underline;
}

.c-footer__bottom {
  padding: 0.9375rem 0;
  background-color: #0a2330;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}

/**
 * Modifiers
 **********************************************************************************/
.c-footer--simple .c-footer__bottom {
  background-color: #0f2e34;
}

/**
 * Media Queries
 **********************************************************************************/
@media (max-width: 46.24em) {
  .c-footer {
    text-align: center;
  }
  .c-footer__column--logo {
    display: none;
  }
}
@media (min-width: 46.25em) {
  .c-footer__column {
    width: calc(36% - 1.25rem);
  }
  .c-footer__column--logo {
    width: 28%;
  }
}
/**
 * Print
 **********************************************************************************/
@media print {
  .c-footer {
    display: none;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Checkout
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-checkout {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #194141;
  background-image: linear-gradient(to bottom, rgba(10, 35, 48, 0) 0%, #103138 100%);
  color: #fff;
}

.c-checkout__decoration {
  display: block;
  position: absolute;
  width: 25%;
  line-height: 0;
  pointer-events: none;
}
.c-checkout__decoration--top-left {
  top: 0;
  left: 0;
  text-align: left;
}
.c-checkout__decoration--top-right {
  top: 0;
  right: 0;
  text-align: right;
}
.c-checkout__decoration--bottom-right {
  bottom: 0;
  right: 0;
  text-align: right;
  width: 20%;
}
@media (max-width: 61.24em) {
  .c-checkout__decoration--bottom-right {
    display: none;
  }
}
.c-checkout__decoration--bottom-left {
  bottom: 0;
  left: 0;
  text-align: left;
}
.c-checkout__decoration--large {
  width: 50%;
}

.c-checkout__image {
  max-width: 100%;
  height: auto;
}

.c-checkout__header,
.c-checkout__main,
.c-checkout__footer {
  flex: 0 0 auto;
  width: 100%;
}

.c-checkout__header {
  position: relative;
  padding: 1.25rem;
  text-align: center;
}

.c-checkout__back {
  position: absolute;
  top: 1.875rem;
  left: 1.25rem;
}

.c-checkout__wrapper {
  max-width: 45rem;
  font-size: 1.125rem;
}
.c-checkout__wrapper > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-checkout__wrapper > * + * {
  margin-top: 1.25rem;
}
@media (max-width: 29.99em) {
  .c-checkout__wrapper {
    padding-top: 3.75rem;
  }
}

.c-checkout__logo {
  font-size: 3.125rem;
}

.c-checkout__body {
  flex-grow: 1;
}
.c-checkout__body--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-checkout__content {
  padding: 2.5rem 0;
}
.c-checkout__content > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-checkout__content > * + * {
  margin-top: 2.5rem;
}

.c-checkout__title {
  font-size: clamp(1.25rem, 0.9821428571rem + 1.0714285714vw, 1.625rem);
  line-height: 1.2;
  font-family: "Neucha", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.c-checkout__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.c-checkout__main {
  flex-basis: 0;
  flex-grow: 999;
  min-width: 50%;
}

.c-checkout__aside {
  flex: 1 0 22.5rem;
  width: 22.5rem;
  max-width: 100%;
}

.c-checkout__panel {
  padding: 1.5625rem;
  border-radius: 0.625rem;
  background-color: #fff;
  color: #092330;
}
@media (max-width: 46.24em) {
  .c-checkout__panel {
    padding: 1.25rem;
  }
}

.c-checkout__footer {
  position: static;
  z-index: auto;
}

/**********************************************************************************
 * COMPONENTS
 * Name : Login
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-login {
  min-height: 100vh;
  display: flex;
  color: #fff;
  background-color: #194141;
  background-image: linear-gradient(to bottom, #194141 0%, #103138 100%);
  background-attachment: fixed;
}

.c-login__aside {
  flex: 0 0 auto;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  position: sticky;
  background: inherit;
}
@media (max-width: 46.24em) {
  .c-login__aside {
    display: none;
  }
}

.c-login__figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@supports (clip-path: url(#login-mask)) and (not (-ms-ime-align: auto)) {
  .c-login__figure {
    clip-path: url(#login-mask);
  }
}

.c-login__organic {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 40%;
  height: auto;
  transform: translate(-25%, -20%);
}

.c-login__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 40%;
  height: auto;
}

.c-login__main {
  flex: 1 1 auto;
  padding: 1.25rem;
  padding-top: clamp(1.25rem, 0.0625rem + 14.2857142857vw, 6.25rem);
  padding-bottom: clamp(1.25rem, 0.0625rem + 14.2857142857vw, 6.25rem);
}

.c-login__header {
  text-align: center;
}
.c-login__header > * {
  margin-top: 0;
  margin-bottom: 0;
}
.c-login__header > * + * {
  margin-top: 1.875rem;
}

.c-login__back {
  display: block;
}

.c-login__logo {
  font-size: 3.125rem;
  font-size: clamp(3.125rem, 2.4553571429rem + 2.6785714286vw, 4.0625rem);
}

.c-login__title {
  font-size: clamp(1.25rem, 0.9821428571rem + 1.0714285714vw, 1.625rem);
  line-height: 1.2;
  margin: 3.125rem 0 0.625rem;
  font-family: "Neucha", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

/**********************************************************************************
 * COMPONENTS
 * Name : Account
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-account {
  position: relative;
}

.c-account__aside {
  display: none;
}

.c-account__minimenu {
  margin-bottom: 1.875rem;
}

.c-account__decoration {
  position: absolute;
  top: 0;
  pointer-events: none;
}
.c-account__decoration--left {
  left: 0;
  width: 40%;
  max-width: 26.25rem;
}
.c-account__decoration--right {
  right: 0;
  width: 40%;
  max-width: 16.25rem;
}
.c-account__decoration--bottom {
  top: auto;
  bottom: 0;
  transform: translateY(32%);
}

.c-account__header {
  position: relative;
  z-index: 1;
  padding: 2.5rem 1.25rem;
  background-color: #fcf6e0;
  text-align: center;
}
@supports (clip-path: url(#section-separator)) and (not (-ms-ime-align: auto)) {
  .c-account__header::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    height: 1.25rem;
    background-color: inherit;
    clip-path: url(#section-separator);
    transform-origin: center center;
  }
}

.c-account__figure {
  max-width: 100%;
  width: 35rem;
  margin-bottom: 1.25rem;
}
.c-account__header .c-account__figure {
  flex: 0 1 auto;
}

.c-account__headings {
  position: relative;
}
.c-account__figure + .c-account__headings {
  flex: 0 0 23.75rem;
}

.c-account__title {
  font-family: "Neucha", sans-serif;
  font-weight: 400;
}

.c-account__main {
  position: relative;
  width: 100%;
  padding: 2.5rem 0;
}

.c-account__footer {
  padding: 1.25rem;
}

/**
 * Media Queries
 **********************************************************************************/
@media (max-width: 61.24em) {
  .c-account__figure {
    width: 18.75rem;
    margin-right: auto;
    margin-left: auto;
  }
  .c-account__breadcrumb {
    display: none;
  }
}
@media (min-width: 61.25em) {
  .c-account__aside {
    flex: 0 0 auto;
    display: block;
    position: absolute;
    top: 5.625rem;
    bottom: 0;
    z-index: 2;
    padding: 0 1.25rem;
    width: 18.75rem;
  }
  .c-account__menu {
    position: sticky;
    top: calc(2.5rem + var(--header-height));
  }
  .c-account__minimenu {
    display: none;
  }
  .c-account__header {
    padding-top: 5.625rem;
    text-align: center;
  }
  .c-account__aside + .c-account__header {
    text-align: initial;
  }
  .c-account__figure {
    margin-left: -6.25rem;
  }
  .c-account__main {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .c-account__wrapper {
    box-sizing: border-box;
  }
  .c-account__wrapper--full-width {
    box-sizing: content-box;
  }
  .c-account__aside ~ .c-account__header .c-account__wrapper, .c-account__aside ~ .c-account__main .c-account__wrapper {
    padding-left: 18.75rem;
  }
  .c-account__aside ~ .c-account__header .c-account__wrapper {
    display: flex;
    gap: 2.5rem;
  }
}
@media (min-width: 76.25em) {
  .c-account__aside {
    left: calc(50% - 38.125rem);
  }
}
/**
 * Modifiers
 **********************************************************************************/
.c-account--overlap .c-account__header {
  padding-bottom: clamp(6.25rem, 1.7857142857rem + 17.8571428571vw, 12.5rem);
}
.c-account--overlap .c-account__main {
  margin-top: clamp(-8.75rem, -0.1785714286rem - 14.2857142857vw, -3.75rem);
}
@media (max-width: 76.24em) {
  .c-account--overlap.c-account--image .c-account__header {
    padding-bottom: 3.75rem;
  }
}

/**********************************************************************************
 * COMPONENTS
 * Name : Honor Roll
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-honor-roll {
  text-align: center;
  position: relative;
}
.c-honor-roll:before {
  content: "Merci";
  display: block;
  position: absolute;
  font-family: "Neucha", sans-serif;
  font-weight: 400;
  font-size: 6.25rem;
  color: #FCF6E0;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-1.1em);
  user-select: none;
  pointer-events: none;
  overflow: hidden;
}

.c-honor-roll__navigation {
  position: sticky;
  z-index: 20;
  top: 0;
  background-color: #deaf00;
  display: block;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  max-width: 100%;
}

.c-honor-roll__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.c-honor-roll__item {
  display: inline-block;
}
.c-honor-roll__item:first-child {
  padding-left: 0.75rem;
}
.c-honor-roll__item:last-child {
  padding-right: 0.75rem;
}

.c-honor-roll__link {
  padding: 0.75rem;
  min-width: 2rem;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  color: #092330;
}
.c-honor-roll__link--active {
  font-weight: 800;
}

.c-honor-roll__content {
  text-align: left;
}

.c-honor-roll__section {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.c-honor-roll__letter {
  text-transform: uppercase;
  font-size: 5rem;
  font-family: "Neucha", sans-serif;
  line-height: 5rem;
  min-width: 20%;
}

.c-honor-roll__names {
  line-height: 1em;
}

/**
 * Modifiers
 **********************************************************************************/
.c-honor-roll--tv .c-honor-roll__navigation {
  overflow: hidden;
}

/**
 * Media Queries
 **********************************************************************************/
@media (min-width: 46.25em) {
  .c-honor-roll:before {
    font-size: 9.375rem;
  }
  .c-honor-roll__names {
    column-count: 2;
    flex: 1;
  }
}
@media (min-width: 61.25em) {
  .c-honor-roll:before {
    font-size: 12.5rem;
  }
  .c-honor-roll__navigation {
    display: inline-block;
    border-radius: 3.125rem;
  }
  .c-honor-roll__names {
    column-count: 3;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Page
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-page {
  position: relative;
}

.c-page__header {
  padding: 2.5rem 1.25rem;
  text-align: center;
  position: relative;
}

.c-page__decoration {
  position: absolute;
  pointer-events: none;
  user-select: none;
  width: 40%;
}
.c-page__decoration--left {
  top: 0;
  left: 0;
  max-width: 26.25rem;
}
.c-page__decoration--right {
  max-width: 16.25rem;
  right: 0;
  bottom: 0;
  transform: translateY(70%);
}

.c-page__title {
  font-family: "Neucha", sans-serif;
  font-weight: 400;
}

.c-page__main {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  width: 100%;
}

/**
 * Media Queries
 **********************************************************************************/
@media (max-width: 61.24em) {
  .c-page__breadcrumb.c-breadcrumb {
    display: block;
  }
  .c-page__decoration--right {
    display: none;
  }
}
@media (min-width: 61.25em) {
  .c-page__header {
    padding-top: 5.625rem;
    text-align: center;
  }
  .c-account__main {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
/**********************************************************************************
 * COMPONENTS
 * Name : Details
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.c-details {
  position: relative;
  font-size: 1rem;
}

.c-details__summary {
  overflow: hidden;
  padding: 0.5555555556em 1.3888888889em 0.5555555556em 0;
  font-size: 1.125em;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.c-details__summary::-webkit-details-marker {
  display: none;
}
.c-details__summary::marker {
  font-size: 0;
}
.c-details__summary::before {
  display: none;
}
.c-details__summary::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: currentColor;
}
@supports (clip-path: url(#line)) and (not (-ms-ime-align: auto)) {
  .c-details__summary::after {
    height: 0.4375rem;
    clip-path: url(#line);
    overflow: hidden;
  }
}

.c-details__marker {
  float: right;
  margin-top: 0.4em;
  margin-right: -1.3333333333em;
  font-size: 0.9375em;
  will-change: transform;
}

.c-details__panel {
  padding-bottom: 1.25em;
}

.c-details--simple .c-details__summary:after {
  display: none;
}
.c-details--simple .c-details__marker {
  float: none;
}

/**
 * Media Queries
 **********************************************************************************/
@media (min-width: 46.25em) {
  .c-details {
    font-size: 1.125rem;
  }
  .c-details--simple {
    font-size: 1rem;
  }
}
/**
 * States
 **********************************************************************************/
.c-details[open] .c-details__marker {
  transform: rotate(-90deg);
}

.c-keys {
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--gap, 20px);
}
.c-keys > * {
  flex: 0 0 auto;
  width: calc(50% - var(--gap));
}
@media (min-width: 46.25em) {
  .c-keys > * {
    width: calc(25% - var(--gap));
  }
}

.c-key {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.c-key__icon {
  max-width: 100%;
  width: 3.125rem;
  height: 3.125rem;
}
@media (min-width: 46.25em) {
  .c-key__icon {
    width: 4.375rem;
    height: 4.375rem;
  }
}

.c-key__number {
  margin-top: 1.25rem;
  font-size: clamp(1.75rem, 0.9910714286rem + 3.0357142857vw, 2.8125rem);
  line-height: 1.2;
  font-family: "Neucha", sans-serif;
  line-height: 1.2;
  font-weight: normal;
}

.c-key__text {
  margin-top: 0;
  font-size: 1.125rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
}

.c-number {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.c-number__label {
  flex: 1 1 auto;
  padding-right: 1.25em;
}
.c-number__label > * {
  display: inline-block;
}

.c-number__field {
  flex: 0 0 auto;
  align-items: center;
  display: inline-flex;
}

.c-number .c-number__field .c-number__input {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  width: 3.125em !important;
  margin: 0.3125em;
  text-align: center;
  font-weight: 800;
}

.c-number__button {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  appearance: none;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  width: 3.125em;
  height: 3.125em;
  border: 0.0625rem solid #aec9d4;
  border-radius: 50%;
  font-weight: 800;
  cursor: pointer;
}
.c-number__button[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.c-number--compact .c-number__button {
  width: 1.75em;
  height: 1.75em;
  font-size: 1.125em;
}
.c-number--compact .c-number__input {
  width: 2.25em !important;
  margin: 0.125em;
  min-height: 0;
  padding: 0.25rem;
}

/**
 * Utilities
 **********************************************************************************/
/**********************************************************************************
 * COLORS - UTILITIES
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.u-background-white {
  background-color: #fff !important;
}

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

.u-background-foreground {
  background-color: #092330 !important;
}

.u-background-primary {
  background-color: #deaf00 !important;
}

.u-background-secondary {
  background-color: #aa8c11 !important;
}

.u-background-info {
  background-color: #126175 !important;
}

.u-background-yellow {
  background-color: #fcf6e0 !important;
}

.u-background-jungle {
  background-color: #194141 !important;
}

.u-color-white {
  color: #fff !important;
}

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

.u-color-foreground {
  color: #092330 !important;
}

.u-color-primary {
  color: #deaf00 !important;
}

.u-color-secondary {
  color: #aa8c11 !important;
}

.u-color-info {
  color: #126175 !important;
}

.u-color-yellow {
  color: #fcf6e0 !important;
}

.u-color-jungle {
  color: #194141 !important;
}

.u-background-split-yellow {
  background-image: linear-gradient(to bottom, rgba(252, 246, 224, 0) 33%, #fcf6e0 33%);
}

.u-background-split-marine {
  background-image: linear-gradient(to bottom, rgba(9, 35, 48, 0) 50%, #092330 50%);
}

.u-background-split-marine-revert {
  background-image: linear-gradient(to bottom, #092330 50%, rgba(9, 35, 48, 0) 50%);
}

/**
 * Print
 **********************************************************************************/
@media print {
  [class*=u-background-] {
    background-color: #fff !important;
  }
  [class*=u-color-] {
    color: #000 !important;
  }
}
/**********************************************************************************
 * COLORS - GRADIENTS
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.u-gradient-marine {
  background-image: linear-gradient(to bottom, rgba(9, 35, 48, 0), #092330) !important;
}

/**
 * Print
 **********************************************************************************/
@media print {
  [class*=u-background-] {
    background-image: none;
  }
}
/**********************************************************************************
 * HEADINGS - UTILITIES
 *
 * Redefine all of our basic heading styles against utility classes so as to
 * allow for double stranded heading hierarchy, e.g. we semantically need an H2,
 * but we want it to be sized like an H1:
 *
 *   <h2 class="u-h1"></h2>
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
/**********************************************************************************
 * HIDDEN - UTILITIES
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.u-hidden-visually {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap; /* added line */
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.u-hidden-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.u-hidden {
  display: none !important;
}

.u-hidden-overflow {
  overflow: hidden;
}

@media (max-width: 29.99em) {
  .u-hidden\@until-mobile {
    display: none !important;
  }
}
@media (max-width: 76.24em) {
  .u-hidden\@until-wide {
    display: none !important;
  }
}
/**********************************************************************************
 * SKIP CONTENT - UTILITIES
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.u-skip-content {
  position: absolute;
  top: 0.3125rem;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%) translateY(-500%);
  transition-duration: 0s !important;
}
.u-skip-content:focus {
  transform: translateX(-50%) translateY(0);
}

/**********************************************************************************
 * SPACINGS - UTILITIES
 **********************************************************************************/
/**
 * Variables
 **********************************************************************************/
/**
 * Utility classes to put specific spacing values onto elements. The below loop
 * will generate us a suite of classes like:
 *
 *   .u-margin-top {}
 *   .u-padding-left-large {}
 *   .u-margin-right-small {}
 *   .u-padding {}
 *   .u-padding-right-none {}
 *   .u-padding-horizontal {}
 *   .u-padding-vertical-small {}
 */
/**
 * Styles
 **********************************************************************************/
.u-padding-section {
  padding-top: clamp(2.5rem, 5vw, 6.875rem);
  padding-bottom: clamp(2.5rem, 5vw, 6.875rem);
}

.u-padding-top {
  padding-top: 20px !important;
}

.u-padding-top-large {
  padding-top: 40px !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-bottom {
  padding-bottom: 20px !important;
}

.u-padding-bottom-large {
  padding-bottom: 40px !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-vertical {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-padding-vertical-large {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-padding-vertical-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-margin-top {
  margin-top: 20px !important;
}

.u-margin-top-large {
  margin-top: 40px !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-bottom {
  margin-bottom: 20px !important;
}

.u-margin-bottom-large {
  margin-bottom: 40px !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-margin-vertical {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-margin-vertical-large {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-margin-vertical-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**********************************************************************************
 * TEXT - UTILITIES
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-regular {
  font-weight: 400 !important;
}

.u-text-bold {
  font-weight: 800 !important;
}

.u-text-brand {
  font-family: "Neucha", sans-serif !important;
  font-weight: 400 !important;
}

.u-text-tag {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.u-text-section {
  position: relative;
  line-height: 1;
}
.u-text-section::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: currentColor;
}
@supports (clip-path: url(#line)) {
  .u-text-section::before {
    height: 0.5rem;
    clip-path: url(#line);
  }
}

.u-text-background {
  position: relative;
  display: inline-block;
  padding: 0 0.625rem;
  background-color: #fff;
}

/**********************************************************************************
 * WIDTHS - UTILITIES
 **********************************************************************************/
/**
 * generates a series of utility classes that give a fluid width to
 * whichever element they’re applied, e.g.:
 *
 *   <img src="" alt="" class="u-1/2" />
 *
 * These classes are most commonly used in conjunction with our layout system,
 * e.g.:
 *
 *   <div class="o-layout__item  u-1/2">
 *
 * By default, it will also generate responsive variants of each of these
 * classes by using your Sass MQ configuration, e.g.:
 *
 *   <div class="o-layout__item  u-1/1  u-1/2@tablet  u-1/3@desktop">
 *
 * Optionally, it can generate offset classes which can push and pull
 * elements left and right by a specified amount, e.g.:
 *
 *   <div class="o-layout__item  u-2/3  u-pull-1/3">
 *
 * This is useful for making very granular changes to the rendered order of
 * items in a layout.
 *
 * N.B. This option is turned off by default.
 */
/**
 * Variables
 **********************************************************************************/
/**
 * Mixins
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes take a fraction-like format (e.g. `.u-2/3`). Use these in
 * your markup:
 *
 * <div class="u-7/12">
 *
 * The following will generate widths helper classes based on the fractions
 * defined in the `$fractions` list.
 */
.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.3333333333% !important;
}

.u-2\/3 {
  width: 66.6666666667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

/**
 * Automatically generate grid system(s) for each of our
 * defined breakpoints, and give them a Responsive Suffix, e.g.:
 *
 * <div class="u-3/12@mobile">
 */
@media (min-width: 30em) {
  .u-1\/1\@mobile {
    width: 100% !important;
  }
  .u-1\/2\@mobile {
    width: 50% !important;
  }
  .u-2\/2\@mobile {
    width: 100% !important;
  }
  .u-1\/3\@mobile {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@mobile {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@mobile {
    width: 100% !important;
  }
  .u-1\/4\@mobile {
    width: 25% !important;
  }
  .u-2\/4\@mobile {
    width: 50% !important;
  }
  .u-3\/4\@mobile {
    width: 75% !important;
  }
  .u-4\/4\@mobile {
    width: 100% !important;
  }
  .u-1\/5\@mobile {
    width: 20% !important;
  }
  .u-2\/5\@mobile {
    width: 40% !important;
  }
  .u-3\/5\@mobile {
    width: 60% !important;
  }
  .u-4\/5\@mobile {
    width: 80% !important;
  }
  .u-5\/5\@mobile {
    width: 100% !important;
  }
}
@media (min-width: 46.25em) {
  .u-1\/1\@tablet {
    width: 100% !important;
  }
  .u-1\/2\@tablet {
    width: 50% !important;
  }
  .u-2\/2\@tablet {
    width: 100% !important;
  }
  .u-1\/3\@tablet {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@tablet {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@tablet {
    width: 100% !important;
  }
  .u-1\/4\@tablet {
    width: 25% !important;
  }
  .u-2\/4\@tablet {
    width: 50% !important;
  }
  .u-3\/4\@tablet {
    width: 75% !important;
  }
  .u-4\/4\@tablet {
    width: 100% !important;
  }
  .u-1\/5\@tablet {
    width: 20% !important;
  }
  .u-2\/5\@tablet {
    width: 40% !important;
  }
  .u-3\/5\@tablet {
    width: 60% !important;
  }
  .u-4\/5\@tablet {
    width: 80% !important;
  }
  .u-5\/5\@tablet {
    width: 100% !important;
  }
}
@media (min-width: 61.25em) {
  .u-1\/1\@desktop {
    width: 100% !important;
  }
  .u-1\/2\@desktop {
    width: 50% !important;
  }
  .u-2\/2\@desktop {
    width: 100% !important;
  }
  .u-1\/3\@desktop {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@desktop {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@desktop {
    width: 100% !important;
  }
  .u-1\/4\@desktop {
    width: 25% !important;
  }
  .u-2\/4\@desktop {
    width: 50% !important;
  }
  .u-3\/4\@desktop {
    width: 75% !important;
  }
  .u-4\/4\@desktop {
    width: 100% !important;
  }
  .u-1\/5\@desktop {
    width: 20% !important;
  }
  .u-2\/5\@desktop {
    width: 40% !important;
  }
  .u-3\/5\@desktop {
    width: 60% !important;
  }
  .u-4\/5\@desktop {
    width: 80% !important;
  }
  .u-5\/5\@desktop {
    width: 100% !important;
  }
}
@media (min-width: 76.25em) {
  .u-1\/1\@wide {
    width: 100% !important;
  }
  .u-1\/2\@wide {
    width: 50% !important;
  }
  .u-2\/2\@wide {
    width: 100% !important;
  }
  .u-1\/3\@wide {
    width: 33.3333333333% !important;
  }
  .u-2\/3\@wide {
    width: 66.6666666667% !important;
  }
  .u-3\/3\@wide {
    width: 100% !important;
  }
  .u-1\/4\@wide {
    width: 25% !important;
  }
  .u-2\/4\@wide {
    width: 50% !important;
  }
  .u-3\/4\@wide {
    width: 75% !important;
  }
  .u-4\/4\@wide {
    width: 100% !important;
  }
  .u-1\/5\@wide {
    width: 20% !important;
  }
  .u-2\/5\@wide {
    width: 40% !important;
  }
  .u-3\/5\@wide {
    width: 60% !important;
  }
  .u-4\/5\@wide {
    width: 80% !important;
  }
  .u-5\/5\@wide {
    width: 100% !important;
  }
}
/**********************************************************************************
 * ROTATE - UTILITIES
 **********************************************************************************/
/**
 * Styles
 **********************************************************************************/
.u-rotate-counterclockwise {
  transform: rotate(-5deg);
}

.u-rotate-clockwise {
  transform: rotate(8deg);
}

/**
 * Vendors
 **********************************************************************************/
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

/* gradient */
lite-youtube::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media print {
  lite-youtube {
    filter: grayscale(100%);
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/**********************************************************************************
 * COMPONENTS
 * Name : Account gift badge (loaded last — position/size only)
 **********************************************************************************/
.c-account__title--with-gift {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-top: 1.25rem;
  padding-right: 2.8125rem;
}

.c-account__gift-icon {
  position: absolute;
  top: 0.9375rem;
  right: 0.3125rem;
  font-size: clamp(32px, 15vw, 38px);
  z-index: 1;
  transform: translate(40%);
  transform-origin: center center;
  pointer-events: auto;
  cursor: help;
}

.c-sponsor__title--with-gift {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-top: 0.75rem;
  padding-right: 2.25rem;
}

.c-sponsor__title--with-gift > .c-account__gift-icon {
  top: 0.5rem;
  right: 0.125rem;
  font-size: clamp(22px, 10vw, 30px);
  transform: translate(0);
}

@media (max-width: 61.24em) {
  .c-account__title--with-gift {
    padding-right: 1.875rem;
  }
}
@media (min-width: 61.25em) {
  .c-account__aside + .c-account__header .c-account__title--with-gift {
    margin-inline: 0;
  }
  .c-account__title--with-gift .c-account__gift-icon {
    font-size: clamp(32px, 15vw, 58px);
    transform: translate(40%);
  }
  .c-sponsor__title--with-gift > .c-account__gift-icon {
    transform: translate(0, 40%);
  }
}

/*# sourceMappingURL=front.output.css.map */
