@charset "UTF-8";
/**
  * Erdmann & Freunde
  * OPTIMIST Contao Theme
  * erdmann-freunde.de/produkte/contao-themes/optimist/
  *
  */
html {
  --color-default:            #ff5636;
  --color-gray-dark:          #222;
  --color-gray:               #555;
  --color-gray-light:         #ccc;
  --color-brand:              var(--color-default);
  --color-highlight:          var(--color-brand);
  --color-page-background:    #fff;
  --color-text:               var(--color-gray-dark);
  --color-text--inverted:     var(--color-page-background);
  --color-links:              var(--color-highlight);
  --color-btn:                var(--color-links);
  --color-btn-text:           var(--color-text--inverted);
  --base-font-size--xs:       0.875rem;
  --base-font-size:           1rem;
  --base-font-size--xl:       1.125rem;
  --base-line-height:         1.625;
  --base-font-weight:         400;
  --base-font-family:         -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  --base-spacing-unit: 1rem;
  --base-spacing-unit--xs:    calc(var(--base-spacing-unit) / 4);
  --base-spacing-unit--sm:    calc(var(--base-spacing-unit) / 2);
  --base-spacing-unit--lg:    calc(var(--base-spacing-unit) * 2);
  --base-spacing-unit--xl:    calc(var(--base-spacing-unit) * 4);
  --base-border-radius:       4px;
  --base-border-width:        1px;
  --base-border-color:        var(--color-gray-light);
  --base-border:              var(--base-border-width) solid var(--base-border-color); }

:root {
  --color-gray-dark:         #222222;
  --color-gray:              #666666;
  --color-gray-light:        #CCCCCC;
  --color-gray-lighter:      #FAFCFF;
  --color-purple-dark:        #9041FF;
  --color-purple:             #6E46AE;
  --color-purple-light:       #BF6CFF;
  --color-purple-lighter:     rgba(191, 108, 255, 0.075);
  --color-teal-dark:          hsl(166, 72%, 38%);
  --color-teal:               hsl(166, 72%, 48%);
  --color-orange:            #ff6600;
  --color-tint:              var(--color-purple-lighter);
  --color-brand-primary:          var(--color-gray);
  --color-brand-primary-light:    var(--color-purple-light);
  --color-brand-primary-dark:     var(--color-purple-dark);
  --color-brand-secondary:        var(--color-teal);
  --color-brand-secondary-dark:   var(--color-teal-dark);
  --color-brand:             var(--color-brand-primary);
  --color-highlight:         var(--color-brand);
  --color-page-background:   #FFFFFF;
  --color-text:              var(--color-gray);
  --color-text--light:       var(--color-gray-light);
  --color-links:             var(--color-text);
  --color-links-hover:       var(--color-text);
  --color-btn:               #000000;
  --color-btn-hover:         var(--color-gray);
  --color-btn-text:          #FFFFFF;
  --base-font-size:                  1rem;
  --base-line-height:                1.625;
  --base-font-size--xs:              0.875rem;
  --base-font-size--lg:              1.125rem;
  --base-font-size--xl:              1.25rem;
  --base-font-family-1:              'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  --base-font-family-2:              'Old Standard TT', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  --base-font-family:                var(--base-font-family-1);
  --base-spacing-unit:   1rem;
  --base-border-radius:  5px;
  --base-border-width:   1px;
  --base-border-color:   #CFD8DC;
  --base-box-shadow:       0 10px 40px 0 rgba(50, 50, 50, 0.25);
  --color-band-highlight-background:     linear-gradient( -165deg, var(--color-purple-light), var(--color-purple));
  --color-band-highlight-text:           var(--color-text--inverted);
  --color-band-tint-background:          var(--color-tint);
  --color-band-dark-text:                var(--color-text--inverted);
  --color-band-dark-background:          var(--color-gray-dark); }

/*
$breakpoints: (
  xs: (
    min:        0,
    max:        (34.375em - 0.0625em), // 549px
  ),
  sm: (
    min:        34.375em, // 550px
    max:        (48em - 0.0625em), // 767px
  ),
  md: (
    min:        48em, // 768px
    max:        (58.75em - 0.0625em), // 939px
  ),
  lg: (
    min:        58.75em, // 940px
    max:        (68.75em - 0.0625em), // 1099px
  ),
  xl: (
    min:        68.75em, // 1100px
    max:        "none"
  ),
) !default;
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

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

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: calc(1rem / 2);
  margin-bottom: var(--base-spacing-unit--sm); }

ul, ol, dl,
blockquote, p, address,
hr,
fieldset, figure,
pre {
  margin-bottom: 1rem;
  margin-bottom: var(--base-spacing-unit); }

ul, ol, dd {
  margin-left: 1rem;
  margin-left: var(--base-spacing-unit); }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

a {
  color: #666666;
  color: var(--color-links); }

:not(p) a {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

/*
ul, ol, dl,
blockquote, p, address,
hr,
fieldset, figure,
pre {    
  margin-bottom: calc(var(--base-spacing-unit) * 2);
}
*/
html {
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  font-family: var(--base-font-family, sans-serif);
  font-size: 0.875rem;
  font-size: var(--base-font-size--xs);
  line-height: 1.625;
  line-height: var(--base-line-height);
  font-weight: 400;
  font-weight: var(--base-font-weight);
  background-color: #FFFFFF;
  background-color: var(--color-page-background);
  color: #666666;
  color: var(--color-text);
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 34.375em) {
    html {
      font-size: var(--base-font-size);
      font-size: var(--base-font-size--sm, var(--base-font-size)); } }
  @media screen and (min-width: 48em) {
    html {
      font-size: 1rem;
      font-size: var(--base-font-size); } }
  @media screen and (min-width: 58.75em) {
    html {
      font-size: 1.125rem;
      font-size: var(--base-font-size--lg, var(--base-font-size)); } }
  @media screen and (min-width: 68.75em) {
    html {
      font-size: 1.25rem;
      font-size: var(--base-font-size--xl); } }

/*
html {
  font-family: var(--base-font-family, sans-serif);
  font-size: var(--base-font-size); // [1]
  line-height: var(--base-line-height); //[1]
  font-weight: var(--base-font-weight);
  background-color: var(--color-page-background);
  color: var(--color-text);
  overflow-y: scroll; // [2]
  min-height: 100%; // [3]
  -webkit-text-size-adjust: 100%; // [4]
  -ms-text-size-adjust: 100%; // [4]
  -moz-osx-font-smoothing: grayscale; // [5]
  -webkit-font-smoothing: antialiased; // [6]
  
  @include media-query(screen-xs-max) {
    font-size: var(--base-font-size--xs); 
  }
  
  @include media-query(screen-xl) {
    //font-size: calc(var(--base-font-size--xl) / 1rem * 1em); 
    font-size: var(--base-font-size--xl); // 1.25 rem
  }
}
*/
html {
  scroll-behavior: smooth; }
  @media screen and (max-width: 34.3125em) {
    html {
      font-size: 1rem !important;
      font-size: var(--base-font-size) !important; } }
  html.sr .mod_article > .inside,
  html.sr .mod_article.hero > .inside {
    visibility: hidden; }

/* old-standard-tt-regular - latin */
@font-face {
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/old-standard-tt-v13-latin-regular.woff2") format("woff2"), url("../fonts/old-standard-tt-v13-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* old-standard-tt-700 - latin */
@font-face {
  font-family: 'Old Standard TT';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/old-standard-tt-v13-latin-700.woff2") format("woff2"), url("../fonts/old-standard-tt-v13-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-200 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../fonts/nunito-v16-latin-200.woff2") format("woff2"), url("../fonts/nunito-v16-latin-200.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-200italic - latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200;
  src: local(""), url("../fonts/nunito-v16-latin-200italic.woff2") format("woff2"), url("../fonts/nunito-v16-latin-200italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-300 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/nunito-v16-latin-300.woff2") format("woff2"), url("../fonts/nunito-v16-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-300italic - latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../fonts/nunito-v16-latin-300italic.woff2") format("woff2"), url("../fonts/nunito-v16-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/nunito-v16-latin-regular.woff2") format("woff2"), url("../fonts/nunito-v16-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-italic - latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/nunito-v16-latin-italic.woff2") format("woff2"), url("../fonts/nunito-v16-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-600 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/nunito-v16-latin-600.woff2") format("woff2"), url("../fonts/nunito-v16-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-600italic - latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: local(""), url("../fonts/nunito-v16-latin-600italic.woff2") format("woff2"), url("../fonts/nunito-v16-latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-700 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/nunito-v16-latin-700.woff2") format("woff2"), url("../fonts/nunito-v16-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-700italic - latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../fonts/nunito-v16-latin-700italic.woff2") format("woff2"), url("../fonts/nunito-v16-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-sans-200 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../fonts/nunito-sans-v6-latin-200.woff2") format("woff2"), url("../fonts/nunito-sans-v6-latin-200.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-sans-200italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 200;
  src: local(""), url("../fonts/nunito-sans-v6-latin-200italic.woff2") format("woff2"), url("../fonts/nunito-sans-v6-latin-200italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-sans-300 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/nunito-sans-v6-latin-300.woff2") format("woff2"), url("../fonts/nunito-sans-v6-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-sans-300italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../fonts/nunito-sans-v6-latin-300italic.woff2") format("woff2"), url("../fonts/nunito-sans-v6-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/nunito-sans-v6-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v6-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-sans-italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/nunito-sans-v6-latin-italic.woff2") format("woff2"), url("../fonts/nunito-sans-v6-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-sans-600 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/nunito-sans-v6-latin-600.woff2") format("woff2"), url("../fonts/nunito-sans-v6-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-sans-600italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 600;
  src: local(""), url("../fonts/nunito-sans-v6-latin-600italic.woff2") format("woff2"), url("../fonts/nunito-sans-v6-latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-sans-700italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../fonts/nunito-sans-v6-latin-700italic.woff2") format("woff2"), url("../fonts/nunito-sans-v6-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/nunito-sans-v6-latin-700.woff2") format("woff2"), url("../fonts/nunito-sans-v6-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

html {
  --headings__font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  --headings__font-weight: 700;
  --headings__color: 'currentColor';
  --paragraph__link-color: var(--color-links);
  --code__color: var(--color-highlight);
  --selection-background: var(--color-brand);
  --pre__color-background: var(--color-gray);
  --pre__color: var(--color-text--inverted);
  --selection-color: var(--color-text--inverted);
  --hr-border: var(--base-border);
  --paragraph__link-decoration: underline;
  --paragraph__link-decoration--hover: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-weight: var(--headings__font-weight);
  font-family: 'Old Standard TT', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  font-family: var(--headings__font-family);
  color: 'currentColor';
  color: var(--headings__color); }


h1,
.heading--1.ce_headline,
.heading--1 h1:first-child,
.heading--1 h2:first-child,
.heading--1 h3:first-child,
.heading--1 h4:first-child,
.heading--1 h5:first-child,
.heading--1 h6:first-child {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-weight: var(--headings__font-weight);
  font-family: 'Old Standard TT', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  font-family: var(--headings__font-family); }
  @media screen and (min-width: 34.375em) {
    
    h1,
    .heading--1.ce_headline,
    .heading--1 h1:first-child,
    .heading--1 h2:first-child,
    .heading--1 h3:first-child,
    .heading--1 h4:first-child,
    .heading--1 h5:first-child,
    .heading--1 h6:first-child {
      font-size: 1.5rem; } }
  @media screen and (min-width: 48em) {
    
    h1,
    .heading--1.ce_headline,
    .heading--1 h1:first-child,
    .heading--1 h2:first-child,
    .heading--1 h3:first-child,
    .heading--1 h4:first-child,
    .heading--1 h5:first-child,
    .heading--1 h6:first-child {
      font-size: 1.625rem; } }
  @media screen and (min-width: 58.75em) {
    
    h1,
    .heading--1.ce_headline,
    .heading--1 h1:first-child,
    .heading--1 h2:first-child,
    .heading--1 h3:first-child,
    .heading--1 h4:first-child,
    .heading--1 h5:first-child,
    .heading--1 h6:first-child {
      font-size: 1.625rem; } }
  @media screen and (min-width: 68.75em) {
    
    h1,
    .heading--1.ce_headline,
    .heading--1 h1:first-child,
    .heading--1 h2:first-child,
    .heading--1 h3:first-child,
    .heading--1 h4:first-child,
    .heading--1 h5:first-child,
    .heading--1 h6:first-child {
      font-size: 1.75rem; } }

p + h1,
ul + h1,
ol + h1 {
  margin-top: 2rem; }

.ce_text + .ce_text h1:first-child {
  margin-top: 2rem; }

h1 + h2 {
  margin-top: -1.5rem; }


h2,
.heading--2.ce_headline,
.heading--2 h1:first-child,
.heading--2 h2:first-child,
.heading--2 h3:first-child,
.heading--2 h4:first-child,
.heading--2 h5:first-child,
.heading--2 h6:first-child {
  font-size: 1.375rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-weight: var(--headings__font-weight);
  font-family: 'Old Standard TT', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  font-family: var(--headings__font-family); }
  @media screen and (min-width: 34.375em) {
    
    h2,
    .heading--2.ce_headline,
    .heading--2 h1:first-child,
    .heading--2 h2:first-child,
    .heading--2 h3:first-child,
    .heading--2 h4:first-child,
    .heading--2 h5:first-child,
    .heading--2 h6:first-child {
      font-size: 1.375rem; } }
  @media screen and (min-width: 48em) {
    
    h2,
    .heading--2.ce_headline,
    .heading--2 h1:first-child,
    .heading--2 h2:first-child,
    .heading--2 h3:first-child,
    .heading--2 h4:first-child,
    .heading--2 h5:first-child,
    .heading--2 h6:first-child {
      font-size: 1.5rem; } }
  @media screen and (min-width: 58.75em) {
    
    h2,
    .heading--2.ce_headline,
    .heading--2 h1:first-child,
    .heading--2 h2:first-child,
    .heading--2 h3:first-child,
    .heading--2 h4:first-child,
    .heading--2 h5:first-child,
    .heading--2 h6:first-child {
      font-size: 1.5rem; } }
  @media screen and (min-width: 68.75em) {
    
    h2,
    .heading--2.ce_headline,
    .heading--2 h1:first-child,
    .heading--2 h2:first-child,
    .heading--2 h3:first-child,
    .heading--2 h4:first-child,
    .heading--2 h5:first-child,
    .heading--2 h6:first-child {
      font-size: 1.5rem; } }

p + h2,
ul + h2,
ol + h2 {
  margin-top: 2rem; }

.ce_text + .ce_text h2:first-child {
  margin-top: 2rem; }

h2 + h3 {
  margin-top: -1.5rem; }


h3,
.heading--3.ce_headline,
.heading--3 h1:first-child,
.heading--3 h2:first-child,
.heading--3 h3:first-child,
.heading--3 h4:first-child,
.heading--3 h5:first-child,
.heading--3 h6:first-child {
  font-size: 1.125rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: 600;
  font-weight: var(--headings__font-weight);
  font-family: 'Old Standard TT', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  font-family: var(--headings__font-family); }
  @media screen and (min-width: 34.375em) {
    
    h3,
    .heading--3.ce_headline,
    .heading--3 h1:first-child,
    .heading--3 h2:first-child,
    .heading--3 h3:first-child,
    .heading--3 h4:first-child,
    .heading--3 h5:first-child,
    .heading--3 h6:first-child {
      font-size: 1.125rem; } }
  @media screen and (min-width: 48em) {
    
    h3,
    .heading--3.ce_headline,
    .heading--3 h1:first-child,
    .heading--3 h2:first-child,
    .heading--3 h3:first-child,
    .heading--3 h4:first-child,
    .heading--3 h5:first-child,
    .heading--3 h6:first-child {
      font-size: 1.25rem; } }
  @media screen and (min-width: 58.75em) {
    
    h3,
    .heading--3.ce_headline,
    .heading--3 h1:first-child,
    .heading--3 h2:first-child,
    .heading--3 h3:first-child,
    .heading--3 h4:first-child,
    .heading--3 h5:first-child,
    .heading--3 h6:first-child {
      font-size: 1.25rem; } }
  @media screen and (min-width: 68.75em) {
    
    h3,
    .heading--3.ce_headline,
    .heading--3 h1:first-child,
    .heading--3 h2:first-child,
    .heading--3 h3:first-child,
    .heading--3 h4:first-child,
    .heading--3 h5:first-child,
    .heading--3 h6:first-child {
      font-size: 1.25rem; } }

p + h3,
ul + h3,
ol + h3 {
  margin-top: 2rem; }

.ce_text + .ce_text h3:first-child {
  margin-top: 2rem; }

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


h4,
.heading--4.ce_headline,
.heading--4 h1:first-child,
.heading--4 h2:first-child,
.heading--4 h3:first-child,
.heading--4 h4:first-child,
.heading--4 h5:first-child,
.heading--4 h6:first-child,
.text--alert h1,
.text--alert h2,
.text--alert h3,
.text--alert h4,
.text--alert h5,
.text--alert h6,
.ce_form h1,
.ce_form h2,
.ce_form h3,
.ce_form h4,
.ce_form h5,
.ce_form h6 {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-weight: var(--headings__font-weight);
  font-family: 'Old Standard TT', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  font-family: var(--headings__font-family); }
  @media screen and (min-width: 34.375em) {
    
    h4,
    .heading--4.ce_headline,
    .heading--4 h1:first-child,
    .heading--4 h2:first-child,
    .heading--4 h3:first-child,
    .heading--4 h4:first-child,
    .heading--4 h5:first-child,
    .heading--4 h6:first-child,
    .text--alert h1,
    .text--alert h2,
    .text--alert h3,
    .text--alert h4,
    .text--alert h5,
    .text--alert h6,
    .ce_form h1,
    .ce_form h2,
    .ce_form h3,
    .ce_form h4,
    .ce_form h5,
    .ce_form h6 {
      font-size: 1rem; } }
  @media screen and (min-width: 48em) {
    
    h4,
    .heading--4.ce_headline,
    .heading--4 h1:first-child,
    .heading--4 h2:first-child,
    .heading--4 h3:first-child,
    .heading--4 h4:first-child,
    .heading--4 h5:first-child,
    .heading--4 h6:first-child,
    .text--alert h1,
    .text--alert h2,
    .text--alert h3,
    .text--alert h4,
    .text--alert h5,
    .text--alert h6,
    .ce_form h1,
    .ce_form h2,
    .ce_form h3,
    .ce_form h4,
    .ce_form h5,
    .ce_form h6 {
      font-size: 1.125rem; } }
  @media screen and (min-width: 58.75em) {
    
    h4,
    .heading--4.ce_headline,
    .heading--4 h1:first-child,
    .heading--4 h2:first-child,
    .heading--4 h3:first-child,
    .heading--4 h4:first-child,
    .heading--4 h5:first-child,
    .heading--4 h6:first-child,
    .text--alert h1,
    .text--alert h2,
    .text--alert h3,
    .text--alert h4,
    .text--alert h5,
    .text--alert h6,
    .ce_form h1,
    .ce_form h2,
    .ce_form h3,
    .ce_form h4,
    .ce_form h5,
    .ce_form h6 {
      font-size: 1.125rem; } }
  @media screen and (min-width: 68.75em) {
    
    h4,
    .heading--4.ce_headline,
    .heading--4 h1:first-child,
    .heading--4 h2:first-child,
    .heading--4 h3:first-child,
    .heading--4 h4:first-child,
    .heading--4 h5:first-child,
    .heading--4 h6:first-child,
    .text--alert h1,
    .text--alert h2,
    .text--alert h3,
    .text--alert h4,
    .text--alert h5,
    .text--alert h6,
    .ce_form h1,
    .ce_form h2,
    .ce_form h3,
    .ce_form h4,
    .ce_form h5,
    .ce_form h6 {
      font-size: 1.125rem; } }

p + h4,
ul + h4,
ol + h4 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h4:first-child {
  margin-top: 1.5rem; }

h4 + h5 {
  margin-top: -0.5rem; }


h5,
.heading--5.ce_headline,
.heading--5 h1:first-child,
.heading--5 h2:first-child,
.heading--5 h3:first-child,
.heading--5 h4:first-child,
.heading--5 h5:first-child,
.heading--5 h6:first-child {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-weight: var(--headings__font-weight);
  font-family: 'Old Standard TT', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  font-family: var(--headings__font-family); }
  @media screen and (min-width: 34.375em) {
    
    h5,
    .heading--5.ce_headline,
    .heading--5 h1:first-child,
    .heading--5 h2:first-child,
    .heading--5 h3:first-child,
    .heading--5 h4:first-child,
    .heading--5 h5:first-child,
    .heading--5 h6:first-child {
      font-size: 1rem; } }
  @media screen and (min-width: 48em) {
    
    h5,
    .heading--5.ce_headline,
    .heading--5 h1:first-child,
    .heading--5 h2:first-child,
    .heading--5 h3:first-child,
    .heading--5 h4:first-child,
    .heading--5 h5:first-child,
    .heading--5 h6:first-child {
      font-size: 1rem; } }
  @media screen and (min-width: 58.75em) {
    
    h5,
    .heading--5.ce_headline,
    .heading--5 h1:first-child,
    .heading--5 h2:first-child,
    .heading--5 h3:first-child,
    .heading--5 h4:first-child,
    .heading--5 h5:first-child,
    .heading--5 h6:first-child {
      font-size: 1rem; } }
  @media screen and (min-width: 68.75em) {
    
    h5,
    .heading--5.ce_headline,
    .heading--5 h1:first-child,
    .heading--5 h2:first-child,
    .heading--5 h3:first-child,
    .heading--5 h4:first-child,
    .heading--5 h5:first-child,
    .heading--5 h6:first-child {
      font-size: 1rem; } }

p + h5,
ul + h5,
ol + h5 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h5:first-child {
  margin-top: 1.5rem; }

h5 + h6 {
  margin-top: -0.5rem; }


h6,
.heading--6.ce_headline,
.heading--6 h1:first-child,
.heading--6 h2:first-child,
.heading--6 h3:first-child,
.heading--6 h4:first-child,
.heading--6 h5:first-child,
.heading--6 h6:first-child {
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0;
  font-weight: 600;
  font-weight: var(--headings__font-weight);
  font-family: 'Old Standard TT', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  font-family: var(--headings__font-family); }
  @media screen and (min-width: 34.375em) {
    
    h6,
    .heading--6.ce_headline,
    .heading--6 h1:first-child,
    .heading--6 h2:first-child,
    .heading--6 h3:first-child,
    .heading--6 h4:first-child,
    .heading--6 h5:first-child,
    .heading--6 h6:first-child {
      font-size: 0.875rem; } }
  @media screen and (min-width: 48em) {
    
    h6,
    .heading--6.ce_headline,
    .heading--6 h1:first-child,
    .heading--6 h2:first-child,
    .heading--6 h3:first-child,
    .heading--6 h4:first-child,
    .heading--6 h5:first-child,
    .heading--6 h6:first-child {
      font-size: 0.875rem; } }
  @media screen and (min-width: 58.75em) {
    
    h6,
    .heading--6.ce_headline,
    .heading--6 h1:first-child,
    .heading--6 h2:first-child,
    .heading--6 h3:first-child,
    .heading--6 h4:first-child,
    .heading--6 h5:first-child,
    .heading--6 h6:first-child {
      font-size: 0.875rem; } }
  @media screen and (min-width: 68.75em) {
    
    h6,
    .heading--6.ce_headline,
    .heading--6 h1:first-child,
    .heading--6 h2:first-child,
    .heading--6 h3:first-child,
    .heading--6 h4:first-child,
    .heading--6 h5:first-child,
    .heading--6 h6:first-child {
      font-size: 0.875rem; } }

p + h6,
ul + h6,
ol + h6 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h6:first-child {
  margin-top: 1.5rem; }

p,
ul,
ol {
  margin-top: 0; }
  p a,
  ul a,
  ol a {
    text-decoration: underline;
    -webkit-text-decoration: var(--paragraph__link-decoration);
    text-decoration: var(--paragraph__link-decoration); }
    p a:hover,
    ul a:hover,
    ol a:hover {
      --paragraph__link-decoration: var(--paragraph__link-decoration--hover); }
  p:last-child,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0; }

code {
  color: #666666;
  color: var(--code__color); }

pre {
  padding: 1rem;
  background: #CCCCCC;
  background: var(--pre__color-background);
  color: #666666;
  color: var(--pre__color);
  overflow-x: scroll; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #CFD8DC;
  border-top: var(--hr-border); }

.li--block {
  margin-bottom: 1rem; }

.ce_text {
  margin-bottom: 1rem;
  margin-bottom: var(--base-spacing-unit); }

::-moz-selection {
  background: #666666;
  background: var(--selection-background);
  color: #FFFFFF;
  color: var(--selection-color);
  opacity: 1; }

::selection {
  background: #666666;
  background: var(--selection-background);
  color: #FFFFFF;
  color: var(--selection-color);
  opacity: 1; }

:root {
  --color-alert:                          var(--color-brand-primary);
  --color-alert-border:                   var(--color-brand-primary);
  --color-code-bg:                        var(--color-gray-light);
  --headings__font-family:                var(--base-font-family-2);
  --headings__font-weight:                600;
  --paragraph__link-color:                var(--color-links);
  --paragraph__link-decoration:           underline;
  --paragraph__link-decoration--hover:    none;
  --code__color:                          var(--color-highlight);
  --pre__color-background:                var(--color-gray-light);
  --pre__color:                           var(--color-text); }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

.heading--left {
  text-align: left; }

.heading--center {
  text-align: center; }

.heading--right {
  text-align: right; }

.heading--uppercase {
  text-transform: uppercase; }

.text--left {
  text-align: left; }

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

.text--right {
  text-align: right; }

.text--uppercase {
  text-transform: uppercase; }

.text--attention {
  font-size: 1.125rem;
  line-height: 1.5;
  opacity: 0.75; }
  @media screen and (min-width: 48em) {
    .text--attention {
      font-size: 1.25rem;
      line-height: 1.3;
      margin-bottom: calc(1rem * 2);
      margin-bottom: var(--base-spacing-unit--lg); } }

.text--alert {
  padding: 1rem;
  padding: var(--base-spacing-unit);
  border-radius: 5px;
  border-radius: var(--base-border-radius);
  border: 2px solid #666666;
  border: 2px solid var(--color-alert-border);
  color: #666666;
  color: var(--color-alert); }
  .ce_text + .text--alert h1:first-child, .ce_text + .text--alert h2:first-child, .ce_text + .text--alert h3:first-child, .ce_text + .text--alert h4:first-child, .ce_text + .text--alert h5:first-child, .ce_text + .text--alert h6:first-child {
    margin-top: 0; }

@media screen and (min-width: 48em) {
  .text--narrow {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 58.75em) {
  .text--narrow {
    max-width: 58.33333%; } }

p,
ul,
ol {
  letter-spacing: 0.1em; }
  .mod_article p, .mod_article
  ul, .mod_article
  ol {
    font-size: 0.75rem; }
    @media screen and (min-width: 68.75em) {
      .mod_article p, .mod_article
      ul, .mod_article
      ol {
        font-size: 0.6rem; } }
  p a:hover,
  ul a:hover,
  ol a:hover {
    --paragraph__link-color: var(--color-links-hover); }

ul,
ol {
  padding: 0;
  margin-top: 0;
  margin-left: calc(1rem * 2);
  margin-left: var(--base-spacing-unit--lg); }

.checklist ul {
  margin-left: 0;
  list-style-type: none; }

.checklist li {
  margin-left: 2rem;
  text-indent: -2rem;
  margin-bottom: 1rem;
  margin-bottom: var(--base-spacing-unit); }
  .checklist li::before {
    content: '✔︎';
    text-indent: -9999rem;
    display: inline-block;
    width: 2rem;
    height: calc(1.625 * 1rem);
    height: calc(var(--base-line-height) * 1rem);
    line-height: 1.625;
    line-height: var(--base-line-height);
    background: url("/files/theme/img/icons/checkmark.svg") left center/24px 24px no-repeat;
    vertical-align: bottom; }

blockquote {
  margin: 1rem 0;
  margin: var(--base-spacing-unit) 0; }

code {
  background: #CCCCCC;
  background: var(--color-code-bg);
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 5px;
  border-radius: var(--base-border-radius);
  color: #666666;
  color: var(--color-text); }
  pre code {
    background: none;
    color: inherit; }

html {
  --grid__columns:       12;
  --grid__gutter:        1.875rem;
  --grid__gutter--half:  calc(var(--grid__gutter) / 2); }

.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-columns: repeat(var(--grid__columns), 1fr);
  grid-column-gap: 1rem;
  grid-column-gap: var(--grid__gutter);
  grid-auto-columns: 1fr; }
  @supports not (display: grid) {
    .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: calc(-1 * 1rem / 2);
      margin-left: calc(-1 * var(--grid__gutter) / 2);
      margin-right: calc(-1 * 1rem / 2);
      margin-right: calc(-1 * var(--grid__gutter) / 2); } }
  .ie .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: calc(-1 * 1rem / 2);
    margin-left: calc(-1 * var(--grid__gutter) / 2);
    margin-right: calc(-1 * 1rem / 2);
    margin-right: calc(-1 * var(--grid__gutter) / 2); }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .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-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-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-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, .ce_gallery > ul li, .article-xs-1 .inside, .article-xs-2 .inside, .article-xs-3 .inside, .article-xs-4 .inside, .article-xs-5 .inside, .article-xs-6 .inside, .article-xs-7 .inside, .article-xs-8 .inside, .article-xs-9 .inside, .article-xs-10 .inside, .article-xs-11 .inside, .article-xs-12 .inside, .article-sm-1 .inside, .article-sm-2 .inside, .article-sm-3 .inside, .article-sm-4 .inside, .article-sm-5 .inside, .article-sm-6 .inside, .article-sm-7 .inside, .article-sm-8 .inside, .article-sm-9 .inside, .article-sm-10 .inside, .article-sm-11 .inside, .article-sm-12 .inside, .article-md-1 .inside, .article-md-2 .inside, .article-md-3 .inside, .article-md-4 .inside, .article-md-5 .inside, .article-md-6 .inside, .article-md-7 .inside, .article-md-8 .inside, .article-md-9 .inside, .article-md-10 .inside, .article-md-11 .inside, .article-md-12 .inside, .article-lg-1 .inside, .article-lg-2 .inside, .article-lg-3 .inside, .article-lg-4 .inside, .article-lg-5 .inside, .article-lg-6 .inside, .article-lg-7 .inside, .article-lg-8 .inside, .article-lg-9 .inside, .article-lg-10 .inside, .article-lg-11 .inside, .article-lg-12 .inside, .article-xl-1 .inside, .article-xl-2 .inside, .article-xl-3 .inside, .article-xl-4 .inside, .article-xl-5 .inside, .article-xl-6 .inside, .article-xl-7 .inside, .article-xl-8 .inside, .article-xl-9 .inside, .article-xl-10 .inside, .article-xl-11 .inside, .article-xl-12 .inside {
  grid-column: 1 / -1; }
  @supports not (display: grid) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .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-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-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-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, .ce_gallery > ul li, .article-xs-1 .inside, .article-xs-2 .inside, .article-xs-3 .inside, .article-xs-4 .inside, .article-xs-5 .inside, .article-xs-6 .inside, .article-xs-7 .inside, .article-xs-8 .inside, .article-xs-9 .inside, .article-xs-10 .inside, .article-xs-11 .inside, .article-xs-12 .inside, .article-sm-1 .inside, .article-sm-2 .inside, .article-sm-3 .inside, .article-sm-4 .inside, .article-sm-5 .inside, .article-sm-6 .inside, .article-sm-7 .inside, .article-sm-8 .inside, .article-sm-9 .inside, .article-sm-10 .inside, .article-sm-11 .inside, .article-sm-12 .inside, .article-md-1 .inside, .article-md-2 .inside, .article-md-3 .inside, .article-md-4 .inside, .article-md-5 .inside, .article-md-6 .inside, .article-md-7 .inside, .article-md-8 .inside, .article-md-9 .inside, .article-md-10 .inside, .article-md-11 .inside, .article-md-12 .inside, .article-lg-1 .inside, .article-lg-2 .inside, .article-lg-3 .inside, .article-lg-4 .inside, .article-lg-5 .inside, .article-lg-6 .inside, .article-lg-7 .inside, .article-lg-8 .inside, .article-lg-9 .inside, .article-lg-10 .inside, .article-lg-11 .inside, .article-lg-12 .inside, .article-xl-1 .inside, .article-xl-2 .inside, .article-xl-3 .inside, .article-xl-4 .inside, .article-xl-5 .inside, .article-xl-6 .inside, .article-xl-7 .inside, .article-xl-8 .inside, .article-xl-9 .inside, .article-xl-10 .inside, .article-xl-11 .inside, .article-xl-12 .inside {
      padding-left: calc(1rem / 2);
      padding-left: var(--grid__gutter--half);
      padding-right: calc(1rem / 2);
      padding-right: var(--grid__gutter--half); } }
  .ie .col-xs-1, .ie .col-xs-2, .ie .col-xs-3, .ie .col-xs-4, .ie .col-xs-5, .ie .col-xs-6, .ie .col-xs-7, .ie .col-xs-8, .ie .col-xs-9, .ie .col-xs-10, .ie .col-xs-11, .ie .col-xs-12, .ie .col-sm-1, .ie .col-sm-2, .ie .col-sm-3, .ie .col-sm-4, .ie .col-sm-5, .ie .col-sm-6, .ie .col-sm-7, .ie .col-sm-8, .ie .col-sm-9, .ie .col-sm-10, .ie .col-sm-11, .ie .col-sm-12, .ie .col-md-1, .ie .col-md-2, .ie .col-md-3, .ie .col-md-4, .ie .col-md-5, .ie .col-md-6, .ie .col-md-7, .ie .col-md-8, .ie .col-md-9, .ie .col-md-10, .ie .col-md-11, .ie .col-md-12, .ie .col-lg-1, .ie .col-lg-2, .ie .col-lg-3, .ie .col-lg-4, .ie .col-lg-5, .ie .col-lg-6, .ie .col-lg-7, .ie .col-lg-8, .ie .col-lg-9, .ie .col-lg-10, .ie .col-lg-11, .ie .col-lg-12, .ie .col-xl-1, .ie .col-xl-2, .ie .col-xl-3, .ie .col-xl-4, .ie .col-xl-5, .ie .col-xl-6, .ie .col-xl-7, .ie .col-xl-8, .ie .col-xl-9, .ie .col-xl-10, .ie .col-xl-11, .ie .col-xl-12, .ie .ce_gallery > ul li, .ce_gallery > ul .ie li, .ie .article-xs-1 .inside, .article-xs-1 .ie .inside, .ie .article-xs-2 .inside, .article-xs-2 .ie .inside, .ie .article-xs-3 .inside, .article-xs-3 .ie .inside, .ie .article-xs-4 .inside, .article-xs-4 .ie .inside, .ie .article-xs-5 .inside, .article-xs-5 .ie .inside, .ie .article-xs-6 .inside, .article-xs-6 .ie .inside, .ie .article-xs-7 .inside, .article-xs-7 .ie .inside, .ie .article-xs-8 .inside, .article-xs-8 .ie .inside, .ie .article-xs-9 .inside, .article-xs-9 .ie .inside, .ie .article-xs-10 .inside, .article-xs-10 .ie .inside, .ie .article-xs-11 .inside, .article-xs-11 .ie .inside, .ie .article-xs-12 .inside, .article-xs-12 .ie .inside, .ie .article-sm-1 .inside, .article-sm-1 .ie .inside, .ie .article-sm-2 .inside, .article-sm-2 .ie .inside, .ie .article-sm-3 .inside, .article-sm-3 .ie .inside, .ie .article-sm-4 .inside, .article-sm-4 .ie .inside, .ie .article-sm-5 .inside, .article-sm-5 .ie .inside, .ie .article-sm-6 .inside, .article-sm-6 .ie .inside, .ie .article-sm-7 .inside, .article-sm-7 .ie .inside, .ie .article-sm-8 .inside, .article-sm-8 .ie .inside, .ie .article-sm-9 .inside, .article-sm-9 .ie .inside, .ie .article-sm-10 .inside, .article-sm-10 .ie .inside, .ie .article-sm-11 .inside, .article-sm-11 .ie .inside, .ie .article-sm-12 .inside, .article-sm-12 .ie .inside, .ie .article-md-1 .inside, .article-md-1 .ie .inside, .ie .article-md-2 .inside, .article-md-2 .ie .inside, .ie .article-md-3 .inside, .article-md-3 .ie .inside, .ie .article-md-4 .inside, .article-md-4 .ie .inside, .ie .article-md-5 .inside, .article-md-5 .ie .inside, .ie .article-md-6 .inside, .article-md-6 .ie .inside, .ie .article-md-7 .inside, .article-md-7 .ie .inside, .ie .article-md-8 .inside, .article-md-8 .ie .inside, .ie .article-md-9 .inside, .article-md-9 .ie .inside, .ie .article-md-10 .inside, .article-md-10 .ie .inside, .ie .article-md-11 .inside, .article-md-11 .ie .inside, .ie .article-md-12 .inside, .article-md-12 .ie .inside, .ie .article-lg-1 .inside, .article-lg-1 .ie .inside, .ie .article-lg-2 .inside, .article-lg-2 .ie .inside, .ie .article-lg-3 .inside, .article-lg-3 .ie .inside, .ie .article-lg-4 .inside, .article-lg-4 .ie .inside, .ie .article-lg-5 .inside, .article-lg-5 .ie .inside, .ie .article-lg-6 .inside, .article-lg-6 .ie .inside, .ie .article-lg-7 .inside, .article-lg-7 .ie .inside, .ie .article-lg-8 .inside, .article-lg-8 .ie .inside, .ie .article-lg-9 .inside, .article-lg-9 .ie .inside, .ie .article-lg-10 .inside, .article-lg-10 .ie .inside, .ie .article-lg-11 .inside, .article-lg-11 .ie .inside, .ie .article-lg-12 .inside, .article-lg-12 .ie .inside, .ie .article-xl-1 .inside, .article-xl-1 .ie .inside, .ie .article-xl-2 .inside, .article-xl-2 .ie .inside, .ie .article-xl-3 .inside, .article-xl-3 .ie .inside, .ie .article-xl-4 .inside, .article-xl-4 .ie .inside, .ie .article-xl-5 .inside, .article-xl-5 .ie .inside, .ie .article-xl-6 .inside, .article-xl-6 .ie .inside, .ie .article-xl-7 .inside, .article-xl-7 .ie .inside, .ie .article-xl-8 .inside, .article-xl-8 .ie .inside, .ie .article-xl-9 .inside, .article-xl-9 .ie .inside, .ie .article-xl-10 .inside, .article-xl-10 .ie .inside, .ie .article-xl-11 .inside, .article-xl-11 .ie .inside, .ie .article-xl-12 .inside, .article-xl-12 .ie .inside {
    padding-left: calc(1rem / 2);
    padding-left: var(--grid__gutter--half);
    padding-right: calc(1rem / 2);
    padding-right: var(--grid__gutter--half); }

.col-1 {
  grid-column: span 1/span 1; }
  @supports not (display: grid) {
    .col-1 {
      width: 8.33333%; } }
  .ie .col-1 {
    width: 8.33333%; }

.col-2 {
  grid-column: span 2/span 2; }
  @supports not (display: grid) {
    .col-2 {
      width: 16.66667%; } }
  .ie .col-2 {
    width: 16.66667%; }

.col-3 {
  grid-column: span 3/span 3; }
  @supports not (display: grid) {
    .col-3 {
      width: 25%; } }
  .ie .col-3 {
    width: 25%; }

.col-4 {
  grid-column: span 4/span 4; }
  @supports not (display: grid) {
    .col-4 {
      width: 33.33333%; } }
  .ie .col-4 {
    width: 33.33333%; }

.col-5 {
  grid-column: span 5/span 5; }
  @supports not (display: grid) {
    .col-5 {
      width: 41.66667%; } }
  .ie .col-5 {
    width: 41.66667%; }

.col-6 {
  grid-column: span 6/span 6; }
  @supports not (display: grid) {
    .col-6 {
      width: 50%; } }
  .ie .col-6 {
    width: 50%; }

.col-7 {
  grid-column: span 7/span 7; }
  @supports not (display: grid) {
    .col-7 {
      width: 58.33333%; } }
  .ie .col-7 {
    width: 58.33333%; }

.col-8 {
  grid-column: span 8/span 8; }
  @supports not (display: grid) {
    .col-8 {
      width: 66.66667%; } }
  .ie .col-8 {
    width: 66.66667%; }

.col-9 {
  grid-column: span 9/span 9; }
  @supports not (display: grid) {
    .col-9 {
      width: 75%; } }
  .ie .col-9 {
    width: 75%; }

.col-10 {
  grid-column: span 10/span 10; }
  @supports not (display: grid) {
    .col-10 {
      width: 83.33333%; } }
  .ie .col-10 {
    width: 83.33333%; }

.col-11 {
  grid-column: span 11/span 11; }
  @supports not (display: grid) {
    .col-11 {
      width: 91.66667%; } }
  .ie .col-11 {
    width: 91.66667%; }

.col-12 {
  grid-column: span 12/span 12; }
  @supports not (display: grid) {
    .col-12 {
      width: 100%; } }
  .ie .col-12 {
    width: 100%; }

@media screen and (min-width: 0) {
  .col-xs-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-xs-1 {
        width: 8.33333%; } }
    .ie .col-xs-1 {
      width: 8.33333%; }
  .col-xs-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-xs-2 {
        width: 16.66667%; } }
    .ie .col-xs-2 {
      width: 16.66667%; }
  .col-xs-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-xs-3 {
        width: 25%; } }
    .ie .col-xs-3 {
      width: 25%; }
  .col-xs-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-xs-4 {
        width: 33.33333%; } }
    .ie .col-xs-4 {
      width: 33.33333%; }
  .col-xs-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-xs-5 {
        width: 41.66667%; } }
    .ie .col-xs-5 {
      width: 41.66667%; }
  .col-xs-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-xs-6 {
        width: 50%; } }
    .ie .col-xs-6 {
      width: 50%; }
  .col-xs-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-xs-7 {
        width: 58.33333%; } }
    .ie .col-xs-7 {
      width: 58.33333%; }
  .col-xs-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-xs-8 {
        width: 66.66667%; } }
    .ie .col-xs-8 {
      width: 66.66667%; }
  .col-xs-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-xs-9 {
        width: 75%; } }
    .ie .col-xs-9 {
      width: 75%; }
  .col-xs-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-xs-10 {
        width: 83.33333%; } }
    .ie .col-xs-10 {
      width: 83.33333%; }
  .col-xs-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-xs-11 {
        width: 91.66667%; } }
    .ie .col-xs-11 {
      width: 91.66667%; }
  .col-xs-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-xs-12 {
        width: 100%; } }
    .ie .col-xs-12 {
      width: 100%; } }

@media screen and (min-width: 0) {
  .row-span-xs-1 {
    grid-row: span 1/span 1; }
  .row-span-xs-2 {
    grid-row: span 2/span 2; }
  .row-span-xs-3 {
    grid-row: span 3/span 3; }
  .row-span-xs-4 {
    grid-row: span 4/span 4; }
  .row-span-xs-5 {
    grid-row: span 5/span 5; }
  .row-span-xs-6 {
    grid-row: span 6/span 6; }
  .row-span-xs-7 {
    grid-row: span 7/span 7; }
  .row-span-xs-8 {
    grid-row: span 8/span 8; }
  .row-span-xs-9 {
    grid-row: span 9/span 9; }
  .row-span-xs-10 {
    grid-row: span 10/span 10; }
  .row-span-xs-11 {
    grid-row: span 11/span 11; }
  .row-span-xs-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 0) {
  .col-start-xs-1 {
    grid-column-start: 1; }
  .row-start-xs-1 {
    grid-row-start: 1; }
  .col-start-xs-2 {
    grid-column-start: 2; }
  .row-start-xs-2 {
    grid-row-start: 2; }
  .col-start-xs-3 {
    grid-column-start: 3; }
  .row-start-xs-3 {
    grid-row-start: 3; }
  .col-start-xs-4 {
    grid-column-start: 4; }
  .row-start-xs-4 {
    grid-row-start: 4; }
  .col-start-xs-5 {
    grid-column-start: 5; }
  .row-start-xs-5 {
    grid-row-start: 5; }
  .col-start-xs-6 {
    grid-column-start: 6; }
  .row-start-xs-6 {
    grid-row-start: 6; }
  .col-start-xs-7 {
    grid-column-start: 7; }
  .row-start-xs-7 {
    grid-row-start: 7; }
  .col-start-xs-8 {
    grid-column-start: 8; }
  .row-start-xs-8 {
    grid-row-start: 8; }
  .col-start-xs-9 {
    grid-column-start: 9; }
  .row-start-xs-9 {
    grid-row-start: 9; }
  .col-start-xs-10 {
    grid-column-start: 10; }
  .row-start-xs-10 {
    grid-row-start: 10; }
  .col-start-xs-11 {
    grid-column-start: 11; }
  .row-start-xs-11 {
    grid-row-start: 11; }
  .col-start-xs-12 {
    grid-column-start: 12; }
  .row-start-xs-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 0) {
  .pull-right-xs {
    grid-column-end: -1; }
  .pull-left-xs {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 34.375em) {
  .col-sm-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-sm-1 {
        width: 8.33333%; } }
    .ie .col-sm-1 {
      width: 8.33333%; }
  .col-sm-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-sm-2 {
        width: 16.66667%; } }
    .ie .col-sm-2 {
      width: 16.66667%; }
  .col-sm-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-sm-3 {
        width: 25%; } }
    .ie .col-sm-3 {
      width: 25%; }
  .col-sm-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-sm-4 {
        width: 33.33333%; } }
    .ie .col-sm-4 {
      width: 33.33333%; }
  .col-sm-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-sm-5 {
        width: 41.66667%; } }
    .ie .col-sm-5 {
      width: 41.66667%; }
  .col-sm-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-sm-6 {
        width: 50%; } }
    .ie .col-sm-6 {
      width: 50%; }
  .col-sm-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-sm-7 {
        width: 58.33333%; } }
    .ie .col-sm-7 {
      width: 58.33333%; }
  .col-sm-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-sm-8 {
        width: 66.66667%; } }
    .ie .col-sm-8 {
      width: 66.66667%; }
  .col-sm-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-sm-9 {
        width: 75%; } }
    .ie .col-sm-9 {
      width: 75%; }
  .col-sm-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-sm-10 {
        width: 83.33333%; } }
    .ie .col-sm-10 {
      width: 83.33333%; }
  .col-sm-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-sm-11 {
        width: 91.66667%; } }
    .ie .col-sm-11 {
      width: 91.66667%; }
  .col-sm-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-sm-12 {
        width: 100%; } }
    .ie .col-sm-12 {
      width: 100%; } }

@media screen and (min-width: 34.375em) {
  .row-span-sm-1 {
    grid-row: span 1/span 1; }
  .row-span-sm-2 {
    grid-row: span 2/span 2; }
  .row-span-sm-3 {
    grid-row: span 3/span 3; }
  .row-span-sm-4 {
    grid-row: span 4/span 4; }
  .row-span-sm-5 {
    grid-row: span 5/span 5; }
  .row-span-sm-6 {
    grid-row: span 6/span 6; }
  .row-span-sm-7 {
    grid-row: span 7/span 7; }
  .row-span-sm-8 {
    grid-row: span 8/span 8; }
  .row-span-sm-9 {
    grid-row: span 9/span 9; }
  .row-span-sm-10 {
    grid-row: span 10/span 10; }
  .row-span-sm-11 {
    grid-row: span 11/span 11; }
  .row-span-sm-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 34.375em) {
  .col-start-sm-1 {
    grid-column-start: 1; }
  .row-start-sm-1 {
    grid-row-start: 1; }
  .col-start-sm-2 {
    grid-column-start: 2; }
  .row-start-sm-2 {
    grid-row-start: 2; }
  .col-start-sm-3 {
    grid-column-start: 3; }
  .row-start-sm-3 {
    grid-row-start: 3; }
  .col-start-sm-4 {
    grid-column-start: 4; }
  .row-start-sm-4 {
    grid-row-start: 4; }
  .col-start-sm-5 {
    grid-column-start: 5; }
  .row-start-sm-5 {
    grid-row-start: 5; }
  .col-start-sm-6 {
    grid-column-start: 6; }
  .row-start-sm-6 {
    grid-row-start: 6; }
  .col-start-sm-7 {
    grid-column-start: 7; }
  .row-start-sm-7 {
    grid-row-start: 7; }
  .col-start-sm-8 {
    grid-column-start: 8; }
  .row-start-sm-8 {
    grid-row-start: 8; }
  .col-start-sm-9 {
    grid-column-start: 9; }
  .row-start-sm-9 {
    grid-row-start: 9; }
  .col-start-sm-10 {
    grid-column-start: 10; }
  .row-start-sm-10 {
    grid-row-start: 10; }
  .col-start-sm-11 {
    grid-column-start: 11; }
  .row-start-sm-11 {
    grid-row-start: 11; }
  .col-start-sm-12 {
    grid-column-start: 12; }
  .row-start-sm-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 34.375em) {
  .pull-right-sm {
    grid-column-end: -1; }
  .pull-left-sm {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 48em) {
  .col-md-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-md-1 {
        width: 8.33333%; } }
    .ie .col-md-1 {
      width: 8.33333%; }
  .col-md-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-md-2 {
        width: 16.66667%; } }
    .ie .col-md-2 {
      width: 16.66667%; }
  .col-md-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-md-3 {
        width: 25%; } }
    .ie .col-md-3 {
      width: 25%; }
  .col-md-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-md-4 {
        width: 33.33333%; } }
    .ie .col-md-4 {
      width: 33.33333%; }
  .col-md-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-md-5 {
        width: 41.66667%; } }
    .ie .col-md-5 {
      width: 41.66667%; }
  .col-md-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-md-6 {
        width: 50%; } }
    .ie .col-md-6 {
      width: 50%; }
  .col-md-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-md-7 {
        width: 58.33333%; } }
    .ie .col-md-7 {
      width: 58.33333%; }
  .col-md-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-md-8 {
        width: 66.66667%; } }
    .ie .col-md-8 {
      width: 66.66667%; }
  .col-md-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-md-9 {
        width: 75%; } }
    .ie .col-md-9 {
      width: 75%; }
  .col-md-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-md-10 {
        width: 83.33333%; } }
    .ie .col-md-10 {
      width: 83.33333%; }
  .col-md-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-md-11 {
        width: 91.66667%; } }
    .ie .col-md-11 {
      width: 91.66667%; }
  .col-md-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-md-12 {
        width: 100%; } }
    .ie .col-md-12 {
      width: 100%; } }

@media screen and (min-width: 48em) {
  .row-span-md-1 {
    grid-row: span 1/span 1; }
  .row-span-md-2 {
    grid-row: span 2/span 2; }
  .row-span-md-3 {
    grid-row: span 3/span 3; }
  .row-span-md-4 {
    grid-row: span 4/span 4; }
  .row-span-md-5 {
    grid-row: span 5/span 5; }
  .row-span-md-6 {
    grid-row: span 6/span 6; }
  .row-span-md-7 {
    grid-row: span 7/span 7; }
  .row-span-md-8 {
    grid-row: span 8/span 8; }
  .row-span-md-9 {
    grid-row: span 9/span 9; }
  .row-span-md-10 {
    grid-row: span 10/span 10; }
  .row-span-md-11 {
    grid-row: span 11/span 11; }
  .row-span-md-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 48em) {
  .col-start-md-1 {
    grid-column-start: 1; }
  .row-start-md-1 {
    grid-row-start: 1; }
  .col-start-md-2 {
    grid-column-start: 2; }
  .row-start-md-2 {
    grid-row-start: 2; }
  .col-start-md-3 {
    grid-column-start: 3; }
  .row-start-md-3 {
    grid-row-start: 3; }
  .col-start-md-4 {
    grid-column-start: 4; }
  .row-start-md-4 {
    grid-row-start: 4; }
  .col-start-md-5 {
    grid-column-start: 5; }
  .row-start-md-5 {
    grid-row-start: 5; }
  .col-start-md-6 {
    grid-column-start: 6; }
  .row-start-md-6 {
    grid-row-start: 6; }
  .col-start-md-7 {
    grid-column-start: 7; }
  .row-start-md-7 {
    grid-row-start: 7; }
  .col-start-md-8 {
    grid-column-start: 8; }
  .row-start-md-8 {
    grid-row-start: 8; }
  .col-start-md-9 {
    grid-column-start: 9; }
  .row-start-md-9 {
    grid-row-start: 9; }
  .col-start-md-10 {
    grid-column-start: 10; }
  .row-start-md-10 {
    grid-row-start: 10; }
  .col-start-md-11 {
    grid-column-start: 11; }
  .row-start-md-11 {
    grid-row-start: 11; }
  .col-start-md-12 {
    grid-column-start: 12; }
  .row-start-md-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 48em) {
  .pull-right-md {
    grid-column-end: -1; }
  .pull-left-md {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 58.75em) {
  .col-lg-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-lg-1 {
        width: 8.33333%; } }
    .ie .col-lg-1 {
      width: 8.33333%; }
  .col-lg-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-lg-2 {
        width: 16.66667%; } }
    .ie .col-lg-2 {
      width: 16.66667%; }
  .col-lg-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-lg-3 {
        width: 25%; } }
    .ie .col-lg-3 {
      width: 25%; }
  .col-lg-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-lg-4 {
        width: 33.33333%; } }
    .ie .col-lg-4 {
      width: 33.33333%; }
  .col-lg-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-lg-5 {
        width: 41.66667%; } }
    .ie .col-lg-5 {
      width: 41.66667%; }
  .col-lg-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-lg-6 {
        width: 50%; } }
    .ie .col-lg-6 {
      width: 50%; }
  .col-lg-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-lg-7 {
        width: 58.33333%; } }
    .ie .col-lg-7 {
      width: 58.33333%; }
  .col-lg-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-lg-8 {
        width: 66.66667%; } }
    .ie .col-lg-8 {
      width: 66.66667%; }
  .col-lg-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-lg-9 {
        width: 75%; } }
    .ie .col-lg-9 {
      width: 75%; }
  .col-lg-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-lg-10 {
        width: 83.33333%; } }
    .ie .col-lg-10 {
      width: 83.33333%; }
  .col-lg-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-lg-11 {
        width: 91.66667%; } }
    .ie .col-lg-11 {
      width: 91.66667%; }
  .col-lg-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-lg-12 {
        width: 100%; } }
    .ie .col-lg-12 {
      width: 100%; } }

@media screen and (min-width: 58.75em) {
  .row-span-lg-1 {
    grid-row: span 1/span 1; }
  .row-span-lg-2 {
    grid-row: span 2/span 2; }
  .row-span-lg-3 {
    grid-row: span 3/span 3; }
  .row-span-lg-4 {
    grid-row: span 4/span 4; }
  .row-span-lg-5 {
    grid-row: span 5/span 5; }
  .row-span-lg-6 {
    grid-row: span 6/span 6; }
  .row-span-lg-7 {
    grid-row: span 7/span 7; }
  .row-span-lg-8 {
    grid-row: span 8/span 8; }
  .row-span-lg-9 {
    grid-row: span 9/span 9; }
  .row-span-lg-10 {
    grid-row: span 10/span 10; }
  .row-span-lg-11 {
    grid-row: span 11/span 11; }
  .row-span-lg-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 58.75em) {
  .col-start-lg-1 {
    grid-column-start: 1; }
  .row-start-lg-1 {
    grid-row-start: 1; }
  .col-start-lg-2 {
    grid-column-start: 2; }
  .row-start-lg-2 {
    grid-row-start: 2; }
  .col-start-lg-3 {
    grid-column-start: 3; }
  .row-start-lg-3 {
    grid-row-start: 3; }
  .col-start-lg-4 {
    grid-column-start: 4; }
  .row-start-lg-4 {
    grid-row-start: 4; }
  .col-start-lg-5 {
    grid-column-start: 5; }
  .row-start-lg-5 {
    grid-row-start: 5; }
  .col-start-lg-6 {
    grid-column-start: 6; }
  .row-start-lg-6 {
    grid-row-start: 6; }
  .col-start-lg-7 {
    grid-column-start: 7; }
  .row-start-lg-7 {
    grid-row-start: 7; }
  .col-start-lg-8 {
    grid-column-start: 8; }
  .row-start-lg-8 {
    grid-row-start: 8; }
  .col-start-lg-9 {
    grid-column-start: 9; }
  .row-start-lg-9 {
    grid-row-start: 9; }
  .col-start-lg-10 {
    grid-column-start: 10; }
  .row-start-lg-10 {
    grid-row-start: 10; }
  .col-start-lg-11 {
    grid-column-start: 11; }
  .row-start-lg-11 {
    grid-row-start: 11; }
  .col-start-lg-12 {
    grid-column-start: 12; }
  .row-start-lg-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 58.75em) {
  .pull-right-lg {
    grid-column-end: -1; }
  .pull-left-lg {
    grid-row-start: 1;
    grid-column-end: inherit; } }

@media screen and (min-width: 68.75em) {
  .col-xl-1 {
    grid-column: span 1/span 1; }
    @supports not (display: grid) {
      .col-xl-1 {
        width: 8.33333%; } }
    .ie .col-xl-1 {
      width: 8.33333%; }
  .col-xl-2 {
    grid-column: span 2/span 2; }
    @supports not (display: grid) {
      .col-xl-2 {
        width: 16.66667%; } }
    .ie .col-xl-2 {
      width: 16.66667%; }
  .col-xl-3 {
    grid-column: span 3/span 3; }
    @supports not (display: grid) {
      .col-xl-3 {
        width: 25%; } }
    .ie .col-xl-3 {
      width: 25%; }
  .col-xl-4 {
    grid-column: span 4/span 4; }
    @supports not (display: grid) {
      .col-xl-4 {
        width: 33.33333%; } }
    .ie .col-xl-4 {
      width: 33.33333%; }
  .col-xl-5 {
    grid-column: span 5/span 5; }
    @supports not (display: grid) {
      .col-xl-5 {
        width: 41.66667%; } }
    .ie .col-xl-5 {
      width: 41.66667%; }
  .col-xl-6 {
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .col-xl-6 {
        width: 50%; } }
    .ie .col-xl-6 {
      width: 50%; }
  .col-xl-7 {
    grid-column: span 7/span 7; }
    @supports not (display: grid) {
      .col-xl-7 {
        width: 58.33333%; } }
    .ie .col-xl-7 {
      width: 58.33333%; }
  .col-xl-8 {
    grid-column: span 8/span 8; }
    @supports not (display: grid) {
      .col-xl-8 {
        width: 66.66667%; } }
    .ie .col-xl-8 {
      width: 66.66667%; }
  .col-xl-9 {
    grid-column: span 9/span 9; }
    @supports not (display: grid) {
      .col-xl-9 {
        width: 75%; } }
    .ie .col-xl-9 {
      width: 75%; }
  .col-xl-10 {
    grid-column: span 10/span 10; }
    @supports not (display: grid) {
      .col-xl-10 {
        width: 83.33333%; } }
    .ie .col-xl-10 {
      width: 83.33333%; }
  .col-xl-11 {
    grid-column: span 11/span 11; }
    @supports not (display: grid) {
      .col-xl-11 {
        width: 91.66667%; } }
    .ie .col-xl-11 {
      width: 91.66667%; }
  .col-xl-12 {
    grid-column: span 12/span 12; }
    @supports not (display: grid) {
      .col-xl-12 {
        width: 100%; } }
    .ie .col-xl-12 {
      width: 100%; } }

@media screen and (min-width: 68.75em) {
  .row-span-xl-1 {
    grid-row: span 1/span 1; }
  .row-span-xl-2 {
    grid-row: span 2/span 2; }
  .row-span-xl-3 {
    grid-row: span 3/span 3; }
  .row-span-xl-4 {
    grid-row: span 4/span 4; }
  .row-span-xl-5 {
    grid-row: span 5/span 5; }
  .row-span-xl-6 {
    grid-row: span 6/span 6; }
  .row-span-xl-7 {
    grid-row: span 7/span 7; }
  .row-span-xl-8 {
    grid-row: span 8/span 8; }
  .row-span-xl-9 {
    grid-row: span 9/span 9; }
  .row-span-xl-10 {
    grid-row: span 10/span 10; }
  .row-span-xl-11 {
    grid-row: span 11/span 11; }
  .row-span-xl-12 {
    grid-row: span 12/span 12; } }

@media screen and (min-width: 68.75em) {
  .col-start-xl-1 {
    grid-column-start: 1; }
  .row-start-xl-1 {
    grid-row-start: 1; }
  .col-start-xl-2 {
    grid-column-start: 2; }
  .row-start-xl-2 {
    grid-row-start: 2; }
  .col-start-xl-3 {
    grid-column-start: 3; }
  .row-start-xl-3 {
    grid-row-start: 3; }
  .col-start-xl-4 {
    grid-column-start: 4; }
  .row-start-xl-4 {
    grid-row-start: 4; }
  .col-start-xl-5 {
    grid-column-start: 5; }
  .row-start-xl-5 {
    grid-row-start: 5; }
  .col-start-xl-6 {
    grid-column-start: 6; }
  .row-start-xl-6 {
    grid-row-start: 6; }
  .col-start-xl-7 {
    grid-column-start: 7; }
  .row-start-xl-7 {
    grid-row-start: 7; }
  .col-start-xl-8 {
    grid-column-start: 8; }
  .row-start-xl-8 {
    grid-row-start: 8; }
  .col-start-xl-9 {
    grid-column-start: 9; }
  .row-start-xl-9 {
    grid-row-start: 9; }
  .col-start-xl-10 {
    grid-column-start: 10; }
  .row-start-xl-10 {
    grid-row-start: 10; }
  .col-start-xl-11 {
    grid-column-start: 11; }
  .row-start-xl-11 {
    grid-row-start: 11; }
  .col-start-xl-12 {
    grid-column-start: 12; }
  .row-start-xl-12 {
    grid-row-start: 12; } }

@media screen and (min-width: 68.75em) {
  .pull-right-xl {
    grid-column-end: -1; }
  .pull-left-xl {
    grid-row-start: 1;
    grid-column-end: inherit; } }

.justify-start {
  justify-self: start;
  text-align: left; }

.justify-center {
  justify-self: center;
  text-align: center; }

.justify-end {
  justify-self: end;
  text-align: right; }

@media screen and (min-width: 0) {
  .justify-xs-start {
    justify-self: start;
    text-align: left; }
  .justify-xs-center {
    justify-self: center;
    text-align: center; }
  .justify-xs-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 34.375em) {
  .justify-sm-start {
    justify-self: start;
    text-align: left; }
  .justify-sm-center {
    justify-self: center;
    text-align: center; }
  .justify-sm-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 48em) {
  .justify-md-start {
    justify-self: start;
    text-align: left; }
  .justify-md-center {
    justify-self: center;
    text-align: center; }
  .justify-md-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 58.75em) {
  .justify-lg-start {
    justify-self: start;
    text-align: left; }
  .justify-lg-center {
    justify-self: center;
    text-align: center; }
  .justify-lg-end {
    justify-self: end;
    text-align: right; } }

@media screen and (min-width: 68.75em) {
  .justify-xl-start {
    justify-self: start;
    text-align: left; }
  .justify-xl-center {
    justify-self: center;
    text-align: center; }
  .justify-xl-end {
    justify-self: end;
    text-align: right; } }

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

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

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

@media screen and (min-width: 0) {
  .align-xs-start {
    -ms-flex-item-align: start;
    align-self: start; }
  .align-xs-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .align-xs-end {
    -ms-flex-item-align: end;
    align-self: end; } }

@media screen and (min-width: 34.375em) {
  .align-sm-start {
    -ms-flex-item-align: start;
    align-self: start; }
  .align-sm-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .align-sm-end {
    -ms-flex-item-align: end;
    align-self: end; } }

@media screen and (min-width: 48em) {
  .align-md-start {
    -ms-flex-item-align: start;
    align-self: start; }
  .align-md-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .align-md-end {
    -ms-flex-item-align: end;
    align-self: end; } }

@media screen and (min-width: 58.75em) {
  .align-lg-start {
    -ms-flex-item-align: start;
    align-self: start; }
  .align-lg-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .align-lg-end {
    -ms-flex-item-align: end;
    align-self: end; } }

@media screen and (min-width: 68.75em) {
  .align-xl-start {
    -ms-flex-item-align: start;
    align-self: start; }
  .align-xl-center {
    -ms-flex-item-align: center;
    align-self: center; }
  .align-xl-end {
    -ms-flex-item-align: end;
    align-self: end; } }

.row-start-1 {
  grid-row-start: 1; }

.row-span-1 {
  grid-row: span 1/span 1; }

.row-start-2 {
  grid-row-start: 2; }

.row-span-2 {
  grid-row: span 2/span 2; }

.row-start-3 {
  grid-row-start: 3; }

.row-span-3 {
  grid-row: span 3/span 3; }

.row-start-4 {
  grid-row-start: 4; }

.row-span-4 {
  grid-row: span 4/span 4; }

.row-start-5 {
  grid-row-start: 5; }

.row-span-5 {
  grid-row: span 5/span 5; }

.row-start-6 {
  grid-row-start: 6; }

.row-span-6 {
  grid-row: span 6/span 6; }

.row-start-7 {
  grid-row-start: 7; }

.row-span-7 {
  grid-row: span 7/span 7; }

.row-start-8 {
  grid-row-start: 8; }

.row-span-8 {
  grid-row: span 8/span 8; }

.row-start-9 {
  grid-row-start: 9; }

.row-span-9 {
  grid-row: span 9/span 9; }

.row-start-10 {
  grid-row-start: 10; }

.row-span-10 {
  grid-row: span 10/span 10; }

.row-start-11 {
  grid-row-start: 11; }

.row-span-11 {
  grid-row: span 11/span 11; }

.row-start-12 {
  grid-row-start: 12; }

.row-span-12 {
  grid-row: span 12/span 12; }

:root {
  --grid__columns:          12;
  --grid__gutter:           1rem;
  --grid__gutter--half:     calc(var(--grid__gutter) / 2); }
  @media screen and (min-width: 34.375em) {
    :root {
      --grid__gutter:         1.875rem; } }

.row-gap {
  grid-row-gap: 1rem;
  grid-row-gap: var(--grid__gutter); }
  .row-gap [class*='col'] [class*='ce_'],
  .row-gap [class*='col'] [class*='mod_'] {
    display: grid;
    height: 100%; }

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

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

html {
  --header-color-background:   var(--color-page-background);
  --header-color-text:         var(--color-text); }

[id="header"] {
  background: #000000;
  background: var(--header-color-background);
  color: #666666;
  color: var(--header-color-text); }
  [id="header"] > .inside {
    max-width: 72em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(1rem / 2);
    padding-left: var(--grid__gutter--half);
    padding-right: calc(1rem / 2);
    padding-right: var(--grid__gutter--half); }

.mod_article {
  max-width: 72em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(1rem / 2);
  padding-left: var(--grid__gutter--half);
  padding-right: calc(1rem / 2);
  padding-right: var(--grid__gutter--half);
  padding-top: calc(1rem * 2);
  padding-top: var(--base-spacing-unit--lg);
  padding-bottom: calc(1rem * 2);
  padding-bottom: var(--base-spacing-unit--lg);
  position: relative; }

.article--full {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0; }

[id="footer"] > .inside {
  max-width: 72em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(1rem / 2);
  padding-left: var(--grid__gutter--half);
  padding-right: calc(1rem / 2);
  padding-right: var(--grid__gutter--half); }

:root {
  --wrapper-background:                          #FFFFFF;
  --header-color-background:                     #000000;
  --header-color-background--inverted:           var(--color-band-dark-background);
  --header-color-text--invert:                   #FFFFFF; }

@media screen and (max-width: 68.6875em) {
  .html--fixed, .html--fixhome {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; } }

[id='wrapper'] {
  min-height: 100vh;
  display: grid;
  grid-template-rows: -webkit-min-content auto -webkit-min-content;
  grid-template-rows: min-content auto min-content;
  grid-template-columns: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  background: var(--wrapper-background); }

[id="header"] {
  padding-left: 1rem;
  padding-left: var(--grid__gutter);
  padding-right: 1rem;
  padding-right: var(--grid__gutter);
  background: #000000;
  background: var(--header-color-background);
  z-index: 1001;
  left: 0;
  right: 0;
  color: #666666;
  color: var(--header-color-text); }
  [id='header'] .inside {
    padding-left: 0;
    padding-right: 0;
    padding-top: calc(1rem * 1.5);
    padding-top: calc(var(--base-spacing-unit) * 1.5);
    padding-bottom: calc(1rem * 1.5);
    padding-bottom: calc(var(--base-spacing-unit) * 1.5);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /*
    @include media-query(screen-menu) {
      grid-template-columns: 1fr 1fr 1fr;
    }
    */ }
    @supports not (display: grid) {
      [id='header'] .inside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .ie [id='header'] .inside {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  [id='header'] html.html--fixed [id='header'] html {
    pointer-events: none; }

[id='container'] {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .is_home [id='container'] {
    display: block; }

[id='footer'] {
  padding-left: 1rem;
  padding-left: var(--grid__gutter);
  padding-right: 1rem;
  padding-right: var(--grid__gutter);
  background-color: #000;
  color: #CCCCCC;
  color: var(--color-gray-light); }
  .is_home [id='footer'] {
    display: none; }
  [id='footer'] .inside {
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-template-columns: auto auto;
    padding-top: 1rem;
    padding-top: var(--base-spacing-unit);
    padding-bottom: 1rem;
    padding-bottom: var(--base-spacing-unit); }
    @media screen and (max-width: 34.3125em) {
      [id='footer'] .inside {
        grid-template-columns: auto; } }
    @supports not (display: grid) {
      [id='footer'] .inside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media screen and (min-width: 68.75em) {
      [id='footer'] .inside {
        padding-top: calc(1rem / 2);
        padding-top: var(--base-spacing-unit--sm);
        padding-bottom: calc(1rem / 2);
        padding-bottom: var(--base-spacing-unit--sm); } }

.mod_article {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-left: var(--grid__gutter);
  padding-right: 1rem;
  padding-right: var(--grid__gutter);
  position: relative;
  padding-top: calc(1rem * 2);
  padding-top: var(--base-spacing-unit--lg);
  padding-bottom: calc(1rem * 2);
  padding-bottom: var(--base-spacing-unit--lg); }
  @media screen and (min-width: 58.75em) {
    .mod_article {
      padding-top: calc(1rem * 4);
      padding-top: var(--base-spacing-unit--xl);
      padding-bottom: calc(1rem * 4);
      padding-bottom: var(--base-spacing-unit--xl); } }
  .mod_article .inside {
    max-width: 72em;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .mod_article .inside > .last {
      margin-bottom: 0; }

.article--highlight {
  background: linear-gradient( -165deg, #BF6CFF, #6E46AE);
  background: var(--color-band-highlight-background);
  color: #FFFFFF;
  color: var(--color-band-highlight-text); }
  .article--highlight a {
    color: inherit; }

.article--bubble-left {
  background-image: url("/files/theme/img/background-bubble-left.svg");
  background-repeat: no-repeat;
  background-position: -1% 0; }

.article--bubble-right {
  background-image: url("/files/theme/img/background-bubble-right.svg");
  background-repeat: no-repeat;
  background-position: 100% 0; }

.article--tint {
  background-color: rgba(191, 108, 255, 0.075);
  background-color: var(--color-band-tint-background);
  background-repeat: no-repeat;
  background-position: 50% 101%;
  padding-top: calc(1rem * 2);
  padding-top: var(--base-spacing-unit--lg);
  padding-bottom: calc(1rem * 2);
  padding-bottom: var(--base-spacing-unit--lg); }
  @media screen and (min-width: 48em) {
    .article--tint {
      padding-top: calc(2 * calc(1rem * 4));
      padding-top: calc(2 * var(--base-spacing-unit--xl));
      padding-bottom: calc(2 * calc(1rem * 4));
      padding-bottom: calc(2 * var(--base-spacing-unit--xl)); } }
  .article--tint::before, .article--tint::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(1.5 * calc(1rem * 4));
    height: calc(1.5 * var(--base-spacing-unit--xl));
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-size: 100% 100%; }
  .article--tint::before {
    top: 0;
    background-image: url("/files/theme/img/background-bubble-bottom.svg");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position-y: 0; }
  .article--tint::after {
    background-image: url("/files/theme/img/background-bubble-bottom.svg");
    bottom: 0; }
  .article--tint .inside {
    position: relative;
    z-index: 1001; }

.article--dark {
  background: #222222;
  background: var(--color-band-dark-background);
  color: #FFFFFF;
  color: var(--color-band-dark-text); }

:root {
  --image-border:  var(--base-border);
  --image-caption-padding: var(--base-spacing-unit); }

html {
  --gallery__gutter: var(--grid__gutter);
  --gallery__gutter--half: calc(var(--gallery__gutter) / 2); }

.image--left img {
  text-align: left;
  margin-left: 0; }

.image--right img {
  text-align: right;
  margin-right: 0; }

.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.ce_gallery {
  margin-bottom: 1rem;
  margin-bottom: var(--base-spacing-unit); }
  .ce_gallery > ul {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 1rem;
    grid-column-gap: var(--grid__gutter);
    grid-auto-columns: 1fr;
    grid-row-gap: 1rem;
    grid-row-gap: var(--grid__gutter);
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @supports not (display: grid) {
      .ce_gallery > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: calc(-1 * 1rem / 2);
        margin-left: calc(-1 * var(--grid__gutter) / 2);
        margin-right: calc(-1 * 1rem / 2);
        margin-right: calc(-1 * var(--grid__gutter) / 2); } }
    .ie .ce_gallery > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: calc(-1 * 1rem / 2);
      margin-left: calc(-1 * var(--grid__gutter) / 2);
      margin-right: calc(-1 * 1rem / 2);
      margin-right: calc(-1 * var(--grid__gutter) / 2); }
  .ce_gallery .cols_2 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_2 li {
        padding-left: calc(1rem / 2);
        padding-left: var(--grid__gutter--half);
        padding-right: calc(1rem / 2);
        padding-right: var(--grid__gutter--half); } }
    .ie .ce_gallery .cols_2 li {
      padding-left: calc(1rem / 2);
      padding-left: var(--grid__gutter--half);
      padding-right: calc(1rem / 2);
      padding-right: var(--grid__gutter--half); }
    @supports not (display: grid) {
      .ce_gallery .cols_2 li {
        width: 50%; } }
    .ie .ce_gallery .cols_2 li {
      width: 50%; }
  .ce_gallery .cols_3 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_3 li {
        padding-left: calc(1rem / 2);
        padding-left: var(--grid__gutter--half);
        padding-right: calc(1rem / 2);
        padding-right: var(--grid__gutter--half); } }
    .ie .ce_gallery .cols_3 li {
      padding-left: calc(1rem / 2);
      padding-left: var(--grid__gutter--half);
      padding-right: calc(1rem / 2);
      padding-right: var(--grid__gutter--half); }
    @supports not (display: grid) {
      .ce_gallery .cols_3 li {
        width: 50%; } }
    .ie .ce_gallery .cols_3 li {
      width: 50%; }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_3 li {
        grid-column: 1 / -1;
        grid-column: span 4/span 4; }
        @supports not (display: grid) {
          .ce_gallery .cols_3 li {
            padding-left: calc(1rem / 2);
            padding-left: var(--grid__gutter--half);
            padding-right: calc(1rem / 2);
            padding-right: var(--grid__gutter--half); } }
        .ie .ce_gallery .cols_3 li {
          padding-left: calc(1rem / 2);
          padding-left: var(--grid__gutter--half);
          padding-right: calc(1rem / 2);
          padding-right: var(--grid__gutter--half); }
        @supports not (display: grid) {
          .ce_gallery .cols_3 li {
            width: 33.33333%; } }
        .ie .ce_gallery .cols_3 li {
          width: 33.33333%; } }
  .ce_gallery .cols_4 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_4 li {
        padding-left: calc(1rem / 2);
        padding-left: var(--grid__gutter--half);
        padding-right: calc(1rem / 2);
        padding-right: var(--grid__gutter--half); } }
    .ie .ce_gallery .cols_4 li {
      padding-left: calc(1rem / 2);
      padding-left: var(--grid__gutter--half);
      padding-right: calc(1rem / 2);
      padding-right: var(--grid__gutter--half); }
    @supports not (display: grid) {
      .ce_gallery .cols_4 li {
        width: 50%; } }
    .ie .ce_gallery .cols_4 li {
      width: 50%; }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_4 li {
        grid-column: 1 / -1;
        grid-column: span 3/span 3; }
        @supports not (display: grid) {
          .ce_gallery .cols_4 li {
            padding-left: calc(1rem / 2);
            padding-left: var(--grid__gutter--half);
            padding-right: calc(1rem / 2);
            padding-right: var(--grid__gutter--half); } }
        .ie .ce_gallery .cols_4 li {
          padding-left: calc(1rem / 2);
          padding-left: var(--grid__gutter--half);
          padding-right: calc(1rem / 2);
          padding-right: var(--grid__gutter--half); }
        @supports not (display: grid) {
          .ce_gallery .cols_4 li {
            width: 25%; } }
        .ie .ce_gallery .cols_4 li {
          width: 25%; } }
  .ce_gallery .cols_5 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_5 li {
        padding-left: calc(1rem / 2);
        padding-left: var(--grid__gutter--half);
        padding-right: calc(1rem / 2);
        padding-right: var(--grid__gutter--half); } }
    .ie .ce_gallery .cols_5 li {
      padding-left: calc(1rem / 2);
      padding-left: var(--grid__gutter--half);
      padding-right: calc(1rem / 2);
      padding-right: var(--grid__gutter--half); }
    @supports not (display: grid) {
      .ce_gallery .cols_5 li {
        width: 50%; } }
    .ie .ce_gallery .cols_5 li {
      width: 50%; }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_5 li {
        grid-column: 1 / -1;
        grid-column: span 2/span 2; }
        @supports not (display: grid) {
          .ce_gallery .cols_5 li {
            padding-left: calc(1rem / 2);
            padding-left: var(--grid__gutter--half);
            padding-right: calc(1rem / 2);
            padding-right: var(--grid__gutter--half); } }
        .ie .ce_gallery .cols_5 li {
          padding-left: calc(1rem / 2);
          padding-left: var(--grid__gutter--half);
          padding-right: calc(1rem / 2);
          padding-right: var(--grid__gutter--half); }
        @supports not (display: grid) {
          .ce_gallery .cols_5 li {
            width: 16.66667%; } }
        .ie .ce_gallery .cols_5 li {
          width: 16.66667%; } }
  .ce_gallery .cols_6 li {
    grid-column: 1 / -1;
    grid-column: span 6/span 6; }
    @supports not (display: grid) {
      .ce_gallery .cols_6 li {
        padding-left: calc(1rem / 2);
        padding-left: var(--grid__gutter--half);
        padding-right: calc(1rem / 2);
        padding-right: var(--grid__gutter--half); } }
    .ie .ce_gallery .cols_6 li {
      padding-left: calc(1rem / 2);
      padding-left: var(--grid__gutter--half);
      padding-right: calc(1rem / 2);
      padding-right: var(--grid__gutter--half); }
    @supports not (display: grid) {
      .ce_gallery .cols_6 li {
        width: 50%; } }
    .ie .ce_gallery .cols_6 li {
      width: 50%; }
    @media screen and (min-width: 48em) {
      .ce_gallery .cols_6 li {
        grid-column: 1 / -1;
        grid-column: span 2/span 2; }
        @supports not (display: grid) {
          .ce_gallery .cols_6 li {
            padding-left: calc(1rem / 2);
            padding-left: var(--grid__gutter--half);
            padding-right: calc(1rem / 2);
            padding-right: var(--grid__gutter--half); } }
        .ie .ce_gallery .cols_6 li {
          padding-left: calc(1rem / 2);
          padding-left: var(--grid__gutter--half);
          padding-right: calc(1rem / 2);
          padding-right: var(--grid__gutter--half); }
        @supports not (display: grid) {
          .ce_gallery .cols_6 li {
            width: 16.66667%; } }
        .ie .ce_gallery .cols_6 li {
          width: 16.66667%; } }
  .ce_gallery img {
    display: block; }

.ce_player .video_container,
.ce_youtube .video_container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }

.ce_player video {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_youtube iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

@supports not (display: grid) {
  .ce_image {
    margin-bottom: 1rem;
    margin-bottom: var(--grid__gutter); } }

.ce_image a {
  display: grid;
  height: 100%;
  grid-auto-rows: auto 1fr; }

.ce_image img {
  margin-bottom: 0;
  justify-self: center; }

.ce_image .caption {
  width: 100%;
  padding: 1rem;
  padding: var(--image-caption-padding);
  margin-top: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  border: 1px solid #CFD8DC;
  border: var(--image-border);
  border-top: none; }

.image--border img {
  border: 1px solid #CFD8DC;
  border: var(--image-border); }

.ce_text {
  overflow: visible; }
  .ce_text .float_left,
  .ce_text .float_right {
    position: relative;
    margin-bottom: 1rem;
    margin-bottom: var(--grid__gutter); }
    @media screen and (min-width: 34.375em) {
      .ce_text .float_left,
      .ce_text .float_right {
        max-width: 50%;
        margin-bottom: 0; } }
  @media screen and (min-width: 34.375em) {
    .ce_text .float_left {
      margin-right: 1rem;
      margin-right: var(--grid__gutter); } }
  @media screen and (min-width: 34.375em) {
    .ce_text .float_right {
      margin-left: 1rem;
      margin-left: var(--grid__gutter); } }
  .ce_text .caption {
    font-size: 0.875rem;
    font-size: var(--base-font-size--xs);
    font-style: italic; }

.image--object-fit .image_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

.image--object-fit img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.compat-object-fit {
  background-size: cover;
  background-position: center center; }
  .compat-object-fit img {
    opacity: 0; }

.ce_youtube h1, .ce_youtube h2, .ce_youtube h3, .ce_youtube h4, .ce_youtube h5, .ce_youtube h6 {
  position: absolute;
  z-index: 1001;
  background: var(--color-alert-bg); }
  .ce_youtube h1::after, .ce_youtube h2::after, .ce_youtube h3::after, .ce_youtube h4::after, .ce_youtube h5::after, .ce_youtube h6::after {
    content: ' +++ Warning: do not use headlines inside ce_youtube, see _media.scss +++'; }

html {
  --button-bg:             var(--color-btn);
  --button-bg-hover:       var(--color-btn);
  --button-spacing:        var(--base-spacing-unit--sm) var(--base-spacing-unit);
  --button-border-radius:  var(--base-border-radius);
  --button-border-width:   var(--base-border-width);
  --button-font-family:    var(--base-font-family);
  --button-font-weight:    400;
  --button-line-height:    var(--base-line-height); }

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button, .back a, input.submit,
button.submit {
  border-radius: 0px;
  border-radius: var(--button-border-radius);
  padding: calc(1rem / 4) 1rem;
  padding: var(--button-spacing);
  display: inline-block;
  border: 1px solid transparent;
  border: var(--button-border-width) solid transparent;
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
  font-family: var(--button-font-family);
  font-weight: 600;
  font-weight: var(--button-font-weight);
  line-height: 1.625;
  line-height: var(--button-line-height);
  text-align: center;
  background: transparent;
  background-image: none;
  white-space: nowrap;
  text-decoration: none; }

a.btn,
span.btn,
button.btn {
  margin-bottom: 1rem;
  margin-bottom: var(--base-spacing-unit); }

a.btn--primary,
span.btn--primary,
button.btn--primary,
input.submit,
button.submit {
  background: #000000;
  background: var(--button-bg);
  color: #FFFFFF;
  color: var(--color-btn-text); }
  a.btn--primary:hover,
  span.btn--primary:hover,
  button.btn--primary:hover,
  input.submit:hover,
  button.submit:hover {
    background: #666666;
    background: var(--button-bg-hover); }

div.btn:not(:last-child),
.ce_toplink:not(:last-child),
.toplink:not(:last-child) {
  margin-bottom: 1rem;
  margin-bottom: var(--base-spacing-unit); }

div.btn--primary > a,
div.btn--primary > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button {
  background: #000000;
  background: var(--button-bg);
  color: #FFFFFF;
  color: var(--color-btn-text); }
  div.btn--primary > a:hover,
  div.btn--primary > button:hover,
  .ce_toplink > a:hover,
  .ce_toplink > button:hover,
  .toplink > a:hover,
  .toplink > button:hover {
    background: #666666;
    background: var(--button-bg-hover); }

div.btn--left {
  text-align: left; }

div.btn--center {
  text-align: center; }

div.btn--right {
  text-align: right; }

.btn--floated {
  float: left;
  margin-right: calc(1rem / 4);
  margin-right: var(--base-spacing-unit--xs); }

.ce_toplink a,
.toplink a {
  text-decoration: none; }

.back {
  border-top: 1px solid #CFD8DC;
  border-top: var(--base-border);
  margin-top: 1rem;
  margin-top: var(--base-spacing-unit);
  padding-top: calc(1rem / 2);
  padding-top: var(--base-spacing-unit--sm); }
  .back a {
    text-decoration: none; }

:root {
  --button-bg:                      var(--color-btn);
  --button-border-radius:           0px;
  --button-border-width:            var(--base-border-width);
  --button-font-family:             var(--base-font-family-1);
  --button-font-weight:             600;
  --button-spacing:                 var(--base-spacing-unit--xs) var(--base-spacing-unit);
  --button-bg-hover:                var(--color-btn-hover);
  --btn--primary-highlight-bg:      var(--color-text);
  --btn--primary-highlight-text:    var(--color-text--inverted);
  --btn--secondary-color:           var(--color-brand-secondary);
  --btn--secondary-color--dark:     var(--color-brand-secondary-dark);
  --btn--secondary-highlight-text:  var(--color-text--inverted); }

a {
  color: #666666;
  color: var(--color-links); }
  a:hover {
    --color-links: var(--color-links-hover); }

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button, .back a, input.submit,
button.submit {
  border: none; }

a.btn--primary,
span.btn--primary,
button.btn--primary,
input.submit,
button.submit {
  text-decoration: none;
  border: 1px solid #000000;
  border: var(--base-border-width) solid var(--button-bg);
  -webkit-transition: background 0.3s, border 0.3;
  -webkit-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s; }
  a.btn--primary:hover,
  span.btn--primary:hover,
  button.btn--primary:hover,
  input.submit:hover,
  button.submit:hover {
    --button-bg: var(--button-bg-hover);
    --button-text: var(--color-text--inverted);
    border: 1px solid #666666;
    border: var(--base-border-width) solid var(--button-bg-hover); }
  p a.btn--primary, p
  span.btn--primary, p button.btn--primary, p input.submit,
  p button.submit {
    margin-bottom: 0;
    text-decoration: none; }

a.btn--secondary, .back a,
span.btn--secondary,
button.btn--secondary {
  border-radius: 0px;
  border-radius: var(--button-border-radius);
  color: #FFFFFF;
  color: var(--color-text--inverted);
  border: 1px solid hsl(166, 72%, 48%);
  border: var(--base-border-width) solid var(--btn--secondary-color);
  background: hsl(166, 72%, 48%);
  background: var(--btn--secondary-color);
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  a.btn--secondary:hover, .back a:hover,
  span.btn--secondary:hover,
  button.btn--secondary:hover {
    --btn--secondary-color: var(--btn--secondary-color--dark); }
  p a.btn--secondary, p .back a, .back p a, p
  span.btn--secondary, p
  button.btn--secondary {
    margin-bottom: 0;
    text-decoration: none; }

div.btn--primary a {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  div.btn--primary a:hover {
    -webkit-box-shadow: var(--button-primary-shadow);
    box-shadow: var(--button-primary-shadow); }
  .band--highlight div.btn--primary a {
    background-color: #666666;
    background-color: var(--btn--primary-highlight-bg);
    color: #FFFFFF;
    color: var(--btn--primary-highlight-text); }

div.btn--secondary a {
  border-radius: 0px;
  border-radius: var(--button-border-radius);
  color: #FFFFFF;
  color: var(--color-text--inverted);
  border: 1px solid hsl(166, 72%, 48%);
  border: var(--base-border-width) solid var(--btn--secondary-color);
  background: hsl(166, 72%, 48%);
  background: var(--btn--secondary-color);
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  div.btn--secondary a:hover {
    --btn--secondary-color: var(--btn--secondary-color--dark); }

.content__socials {
  text-align: center;
  margin-top: calc(1rem * 2);
  margin-top: calc(var(--base-spacing-unit) * 2); }
  .content__socials svg {
    width: 100%;
    height: 100%;
    fill: #666666;
    fill: var(--color-text);
    -webkit-transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .content__socials ul.content__social-links {
    list-style-type: none;
    padding: 0;
    margin: var(--base-spaceing-unit) 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .content__socials ul.content__social-links li.content__social-link {
      padding-bottom: 0;
      font-size: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 1.5rem; }
      .content__socials ul.content__social-links li.content__social-link:last-child {
        margin-right: 0; }
      .content__socials ul.content__social-links li.content__social-link a {
        position: relative;
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
        color: #666666;
        color: var(--color-text);
        opacity: 1;
        -webkit-transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
        .content__socials ul.content__social-links li.content__social-link a:hover svg {
          fill: #000000; }
      .content__socials ul.content__social-links li.content__social-link--twitter {
        width: 1.3888889rem;
        height: 1.1111111rem; }
      .content__socials ul.content__social-links li.content__social-link--facebook {
        width: 1.3333333rem;
        height: 1.3333333rem; }
      .content__socials ul.content__social-links li.content__social-link--instagram {
        width: 1.2222222rem;
        height: 1.2222222rem; }
      .content__socials ul.content__social-links li.content__social-link--linkedin {
        width: 1.2222222rem;
        height: 1.2222222rem; }

html {
  --nav--main__item-padding: var(--base-spacing-unit);
  --nav-toggler-top-space:   var(--base-spacing-unit--sm);
  --nav-toggler-right-space: var(--base-spacing-unit--sm);
  --nav-toggler-border:      var(--base-border-width) solid currentColor; }

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.nav a {
  text-decoration: none; }

.nav--horizontal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 68.75em) {
    .nav--horizontal ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

.nav--horizontal a,
.nav--horizontal strong.active,
.nav--horizontal strong.trail,
.nav--horizontal strong.forward {
  display: block;
  padding: calc(0.5rem / 2) 0.5rem;
  padding: calc(var(--nav--main__item-padding) / 2) var(--nav--main__item-padding); }

.nav--vertical a,
.nav--vertical strong.active,
.nav--vertical strong.trail,
.nav--vertical strong.forward {
  display: block;
  padding: calc(0.5rem / 2) 0.5rem;
  padding: calc(var(--nav--main__item-padding) / 2) var(--nav--main__item-padding); }

.nav--border {
  border: 1px solid #CFD8DC;
  border: var(--base-border); }
  .nav--border a,
  .nav--border strong.active,
  .nav--border strong.trail,
  .nav--border strong.forward {
    padding: 0.5rem 0.5rem;
    padding: var(--nav--main__item-padding) var(--nav--main__item-padding);
    border-bottom: 1px solid #CFD8DC;
    border-bottom: 1px solid var(--base-border-color); }
    .nav--border a.last,
    .nav--border strong.active.last,
    .nav--border strong.trail.last,
    .nav--border strong.forward.last {
      border-bottom: 0; }

.nav--breadcrumb {
  border: 1px solid #CFD8DC;
  border: var(--base-border);
  padding: calc(1rem / 2) 1rem;
  padding: var(--base-spacing-unit--sm) var(--base-spacing-unit);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 68.75em) {
    .nav--breadcrumb {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (min-width: 68.75em) {
    .nav--breadcrumb li {
      padding-right: 1rem;
      padding-right: var(--base-spacing-unit); } }
  .nav--breadcrumb a:after {
    font-size: 0.75rem;
    display: inline-block;
    content: "►";
    vertical-align: middle;
    padding-left: 1rem;
    padding-left: var(--base-spacing-unit); }

.nav--select select {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #CFD8DC;
  border: var(--base-border);
  padding: calc(1rem / 4) calc(1rem / 2);
  padding: var(--base-spacing-unit--xs) var(--base-spacing-unit--sm); }

.nav--select .submit {
  vertical-align: middle;
  padding: calc(1rem / 4) calc(1rem / 2);
  padding: var(--base-spacing-unit--xs) var(--base-spacing-unit--sm); }

.nav--pager ul {
  text-align: center; }

.nav--pager li {
  display: inline-block; }

.nav--pager .empty {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

.nav--pager a {
  padding: calc(1rem / 2);
  padding: var(--base-spacing-unit--sm); }

.pagination {
  display: grid;
  grid-column: 1 / -1;
  margin-top: 1rem;
  margin-top: var(--base-spacing-unit);
  text-align: center;
  line-height: 1; }
  .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination a {
    text-decoration: none; }
  @supports not (display: grid) {
    .pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (min-width: 34.375em) {
    .pagination {
      grid-template-columns: 1fr 1fr; } }
  .pagination p {
    padding: calc(1rem / 4);
    padding: var(--base-spacing-unit--xs);
    padding-left: 0;
    margin: calc(1rem / 4);
    margin: var(--base-spacing-unit--xs);
    margin-left: 0;
    border-top: 1px solid transparent;
    border-top: var(--base-border-width) solid transparent; }
  .pagination li {
    display: inline; }
  .pagination a,
  .pagination strong {
    display: inline-block;
    padding: calc(1rem / 4);
    padding: var(--base-spacing-unit--xs);
    margin: calc(1rem / 4);
    margin: var(--base-spacing-unit--xs); }
  .pagination strong {
    border: 1px solid #CFD8DC;
    border: var(--base-border); }
  .pagination a.next {
    margin-right: 0;
    padding-right: 0; }
  @media screen and (min-width: 34.375em) {
    .pagination p {
      justify-self: start; }
    .pagination p + ul {
      justify-self: end; } }

:root {
  --color-navigation-main--active:    var(--color-gray-light);
  --nav--main__item-padding:          0.5rem;
  --nav--main__item-padding--sm:      0.25rem;
  --nav--main-font-size:              0.875rem;
  --nav--main-font-weight:            600;
  --nav--letterspacing:               0.15em;
  --submenu-background:               var(--color-page-background);
  --nav-mobile-color-background:      #000;
  --nav-mobile-color-text:            #FFF;
  --menu-icon-width:                  1.25rem;
  --menu-icon-stroke:                 1px;
  --nav--sub__item-padding:           var(--base-spacing-unit--sm); }

.nav--right {
  justify-self: end; }

.nav--main {
  line-height: 1em;
  font-size: 0.875rem;
  font-size: var(--nav--main-font-size);
  color: #FFFFFF;
  color: var(--color-page-background);
  position: relative;
  grid-column: 3 / 4;
  grid-row: 1 / 2; }
  .nav--main a,
  .nav--main a.trail,
  .nav--main strong.active,
  .nav--main strong.trail,
  .nav--main strong.forward {
    padding: 0.5rem;
    padding: var(--nav--main__item-padding);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    letter-spacing: var(--nav--letterspacing);
    font-weight: 600;
    font-weight: var(--nav--main-font-weight);
    color: #CCCCCC;
    color: var(--color-navigation-main--active);
    -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media screen and (min-width: 68.75em) {
      .nav--main a,
      .nav--main a.trail,
      .nav--main strong.active,
      .nav--main strong.trail,
      .nav--main strong.forward {
        font-size: 0.7rem; } }
  .nav--main a {
    color: inherit; }
    .nav--main a:hover {
      color: #CCCCCC;
      color: var(--color-navigation-main--active); }
  .nav--main .level_1 > li {
    margin: 0 0.5em; }
    .nav--main .level_1 > li > a,
    .nav--main .level_1 > li > strong {
      white-space: nowrap; }
  .nav--main .level_2 {
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .nav--main .level_2 a,
    .nav--main .level_2 a.trail,
    .nav--main .level_2 strong.active,
    .nav--main .level_2 strong.trail,
    .nav--main .level_2 strong.forward {
      display: block;
      margin-top: 0;
      margin-bottom: 0; }
    .nav--main .level_2 a {
      opacity: 0.75; }
      .nav--main .level_2 a:hover {
        opacity: 1; }
  .nav--main .level_3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

@media screen and (max-width: 68.6875em) {
  .nav--mobile {
    z-index: -1;
    visibility: hidden;
    font-size: 1.25rem;
    font-size: var(--base-font-size--xl);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: #000;
    background: var(--nav-mobile-color-background);
    padding: 1rem;
    padding: var(--grid__gutter);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: touch;
    -ms-overflow-style: none; }
    .nav--mobile .level_1 {
      opacity: 0;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .nav--mobile .level_1 > li {
        margin: 0; }
      .nav--mobile .level_1 a,
      .nav--mobile .level_1 strong {
        color: #FFF;
        color: var(--nav-mobile-color-text);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        text-align: center;
        font-weight: 400;
        font-size: 1em;
        line-height: 1em; }
      .nav--mobile .level_1 a:hover, .nav--mobile .level_1 strong {
        color: #CCCCCC;
        color: var(--color-navigation-main--active); }
    .nav--mobile .level_2 {
      position: relative; }
      .nav--mobile .level_2 a::before,
      .nav--mobile .level_2 strong::before {
        content: '→';
        margin-right: calc(1rem / 4);
        margin-right: var(--base-spacing-unit--xs); } }

@media screen and (max-width: 68.6875em) {
  .nav--mobile--active {
    z-index: 1004;
    visibility: visible;
    opacity: 1; }
    .nav--mobile--active .level_1 {
      opacity: 1;
      -webkit-transition: opacity 0.4s cubic-bezier(0.5, 0.1, 0.2, 1);
      transition: opacity 0.4s cubic-bezier(0.5, 0.1, 0.2, 1);
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; } }

.nav-toggler {
  justify-self: end;
  z-index: 1002;
  pointer-events: auto;
  color: #fff;
  grid-column: 3 / 4;
  grid-row: 1 / 2; }
  @media screen and (min-width: 68.75em) {
    .nav-toggler {
      display: none; } }

.nav-toggler__button {
  background: none;
  border: none;
  outline: none;
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
  color: currentColor;
  padding: calc(calc(1rem / 4)/2) calc(1rem / 4);
  padding: calc(var(--base-spacing-unit--xs)/2) var(--base-spacing-unit--xs);
  line-height: 1.5; }
  .nav-toggler__button .menu-icon {
    position: relative;
    width: 1.25rem;
    width: var(--menu-icon-width);
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle; }
  .nav-toggler__button .menu-icon__inner {
    width: 100%;
    background-color: currentcolor;
    position: absolute;
    left: 0;
    top: 40%;
    margin-top: calc(1px / -2);
    margin-top: calc(var(--menu-icon-stroke) / -2);
    height: 1px;
    height: var(--menu-icon-stroke);
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease; }
    .nav-toggler__button .menu-icon__inner::after, .nav-toggler__button .menu-icon__inner::before {
      background-color: currentcolor;
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      height: var(--menu-icon-stroke);
      -webkit-transition: opacity 0.15s, -webkit-transform 0.15s ease;
      transition: opacity 0.15s, -webkit-transform 0.15s ease;
      transition: transform 0.15s ease, opacity 0.15s;
      transition: transform 0.15s ease, opacity 0.15s, -webkit-transform 0.15s ease; }
    .nav-toggler__button .menu-icon__inner::before {
      top: -6px; }
    .nav-toggler__button .menu-icon__inner::after {
      bottom: -6px; }
    .html--fixed .nav-toggler__button .menu-icon__inner {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      .html--fixed .nav-toggler__button .menu-icon__inner::before {
        opacity: 0; }
      .html--fixed .nav-toggler__button .menu-icon__inner::after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        bottom: 0; }
  .nav-toggler__button .menu-label {
    display: inline-block;
    margin-left: calc(1rem / 4);
    margin-left: var(--base-spacing-unit--xs);
    font-size: 1.25rem;
    font-size: var(--base-font-size--xl); }

.nav--sub {
  margin-bottom: calc(1rem * 2);
  margin-bottom: var(--base-spacing-unit--lg);
  font-size: 0.875rem;
  font-size: var(--base-font-size--xs);
  position: relative;
  z-index: 1000; }
  .nav--sub::after {
    content: '';
    border-bottom: 1px solid #CFD8DC;
    border-bottom: var(--base-border);
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    bottom: 0; }
  .nav--sub ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto;
    -ms-overflow-style: none; }
  .nav--sub li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    white-space: nowrap;
    position: relative;
    z-index: 1001;
    text-align: center; }
    .nav--sub li.active, .nav--sub li.trail {
      border-bottom: 1px solid currentcolor;
      border-bottom: var(--base-border-width) solid currentcolor; }
    .nav--sub li:hover {
      border-bottom: 1px solid #666666;
      border-bottom: var(--base-border-width) solid var(--color-links-hover); }
  .nav--sub a,
  .nav--sub strong.active,
  .nav--sub strong.trail {
    color: inherit;
    padding: calc(1rem / 2);
    padding: var(--nav--sub__item-padding); }
  .nav--sub a:hover {
    color: #666666;
    color: var(--color-links-hover); }

.nav--meta {
  justify-self: start;
  font-family: var(--nav--main-font);
  font-weight: 600;
  font-weight: var(--nav--main-font-weight);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  letter-spacing: var(--nav--letterspacing); }
  @media screen and (max-width: 34.3125em) {
    .nav--meta {
      justify-self: center; } }
  @media screen and (min-width: 68.75em) {
    .nav--meta {
      font-size: 0.5rem; } }
  .nav--meta ul {
    display: grid;
    grid-column-gap: calc(1rem / 2);
    grid-column-gap: var(--grid__gutter--half);
    grid-template-columns: repeat(2, 1fr); }
    @media screen and (max-width: 34.3125em) {
      .nav--meta ul {
        grid-template-columns: auto; } }
  .nav--meta .level_1 > li > a,
  .nav--meta .level_1 > li > strong.active,
  .nav--meta .level_1 > li > strong.trail {
    font-weight: 600;
    display: block; }
  .nav--meta a,
  .nav--meta strong.active,
  .nav--meta strong.trail {
    padding: 0 calc(1rem / 2);
    padding: 0 var(--base-spacing-unit--sm);
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    padding-left: 0; }
    @media screen and (max-width: 34.3125em) {
      .nav--meta a,
      .nav--meta strong.active,
      .nav--meta strong.trail {
        padding: 0;
        text-align: center; } }

.nav--meta + .nav--meta {
  justify-self: end; }

html {
  --input-border-width:    var(--base-border-width);
  --input-border-radius:   var(--base-border-radius);
  --input-border-color:    rgba(0,0,0,0.25); }

.ce_form {
  overflow: visible; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(1rem / 4);
  margin-bottom: var(--base-spacing-unit--xs); }

input.text,
input.captcha,
textarea {
  display: block;
  width: 100%;
  padding: calc(1rem / 2) 1rem;
  padding: calc(var(--base-spacing-unit) / 2) var(--base-spacing-unit);
  border-radius: 0px;
  border-radius: var(--input-border-radius);
  border: 1px solid rgba(0,0,0,0.25);
  border: var(--input-border-width) solid var(--input-border-color);
  background-clip: padding-box;
  background-image: none; }

textarea.textarea {
  height: auto; }

.widget-text,
.widget-textarea,
.widget-password {
  margin-bottom: 1rem;
  margin-bottom: var(--base-spacing-unit); }

input[type="search"] {
  -webkit-appearance: none; }

input[type="file"] {
  display: block;
  vertical-align: middle;
  line-height: 1; }

input.radio,
input.checkbox {
  margin-left: 1px;
  margin-right: calc(1rem / 4);
  margin-right: var(--base-spacing-unit--xs);
  line-height: 1.625;
  line-height: var(--base-line-height);
  vertical-align: middle; }
  input.radio + label,
  input.checkbox + label {
    margin-right: calc(1rem / 4);
    margin-right: var(--base-spacing-unit--xs);
    margin-bottom: 0;
    font-weight: normal; }

select.select {
  margin-left: calc(1rem / 4);
  margin-left: var(--base-spacing-unit--xs); }

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
  margin-bottom: 1rem;
  margin-bottom: var(--base-spacing-unit); }
  .widget-radio legend,
  .widget-checkbox legend,
  .widget-select legend,
  .widget-upload legend {
    font-weight: 700; }

.radio_container > span,
.checkbox_container > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

span.mandatory {
  color: #666666;
  color: var(--color-brand); }

p.error {
  margin-bottom: 0; }

:root {
  --input-border-width:     var(--base-border-width);
  --input-border-radius:    0px;
  --input-border-color:     rgba(0,0,0,0.25); }

.mod_login {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }
  .mod_login label {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem; }
    @media screen and (min-width: 68.75em) {
      .mod_login label {
        font-size: 0.6rem; } }
  .mod_login .submit {
    width: 100%; }

.ce_form {
  --card-border: none;
  border: var(--card-border);
  border-radius: var(--card-border-radius);
  background: var(--card-background);
  padding: var(--card-padding);
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.6s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.6s;
  transition: box-shadow 0.3s, transform 0.6s;
  transition: box-shadow 0.3s, transform 0.6s, -webkit-box-shadow 0.3s, -webkit-transform 0.6s;
  -webkit-box-shadow: 0 10px 40px 0 rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: var(--base-box-shadow);
  box-shadow: 0 10px 40px 0 rgba(50, 50, 50, 0.25);
  box-shadow: var(--base-box-shadow);
  margin-bottom: 1rem;
  margin-bottom: var(--base-spacing-unit); }
  .ce_form:hover {
    -webkit-box-shadow: var(--card-shadow);
    box-shadow: var(--card-shadow);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); }
  @media screen and (min-width: 58.75em) {
    .ce_form {
      --card-padding: var(--base-spacing-unit--lg); } }

.form--sticky {
  position: sticky;
  top: 1rem;
  top: var(--base-spacing-unit); }

input.text,
input.captcha,
textarea {
  outline: none;
  padding: calc(1rem / 4) calc(1rem / 2);
  padding: var(--base-spacing-unit--xs) var(--base-spacing-unit--sm); }

input.radio,
input.checkbox {
  vertical-align: middle; }

.widget-select select {
  width: 100%;
  margin-left: 0;
  height: calc((1rem * 1.625) + calc(1rem / 2));
  height: calc((1rem * var(--base-line-height)) + var(--base-spacing-unit--sm)); }

.widget-radio--list .radio_container > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.widget-checkbox--list .checkbox_container > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

html {
  --download-link-color:   inherit;
  --download-link-decoration: none; }

.ce_download,
.ce_downloads {
  margin-bottom: 1rem; }
  .ce_download .mime_icon,
  .ce_downloads .mime_icon {
    display: inline-block;
    vertical-align: middle; }
  .ce_download a,
  .ce_downloads a {
    display: inline-block;
    color: inherit;
    color: var(--download-link-color);
    text-decoration: none;
    -webkit-text-decoration: var(--download-link-decoration);
    text-decoration: var(--download-link-decoration); }

.ce_downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ce_downloads a {
  text-decoration: none; }

.ce_download,
.ce_downloads {
  margin-bottom: 1rem; }
  .ce_download .mime_icon,
  .ce_downloads .mime_icon {
    display: inline-block;
    vertical-align: middle; }
  .ce_download a,
  .ce_downloads a {
    display: inline-block;
    color: inherit;
    color: var(--download-link-color);
    text-decoration: none;
    -webkit-text-decoration: var(--download-link-decoration);
    text-decoration: var(--download-link-decoration); }

.ce_downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ce_downloads a {
  text-decoration: none; }

.mod_article.recepts .ce_downloads {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(2 * 1rem);
  margin-bottom: calc(2 * var(--base-spacing-unit)); }

html {
  --table-border-width:      1px;
  --table-border-style:      solid;
  --table-border-color:      #ccc;
  --table-background-light:  #eee; }

table {
  margin-bottom: 1rem;
  margin-bottom: var(--base-spacing-unit);
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-left: 0px solid #ccc;
  border-left: var(--table-border-width) var(--table-border-style) var(--table-border-color);
  border-top: 0px solid #ccc;
  border-top: var(--table-border-width) var(--table-border-style) var(--table-border-color); }
  table th,
  table td {
    border-right: 0px solid #ccc;
    border-right: var(--table-border-width) var(--table-border-style) var(--table-border-color);
    border-bottom: 0px solid #ccc;
    border-bottom: var(--table-border-width) var(--table-border-style) var(--table-border-color);
    padding: 10px; }

thead {
  text-align: left;
  background: #f4f4f4;
  background: var(--table-background-light); }

tfoot {
  font-style: italic; }

.table--striped .even {
  background: #f4f4f4;
  background: var(--table-background-light); }

.table--overflow {
  overflow-x: scroll;
  -ms-overflow-x: auto; }

html {
  --table-border-width:      0px;
  --table-border-style:      solid;
  --table-border-color:      #ccc;
  --table-background-light:  #f4f4f4; }

table {
  margin-bottom: 1rem;
  margin-bottom: var(--base-spacing-unit);
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-left: 0px solid #ccc;
  border-left: var(--table-border-width) var(--table-border-style) var(--table-border-color);
  border-top: 0px solid #ccc;
  border-top: var(--table-border-width) var(--table-border-style) var(--table-border-color); }
  table th,
  table td {
    border-right: 0px solid #ccc;
    border-right: var(--table-border-width) var(--table-border-style) var(--table-border-color);
    border-bottom: 0px solid #ccc;
    border-bottom: var(--table-border-width) var(--table-border-style) var(--table-border-color);
    padding: 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 68.75em) {
      table th,
      table td {
        font-size: 0.6rem; } }
    table th .btn,
    table td .btn {
      margin: 0;
      --button-spacing: var(--base-spacing-unit--xs) var(--base-spacing-unit--sm); }
  table th {
    text-align: left;
    font-weight: 500; }

thead {
  text-align: left;
  background: #f4f4f4;
  background: var(--table-background-light); }

tfoot {
  font-style: italic; }

.table--openinghours {
  overflow-x: hidden; }
  @media screen and (max-width: 47.9375em) {
    .table--openinghours {
      overflow-x: auto; } }
  .table--openinghours td, .table--openinghours th {
    border-top: 7px solid white;
    white-space: nowrap;
    text-align: left; }
    @media screen and (min-width: 68.75em) {
      .table--openinghours td, .table--openinghours th {
        padding-left: 2.5rem; } }
  .table--openinghours .even td, .table--openinghours .even th, .table--openinghours .odd td, .table--openinghours .odd th {
    background: #f8f8f8;
    background: transparent;
    -webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .table--openinghours .even:hover td, .table--openinghours .even:hover th, .table--openinghours .odd:hover td, .table--openinghours .odd:hover th {
    background: #fafafa; }
  .table--openinghours .weekend td {
    background: #eeeeee;
    -webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .table--openinghours .weekend:hover td, .table--openinghours .weekend:hover th {
    background: #e8e8e8; }

@media screen and (max-width: 47.9375em) {
  .table--collapse td, .table--collapse th {
    width: 100%;
    display: block;
    text-align: center;
    border-top: 0; }
  .table--collapse td.col_last {
    margin-bottom: 1rem; }
  .table--collapse .even td, .table--collapse .even th, .table--collapse .even:hover td, .table--collapse .even:hover th, .table--collapse .odd td, .table--collapse .odd th, .table--collapse .odd:hover td, .table--collapse .odd:hover th, .table--collapse .weekend td, .table--collapse .weekend th, .table--collapse .weekend:hover td, .table--collapse .weekend:hover th {
    background: transparent; } }

.table--overflow {
  overflow-x: scroll;
  -ms-overflow-x: auto; }

.logo {
  justify-self: center;
  grid-column: 2 / 3;
  grid-row: 1 / 2; }
  .logo a {
    pointer-events: auto;
    display: block;
    line-height: 0;
    white-space: nowrap; }
  .logo img {
    margin-left: 0;
    display: block;
    height: 34px; }
    @media screen and (min-width: 34.375em) {
      .logo img {
        height: 34px; } }
    @media screen and (min-width: 68.75em) {
      .logo img {
        height: 40px; } }

.footer__note {
  font-size: 0.625rem;
  font-weight: 600;
  font-weight: var(--nav--main-font-weight);
  text-transform: uppercase;
  letter-spacing: 0.15em; }
  @media screen and (max-width: 34.3125em) {
    .footer__note {
      grid-column-start: 1;
      text-align: center; } }
  @media screen and (min-width: 34.375em) {
    .footer__note {
      justify-self: end; } }
  @media screen and (min-width: 68.75em) {
    .footer__note {
      font-size: 0.5rem; } }
  @supports not (display: grid) {
    .footer__note {
      width: 100%; } }
  .footer__note a {
    color: inherit; }

.rsts-skin-hero {
  width: 100%;
  background-color: white;
  height: calc(100vh - 82px);
  /* mobile viewport bug fix */
  /*
	&.rsts-dragging-disabled {
		.rsts-overlay-prev,
		.rsts-overlay-next {
			display: none;
		}

	}

	.rsts-overlay-prev,
	.rsts-overlay-next {
		position: absolute;
		width: 50% !important;
    	top: 0;
    	bottom: 0;
    	z-index: 4;

    	.mobile & {
    		width: 0% !important;
    	}
	}

	.rsts-overlay-prev {
		right: 50%;
		left: 0;
		//cursor: url(../img/icons/slider-left-white.png) 0 11,auto;
		cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='37.5px' height='24px' viewBox='0 0 200 128' enable-background='new 0 0 200 128' xml:space='preserve'%3E %3Cpath d='M13 67.12h187v-6.24h-187l64-56.19-4.12-4.69-72.88 64 72.88 64 4.12-4.69z' fill='white'/%3E %3C/svg%3E"), pointer;
	}

	.rsts-overlay-next {
		right: 0;
		left: 50%;
		//cursor: url(../img/icons/slider-right-white.png) 32 11,auto;
		cursor: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='37.5px' height='24px' viewBox='0 0 200 128' enable-background='new 0 0 200 128' xml:space='preserve'%3E %3Cpath d='M187 60.88h-187v6.24h187l-64 56.19 4.12 4.69 72.88-64-72.88-64-4.12 4.69z' fill='white'/%3E %3C/svg%3E"), pointer;
	}
	*/ }
  .is_home .rsts-skin-hero {
    position: fixed !important;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
    .is_home .rsts-skin-hero > .rsts-view {
      margin-top: 82px; }
      @media screen and (min-width: 68.75em) {
        .is_home .rsts-skin-hero > .rsts-view {
          margin-top: 100px; } }
  @media screen and (min-width: 68.75em) {
    .rsts-skin-hero {
      height: calc(100vh - 100px); } }
  .rsts-skin-hero.rsts-main {
    position: relative; }
  .rsts-skin-hero.rsts-type-fade .rsts-slide {
    background: white; }
  .rsts-skin-hero .rsts-slide-video,
  .rsts-skin-hero .rsts-video-iframe {
    background-color: black; }
  .rsts-skin-hero .rsts-dragging {
    cursor: -webkit-grab;
    cursor: grab; }
  .rsts-skin-hero .rsts-caption {
    position: absolute;
    top: 20px;
    left: 20px;
    margin-right: 20px;
    padding: 5px 10px;
    border-radius: 3px;
    color: white;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  .rsts-skin-hero .rsts-active .rsts-caption {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .rsts-skin-hero .rsts-prev,
  .rsts-skin-hero .rsts-next,
  .rsts-skin-hero .rsts-video-play,
  .rsts-skin-hero .rsts-video-stop,
  .rsts-skin-hero .rsts-thumbs-prev,
  .rsts-skin-hero .rsts-thumbs-next {
    position: absolute;
    right: 55px;
    bottom: 15px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    outline: none;
    line-height: 0;
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    background-clip: padding-box;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=");
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    background-position: 50% 50%;
    -webkit-transition: opacity 0.05s linear;
    transition: opacity 0.05s linear; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
      .rsts-skin-hero .rsts-prev,
      .rsts-skin-hero .rsts-next,
      .rsts-skin-hero .rsts-video-play,
      .rsts-skin-hero .rsts-video-stop,
      .rsts-skin-hero .rsts-thumbs-prev,
      .rsts-skin-hero .rsts-thumbs-next {
        background-image: url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==');
        background-size: 30px, 30px; } }
    .rsts-skin-hero .rsts-prev:hover,
    .rsts-skin-hero .rsts-next:hover,
    .rsts-skin-hero .rsts-video-play:hover,
    .rsts-skin-hero .rsts-video-stop:hover,
    .rsts-skin-hero .rsts-thumbs-prev:hover,
    .rsts-skin-hero .rsts-thumbs-next:hover {
      background-color: #eeeeee;
      background-color: rgba(238, 238, 238, 0.7); }
  .rsts-skin-hero .rsts-prev,
  .rsts-skin-hero .rsts-next {
    display: none; }
  .rsts-skin-hero .rsts-next,
  .rsts-skin-hero .rsts-thumbs-next {
    right: 20px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII="); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
      .rsts-skin-hero .rsts-next,
      .rsts-skin-hero .rsts-thumbs-next {
        background-image: url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=');
        background-size: 30px, 30px; } }
  .rsts-skin-hero .rsts-thumbs-prev,
  .rsts-skin-hero .rsts-thumbs-next {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -15px; }
  .rsts-skin-hero .rsts-thumbs-prev {
    right: auto;
    left: 10px; }
  .rsts-skin-hero.rsts-direction-y .rsts-prev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII="); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
      .rsts-skin-hero.rsts-direction-y .rsts-prev {
        background-image: url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==');
        background-size: 30px, 30px; } }
  .rsts-skin-hero.rsts-direction-y .rsts-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
      .rsts-skin-hero.rsts-direction-y .rsts-next {
        background-image: url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=');
        background-size: 30px, 30px; } }
  .rsts-skin-hero.rsts-video-playing .rsts-nav, .rsts-skin-hero.rsts-video-playing .rsts-prev, .rsts-skin-hero.rsts-video-playing .rsts-next {
    display: none; }
  .rsts-skin-hero.rsts-video-playing .rsts-nav-thumbs {
    display: block; }
  .rsts-skin-hero.rsts-touch .rsts-nav-numbers,
  .rsts-skin-hero.rsts-touch .rsts-nav-tabs {
    display: none; }
  .rsts-skin-hero .rsts-nav {
    position: absolute;
    right: 0;
    bottom: 3rem;
    left: 0;
    text-align: center;
    z-index: 3; }
    @media screen and (min-width: 68.75em) {
      .rsts-skin-hero .rsts-nav {
        bottom: 3rem; } }
    .rsts-skin-hero .rsts-nav ul {
      /* Forcing margin/padding, since '#content ul' is quite common */
      margin: 0 !important;
      padding: 0 !important; }
    .rsts-skin-hero .rsts-nav li {
      display: inline; }
  .rsts-skin-hero .rsts-nav-numbers a,
  .rsts-skin-hero .rsts-nav-tabs a {
    display: inline-block;
    height: 30px;
    min-width: 30px;
    padding: 0.65em 0.5em 0.5em;
    margin: 0 2px 3px;
    border-radius: 3px;
    outline: none;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #555555;
    background-color: rgba(85, 85, 85, 0.6);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; }
    .rsts-skin-hero .rsts-nav-numbers a:hover, .rsts-skin-hero .rsts-nav-numbers a.active,
    .rsts-skin-hero .rsts-nav-tabs a:hover,
    .rsts-skin-hero .rsts-nav-tabs a.active {
      color: #333333;
      background-color: white;
      background-color: rgba(255, 255, 255, 0.5); }
  .rsts-skin-hero:hover .rsts-nav-numbers a,
  .rsts-skin-hero:hover .rsts-nav-tabs a {
    opacity: 1; }
  .rsts-skin-hero .rsts-nav-bullets {
    line-height: 1.625;
    line-height: var(--base-line-height);
    /*
		a {
			display: inline-block;
			width: 9px;
			height: 9px;
			overflow: hidden;
			margin: 12px 4px;
			border-radius: 100%;
			outline: none;
			text-align: left;
			text-indent: -9999px;
			background-color: white;
			background-color: rgba(255, 255, 255, 0.8);
			background-clip: padding-box;
			box-shadow: 0 0 2px #777777;

			&:hover, &.active {
				background-color: #777777;
  				box-shadow: inset 0 2px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -2px 0 -1px rgba(0, 0, 0, 0.3), 0 0 0 1px #555555;
			}
		}
		*/ }
    .rsts-skin-hero .rsts-nav-bullets li {
      position: relative;
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin: 0 0.5rem;
      background-color: #CCCCCC;
      background-color: var(--color-gray-light);
      -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .rsts-skin-hero .rsts-nav-bullets a {
      position: absolute;
      outline: none;
      width: 100%;
      height: 100%;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      background-color: #000;
      will-change: opacity;
      border-radius: 50%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      cursor: pointer;
      opacity: 0;
      -webkit-transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .rsts-skin-hero .rsts-nav-bullets a.active {
        opacity: 1; }
  .rsts-skin-hero .rsts-nav-thumbs {
    position: static;
    padding-top: 5px; }
  .rsts-skin-hero .rsts-nav .rsts-nav-prev, .rsts-skin-hero .rsts-nav .rsts-nav-next {
    display: none; }
  .rsts-skin-hero .rsts-video-play {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    border: none;
    border-radius: 5px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
      .rsts-skin-hero .rsts-video-play {
        background-image: url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=');
        background-size: 70px, 70px; } }
  .rsts-skin-hero .rsts-video-stop {
    top: 20px;
    right: 20px;
    left: auto;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
      .rsts-skin-hero .rsts-video-stop {
        background-image: url('data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=');
        background-size: 30px, 30px; } }
  .rsts-skin-hero .rsts-video-youtube > .rsts-video-stop {
    top: 25%; }
  .rsts-skin-hero .rsts-video-vimeo > .rsts-video-stop {
    top: 10px;
    right: auto;
    left: 10px; }
  .rsts-skin-hero .rsts-progress {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: black;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .rsts-skin-hero .rsts-progress div {
      height: 100%;
      background-color: white; }
    .rsts-skin-hero .rsts-progress.rsts-progress-active {
      opacity: 0.3; }
  .rsts-skin-hero .rsts-thumbs-slide {
    opacity: 0.8; }
    .rsts-skin-hero .rsts-thumbs-slide.rsts-thumbs-active-thumb {
      opacity: 1; }

.text--inverted,
.text--inverted * {
  color: #FFFFFF;
  color: var(--color-text--inverted); }

.border-top {
  border-top: 1px solid #CFD8DC;
  border-top: var(--base-border); }

.border-bottom {
  border-bottom: 1px solid #CFD8DC;
  border-bottom: var(--base-border); }

.block--center {
  margin-left: auto;
  margin-right: auto; }

.m-t-0,
.mod_article.m-t-0 {
  margin-top: calc(0 * 1rem);
  margin-top: calc(0 * var(--base-spacing-unit)); }

.m-b-0,
.mod_article.m-b-0 {
  margin-bottom: calc(0 * 1rem);
  margin-bottom: calc(0 * var(--base-spacing-unit)); }

.p-t-0,
.mod_article.p-t-0 {
  padding-top: calc(0 * 1rem);
  padding-top: calc(0 * var(--base-spacing-unit)); }

.p-b-0,
.mod_article.p-b-0 {
  padding-bottom: calc(0 * 1rem);
  padding-bottom: calc(0 * var(--base-spacing-unit)); }

.m-t-1,
.mod_article.m-t-1 {
  margin-top: calc(1 * 1rem);
  margin-top: calc(1 * var(--base-spacing-unit)); }

.m-b-1,
.mod_article.m-b-1 {
  margin-bottom: calc(1 * 1rem);
  margin-bottom: calc(1 * var(--base-spacing-unit)); }

.p-t-1,
.mod_article.p-t-1 {
  padding-top: calc(1 * 1rem);
  padding-top: calc(1 * var(--base-spacing-unit)); }

.p-b-1,
.mod_article.p-b-1 {
  padding-bottom: calc(1 * 1rem);
  padding-bottom: calc(1 * var(--base-spacing-unit)); }

.m-t-2,
.mod_article.m-t-2 {
  margin-top: calc(2 * 1rem);
  margin-top: calc(2 * var(--base-spacing-unit)); }

.m-b-2,
.mod_article.m-b-2 {
  margin-bottom: calc(2 * 1rem);
  margin-bottom: calc(2 * var(--base-spacing-unit)); }

.p-t-2,
.mod_article.p-t-2 {
  padding-top: calc(2 * 1rem);
  padding-top: calc(2 * var(--base-spacing-unit)); }

.p-b-2,
.mod_article.p-b-2 {
  padding-bottom: calc(2 * 1rem);
  padding-bottom: calc(2 * var(--base-spacing-unit)); }

.m-t-3,
.mod_article.m-t-3 {
  margin-top: calc(3 * 1rem);
  margin-top: calc(3 * var(--base-spacing-unit)); }

.m-b-3,
.mod_article.m-b-3 {
  margin-bottom: calc(3 * 1rem);
  margin-bottom: calc(3 * var(--base-spacing-unit)); }

.p-t-3,
.mod_article.p-t-3 {
  padding-top: calc(3 * 1rem);
  padding-top: calc(3 * var(--base-spacing-unit)); }

.p-b-3,
.mod_article.p-b-3 {
  padding-bottom: calc(3 * 1rem);
  padding-bottom: calc(3 * var(--base-spacing-unit)); }

.m-t-4,
.mod_article.m-t-4 {
  margin-top: calc(4 * 1rem);
  margin-top: calc(4 * var(--base-spacing-unit)); }

.m-b-4,
.mod_article.m-b-4 {
  margin-bottom: calc(4 * 1rem);
  margin-bottom: calc(4 * var(--base-spacing-unit)); }

.p-t-4,
.mod_article.p-t-4 {
  padding-top: calc(4 * 1rem);
  padding-top: calc(4 * var(--base-spacing-unit)); }

.p-b-4,
.mod_article.p-b-4 {
  padding-bottom: calc(4 * 1rem);
  padding-bottom: calc(4 * var(--base-spacing-unit)); }

.m-t-5,
.mod_article.m-t-5 {
  margin-top: calc(5 * 1rem);
  margin-top: calc(5 * var(--base-spacing-unit)); }

.m-b-5,
.mod_article.m-b-5 {
  margin-bottom: calc(5 * 1rem);
  margin-bottom: calc(5 * var(--base-spacing-unit)); }

.p-t-5,
.mod_article.p-t-5 {
  padding-top: calc(5 * 1rem);
  padding-top: calc(5 * var(--base-spacing-unit)); }

.p-b-5,
.mod_article.p-b-5 {
  padding-bottom: calc(5 * 1rem);
  padding-bottom: calc(5 * var(--base-spacing-unit)); }

.article-xs-1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-1 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xs-2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-2 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xs-3 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-3 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xs-4 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-4 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xs-5 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-5 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xs-6 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-6 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xs-7 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-7 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xs-8 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-8 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xs-9 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-9 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xs-10 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-10 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xs-11 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-11 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xs-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xs-12 .inside {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (min-width: 0) {
  .article-xs-1 .inside {
    grid-column-end: span 1; }
    @supports not (display: grid) {
      .article-xs-1 .inside {
        width: 8.33333%; } }
  .article-start-xs-1 .inside {
    grid-column-start: 1; }
  .article-xs-2 .inside {
    grid-column-end: span 2; }
    @supports not (display: grid) {
      .article-xs-2 .inside {
        width: 16.66667%; } }
  .article-start-xs-2 .inside {
    grid-column-start: 2; }
  .article-xs-3 .inside {
    grid-column-end: span 3; }
    @supports not (display: grid) {
      .article-xs-3 .inside {
        width: 25%; } }
  .article-start-xs-3 .inside {
    grid-column-start: 3; }
  .article-xs-4 .inside {
    grid-column-end: span 4; }
    @supports not (display: grid) {
      .article-xs-4 .inside {
        width: 33.33333%; } }
  .article-start-xs-4 .inside {
    grid-column-start: 4; }
  .article-xs-5 .inside {
    grid-column-end: span 5; }
    @supports not (display: grid) {
      .article-xs-5 .inside {
        width: 41.66667%; } }
  .article-start-xs-5 .inside {
    grid-column-start: 5; }
  .article-xs-6 .inside {
    grid-column-end: span 6; }
    @supports not (display: grid) {
      .article-xs-6 .inside {
        width: 50%; } }
  .article-start-xs-6 .inside {
    grid-column-start: 6; }
  .article-xs-7 .inside {
    grid-column-end: span 7; }
    @supports not (display: grid) {
      .article-xs-7 .inside {
        width: 58.33333%; } }
  .article-start-xs-7 .inside {
    grid-column-start: 7; }
  .article-xs-8 .inside {
    grid-column-end: span 8; }
    @supports not (display: grid) {
      .article-xs-8 .inside {
        width: 66.66667%; } }
  .article-start-xs-8 .inside {
    grid-column-start: 8; }
  .article-xs-9 .inside {
    grid-column-end: span 9; }
    @supports not (display: grid) {
      .article-xs-9 .inside {
        width: 75%; } }
  .article-start-xs-9 .inside {
    grid-column-start: 9; }
  .article-xs-10 .inside {
    grid-column-end: span 10; }
    @supports not (display: grid) {
      .article-xs-10 .inside {
        width: 83.33333%; } }
  .article-start-xs-10 .inside {
    grid-column-start: 10; }
  .article-xs-11 .inside {
    grid-column-end: span 11; }
    @supports not (display: grid) {
      .article-xs-11 .inside {
        width: 91.66667%; } }
  .article-start-xs-11 .inside {
    grid-column-start: 11; }
  .article-xs-12 .inside {
    grid-column-end: span 12; }
    @supports not (display: grid) {
      .article-xs-12 .inside {
        width: 100%; } }
  .article-start-xs-12 .inside {
    grid-column-start: 12; } }

.article-sm-1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-1 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-sm-2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-2 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-sm-3 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-3 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-sm-4 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-4 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-sm-5 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-5 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-sm-6 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-6 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-sm-7 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-7 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-sm-8 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-8 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-sm-9 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-9 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-sm-10 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-10 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-sm-11 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-11 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-sm-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-sm-12 .inside {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (min-width: 34.375em) {
  .article-sm-1 .inside {
    grid-column-end: span 1; }
    @supports not (display: grid) {
      .article-sm-1 .inside {
        width: 8.33333%; } }
  .article-start-sm-1 .inside {
    grid-column-start: 1; }
  .article-sm-2 .inside {
    grid-column-end: span 2; }
    @supports not (display: grid) {
      .article-sm-2 .inside {
        width: 16.66667%; } }
  .article-start-sm-2 .inside {
    grid-column-start: 2; }
  .article-sm-3 .inside {
    grid-column-end: span 3; }
    @supports not (display: grid) {
      .article-sm-3 .inside {
        width: 25%; } }
  .article-start-sm-3 .inside {
    grid-column-start: 3; }
  .article-sm-4 .inside {
    grid-column-end: span 4; }
    @supports not (display: grid) {
      .article-sm-4 .inside {
        width: 33.33333%; } }
  .article-start-sm-4 .inside {
    grid-column-start: 4; }
  .article-sm-5 .inside {
    grid-column-end: span 5; }
    @supports not (display: grid) {
      .article-sm-5 .inside {
        width: 41.66667%; } }
  .article-start-sm-5 .inside {
    grid-column-start: 5; }
  .article-sm-6 .inside {
    grid-column-end: span 6; }
    @supports not (display: grid) {
      .article-sm-6 .inside {
        width: 50%; } }
  .article-start-sm-6 .inside {
    grid-column-start: 6; }
  .article-sm-7 .inside {
    grid-column-end: span 7; }
    @supports not (display: grid) {
      .article-sm-7 .inside {
        width: 58.33333%; } }
  .article-start-sm-7 .inside {
    grid-column-start: 7; }
  .article-sm-8 .inside {
    grid-column-end: span 8; }
    @supports not (display: grid) {
      .article-sm-8 .inside {
        width: 66.66667%; } }
  .article-start-sm-8 .inside {
    grid-column-start: 8; }
  .article-sm-9 .inside {
    grid-column-end: span 9; }
    @supports not (display: grid) {
      .article-sm-9 .inside {
        width: 75%; } }
  .article-start-sm-9 .inside {
    grid-column-start: 9; }
  .article-sm-10 .inside {
    grid-column-end: span 10; }
    @supports not (display: grid) {
      .article-sm-10 .inside {
        width: 83.33333%; } }
  .article-start-sm-10 .inside {
    grid-column-start: 10; }
  .article-sm-11 .inside {
    grid-column-end: span 11; }
    @supports not (display: grid) {
      .article-sm-11 .inside {
        width: 91.66667%; } }
  .article-start-sm-11 .inside {
    grid-column-start: 11; }
  .article-sm-12 .inside {
    grid-column-end: span 12; }
    @supports not (display: grid) {
      .article-sm-12 .inside {
        width: 100%; } }
  .article-start-sm-12 .inside {
    grid-column-start: 12; } }

.article-md-1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-1 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-md-2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-2 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-md-3 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-3 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-md-4 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-4 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-md-5 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-5 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-md-6 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-6 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-md-7 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-7 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-md-8 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-8 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-md-9 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-9 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-md-10 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-10 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-md-11 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-11 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-md-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-md-12 .inside {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (min-width: 48em) {
  .article-md-1 .inside {
    grid-column-end: span 1; }
    @supports not (display: grid) {
      .article-md-1 .inside {
        width: 8.33333%; } }
  .article-start-md-1 .inside {
    grid-column-start: 1; }
  .article-md-2 .inside {
    grid-column-end: span 2; }
    @supports not (display: grid) {
      .article-md-2 .inside {
        width: 16.66667%; } }
  .article-start-md-2 .inside {
    grid-column-start: 2; }
  .article-md-3 .inside {
    grid-column-end: span 3; }
    @supports not (display: grid) {
      .article-md-3 .inside {
        width: 25%; } }
  .article-start-md-3 .inside {
    grid-column-start: 3; }
  .article-md-4 .inside {
    grid-column-end: span 4; }
    @supports not (display: grid) {
      .article-md-4 .inside {
        width: 33.33333%; } }
  .article-start-md-4 .inside {
    grid-column-start: 4; }
  .article-md-5 .inside {
    grid-column-end: span 5; }
    @supports not (display: grid) {
      .article-md-5 .inside {
        width: 41.66667%; } }
  .article-start-md-5 .inside {
    grid-column-start: 5; }
  .article-md-6 .inside {
    grid-column-end: span 6; }
    @supports not (display: grid) {
      .article-md-6 .inside {
        width: 50%; } }
  .article-start-md-6 .inside {
    grid-column-start: 6; }
  .article-md-7 .inside {
    grid-column-end: span 7; }
    @supports not (display: grid) {
      .article-md-7 .inside {
        width: 58.33333%; } }
  .article-start-md-7 .inside {
    grid-column-start: 7; }
  .article-md-8 .inside {
    grid-column-end: span 8; }
    @supports not (display: grid) {
      .article-md-8 .inside {
        width: 66.66667%; } }
  .article-start-md-8 .inside {
    grid-column-start: 8; }
  .article-md-9 .inside {
    grid-column-end: span 9; }
    @supports not (display: grid) {
      .article-md-9 .inside {
        width: 75%; } }
  .article-start-md-9 .inside {
    grid-column-start: 9; }
  .article-md-10 .inside {
    grid-column-end: span 10; }
    @supports not (display: grid) {
      .article-md-10 .inside {
        width: 83.33333%; } }
  .article-start-md-10 .inside {
    grid-column-start: 10; }
  .article-md-11 .inside {
    grid-column-end: span 11; }
    @supports not (display: grid) {
      .article-md-11 .inside {
        width: 91.66667%; } }
  .article-start-md-11 .inside {
    grid-column-start: 11; }
  .article-md-12 .inside {
    grid-column-end: span 12; }
    @supports not (display: grid) {
      .article-md-12 .inside {
        width: 100%; } }
  .article-start-md-12 .inside {
    grid-column-start: 12; } }

.article-lg-1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-1 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-lg-2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-2 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-lg-3 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-3 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-lg-4 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-4 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-lg-5 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-5 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-lg-6 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-6 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-lg-7 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-7 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-lg-8 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-8 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-lg-9 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-9 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-lg-10 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-10 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-lg-11 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-11 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-lg-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-lg-12 .inside {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (min-width: 58.75em) {
  .article-lg-1 .inside {
    grid-column-end: span 1; }
    @supports not (display: grid) {
      .article-lg-1 .inside {
        width: 8.33333%; } }
  .article-start-lg-1 .inside {
    grid-column-start: 1; }
  .article-lg-2 .inside {
    grid-column-end: span 2; }
    @supports not (display: grid) {
      .article-lg-2 .inside {
        width: 16.66667%; } }
  .article-start-lg-2 .inside {
    grid-column-start: 2; }
  .article-lg-3 .inside {
    grid-column-end: span 3; }
    @supports not (display: grid) {
      .article-lg-3 .inside {
        width: 25%; } }
  .article-start-lg-3 .inside {
    grid-column-start: 3; }
  .article-lg-4 .inside {
    grid-column-end: span 4; }
    @supports not (display: grid) {
      .article-lg-4 .inside {
        width: 33.33333%; } }
  .article-start-lg-4 .inside {
    grid-column-start: 4; }
  .article-lg-5 .inside {
    grid-column-end: span 5; }
    @supports not (display: grid) {
      .article-lg-5 .inside {
        width: 41.66667%; } }
  .article-start-lg-5 .inside {
    grid-column-start: 5; }
  .article-lg-6 .inside {
    grid-column-end: span 6; }
    @supports not (display: grid) {
      .article-lg-6 .inside {
        width: 50%; } }
  .article-start-lg-6 .inside {
    grid-column-start: 6; }
  .article-lg-7 .inside {
    grid-column-end: span 7; }
    @supports not (display: grid) {
      .article-lg-7 .inside {
        width: 58.33333%; } }
  .article-start-lg-7 .inside {
    grid-column-start: 7; }
  .article-lg-8 .inside {
    grid-column-end: span 8; }
    @supports not (display: grid) {
      .article-lg-8 .inside {
        width: 66.66667%; } }
  .article-start-lg-8 .inside {
    grid-column-start: 8; }
  .article-lg-9 .inside {
    grid-column-end: span 9; }
    @supports not (display: grid) {
      .article-lg-9 .inside {
        width: 75%; } }
  .article-start-lg-9 .inside {
    grid-column-start: 9; }
  .article-lg-10 .inside {
    grid-column-end: span 10; }
    @supports not (display: grid) {
      .article-lg-10 .inside {
        width: 83.33333%; } }
  .article-start-lg-10 .inside {
    grid-column-start: 10; }
  .article-lg-11 .inside {
    grid-column-end: span 11; }
    @supports not (display: grid) {
      .article-lg-11 .inside {
        width: 91.66667%; } }
  .article-start-lg-11 .inside {
    grid-column-start: 11; }
  .article-lg-12 .inside {
    grid-column-end: span 12; }
    @supports not (display: grid) {
      .article-lg-12 .inside {
        width: 100%; } }
  .article-start-lg-12 .inside {
    grid-column-start: 12; } }

.article-xl-1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-1 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xl-2 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-2 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xl-3 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-3 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xl-4 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-4 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xl-5 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-5 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xl-6 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-6 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xl-7 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-7 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xl-8 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-8 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xl-9 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-9 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xl-10 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-10 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xl-11 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-11 .inside {
      padding-left: 0;
      padding-right: 0; } }

.article-xl-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 1rem;
  grid-gap: var(--grid__gutter); }
  @supports not (display: grid) {
    .article-xl-12 .inside {
      padding-left: 0;
      padding-right: 0; } }

@media screen and (min-width: 68.75em) {
  .article-xl-1 .inside {
    grid-column-end: span 1; }
    @supports not (display: grid) {
      .article-xl-1 .inside {
        width: 8.33333%; } }
  .article-start-xl-1 .inside {
    grid-column-start: 1; }
  .article-xl-2 .inside {
    grid-column-end: span 2; }
    @supports not (display: grid) {
      .article-xl-2 .inside {
        width: 16.66667%; } }
  .article-start-xl-2 .inside {
    grid-column-start: 2; }
  .article-xl-3 .inside {
    grid-column-end: span 3; }
    @supports not (display: grid) {
      .article-xl-3 .inside {
        width: 25%; } }
  .article-start-xl-3 .inside {
    grid-column-start: 3; }
  .article-xl-4 .inside {
    grid-column-end: span 4; }
    @supports not (display: grid) {
      .article-xl-4 .inside {
        width: 33.33333%; } }
  .article-start-xl-4 .inside {
    grid-column-start: 4; }
  .article-xl-5 .inside {
    grid-column-end: span 5; }
    @supports not (display: grid) {
      .article-xl-5 .inside {
        width: 41.66667%; } }
  .article-start-xl-5 .inside {
    grid-column-start: 5; }
  .article-xl-6 .inside {
    grid-column-end: span 6; }
    @supports not (display: grid) {
      .article-xl-6 .inside {
        width: 50%; } }
  .article-start-xl-6 .inside {
    grid-column-start: 6; }
  .article-xl-7 .inside {
    grid-column-end: span 7; }
    @supports not (display: grid) {
      .article-xl-7 .inside {
        width: 58.33333%; } }
  .article-start-xl-7 .inside {
    grid-column-start: 7; }
  .article-xl-8 .inside {
    grid-column-end: span 8; }
    @supports not (display: grid) {
      .article-xl-8 .inside {
        width: 66.66667%; } }
  .article-start-xl-8 .inside {
    grid-column-start: 8; }
  .article-xl-9 .inside {
    grid-column-end: span 9; }
    @supports not (display: grid) {
      .article-xl-9 .inside {
        width: 75%; } }
  .article-start-xl-9 .inside {
    grid-column-start: 9; }
  .article-xl-10 .inside {
    grid-column-end: span 10; }
    @supports not (display: grid) {
      .article-xl-10 .inside {
        width: 83.33333%; } }
  .article-start-xl-10 .inside {
    grid-column-start: 10; }
  .article-xl-11 .inside {
    grid-column-end: span 11; }
    @supports not (display: grid) {
      .article-xl-11 .inside {
        width: 91.66667%; } }
  .article-start-xl-11 .inside {
    grid-column-start: 11; }
  .article-xl-12 .inside {
    grid-column-end: span 12; }
    @supports not (display: grid) {
      .article-xl-12 .inside {
        width: 100%; } }
  .article-start-xl-12 .inside {
    grid-column-start: 12; } }

@media print {
  *,
  *:before,
  *:after,
  p:first-letter,
  div:first-letter,
  blockquote:first-letter,
  li:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 1rem;
    font-size: var(--base-font-size);
    font-weight: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  abbr[title]:after {
    content: " (" attr(title) ")";
    font-size: 1rem;
    font-size: var(--base-font-size);
    font-weight: normal; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  div.btn a,
  a.btn,
  input.submit {
    color: #000 !important;
    border-color: #000 !important; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .logo a[href]:after,
  .ce_gallery a[href]:after {
    content: ""; }
  .nav,
  .nav-toggler,
  .hero__image,
  .ce_comments .form {
    display: none; }
  .hero,
  .mod_article.hero,
  .news-full--hero .hero {
    min-height: 0; }
  .band {
    margin-top: calc(-1 * 1px);
    margin-top: calc(-1 * var(--base-border-width));
    border-top: 1px solid #CCCCCC;
    border-top: var(--base-border-width) solid var(--color-gray-light);
    border-bottom: 1px solid #CCCCCC;
    border-bottom: var(--base-border-width) solid var(--color-gray-light); }
  .news-grid > div {
    grid-column: span 6 !important; }
    .news-grid > div .image_container a:after {
      content: ""; }
  .news-full--hero .text_container,
  .ce_comments {
    max-width: 72em;
    max-width: calc(72em - 1rem);
    max-width: calc(72em - var(--grid__gutter));
    margin-left: auto;
    margin-right: auto; }
  .ce_accordion .accordion {
    display: block !important; }
  .ce_accordion .ui-accordion-header-icon {
    display: none; }
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xl-6 {
    grid-column: span 6; }
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xl-4 {
    grid-column: span 4; } }

.browser-support {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem; }
  .browser-support > .inside {
    max-width: 72em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #FFF8EA;
    border: 2px solid #E25600;
    padding: 1rem;
    width: auto; }

/*# sourceMappingURL=../maps/default.css.map */
