/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Rational";
  src: url("/fonts/30C5D4_2_0.eot");
  src: url("/fonts/30C5D4_2_0.eot?#iefix") format("embedded-opentype"), url("/fonts/30C5D4_2_0.woff2") format("woff2"), url("/fonts/30C5D4_2_0.woff") format("woff"), url("/fonts/30C5D4_2_0.ttf") format("truetype"), url("/fonts/30C5D4_2_0.svg#wf") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Rational";
  src: url("/fonts/30C5D4_1_0.eot");
  src: url("/fonts/30C5D4_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/30C5D4_1_0.woff2") format("woff2"), url("/fonts/30C5D4_1_0.woff") format("woff"), url("/fonts/30C5D4_1_0.ttf") format("truetype"), url("/fonts/30C5D4_1_0.svg#wf") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Rational";
  src: url("/fonts/30C5D4_6_0.eot");
  src: url("/fonts/30C5D4_6_0.eot?#iefix") format("embedded-opentype"), url("/fonts/30C5D4_6_0.woff2") format("woff2"), url("/fonts/30C5D4_6_0.woff") format("woff"), url("/fonts/30C5D4_6_0.ttf") format("truetype"), url("/fonts/30C5D4_6_0.svg#wf") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Rational";
  src: url("/fonts/30C5D4_9_0.eot");
  src: url("/fonts/30C5D4_9_0.eot?#iefix") format("embedded-opentype"), url("/fonts/30C5D4_9_0.woff2") format("woff2"), url("/fonts/30C5D4_9_0.woff") format("woff"), url("/fonts/30C5D4_9_0.ttf") format("truetype"), url("/fonts/30C5D4_9_0.svg#wf") format("svg");
  font-weight: 800;
  font-style: italic;
}
body {
  font-family: Rational, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  color: #ff6450;
  line-height: 1.1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  text-shadow: 0px 0px 8px rgba(255, 100, 80, 0.4);
}
@media print {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-shadow: none;
  }
}

h1,
.h1 {
  font-size: 2.4rem;
  margin-top: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 3.3rem;
  }
}

h2,
.h2 {
  font-size: 1.8rem;
  margin: 1.4em 0 0.4em;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2.4rem;
  }
}

h2.smaller,
.h2.smaller {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  h2.smaller,
  .h2.smaller {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  h2.smaller,
  .h2.smaller {
    font-size: 2rem;
  }
}

.frontpage-h2 {
  font-size: 2.4rem;
  margin-top: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .frontpage-h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontpage-h2 {
    font-size: 3.3rem;
  }
}

h3 {
  font-size: 1.1rem;
}

a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #ff6450;
  transition: all 0.3s;
}
a:hover {
  color: #ff6450;
}
a:focus-visible {
  transition: none;
  color: #000;
  background-color: #ff6450;
  border-top: 4px solid #ff6450;
  outline: 0;
}

b,
strong {
  font-weight: 800;
  letter-spacing: 0.01rem;
}

p {
  margin: 0 0 0.8em;
  padding: 0;
}

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

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

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

.check {
  color: #0f0;
}

::selection {
  background-color: #ff6450;
  color: #fff;
}

.smallcaps {
  text-transform: lowercase;
}

.container-fluid {
  max-width: 90rem;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media print {
  .container-fluid {
    max-width: none;
  }
}

.container-wide {
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-fluid:after,
.row:after {
  display: block;
  clear: both;
  content: "";
}

.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.row .col-xs-1 {
  box-sizing: border-box;
  float: left;
  width: 8.3333333333%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-1 {
  margin-left: 8.3333333333%;
}
.row .col-xs-2 {
  box-sizing: border-box;
  float: left;
  width: 16.6666666667%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-2 {
  margin-left: 16.6666666667%;
}
.row .col-xs-3 {
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-3 {
  margin-left: 25%;
}
.row .col-xs-4 {
  box-sizing: border-box;
  float: left;
  width: 33.3333333333%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-4 {
  margin-left: 33.3333333333%;
}
.row .col-xs-5 {
  box-sizing: border-box;
  float: left;
  width: 41.6666666667%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-5 {
  margin-left: 41.6666666667%;
}
.row .col-xs-6 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-6 {
  margin-left: 50%;
}
.row .col-xs-7 {
  box-sizing: border-box;
  float: left;
  width: 58.3333333333%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-7 {
  margin-left: 58.3333333333%;
}
.row .col-xs-8 {
  box-sizing: border-box;
  float: left;
  width: 66.6666666667%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-8 {
  margin-left: 66.6666666667%;
}
.row .col-xs-9 {
  box-sizing: border-box;
  float: left;
  width: 75%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-9 {
  margin-left: 75%;
}
.row .col-xs-10 {
  box-sizing: border-box;
  float: left;
  width: 83.3333333333%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-10 {
  margin-left: 83.3333333333%;
}
.row .col-xs-11 {
  box-sizing: border-box;
  float: left;
  width: 91.6666666667%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-11 {
  margin-left: 91.6666666667%;
}
.row .col-xs-12 {
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row .offset-xs-12 {
  margin-left: 100%;
}
@media (min-width: 600px) {
  .row .col-sm-1 {
    box-sizing: border-box;
    float: left;
    width: 8.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-sm-2 {
    box-sizing: border-box;
    float: left;
    width: 16.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-sm-3 {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-3 {
    margin-left: 25%;
  }
  .row .col-sm-4 {
    box-sizing: border-box;
    float: left;
    width: 33.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-sm-5 {
    box-sizing: border-box;
    float: left;
    width: 41.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-sm-6 {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-6 {
    margin-left: 50%;
  }
  .row .col-sm-7 {
    box-sizing: border-box;
    float: left;
    width: 58.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-sm-8 {
    box-sizing: border-box;
    float: left;
    width: 66.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-sm-9 {
    box-sizing: border-box;
    float: left;
    width: 75%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-9 {
    margin-left: 75%;
  }
  .row .col-sm-10 {
    box-sizing: border-box;
    float: left;
    width: 83.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-sm-11 {
    box-sizing: border-box;
    float: left;
    width: 91.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-sm-12 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .row .col-md-1 {
    box-sizing: border-box;
    float: left;
    width: 8.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-md-2 {
    box-sizing: border-box;
    float: left;
    width: 16.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-md-3 {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-3 {
    margin-left: 25%;
  }
  .row .col-md-4 {
    box-sizing: border-box;
    float: left;
    width: 33.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-md-5 {
    box-sizing: border-box;
    float: left;
    width: 41.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-md-6 {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-6 {
    margin-left: 50%;
  }
  .row .col-md-7 {
    box-sizing: border-box;
    float: left;
    width: 58.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-md-8 {
    box-sizing: border-box;
    float: left;
    width: 66.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-md-9 {
    box-sizing: border-box;
    float: left;
    width: 75%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-9 {
    margin-left: 75%;
  }
  .row .col-md-10 {
    box-sizing: border-box;
    float: left;
    width: 83.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-md-11 {
    box-sizing: border-box;
    float: left;
    width: 91.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-md-12 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .row .col-lg-1 {
    box-sizing: border-box;
    float: left;
    width: 8.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-lg-2 {
    box-sizing: border-box;
    float: left;
    width: 16.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-lg-3 {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-3 {
    margin-left: 25%;
  }
  .row .col-lg-4 {
    box-sizing: border-box;
    float: left;
    width: 33.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-lg-5 {
    box-sizing: border-box;
    float: left;
    width: 41.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-lg-6 {
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-6 {
    margin-left: 50%;
  }
  .row .col-lg-7 {
    box-sizing: border-box;
    float: left;
    width: 58.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-lg-8 {
    box-sizing: border-box;
    float: left;
    width: 66.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-lg-9 {
    box-sizing: border-box;
    float: left;
    width: 75%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-9 {
    margin-left: 75%;
  }
  .row .col-lg-10 {
    box-sizing: border-box;
    float: left;
    width: 83.3333333333%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-lg-11 {
    box-sizing: border-box;
    float: left;
    width: 91.6666666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-lg-12 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .row .offset-lg-12 {
    margin-left: 100%;
  }
}

.see-columns [class*=col-] {
  background-color: #fafafa;
  border-radius: 3px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

img {
  width: 100%;
  height: auto;
}

.sr-only:not(:focus-visible) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.page-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

#content {
  flex-grow: 1;
}

.footer {
  flex-shrink: 0;
}

.mt-xs-0 {
  margin-top: 0rem !important;
}

.pt-xs-0 {
  padding-top: 0rem !important;
}

.mr-xs-0 {
  margin-right: 0rem !important;
}

.pr-xs-0 {
  padding-right: 0rem !important;
}

.mb-xs-0 {
  margin-bottom: 0rem !important;
}

.pb-xs-0 {
  padding-bottom: 0rem !important;
}

.ml-xs-0 {
  margin-left: 0rem !important;
}

.pl-xs-0 {
  padding-left: 0rem !important;
}

.mx-xs-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.px-xs-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.my-xs-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.py-xs-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt-xs-0\.5 {
  margin-top: 0.5rem !important;
}

.pt-xs-0\.5 {
  padding-top: 0.5rem !important;
}

.mr-xs-0\.5 {
  margin-right: 0.5rem !important;
}

.pr-xs-0\.5 {
  padding-right: 0.5rem !important;
}

.mb-xs-0\.5 {
  margin-bottom: 0.5rem !important;
}

.pb-xs-0\.5 {
  padding-bottom: 0.5rem !important;
}

.ml-xs-0\.5 {
  margin-left: 0.5rem !important;
}

.pl-xs-0\.5 {
  padding-left: 0.5rem !important;
}

.mx-xs-0\.5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.px-xs-0\.5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.my-xs-0\.5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.py-xs-0\.5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.mt-xs-1 {
  margin-top: 1rem !important;
}

.pt-xs-1 {
  padding-top: 1rem !important;
}

.mr-xs-1 {
  margin-right: 1rem !important;
}

.pr-xs-1 {
  padding-right: 1rem !important;
}

.mb-xs-1 {
  margin-bottom: 1rem !important;
}

.pb-xs-1 {
  padding-bottom: 1rem !important;
}

.ml-xs-1 {
  margin-left: 1rem !important;
}

.pl-xs-1 {
  padding-left: 1rem !important;
}

.mx-xs-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.px-xs-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.my-xs-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.py-xs-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt-xs-2 {
  margin-top: 2rem !important;
}

.pt-xs-2 {
  padding-top: 2rem !important;
}

.mr-xs-2 {
  margin-right: 2rem !important;
}

.pr-xs-2 {
  padding-right: 2rem !important;
}

.mb-xs-2 {
  margin-bottom: 2rem !important;
}

.pb-xs-2 {
  padding-bottom: 2rem !important;
}

.ml-xs-2 {
  margin-left: 2rem !important;
}

.pl-xs-2 {
  padding-left: 2rem !important;
}

.mx-xs-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.px-xs-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.my-xs-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.py-xs-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt-xs-3 {
  margin-top: 3rem !important;
}

.pt-xs-3 {
  padding-top: 3rem !important;
}

.mr-xs-3 {
  margin-right: 3rem !important;
}

.pr-xs-3 {
  padding-right: 3rem !important;
}

.mb-xs-3 {
  margin-bottom: 3rem !important;
}

.pb-xs-3 {
  padding-bottom: 3rem !important;
}

.ml-xs-3 {
  margin-left: 3rem !important;
}

.pl-xs-3 {
  padding-left: 3rem !important;
}

.mx-xs-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.px-xs-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.my-xs-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.py-xs-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt-xs-4 {
  margin-top: 4rem !important;
}

.pt-xs-4 {
  padding-top: 4rem !important;
}

.mr-xs-4 {
  margin-right: 4rem !important;
}

.pr-xs-4 {
  padding-right: 4rem !important;
}

.mb-xs-4 {
  margin-bottom: 4rem !important;
}

.pb-xs-4 {
  padding-bottom: 4rem !important;
}

.ml-xs-4 {
  margin-left: 4rem !important;
}

.pl-xs-4 {
  padding-left: 4rem !important;
}

.mx-xs-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.px-xs-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.my-xs-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.py-xs-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

@media all and (min-width: 600px) {
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-sm-0\.5 {
    margin-top: 0.5rem !important;
  }
  .pt-sm-0\.5 {
    padding-top: 0.5rem !important;
  }
  .mr-sm-0\.5 {
    margin-right: 0.5rem !important;
  }
  .pr-sm-0\.5 {
    padding-right: 0.5rem !important;
  }
  .mb-sm-0\.5 {
    margin-bottom: 0.5rem !important;
  }
  .pb-sm-0\.5 {
    padding-bottom: 0.5rem !important;
  }
  .ml-sm-0\.5 {
    margin-left: 0.5rem !important;
  }
  .pl-sm-0\.5 {
    padding-left: 0.5rem !important;
  }
  .mx-sm-0\.5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-sm-0\.5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .my-sm-0\.5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-sm-0\.5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .mr-sm-1 {
    margin-right: 1rem !important;
  }
  .pr-sm-1 {
    padding-right: 1rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .ml-sm-1 {
    margin-left: 1rem !important;
  }
  .pl-sm-1 {
    padding-left: 1rem !important;
  }
  .mx-sm-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .mr-sm-2 {
    margin-right: 2rem !important;
  }
  .pr-sm-2 {
    padding-right: 2rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .ml-sm-2 {
    margin-left: 2rem !important;
  }
  .pl-sm-2 {
    padding-left: 2rem !important;
  }
  .mx-sm-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-sm-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .mr-sm-3 {
    margin-right: 3rem !important;
  }
  .pr-sm-3 {
    padding-right: 3rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .ml-sm-3 {
    margin-left: 3rem !important;
  }
  .pl-sm-3 {
    padding-left: 3rem !important;
  }
  .mx-sm-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-sm-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .mr-sm-4 {
    margin-right: 4rem !important;
  }
  .pr-sm-4 {
    padding-right: 4rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .ml-sm-4 {
    margin-left: 4rem !important;
  }
  .pl-sm-4 {
    padding-left: 4rem !important;
  }
  .mx-sm-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .px-sm-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media all and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-md-0\.5 {
    margin-top: 0.5rem !important;
  }
  .pt-md-0\.5 {
    padding-top: 0.5rem !important;
  }
  .mr-md-0\.5 {
    margin-right: 0.5rem !important;
  }
  .pr-md-0\.5 {
    padding-right: 0.5rem !important;
  }
  .mb-md-0\.5 {
    margin-bottom: 0.5rem !important;
  }
  .pb-md-0\.5 {
    padding-bottom: 0.5rem !important;
  }
  .ml-md-0\.5 {
    margin-left: 0.5rem !important;
  }
  .pl-md-0\.5 {
    padding-left: 0.5rem !important;
  }
  .mx-md-0\.5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-md-0\.5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .my-md-0\.5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-md-0\.5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .mr-md-1 {
    margin-right: 1rem !important;
  }
  .pr-md-1 {
    padding-right: 1rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .ml-md-1 {
    margin-left: 1rem !important;
  }
  .pl-md-1 {
    padding-left: 1rem !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .mr-md-2 {
    margin-right: 2rem !important;
  }
  .pr-md-2 {
    padding-right: 2rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .ml-md-2 {
    margin-left: 2rem !important;
  }
  .pl-md-2 {
    padding-left: 2rem !important;
  }
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .mr-md-3 {
    margin-right: 3rem !important;
  }
  .pr-md-3 {
    padding-right: 3rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .ml-md-3 {
    margin-left: 3rem !important;
  }
  .pl-md-3 {
    padding-left: 3rem !important;
  }
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .mr-md-4 {
    margin-right: 4rem !important;
  }
  .pr-md-4 {
    padding-right: 4rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .ml-md-4 {
    margin-left: 4rem !important;
  }
  .pl-md-4 {
    padding-left: 4rem !important;
  }
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media all and (min-width: 980px) {
  .mt-menu-0 {
    margin-top: 0rem !important;
  }
  .pt-menu-0 {
    padding-top: 0rem !important;
  }
  .mr-menu-0 {
    margin-right: 0rem !important;
  }
  .pr-menu-0 {
    padding-right: 0rem !important;
  }
  .mb-menu-0 {
    margin-bottom: 0rem !important;
  }
  .pb-menu-0 {
    padding-bottom: 0rem !important;
  }
  .ml-menu-0 {
    margin-left: 0rem !important;
  }
  .pl-menu-0 {
    padding-left: 0rem !important;
  }
  .mx-menu-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-menu-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .my-menu-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-menu-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-menu-0\.5 {
    margin-top: 0.5rem !important;
  }
  .pt-menu-0\.5 {
    padding-top: 0.5rem !important;
  }
  .mr-menu-0\.5 {
    margin-right: 0.5rem !important;
  }
  .pr-menu-0\.5 {
    padding-right: 0.5rem !important;
  }
  .mb-menu-0\.5 {
    margin-bottom: 0.5rem !important;
  }
  .pb-menu-0\.5 {
    padding-bottom: 0.5rem !important;
  }
  .ml-menu-0\.5 {
    margin-left: 0.5rem !important;
  }
  .pl-menu-0\.5 {
    padding-left: 0.5rem !important;
  }
  .mx-menu-0\.5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-menu-0\.5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .my-menu-0\.5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-menu-0\.5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-menu-1 {
    margin-top: 1rem !important;
  }
  .pt-menu-1 {
    padding-top: 1rem !important;
  }
  .mr-menu-1 {
    margin-right: 1rem !important;
  }
  .pr-menu-1 {
    padding-right: 1rem !important;
  }
  .mb-menu-1 {
    margin-bottom: 1rem !important;
  }
  .pb-menu-1 {
    padding-bottom: 1rem !important;
  }
  .ml-menu-1 {
    margin-left: 1rem !important;
  }
  .pl-menu-1 {
    padding-left: 1rem !important;
  }
  .mx-menu-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-menu-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .my-menu-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-menu-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-menu-2 {
    margin-top: 2rem !important;
  }
  .pt-menu-2 {
    padding-top: 2rem !important;
  }
  .mr-menu-2 {
    margin-right: 2rem !important;
  }
  .pr-menu-2 {
    padding-right: 2rem !important;
  }
  .mb-menu-2 {
    margin-bottom: 2rem !important;
  }
  .pb-menu-2 {
    padding-bottom: 2rem !important;
  }
  .ml-menu-2 {
    margin-left: 2rem !important;
  }
  .pl-menu-2 {
    padding-left: 2rem !important;
  }
  .mx-menu-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-menu-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .my-menu-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-menu-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mt-menu-3 {
    margin-top: 3rem !important;
  }
  .pt-menu-3 {
    padding-top: 3rem !important;
  }
  .mr-menu-3 {
    margin-right: 3rem !important;
  }
  .pr-menu-3 {
    padding-right: 3rem !important;
  }
  .mb-menu-3 {
    margin-bottom: 3rem !important;
  }
  .pb-menu-3 {
    padding-bottom: 3rem !important;
  }
  .ml-menu-3 {
    margin-left: 3rem !important;
  }
  .pl-menu-3 {
    padding-left: 3rem !important;
  }
  .mx-menu-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-menu-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .my-menu-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-menu-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mt-menu-4 {
    margin-top: 4rem !important;
  }
  .pt-menu-4 {
    padding-top: 4rem !important;
  }
  .mr-menu-4 {
    margin-right: 4rem !important;
  }
  .pr-menu-4 {
    padding-right: 4rem !important;
  }
  .mb-menu-4 {
    margin-bottom: 4rem !important;
  }
  .pb-menu-4 {
    padding-bottom: 4rem !important;
  }
  .ml-menu-4 {
    margin-left: 4rem !important;
  }
  .pl-menu-4 {
    padding-left: 4rem !important;
  }
  .mx-menu-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .px-menu-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .my-menu-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .py-menu-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media all and (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mt-lg-0\.5 {
    margin-top: 0.5rem !important;
  }
  .pt-lg-0\.5 {
    padding-top: 0.5rem !important;
  }
  .mr-lg-0\.5 {
    margin-right: 0.5rem !important;
  }
  .pr-lg-0\.5 {
    padding-right: 0.5rem !important;
  }
  .mb-lg-0\.5 {
    margin-bottom: 0.5rem !important;
  }
  .pb-lg-0\.5 {
    padding-bottom: 0.5rem !important;
  }
  .ml-lg-0\.5 {
    margin-left: 0.5rem !important;
  }
  .pl-lg-0\.5 {
    padding-left: 0.5rem !important;
  }
  .mx-lg-0\.5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .px-lg-0\.5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .my-lg-0\.5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .py-lg-0\.5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .mr-lg-1 {
    margin-right: 1rem !important;
  }
  .pr-lg-1 {
    padding-right: 1rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .ml-lg-1 {
    margin-left: 1rem !important;
  }
  .pl-lg-1 {
    padding-left: 1rem !important;
  }
  .mx-lg-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .px-lg-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .mr-lg-2 {
    margin-right: 2rem !important;
  }
  .pr-lg-2 {
    padding-right: 2rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .ml-lg-2 {
    margin-left: 2rem !important;
  }
  .pl-lg-2 {
    padding-left: 2rem !important;
  }
  .mx-lg-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .px-lg-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .mr-lg-3 {
    margin-right: 3rem !important;
  }
  .pr-lg-3 {
    padding-right: 3rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .ml-lg-3 {
    margin-left: 3rem !important;
  }
  .pl-lg-3 {
    padding-left: 3rem !important;
  }
  .mx-lg-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .px-lg-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .mr-lg-4 {
    margin-right: 4rem !important;
  }
  .pr-lg-4 {
    padding-right: 4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .ml-lg-4 {
    margin-left: 4rem !important;
  }
  .pl-lg-4 {
    padding-left: 4rem !important;
  }
  .mx-lg-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .px-lg-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.logo,
.logo-footer {
  position: absolute;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  height: auto;
}
@media screen and (min-width: 980px) {
  .logo,
  .logo-footer {
    left: auto;
    margin-left: 0;
    position: relative;
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .logo,
  .logo-footer {
    width: 440px;
  }
}

.logo img,
.logo-footer img {
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 980px) {
  .logo img,
  .logo-footer img {
    top: 20px;
  }
}

.logo-footer img {
  top: 0px;
}

.logo img.logo__text,
.logo-footer img.logo__text {
  position: relative;
}

.logo img.logo__icon,
.logo-footer img.logo__icon {
  filter: drop-shadow(0px 0px 8px rgba(255, 100, 80, 0.4));
}
@media print {
  .logo img.logo__icon,
  .logo-footer img.logo__icon {
    filter: none;
  }
}

.logo-link {
  border-bottom: none;
  display: block;
}
.logo-link:focus {
  border-top: 0;
  background-color: transparent;
}
.logo-link:focus-visible {
  outline: 3px dotted #000;
  outline-offset: 1px;
}
@media (min-width: 980px) {
  .logo-link {
    margin-left: 0;
    width: 300px;
    position: absolute;
  }
  .logo-link:after {
    content: "";
    display: block;
    padding-bottom: 9.6296296296%;
  }
}
@media (min-width: 1200px) {
  .logo-link {
    width: 440px;
  }
}
.logo-link--footer {
  position: relative;
}
.logo-link--footer .logo {
  position: relative;
}
@media (min-width: 980px) {
  .logo-link--footer {
    position: relative;
  }
}

.logo__text--small {
  position: relative;
  width: 300px;
  height: auto;
}
@media screen and (min-width: 600px) {
  .logo__text--small {
    position: relative;
    width: 300px;
  }
}
@media screen and (min-width: 980px) {
  .logo__text--small {
    position: absolute;
    top: -8px;
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .logo__text--small {
    top: -15px;
    width: 440px;
  }
}

.header {
  position: absolute;
  width: 100%;
}

.header__inner {
  position: relative;
}

.main-menu__nav {
  position: relative;
  padding: 10px 0;
  margin: 0;
  z-index: 10;
  text-align: center;
  margin: 78px 0 60px;
}
@media screen and (min-width: 980px) {
  .main-menu__nav {
    text-align: left;
    position: sticky;
    top: 0px;
    margin: 98px 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu__nav {
    margin: 141px 0 80px;
  }
}

.main-menu__ul {
  list-style-type: none;
  font-weight: 800;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 32px 0 0;
}
@media print {
  .main-menu__ul {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .main-menu__ul {
    margin: 52px 0 0;
    margin: 0;
    text-align: right;
  }
}

.main-menu__ul li {
  display: inline-block;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 980px) {
  .main-menu__ul li {
    margin-bottom: 0;
  }
}

.main-menu__ul li a {
  display: inline-block;
  margin: 0.3em;
  padding: 0.5em 0.4em 0.4em;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  border: none;
}

.main-menu__ul li:nth-last-child(2) a {
  color: #000;
  background-color: #e2e2e2;
}

.main-menu__ul li.active a,
.main-menu__ul li.active a:hover {
  background-color: #ff6450;
  color: #fff;
  box-shadow: 0px 0px 14px rgba(255, 100, 80, 0.4);
}

.main-menu__ul li a:hover {
  background-color: #000;
  color: #fff;
}

.main-menu__ul li a:focus {
  outline: 3px dotted #000;
  outline-offset: 1px;
}

.language-select {
  padding: 0;
}
@media print {
  .language-select {
    display: none;
  }
}

.language-select li {
  display: inline;
}

.language-select li a {
  padding: 0.5em 0.4em 0.4em;
  margin: 0.3em;
  border-bottom: none;
  border-top: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  height: 1.5rem;
}
.language-select li a:focus-visible {
  color: #fff;
}

.active-language-de .language-select__link-de,
.active-language-en .language-select__link-en {
  color: #ff6450;
}
.active-language-de .language-select__link-de:focus-visible,
.active-language-en .language-select__link-en:focus-visible {
  background-color: #e2e2e2;
  color: #000;
}

.footer {
  background-image: url("/images/pattern-grey.jpg");
  background-color: #e2e2e2;
}
@media print {
  .footer {
    display: none;
  }
}

.footer-menu__ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media all and (max-width: 768px) {
  .footer__text {
    text-align: center;
  }
}
.orange-pattern {
  background-image: url("/images/pattern-orange.jpg");
  background-color: #ff6450;
  box-shadow: 0px 0px 14px rgba(255, 100, 80, 0.6);
  margin: 3rem 0;
  padding: 1rem 0;
}
@media print {
  .orange-pattern {
    box-shadow: none;
  }
}

.frontpage .orange-pattern {
  margin: 3.5rem 0;
}

.container-fluid .orange-pattern {
  padding: 1rem 2rem;
}

.orange-pattern h1,
.orange-pattern h2,
.orange-pattern h3,
.orange-pattern h4,
.orange-pattern h5,
.orange-pattern h6 {
  color: #fff;
  margin-top: 0.6em;
}

.orange-pattern a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}

.orange-pattern a:hover {
  color: #fff;
}

.orange-pattern a:focus {
  color: #000;
  background-color: #fff;
  border-top: 4px solid #fff;
}

.orange-pattern img {
  margin-top: 1em;
}

.lightgrey-pattern {
  background-image: url("/images/pattern-grey.jpg");
  background-color: #e2e2e2;
  box-shadow: 0px 0px 14px rgba(226, 226, 226, 0.6);
  margin: 3rem 0;
  padding: 1rem 0;
}
@media print {
  .lightgrey-pattern {
    box-shadow: none;
  }
}

.frontpage .lightgrey-pattern {
  margin: 3.5rem 0;
}

.container-fluid .lightgrey-pattern {
  padding: 1rem 2rem;
}

.lightgrey-pattern h1,
.lightgrey-pattern h2,
.lightgrey-pattern h3,
.lightgrey-pattern h4,
.lightgrey-pattern h5,
.lightgrey-pattern h6 {
  margin-top: 0.6em;
}

.riso-templates h2 {
  text-align: right;
}

.riso-templates h3 {
  text-align: center;
  margin-bottom: 0.3em;
}

.riso-templates p {
  text-align: center;
}

.riso-templates img {
  display: block;
  margin: 1em auto 0;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .riso-templates img {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .riso-templates img {
    width: 60%;
  }
}

.image-gallery-col-2 img {
  float: left;
  width: 48%;
  display: block;
  padding-bottom: 4%;
}

.image-gallery-col-3,
.image-gallery-col-4 {
  margin-top: 1.5em;
}

.image-gallery-col-2 img:nth-child(odd) {
  padding-right: 2%;
}

.image-gallery-col-2 img:nth-child(even) {
  padding-left: 2%;
}

.image-gallery-col-3 img {
  float: left;
  width: 48%;
  padding-bottom: 4%;
  display: block;
}
.image-gallery-col-3 img:nth-child(odd) {
  padding-right: 2%;
}
.image-gallery-col-3 img:nth-child(even) {
  padding-left: 2%;
}
@media screen and (min-width: 600px) {
  .image-gallery-col-3 img {
    width: 32%;
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 2%;
  }
  .image-gallery-col-3 img:nth-child(odd) {
    padding-right: 1%;
  }
  .image-gallery-col-3 img:nth-child(even) {
    padding-left: 1%;
  }
  .image-gallery-col-3 img:nth-child(3n+1) {
    padding-left: 0%;
  }
  .image-gallery-col-3 img:nth-child(3n+3) {
    padding-right: 0%;
  }
}

.image-gallery-col-4 img {
  float: left;
  width: 48%;
  padding-bottom: 4%;
  display: block;
}
.image-gallery-col-4 img:nth-child(odd) {
  padding-right: 2%;
}
.image-gallery-col-4 img:nth-child(even) {
  padding-left: 2%;
}
@media screen and (min-width: 600px) {
  .image-gallery-col-4 img {
    width: 23.5%;
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 2%;
  }
  .image-gallery-col-4 img:nth-child(odd) {
    padding-right: 1%;
  }
  .image-gallery-col-4 img:nth-child(even) {
    padding-left: 1%;
  }
  .image-gallery-col-4 img:nth-child(4n+1) {
    padding-left: 0%;
  }
  .image-gallery-col-4 img:nth-child(4n+4) {
    padding-right: 0%;
  }
}

.image-gallery-col-4-xs img {
  float: left;
  width: 23.5%;
  padding-right: 1%;
  padding-left: 1%;
  padding-bottom: 2%;
  display: block;
}
.image-gallery-col-4-xs img:nth-child(odd) {
  padding-right: 1%;
}
.image-gallery-col-4-xs img:nth-child(even) {
  padding-left: 1%;
}
.image-gallery-col-4-xs img:nth-child(4n+1) {
  padding-left: 0%;
}
.image-gallery-col-4-xs img:nth-child(4n+4) {
  padding-right: 0%;
}

.button {
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  margin-top: 0.8em;
  padding: 0.4em 0.3em 0.3em;
  text-decoration: none;
  background-color: #ff6450;
  border: 3px solid #ff6450;
  color: #fff;
  box-shadow: 0px 0px 14px rgba(255, 100, 80, 0.4);
}
@media print {
  .button {
    box-shadow: none;
  }
}

.button:hover {
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
  box-shadow: 0px 0px 14px rgba(255, 100, 80, 0);
}

.button:focus {
  border: 3px solid #000;
}

.orange-pattern .button {
  background-color: #fff;
  border: 3px solid #fff;
  color: #ff6450;
  text-shadow: 0px 0px 8px rgba(255, 100, 80, 0.4);
}
@media print {
  .orange-pattern .button {
    text-shadow: none;
  }
}

.orange-pattern .button:hover {
  background-color: #000;
  border: 3px solid #000;
  color: #ff6450;
}

.orange-pattern .button:focus {
  border: 3px solid #000;
}

/*! purgecss start ignore */
html#ecwid_html body#ecwid_body .shop-container div.ecwid-productBrowser {
  padding: 0;
}

html#ecwid_html body#ecwid_body .shop-container .ec-size .ec-store .grid__categories {
  display: block;
  text-align: right;
}

.shop-container .grid-category,
.shop-container .grid-category__wrap,
.shop-container .grid-category__wrap-inner,
.shop-container .grid-category__card,
.shop-container .grid-category__title,
.shop-container .grid-category__title-inner {
  width: auto !important;
  display: inline !important;
}

.shop-container .grid__categories .grid__clearfix {
  display: none !important;
}

html#ecwid_html body#ecwid_body .shop-container .ec-size .ec-store .grid-category__title {
  padding: 0;
}

html#ecwid_html body#ecwid_body .shop-container .ec-size .ec-store .grid-category__title .grid-category__title-inner {
  font-size: 22px;
  text-transform: uppercase !important;
}

html#ecwid_html body#ecwid_body .shop-container .ec-size .ec-store .grid-category__title .grid-category__title-inner:hover {
  color: #ff6450;
  text-shadow: 0px 0px 8px rgba(255, 100, 80, 0.4);
}

html#ecwid_html body#ecwid_body .shop-container .ec-size .ec-store .grid-product__title-inner {
  font-weight: 800;
  font-size: 22px !important;
  line-height: 1.1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
}

html#ecwid_html body#ecwid_body .shop-container .ec-size .ec-store .grid-product__wrap-inner:hover .grid-product__title-inner {
  color: #ff6450 !important;
  text-shadow: 0px 0px 8px rgba(255, 100, 80, 0.4);
}

html#ecwid_html body#ecwid_body .shop-container .ec-size .ec-store .grid__products--large-items .grid-product__image ~ .grid-product__title .grid-product__price-amount,
html#ecwid_html body#ecwid_body .shop-container .ec-size .ec-store .grid__products .grid-product__image ~ .grid-product__price .grid-product__price-amount {
  font-weight: 400;
  font-size: 22px;
}

html#ecwid_html body#ecwid_body .shop-container .ec-size .ec-store .grid__products--large-items .grid-product__wrap-inner:hover .grid-product__image ~ .grid-product__title .grid-product__price-amount,
html#ecwid_html body#ecwid_body .shop-container .ec-size .ec-store .grid__products .grid-product__wrap-inner:hover .grid-product__image ~ .grid-product__price .grid-product__price-amount {
  color: #ff6450 !important;
  text-shadow: 0px 0px 8px rgba(255, 100, 80, 0.4);
}

.shop-container .ec-page-title__featured-products {
  display: none !important;
}

.ecwid h1,
.ecwid h2,
.ecwid h3,
.ecwid h4 {
  text-align: left;
}

.product-details__product-title {
  text-align: left !important;
}

.details-product-attribute {
  margin-bottom: 0.3em;
}

.details-product-attribute__title {
  font-weight: 800;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--primary .form-control__button {
  border-radius: 0px;
  background-color: #ff6450 !important;
  text-transform: uppercase;
  box-shadow: 0px 0px 14px rgba(255, 100, 80, 0.4);
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--primary .form-control__button:hover {
  background-color: #000 !important;
  box-shadow: 0px 0px 14px rgba(255, 100, 80, 0);
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--appearance-hover .grid-product:not(.grid-product--skip-hover) .grid-product__title-hover .grid-product__title-inner {
  line-height: 1.1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-weight: 800;
}

html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--appearance-hover .grid-product:not(.grid-product--skip-hover) .grid-product__hover-wrap > :nth-child(2):last-child::before {
  border: 0 !important;
}

a.ec-link {
  border-bottom: 2px solid #ff6450 !important;
  transition: all 0.3s !important;
}
a.ec-link:hover {
  color: #ff6450 !important;
}
a.ec-link:focus {
  color: #000 !important;
  background-color: #ff6450 !important;
  border-top: 4px solid #ff6450 !important;
}

/*! purgecss end ignore */
.form__field {
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  display: block;
}
.form__label {
  display: block;
}
.form__form-control {
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
  padding: 0.5em 0.6em;
  color: #000;
  box-sizing: border-box;
}
.form__form-control:focus {
  outline: 5px solid #ff6450;
  border-color: #fff;
}
.form textarea {
  resize: vertical;
}
.form__field--required .form__label:after,
.form .form-required:after {
  content: "*";
  display: inline;
  color: #ff6450;
  font-weight: bold;
  font-size: 1em;
}
.form__submit {
  margin-top: 1em;
  appearance: none;
  border: 0;
  background: #ff6450;
  color: #fff;
  margin-top: 0.8em;
  padding: 0.4em 0.5em 0.3em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  background-color: #ff6450;
  color: #fff;
  box-shadow: 0px 0px 14px rgba(255, 100, 80, 0.4);
  transition: all 0.3s;
}
.form__submit:hover, .form__submit:focus {
  background-color: #000;
  outline: 0;
  box-shadow: none;
}
.form__checkbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 1.8em;
  cursor: pointer;
  user-select: none;
}
.form__checkbox input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.form__checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
.form__checkbox input:checked ~ .checkmark:after {
  display: block;
}
.form__checkbox input:focus-visible + span {
  outline: 5px solid #ff6450;
}
.form__checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 0.2em;
  height: 1em;
  width: 1em;
  border: 1px solid #000;
  background-color: #fff;
}
.form__checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.05em;
  top: 0;
  width: 0.25em;
  height: 0.6em;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(0.2em, -0.17em);
}

.banner, .shop-banner {
  margin: 4em 0;
}

.teaser, .shop-teaser,
.teaser .align-left h2, .shop-teaser .align-left h2 {
  position: relative;
  text-align: center;
}
.shop-teaser h2 {
  margin: 0.4em 0 0;
}

.image-rotation {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .image-rotation {
    position: absolute;
    right: 10px;
    top: -72px;
  }
}
@media screen and (min-width: 980px) {
  .image-rotation {
    position: absolute;
    right: 20px;
    top: -115px;
    width: 380px;
    height: 380px;
  }
}

.image-rotation > img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 30s linear infinite 0s;
}

.image-rotation > img:nth-child(2) {
  animation-delay: 5s;
}

.image-rotation > img:nth-child(3) {
  animation-delay: 10s;
}

.image-rotation > img:nth-child(4) {
  animation-delay: 15s;
}

.image-rotation > img:nth-child(5) {
  animation-delay: 20s;
}

.image-rotation > img:nth-child(6) {
  animation-delay: 25s;
}

@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.notice {
  background: #e2e2e2;
  padding: 1em;
  margin-bottom: 2em;
}

/*! purgecss start ignore */
.js-mobile-menu-initialized .mobile-menu {
  clip-path: circle(1.2% at 100% 1%);
  transition: clip-path 0.5s ease-in-out, opacity 0.6s ease-in-out;
  opacity: 0;
  position: fixed;
  z-index: 100;
  display: flex !important;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  flex-direction: column;
}
.js-mobile-menu-initialized .mobile-menu-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.js-mobile-menu-initialized .mobile-menu__main-nav {
  justify-content: center;
}
.js-mobile-menu-initialized .mobile-menu__main-nav ul {
  display: flex;
  flex-direction: column;
}
.js-mobile-menu-initialized .mobile-menu__footer-nav {
  flex-grow: 0;
  height: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.js-mobile-menu-initialized.mobile-menu-open {
  overflow-y: hidden;
}
.js-mobile-menu-initialized.mobile-menu-open .mobile-menu {
  clip-path: circle(141.4% at 100% 1%);
  opacity: 1;
  display: flex;
  overflow-y: scroll;
}
.js-mobile-menu-initialized.mobile-menu-open .mobile-menu-button > div:nth-child(1) {
  transform: translate(0, 15px) rotate(45deg);
}
.js-mobile-menu-initialized.mobile-menu-open .mobile-menu-button > div:nth-child(2) {
  transform: scale(0);
}
.js-mobile-menu-initialized.mobile-menu-open .mobile-menu-button > div:nth-child(3) {
  transform: translate(0, 15px) rotate(-45deg);
}

.mobile-menu-button {
  display: none;
}

.js-mobile-menu-initialized .mobile-menu-button {
  display: block;
  cursor: pointer;
  z-index: 101;
  position: fixed;
  height: 25px;
  width: 32px;
  background: #fff;
  top: 1rem;
  right: 1rem;
  padding: 0;
  border: 0;
  appearance: none;
  outline: 1rem solid #fff;
}
.js-mobile-menu-initialized .mobile-menu-button:focus-visible > div {
  background-color: #ff6450;
}
.js-mobile-menu-initialized .mobile-menu-button > div {
  transition: all 100ms ease-in-out;
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
}
.js-mobile-menu-initialized .mobile-menu-button > div:nth-child(1) {
  transform: translateY(0px) scale(1);
}
.js-mobile-menu-initialized .mobile-menu-button > div:nth-child(2) {
  transform: translateY(10px) scale(1);
}
.js-mobile-menu-initialized .mobile-menu-button > div:nth-child(3) {
  transform: translateY(20px) scale(1);
}

/*! purgecss end ignore */
@media print {
  .secondary-menu {
    display: none;
  }
}
@media (min-width: 980px) {
  .secondary-menu {
    position: absolute;
    top: -110px;
    right: 0;
    list-style: none;
  }
}
@media (min-width: 1200px) {
  .secondary-menu {
    top: -122px;
  }
}
.secondary-menu nav {
  display: inline-block;
  vertical-align: middle;
}

.instagram-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 0.4em 0.4em;
  margin: 0 0.3em;
  height: 1.5rem;
  text-decoration: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-self: center;
}
.instagram-link svg {
  width: 1em;
  height: 1em;
  fill: #000;
}
.instagram-link:focus {
  border: 0;
  background-color: #ff6450;
  outline: none;
}
.instagram-link:focus svg {
  fill: #fff;
}
.instagram-link:hover svg {
  fill: #ff6450;
}

.instagram-link__footer {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em 0.4em 0.4em;
  margin: 1em 0.3em 0 -0.4em;
  height: 1.5rem;
  text-decoration: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-self: center;
}
.instagram-link__footer svg {
  width: 1.5em;
  height: 1.5em;
  fill: #000;
}
.instagram-link__footer:focus {
  border: 0;
  background-color: #ff6450;
  outline: none;
}
.instagram-link__footer:focus svg {
  fill: #fff;
}
.instagram-link__footer:hover svg {
  fill: #ff6450;
}

.checkradio {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 1.8em;
  cursor: pointer;
  user-select: none;
}
.checkradio__input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.checkradio__input:checked ~ .checkradio__mark {
  background-color: #fff;
}
.checkradio__input:checked ~ .checkradio__mark:after {
  display: block;
}
.checkradio__input:focus-visible + .checkradio__mark {
  outline: 5px solid #ff6450;
}
.checkradio__label {
  cursor: pointer;
}
.checkradio__mark {
  position: absolute;
  left: 0;
  top: 0.1em;
  height: 1em;
  width: 1em;
  border: 2px solid #000;
  background-color: #fff;
}
.checkradio--checkbox .checkradio__mark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.05em;
  top: 0;
  width: 0.25em;
  height: 0.5em;
  border: solid #ff6450;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(0.225em, -0.125em);
}
.checkradio--radio .checkradio__mark {
  border-radius: 100%;
}
.checkradio--radio .checkradio__mark:after {
  content: "";
  position: absolute;
  display: none;
  width: 0.7em;
  height: 0.7em;
  background: #ff6450;
  transform: translate(0.15em, 0.15em);
  border-radius: 100%;
}

.input {
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
  padding: 0.5em 0.6em;
  color: #000;
  box-sizing: border-box;
}
.input:focus-visible {
  outline: 5px solid #ff6450;
  border-color: #fff;
}

.select__select {
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
  padding: 0.5em 0.6em;
  color: #000;
  box-sizing: border-box;
}
.select__select:focus-visible {
  outline: 5px solid #ff6450;
  border-color: #fff;
}