@charset "UTF-8";
/* --------------------------------------------------------------- */
/* --- Fonts ----------------------------------------------------- */
/* --------------------------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Frutiger";
  src: url(/files/appvers-theme/fonts/frutiger-light.woff) format("woff"), url(/files/appvers-theme/fonts/frutiger-light.ttf) format("truetype"), url(/files/appvers-theme/fonts/frutiger-light) format("svg");
  /*url(../../files/appvers-theme/fonts/frutiger-light.woff2) format("woff2"),*/
  font-weight: normal;
}
@font-face {
  font-family: "Frutiger Bold";
  src: url(/files/appvers-theme/fonts/frutiger-bold.woff) format("woff"), url(/files/appvers-theme/fonts/frutiger-bold.ttf) format("truetype"), url(/files/appvers-theme/fonts/frutiger-bold) format("svg");
  /*url(../../files/appvers-theme/fonts/frutiger-bold.woff2) format("woff2"),*/
  font-weight: bold;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/files/appvers-theme/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/files/appvers-theme/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/files/appvers-theme/fonts/MaterialIcons-Regular.woff) format("woff"), url(/files/appvers-theme/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
/* --------------------------------------------------------------- */
/* --- Functions ------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --- Flexbox --------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --- Specials -------------------------------------------------- */
/* --------------------------------------------------------------- */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* --------------------------------------------------------------- */
/* --- Media Queries --------------------------------------------- */
/* --------------------------------------------------------------- */
/* 600px */
/* 600px */
/* 960px */
/* 1280px */
/* 1920px */
/* 600px – */
/* 600px – */
/* 960px – */
/* 1280px – */
/* – 600px */
/* – 960px */
/* – 1280px */
/* – 1920px */
/* 0 – 600px */
/* 600px – 960px */
/* 600px – 960px */
/* 960px – 1280px */
/* 1280px – 1920px */
/* --------------------------------------------------------------- */
/* --- Layout ---------------------------------------------------- */
/* --------------------------------------------------------------- */
.padding-tn {
  padding-top: 0 !important;
}
.padding-bn {
  padding-bottom: 0 !important;
}
/* --------------------------------------------------------------- */
/* --- Fonts ----------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --- Colors ---------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --- Components ------------------------------------------------ */
/* --------------------------------------------------------------- */
/* --------------------------------------------------------------- */
/* --- Globals --------------------------------------------------- */
/* --------------------------------------------------------------- */
body {
  font-family: "Frutiger", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #1e1e1e;
}
*, *::after, *::before {
  box-sizing: border-box;
}
*::after, *::before {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a {
  color: #1e1e1e;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a.email, p a, .teambox a:nth-of-type(3) {
  border-bottom: 1px solid #000000;
}
a.email:hover, p a:hover, .teambox a:nth-of-type(3):hover {
  color: #e62b27;
  border-bottom: 1px solid #e62b27;
}
#appversmain a.email, #appversmain p a {
  border-bottom: 0;
}
#appversmain a.email:hover, #appversmain p a:hover {
  color: inherit;
  border-bottom: 0;
}
strong, b {
  font-family: "Frutiger Bold", Helvetica, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.impressum-logo {
  width: 200px;
  width: 12.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
figure {
  margin: 0;
  position: relative;
}
.img-scale figure {
  margin: 0;
  overflow: hidden;
  z-index: -1;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.img-scale figure a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.img-scale img {
  transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
}
.img-scale:hover img {
  transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
}
.slider-content:hover {
  z-index: 999999;
}
.slider-content:hover .img-scale img {
  transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
}
.divider {
  width: 100%;
}
/* --------------------------------------------------------------- */
/* --- Transitions ----------------------------------------------- */
/* --------------------------------------------------------------- */
header, main, footer, img {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
/* --------------------------------------------------------------- */
/* --- Layout ---------------------------------------------------- */
/* --------------------------------------------------------------- */
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.main-inner-wrapper {
  width: 80rem;
  margin: 0 auto;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* --------------------------------------------------------------- */
/* --- Header –--------------------------------------------------- */
/* --------------------------------------------------------------- */
header {
  position: fixed;
  width: 100%;
  height: 60px;
  height: 3.75rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  background-color: #ffffff;
  border-bottom: 1px solid #f5f5f5;
  z-index: 101;
}
header .inside {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 80rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
header a:hover {
  color: #a0a0a0;
}
.header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 0px;
  padding-top: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
}
.header-right-inner-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 10px;
  padding-left: 0.625rem;
}
.header-right-inner-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 60rem) {
  header {
    padding-left: 0px;
    padding-left: 0rem;
  }
  .header-left {
    width: 180px;
    width: 11.25rem;
  }
  .header-right-inner-left {
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .header-center {
    display: none;
  }
}
@media only screen and (min-width: 60rem) {
  header {
    height: 100px;
    height: 6.25rem;
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  header.sticky {
    height: 60px;
    height: 3.75rem;
  }
  header.sticky .logo-wrapper img {
    width: 180px;
    width: 11.25rem;
    height: 60px;
    height: 3.75rem;
  }
  .header-right-inner-right {
    display: none;
  }
}
/* --------------------------------------------------------------- */
/* --- Layout ---------------------------------------------------- */
/* --------------------------------------------------------------- */
.mod_article {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.mod_article .row {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.full-width {
  width: 100%;
}
.bg-whitesmoke {
  background-color: #f5f5f5;
}
.bg-red-shadow {
  position: relative;
  background-image: -webkit-linear-gradient(-10deg, #e62b27 50%, #cc2623 50%);
  background-image: -moz-linear-gradient(-10deg, #e62b27 50%, #cc2623 50%);
  background-image: -ms-linear-gradient(-10deg, #e62b27 50%, #cc2623 50%);
  background-image: -o-linear-gradient(-10deg, #e62b27 50%, #cc2623 50%);
}
.bg-red-shadow .button-special, .bg-red-shadow .button-popup {
  z-index: 99;
  box-shadow: 0px 1px 2px 0px #a61f1c;
  -moz-box-shadow: 0px 1px 2px 0px #a61f1c;
  -webkit-box-shadow: 0px 1px 2px 0px #a61f1c;
}
.bg-red-shadow h2 {
  margin-top: 0;
}
.browser_message {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
@media only screen and (min-width: 0) and (max-width: 37.5rem) {
  .mod_article.boxed {
    padding: 40px 10px 40px 10px;
    padding: 2.5rem 0.625rem 2.5rem 0.625rem;
  }
  .mod_article.slid {
    padding-right: 0;
    padding-left: 0;
  }
  .mod_article.slid .row:nth-of-type(1) > div {
    padding: 10px 20px 10px 20px;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
  .mod_article.bg-whitesmoke {
    padding: 10px 10px 10px 10px;
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
}
@media only screen and (min-width: 37.5rem) and (max-width: 48rem) {
  .mod_article.boxed {
    padding: 20px 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 60rem) {
  .mod_article.boxed {
    padding: 40px 40px 40px 40px;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
@media only screen and (max-width: 60rem) {
  #container {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}
@media only screen and (min-width: 60rem) {
  .mod_article.boxed {
    padding: 80px 80px 80px 80px;
    padding: 5rem 5rem 5rem 5rem;
  }
  .mod_article.bg-whitesmoke {
    padding: 40px 40px 40px 40px;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
  #container {
    padding-top: 100px;
    padding-top: 6.25rem;
  }
}
/* --------------------------------------------------------------- */
/* --- Logo ------------------------------------------------------ */
/* --------------------------------------------------------------- */
.logo-wrapper a {
  display: block;
}
.logo-wrapper img {
  width: 100%;
  height: 60px;
  padding: 10px;
}
@media only screen and (min-width: 60rem) {
  .logo-wrapper {
    top: 25px;
    left: 25px;
  }
  .logo-wrapper.logo-jubilaeum img {
    width: 300px;
    height: 100px;
  }
  .logo-wrapper img {
    width: 220px;
    height: 70px;
  }
}
/* --------------------------------------------------------------- */
/* --- Login ----------------------------------------------------- */
/* --------------------------------------------------------------- */
.login {
  position: relative;
}
.login span {
  color: #e62b27;
}
.login {
  display: block;
}
.login .login-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.login .login-item:last-child {
  margin-left: 5px;
}
@media only screen and (min-width: 60rem) {
  .login {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .login .material-icons::before {
    content: "";
    font-family: "Material Icons";
    font-size: 26px;
    color: #e62b27;
  }
}
/* --------------------------------------------------------------- */
/* --- 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 {
  float: left;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
  box-sizing: border-box;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row {
  margin: -10px;
  margin: -0.625rem;
  box-sizing: border-box;
}
.bg-whitesmoke .row > div {
  padding: 5px;
  padding: 0.3125rem;
}
.row--show {
  position: relative;
  background: #f9f9f9;
  z-index: 0;
  padding-top: 10px;
  padding-top: 0.625rem;
}
.row--show::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 10px;
  left: 0.625rem;
  right: 10px;
  right: 0.625rem;
  top: 0;
  height: 100%;
  background: repeating-linear-gradient(to right, #f0f0f0 0%, #f0f0f0 calc((100% - (1.875rem * 11)) / 12), #f9f9f9 calc((100% - (1.875rem * 11)) / 12), #f9f9f9 calc(((100% - (1.875rem * 11)) / 12) + 1.875rem));
}
.row > div {
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
/* ===========================================
 * Grid XS
 * ======================================== */
@media only screen and (min-width: 0) and (max-width: 37.5rem) {
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-1 {
    margin-left: 9.0909090909%;
  }
  .offset-xs-2 {
    margin-left: 18.1818181818%;
  }
  .offset-xs-3 {
    margin-left: 27.2727272727%;
  }
  .offset-xs-4 {
    margin-left: 36.3636363636%;
  }
  .offset-xs-5 {
    margin-left: 45.4545454545%;
  }
  .offset-xs-6 {
    margin-left: 54.5454545455%;
  }
  .offset-xs-7 {
    margin-left: 63.6363636364%;
  }
  .offset-xs-8 {
    margin-left: 72.7272727273%;
  }
  .offset-xs-9 {
    margin-left: 81.8181818182%;
  }
  .offset-xs-10 {
    margin-left: 90.9090909091%;
  }
  .offset-xs-11 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 37.5rem) {
  .pull-right-xs {
    float: right;
  }
  .pull-left-xs {
    float: left;
  }
}
@media screen and (min-width: 0) {
  .clear-xs {
    clear: both;
  }
}
@media only screen and (min-width: 37.5rem) {
  .clear-xs {
    clear: none;
  }
}
/* ===========================================
 * Grid SM
 * ======================================== */
@media only screen and (min-width: 37.5rem) and (max-width: 48rem) {
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 9.0909090909%;
  }
  .offset-sm-2 {
    margin-left: 18.1818181818%;
  }
  .offset-sm-3 {
    margin-left: 27.2727272727%;
  }
  .offset-sm-4 {
    margin-left: 36.3636363636%;
  }
  .offset-sm-5 {
    margin-left: 45.4545454545%;
  }
  .offset-sm-6 {
    margin-left: 54.5454545455%;
  }
  .offset-sm-7 {
    margin-left: 63.6363636364%;
  }
  .offset-sm-8 {
    margin-left: 72.7272727273%;
  }
  .offset-sm-9 {
    margin-left: 81.8181818182%;
  }
  .offset-sm-10 {
    margin-left: 90.9090909091%;
  }
  .offset-sm-11 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 37.5rem) and (max-width: 48rem) {
  .pull-right-sm {
    float: right;
  }
  .pull-left-sm {
    float: left;
  }
}
@media only screen and (min-width: 37.5rem) {
  .clear-sm {
    clear: both;
  }
}
@media only screen and (min-width: 48rem) {
  .clear-sm {
    clear: none;
  }
}
/* ===========================================
 * Grid MD
 * ======================================== */
@media only screen and (min-width: 48rem) and (max-width: 60rem) {
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 9.0909090909%;
  }
  .offset-md-2 {
    margin-left: 18.1818181818%;
  }
  .offset-md-3 {
    margin-left: 27.2727272727%;
  }
  .offset-md-4 {
    margin-left: 36.3636363636%;
  }
  .offset-md-5 {
    margin-left: 45.4545454545%;
  }
  .offset-md-6 {
    margin-left: 54.5454545455%;
  }
  .offset-md-7 {
    margin-left: 63.6363636364%;
  }
  .offset-md-8 {
    margin-left: 72.7272727273%;
  }
  .offset-md-9 {
    margin-left: 81.8181818182%;
  }
  .offset-md-10 {
    margin-left: 90.9090909091%;
  }
  .offset-md-11 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 60rem) {
  .pull-right-md {
    float: right;
  }
  .pull-left-md {
    float: left;
  }
}
@media only screen and (min-width: 48rem) {
  .clear-md {
    clear: both;
  }
}
@media only screen and (min-width: 60rem) {
  .clear-md {
    clear: none;
  }
}
/* ===========================================
 * Grid LG
 * ======================================== */
@media only screen and (min-width: 60rem) and (max-width: 80rem) {
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 9.0909090909%;
  }
  .offset-lg-2 {
    margin-left: 18.1818181818%;
  }
  .offset-lg-3 {
    margin-left: 27.2727272727%;
  }
  .offset-lg-4 {
    margin-left: 36.3636363636%;
  }
  .offset-lg-5 {
    margin-left: 45.4545454545%;
  }
  .offset-lg-6 {
    margin-left: 54.5454545455%;
  }
  .offset-lg-7 {
    margin-left: 63.6363636364%;
  }
  .offset-lg-8 {
    margin-left: 72.7272727273%;
  }
  .offset-lg-9 {
    margin-left: 81.8181818182%;
  }
  .offset-lg-10 {
    margin-left: 90.9090909091%;
  }
  .offset-lg-11 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 60rem) and (max-width: 80rem) {
  .pull-right-lg {
    float: right;
  }
  .pull-left-lg {
    float: left;
  }
}
@media only screen and (min-width: 60rem) {
  .clear-lg {
    clear: both;
  }
}
@media only screen and (min-width: 80rem) {
  .clear-lg {
    clear: none;
  }
}
/* ===========================================
 * Grid XL
 * ======================================== */
@media only screen and (min-width: 80rem) {
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 9.0909090909%;
  }
  .offset-xl-2 {
    margin-left: 18.1818181818%;
  }
  .offset-xl-3 {
    margin-left: 27.2727272727%;
  }
  .offset-xl-4 {
    margin-left: 36.3636363636%;
  }
  .offset-xl-5 {
    margin-left: 45.4545454545%;
  }
  .offset-xl-6 {
    margin-left: 54.5454545455%;
  }
  .offset-xl-7 {
    margin-left: 63.6363636364%;
  }
  .offset-xl-8 {
    margin-left: 72.7272727273%;
  }
  .offset-xl-9 {
    margin-left: 81.8181818182%;
  }
  .offset-xl-10 {
    margin-left: 90.9090909091%;
  }
  .offset-xl-11 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 80rem) {
  .pull-right-xl {
    float: right;
  }
  .pull-left-xl {
    float: left;
  }
}
@media only screen and (min-width: 80rem) {
  .clear-xl {
    clear: both;
  }
}
/* --------------------------------------------------------------- */
/* --- Navigation ------------------------------------------------ */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 60rem) {
  .login {
    float: left;
  }
  .login a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mobile_menu_trigger {
    width: 38px;
    width: 2.375rem;
    height: 26px;
    height: 1.625rem;
    padding: 4px;
    padding: 0.25rem;
    cursor: pointer;
  }
  .mobile_menu_trigger .hamburger {
    width: 30px;
    width: 1.875rem;
    height: 18px;
    height: 1.125rem;
    position: relative;
  }
  .mobile_menu_trigger span {
    position: absolute;
    display: block;
    height: 2px;
    height: 0.125rem;
    right: 0;
    background-color: #e62b27;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  .mobile_menu_trigger span.top {
    width: 24px;
    width: 1.5rem;
  }
  .mobile_menu_trigger span.center {
    top: 8px;
    top: 0.5rem;
    width: 27px;
    width: 1.6875rem;
  }
  .mobile_menu_trigger span.bottom {
    top: 16px;
    top: 1rem;
    width: 30px;
    width: 1.875rem;
  }
  .mobile_menu_trigger span.top, .mobile_menu_trigger span.center, .mobile_menu_trigger span.bottom {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
  .mobile_menu_trigger.active span.top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
    width: 22px;
    width: 1.375rem;
  }
  .mobile_menu_trigger.active span.center {
    width: 0%;
    opacity: 0;
  }
  .mobile_menu_trigger.active span.bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    width: 22px;
    width: 1.375rem;
  }
  .mobile_menu_trigger:hover span {
    background-color: #e62b27;
  }
  .mobile_menu {
    top: 60px !important;
    top: 3.75rem !important;
  }
  .mobile_menu.active.position_right {
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .mobile_menu .inner {
    background: #ffffff;
  }
  .mobile_menu .mod_navigation a, .mobile_menu .mod_navigation li.active {
    width: 100%;
    height: 60px;
    height: 3.75rem;
    display: block;
    padding: 0px 20px 0px 20px;
    padding: 0rem 1.25rem 0rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 60px;
    line-height: 3.75rem;
    font-family: "Frutiger", Helvetica, sans-serif;
    border-bottom: 1px solid #f5f5f5;
  }
  .mobile_menu .mod_navigation .active {
    color: #e62b27;
  }
  .mobile_menu .mod_navigation strong {
    font-weight: normal;
  }
  .mobile_menu .mod_navigation li.active strong {
    font-family: "Frutiger", Helvetica, sans-serif;
    font-weight: 400;
  }
  .mobile_menu .mod_navigation ul.level_2 {
    padding: 20px 0px 0px 0px;
    padding: 1.25rem 0rem 0rem 0rem;
  }
  .mobile_menu .mod_navigation ul.level_2 a, .mobile_menu .mod_navigation ul.level_2 li.active {
    height: 40px;
    height: 2.5rem;
    display: block;
    padding: 0px 20px 0px 40px;
    padding: 0rem 1.25rem 0rem 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    border-bottom: 0;
  }
  .mobile_menu .mod_navigation .submenu {
    position: relative;
  }
  .mobile_menu .mod_navigation .submenu > a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    right: 1.25rem;
    font-family: "Material Icons";
    font-size: 20px;
    font-size: 1.25rem;
    color: #a0a0a0;
  }
  .mobile_menu .mod_navigation .submenu_show a::before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    color: #000000;
  }
  html.mobile_menu_active #wrapper::before {
    opacity: 1;
    visibility: visible;
  }
  #wrapper::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
  }
  header .mod_navigation {
    display: none;
  }
}
@media only screen and (min-width: 60rem) {
  header .mod_navigation {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  header .mod_navigation ul.level_1 {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  header .mod_navigation ul.level_1 strong {
    font-family: "Frutiger", Helvetica, sans-serif;
    font-weight: normal;
  }
  header .mod_navigation li {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    float: left;
  }
  header .mod_navigation li.active {
    height: calc(100% + 1px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    line-height: 100%;
    color: #e62b27;
    padding: 15px 30px 15px 30px;
    padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
  }
  header .mod_navigation li a {
    height: calc(100% + 1px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    line-height: 100%;
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  header .mod_navigation li ul.level_2 {
    position: absolute;
    height: auto;
    min-width: 200px;
    min-width: 12.5rem;
    left: 0;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    top: 100%;
    margin-top: 1px;
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  header .mod_navigation li ul.level_2 li {
    height: auto;
  }
  header .mod_navigation li ul.level_2 li a {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  header .mod_navigation ul.level_1 li:hover ul.level_2 {
    opacity: 1;
    visibility: visible;
  }
  header .mod_navigation ul.level_1 li:hover ul.level_2 li {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    min-width: 200px;
    min-width: 12.5rem;
  }
  header .mod_navigation a:hover {
    color: #e62b27;
  }
  header .mod_navigation a::after {
    display: none;
  }
  .header-center {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
/* --------------------------------------------------------------- */
/* --- Headlines ------------------------------------------------- */
/* --------------------------------------------------------------- */
h1, h2, h3 {
  font-family: "Frutiger", Helvetica, sans-serif;
  font-weight: normal;
  color: #e62b27;
  line-height: 1.4;
}
h1.ce_headline, h2.ce_headline, h3.ce_headline {
  margin-top: 0;
}
h1 {
  margin-top: 0;
}
h4 {
  font-family: "Frutiger Bold", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}
h5 {
  font-family: "Frutiger Bold", Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
h6 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Frutiger Bold", Helvetica, sans-serif;
}
.invertiert {
  color: #ffffff;
}
h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
  text-align: center;
}
strong {
  font-family: "Frutiger Bold", Helvetica, sans-serif;
}
@media only screen and (max-width: 37.5rem) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3;
  }
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.3;
  }
  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 37.5rem) and (max-width: 48rem) {
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
  h2 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 48rem) {
  h1 {
    font-size: 44px;
    font-size: 2.75rem;
  }
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-size: 40px;
    font-size: 2.5rem;
  }
  h3 {
    font-size: 26px;
    font-size: 1.625rem;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
/* --------------------------------------------------------------- */
/* --- Button ---------------------------------------------------- */
/* --------------------------------------------------------------- */
.button-position .ce_columns {
  position: relative;
}
.button-position .button-link {
  bottom: 10px;
  bottom: 0.625rem;
  left: 10px;
  left: 0.625rem;
}
.btn-normal {
  display: inline-block;
  margin-top: 16px;
  margin-top: 1rem;
}
.btn-normal a {
  background-color: #e62b27;
  color: #ffffff;
  font-family: "Frutiger Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
}
.btn-normal a:hover {
  background-color: #f5f5f5;
  color: #000000;
}
.btn-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  width: auto;
  height: 50px;
  height: 3.125rem;
  bottom: 0;
  margin: 0;
  padding: 10px 50px 10px 20px;
  padding: 0.625rem 3.125rem 0.625rem 1.25rem;
  font-family: "Frutiger Bold", Helvetica, sans-serif;
  color: #ffffff;
  line-height: 30px;
  line-height: 1.875rem;
  z-index: 1;
}
.btn-img::before {
  height: 100%;
  line-height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  right: 1.25rem;
  content: "";
  font-family: "Material Icons";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  color: #ffffff;
}
.btn-img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #e62b27;
  transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  z-index: -1;
}
.ce_image .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  width: auto;
  height: 50px;
  height: 3.125rem;
  bottom: 0;
  margin: 0;
  padding: 10px 50px 10px 20px;
  padding: 0.625rem 3.125rem 0.625rem 1.25rem;
  font-family: "Frutiger Bold", Helvetica, sans-serif;
  color: #ffffff;
  line-height: 30px;
  line-height: 1.875rem;
  z-index: 0;
  overflow: hidden;
}
.ce_image .caption::before {
  height: 100%;
  line-height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  right: 1.25rem;
  content: "";
  font-family: "Material Icons";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  color: #ffffff;
}
.ce_image .caption::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #e62b27;
  transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  z-index: -1;
}
.button-special {
  box-shadow: 0px 1px 2px 0px #e6e6e6;
  -moz-box-shadow: 0px 1px 2px 0px #e6e6e6;
  -webkit-box-shadow: 0px 1px 2px 0px #e6e6e6;
  background-color: #ffffff;
}
.button-special .button-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-left: 1px solid #f5f5f5;
}
.button-special .button-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 60px;
  height: 3.75rem;
  background-color: #e62b27;
  z-index: 0;
}
.button-special.last {
  margin-bottom: 0;
}
.button-special a {
  font-family: "Frutiger Bold", Helvetica, sans-serif;
  position: relative;
  display: block;
  height: 60px;
  height: 3.75rem;
  padding: 20px;
  padding: 1.25rem;
  line-height: 1.25;
}
.button-special a:hover .button-icon::after {
  width: 100%;
}
.button-special a:hover .material-icons::before {
  -webkit-animation: toRightFromLeft 0.5s forwards;
  -moz-animation: toRightFromLeft 0.5s forwards;
  animation: toRightFromLeft 0.5s forwards;
  color: #ffffff;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(50%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-50%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(50%);
  }
  50% {
    opacity: 0;
    transform: translate(-50%);
  }
  51% {
    opacity: 1;
  }
}
.button-special .material-icons {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  z-index: 5;
}
.button-special .material-icons::before {
  content: "";
  font-family: "Material Icons";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.button-popup {
  border: none;
  background-image: none;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 1px 2px 0px #e6e6e6;
  -moz-box-shadow: 0px 1px 2px 0px #e6e6e6;
  -webkit-box-shadow: 0px 1px 2px 0px #e6e6e6;
  background-color: #ffffff;
  font-family: "Frutiger Bold", Helvetica, sans-serif;
  position: relative;
  display: block;
  height: 60px;
  height: 3.75rem;
  padding: 20px;
  padding: 1.25rem;
  line-height: 1.25;
}
.button-popup .button-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-left: 1px solid #f5f5f5;
}
.button-popup .button-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 60px;
  height: 3.75rem;
  background-color: #e62b27;
  z-index: 0;
}
.button-popup.last {
  margin-bottom: 0;
}
.button-popup:hover .button-icon::after {
  width: 100%;
}
.button-popup:hover .material-icons::before {
  -webkit-animation: toRightFromLeft 0.5s forwards;
  -moz-animation: toRightFromLeft 0.5s forwards;
  animation: toRightFromLeft 0.5s forwards;
  color: #ffffff;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(50%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-50%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(50%);
  }
  50% {
    opacity: 0;
    transform: translate(-50%);
  }
  51% {
    opacity: 1;
  }
}
.button-popup .material-icons {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
  z-index: 5;
}
.button-popup .material-icons::before {
  content: "";
  font-family: "Material Icons";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* --------------------------------------------------------------- */
/* --- Icon ------------------------------------------------------ */
/* --------------------------------------------------------------- */
.icon-link {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  text-indent: 9999px;
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
  margin-right: 0.625rem;
  transition: transform 400ms linear;
}
.icon-link:hover, .icon-link:focus {
  transform: scale(1.05);
}
footer .icon-link:hover, footer .icon-link:focus {
  transform: inherit !important;
}
.mod_article.portal-inner {
  overflow: visible;
}
.footer-social h5 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.footer-social .ce_hyperlink {
  float: left;
}
.material-icons {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
:not(#appversmain) .material-icons {
  font-size: inherit !important;
}
.app-icon a {
  position: relative;
  display: inline-block;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  text-indent: 9999px;
  color: rgba(255, 255, 255, 0);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.app-icon a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  text-indent: 0;
  opacity: 1;
  border: 1px solid #a0a0a0;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #a0a0a0;
  font-family: "FontAwesome";
  line-height: 40px;
  line-height: 2.5rem;
  z-index: 9;
}
.app-icon a:hover::before {
  color: #e62b27;
  border-color: #e62b27;
}
@media only screen and (max-width: 60rem) {
  .footer-social .ce_hyperlink {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
/* --------------------------------------------------------------- */
/* --- Slider ---------------------------------------------------- */
/* --------------------------------------------------------------- */
.rsts-skin-custom {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  position: relative;
}
.rsts-skin-custom .rsts-nav-bullets {
  position: absolute;
  bottom: -70px;
  bottom: -4.375rem;
  width: 100%;
}
.rsts-skin-custom .rsts-nav-bullets ul {
  height: 40px;
  height: 2.5rem;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.rsts-skin-custom .rsts-nav-bullets .rsts-nav-prev, .rsts-skin-custom .rsts-nav-bullets .rsts-nav-next {
  display: none;
}
.rsts-skin-custom .rsts-nav-bullets .rsts-nav-item a {
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  margin: 12px 4px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  outline: none;
  text-align: left;
  text-indent: -9999px;
  background-color: #ffffff;
  /* fallback color */
  background-color: rgba(255, 255, 255, 0);
  /* IE */
  background-color: transparent\9 ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= argb(rgba(255, 255, 255, 0)), endColorstr= argb(rgba(255, 255, 255, 0)));
  zoom: 1;
  box-shadow: none;
  border: 1px solid #e62b27;
}
.rsts-skin-custom .rsts-nav-bullets .rsts-nav-item a.active {
  background-color: #e62b27;
}
.slick-slider a {
  outline: none;
}
.slick-slider .slick-slide {
  position: relative;
  margin: 10px;
  margin: 0.625rem;
}
.slick-slider .slick-dots {
  width: 100%;
  padding: 0.625rem;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.slick-slider .slick-dots li {
  display: inline-block;
}
.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 0.3125rem;
  padding: 0;
  background-color: #ffffff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #e62b27;
  text-indent: -9999px;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.slick-slider .slick-dots li button:hover {
  background-color: #e62b27;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #e62b27;
}
.mod_rocksolid_slider {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.mod_rocksolid_slider h2 {
  position: absolute;
  width: auto;
  bottom: 0;
  left: 5px;
  left: 0.3125rem;
  margin: 0;
  color: #ffffff;
  z-index: 9;
  overflow: hidden;
  background-blend-mode: multiply;
}
.mod_rocksolid_slider h2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(230, 43, 39, 0.9);
  mix-blend-mode: multiply;
  transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  z-index: -1;
}
.overlay-left {
  position: absolute;
  width: 2rem;
  height: 100%;
  top: 0;
  right: 35%;
  transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  -webkit-transform-origin: top right;
  z-index: 1;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.overlay-right {
  position: absolute;
  width: 35%;
  top: 0;
  transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  -webkit-transform-origin: top right;
  z-index: 1;
  height: calc(100%);
  right: 0;
  background: rgba(230, 43, 39, 0.9);
  mix-blend-mode: multiply;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.videoslider, .homeslider {
  position: relative;
  overflow: hidden;
}
.videoslider.rsts-type-slide .rsts-view {
  pointer-events: auto;
}
.videoslider video {
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.rsts-type-slide .rsts-view {
  pointer-events: none;
}
.slider-content {
  position: absolute !important;
  width: 100%;
  max-width: 80rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  box-shadow: 0px 1px 2px 0px #e6e6e6;
  -moz-box-shadow: 0px 1px 2px 0px #e6e6e6;
  -webkit-box-shadow: 0px 1px 2px 0px #e6e6e6;
}
.rsts-skin-default .rsts-nav {
  left: inherit;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  text-align: center ! important;
}
.rsts-skin-default .rsts-nav-bullets a:hover, .rsts-skin-default .rsts-nav-bullets a.active {
  background-color: #ffffff;
  box-shadow: none;
}
.rsts-skin-default .rsts-nav-bullets a {
  display: inline-block;
  width: 8px;
  height: 8px;
  overflow: hidden;
  margin: 12px 4px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  outline: none;
  text-align: left;
  text-indent: -999px;
  background-color: #ffffff;
  /* fallback color */
  background-color: rgba(255, 255, 255, 0);
  /* IE */
  background-color: transparent\9 ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= argb(rgba(255, 255, 255, 0)), endColorstr= argb(rgba(255, 255, 255, 0)));
  zoom: 1;
  box-shadow: none;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 37.5rem) {
  .slick-slider {
    padding: 10px;
    padding: 0.625rem;
  }
}
@media only screen and (max-width: 80rem) {
  .mod_rocksolid_slider h2 {
    left: 0px;
    left: 0rem;
  }
}
@media only screen and (min-width: 48rem) {
  .slick-slider .slick-dots {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 37.5rem) {
  .mod_rocksolid_slider h2 {
    padding: 20px 40px 20px 20px;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  }
}
@media only screen and (max-width: 37.5rem) {
  .mod_rocksolid_slider h2 {
    max-width: 220px;
    max-width: 13.75rem;
    left: 0px;
    left: 0rem;
    padding: 10px 20px 10px 10px;
    padding: 0.625rem 1.25rem 0.625rem 0.625rem;
  }
  .overlay-left, .overlay-right {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
}
@media only screen and (max-width: 37.5rem) {
  .homeslider {
    height: calc(100vh - 18.125rem);
  }
}
@media only screen and (min-width: 37.5rem) and (max-width: 48rem) {
  .homeslider {
    height: 350px;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 60rem) {
  .homeslider {
    height: 550px;
  }
}
@media only screen and (min-width: 60rem) and (max-width: 80rem) {
  .homeslider {
    height: 680px;
  }
}
@media only screen and (min-width: 80rem) {
  .homeslider {
    height: calc(100vh - 18.125rem);
  }
  .videoslider {
    max-height: calc(100vh - 18.125rem);
  }
}
/* --------------------------------------------------------------- */
/* --- Footer ---------------------------------------------------- */
/* --------------------------------------------------------------- */
footer .boxed {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 10px;
  padding: 0.625rem;
}
footer .mod_navigation li {
  line-height: 40px;
  border-bottom: 1px solid #f5f5f5;
}
footer .mod_navigation li strong.active, footer .mod_navigation li strong.forward {
  font-family: "Frutiger", Helvetica, sans-serif;
  font-weight: 400;
}
footer .mod_navigation a {
  width: 100%;
  display: inline-block;
}
footer .mod_navigation a:hover {
  padding-left: 5px;
  padding-left: 0.3125rem;
  color: #a0a0a0;
}
footer .mod_navigation a.invisible {
  width: 1px !important;
}
.copyright {
  background-color: #e6e6e6;
}
.copyright p {
  margin-bottom: 0;
}
.backtop-wrapper {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cd-top {
  width: 30px;
  height: 30px;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top:hover::before {
  color: #a0a0a0;
}
.cd-top::before {
  width: 30px;
  height: 30px;
  display: block;
  text-align: right;
  font-size: 23px;
  font-size: 1.4375rem;
  font-family: "Material Icons";
  color: #1e1e1e;
  content: "";
}
.footer-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  max-width: 90rem;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer-inner-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer-inner-left, .footer-inner-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-inner-left {
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.footer-inner-right {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 0) and (max-width: 37.5rem) {
  .accordion-mobile {
    padding: 10px;
    padding: 0.625rem;
  }
  .footer-inner {
    padding: 40px 20px 40px 20px;
    padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  }
}
@media only screen and (min-width: 37.5rem) and (max-width: 48rem) {
  .footer-inner {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 60rem) {
  .footer-inner {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-right: 50px;
    padding-right: 3.125rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-left: 50px;
    padding-left: 3.125rem;
  }
}
@media only screen and (max-width: 60rem) {
  .accordion-desktop {
    display: none;
  }
  .accordion-mobile h5 {
    display: none;
  }
  .accordion-mobile li {
    border-bottom: 0 !important;
    line-height: 30px !important;
  }
}
@media only screen and (min-width: 60rem) {
  .footer-inner {
    padding-top: 80px;
    padding-top: 5rem;
    padding-right: 80px;
    padding-right: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-left: 80px;
    padding-left: 5rem;
  }
  .copyright .footer-inner {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-right: 80px;
    padding-right: 5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-left: 80px;
    padding-left: 5rem;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .footer-inner-wrapper {
    padding: 10px;
    padding: 0.625rem;
  }
  .accordion-mobile {
    display: none;
  }
}
/* --------------------------------------------------------------- */
/* --- Accordion –------------------------------------------------ */
/* --------------------------------------------------------------- */
@media only screen and (max-width: 60rem) {
  footer {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.ce_accordion {
  border-bottom: 1px solid #f5f5f5;
}
.ce_accordion:first-child {
  border-top: 1px solid #f5f5f5;
}
.ce_accordion .ui-accordion-content {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.ce_accordion .toggler {
  position: relative;
  height: 60px;
  height: 3.75rem;
  display: block;
  cursor: pointer;
  outline: none;
  line-height: 60px;
  line-height: 3.75rem;
  font-family: "Frutiger Bold", Helvetica, sans-serif;
}
.ce_accordion .toggler::after {
  content: "";
  font-family: "Material Icons";
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  right: 10px;
  right: 0.625rem;
  color: #a0a0a0;
}
.ce_accordion .toggler.active::after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  color: #1e1e1e;
}
/* --------------------------------------------------------------- */
/* --- Breadcrumb ------------------------------------------------ */
/* --------------------------------------------------------------- */
.home .breadcrumb-wrapper {
  display: none;
}
.breadcrumb-wrapper {
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.breadcrumb-wrapper .mod_breadcrumb {
  padding: 30px 10px 30px 10px;
  padding: 1.875rem 0.625rem 1.875rem 0.625rem;
  max-width: 80rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
.breadcrumb-wrapper .mod_breadcrumb ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}
.breadcrumb-wrapper .mod_breadcrumb strong {
  font-family: "Frutiger", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #a0a0a0;
}
.breadcrumb-wrapper li {
  display: inline-block;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
}
.breadcrumb-wrapper li.first::before {
  display: none;
}
.breadcrumb-wrapper li::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: -20px;
  left: -1.25rem;
  font-family: "Material Icons";
  color: #a0a0a0;
}
.breadcrumb-wrapper a {
  color: #000000;
}
.breadcrumb-wrapper a:hover {
  color: #e62b27;
}
.breadcrumb-wrapper span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
}
.breadcrumb-wrapper .active span {
  position: relative;
  color: #a0a0a0;
}
@media only screen and (max-width: 37.5rem) {
  .breadcrumb-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 37.5rem) and (max-width: 60rem) {
  .breadcrumb-wrapper {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }
}
@media only screen and (min-width: 60rem) {
  .breadcrumb-wrapper {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
/* --------------------------------------------------------------- */
/* --- Infobox --------------------------------------------------- */
/* --------------------------------------------------------------- */
.infobox {
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 10px 20px 10px 20px;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}
.infobox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  top: 0;
  left: 0;
  background-color: #e62b27;
}
.infobox::after {
  content: "";
  position: absolute;
  top: -10px;
  top: -0.625rem;
  right: 20px;
  right: 1.25rem;
  font-family: "Material Icons";
  color: #e62b27;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}
/* --------------------------------------------------------------- */
/* --- Table ----------------------------------------------------- */
/* --------------------------------------------------------------- */
td {
  vertical-align: middle;
}
dt {
  font-family: "Frutiger Bold", Helvetica, sans-serif;
}
caption, th, td {
  text-align: inherit;
}
@media only screen and (max-width: 37.5rem) {
  dt {
    padding-bottom: 0 !important;
  }
  dd {
    padding-top: 0 !important;
  }
}
/* --------------------------------------------------------------- */
/* --- List ------------------------------------------------------ */
/* --------------------------------------------------------------- */
main .ce_list ul li, .custom .ce_list ul li {
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}
main .ce_list ul li::before, .custom .ce_list ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  margin-right: 10px;
  margin-right: 0.625rem;
}
/* --------------------------------------------------------------- */
/* --- Popup ----------------------------------------------------- */
/* --------------------------------------------------------------- */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 999;
}
.modal img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.modal table {
  width: 100%;
}
.modal table tr {
  border-bottom: 1px solid #e6e6e6;
}
.modal-popup {
  opacity: 1;
  visibility: visible;
}
.home-popup-hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.home-popup-button {
  width: 100%;
  font-size: 26px;
  text-align: right;
  float: right;
  cursor: pointer;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 400px;
  max-width: 25rem;
  transform: translate(-50%, -50%);
  padding: 20px;
  padding: 1.25rem;
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content-inner {
  position: relative;
  padding: 20px;
  padding: 1.25rem;
  background-color: #ffffff;
}
.modal-content-inner a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5px;
  padding: 0.3125rem;
}
#Popup .modal-content-inner a {
  padding: 8px 16px;
}
.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
/* --------------------------------------------------------------- */
/* --- Form ------------------------------------------------------ */
/* --------------------------------------------------------------- */
.ce_form .divider {
  width: calc(100% - 20px);
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-left: auto;
}
.ce_form h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.ce_form .formbody {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: -12px;
  margin: -0.75rem;
}
.ce_form .form-full-width {
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.ce_form .form-col {
  -webkit-box-flex: 1 0 50%;
  -moz-box-flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.ce_form .form-half {
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.ce_form .widget {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px;
  padding: 0.75rem;
}
.ce_form .focus-within .form-element-wrapper::before {
  border-bottom: 2px solid #cc2623 !important;
}
.ce_form .widget-text, .ce_form .widget-textarea {
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.ce_form .widget-text .form-element-wrapper, .ce_form .widget-textarea .form-element-wrapper {
  position: relative;
  padding-top: 16px;
  padding-top: 1rem;
}
.ce_form .widget-text .form-element-wrapper::before, .ce_form .widget-textarea .form-element-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #a0a0a0;
  transition: inherit !important;
}
.ce_form .widget-text .form-element-wrapper:hover::before, .ce_form .widget-textarea .form-element-wrapper:hover::before {
  border-bottom: 2px solid #000000;
}
.ce_form .widget-text .form-element-wrapper input, .ce_form .widget-textarea .form-element-wrapper input {
  padding-top: 6px;
  padding-top: 0.375rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
}
.ce_form .widget-text label, .ce_form .widget-textarea label {
  position: absolute;
  left: 0;
  transform: translate(0, 24px) scale(1);
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.ce_form .widget-text:focus-within label, .ce_form .widget-textarea:focus-within label, .ce_form .widget-text.focus-within label, .ce_form .widget-textarea.focus-within label, .ce_form .widget-text.filled label, .ce_form .widget-textarea.filled label {
  color: #e62b27;
  transform: translate(0, 1.5px) scale(0.75);
  transform-origin: top left;
  z-index: 1;
}
.ce_form .widget-text label {
  bottom: 30px;
}
.ce_form .widget-textarea label {
  top: -15px;
}
.ce_form .widget-text.filled label, .ce_form .widget-textarea.filled label {
  color: #a0a0a0;
}
.ce_form fieldset {
  padding: 0;
}
.ce_form input {
  font-family: "Frutiger", Helvetica, sans-serif;
  line-height: 1.1875em;
}
.ce_form textarea {
  width: 100%;
}
.ce_form label {
  color: #a0a0a0;
}
.ce_form input.text {
  width: 100%;
}
.ce_form legend {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.ce_form input, .ce_form textarea {
  border: 0;
  outline: 0;
}
.ce_form input[type="checkbox"], .ce_form input[type="radio"] {
  display: none;
}
.ce_form input[type="checkbox"] + label::before, .ce_form input[type="checkbox"] + label::after, .ce_form input[type="radio"] + label::before, .ce_form input[type="radio"] + label::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.ce_form input[type="checkbox"] + label::before, .ce_form input[type="radio"] + label::before {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border: 2px solid #a0a0a0;
}
.ce_form input[type="checkbox"] + label::after, .ce_form input[type="radio"] + label::after {
  opacity: 0;
}
.ce_form input[type="radio"] + label::before, .ce_form input[type="radio"] + label::after {
  border-radius: 100%;
}
.ce_form input[type="radio"] + label::after {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  left: 5px;
}
.ce_form input[type="checkbox"] + label::before {
  border-radius: 2px;
}
.ce_form input[type="checkbox"] + label::after {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  background-position: center;
  background-size: 20px 20px;
}
.ce_form .checkbox_container span {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.ce_form .radio_container span {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.ce_form input[type="checkbox"] + label, .ce_form input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-right: 1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}
.ce_form input[type="checkbox"]:checked + label::before, .ce_form input[type="radio"]:checked + label::before {
  border: 2px solid #e62b27;
}
.ce_form input[type="radio"]:checked + label::after {
  background-color: #e62b27;
  opacity: 1;
}
.ce_form input[type="checkbox"]:checked + label::before {
  background-color: #e62b27;
}
.ce_form input[type="checkbox"]:checked + label::after {
  background-image: url("https://my.appvers.ch/files/appvers-theme/images/icons/baseline-check-24px.svg");
  opacity: 1;
}
.ce_form .submit {
  display: inline-block;
  margin-top: 16px;
  margin-top: 1rem;
  background-color: #e62b27;
  color: #ffffff;
  font-family: "Frutiger Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-right: 16px;
  padding-right: 1rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  border: 0;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.ce_form .submit:hover {
  background-color: #f5f5f5;
  color: #000000;
}
@media only screen and (max-width: 37.5rem) {
  .ce_form .formbody {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ce_form input[type=checkbox] + label::after, .ce_form input[type=checkbox] + label::before {
    bottom: inherit !important;
  }
}
@media only screen and (min-width: 37.5rem) {
  .ce_form .formbody {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .ce_form .form-half {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .ce_form .form-half .form-element-wrapper::before {
    width: calc(50% - 12px) !important;
  }
}
/* --------------------------------------------------------------- */
/* --- Team ------------------------------------------------------ */
/* --------------------------------------------------------------- */
.ce_text_team, .ce_text_team_2 {
  box-sizing: border-box;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.ce_text_team::after, .ce_text_team_2::after {
  content: "";
  display: block;
  clear: both;
}
.ce_text_team img, .ce_text_team_2 img {
  width: 100%;
  max-width: 100%;
}
.ce_text_team .ce_text, .ce_text_team_2 .ce_text {
  padding: 10px;
  padding: 0.625rem;
  box-sizing: border-box;
}
.team-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px #e6e6e6;
  -moz-box-shadow: 0px 1px 2px 0px #e6e6e6;
  -webkit-box-shadow: 0px 1px 2px 0px #e6e6e6;
}
.teambox {
  padding: 20px;
  padding: 1.25rem;
}
@media only screen and (max-width: 37.5rem) {
  .ce_text_team .ce_text, .ce_text_team_2 .ce_text {
    display: inline-block;
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 37.5rem) {
  .ce_text_team .ce_text, .ce_text_team_2 .ce_text {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 37.5rem) and (max-width: 48rem) {
  .ce_text_team .ce_text .team-wrapper, .ce_text_team_2 .ce_text .team-wrapper {
    min-height: 475px;
    min-height: 29.6875rem;
  }
}
@media only screen and (min-width: 48rem) {
  .ce_text_team .ce_text .team-wrapper, .ce_text_team_2 .ce_text .team-wrapper {
    min-height: 580px;
    min-height: 36.25rem;
  }
}
@media only screen and (min-width: 80rem) {
  .ce_text_team .ce_text, .ce_text_team_2 .ce_text {
    width: 25%;
  }
  .ce_text_team_2 .ce_text .team-wrapper {
    min-height: 635px;
    min-height: 39.6875rem;
  }
}
@media only screen and (min-width: 80rem) {
  .ce_text_team .ce_text {
    display: inline-block;
    width: 33.333333%;
    float: left;
  }
  .ce_text_team .ce_text .team-wrapper {
    min-height: 500px;
    min-height: 31.25rem;
  }
}
/* --------------------------------------------------------------- */
/* --- Image ----------------------------------------------------- */
/* --------------------------------------------------------------- */
.ce_image {
  position: relative;
}
a.box-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.img-border {
  border: 1px solid #f5f5f5;
}
/* --------------------------------------------------------------- */
/* --- Cookiebar ------------------------------------------------- */
/* --------------------------------------------------------------- */
/*.cookiebar {
  color: #1e1e1e;
  @include rem(padding, 2);
  background-color: $white;
  border-top: 1px solid #ececec;
  z-index: 10000;
}

.cookiebar__link {
  color: #1e1e1e;
  text-decoration: none;
  border-bottom: 1px solid #1e1e1e;

  &:hover {
    color: $base-color;
    border-color: $base-color;
  }
}

.cookiebar__button {
  background-color: #E82721;
  text-transform: uppercase;
  font-size: 0.875rem;
  transition: all ease .5s;
  
  &:hover, &:focus {
    color: #212121;
    background-color: #f5f5f5;
  }
}

@media screen and (max-width: 1700px) {

  .cookiebar__text {
    width: 100%;
    display: block;
    margin-right: 0;
  }

  .cookiebar__button {
    @include rem(margin-top, 1.5);
  }

  .cookiebar__message {
    display: block;
    margin-right: 0;
  }

  .cookiebar__link { 
    display: inline-block;
    @include rem(margin-top, 0.5);
  }
}

@media screen and (max-width: 370px) {

  .cookiebar-active {
    @include rem(padding-bottom, 26.3);
  }
}

@media screen and (min-width: 371px) and (max-width: 480px) {

  .cookiebar-active {
    @include rem(padding-bottom, 21.5);
  }
}

@media screen and (min-width: 481px) and (max-width: 680px) {

  .cookiebar-active {
    @include rem(padding-bottom, 19.1);
  }
}

@media screen and (min-width: 681px) and (max-width: 1290px) {

  .cookiebar-active {
    @include rem(padding-bottom, 16.7);
  }
}

@media screen and (min-width: 1291px) and (max-width: 1700px) {

  .cookiebar-active {
    @include rem(padding-bottom, 14.3);
  }
}

@media screen and (min-width: 1701px) {

  .cookiebar-active {
    @include rem(padding-bottom, 7.4);
  }
}*/
.contao-cookiebar .cc-inner {
  border-radius: 0;
}
.contao-cookiebar .cc-group, .contao-cookiebar .cc-btn {
  border-radius: 0;
}
.contao-cookiebar .cc-btn {
  border: none;
  padding: 1em;
}
.contao-cookiebar .highlight .cc-btn.success {
  border: none;
  background: #e62b27;
}
.contao-cookiebar .highlight .cc-btn.success:hover {
  background: #e62b27;
}
.contao-cookiebar input:checked + label:before {
  background: #ffe1e1;
  border-color: #e62b27;
}
.contao-cookiebar input:checked + label:after {
  background: #e62b27;
}
.contao-cookiebar input:disabled + label:before {
  background: #f4f4f4;
  border-color: #c8c7c5;
}
.contao-cookiebar input:disabled + label:after {
  background: #c8c7c5;
}
iframe {
  width: 100%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fstyle.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Ffonts%2F_fonts.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Freset%2F_normalize.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fvariables%2F_variables.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_general.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_header.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_layout.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_logo.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_login.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_grid.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_nav.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_typography.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_button.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_icon.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_slider.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_footer.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_accordion.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_breadcrumb.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_infobox.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_table.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_list.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_popup.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_form.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_team.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_image.scss%22%2C%22usr%2Fshare%2Fnginx%2Fhtml%2Fmy.appvers.ch%2Ffiles%2Fappvers-theme%2Fscss%2Fcomponents%2F_cookiebar.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwBA%3BAAAA%3BAAAA%3BAFxBA%3BAAAA%3BAAAA%3BAEgCA%3BAAAA%3BAAAA%3BAFhCA%3BAAAA%3BAAAA%3BAAAA%3BAE8CA%3BAAAA%3BAAAA%3BAAAA%3BAF9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE2DA%3BAAAA%3BAAAA%3BAAAA%3BAF3DA%3BAAAA%3BAAAA%3BAEqEA%3BAAAA%3BAAAA%3BAFrEA%3BAAAA%3BAAAA%3BAAAA%3BAE8EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF9EA%3BAAAA%3BAAAA%3BAAAA%3BAEyFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtGA%3BAAAA%3BAAAA%3BAAAA%3BAEgHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhHA%3BAAAA%3BAAAA%3BAE0HA%3BAAAA%3BAAAA%3BAF1HA%3BAAAA%3BAAAA%3BAEmIA%3BAAAA%3BAAAA%3BAFnIA%3BAAAA%3BAAAA%3BAAAA%3BAE6IA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF7IA%3BAAAA%3BAAAA%3BAEwJA%3BAAAA%3BAAAA%3BAFxJA%3BAAAA%3BAAAA%3BAEgKA%3BAAAA%3BAAAA%3BAAAA%3BAFhKA%3BAAAA%3BAAAA%3BAEyKA%3BAAAA%3BAAAA%3BAFzKA%3BAAAA%3BAAAA%3BAAAA%3BAEkLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF9LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyMA%3BAAAA%3BAAAA%3BAFzMA%3BAAAA%3BAAAA%3BAEkNA%3BAAAA%3BAAAA%3BAAAA%3BAFlNA%3BAAAA%3BAAAA%3BAE2NA%3BAAAA%3BAAAA%3BAF3NA%3BAAAA%3BAAAA%3BAEmOA%3BAAAA%3BAAAA%3BAFnOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FOA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BPA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FPA%3BAAAA%3BAAAA%3BAAAA%3BAEyQA%3BAAAA%3BAAAA%3BAAAA%3BAFzQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFpRA%3BAAAA%3BAAAA%3BAE%2BRA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FRA%3BAAAA%3BAAAA%3BAE2SA%3BAAAA%3BAAAA%3BAF3SA%3BAAAA%3BAAAA%3BAEsTA%3BAAAA%3BAAAA%3BAFtTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEiUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjUA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FUA%3BAAAA%3BAAAA%3BAEwVA%3BAAAA%3BAAAA%3BAFxVA%3BAAAA%3BAAAA%3BAAAA%3BAEiWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjWA%3BAAAA%3BAAAA%3BAE2WA%3BAAAA%3BAAAA%3BAF3WA%3BAAAA%3BAAAA%3BAAAA%3BAEqXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrXA%3BAAAA%3BAAAA%3BAE8XA%3BAAAA%3BAAAA%3BAF9XA%3BAAAA%3BAAAA%3BAAAA%3BAEwYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEqZA%3BAAAA%3BAAAA%3BAAAA%3BAFrZA%3BAAAA%3BAAAA%3BAE8ZA%3BAAAA%3BAAAA%3BAF9ZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyaA%3BAAAA%3BAAAA%3BAFzaA%3BAAAA%3BAAAA%3BAEibA%3BAAAA%3BAAAA%3BAFjbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4bA%3BAAAA%3BAAAA%3BAF5bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGqCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAHzCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAJ7GA%3BAAAA%3BAAAA%3BAIqHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJrHA%3BAAAA%3BAAAA%3BAI6HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ7IA%3BAAAA%3BAAAA%3BAKKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAL%2FFF%3BAAAA%3BAAAA%3BAMKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANrIF%3BAAAA%3BAAAA%3BAOOE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPhCF%3BAAAA%3BAAAA%3BAQKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAOJ%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARjCJ%3BAAAA%3BAAAA%3BASKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BATjDA%3BAAAA%3BAAAA%3BAS6DA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAT%2FFF%3BAAAA%3BAAAA%3BASwGA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAT1IF%3BAAAA%3BAAAA%3BASoJA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BATtLF%3BAAAA%3BAAAA%3BASgMA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BATlOF%3BAAAA%3BAAAA%3BAS4OA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BATzQF%3BAAAA%3BAAAA%3BAUKA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVvSF%3BAAAA%3BAAAA%3BAWKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAX5GF%3BAAAA%3BAAAA%3BAYME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYM%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAgBM%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZzWJ%3BAAAA%3BAAAA%3BAaIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAb7FJ%3BAAAA%3BAAAA%3BAcIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAdvTF%3BAAAA%3BAAAA%3BAeME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAfxMF%3BAAAA%3BAAAA%3BAgBMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhB5CN%3BAAAA%3BAAAA%3BAiBGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjB1FF%3BAAAA%3BAAAA%3BAkBIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBvBF%3BAAAA%3BAAAA%3BAmBIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAnBvBF%3BAAAA%3BAAAA%3BAoBKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBTJ%3BAAAA%3BAAAA%3BAqBIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArB5FA%3BAAAA%3BAAAA%3BAsBME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAtB9SR%3BAAAA%3BAAAA%3BAuBIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2BJ%3BAAEI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAvB%2FHN%3BAAAA%3BAAAA%3BAwBIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAxBjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBqGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAzBlHF%3BAAAA%3BAAAA%22%7D */