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

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: table;
    line-height: 0; }
  .clearfix:after {
    clear: both; }

:root {
  --base-font-size: 16;
  --measure-breakpoint-small: 600px;
  --measure-breakpoint-medium: 1053px;
  --measure-breakpoint-large: 1140px;
  --measure-breakpoint-gigantic: 1440px;
  --measure-gap: 2.5rem;
  --measure-gutter: 1.25rem;
  --measure-icon: 1rem;
  --measure-tap: 40px;
  --measure-button: 10.25rem;
  --measure-select: 20rem;
  --measure-small: 0.5625rem;
  --measure-medium: 1.25rem;
  --measure-semi: 1.8754rem;
  --measure-large: 3rem;
  --measure-gigantic: 8rem;
  --measure-one: 1rem;
  --measure-one-relative: 1em;
  --measure-p-tiny: 0.625rem;
  --measure-p-small: 1rem;
  --measure-p-medium: 1.5625rem;
  --measure-p-large: 3.125rem;
  --measure-p-gigantic: 6.25rem;
  --opacity-low: 0.15;
  --opacity-half: 0.5;
  --opacity-high: 0.85;
  --color-transparent: rgba(0, 0, 0, 0);
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-purple: #5E243C;
  --color-purple-light: #571067;
  --color-green: #A9CF38;
  --color-yellow: #FFF200;
  --color-pink: #ED0973;
  --color-aqua: #00A1AA;
  --color-grey-light: #ebebeb;
  --color-grey: #d8d8d8;
  --color-pink-very-light: #f599ad;
  --color-pink-light: #e51879;
  --color-red: #C90044;
  --border-width-bold: 0.3125rem;
  --border-width-default: 0.1875rem;
  --border-width-hairline: 1px;
  --border-style-default: solid;
  --border-style-alternate: dotted;
  --border-radius-default: 0.3125rem;
  --border-radius-thin: 0.125rem;
  --border-radius-medium: 1.25rem;
  --border-radius-large: 1.875rem;
  --border-radius-gigantic: 3.125rem;
  --font-display: swap;
  --font-size-default: 1rem;
  --font-size-inbetween: 1.1875rem;
  --font-size-alpha: 1.875rem;
  --font-size-beta: 1.5rem;
  --font-size-gamma: 1.3125rem;
  --font-size-delta: 0.875rem;
  --font-weight-light: 300;
  --font-weight-default: 400;
  --font-weight-medium: 600;
  --font-weight-bold: 700;
  --font-family-default: Titillium Web, Calibri, Arial, -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  --line-height-default: 1.4;
  --line-height-small: 1.5;
  --line-height-tiny: 1;
  --animation-duration: 2s;
  --animation-function: linear;
  --animation-fill-mode: forwards;
  --transition-duration: 0.2s;
  --transition-function: ease;
  --z-index-below: -1;
  --z-index-root: 0;
  --z-index-default: 1;
  --max-columns: 2; }

/*! 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.
   */
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.pull-left {
  float: left; }

img.pull-left {
  margin-right: 1em; }

.pull-right {
  float: right; }

img.pull-right {
  margin-left: 1em; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
  border-radius: 0.3125rem;
  border-radius: var(--border-radius-default); }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.no-border {
  border: none !important; }

/*
--------------------
General
--------------------
*/
html,
body {
  height: 100%; }

body {
  font-family: "Titillium Web", "Calibri", Arial, -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-family: var(--font-family-default);
  font-weight: 400;
  font-weight: var(--font-weight-default);
  line-height: 1.4;
  line-height: var(--line-height-default);
  overflow-y: scroll;
  font-size: 1em;
  padding: 0;
  margin: 0; }

a {
  color: inherit; }

@-ms-viewport {
  width: device-width; }

@page {
  margin: 0.5cm; }

/*
--------------------
Grid
--------------------
*/
.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 1053px) {
  .off-container {
    margin-left: -16px !important;
    margin-right: -16px !important; } }

@media (min-width: 601px) {
  .container {
    max-width: 100%; } }

@media (min-width: 1441px) {
  .container {
    max-width: 1440px;
    max-width: var(--measure-breakpoint-gigantic); } }

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }

.flex-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters-row {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters-col > .col,
.no-gutters > [class*="col-"],
.no-gutters-col > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 601px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1054px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1141px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1441px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12; }

@media (min-width: 601px) {
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; } }

@media (min-width: 1054px) {
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; } }

@media (min-width: 1141px) {
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; } }

@media (min-width: 1441px) {
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; } }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 601px) {
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1054px) {
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1141px) {
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1441px) {
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important; }
  @media not all and (min-resolution: 0.001dpcm) {
    .flex-column:not(.flex-md-row) > [class*="col-"] {
      -webkit-flex: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flex-column [class*="col-"] {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap, .c-stat__elements {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 601px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1054px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1141px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1441px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*
--------------------
Typography
--------------------
*/
b,
strong {
  font-weight: 700;
  font-weight: var(--font-weight-bold); }

/*
--------------------
Modules
--------------------
*/
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  30% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  50% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  65% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  80% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes swing {
  15% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  30% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px); }
  50% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); }
  65% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  80% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes scaleBounce {
  15% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  30% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  65% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98); }
  80% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaleBounce {
  15% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  30% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }
  65% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98); }
  80% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.custom-select {
  list-style: none;
  position: relative;
  cursor: pointer;
  z-index: 3;
  min-width: 12.5rem; }
  .custom-select--rounded {
    border-radius: 0.3125rem;
    border-radius: var(--border-radius-default); }
    .custom-select--rounded .custom-select__input {
      border: 0;
      padding-top: 0.625rem;
      padding-top: var(--measure-p-tiny);
      padding-bottom: 0.625rem;
      padding-bottom: var(--measure-p-tiny);
      padding-right: 3.125rem;
      padding-right: var(--measure-p-large); }
  .custom-select--grey {
    background-color: #ebebeb;
    background-color: var(--color-grey-light); }
  .custom-select li::before {
    display: none; }
  .custom-select span {
    pointer-events: none; }
  .custom-select.expanded {
    z-index: 4; }
  .custom-select__icon {
    position: absolute;
    right: 1.25rem;
    top: calc(50% - 0.3125rem);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 1rem;
    height: 0.625rem;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    z-index: 1;
    pointer-events: none;
    fill: #5E243C;
    fill: var(--color-purple); }
    .custom-select.expanded .custom-select__icon {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
  .custom-select__input {
    width: 100%;
    position: relative;
    padding: 1rem;
    padding: var(--measure-p-small);
    color: #5E243C;
    color: var(--color-purple);
    border-bottom-style: solid;
    border-bottom-style: var(--border-style-default);
    border-bottom-width: 1px;
    border-bottom-width: var(--border-width-hairline);
    border-bottom-color: #d8d8d8;
    border-bottom-color: var(--color-grey); }
  .custom-select__list {
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transition: opacity 0.1s cubic-bezier(0, 0, 0.38, 0.9), -webkit-transform 0.5s cubic-bezier(0, 0, 0.38, 0.9);
    transition: opacity 0.1s cubic-bezier(0, 0, 0.38, 0.9), -webkit-transform 0.5s cubic-bezier(0, 0, 0.38, 0.9);
    transition: opacity 0.1s cubic-bezier(0, 0, 0.38, 0.9), transform 0.5s cubic-bezier(0, 0, 0.38, 0.9);
    transition: opacity 0.1s cubic-bezier(0, 0, 0.38, 0.9), transform 0.5s cubic-bezier(0, 0, 0.38, 0.9), -webkit-transform 0.5s cubic-bezier(0, 0, 0.38, 0.9);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 3;
    background-color: #ebebeb;
    background-color: var(--color-grey-light);
    padding-top: 0.625rem;
    padding-top: var(--measure-p-tiny);
    padding-bottom: 0.625rem;
    padding-bottom: var(--measure-p-tiny);
    border-top: 0; }
    .custom-select__list.open {
      opacity: 1;
      overflow: auto;
      max-height: 34.375rem; }
    .custom-select.expanded .custom-select__list {
      border-color: #d8d8d8;
      border-color: var(--color-grey); }
  .custom-select .custom-select__list-item {
    color: #5E243C;
    color: var(--color-purple);
    font-weight: 600;
    font-weight: var(--font-weight-medium);
    line-height: 1.2; }
    .custom-select .custom-select__list-item a, .custom-select .custom-select__list-item span, .custom-select .custom-select__list-item label {
      display: block;
      padding: 0.625rem;
      padding: var(--measure-p-tiny);
      padding-left: 1rem;
      padding-left: var(--measure-p-small);
      padding-right: 1rem;
      padding-right: var(--measure-p-small); }
    .custom-select .custom-select__list-item input {
      display: none; }
    .custom-select .custom-select__list-item:focus, .custom-select .custom-select__list-item:hover {
      background-color: #d8d8d8;
      background-color: var(--color-grey);
      color: #5E243C;
      color: var(--color-purple);
      outline: 0; }
      .custom-select .custom-select__list-item:focus a, .custom-select .custom-select__list-item:hover a {
        color: #5E243C;
        color: var(--color-purple); }
  .custom-select__list-container {
    position: relative;
    overflow: hidden; }
    .custom-select.expanded .custom-select__list-container {
      overflow: visible; }

.m-reset {
  margin: 0; }

.m-tiny {
  margin: 0.625rem;
  margin: var(--measure-p-tiny); }

.m-small {
  margin: 1rem;
  margin: var(--measure-p-small); }

.m-medium {
  margin: 1.5625rem;
  margin: var(--measure-p-medium); }

.m-large {
  margin: 3.125rem;
  margin: var(--measure-p-large); }

.m-gigantic {
  margin: 6.25rem;
  margin: var(--measure-p-gigantic); }

@media (min-width: 601px) {
  .m-sm-reset {
    margin: 0; }
  .m-sm-tiny {
    margin: 0.625rem;
    margin: var(--measure-p-tiny); }
  .m-sm-small {
    margin: 1rem;
    margin: var(--measure-p-small); }
  .m-sm-medium {
    margin: 1.5625rem;
    margin: var(--measure-p-medium); }
  .m-sm-large {
    margin: 3.125rem;
    margin: var(--measure-p-large); }
  .m-sm-gigantic {
    margin: 6.25rem;
    margin: var(--measure-p-gigantic); } }

@media (min-width: 1054px) {
  .m-md-reset {
    margin: 0; }
  .m-md-tiny {
    margin: 0.625rem;
    margin: var(--measure-p-tiny); }
  .m-md-small {
    margin: 1rem;
    margin: var(--measure-p-small); }
  .m-md-medium {
    margin: 1.5625rem;
    margin: var(--measure-p-medium); }
  .m-md-large {
    margin: 3.125rem;
    margin: var(--measure-p-large); }
  .m-md-gigantic {
    margin: 6.25rem;
    margin: var(--measure-p-gigantic); } }

@media (min-width: 1141px) {
  .m-lg-reset {
    margin: 0; }
  .m-lg-tiny {
    margin: 0.625rem;
    margin: var(--measure-p-tiny); }
  .m-lg-small {
    margin: 1rem;
    margin: var(--measure-p-small); }
  .m-lg-medium {
    margin: 1.5625rem;
    margin: var(--measure-p-medium); }
  .m-lg-large {
    margin: 3.125rem;
    margin: var(--measure-p-large); }
  .m-lg-gigantic {
    margin: 6.25rem;
    margin: var(--measure-p-gigantic); } }

.m-bottom-reset {
  margin-bottom: 0; }

.m-bottom-tiny {
  margin-bottom: 0.625rem;
  margin-bottom: var(--measure-p-tiny); }

.m-bottom-small {
  margin-bottom: 1rem;
  margin-bottom: var(--measure-p-small); }

.m-bottom-medium {
  margin-bottom: 1.5625rem;
  margin-bottom: var(--measure-p-medium); }

.m-bottom-large {
  margin-bottom: 3.125rem;
  margin-bottom: var(--measure-p-large); }

.m-bottom-gigantic {
  margin-bottom: 6.25rem;
  margin-bottom: var(--measure-p-gigantic); }

@media (min-width: 601px) {
  .m-bottom-sm-reset {
    margin-bottom: 0; }
  .m-bottom-sm-tiny {
    margin-bottom: 0.625rem;
    margin-bottom: var(--measure-p-tiny); }
  .m-bottom-sm-small {
    margin-bottom: 1rem;
    margin-bottom: var(--measure-p-small); }
  .m-bottom-sm-medium {
    margin-bottom: 1.5625rem;
    margin-bottom: var(--measure-p-medium); }
  .m-bottom-sm-large {
    margin-bottom: 3.125rem;
    margin-bottom: var(--measure-p-large); }
  .m-bottom-sm-gigantic {
    margin-bottom: 6.25rem;
    margin-bottom: var(--measure-p-gigantic); } }

@media (min-width: 1054px) {
  .m-bottom-md-reset {
    margin-bottom: 0; }
  .m-bottom-md-tiny {
    margin-bottom: 0.625rem;
    margin-bottom: var(--measure-p-tiny); }
  .m-bottom-md-small {
    margin-bottom: 1rem;
    margin-bottom: var(--measure-p-small); }
  .m-bottom-md-medium {
    margin-bottom: 1.5625rem;
    margin-bottom: var(--measure-p-medium); }
  .m-bottom-md-large {
    margin-bottom: 3.125rem;
    margin-bottom: var(--measure-p-large); }
  .m-bottom-md-gigantic {
    margin-bottom: 6.25rem;
    margin-bottom: var(--measure-p-gigantic); } }

@media (min-width: 1141px) {
  .m-bottom-lg-reset {
    margin-bottom: 0; }
  .m-bottom-lg-tiny {
    margin-bottom: 0.625rem;
    margin-bottom: var(--measure-p-tiny); }
  .m-bottom-lg-small {
    margin-bottom: 1rem;
    margin-bottom: var(--measure-p-small); }
  .m-bottom-lg-medium {
    margin-bottom: 1.5625rem;
    margin-bottom: var(--measure-p-medium); }
  .m-bottom-lg-large {
    margin-bottom: 3.125rem;
    margin-bottom: var(--measure-p-large); }
  .m-bottom-lg-gigantic {
    margin-bottom: 6.25rem;
    margin-bottom: var(--measure-p-gigantic); } }

.m-left-reset {
  margin-left: 0; }

.m-left-tiny {
  margin-left: 0.625rem;
  margin-left: var(--measure-p-tiny); }

.m-left-small {
  margin-left: 1rem;
  margin-left: var(--measure-p-small); }

.m-left-medium {
  margin-left: 1.5625rem;
  margin-left: var(--measure-p-medium); }

.m-left-large {
  margin-left: 3.125rem;
  margin-left: var(--measure-p-large); }

.m-left-gigantic {
  margin-left: 6.25rem;
  margin-left: var(--measure-p-gigantic); }

@media (min-width: 601px) {
  .m-left-sm-reset {
    margin-left: 0; }
  .m-left-sm-tiny {
    margin-left: 0.625rem;
    margin-left: var(--measure-p-tiny); }
  .m-left-sm-small {
    margin-left: 1rem;
    margin-left: var(--measure-p-small); }
  .m-left-sm-medium {
    margin-left: 1.5625rem;
    margin-left: var(--measure-p-medium); }
  .m-left-sm-large {
    margin-left: 3.125rem;
    margin-left: var(--measure-p-large); }
  .m-left-sm-gigantic {
    margin-left: 6.25rem;
    margin-left: var(--measure-p-gigantic); } }

@media (min-width: 1054px) {
  .m-left-md-reset {
    margin-left: 0; }
  .m-left-md-tiny {
    margin-left: 0.625rem;
    margin-left: var(--measure-p-tiny); }
  .m-left-md-small {
    margin-left: 1rem;
    margin-left: var(--measure-p-small); }
  .m-left-md-medium {
    margin-left: 1.5625rem;
    margin-left: var(--measure-p-medium); }
  .m-left-md-large {
    margin-left: 3.125rem;
    margin-left: var(--measure-p-large); }
  .m-left-md-gigantic {
    margin-left: 6.25rem;
    margin-left: var(--measure-p-gigantic); } }

@media (min-width: 1141px) {
  .m-left-lg-reset {
    margin-left: 0; }
  .m-left-lg-tiny {
    margin-left: 0.625rem;
    margin-left: var(--measure-p-tiny); }
  .m-left-lg-small {
    margin-left: 1rem;
    margin-left: var(--measure-p-small); }
  .m-left-lg-medium {
    margin-left: 1.5625rem;
    margin-left: var(--measure-p-medium); }
  .m-left-lg-large {
    margin-left: 3.125rem;
    margin-left: var(--measure-p-large); }
  .m-left-lg-gigantic {
    margin-left: 6.25rem;
    margin-left: var(--measure-p-gigantic); } }

.m-right-reset {
  margin-right: 0; }

.m-right-tiny {
  margin-right: 0.625rem;
  margin-right: var(--measure-p-tiny); }

.m-right-small {
  margin-right: 1rem;
  margin-right: var(--measure-p-small); }

.m-right-medium {
  margin-right: 1.5625rem;
  margin-right: var(--measure-p-medium); }

.m-right-large {
  margin-right: 3.125rem;
  margin-right: var(--measure-p-large); }

.m-right-gigantic {
  margin-right: 6.25rem;
  margin-right: var(--measure-p-gigantic); }

@media (min-width: 601px) {
  .m-right-sm-reset {
    margin-right: 0; }
  .m-right-sm-tiny {
    margin-right: 0.625rem;
    margin-right: var(--measure-p-tiny); }
  .m-right-sm-small {
    margin-right: 1rem;
    margin-right: var(--measure-p-small); }
  .m-right-sm-medium {
    margin-right: 1.5625rem;
    margin-right: var(--measure-p-medium); }
  .m-right-sm-large {
    margin-right: 3.125rem;
    margin-right: var(--measure-p-large); }
  .m-right-sm-gigantic {
    margin-right: 6.25rem;
    margin-right: var(--measure-p-gigantic); } }

@media (min-width: 1054px) {
  .m-right-md-reset {
    margin-right: 0; }
  .m-right-md-tiny {
    margin-right: 0.625rem;
    margin-right: var(--measure-p-tiny); }
  .m-right-md-small {
    margin-right: 1rem;
    margin-right: var(--measure-p-small); }
  .m-right-md-medium {
    margin-right: 1.5625rem;
    margin-right: var(--measure-p-medium); }
  .m-right-md-large {
    margin-right: 3.125rem;
    margin-right: var(--measure-p-large); }
  .m-right-md-gigantic {
    margin-right: 6.25rem;
    margin-right: var(--measure-p-gigantic); } }

@media (min-width: 1141px) {
  .m-right-lg-reset {
    margin-right: 0; }
  .m-right-lg-tiny {
    margin-right: 0.625rem;
    margin-right: var(--measure-p-tiny); }
  .m-right-lg-small {
    margin-right: 1rem;
    margin-right: var(--measure-p-small); }
  .m-right-lg-medium {
    margin-right: 1.5625rem;
    margin-right: var(--measure-p-medium); }
  .m-right-lg-large {
    margin-right: 3.125rem;
    margin-right: var(--measure-p-large); }
  .m-right-lg-gigantic {
    margin-right: 6.25rem;
    margin-right: var(--measure-p-gigantic); } }

.m-top-reset {
  margin-top: 0; }

.m-top-tiny {
  margin-top: 0.625rem;
  margin-top: var(--measure-p-tiny); }

.m-top-small {
  margin-top: 1rem;
  margin-top: var(--measure-p-small); }

.m-top-medium {
  margin-top: 1.5625rem;
  margin-top: var(--measure-p-medium); }

.m-top-large {
  margin-top: 3.125rem;
  margin-top: var(--measure-p-large); }

.m-top-gigantic {
  margin-top: 6.25rem;
  margin-top: var(--measure-p-gigantic); }

@media (min-width: 601px) {
  .m-top-sm-reset {
    margin-top: 0; }
  .m-top-sm-tiny {
    margin-top: 0.625rem;
    margin-top: var(--measure-p-tiny); }
  .m-top-sm-small {
    margin-top: 1rem;
    margin-top: var(--measure-p-small); }
  .m-top-sm-medium {
    margin-top: 1.5625rem;
    margin-top: var(--measure-p-medium); }
  .m-top-sm-large {
    margin-top: 3.125rem;
    margin-top: var(--measure-p-large); }
  .m-top-sm-gigantic {
    margin-top: 6.25rem;
    margin-top: var(--measure-p-gigantic); } }

@media (min-width: 1054px) {
  .m-top-md-reset {
    margin-top: 0; }
  .m-top-md-tiny {
    margin-top: 0.625rem;
    margin-top: var(--measure-p-tiny); }
  .m-top-md-small {
    margin-top: 1rem;
    margin-top: var(--measure-p-small); }
  .m-top-md-medium {
    margin-top: 1.5625rem;
    margin-top: var(--measure-p-medium); }
  .m-top-md-large {
    margin-top: 3.125rem;
    margin-top: var(--measure-p-large); }
  .m-top-md-gigantic {
    margin-top: 6.25rem;
    margin-top: var(--measure-p-gigantic); } }

@media (min-width: 1141px) {
  .m-top-lg-reset {
    margin-top: 0; }
  .m-top-lg-tiny {
    margin-top: 0.625rem;
    margin-top: var(--measure-p-tiny); }
  .m-top-lg-small {
    margin-top: 1rem;
    margin-top: var(--measure-p-small); }
  .m-top-lg-medium {
    margin-top: 1.5625rem;
    margin-top: var(--measure-p-medium); }
  .m-top-lg-large {
    margin-top: 3.125rem;
    margin-top: var(--measure-p-large); }
  .m-top-lg-gigantic {
    margin-top: 6.25rem;
    margin-top: var(--measure-p-gigantic); } }

.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: auto;
  max-width: 21.875rem;
  background-color: #ebebeb;
  background-color: var(--color-grey-light); }
  .slinky-menu .menu__item,
  .slinky-menu .popup_menu__item,
  .slinky-menu .header {
    border-bottom-style: solid;
    border-bottom-style: var(--border-style-default);
    border-bottom-color: #FFFFFF;
    border-bottom-color: var(--color-white);
    border-bottom-width: 1px;
    border-bottom-width: var(--border-width-hairline);
    padding-left: 1.5625rem;
    padding-left: var(--measure-p-medium);
    text-align: left; }
  .slinky-menu .popup_menu__item,
  .slinky-menu .header {
    padding-right: 1.5625rem;
    padding-right: var(--measure-p-medium);
    padding-top: 1rem;
    padding-top: var(--measure-p-small);
    padding-bottom: 1rem;
    padding-bottom: var(--measure-p-small); }
  .slinky-menu .header {
    padding-top: 0.625rem;
    padding-top: var(--measure-p-tiny);
    padding-bottom: 0.625rem;
    padding-bottom: var(--measure-p-tiny);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .slinky-menu .header .title {
      font-weight: 600;
      font-weight: var(--font-weight-medium);
      padding-bottom: 0.625rem;
      padding-bottom: var(--measure-p-tiny); }
      .slinky-menu .header .title::before {
        content: "Pages in\A0   ";
        font-family: "Titillium Web", "Calibri", Arial, -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
        font-family: var(--font-family-default);
        display: inline-block;
        font-weight: 400;
        font-weight: var(--font-weight-default); }
  .slinky-menu .menu__item, .slinky-menu .popup_menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .slinky-menu .menu__item a:focus, .slinky-menu .popup_menu__item a:focus {
      outline: none; }
    .slinky-menu .menu__item a span:focus, .slinky-menu .popup_menu__item a span:focus {
      outline: none; }
    .slinky-menu .menu__item:focus-within, .slinky-menu .popup_menu__item:focus-within {
      border: 2px solid #00376F;
      outline: none; }
  .slinky-menu .header:focus-within {
    border: 2px solid #00376F;
    outline: none; }
  .slinky-menu .menu__item.current,
  .slinky-menu .popup_menu__item.current {
    background-color: #f599ad; }
  .slinky-menu > ul {
    left: 0;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .slinky-menu ul,
  .slinky-menu li {
    list-style: none;
    margin: 0; }
  .slinky-menu ul {
    width: 100%; }
  .slinky-menu a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000;
    color: var(--color-black);
    padding-top: 1rem;
    padding-top: var(--measure-p-small);
    padding-bottom: 1rem;
    padding-bottom: var(--measure-p-small);
    width: 80%; }
    .slinky-menu a span {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      line-height: 1.4;
      text-decoration: underline; }
  .slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0; }
  .slinky-menu .popup_menu__item button {
    border: 0;
    float: right;
    background-color: transparent; }
    .slinky-menu .popup_menu__item button .remove-icon {
      width: 30px;
      height: 30px; }
      .slinky-menu .popup_menu__item button .remove-icon .icon {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
        margin-left: -0.1875rem; }
      .slinky-menu .popup_menu__item button .remove-icon span {
        height: 0.1875rem;
        display: block;
        background-color: #000000;
        background-color: var(--color-black);
        border-radius: 0.3125rem;
        border-radius: var(--border-radius-default); }
        .slinky-menu .popup_menu__item button .remove-icon span + span {
          margin-top: 0.5rem; }
      .slinky-menu .popup_menu__item button .remove-icon span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 3px;
        margin-left: 4px; }
      .slinky-menu .popup_menu__item button .remove-icon span:nth-child(2) {
        width: 0%;
        opacity: 0; }
      .slinky-menu .popup_menu__item button .remove-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -18px;
        margin-left: 4px; }
      .slinky-menu .popup_menu__item button .remove-icon span + span {
        margin-top: 0.75rem; }
    .slinky-menu .popup_menu__item button i {
      display: none; }
  .slinky-menu .popup_menu.active a {
    padding-bottom: 0;
    padding-top: 0; }

@media (min-width: 1054px) {
  .menu ul,
  .menu li {
    list-style: none; }
  .menu ul:focus {
    outline: none; }
  .menu a {
    color: #000000;
    color: var(--color-black); }
  .menu__item {
    border-bottom-style: solid;
    border-bottom-style: var(--border-style-default);
    border-top-style: solid;
    border-top-style: var(--border-style-default);
    border-bottom-width: 0.1875rem;
    border-bottom-width: var(--border-width-default);
    border-top-width: 0.1875rem;
    border-top-width: var(--border-width-default);
    border-bottom-color: transparent;
    border-top-color: transparent;
    padding-bottom: 1rem;
    padding-bottom: var(--measure-p-small);
    position: relative; }
    .menu__item + .active > ul {
      max-height: 800px;
      display: block;
      z-index: 101; }
    .menu__item a:hover {
      text-decoration: none !important; }
    .menu__item a:focus {
      text-decoration: none !important; }
    .menu__item a:nth-child(2) {
      display: none; }
    .menu__item:nth-last-of-type(2) a {
      border-right: 0px; }
    .menu__item.active.purple-light a::after,
    .menu__item.active.purple-light a#Home::after,
    .menu__item.active.purple-light a#Hafan::after, .menu__item.current.purple-light a::after,
    .menu__item.current.purple-light a#Home::after,
    .menu__item.current.purple-light a#Hafan::after, .menu__item.current-menu.purple-light a::after,
    .menu__item.current-menu.purple-light a#Home::after,
    .menu__item.current-menu.purple-light a#Hafan::after {
      background-color: #642566; }
    .menu__item.active.pink-light a::after,
    .menu__item.active.pink-light a#Home::after,
    .menu__item.active.pink-light a#Hafan::after, .menu__item.current.pink-light a::after,
    .menu__item.current.pink-light a#Home::after,
    .menu__item.current.pink-light a#Hafan::after, .menu__item.current-menu.pink-light a::after,
    .menu__item.current-menu.pink-light a#Home::after,
    .menu__item.current-menu.pink-light a#Hafan::after {
      background-color: #ED0973; }
    .menu__item.active.aqua a::after,
    .menu__item.active.aqua a#Home::after,
    .menu__item.active.aqua a#Hafan::after, .menu__item.current.aqua a::after,
    .menu__item.current.aqua a#Home::after,
    .menu__item.current.aqua a#Hafan::after, .menu__item.current-menu.aqua a::after,
    .menu__item.current-menu.aqua a#Home::after,
    .menu__item.current-menu.aqua a#Hafan::after {
      background-color: #00A1AA; }
    .menu__item.active.green a::after,
    .menu__item.active.green a#Home::after,
    .menu__item.active.green a#Hafan::after, .menu__item.current.green a::after,
    .menu__item.current.green a#Home::after,
    .menu__item.current.green a#Hafan::after, .menu__item.current-menu.green a::after,
    .menu__item.current-menu.green a#Home::after,
    .menu__item.current-menu.green a#Hafan::after {
      background-color: #A9CF38; }
    .menu__item.active.yellow a::after,
    .menu__item.active.yellow a#Home::after,
    .menu__item.active.yellow a#Hafan::after, .menu__item.current.yellow a::after,
    .menu__item.current.yellow a#Home::after,
    .menu__item.current.yellow a#Hafan::after, .menu__item.current-menu.yellow a::after,
    .menu__item.current-menu.yellow a#Home::after,
    .menu__item.current-menu.yellow a#Hafan::after {
      background-color: #FFF200; }
    .menu__item.active.orange a::after,
    .menu__item.active.orange a#Home::after,
    .menu__item.active.orange a#Hafan::after, .menu__item.current.orange a::after,
    .menu__item.current.orange a#Home::after,
    .menu__item.current.orange a#Hafan::after, .menu__item.current-menu.orange a::after,
    .menu__item.current-menu.orange a#Home::after,
    .menu__item.current-menu.orange a#Hafan::after {
      background-color: #F7941D; }
    .menu__item.active.red a::after,
    .menu__item.active.red a#Home::after,
    .menu__item.active.red a#Hafan::after, .menu__item.current.red a::after,
    .menu__item.current.red a#Home::after,
    .menu__item.current.red a#Hafan::after, .menu__item.current-menu.red a::after,
    .menu__item.current-menu.red a#Home::after,
    .menu__item.current-menu.red a#Hafan::after {
      background-color: #C90044; }
    .menu__item.active.purple a::after,
    .menu__item.active.purple a#Home::after,
    .menu__item.active.purple a#Hafan::after, .menu__item.current.purple a::after,
    .menu__item.current.purple a#Home::after,
    .menu__item.current.purple a#Hafan::after, .menu__item.current-menu.purple a::after,
    .menu__item.current-menu.purple a#Home::after,
    .menu__item.current-menu.purple a#Hafan::after {
      background-color: #5E243C; }
    .menu__item a:focus {
      outline: none; }
    .menu__item.purple-light a:hover::after, .menu__item.purple-light a:focus::after,
    .menu__item.purple-light a#Home:hover::after,
    .menu__item.purple-light a#Home:focus::after,
    .menu__item.purple-light a#Hafan:hover::after,
    .menu__item.purple-light a#Hafan:focus::after {
      background-color: #642566; }
    .menu__item.pink-light a:hover::after, .menu__item.pink-light a:focus::after,
    .menu__item.pink-light a#Home:hover::after,
    .menu__item.pink-light a#Home:focus::after,
    .menu__item.pink-light a#Hafan:hover::after,
    .menu__item.pink-light a#Hafan:focus::after {
      background-color: #ED0973; }
    .menu__item.aqua a:hover::after, .menu__item.aqua a:focus::after,
    .menu__item.aqua a#Home:hover::after,
    .menu__item.aqua a#Home:focus::after,
    .menu__item.aqua a#Hafan:hover::after,
    .menu__item.aqua a#Hafan:focus::after {
      background-color: #00A1AA; }
    .menu__item.green a:hover::after, .menu__item.green a:focus::after,
    .menu__item.green a#Home:hover::after,
    .menu__item.green a#Home:focus::after,
    .menu__item.green a#Hafan:hover::after,
    .menu__item.green a#Hafan:focus::after {
      background-color: #A9CF38; }
    .menu__item.yellow a:hover::after, .menu__item.yellow a:focus::after,
    .menu__item.yellow a#Home:hover::after,
    .menu__item.yellow a#Home:focus::after,
    .menu__item.yellow a#Hafan:hover::after,
    .menu__item.yellow a#Hafan:focus::after {
      background-color: #FFF200; }
    .menu__item.orange a:hover::after, .menu__item.orange a:focus::after,
    .menu__item.orange a#Home:hover::after,
    .menu__item.orange a#Home:focus::after,
    .menu__item.orange a#Hafan:hover::after,
    .menu__item.orange a#Hafan:focus::after {
      background-color: #F7941D; }
    .menu__item.red a:hover::after, .menu__item.red a:focus::after,
    .menu__item.red a#Home:hover::after,
    .menu__item.red a#Home:focus::after,
    .menu__item.red a#Hafan:hover::after,
    .menu__item.red a#Hafan:focus::after {
      background-color: #C90044; }
    .menu__item.purple a:hover::after, .menu__item.purple a:focus::after,
    .menu__item.purple a#Home:hover::after,
    .menu__item.purple a#Home:focus::after,
    .menu__item.purple a#Hafan:hover::after,
    .menu__item.purple a#Hafan:focus::after {
      background-color: #5E243C; }
    .menu__item:nth-child(8) ul, .menu__item:nth-child(9) ul, .menu__item:nth-child(10) ul, .menu__item:nth-child(11) ul {
      right: 0; }
      .menu__item:nth-child(8) ul li, .menu__item:nth-child(9) ul li, .menu__item:nth-child(10) ul li, .menu__item:nth-child(11) ul li {
        display: block; }
    .menu__item > ul {
      position: absolute;
      top: 100%;
      z-index: 102; }
      .menu__item > ul > li {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0.625rem;
        padding-top: var(--measure-p-tiny);
        padding-bottom: 0.625rem;
        padding-bottom: var(--measure-p-tiny);
        border-bottom-style: solid;
        border-bottom-style: var(--border-style-default);
        border-bottom-color: #FFFFFF;
        border-bottom-color: var(--color-white);
        border-bottom-width: 1px;
        border-bottom-width: var(--border-width-hairline); }
        .menu__item > ul > lia:focus, .menu__item > ul > li:hover, .menu__item > ul > li:active {
          background-color: #d8d8d8;
          background-color: var(--color-grey);
          text-decoration: underline; }
  .menu .popup_menu__item:focus-within {
    background-color: #d8d8d8;
    background-color: var(--color-grey); }
  .menu .popup_menu__item.current {
    background-color: #d8d8d8;
    background-color: var(--color-grey); }
  .menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .menu > ul > li > a {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-right: 0.625rem;
      padding-right: var(--measure-p-tiny);
      border-right-style: solid;
      border-right-style: var(--border-style-default);
      border-right-width: 1px;
      border-right-width: var(--border-width-hairline);
      border-right-color: #d8d8d8;
      border-bottom-style: solid;
      border-bottom-style: var(--border-style-default);
      border-bottom-width: 0.1875rem;
      border-bottom-width: var(--border-width-default);
      border-bottom-color: transparent;
      height: 100%;
      text-align: center; }
      .menu > ul > li > a::after {
        content: "";
        width: 100%;
        height: 3px;
        left: 0;
        position: relative;
        display: block;
        top: 10px; }
      .menu > ul > li > a:hover::after, .menu > ul > li > a:focus::after {
        content: "";
        width: 100%;
        height: 3px;
        left: 0;
        position: relative;
        display: block;
        top: 10px; }
    .menu > ul > li + li > a {
      padding-left: 0.625rem;
      padding-left: var(--measure-p-tiny);
      padding-right: 0.625rem;
      padding-right: var(--measure-p-tiny);
      border-right-style: solid;
      border-right-style: var(--border-style-default);
      border-right-color: #d8d8d8;
      position: relative;
      height: 100%; }
      .menu > ul > li + li > a::before {
        content: "";
        position: absolute;
        top: 20%;
        bottom: 20%;
        width: 1px;
        height: 60%;
        left: 0; }
  .menu ul ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease 0s;
    transition: max-height 0.2s ease 0s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ebebeb;
    background-color: var(--color-grey-light);
    width: 300px;
    display: none; } }

.slinky-theme-default .next {
  position: relative;
  width: 100%; }
  .slinky-theme-default .next span::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #000;
    height: 3.5625rem;
    width: 3.5625rem;
    background-color: #d8d8d8;
    background-color: var(--color-grey);
    width: 20%; }
  .slinky-theme-default .next span:after {
    top: 0;
    right: 0;
    background-image: url("/__data/assets/image/0028/217369/plus.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%; }

.slinky-theme-default .saved-elements-item {
  width: 100%; }

.slinky-theme-default .saved-elements-list .popup_menu__item {
  padding-right: 6.25rem;
  padding-right: var(--measure-p-gigantic);
  position: relative; }
  .slinky-theme-default .saved-elements-list .popup_menu__item button {
    position: absolute;
    display: block;
    height: 100%;
    width: 20%;
    top: 0;
    right: 0;
    background-image: url("/__data/assets/image/0015/217401/close.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25%; }

.slinky-theme-default .saved-elements-list .back {
  width: 40%; }

.slinky-theme-default .back {
  width: 30%;
  background-color: #d8d8d8;
  background-color: var(--color-grey);
  margin-bottom: 0.625rem;
  margin-bottom: var(--measure-p-tiny);
  height: 40px;
  position: relative; }

.slinky-theme-default .back::after {
  content: "Back";
  font-family: "Titillium Web", "Calibri", Arial, -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-family: var(--font-family-default);
  left: 1.875rem;
  position: absolute;
  top: 0.3125rem; }

.p-reset {
  padding: 0; }

.p-tiny {
  padding: 0.625rem;
  padding: var(--measure-p-tiny); }

.p-small {
  padding: 1rem;
  padding: var(--measure-p-small); }

.p-medium {
  padding: 1.5625rem;
  padding: var(--measure-p-medium); }

.p-large {
  padding: 3.125rem;
  padding: var(--measure-p-large); }

.p-gigantic {
  padding: 6.25rem;
  padding: var(--measure-p-gigantic); }

@media (min-width: 601px) {
  .p-sm-tiny {
    padding: 0.625rem;
    padding: var(--measure-p-tiny); }
  .p-sm-small {
    padding: 1rem;
    padding: var(--measure-p-small); }
  .p-sm-medium {
    padding: 1.5625rem;
    padding: var(--measure-p-medium); }
  .p-sm-large {
    padding: 3.125rem;
    padding: var(--measure-p-large); }
  .p-sm-gigantic {
    padding: 6.25rem;
    padding: var(--measure-p-gigantic); } }

@media (min-width: 1054px) {
  .p-md-tiny {
    padding: 0.625rem;
    padding: var(--measure-p-tiny); }
  .p-md-small {
    padding: 1rem;
    padding: var(--measure-p-small); }
  .p-md-medium {
    padding: 1.5625rem;
    padding: var(--measure-p-medium); }
  .p-md-large {
    padding: 3.125rem;
    padding: var(--measure-p-large); }
  .p-md-gigantic {
    padding: 6.25rem;
    padding: var(--measure-p-gigantic); } }

@media (min-width: 1141px) {
  .p-lg-tiny {
    padding: 0.625rem;
    padding: var(--measure-p-tiny); }
  .p-lg-small {
    padding: 1rem;
    padding: var(--measure-p-small); }
  .p-lg-medium {
    padding: 1.5625rem;
    padding: var(--measure-p-medium); }
  .p-lg-large {
    padding: 3.125rem;
    padding: var(--measure-p-large); }
  .p-lg-gigantic {
    padding: 6.25rem;
    padding: var(--measure-p-gigantic); } }

.p-bottom-reset {
  padding-bottom: 0; }

.p-bottom-tiny {
  padding-bottom: 0.625rem;
  padding-bottom: var(--measure-p-tiny); }

.p-bottom-small {
  padding-bottom: 1rem;
  padding-bottom: var(--measure-p-small); }

.p-bottom-medium {
  padding-bottom: 1.5625rem;
  padding-bottom: var(--measure-p-medium); }

.p-bottom-large {
  padding-bottom: 3.125rem;
  padding-bottom: var(--measure-p-large); }

.p-bottom-gigantic {
  padding-bottom: 6.25rem;
  padding-bottom: var(--measure-p-gigantic); }

@media (min-width: 601px) {
  .p-bottom-sm-reset {
    padding-bottom: 0; }
  .p-bottom-sm-tiny {
    padding-bottom: 0.625rem;
    padding-bottom: var(--measure-p-tiny); }
  .p-bottom-sm-small {
    padding-bottom: 1rem;
    padding-bottom: var(--measure-p-small); }
  .p-bottom-sm-medium {
    padding-bottom: 1.5625rem;
    padding-bottom: var(--measure-p-medium); }
  .p-bottom-sm-large {
    padding-bottom: 3.125rem;
    padding-bottom: var(--measure-p-large); }
  .p-bottom-sm-gigantic {
    padding-bottom: 6.25rem;
    padding-bottom: var(--measure-p-gigantic); } }

@media (min-width: 1054px) {
  .p-bottom-md-reset {
    padding-bottom: 0; }
  .p-bottom-md-tiny {
    padding-bottom: 0.625rem;
    padding-bottom: var(--measure-p-tiny); }
  .p-bottom-md-small {
    padding-bottom: 1rem;
    padding-bottom: var(--measure-p-small); }
  .p-bottom-md-medium {
    padding-bottom: 1.5625rem;
    padding-bottom: var(--measure-p-medium); }
  .p-bottom-md-large {
    padding-bottom: 3.125rem;
    padding-bottom: var(--measure-p-large); }
  .p-bottom-md-gigantic {
    padding-bottom: 6.25rem;
    padding-bottom: var(--measure-p-gigantic); } }

@media (min-width: 1141px) {
  .p-bottom-lg-reset {
    padding-bottom: 0; }
  .p-bottom-lg-tiny {
    padding-bottom: 0.625rem;
    padding-bottom: var(--measure-p-tiny); }
  .p-bottom-lg-small {
    padding-bottom: 1rem;
    padding-bottom: var(--measure-p-small); }
  .p-bottom-lg-medium {
    padding-bottom: 1.5625rem;
    padding-bottom: var(--measure-p-medium); }
  .p-bottom-lg-large {
    padding-bottom: 3.125rem;
    padding-bottom: var(--measure-p-large); }
  .p-bottom-lg-gigantic {
    padding-bottom: 6.25rem;
    padding-bottom: var(--measure-p-gigantic); } }

.p-left-reset {
  padding-left: 0; }

.p-left-tiny {
  padding-left: 0.625rem;
  padding-left: var(--measure-p-tiny); }

.p-left-small {
  padding-left: 1rem;
  padding-left: var(--measure-p-small); }

.p-left-medium {
  padding-left: 1.5625rem;
  padding-left: var(--measure-p-medium); }

.p-left-large {
  padding-left: 3.125rem;
  padding-left: var(--measure-p-large); }

.p-left-gigantic {
  padding-left: 6.25rem;
  padding-left: var(--measure-p-gigantic); }

@media (min-width: 601px) {
  .p-left-sm-reset {
    padding-left: 0; }
  .p-left-sm-tiny {
    padding-left: 0.625rem;
    padding-left: var(--measure-p-tiny); }
  .p-left-sm-small {
    padding-left: 1rem;
    padding-left: var(--measure-p-small); }
  .p-left-sm-medium {
    padding-left: 1.5625rem;
    padding-left: var(--measure-p-medium); }
  .p-left-sm-large {
    padding-left: 3.125rem;
    padding-left: var(--measure-p-large); }
  .p-left-sm-gigantic {
    padding-left: 6.25rem;
    padding-left: var(--measure-p-gigantic); } }

@media (min-width: 1054px) {
  .p-left-md-reset {
    padding-left: 0; }
  .p-left-md-tiny {
    padding-left: 0.625rem;
    padding-left: var(--measure-p-tiny); }
  .p-left-md-small {
    padding-left: 1rem;
    padding-left: var(--measure-p-small); }
  .p-left-md-medium {
    padding-left: 1.5625rem;
    padding-left: var(--measure-p-medium); }
  .p-left-md-large {
    padding-left: 3.125rem;
    padding-left: var(--measure-p-large); }
  .p-left-md-gigantic {
    padding-left: 6.25rem;
    padding-left: var(--measure-p-gigantic); } }

@media (min-width: 1141px) {
  .p-left-lg-reset {
    padding-left: 0; }
  .p-left-lg-tiny {
    padding-left: 0.625rem;
    padding-left: var(--measure-p-tiny); }
  .p-left-lg-small {
    padding-left: 1rem;
    padding-left: var(--measure-p-small); }
  .p-left-lg-medium {
    padding-left: 1.5625rem;
    padding-left: var(--measure-p-medium); }
  .p-left-lg-large {
    padding-left: 3.125rem;
    padding-left: var(--measure-p-large); }
  .p-left-lg-gigantic {
    padding-left: 6.25rem;
    padding-left: var(--measure-p-gigantic); } }

.p-right-reset {
  padding-right: 0; }

.p-right-tiny {
  padding-right: 0.625rem;
  padding-right: var(--measure-p-tiny); }

.p-right-small {
  padding-right: 1rem;
  padding-right: var(--measure-p-small); }

.p-right-medium {
  padding-right: 1.5625rem;
  padding-right: var(--measure-p-medium); }

.p-right-large {
  padding-right: 3.125rem;
  padding-right: var(--measure-p-large); }

.p-right-gigantic {
  padding-right: 6.25rem;
  padding-right: var(--measure-p-gigantic); }

@media (min-width: 601px) {
  .p-right-sm-reset {
    padding-right: 0; }
  .p-right-sm-tiny {
    padding-right: 0.625rem;
    padding-right: var(--measure-p-tiny); }
  .p-right-sm-small {
    padding-right: 1rem;
    padding-right: var(--measure-p-small); }
  .p-right-sm-medium {
    padding-right: 1.5625rem;
    padding-right: var(--measure-p-medium); }
  .p-right-sm-large {
    padding-right: 3.125rem;
    padding-right: var(--measure-p-large); }
  .p-right-sm-gigantic {
    padding-right: 6.25rem;
    padding-right: var(--measure-p-gigantic); } }

@media (min-width: 1054px) {
  .p-right-md-reset {
    padding-right: 0; }
  .p-right-md-tiny {
    padding-right: 0.625rem;
    padding-right: var(--measure-p-tiny); }
  .p-right-md-small {
    padding-right: 1rem;
    padding-right: var(--measure-p-small); }
  .p-right-md-medium {
    padding-right: 1.5625rem;
    padding-right: var(--measure-p-medium); }
  .p-right-md-large {
    padding-right: 3.125rem;
    padding-right: var(--measure-p-large); }
  .p-right-md-gigantic {
    padding-right: 6.25rem;
    padding-right: var(--measure-p-gigantic); } }

@media (min-width: 1141px) {
  .p-right-lg-reset {
    padding-right: 0; }
  .p-right-lg-tiny {
    padding-right: 0.625rem;
    padding-right: var(--measure-p-tiny); }
  .p-right-lg-small {
    padding-right: 1rem;
    padding-right: var(--measure-p-small); }
  .p-right-lg-medium {
    padding-right: 1.5625rem;
    padding-right: var(--measure-p-medium); }
  .p-right-lg-large {
    padding-right: 3.125rem;
    padding-right: var(--measure-p-large); }
  .p-right-lg-gigantic {
    padding-right: 6.25rem;
    padding-right: var(--measure-p-gigantic); } }

.p-top-reset {
  padding-top: 0; }

.p-top-tiny {
  padding-top: 0.625rem;
  padding-top: var(--measure-p-tiny); }

.p-top-small {
  padding-top: 1rem;
  padding-top: var(--measure-p-small); }

.p-top-medium {
  padding-top: 1.5625rem;
  padding-top: var(--measure-p-medium); }

.p-top-large {
  padding-top: 3.125rem;
  padding-top: var(--measure-p-large); }

.p-top-gigantic {
  padding-top: 6.25rem;
  padding-top: var(--measure-p-gigantic); }

@media (min-width: 601px) {
  .p-top-sm-reset {
    padding-top: 0; }
  .p-top-sm-tiny {
    padding-top: 0.625rem;
    padding-top: var(--measure-p-tiny); }
  .p-top-sm-small {
    padding-top: 1rem;
    padding-top: var(--measure-p-small); }
  .p-top-sm-medium {
    padding-top: 1.5625rem;
    padding-top: var(--measure-p-medium); }
  .p-top-sm-large {
    padding-top: 3.125rem;
    padding-top: var(--measure-p-large); }
  .p-top-sm-gigantic {
    padding-top: 6.25rem;
    padding-top: var(--measure-p-gigantic); } }

@media (min-width: 1054px) {
  .p-top-md-reset {
    padding-top: 0; }
  .p-top-md-tiny {
    padding-top: 0.625rem;
    padding-top: var(--measure-p-tiny); }
  .p-top-md-small {
    padding-top: 1rem;
    padding-top: var(--measure-p-small); }
  .p-top-md-medium {
    padding-top: 1.5625rem;
    padding-top: var(--measure-p-medium); }
  .p-top-md-large {
    padding-top: 3.125rem;
    padding-top: var(--measure-p-large); }
  .p-top-md-gigantic {
    padding-top: 6.25rem;
    padding-top: var(--measure-p-gigantic); } }

@media (min-width: 1141px) {
  .p-top-lg-reset {
    padding-top: 0; }
  .p-top-lg-tiny {
    padding-top: 0.625rem;
    padding-top: var(--measure-p-tiny); }
  .p-top-lg-small {
    padding-top: 1rem;
    padding-top: var(--measure-p-small); }
  .p-top-lg-medium {
    padding-top: 1.5625rem;
    padding-top: var(--measure-p-medium); }
  .p-top-lg-large {
    padding-top: 3.125rem;
    padding-top: var(--measure-p-large); }
  .p-top-lg-gigantic {
    padding-top: 6.25rem;
    padding-top: var(--measure-p-gigantic); } }

/*
 * Mobile layout
 */
body {
  z-index: 1; }

.global-header {
  z-index: 4;
  position: relative; }
  .global-header .global-header__mobile-wrapper {
    margin-left: -16px; }
  @media (max-width: 1053px) {
    .global-header .global-header__menu-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .global-header.open-mobile .global-header__menu-wrapper {
      padding-right: 0.625rem;
      padding-right: var(--measure-p-tiny);
      padding-left: 0; }
    .global-header:not(.open-mobile) .global-header__menu-wrapper {
      display: none; } }
  .global-header li::before {
    display: none; }
  .global-header a {
    text-decoration: none; }

.global-header__buttons li {
  max-width: 33.333%; }

.global-header__buttons .btn {
  max-width: none; }

@media (max-width: 1053px) {
  .global-header__buttons {
    display: none; }
    .global-header__buttons li {
      max-width: none; }
    .global-header__menu-wrapper .global-header__buttons {
      display: block; } }

.global-header__hamburger-button {
  padding: 1rem;
  padding: var(--measure-p-small);
  background-color: #ebebeb;
  background-color: var(--color-grey-light);
  border-bottom-style: solid;
  border-bottom-style: var(--border-style-default);
  border-bottom-color: #ebebeb;
  border-bottom-color: var(--color-grey-light);
  border-width: 0.0625rem;
  border-top: none;
  border-right: none;
  border-left: none;
  height: 5.625rem; }
  .global-header__hamburger-button:focus {
    outline: 2px solid #00376f; }
  @media (min-width: 1054px) {
    .global-header__hamburger-button {
      display: none; } }

.global-header__hamburger-icon span {
  height: 0.1875rem;
  display: block;
  background-color: #000000;
  background-color: var(--color-black);
  border-radius: 0.3125rem;
  border-radius: var(--border-radius-default); }
  .global-header__hamburger-icon span + span {
    margin-top: 0.5rem; }

.global-header.open-mobile .global-header__hamburger-icon .icon {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  margin-left: -0.1875rem; }

.global-header.open-mobile .global-header__hamburger-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 3px;
  margin-left: 4px; }

.global-header.open-mobile .global-header__hamburger-icon span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.global-header.open-mobile .global-header__hamburger-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -18px;
  margin-left: 4px; }

.global-header.open-mobile .global-header__hamburger-icon span + span {
  margin-top: 0.75rem; }

@media (min-width: 1054px) {
  .global-header__hamburger-icon {
    display: none; } }

.open-mobile .mobile-menu {
  position: fixed;
  top: 90px; }

.open-mobile .global-header__hamburger-button {
  border-bottom-style: solid;
  border-bottom-style: var(--border-style-default);
  border-bottom-width: var(--border-width-tiny);
  border-bottom-color: #ED0973;
  border-bottom-color: var(--color-pink);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

@media (max-width: 1053px) {
  .mobile-logo {
    margin-right: 80px; } }

@media (max-width: 600px) {
  .mobile-logo {
    text-align: left;
    padding-left: 20px;
    margin-right: 180px; }
    .mobile-logo .logo-mob {
      margin-right: 40px !important;
      width: 90% !important; } }

.mobile-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.saved-pages {
  margin: 0;
  top: 34px; }

.save-pages-mobile {
  display: none; }

@media (max-width: 1053px) {
  .save-pages-mobile,
  .save-pages-mobile.current {
    background-color: #f8f8f8 !important; } }

.main .sq-form-question-option-list ul {
  list-style-type: none;
  margin: 0.5rem 0; }

/*.main .sq-form-question-option-list .sq-form-question-answer input[type="radio"] {
  opacity: 0; }*/
  .main .sq-form-question-option-list .sq-form-question-answer input[type="radio"] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 20px;
    /* This will be adjusted */ }
    .main .sq-form-question-option-list .sq-form-question-answer input[type="radio"] + label::before {
      content: "";
      position: absolute;
      display: inline-block;
      left: -22px;
      /* This will be adjusted */
      width: 20px;
      height: 20px;
      background: transparent;
      border-radius: 50%;
      border: 1px solid #999; }
    .main .sq-form-question-option-list .sq-form-question-answer input[type="radio"] + label::after {
      content: "";
      position: absolute;
      display: inline-block;
      left: -20px;
      top: 4px;
      border-radius: 50%;
      width: 12px;
      height: 12px;
      background: #d93361; }
    .main .sq-form-question-option-list .sq-form-question-answer input[type="radio"] + label:checked + label::after {
      background: #d93361; }
    .main .sq-form-question-option-list .sq-form-question-answer input[type="radio"] + label:focus + label::before {
      -webkit-box-shadow: 0 0px 8px #d93361;
              box-shadow: 0 0px 8px #d93361; }
              
.c-stat__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: -8px;
  margin-left: -8px; }

.c-stat__element {
  height: inherit; }

.c-stat__element-inside {
  padding: 0.9375rem;
  background-color: #EFE8EF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%; }
  
.c-stat__numbers {
  color: #ED0973;
  font-weight: bolder;
  font-size: 26px;
  padding-bottom: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.c-stat__description {
  color: #404041;
  font-size: 16px;
  text-align: center;
  width: 100%; }