@charset "UTF-8";
/* CREATED AT RUNTIME */
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*, ::before, ::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before, ::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 */
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
  list-style: none;
}
/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 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: #ffff00;
  color: #000000;
}
/**
 * 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;
}
/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}
/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/**
 * 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;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}
/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  margin: 0;
}
/**
 * Inherit styling in all browsers (opinionated).
 */
button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
/**
 * 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;
}
/**
 * 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 */
}
/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
/**
 * 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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  /* 1 */
  touch-action: manipulation;
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}
/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}
.wf-loading .wf-waiting {
  opacity: 0;
}
:root {
  text-rendering: optimizeLegibility;
}
* {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-overflow-scrolling: touch;
  line-height: inherit;
}
*:first-child {
  margin-top: 0;
}
*:last-child:not(h1, h2, h3, h4) {
  margin-bottom: 0;
}
body {
  font-family: sans-serif;
  line-height: 1.5em;
  overflow-y: scroll;
}
br {
  line-height: 1em;
}
p {
  margin-bottom: 1em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
th {
  font-weight: bolder;
}
a {
  text-decoration: none;
  color: inherit;
}
figure {
  margin: 0;
}
pre {
  text-align: left;
}
nav * {
  margin-bottom: 0;
  padding-left: 0;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
html[lang="en"] blockquote {
  quotes: "“" "”";
}
html[lang="de"] blockquote {
  quotes: "„" "“";
}
blockquote p {
  display: inline;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 0;
}
.folder__title {
  position: relative;
  cursor: pointer;
}
.folder__content {
  overflow: hidden;
  transition: opacity 0.25s ease-out 0.25s, height 0.5s ease-out, padding 0.5s ease-out;
}
.folder--hidden .folder__content {
  opacity: 0;
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: opacity 0.25s ease-in, height 0.5s ease-in, padding 0.5s ease-in;
}
.folder__more, .folder__less {
  font-style: normal;
}
.folder__more {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
.folder--hidden .folder__more {
  opacity: 1;
  transition: opacity 0.25s ease-out 0.25s;
}
.folder__less {
  position: absolute;
  left: 0;
  opacity: 1;
  transition: opacity 0.25s ease-out 0.25s;
}
.folder--hidden .folder__less {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}
.ws-cmp-slider {
  position: relative;
}
.ws-cmp-slider__item {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  opacity: 1;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.ws-cmp-slider__item--before, .ws-cmp-slider__item--after {
  opacity: 0;
  pointer-events: none;
}
.ws-cmp-slider__item--before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.ws-cmp-slider__item--after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.ws-cmp-slider__prev, .ws-cmp-slider__next {
  position: absolute;
  top: calc(50% - 1em);
  width: 2em;
  height: 2em;
  outline: 1px solid red;
  cursor: pointer;
}
.ws-cmp-slider__prev {
  left: -4em;
}
.ws-cmp-slider__next {
  right: -4em;
}
.ws-cmp-slider__dot {
  transition: opacity 0.4s ease-in-out;
  cursor: pointer;
}
.ws-cmp-slider__dot--active {
  opacity: 1;
  cursor: default;
}
body {
  font-size: 1.0714285714vw;
}
@media (min-width: 2371.6666666667px) {
  body {
    font-size: 25px;
  }
}
@media (max-width: 886.6666666667px) {
  body {
    font-size: 10px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 15px;
  }
}
.vparent {
  display: none;
}
.vp--is-huge {
  content: '0';
}
@media (min-width: 2371.6666666667px) {
  .vp--is-huge {
    content: '1';
  }
}
.vp--is-medium {
  content: '0';
}
@media (max-width: 886.6666666667px) {
  .vp--is-medium {
    content: '1';
  }
}
.vp--is-small {
  content: '0';
}
@media (max-width: 600px) {
  .vp--is-small {
    content: '1';
  }
}
/* $margin: 0.1667;*/
/* $grid: 0.1;*/
/* $gutter: 0.0133;*/
*[data-slidefrom] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
*[data-slidefrom="void"] {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition: opacity 0.5s ease-in;
}
.global__out[data-slidefrom="right"] {
  -webkit-transform: translate3d(11.61vw, 0, 0);
  transform: translate3d(11.61vw, 0, 0);
}
.global__out[data-slidefrom="right-short"] {
  -webkit-transform: translate3d(5.805vw, 0, 0);
  transform: translate3d(5.805vw, 0, 0);
}
.global__out[data-slidefrom="bottom"] {
  -webkit-transform: translate3d(0, 8.61vw, 0);
  transform: translate3d(0, 8.61vw, 0);
}
.global__out[data-slidefrom="left"] {
  -webkit-transform: translate3d(-11.61vw, 0, 0);
  transform: translate3d(-11.61vw, 0, 0);
}
.global__out[data-slidefrom="back"] {
  -webkit-transform: translate3d(0, 0, 0) scale(0.9);
  transform: translate3d(0, 0, 0) scale(0.9);
}
.global__out[data-slidefrom="void"] {
  opacity: 0;
}
.global__width {
  flex-shrink: 0;
}
.global__width--2 {
  width: 25%;
}
.global__width--3 {
  width: 37.5%;
}
.global__width--4 {
  width: 50%;
}
.global__width--5 {
  width: 62.5%;
}
.global__width--6 {
  width: 75%;
}
.global__width--8 {
  width: 100%;
}
.global__bg-x--left {
  background-position-x: left;
}
.global__bg-x--center {
  background-position-x: center;
}
.global__bg-x--right {
  background-position-x: right;
}
.global__bg-y--top {
  background-position-y: top;
}
.global__bg-y--center {
  background-position-y: center;
}
.global__bg-y--bottom {
  background-position-y: bottom;
}
.global__flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.global__loading {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.global__loading--loaded {
  opacity: 1;
}
.global__preloader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity 1s ease-in;
}
.global__preloader--hidden {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.global__preloader__barberwrap {
  width: 4rem;
  height: 0.667rem;
  position: absolute;
  overflow: hidden;
}
.global__preloader__barberpole {
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: 0;
  -webkit-animation-name: barbershift;
  animation-name: barbershift;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-image: url(../img/barberpole.svg);
  background-size: contain;
  background-position: center center;
}
.is--dark .global__preloader__barberpole {
  background-image: url(../img/barberpole-white.svg);
  background-size: contain;
  background-position: center center;
}
.global__required {
  margin-left: 0.05em;
  color: #ff6060;
  font-family: system-ui;
  line-height: 1em;
}
.global__required--bright {
  color: #ff8787;
  font-weight: 700;
}
.global__required-inline {
  position: relative;
}
.global__required-inline::after {
  content: '*';
  position: absolute;
  top: 0.25em;
  right: 0.5em;
  font-family: system-ui;
  color: #ff8787;
  font-weight: 700;
}
.global__hover {
  display: inline-block;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  transition: all 0.15s ease-out;
}
.global__hover a:hover {
  transition: all 0.15s ease-in;
}
a:hover .global__hover--up {
  -webkit-transform: translateX(0) translateY(-0.125em);
  transform: translateX(0) translateY(-0.125em);
}
a:hover .global__hover--left {
  -webkit-transform: translateX(-0.25em) translateY(0);
  transform: translateX(-0.25em) translateY(0);
}
a:hover .global__hover--right {
  -webkit-transform: translateX(0.25em) translateY(0);
  transform: translateX(0.25em) translateY(0);
}
.preloader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(118, 152, 207, 0.125);
}
body {
  font-family: nimbus-sans, 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 0.025em;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3 {
  font-size: inherit;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  color: #ff890a;
  margin-bottom: 3em;
}
@media (max-width: 600px) {
  h2 {
    margin-bottom: 2em;
  }
}
h3 {
  margin-bottom: 2em;
}
h4 {
  font-size: inherit;
  font-weight: 400;
}
small {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.5;
  font-weight: 400;
}
em, strong {
  font-style: normal;
  font-weight: 400;
}
.content {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.content__bg {
  display: none;
}
.is--kw1 .content__bg:nth-child(odd), .is--kw2 .content__bg:nth-child(even), .is--kw3 .content__bg:nth-child(even) {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  display: block;
  background-image: url('../img/pattern-cross.svg');
  background-repeat: repeat;
  background-position: left 3px;
  background-size: 14px 28px;
  opacity: 0.125;
}
.is--kw1 .content__bg:first-child {
  z-index: 1;
}
.content__bg--darker {
  opacity: 0.225;
}
.content__bg--darker::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 33%, rgba(255, 255, 255, 0) 100%);
}
.global__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}
.global__modal--active {
  opacity: 1;
  pointer-events: all;
}
.global__modal__images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.global__modal__images__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6.25vw;
}
.global__modal__images__image--before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.global__modal__images__image--after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.global__modal__images__image--hidden {
  visibility: hidden;
  pointer-events: none;
  transition: none;
}
.global__modal__images__image--pause-transition {
  transition: none;
}
.global__modal__images__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.global__modal__prev, .global__modal__next {
  position: absolute;
  top: 6.25vw;
  bottom: 6.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.25vw;
  cursor: pointer;
}
.global__modal__prev::after, .global__modal__next::after {
  content: '';
  display: block;
  width: 3em;
  height: 3em;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background-image: url(../img/chevron-3px-gf.svg);
  background-size: contain;
  background-position: center center;
}
.global__modal__prev {
  left: 0;
}
.global__modal__prev:hover::after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.global__modal__next {
  right: 0;
}
.global__modal__next::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.global__modal__next:hover::after {
  -webkit-transform: rotate(180deg) scale(0.8);
  transform: rotate(180deg) scale(0.8);
}
.global__modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.25vw;
  height: 6.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.global__modal__close::after {
  content: '';
  display: block;
  width: 3em;
  height: 3em;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background-image: url(../img/cross-3px-gf.svg);
  background-size: contain;
  background-position: center center;
}
.global__modal__close:hover::after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
@media (max-width: 600px) {
  .global__modal__close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .global__modal__close::after {
    width: 40px;
    height: 40px;
  }
}
.global__modal__header {
  position: absolute;
  top: 0;
  left: 3.125vw;
  right: 6.25vw;
  height: 6.25vw;
  font-size: 1.5em;
  color: orange;
  font-weight: 700;
  line-height: 1.25em;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .global__modal__header {
    top: 16px;
    right: 50px;
    bottom: 75vh;
    left: 20px;
    height: auto;
    display: block;
    padding: 0 0 20px 0;
  }
}
.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.comment {
  position: absolute;
  left: 3.125%;
  left: calc(3.125% - 1em);
  width: 50vw;
  z-index: 999;
  font-size: 15px;
  -webkit-transform: translateY(20.22vw);
  transform: translateY(20.22vw);
  cursor: pointer;
  cursor: zoom-in;
}
@media (max-width: 600px) {
  .comment {
    display: none;
  }
}
.comment--active {
  cursor: zoom-out;
}
.comment--loading {
  display: none;
}
.comment__title {
  display: inline-block;
  color: #f66;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5em 1em;
}
.comment__text {
  display: none;
  padding: 0.5em 1em;
  background-color: #faa;
}
.comment--active .comment__text {
  display: block;
}
.main-menu {
  position: fixed;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 30px 16.67%;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0);
  transition: opacity 0.4s ease-out 0.2s, padding-top 0.2s ease-in-out, -webkit-transform ease-out 0.2s;
  transition: opacity 0.4s ease-out 0.2s, transform ease-out 0.2s, padding-top 0.2s ease-in-out;
  transition: opacity 0.4s ease-out 0.2s, transform ease-out 0.2s, padding-top 0.2s ease-in-out, -webkit-transform ease-out 0.2s;
}
@media (max-width: 600px) {
  .main-menu {
    align-items: flex-start;
    padding: 7em 3em 30px 30px;
    overflow-y: scroll;
  }
}
.main-menu a {
  transition: opacity 0.5s ease-in;
}
.main-menu-wrap--menu-open .main-menu {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
  transition: opacity 0.4s ease-out, padding-top 0.2s ease-in-out, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, padding-top 0.2s ease-in-out;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out, padding-top 0.2s ease-in-out, -webkit-transform 0.4s ease-out;
}
.main-menu > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
}
.main-menu-wrap--results .main-menu > ul {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 600px) {
  .main-menu > ul {
    display: block;
    font-size: 1em !important;
  }
}
.main-menu__header-item {
  padding: 0 2em 2em 0;
}
@media (max-width: 600px) {
  .main-menu__header-item {
    padding: 0 0 1em 0;
  }
}
.main-menu__header-item a {
  font-size: 1.25em;
  line-height: 1em;
}
.main-menu__header-item--current > a {
  color: #ff890a;
}
.is--ame .main-menu__header-item--current > a {
  color: #005eb8;
}
.main-menu__item {
  padding: 1em 2em 1.5em 0;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row: 2;
}
.main-menu__item:nth-child(6) {
  -ms-grid-column: 6;
  -ms-grid-row: 2;
}
.main-menu__item:nth-child(7) {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
}
.main-menu__item:nth-child(8) {
  -ms-grid-column: 6;
  -ms-grid-row: 3;
}
.main-menu__item--odd {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.main-menu__header-item + .main-menu__item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
}
.main-menu__header-item + .main-menu__item {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3;
}
.main-menu__item > a {
  font-size: 2em;
  text-transform: uppercase;
}
.main-menu__item > a[href]::after {
  top: 0.55em;
  font-size: 0.75em;
}
.main-menu__item--current > a {
  color: #ff890a;
}
.is--ame .main-menu__item--current > a {
  color: #005eb8;
}
.main-menu__item__submenu {
  font-size: 1.25em;
}
.main-menu__item__submenu__item {
  padding-top: 0.33em;
}
.main-menu__item__submenu__item--current {
  color: #ff890a;
}
.is--ame .main-menu__item__submenu__item--current {
  color: #005eb8;
}
.main-menu__footer {
  padding: 2em 2em 0 0;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  -ms-grid-row: 3;
  line-height: 2em;
}
.main-menu__item + .main-menu__footer {
  -ms-grid-column: 1;
  grid-column: 1 / span 3;
}
.main-menu__footer:nth-child(10) {
  -ms-grid-column: 2;
}
.main-menu__footer:nth-child(11) {
  -ms-grid-column: 3;
}
.main-menu__footer:nth-child(12) {
  -ms-grid-column: 4;
}
.main-menu__footer:nth-child(13) {
  -ms-grid-column: 5;
}
.main-menu__footer:nth-child(14) {
  -ms-grid-column: 6;
}
.main-menu__footer:nth-child(15) {
  -ms-grid-column: 7;
}
.main-menu__footer:nth-child(16) {
  -ms-grid-column: 8;
}
.main-menu__footer a {
  font-size: 1.25em;
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 600px) {
  .main-menu__footer a {
    margin-bottom: 0.75em;
  }
}
.main-menu__footer a img {
  height: 1.26em;
  width: auto;
}
.main-menu__footer--switch {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4 / span 2;
}
.main-menu__footer--switch a {
  position: absolute;
  background-color: rgba(0, 94, 184, 0.9);
  color: #fff;
  padding: 0 0.33em;
  line-height: 1.3em;
  transition: background-color 0.2s ease-in-out;
  opacity: 1;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .main-menu__footer--switch a {
    position: relative;
  }
}
.is--ame .main-menu__footer--switch a {
  background-color: #ff890a;
}
.main-menu__footer--switch a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.65em 0 0.65em 0.65em;
  border-color: transparent transparent transparent rgba(0, 94, 184, 0.9);
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.is--ame .main-menu__footer--switch a::before {
  border-color: transparent transparent transparent #ff890a;
}
.main-menu__footer--switch a:hover {
  background-color: white;
  color: #005eb8;
}
.is--ame .main-menu__footer--switch a:hover {
  color: #ff890a;
}
.main-menu__footer--switch a:hover::before {
  opacity: 0;
}
.is--touched .main-menu__footer--switch a:hover {
  color: #fff;
  background-color: rgba(0, 94, 184, 0.9);
}
.is--touched.is--ame .main-menu__footer--switch a:hover {
  background-color: #ff890a;
}
.is--touched .main-menu__footer--switch a::before {
  opacity: 1;
}
.main-menu__footer--switch a[href]::after {
  display: none;
}
.main-menu-open {
  position: fixed;
  z-index: 2;
  display: block;
  top: 6.25vw;
  right: 3.125%;
  width: 2.667em;
  height: 2.667em;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-out 0.3s;
}
@media (max-width: 600px) {
  .main-menu-open {
    top: 20px !important;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.main-menu-wrap--menu-open .main-menu-open {
  opacity: 0;
  pointer-events: all;
  transition: opacity 0.15s ease-out;
}
.main-menu-open__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s ease-in-out;
}
.main-menu-open__icon--black {
  opacity: 1;
  background-image: url(../img/menu-button-black.svg);
  background-size: contain;
  background-position: right top;
}
.over--dark .main-menu-open__icon--black {
  opacity: 0;
}
.is--news-gf .main-menu-open__icon--black {
  background-image: url(../img/menu-button-gf.svg);
  background-size: contain;
  background-position: right top;
  opacity: 1;
}
.is--news-ame .main-menu-open__icon--black {
  background-image: url(../img/menu-button-ame.svg);
  background-size: contain;
  background-position: right top;
  opacity: 1;
}
.main-menu-open__icon--white {
  opacity: 0;
  background-image: url(../img/menu-button-white.svg);
  background-size: contain;
  background-position: right top;
}
.over--dark .main-menu-open__icon--white {
  opacity: 1;
}
.is--news-gf .main-menu-open__icon--white {
  opacity: 0;
}
.main-menu-close {
  position: fixed;
  z-index: 3;
  display: block;
  top: 6.25vw;
  right: 3.125%;
  width: 2.25em;
  height: 2.25em;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 600px) {
  .main-menu-close {
    top: 20px !important;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
.main-menu-wrap--menu-open .main-menu-close {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in 0.5s;
}
.main-menu-close__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/menu-button-close.svg);
  background-size: contain;
  background-position: right top;
}
.search-control {
  position: fixed;
  z-index: 5;
  display: block;
  top: 12.5vw;
  right: 3.125%;
  width: 13.545%;
  height: 2.4em;
  padding-right: 3.125%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(1.3em);
  transform: translateY(1.3em);
  transition: opacity 0.3s ease-out;
}
@media (min-width: 601px) {
  .is--ame .search-control {
    -webkit-transform: none;
    transform: none;
    right: calc(2.25em + 6.25%);
  }
}
.main-menu-wrap--menu-open .search-control {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in 0.5s;
}
@media (max-width: 600px) {
  .search-control {
    top: 60px !important;
    left: 30px;
    right: 21px;
    width: auto;
    padding-right: 49px;
    height: 35.4px;
  }
}
.search-control__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 2.4em;
  transition: opacity 0.2s ease-in-out;
  background-image: url(../img/menu-button-search.svg);
  background-size: contain;
  background-position: right top;
}
.main-menu-wrap--results .search-control__icon {
  background-image: url(../img/menu-button-search-x.svg);
  background-size: contain;
  background-position: right top;
}
.search-control__info {
  position: absolute;
  bottom: -1.75em;
  left: -2em;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
@media (max-width: 600px) {
  .search-control__info {
    left: 0;
  }
}
.main-menu-wrap--results .search-control__info {
  opacity: 0.25;
  pointer-events: all;
}
.main-menu-wrap--searching .search-control__info {
  opacity: 1;
  pointer-events: all;
}
.search-control input {
  font-size: 1.5em;
  line-height: 33px;
  margin-left: -1.33em;
  width: 120%;
  border-bottom: 2px solid;
  opacity: 0;
  pointer-events: none;
  border-radius: 0;
  transition: opacity 0.2s ease-in-out;
}
.main-menu-wrap--results .search-control input {
  opacity: 0.25;
  pointer-events: all;
}
.main-menu-wrap--searching .search-control input {
  opacity: 1;
  pointer-events: all;
}
.search-control input:focus {
  outline: none;
}
@media (max-width: 600px) {
  .search-control input {
    margin-left: 0;
    width: 100%;
  }
}
.search-results {
  font-size: 1.83em;
  position: fixed;
  top: 0;
  z-index: 4;
  left: 16.67%;
  bottom: 0;
  min-width: 30%;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  transition: opacity 0.2s ease-in-out;
}
.main-menu-wrap--results .search-results {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 600px) {
  .search-results {
    padding-top: 40px !important;
    top: 140px;
    left: 0;
    right: 0;
  }
}
.search-results__links {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .search-results__links {
    padding: 0 30px 1em;
  }
}
.search-results__links .person {
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .search-results__links .person {
    white-space: normal;
    line-height: 1.125em;
  }
}
.search-results__links .person__name {
  font-weight: 400;
}
.search-results__links .person__content {
  display: block;
  font-size: 0.83em;
  line-height: 1.33em;
}
.search-results__links .person__content a {
  color: #ff890a;
}
.is--ame .search-results__links .person__content a {
  color: #005eb8;
}
.search-results__links > a {
  white-space: nowrap;
  margin-bottom: 0.75em;
}
@media (max-width: 600px) {
  .search-results__links > a {
    white-space: normal;
    line-height: 1.125em;
  }
}
.search-results__links > a i {
  line-height: 0.5em;
  display: block;
  font-size: 0.67em;
  font-style: normal;
}
@media (max-width: 600px) {
  .search-results__links > a i {
    line-height: 1.33em;
  }
}
.search-results__links > a span {
  display: block;
  position: relative;
  font-size: 0.67em;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.search-results__links > a span::before, .search-results__links > a span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10em;
}
.search-results__links > a span::before {
  left: 0;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.search-results__links > a span::after {
  right: 0;
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 600px) {
  .search-results__links > a span {
    white-space: normal;
    line-height: 1.33em;
    overflow: visible;
    color: #777;
    margin-top: 0.1em;
  }
  .search-results__links > a span::before, .search-results__links > a span::after {
    width: 2em;
    height: 1em;
  }
  .search-results__links > a span::before {
    bottom: auto;
    height: 1.33em;
  }
  .search-results__links > a span::after {
    position: static;
    display: inline-block;
    margin-left: -2em;
  }
  .search-results__links > a span strong {
    color: #000;
  }
}
.search-results__input {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
  margin-top: -0.125em;
  margin-bottom: 0.25em;
}
@media (max-width: 600px) {
  .search-results__input {
    display: none;
  }
}
.search-results-cover {
  position: fixed;
  top: 140px;
  left: 0;
  right: 0;
  height: 35px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}
.main-menu-wrap--results .search-results-cover {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 601px) {
  .search-results-cover {
    display: none;
  }
}
.logo {
  position: fixed;
  z-index: 2;
  top: 6.25vw;
  left: 3.125vw;
  width: 6.36vw;
  height: 11.1075vw;
  overflow: hidden;
  color: rgba(0, 0, 0, 0);
  font-size: 3.33em;
}
@media (max-width: 600px) {
  .logo {
    display: none;
  }
}
.logo--menu {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 600px) {
  .logo--menu {
    position: absolute;
    display: block;
    top: 17.5px !important;
    left: 30px;
    height: 81px;
    width: 140px;
  }
}
.main-menu-wrap--menu-open .logo--menu {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.3s ease-in 0.5s;
}
.logo__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s ease-in-out;
}
.logo__image--black {
  opacity: 1;
  background-image: url(../img/logo-vertical-black-2.svg);
  background-size: contain;
  background-position: right top;
}
.is--ame .logo__image--black {
  background-image: url(../img/logo-vertical-black-ame-2.svg);
  background-size: contain;
  background-position: right top;
}
@media (max-width: 600px) {
  .logo--menu .logo__image--black {
    background-image: url('../img/logo-horizontal-black-2.svg') !important;
  }
  .is--ame .logo--menu .logo__image--black {
    background-image: url('../img/logo-horizontal-black-ame-2.svg') !important;
  }
}
.over--dark .logo__image--black {
  opacity: 0;
}
.logo__image--white {
  background-image: url(../img/logo-vertical-white-2.svg);
  background-size: contain;
  background-position: right top;
  opacity: 0;
}
.is--ame .logo__image--white {
  background-image: url(../img/logo-vertical-white-ame-2.svg);
  background-size: contain;
  background-position: right top;
}
.over--dark .logo__image--white {
  opacity: 1;
}
.is--news-gf .logo__image {
  background-image: url(../img/logo-vertical-2.svg);
  background-size: contain;
  background-position: right top;
}
.is--news-ame .logo__image {
  background-image: url(../img/logo-vertical-ame-2.svg);
  background-size: contain;
  background-position: right top;
}
.logo--menu .logo__image {
  background-image: url(../img/logo-vertical-black-2.svg);
  background-size: contain;
  background-position: right top;
}
.is--ame .logo--menu .logo__image {
  background-image: url(../img/logo-vertical-black-ame-2.svg);
  background-size: contain;
  background-position: right top;
}
.scroll-nav {
  position: fixed;
  z-index: 2;
  top: 33.3%;
  border-radius: 1px;
  right: 3.125%;
  width: 10.545%;
  text-align: right;
}
@media (max-width: 600px) {
  .scroll-nav {
    position: static;
    width: auto;
    text-align: left;
    font-size: 1.25em;
    padding: 20px;
  }
}
.scroll-nav ul {
  padding-left: 0;
}
.scroll-nav li {
  padding-bottom: 2em;
}
.scroll-nav li:last-child {
  padding-bottom: 0;
}
.scroll-nav li::before {
  display: none;
}
@media (max-width: 600px) {
  .scroll-nav li {
    position: relative;
    padding: 0 0 1em;
  }
  .scroll-nav li a {
    padding-left: 1.75em;
  }
  .scroll-nav li::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 5px;
    left: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: block;
    width: 11px;
    height: 11px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-width: 3px;
  }
}
.scroll-nav__item {
  transition: color 0.2s ease-in-out;
  font-weight: 400;
}
.scroll-nav__item.over--dark {
  color: #fff;
}
.scroll-nav__item.scroll-nav__item--active {
  color: #ff890a;
}
.scroll-nav__item.scroll-nav__item--active.over--corporate {
  color: #fff;
}
.is--ame .scroll-nav__item.scroll-nav__item--active {
  color: #005eb8;
}
.is--ame .scroll-nav__item.scroll-nav__item--active.over--corporate {
  color: #fff;
}
.mobile-scroll-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.25em;
  font-weight: 400;
  text-align: right;
  padding: 30px 0 135px;
  background-color: rgba(255, 137, 10, 0.9);
  z-index: 2;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in 0.25s;
  transition: transform 0.5s ease-in 0.25s, opacity 0.5s ease-in;
  transition: transform 0.5s ease-in 0.25s, opacity 0.5s ease-in, -webkit-transform 0.5s ease-in 0.25s;
}
.is--ame .mobile-scroll-nav {
  background-color: rgba(0, 94, 184, 0.9);
}
@media (min-width: 601px) {
  .mobile-scroll-nav {
    display: none;
  }
}
.mobile-scroll-nav--open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.mobile-scroll-nav ul li {
  list-style: none;
}
.mobile-scroll-nav ul li a {
  position: relative;
  display: block;
  padding: 10px 60px 10px 40px;
}
.mobile-scroll-nav ul li a::after {
  content: '';
  position: absolute;
  top: 17px;
  right: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-width: 3px;
}
.mobile-scroll-nav ul li.done a::after {
  -webkit-transform: rotate(-45deg) translateX(-25%) translateY(25%);
  transform: rotate(-45deg) translateX(-25%) translateY(25%);
}
.mobile-scroll-nav ul li.current {
  color: #fff;
}
.mobile-scroll-nav ul li.current a::after {
  -webkit-transform: rotate(-45deg) translateX(-25%) translateY(25%);
  transform: rotate(-45deg) translateX(-25%) translateY(25%);
}
.msb {
  position: fixed;
  right: 0;
  bottom: 85px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in;
}
@media (min-width: 601px) {
  .msb {
    display: none;
  }
}
.msb--active {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.5s ease-in;
}
.msb::before {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  height: 53px;
  width: 52px;
  pointer-events: none;
  background-size: contain;
  background-position: left center;
  border-width: 2px 0 2px 2px;
  background-color: rgba(255, 137, 10, 0.9);
  border-radius: 3px 0 0 3px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.5s ease-in 0.25s;
  transition: transform 0.5s ease-in 0.25s;
  transition: transform 0.5s ease-in 0.25s, -webkit-transform 0.5s ease-in 0.25s;
}
.is--ame .msb::before {
  background-color: rgba(0, 94, 184, 0.9);
}
.mobile-scroll-nav--open + .msb::before {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.msb__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}
.msb__icon::before, .msb__icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-width: 3px;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.msb__icon::before {
  right: 17px;
  bottom: 25px;
}
.mobile-scroll-nav--open + .msb .msb__icon::before {
  -webkit-transform: translate(-8px, 8px);
  transform: translate(-8px, 8px);
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
.msb__icon::after {
  right: 25px;
  bottom: 17px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-scroll-nav--open + .msb .msb__icon::after {
  -webkit-transform: rotate(180deg) translate(-8px, 8px);
  transform: rotate(180deg) translate(-8px, 8px);
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}
.page-header {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 6.25vw 0 12.915vw;
  min-height: calc(100vh + 6.4575vw);
}
.page-header--done {
  opacity: 0;
}
.page-header--simple {
  min-height: 0;
  padding-bottom: 10vw;
}
.is--kw1 .page-header {
  color: #fff;
  padding-bottom: 6.4575vw;
  min-height: 100vh;
  display: block;
}
@media (max-width: 600px) {
  .is--kw1 .page-header--has-ib {
    padding-bottom: 10em;
  }
}
.is--kw1 .page-header::before {
  content: '';
  position: absolute;
  height: 8.61vw;
  bottom: 0;
  left: 0;
  width: 36.89%;
  z-index: 1;
  background-image: url('../img/pattern-cross.svg');
  background-repeat: repeat;
  background-position: left 3px;
  background-size: 14px 28px;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0.333;
}
.page-header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.page-header--simple::after {
  display: none;
}
.is--kw1 .page-header::after {
  top: 100%;
  bottom: auto;
  height: 175%;
  z-index: 0;
  background-color: #fff;
}
.is--kw2 .page-header::after {
  background-color: #ff890a;
}
.is--ame.is--kw2 .page-header::after {
  background-color: #005eb8;
}
.is--kw3 .page-header::after {
  background-color: #C6C6C6;
}
.page-header__logo {
  position: absolute;
  top: 20px;
  left: 21px;
  height: 81px;
  width: 140px;
  background-image: url(../img/logo-horizontal-black-2.svg);
  background-size: contain;
  background-position: left top;
}
@media (min-width: 601px) {
  .page-header__logo {
    display: none;
  }
}
.is--kw1 .page-header__logo {
  background-image: url(../img/logo-horizontal-white-2.svg);
  background-size: contain;
  background-position: left top;
}
.is--ame .page-header__logo {
  background-image: url(../img/logo-horizontal-black-ame-2.svg);
  background-size: contain;
  background-position: left top;
}
.is--ame.is--kw1 .page-header__logo, .is--ame.is--kw2 .page-header__logo {
  background-image: url(../img/logo-horizontal-white-ame-2.svg);
  background-size: contain;
  background-position: left top;
}
.page-header__bg {
  position: fixed;
  pointer-events: none;
  overflow: hidden;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-header__bg::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
}
.is--kw1 .page-header__bg {
  left: 0;
  right: 0;
  background-color: #C6C6C6;
}
@media (max-width: 600px) {
  .is--kw1 .page-header__bg {
    display: block;
  }
}
.is--kw2 .page-header__bg {
  left: 28.28%;
  width: 20.22%;
}
.is--kw2 .page-header__bg::before {
  content: '';
  position: absolute;
  top: -100vh;
  bottom: -100vh;
  background-image: url(../img/bg-nksa-vertical-white.svg);
  background-size: contain;
  background-position: center center;
}
@media (max-width: 600px) {
  .is--kw2 .page-header__bg {
    left: 0;
    width: 100%;
  }
  .is--kw2 .page-header__bg::before {
    top: -10vh;
    right: -10vw;
    bottom: -10vh;
    background-position: right center;
    opacity: 0.67;
  }
}
.is--ame.is--kw2 .page-header__bg::before {
  background-image: url(../img/bg-ame-vertical-white-2.svg);
  background-size: contain;
  background-position: center center;
}
@media (max-width: 600px) {
  .is--ame.is--kw2 .page-header__bg {
    left: 0;
    width: 100%;
  }
  .is--ame.is--kw2 .page-header__bg::before {
    background-position: right center;
  }
}
.is--kw3 .page-header__bg {
  right: 0;
  left: 0;
}
.is--kw3 .page-header__bg::before {
  top: 0;
  bottom: 0;
  background-image: url(../img/bg-nksa-horizontal-white.svg);
  background-size: contain;
  background-position: center bottom;
}
@media (max-width: 600px) {
  .is--kw3 .page-header__bg::before {
    top: -10vh;
    left: -10vw;
    bottom: -10vh;
    background-position: right center;
    opacity: 0.67;
    background-image: url(../img/bg-nksa-vertical-white.svg);
    background-size: contain;
    background-position: left center;
  }
}
.is--ame.is--kw3 .page-header__bg::before {
  background-image: url(../img/bg-ame-horizontal-white-2.svg);
  background-size: contain;
  background-position: center bottom;
}
@media (max-width: 600px) {
  .is--ame.is--kw3 .page-header__bg {
    left: 0;
    width: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .is--ame.is--kw3 .page-header__bg::before {
    opacity: 1;
    background-image: url(../img/bg-ame-vertical-white-2.svg);
    background-size: contain;
    background-position: right center;
  }
}
.page-header__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.is--kw1 .page-header__bg-image {
  background-position: center center;
}
@media (max-width: 600px) {
  .is--kw1 .page-header__bg-image {
    background-position-x: 23%;
  }
}
.is--kw2 .page-header::before, .is--kw3 .page-header::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 48.5%;
  height: 6.4575vw;
  background-color: #fff;
}
.is--kw2 .page-header::before {
  right: 0;
}
.is--kw3 .page-header::before {
  left: 0;
}
.page-header--simple::before {
  display: none;
}
.page-header__heading {
  position: relative;
  margin: -0.1em 16.67% 1.5vw;
  font-size: 8em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.95em;
}
.is--ame.is--kw2 .page-header__heading {
  color: #fff;
}
@media (max-width: 600px) {
  .page-header__heading {
    margin: 1.75em 20px 20px;
    font-size: 3em;
  }
  .is--kw1 .page-header__heading {
    margin-top: 1.33em;
    font-size: 3.5em;
  }
  .is--ame.is--kw1 .page-header__heading {
    font-size: 3.25em;
  }
}
@media (min-width: 601px) {
  .is--kw1 .page-header__heading {
    font-size: 7.5em;
    line-height: 0.87em;
    margin-right: 8.335%;
    margin-bottom: 0.1em;
  }
}
.page-header__heading > span {
  display: block;
}
@media (max-width: 600px) {
  .page-header__heading > span {
    display: inline;
  }
}
.page-header__heading > span > span {
  white-space: nowrap;
}
@media (max-width: 600px) {
  .page-header__heading > span > span {
    white-space: normal;
  }
}
.page-header__summary {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 300;
  margin-left: 39.89%;
  margin-right: 20.975%;
}
@media (max-width: 600px) {
  .page-header__summary {
    font-size: 1.5em;
    margin: 20px;
  }
}
.is--kw1 .page-header__summary {
  margin-right: 16.67%;
  margin-right: calc(16.67% - 1em);
  text-shadow: 0 0 1.75em rgba(0, 0, 0, 0.7);
}
@media (max-width: 600px) {
  .is--kw1 .page-header__summary {
    font-weight: 400;
  }
}
.is--kw2 .page-header__summary {
  color: #fff;
}
.is--kw3 .page-header__summary {
  font-size: 1.83em;
}
@media (max-width: 600px) {
  .is--kw3 .page-header__summary {
    font-size: 1.5em;
  }
}
.page-header__line {
  position: absolute;
  z-index: 2;
  display: block;
  left: 30.89%;
  width: 2px;
  pointer-events: none;
  background-color: #ff890a;
}
.is--ame .page-header__line {
  background-color: #005eb8;
}
.is--kw1 .page-header__line {
  left: 36.89%;
}
.is--kw3 .page-header__line {
  left: auto;
  right: 36.89%;
}
.page-header__line--inside {
  bottom: 0;
  height: 12.915vw;
}
.is--kw1 .page-header__line--inside {
  height: 8.61vw;
}
.is--kw2 .page-header__line--inside {
  background-color: #fff;
}
.page-header__line--outside {
  top: 100%;
  height: 8.61vw;
}
.is--kw1 .page-header__line--outside {
  height: 6.4575vw;
}
.badge {
  position: absolute;
  left: 16.67%;
  z-index: 1;
  text-align: center;
  padding: 1em;
  color: #fff;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transform: translateX(-0.5em) translateY(0.5em) rotate(-11.25deg);
  transform: translateX(-0.5em) translateY(0.5em) rotate(-11.25deg);
}
@media (max-width: 600px) {
  .badge {
    position: relative;
    display: inline-block;
    left: 0;
    top: -1.5em;
    margin: 2.5em 0 2.5em 1em;
    -webkit-transform: rotate(-11.25deg);
    transform: rotate(-11.25deg);
  }
}
.badge--two {
  left: auto;
  right: 8vw;
  top: 6.67vw;
  transform: translateX(-0.5em) translateY(0.5em) rotate(11.25deg);
}
@media (max-width: 600px) {
  .badge--two {
    right: auto;
    left: 1em;
    top: 0;
  }
}
.badge__bg {
  display: block;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  background-color: #ff890a;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  border-radius: 50%;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.badge:hover .badge__bg {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
  transform: translateX(-50%) translateY(-50%) scale(1.1);
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.is--ame .badge__bg {
  background-color: #005eb8;
}
.badge > span {
  display: block;
}
.badge__title {
  font-weight: 700;
}
.ib {
  position: absolute;
  right: 0;
  bottom: 3em;
  background-color: white;
  color: black;
  padding: 1.6em 4em 1.6em 6.3em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.333em;
  height: 6em;
  border-radius: 3em 0 0 3em;
}
.ib__title {
  display: block;
  font-size: 1.333em;
}
.ib__bg {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 0.6em;
  width: 4.8em;
  background-image: url(../img/ib.svg);
  background-size: contain;
  background-position: center center;
}
.ib::after {
  content: '';
  position: absolute;
  top: 2.3em;
  right: 1.4em;
  width: 1.5em;
  height: 1.5em;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: black;
  transform: rotate(45deg);
}
@media (min-width: 601px) {
  .ib {
    color: white;
    transform: translateX(calc(100% - 7em));
    transition: all 0.5s ease-in;
  }
  .ib:hover {
    transition: all 0.5s ease-in;
    transform: none;
    color: black;
  }
}
.news-image {
  height: 33.33vw;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 600px) {
  .news-image {
    height: 33.33vh;
  }
  .news-image img {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.news-header {
  position: relative;
  font-size: 2em;
  margin: -6.4575vw 25.28% 1em 0;
  padding: 3em 3% 0 16.67%;
  background-color: #fff;
}
@media (max-width: 600px) {
  .news-header {
    font-size: 1.5em;
    margin: 20px;
    padding: 0;
  }
  .news-header p:last-child {
    margin-bottom: 2.5em;
  }
}
.news-header h1 {
  margin-bottom: 3em;
}
@media (max-width: 600px) {
  .news-header h1 {
    margin-bottom: 2em;
  }
}
.is--news-gf .layout-text {
  margin-top: 0;
}
.is--news-gf .layout-text__text img {
  max-width: 100%;
  height: auto;
  margin-top: 1em;
}
.is--news-gf .layout-links {
  margin-top: 4.305vw;
  padding-left: 6vw;
}
.form-stage {
  font-size: 1.83em;
  margin-right: 16.67% !important;
  margin-right: calc(16.67% - 1em) !important;
}
.form {
  display: flex;
  flex-wrap: wrap;
}
.form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  letter-spacing: inherit;
  padding: 0;
  border: none;
}
.form input[type="button"] {
  cursor: pointer;
}
.form th, .form td {
  line-height: 1.25em;
  padding-bottom: 0.5em;
}
.form__input-section {
  width: 100%;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  padding-right: 1em;
}
.form__input-section--half-width {
  width: 50%;
}
.form__input-section--heading {
  margin: 2em 0 0.5em;
}
.form__input-section--heading h3 {
  margin: 0;
}
.form__input-section--divider, .form__input-section--half-width.form__input-section--divider + .form__input-section.form__input-section--half-width {
  position: relative;
  margin-top: 2em;
}
.form__input-section--divider::before, .form__input-section--half-width.form__input-section--divider + .form__input-section.form__input-section--half-width::before {
  content: '';
  position: absolute;
  top: -1em;
  right: 1em;
  left: 0;
  height: 1px;
  background-color: #ff890a;
}
.is--ame .form__input-section--divider::before, .is--ame .form__input-section--half-width.form__input-section--divider + .form__input-section.form__input-section--half-width::before {
  background-color: rgba(0, 94, 184, 0.75);
}
.form__input-section--heading + .form__input-section--divider, .form__input-section--heading + .form__input-section--half-width.form__input-section--divider + .form__input-section.form__input-section--half-width {
  margin-top: 0;
}
.form__input-section--heading + .form__input-section--divider::before, .form__input-section--heading + .form__input-section--half-width.form__input-section--divider + .form__input-section.form__input-section--half-width::before {
  display: none;
}
.form__input-section--text {
  font-size: 0.83em;
}
.form__input-section--repeater {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form__input-section--repeater button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  font-weight: 300;
  color: #ff890a;
  cursor: pointer;
  margin-top: 0.5em;
}
.is--ame .form__input-section--repeater button {
  color: #005eb8;
}
.form__input-section--repeater button:last-child {
  display: none;
}
.form__input-section--repeating button:last-child {
  display: block;
}
.form__buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  width: calc(100% - 1em);
  margin-top: 2em;
}
.input {
  display: flex;
}
.input__label {
  padding-right: 0.25em;
}
.input__value {
  flex-grow: 1;
  width: 0;
  line-height: 1.5em;
}
.input__value--handle-select {
  position: relative;
}
.input__value--handle-select::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0.5em;
  left: 0.2em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #ff890a;
  border-right: 1px solid #ff890a;
  border-width: 2px;
  pointer-events: none;
}
.is--ame .input__value--handle-select::after {
  border-color: #005eb8;
}
.input__value input {
  width: 100%;
}
.input__value select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  font-weight: 300;
  color: #ff890a;
  padding-left: 1.125em;
  cursor: pointer;
}
.is--ame .input__value select {
  color: #005eb8;
}
.input__button {
  display: inline-block;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  border: 2px solid;
  background-color: #ff890a;
  color: #fff;
  font-size: 0.83em;
  cursor: pointer;
}
.is--ame .input__button {
  background-color: #005eb8;
}
.input--checkbox {
  position: relative;
}
.input--checkbox .input__label {
  padding-left: 1.5em;
}
.input--checkbox .input__value {
  position: absolute;
  top: 0.15em;
  left: 0;
  height: 1em;
  width: 1em;
}
.input--checkbox .input__value input {
  width: 100%;
  height: 100%;
  border: 1px solid #ff890a;
  border-radius: 50%;
}
.input--checkbox .input__value input::before, .input--checkbox .input__value input::after {
  content: '';
  position: absolute;
  top: 49%;
  top: calc(50% + 1px);
  right: 0;
  left: 0;
  height: 2px;
  background-color: #ff890a;
  display: none;
}
.input--checkbox .input__value input::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.input--checkbox .input__value input::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.input--checkbox .input__value input:checked::before, .input--checkbox .input__value input:checked::after {
  display: block;
}
.is--ame .input--checkbox .input__value input {
  border-color: #005eb8;
}
.is--ame .input--checkbox .input__value input::before, .is--ame .input--checkbox .input__value input::after {
  background-color: #005eb8;
}
.input--text .input__value, .input--email .input__value {
  border-bottom: 1px solid;
}
.layout {
  position: relative;
  z-index: 1;
}
.layout--richtext ul {
  position: relative;
  padding-left: 1.25em;
}
.layout--richtext ul + * {
  margin-top: 1em;
}
.layout--richtext li {
  list-style-type: none;
  margin-bottom: 0.25em;
}
.layout--richtext li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.layout--kw4 {
  margin: 20.22vw 28.28% 8.61vw 16.67%;
}
@media (max-width: 600px) {
  .layout--kw4 {
    margin: 2.5em 20px;
  }
  header + .layout--kw4, figure + .layout--kw4 {
    margin-top: 3.75em !important;
  }
  .is--news-gf .layout--kw4, .is--news-ame .layout--kw4 {
    margin-top: 1.33em !important;
  }
}
.is--kw3 header + .layout--kw4 {
  margin-top: 8.61vw;
}
@media (max-width: 600px) {
  .is--kw3 header + .layout--kw4 {
    margin-top: 3.75em;
  }
}
.page-header--simple + .layout--kw4 {
  margin-top: 0 !important;
}
.layout--kw4 h2 {
  color: #ff890a;
}
.is--ame .layout--kw4 h2 {
  color: #005eb8;
}
.is--kw1 .layout--kw4 h2 {
  color: #000;
}
.layout--kw5 {
  margin: 20.22vw 28.28% 8.61vw;
}
@media (max-width: 600px) {
  .layout--kw5 {
    margin: 2.5em 20px;
  }
}
header + .layout--kw5 {
  margin-top: 8.61vw;
}
.layout-folder {
  font-size: 2em;
  margin-top: -4.305vw;
}
@media (max-width: 600px) {
  .layout-folder {
    font-size: 1.5em;
    margin: 0;
    padding-bottom: 2.5em;
  }
  .layout-text--no-body + .layout-folder {
    margin-top: -2.5em;
  }
}
@media (min-width: 601px) {
  .is--kw3 .layout-folder {
    font-size: 1.83em;
  }
}
.layout-folder h4 {
  font-weight: 300;
  color: #ffa400;
  margin-bottom: 2.5em;
}
.layout-folder > ul {
  list-style: none;
  padding-left: 0;
}
.layout-folder > ul > li {
  border-bottom: 2px solid #000;
}
@media (max-width: 600px) {
  .layout-folder > ul > li {
    position: relative;
    padding: 0 20px 2px;
    border-bottom: none;
  }
  .layout-folder > ul > li::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    height: 2px;
    background-color: #000;
  }
}
.layout-folder > ul > li::before {
  display: none;
}
.layout-folder table {
  width: 100%;
  margin-bottom: 1em;
}
.layout-folder th, .layout-folder td {
  width: auto !important;
  text-align: left;
  line-height: 1.25em;
  padding: 0 0.5em 0.33em 0;
  vertical-align: top;
}
.layout-folder th {
  font-weight: inherit;
  color: #ff890a;
}
.is--ame .layout-folder th {
  color: #005eb8;
}
.layout-folder a {
  display: inline-block;
  margin: 0.5em 0 0 1.25em;
  color: #ff890a;
}
.is--ame .layout-folder a {
  color: #005eb8;
}
@media (max-width: 600px) {
  .layout-folder__table-folder {
    padding-right: 0 !important;
  }
}
.folder__title {
  position: relative;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  margin: 2em 0 1em;
}
.folder:first-child .folder__title {
  margin-top: 0;
}
.folder__title::before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: -3vw;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #ff890a;
  border-right: 1px solid #ff890a;
  border-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 33%;
  transform-origin: 50% 33%;
  -webkit-transform: translateX(-100%) rotate(135deg);
  transform: translateX(-100%) rotate(135deg);
  transition: all 0.3s ease-out;
}
@media (max-width: 600px) {
  .folder__title::before {
    left: -16px;
    width: 14px !important;
    height: 14px !important;
  }
}
.is--ame .folder__title::before {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #005eb8;
  border-right: 1px solid #005eb8;
  border-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: translateX(-100%) rotate(135deg);
  transform: translateX(-100%) rotate(135deg);
}
.folder--hidden .folder__title::before {
  -webkit-transform: translateX(-100%) rotate(45deg);
  transform: translateX(-100%) rotate(45deg);
  transition: all 0.3s ease-in;
}
.folder__title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3vw;
  width: 3vw;
}
@media (max-width: 600px) {
  .folder__title {
    padding-left: 30px;
  }
  .folder__title::before {
    left: 14px;
  }
}
.folder__content {
  padding-bottom: 1.5em;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
@media (max-width: 600px) {
  .folder__content {
    font-size: 0.83em;
    overflow-x: auto;
  }
  .folder__content ul {
    padding-left: 30px;
  }
}
.folder--hidden .folder__content {
  padding-bottom: 0;
  height: 0 !important;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.folder__image {
  width: 100%;
  height: auto;
  padding-bottom: 1.25em;
}
.folder__text {
  padding-left: 11.61vw;
}
.folder__image + .folder__text {
  padding-left: 0;
}
@media (max-width: 600px) {
  .folder__text {
    padding-left: 0;
  }
}
.layout-image {
  margin: 20.22vw 0 8.61vw;
}
@media (max-width: 600px) {
  .layout-image {
    margin: 0 !important;
  }
}
.layout-testimonial + .layout-image {
  margin-top: 0;
}
.layout-image__wrap {
  overflow: hidden;
}
.layout-image__image {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 600px) {
  .layout-image__image {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.layout-image figcaption {
  position: relative;
  display: block;
  margin-top: -8.61vw;
  margin-bottom: 8.61vw;
  margin-left: 28.28%;
  width: 71.72%;
  padding: 8.61vw 16.67vw 8.61vw 11.61vw;
  background-color: #FFF;
  font-size: 2em;
}
@media (max-width: 600px) {
  .layout-image figcaption {
    position: static !important;
    width: 100%;
    font-size: 1.25em;
    margin: 0 0 3em;
    padding: 20px 20px 2.5em;
  }
}
.is--kw3 .layout-image figcaption {
  font-size: 1.83em;
}
@media (max-width: 600px) {
  .is--kw3 .layout-image figcaption {
    font-size: 1.25em;
  }
}
.layout-image figcaption h4 {
  font-weight: 400;
  color: #000;
}
.layout-image figcaption::after, .layout-image figcaption::before {
  content: '';
  position: absolute;
  left: 31.83vw;
  background-color: #ff890a;
  width: 2px;
}
@media (max-width: 600px) {
  .layout-image figcaption::after, .layout-image figcaption::before {
    display: none;
  }
}
.is--ame .layout-image figcaption::after, .is--ame .layout-image figcaption::before {
  background-color: #005eb8;
}
.layout-image figcaption::after {
  top: 0;
  height: 4.305vw;
}
.layout-image figcaption::before {
  bottom: 100%;
  height: 20.22vw;
}
.layout-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -4.305vw;
}
.layout-gallery__images {
  white-space: nowrap;
  will-change: transform;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.layout-gallery__images img {
  width: auto;
  height: 25vw;
  cursor: pointer;
}
@media (max-width: 600px) {
  .layout-gallery__images img {
    height: 50vh;
  }
}
.layout-gallery__prev-next {
  position: absolute;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  width: 6.25vw;
  height: 6.25vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.layout-gallery__prev-next--inactive {
  pointer-events: none;
  opacity: 0;
}
.layout-gallery__prev-next--prev {
  left: 0;
}
.layout-gallery__prev-next--next {
  right: 0;
}
.layout-gallery__prev-next::after {
  content: '';
  pointer-events: none;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.layout-gallery__prev-next--prev::after {
  display: block;
  width: 3em;
  height: 3em;
  border-top: 1px solid #ff890a;
  border-right: 1px solid #ff890a;
  border-width: 3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.is--ame .layout-gallery__prev-next--prev::after {
  display: block;
  width: 3em;
  height: 3em;
  border-top: 1px solid #005eb8;
  border-right: 1px solid #005eb8;
  border-width: 3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.layout-gallery__prev-next--prev:hover::after {
  -webkit-transform: rotate(225deg) scale(0.875);
  transform: rotate(225deg) scale(0.875);
}
.layout-gallery__prev-next--next::after {
  display: block;
  width: 3em;
  height: 3em;
  border-top: 1px solid #ff890a;
  border-right: 1px solid #ff890a;
  border-width: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is--ame .layout-gallery__prev-next--next::after {
  display: block;
  width: 3em;
  height: 3em;
  border-top: 1px solid #005eb8;
  border-right: 1px solid #005eb8;
  border-width: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.layout-gallery__prev-next--next:hover::after {
  -webkit-transform: rotate(45deg) scale(0.875);
  transform: rotate(45deg) scale(0.875);
}
@media (max-width: 600px) {
  .layout-gallery__prev-next {
    width: 40px;
    height: 60px;
  }
  .layout-gallery__prev-next--prev {
    left: 10px;
  }
  .layout-gallery__prev-next--next {
    right: 10px;
  }
  .layout-gallery__prev-next--prev::after {
    display: block;
    width: 40px;
    height: 40px;
    border-top: 1px solid #ff890a;
    border-right: 1px solid #ff890a;
    border-width: 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg) translate(-10px, 10px);
    transform: rotate(225deg) translate(-10px, 10px);
  }
  .is--ame .layout-gallery__prev-next--prev::after {
    display: block;
    width: 40px;
    height: 40px;
    border-top: 1px solid #005eb8;
    border-right: 1px solid #005eb8;
    border-width: 3px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .layout-gallery__prev-next--prev:hover::after {
    -webkit-transform: rotate(225deg) scale(0.875) translate(-10px, 10px);
    transform: rotate(225deg) scale(0.875) translate(-10px, 10px);
  }
  .layout-gallery__prev-next--next::after {
    display: block;
    width: 40px;
    height: 40px;
    border-top: 1px solid #ff890a;
    border-right: 1px solid #ff890a;
    border-width: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) translate(-10px, 10px);
    transform: rotate(45deg) translate(-10px, 10px);
  }
  .is--ame .layout-gallery__prev-next--next::after {
    display: block;
    width: 40px;
    height: 40px;
    border-top: 1px solid #005eb8;
    border-right: 1px solid #005eb8;
    border-width: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .layout-gallery__prev-next--next:hover::after {
    -webkit-transform: rotate(45deg) scale(0.875) translate(-10px, 10px);
    transform: rotate(45deg) scale(0.875) translate(-10px, 10px);
  }
}
.layout-graphic {
  font-size: 2em;
  background-color: #ff890a;
  padding: 8.61vw 28.28% 8.61vw 16.67%;
}
@media (max-width: 600px) {
  .layout-graphic {
    font-size: 1.5em;
    padding: 20px;
    margin: 0;
  }
}
.layout-graphic--no-bg {
  background-color: transparent !important;
}
.layout-graphic--no-margin {
  padding: 0;
  margin-bottom: 8.61vw;
}
.is--ame .layout-graphic {
  background-color: #005eb8;
}
.layout-graphic h2 {
  color: #fff;
}
@media (max-width: 600px) {
  .layout-graphic h2 {
    margin-bottom: 20px;
  }
}
.layout-graphic__wrap {
  overflow: hidden;
}
.layout-graphic__image {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.layout-links {
  font-size: 2em;
  margin-top: -4.305vw;
}
@media (max-width: 600px) {
  .layout-links {
    margin: -1em 20px 0 50px;
    font-size: 1.5em;
    padding: 0 0 2.5em 0;
  }
  .layout-text--no-body + .layout-links {
    margin-top: -2.5em;
  }
}
.is--kw3 .layout-links {
  font-size: 1.83em;
}
@media (max-width: 600px) {
  .is--kw3 .layout-links {
    font-size: 1.5em;
  }
}
.layout-links__link {
  margin-bottom: 2em;
}
.layout-links__link:last-child {
  margin-bottom: 0 !important;
}
.layout-links__link a {
  display: block;
}
.layout-links__link a::before {
  top: 0.33em !important;
}
.is--kw3 .layout-links__link {
  margin-bottom: 1.5em;
}
.is--kw3 .layout-links__link a {
  color: #ff890a;
  position: relative;
}
.is--ame.is--kw3 .layout-links__link a {
  color: #005eb8;
}
.is--kw3 .layout-links__link a::before {
  content: '';
  top: 0.2em;
  left: -3vw;
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: url(../img/icon-link-internal-gf.svg);
  background-size: contain;
  background-position: right center;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (max-width: 600px) {
  .is--kw3 .layout-links__link a::before {
    top: 0.25em;
    left: -12.5px;
    width: 17.5px;
    height: 17.5px;
  }
}
.is--kw3 .layout-links__link a::after {
  content: '';
  top: 0;
  left: -6vw;
  bottom: 0;
  width: 6vw;
  position: absolute;
}
@media (max-width: 600px) {
  .is--kw3 .layout-links__link a::after {
    left: -30px;
    width: 30px;
  }
}
.is--kw3 .layout-links__link a:hover::before {
  -webkit-transform: translateX(-100%) scale(1.25);
  transform: translateX(-100%) scale(1.25);
}
.layout-links__link--internal a::before {
  background-image: url('../img/icon-link-internal-gf.svg') !important;
}
.is--ame .layout-links__link--internal a::before {
  background-image: url('../img/icon-link-internal-ame.svg') !important;
}
.layout-links__link--external a::before {
  background-image: url('../img/icon-link-external-gf.svg') !important;
}
.is--ame .layout-links__link--external a::before {
  background-image: url('../img/icon-link-external-ame.svg') !important;
}
.layout-links__link--file a::before {
  background-image: url('../img/icon-link-file-gf.svg') !important;
}
.is--ame .layout-links__link--file a::before {
  background-image: url('../img/icon-link-file-ame.svg') !important;
}
.layout-links__link--email a::before {
  background-image: url('../img/icon-link-letter-gf.svg') !important;
}
.is--ame .layout-links__link--email a::before {
  background-image: url('../img/icon-link-letter-ame.svg') !important;
}
.layout-links__link--back a::before {
  background-image: url('../img/icon-link-back-gf.svg') !important;
}
.is--ame .layout-links__link--back a::before {
  background-image: url('../img/icon-link-back-ame.svg') !important;
}
.is--kw1 .layout-links__link a, .is--kw2 .layout-links__link a {
  color: #ff890a;
  padding: 0.75em 0;
  line-height: 1em;
  position: relative;
  display: inline-block;
  font-size: 0.83em;
  text-transform: uppercase;
}
.is--kw1 .layout-links__link a::before, .is--kw1 .layout-links__link a::after, .is--kw2 .layout-links__link a::before, .is--kw2 .layout-links__link a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #ff890a;
  background-image: none !important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.is--kw1 .layout-links__link a::before, .is--kw2 .layout-links__link a::before {
  top: 0;
  width: 2.87vw;
}
@media (max-width: 600px) {
  .is--kw1 .layout-links__link a::before, .is--kw2 .layout-links__link a::before {
    width: 2em;
  }
}
.is--kw1 .layout-links__link a::after, .is--kw2 .layout-links__link a::after {
  bottom: 0;
  width: 5.74vw;
}
@media (max-width: 600px) {
  .is--kw1 .layout-links__link a::after, .is--kw2 .layout-links__link a::after {
    width: 3em;
  }
}
.is--kw1 .layout-links__link a:hover::before, .is--kw1 .layout-links__link a:hover::after, .is--kw2 .layout-links__link a:hover::before, .is--kw2 .layout-links__link a:hover::after {
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.is--ame.is--kw1 .layout-links__link a, .is--ame.is--kw2 .layout-links__link a {
  color: #005eb8;
}
.is--ame.is--kw1 .layout-links__link a::before, .is--ame.is--kw1 .layout-links__link a::after, .is--ame.is--kw2 .layout-links__link a::before, .is--ame.is--kw2 .layout-links__link a::after {
  background-color: #005eb8;
}
.layout-links__description a {
  display: inline;
}
.layout-links__description a::before, .layout-links__description a::after {
  display: none;
}
.layout-list {
  font-size: 2em;
  margin-top: 0;
}
@media (max-width: 600px) {
  .layout-list {
    font-size: 1.5em;
    margin: 0.5em 20px 0;
    padding-bottom: 2.5em;
  }
  .layout-text--no-body + .layout-list {
    margin-top: -1.25em !important;
  }
}
@media (min-width: 601px) {
  .is--kw3 .layout-list {
    font-size: 1.83em;
  }
}
.layout-list h4 {
  font-weight: 300;
  color: #ff890a;
  margin-bottom: 5em;
}
@media (max-width: 600px) {
  .layout-list h4 {
    margin-bottom: 3.5em;
  }
}
.is--ame .layout-list h4 {
  color: #005eb8;
}
.layout-list ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}
.layout-list ul li {
  position: relative;
  margin-top: 4em;
}
@media (max-width: 600px) {
  .layout-list ul li {
    margin-top: 2.5em;
  }
}
.layout-list ul li:first-child {
  margin-top: 0;
}
.layout-list ul li::before {
  display: none;
}
.layout-list ul li::after {
  content: '';
  position: absolute;
  top: -1em;
  left: 0;
  width: 8.61vw;
  height: 2px;
  background-color: #ff890a;
}
.is--ame .layout-list ul li::after {
  background-color: #005eb8;
}
.layout-list a {
  color: #ff890a;
}
.is--ame .layout-list a {
  color: #005eb8;
}
.layout-list--short ul {
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -4em;
}
.layout-list--short ul li {
  flex-basis: 50%;
  flex-grow: 1;
  font-size: 0.83em;
  padding: 0 2.4em 0 1.5em;
  text-transform: uppercase;
}
.layout-list--short ul li:first-child {
  margin-top: 4em;
}
.layout-list--short ul li::after {
  top: 0.33em;
  left: 0;
  width: 2px;
  height: 2.33em;
}
.layout-news-teaser {
  margin: 11.61vw 0 0 0;
  padding: 5.805vw 28.28% 11.61vw 16.67%;
  font-size: 2em;
  overflow: hidden;
}
.layout-news-teaser .news-blog {
  font-size: 0.5em;
}
@media (max-width: 600px) {
  .layout-news-teaser {
    font-size: 1.5em;
    margin: 2.5em 20px 0;
    padding: 0 0 2.5em 0;
  }
}
header + .layout-news-teaser, figure + .layout-news-teaser {
  padding-top: 0;
}
.layout-news-teaser__link {
  margin-top: 3.5em;
}
.layout-news-teaser blockquote {
  color: #ff890a;
  text-transform: uppercase;
}
.is--ame .layout-news-teaser blockquote {
  color: #005eb8;
}
.layout-news-teaser h2 {
  color: #000;
  margin-bottom: 4em;
}
@media (max-width: 600px) {
  .layout-news-teaser h2 {
    margin-bottom: 2.5em;
  }
}
.layout-news-teaser__archive-link {
  margin-top: 3.5em;
  margin-left: 23.22vw;
}
.layout-news-teaser__archive-link a {
  color: #000 !important;
}
@media (max-width: 600px) {
  .news-slider {
    position: relative;
    margin-bottom: 60px;
  }
}
.news-slider__item {
  padding-top: 1.5em;
}
@media (max-width: 600px) {
  .news-slider__item {
    padding-top: 0;
  }
  .news-slider__item .layout-teaser__link {
    margin-top: 1.75em;
  }
}
.news-slider h3 {
  position: relative;
  text-transform: none;
  margin-bottom: 1.25em;
}
.news-slider h3::before {
  content: '';
  position: absolute;
  top: -1.5em;
  left: 0;
  width: 8.61vw;
  height: 2px;
  background-color: #000;
}
@media (max-width: 600px) {
  .news-slider h3::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .news-slider__dots {
    position: absolute;
    bottom: -60px;
    display: flex;
  }
  .news-slider__dot {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-color: #ff890a;
    border-radius: 50%;
    display: block;
    opacity: 0.25;
  }
  .news-slider__dot:last-child {
    margin-right: 0;
  }
  .is--ame .news-slider__dot {
    background-color: #005eb8;
  }
  .news-slider .ws-cmp-slider__dot--active {
    opacity: 1;
  }
}
.news-slider__prev, .news-slider__next {
  position: absolute;
  top: 5.7em;
  width: 1.5em;
  height: 1.5em;
  outline: none;
}
@media (max-width: 600px) {
  .news-slider__prev, .news-slider__next {
    display: none;
  }
}
.news-slider__prev::before, .news-slider__next::before {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0.25em;
}
.news-slider__prev {
  left: -3vw;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (max-width: 600px) {
  .news-slider__prev {
    left: 0;
  }
}
.news-slider__prev::before {
  display: block;
  width: 1em;
  height: 1em;
  border-top: 1px solid #ff890a;
  border-right: 1px solid #ff890a;
  border-width: 2px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.is--ame .news-slider__prev::before {
  border-color: #005eb8 #005eb8 transparent transparent;
}
.news-slider__next {
  right: -3vw;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 600px) {
  .news-slider__next {
    right: 0;
  }
}
.news-slider__next::before {
  display: block;
  width: 1em;
  height: 1em;
  border-top: 1px solid #ff890a;
  border-right: 1px solid #ff890a;
  border-width: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is--ame .news-slider__next::before {
  border-color: #005eb8 #005eb8 transparent transparent;
}
.layout-news-blog__feed {
  font-weight: 400;
  margin: -5em 0 4em;
  font-size: 1.24em;
  color: #ff890a;
}
.is--ame .layout-news-blog__feed {
  color: #005eb8;
}
@media (max-width: 600px) {
  .layout-news-blog__feed {
    margin: 0 0 1em;
  }
}
.news-blog-filter {
  position: fixed;
  right: 3.125%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 600px) {
  .news-blog-filter {
    position: sticky;
    top: 0;
    height: 53px;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.75);
    align-items: center;
    margin-bottom: 2em;
  }
}
.news-blog-filter__item {
  transition: color 0.3s ease-in;
  cursor: pointer;
  margin-bottom: 2em;
}
@media (max-width: 600px) {
  .news-blog-filter__item {
    margin-bottom: 0;
    margin-right: 1em;
  }
}
.news-blog-filter__item--active {
  color: #ff890a;
  pointer-events: none;
}
.is--ame .news-blog-filter__item--active {
  color: #005eb8;
}
.news-blog {
  transition: opacity 0.3s ease-out;
}
.news-blog--hidden {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.news-entry {
  font-size: 1.5em;
  line-height: 1.25em;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 8.61vw;
}
@media (max-width: 600px) {
  .news-entry {
    flex-direction: column !important;
    margin-bottom: 2em;
  }
}
.news-entry--hidden {
  display: none;
}
.news-entry__content {
  flex-grow: 1;
  margin-top: -0.333em;
}
.news-entry__content h2 {
  color: black;
  text-transform: none;
  margin-bottom: 0.5em;
}
.news-entry__content a {
  color: #ff890a;
  white-space: nowrap;
}
.is--ame .news-entry__content a {
  color: #005eb8;
}
.news-entry__event-date {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: white;
  margin-left: 1em;
}
.news-entry__event-date::before {
  position: absolute;
  content: '';
  top: -0.1em;
  right: -0.4em;
  bottom: -0.1em;
  left: -0.4em;
  background-color: #ff890a;
  z-index: -1;
}
.is--ame .news-entry__event-date::before {
  color: #005eb8;
}
.news-entry > img {
  width: 15.915vw;
  height: 15.915vw;
  object-fit: cover;
  margin-right: 7.305vw;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .news-entry > img {
    width: 100%;
    width: 100%;
    aspect-ratio: 2;
    height: auto;
    margin: 1em 0 !important;
  }
}
.news-entry--image-right {
  flex-direction: row;
}
.news-entry--image-right > img {
  margin-right: 0;
  margin-left: 4.305vw;
}
.news-entry__date {
  font-size: 0.833em;
  margin-bottom: 0.5em;
  color: #808080;
}
.news-entry__categories {
  color: #ff890a;
  margin-bottom: 0.5em;
}
.is--ame .news-entry__categories {
  color: #005eb8;
}
.news-entry__categories span {
  margin-right: 0.5em;
}
.news-entry__categories span::before {
  content: '#';
}
@media (max-width: 600px) {
  .layout-text--no-body + .layout-news-archive {
    margin-top: -2.5em;
  }
}
.news-archive {
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.news-archive--hidden {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.news-archive__post {
  position: relative;
  width: 20%;
  height: 25vw;
  flex-grow: 1;
  padding: 3.25em 1.5em 1em 2.5em;
  color: #fff;
  background-color: #000;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
@media (max-width: 600px) {
  .news-archive__post {
    width: 50% !important;
    height: 50vw !important;
    font-size: 0.75em;
  }
}
.news-archive__post--large {
  width: 40%;
}
.news-archive__post--single {
  width: 40%;
  flex-grow: 0;
}
@media (max-width: 600px) {
  .news-archive__post--single {
    width: 100%;
  }
}
.news-archive__post--empty {
  height: 0;
  padding: 0;
}
.news-archive__post--empty::after {
  display: none;
}
.news-archive__post--hidden {
  opacity: 0;
}
.news-archive__post .bg-image {
  opacity: 0.6;
  transition: opacity 0.5s ease-in-out;
}
.news-archive__post:hover .bg-image, .is--kw1 .news-archive__post .bg-image {
  opacity: 1;
}
.news-archive__post h2 {
  position: relative;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.25em;
  max-width: 15em;
  letter-spacing: 0.025em;
  color: inherit;
}
.is--kw1 .news-archive__post h2 {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.is--touched .news-archive__post h2 {
  opacity: 1;
  text-shadow: 0 0 1.75em rgba(0, 0, 0, 0.7);
}
.is--touched .news-archive__post.news-archive__post--media h2 {
  text-shadow: none;
}
.is--kw1 .news-archive__post:hover h2 {
  opacity: 1;
}
.news-archive__post::after {
  content: '';
  position: absolute;
  top: 2.5em;
  left: 2.5em;
  width: 2.5em;
  height: 2px;
  background-color: #fff;
}
.is--kw1 .news-archive__post::after {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.is--kw1 .news-archive__post:hover::after, .is--touched .news-archive__post::after {
  opacity: 1;
}
.news-archive__post--media {
  background-color: #F9F9F9;
  background: linear-gradient(to right, #f9f9f9 0%, #f3f3f3 100%);
  color: #000;
  flex-grow: 0;
  transition: color 0.3s ease-in-out, opacity 0.5s ease-in;
}
.news-archive__post--media::after {
  content: '';
  position: absolute;
  top: 2.5em;
  left: 2.5em;
  width: 2.5em;
  height: 2px;
  background-color: #000;
}
.news-archive__post--media:hover, .news-archive__post--media.news-archive__post--active {
  color: #fff;
}
.news-archive__post--media:hover::after, .news-archive__post--media.news-archive__post--active::after {
  background-color: #fff;
}
.news-archive__post--loading {
  opacity: 0;
  transition: none;
}
.news-archive__media-bg {
  position: absolute;
  top: 0;
  left: 2.5em;
  bottom: 4.5em;
  right: 2.5em;
  opacity: 0.1;
  background-image: url(../img/bg-news-media.svg);
  background-size: contain;
  background-position: center bottom;
}
.news-archive__post:hover .news-archive__media-bg, .news-archive__post--active .news-archive__media-bg {
  opacity: 0.2;
}
.news-archive__shade {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ff890a;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.is--ame .news-archive__shade {
  background-color: #005eb8;
}
.news-archive__post:hover .news-archive__shade {
  opacity: 0.83;
}
.news-archive__post--media:hover .news-archive__shade, .news-archive__post--media.news-archive__post--active .news-archive__shade {
  opacity: 1;
}
.news-archive__category {
  position: absolute;
  left: 2em;
  bottom: 1.6em;
  font-size: 1.25em;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.news-archive__post:hover .news-archive__category {
  opacity: 1;
  transition: opacity 0.3s ease-out 0.5s;
}
.news-filter {
  margin: -3em 16.67% 1.75em;
}
@media (max-width: 600px) {
  .news-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 20px 0;
  }
}
.news-filter__item {
  position: relative;
  margin-right: 4em;
  font-size: 1.25em;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff890a;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 600px) {
  .news-filter__item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 1em;
    text-align: left;
  }
}
.is--ame .news-filter__item {
  color: #005eb8;
}
.news-filter__item:last-child {
  margin-right: 0;
}
.news-filter__item::after {
  content: '';
  position: absolute;
  bottom: -0.3em;
  left: 0;
  width: 2em;
  height: 2px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  background-color: #ff890a;
}
.is--ame .news-filter__item::after {
  background-color: #005eb8;
}
.news-filter__item--active::after {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.news-pdf {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6.25vw;
}
@media (max-width: 600px) {
  .news-pdf {
    top: 25vh;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
  }
}
.news-pdf__viewer {
  width: 100%;
  height: 100%;
}
.layout-teachers {
  font-size: 1.83em;
  margin-top: 8.61vw;
  margin-right: 16.67%;
}
@media (max-width: 600px) {
  .layout-teachers {
    font-size: 1.5em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 2.5em;
  }
  .layout-text--no-body + .layout-teachers {
    margin-top: -2.5em;
  }
}
.layout-teachers .folder {
  position: relative;
}
.layout-teachers .folder__content {
  padding-left: 0;
}
@media (max-width: 600px) {
  .layout-teachers .folder__content {
    overflow-x: scroll;
  }
}
.layout-teachers .folder::after {
  content: '';
  display: block;
  margin-right: 11.61vw;
  height: 2px;
  background-color: #000;
}
.layout-teachers__alphabet {
  margin-right: 11.61vw;
  font-size: 0.75em;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5em;
  font-weight: 400;
  cursor: pointer;
  color: #ff890a;
}
@media (min-width: 887.6666666667px) {
  .layout-teachers__alphabet {
    justify-content: flex-start;
  }
  .layout-teachers__alphabet a {
    padding-right: 1em;
  }
  .layout-teachers__alphabet a:last-child {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .layout-teachers__alphabet {
    min-width: calc(100vw - 40px);
  }
}
.is--ame .layout-teachers__alphabet {
  color: #005eb8;
}
.layout-teachers table {
  font-size: 0.75em;
  line-height: 1.33em;
  table-layout: fixed;
}
.layout-teachers td {
  vertical-align: top;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
}
.layout-teachers__firstname {
  width: 11.61vw;
}
.layout-teachers__lastname {
  width: 11.61vw;
  font-weight: 400;
}
.layout-teachers__email {
  width: 23.22vw;
  color: #ff890a;
  font-weight: 400;
}
@media (max-width: 886.6666666667px) {
  .layout-teachers__email {
    width: auto;
  }
  .layout-teachers__email a {
    display: inline-block;
    width: 1.75em;
    overflow: hidden;
    color: transparent;
    background-image: url(../img/icon-link-letter-gf.svg);
    background-size: contain;
    background-position: left center;
  }
}
.is--ame .layout-teachers__email {
  width: 11.61vw;
  color: #005eb8;
}
@media (max-width: 600px) {
  .is--ame .layout-teachers__email a {
    background-image: url(../img/icon-link-letter-ame.svg);
    background-size: contain;
    background-position: left center;
  }
}
.layout-teachers__functions {
  width: 20.22vw;
  padding-right: 0em;
}
.is--ame .layout-teachers__functions {
  width: 31.83vw;
}
.layout-teachers__notes {
  font-size: 0.5em;
  margin-top: 1.5em;
}
.layout-primo {
  font-size: 2em;
  margin-top: 0;
}
@media (max-width: 600px) {
  .layout-primo {
    font-size: 1.5em;
  }
}
.layout-primo #primoQueryTemp {
  width: 31.83vw;
  border: 1px solid #ff890a;
  border-radius: 0.25em 0 0 0.25em;
  padding: 0 0.25em;
  background-color: #fff;
}
.is--ame .layout-primo #primoQueryTemp {
  border-color: #005eb8;
}
@media (max-width: 600px) {
  .layout-primo #primoQueryTemp {
    width: 100%;
    border-radius: 0.25em 0.25em 0 0;
  }
}
.layout-primo #go {
  background-color: #ff890a;
  color: #fff;
  padding: 0 0.5em;
  border: 1px solid #ff890a;
  border-radius: 0 0.25em 0.25em 0;
}
.is--ame .layout-primo #go {
  background-color: #005eb8;
  border-color: #005eb8;
}
@media (max-width: 600px) {
  .layout-primo #go {
    width: 100%;
    border-radius: 0 0 0.25em 0.25em;
  }
}
.layout-podcast {
  margin-top: -2em;
}
.layout-shortcuts {
  font-size: 2em;
  margin-top: 0;
}
@media (max-width: 600px) {
  .layout-shortcuts {
    font-size: 1.5em;
  }
}
@media (min-width: 601px) {
  .is--kw3 .layout-shortcuts {
    font-size: 1.83em;
  }
}
.layout-shortcuts ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -4em;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 600px) {
  .layout-shortcuts ul {
    display: block;
    margin-top: -0.5em;
  }
}
.layout-shortcuts ul li {
  font-size: 0.83em;
  position: relative;
  margin-top: 2em;
  flex-basis: 50%;
  flex-grow: 0;
  padding: 0 2.4em 0 1.5em;
  text-transform: uppercase;
  color: #ff890a;
}
@media (max-width: 600px) {
  .layout-shortcuts ul li {
    min-height: 3em;
    margin-top: 0;
    margin-bottom: 1.5em;
  }
}
.is--ame .layout-shortcuts ul li {
  color: #005eb8;
}
.layout-shortcuts ul li::before {
  display: none;
}
.layout-shortcuts ul li a {
  position: relative;
}
.layout-shortcuts ul li a::after {
  content: '';
  position: absolute;
  top: 0.2em;
  left: -1.5em;
  width: 2px;
  height: 2.33em;
  background-color: #ff890a;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.is--ame .layout-shortcuts ul li a::after {
  background-color: #005eb8;
}
.layout-shortcuts ul li a:hover::after {
  -webkit-transform: translateX(0.5em);
  transform: translateX(0.5em);
}
.layout-dates {
  font-size: 2em;
  background-color: #ff890a;
  margin: 20.22vw 0 0;
  padding: 8.61vw 16.67% 8.61vw 16.67%;
}
@media (max-width: 600px) {
  .layout-dates {
    font-size: 1.5em;
    padding: 2.5em 20px;
    margin: 0;
  }
}
.is--ame .layout-dates {
  background-color: #005eb8;
}
@media (min-width: 601px) {
  .is--kw3 .layout-dates {
    font-size: 1.83em;
  }
}
.layout-dates h2 {
  color: #000 !important;
  margin-bottom: 1.75em;
}
.layout-dates time span:nth-child(3) {
  color: #fff;
}
.layout-dates h2, .layout-dates time {
  display: flex;
}
@media (max-width: 600px) {
  .layout-dates h2, .layout-dates time {
    display: block;
  }
}
.layout-dates h2 > span, .layout-dates time > span {
  flex-basis: 0;
  flex-grow: 1;
}
.layout-dates h2 > span:nth-child(1), .layout-dates time > span:nth-child(1) {
  text-align: right;
}
.layout-dates h2 > span:nth-child(2), .layout-dates time > span:nth-child(2) {
  flex-basis: 3vw;
  flex-grow: 0;
}
.layout-dates .layout-links__link {
  margin-top: 2em;
  margin-left: 34.83vw;
}
.layout-dates .layout-links__link a {
  color: #fff;
}
.layout-dates .layout-links__link a::before, .layout-dates .layout-links__link a::after {
  background-color: #fff;
}
.layout-teaser {
  margin: 20.22vw 28.28% 8.61vw 16.67%;
  padding: 5.805vw 0;
  font-size: 2em;
}
@media (max-width: 600px) {
  .layout-teaser {
    font-size: 1.5em;
    margin: 2.5em 20px 0;
    padding: 0 0 2.5em 0;
  }
  header + .layout-teaser, figure + .layout-teaser {
    margin-top: 3.75em;
  }
}
header + .layout-teaser, figure + .layout-teaser {
  padding-top: 0;
}
@media (min-width: 601px) {
  .layout-image + .layout-teaser {
    margin-top: 11.61vw;
  }
}
.layout-teaser__link {
  margin-top: 3.5em;
}
@media (max-width: 600px) {
  .layout-teaser__link {
    margin-top: 2.5em;
  }
}
.layout-teaser blockquote {
  color: #ff890a;
  text-transform: uppercase;
}
.is--ame .layout-teaser blockquote {
  background-color: #005eb8;
}
.layout-teaser h2 {
  color: #000;
}
@media (min-width: 601px) {
  .layout-teaser--bg {
    padding-bottom: 25vw;
  }
  .layout-teaser--bg::before {
    content: '';
    position: absolute;
    right: -28.28vw;
    left: -16.67vw;
    bottom: -8.61vw;
    height: 25vw;
    background-image: url(../img/bg-nksa-horizontal-white-solid.svg);
    background-size: cover;
    background-position: center bottom;
  }
}
.layout-teaser__items a {
  color: #ff890a;
  position: relative;
  margin-left: 1.125em;
}
.is--ame.layout-teaser__items a {
  color: #005eb8;
}
.layout-teaser__items a::before {
  content: '';
  top: 0.2em;
  left: -3vw;
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background-image: url(../img/icon-link-internal-gf.svg);
  background-size: contain;
  background-position: right center;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (max-width: 600px) {
  .layout-teaser__items a::before {
    top: 0.25em;
    left: -12.5px;
    width: 17.5px;
    height: 17.5px;
  }
}
.layout-teaser__items a::after {
  content: '';
  top: 0;
  left: -6vw;
  bottom: 0;
  width: 6vw;
  position: absolute;
}
@media (max-width: 600px) {
  .layout-teaser__items a::after {
    left: -30px;
    width: 30px;
  }
}
.layout-teaser__items a:hover::before {
  -webkit-transform: translateX(-100%) scale(1.25);
  transform: translateX(-100%) scale(1.25);
}
.is--ame .layout-teaser__items a {
  color: #005eb8;
}
.layout-teaser__items a::before {
  left: -0.333em;
}
.is--ame .layout-teaser__items a::before {
  background-image: url('../img/icon-link-internal-ame.svg') !important;
}
@media (max-width: 600px) {
  .layout-text--no-body + .layout-testimonial {
    margin-top: -2.5em;
  }
}
.layout-testimonial .layout-image__wrap {
  position: relative;
}
.layout-testimonial .layout-image__wrap::after {
  content: '';
  position: absolute;
  bottom: 2.805vw;
  right: 25.28vw;
  width: 2px;
  height: 66.7%;
  height: calc(75% - 2.805vw);
  background-color: #ff890a;
  z-index: 1;
}
@media (max-width: 600px) {
  .layout-testimonial .layout-image__wrap::after {
    right: 20%;
    right: calc(20% - 1px);
    height: 50%;
  }
}
.is--ame .layout-testimonial .layout-image__wrap::after {
  background-color: #005eb8;
}
.layout-testimonial figcaption {
  position: relative;
  font-size: 2em;
  margin-top: -11.61vw;
  margin-left: 28.28vw;
  padding: 11.61vw 13.67vw 11.61vw 17.415vw;
  background-color: #fff;
  display: block;
}
@media (max-width: 600px) {
  .layout-testimonial figcaption {
    font-size: 1.5em;
    margin-top: 0;
    margin-left: 0;
    padding: 20px 20px 2.5em;
  }
  .layout-testimonial figcaption::before {
    content: '';
    position: absolute;
    top: -1.25em;
    right: 0;
    bottom: 100%;
    left: 60%;
    background-color: #fff;
  }
  .layout-testimonial figcaption i {
    display: none !important;
  }
}
@media (min-width: 601px) {
  .layout-testimonial--even figcaption {
    margin-left: 0;
    margin-right: 28.28vw;
    padding-right: 5.61vw;
    padding-left: 28.28vw;
  }
}
@media (max-width: 600px) {
  .layout-testimonial--even figcaption::before {
    left: 0;
    right: 60%;
  }
}
.layout-testimonial--even .layout-image__wrap::after {
  left: 16.67vw;
  right: auto;
}
@media (max-width: 600px) {
  .layout-testimonial--even .layout-image__wrap::after {
    left: 20%;
    left: calc(20% - 1px);
  }
}
.layout-testimonial__text {
  position: relative;
  top: -0.3em;
}
@media (max-width: 600px) {
  .layout-testimonial__text {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.33em;
  }
}
.layout-testimonial__text h4 {
  position: absolute;
  top: 0.3em;
  left: -4.5vw;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: 300;
  text-transform: uppercase;
  color: #ff890a;
}
@media (max-width: 600px) {
  .layout-testimonial__text h4 {
    position: static;
    -webkit-transform: none;
    transform: none;
    font-size: 0.83em;
    margin-top: 1em;
  }
}
.is--ame .layout-testimonial__text h4 {
  color: #005eb8;
}
@media (min-width: 601px) {
  .layout-testimonial__text h4::after {
    content: '';
    position: absolute;
    top: 50%;
    top: calc(50% - 1px);
    left: 105%;
    left: calc(100% + 3vw);
    width: 8.61vw;
    height: 2px;
    background-color: #ff890a;
  }
  .is--ame .layout-testimonial__text h4::after {
    background-color: #005eb8;
  }
}
.layout-textimonials__quote span {
  position: relative;
}
.layout-textimonials__quote span::before {
  content: '«';
  position: absolute;
  left: -0.5em;
}
@media (max-width: 600px) {
  .layout-textimonials__quote span::before {
    position: static;
  }
}
.layout-textimonials__quote span::after {
  content: '»';
  position: static;
}
.layout-textimonials__name {
  position: relative;
  margin-top: 2.5em;
  text-transform: uppercase;
  color: #ff890a;
}
.layout-textimonials__name::before {
  content: '';
  position: absolute;
  top: -1.25em;
  left: 0;
  width: 2.5em;
  height: 2px;
  background-color: #ff890a;
}
.is--ame .layout-textimonials__name {
  color: #005eb8;
}
.is--ame .layout-textimonials__name::before {
  background-color: #005eb8;
}
.layout-textimonials__career {
  margin-top: 0.25em;
  color: #ff890a;
}
.is--ame .layout-textimonials__career {
  color: #005eb8;
}
.layout-text {
  font-size: 2em;
}
@media (max-width: 600px) {
  .layout-text {
    font-size: 1.5em;
    margin: 2.5em 20px 0;
    padding: 0 0 2.5em 0;
  }
}
.is--kw3 .layout-text {
  font-size: 1.83em;
}
@media (max-width: 600px) {
  .is--kw3 .layout-text {
    font-size: 1.5em;
  }
}
.layout-text--has-map {
  margin-top: 8.61vw;
}
.layout-text--no-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.layout-text--no-top {
  margin-top: 0 !important;
}
.layout-text--no-top > small {
  display: none;
}
.layout-text small {
  position: relative;
  padding-right: 1.25em;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.layout-text small:hover {
  opacity: 1;
}
.layout-text small::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 0.5em;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-top: 1px solid #ff890a;
  border-right: 1px solid #ff890a;
  border-width: 2px;
}
.is--ame .layout-text small::after {
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-top: 1px solid #005eb8;
  border-right: 1px solid #005eb8;
  border-width: 2px;
}
.layout-text--shortcutted small {
  pointer-events: all;
}
.layout-text--shortcutted small::after  {
  opacity: 1;
}
.layout-text__feature {
  margin: -8.61vw -8.61vw 8.61vw 34.83vw;
  padding-top: 8.61vw;
  color: #ff890a;
}
@media (max-width: 600px) {
  .layout-text__feature {
    margin: -1em 20px 1.25em 40px;
    padding-top: 0;
  }
}
.is--ame .layout-text__feature {
  color: #005eb8;
}
.layout-text__text--map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.layout-text__text--map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-text__text a {
  color: #ff890a;
}
.is--ame .layout-text__text a {
  color: #005eb8;
}
.layout-text__text table {
  width: 100% !important;
  margin-bottom: 1em;
}
.layout-text__text th, .layout-text__text td {
  width: auto !important;
  text-align: left;
  line-height: 1.25em;
  padding-bottom: 0.33em;
  padding-right: 0.75em;
  vertical-align: top;
}
.layout-text__text th:last-child, .layout-text__text td:last-child {
  padding-right: 0;
}
.layout-text__text th {
  font-weight: inherit;
  color: #ff890a;
}
.is--ame .layout-text__text th {
  color: #005eb8;
}
.layout-video {
  margin: 20.22vw 0 0;
}
@media (max-width: 600px) {
  .layout-video {
    font-size: 1.5em;
    padding: 2.5em 0;
    margin: 0;
    background-color: #F2F2F2;
  }
  .layout-text--no-body + .layout-video {
    margin-top: -2.5em;
  }
}
.layout-video__image {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.layout-video figcaption {
  position: relative;
  display: block;
  margin-bottom: 8.61vw;
  margin-left: 28.28%;
  padding: 0 16.67vw 0 11.61vw;
  background-color: #FFF;
  font-size: 2em;
}
@media (max-width: 600px) {
  .layout-video figcaption {
    font-size: 1em;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 20px 1.75em;
    background-color: transparent;
  }
}
@media (min-width: 601px) {
  .is--kw3 .layout-video figcaption {
    font-size: 1.83em;
  }
}
.layout-video figcaption h3 {
  margin-bottom: 1em;
}
.yt-wrap {
  position: relative;
  width: 100% !important;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-out;
}
.yt-wrap--started {
  opacity: 1;
  pointer-events: all;
}
.yt-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-control {
  position: absolute;
  bottom: 0;
  width: 100% !important;
  cursor: pointer;
  transition: all 0.2s ease-in;
  background-color: #C6C6C6;
}
@media (max-width: 600px) {
  .video-control {
    bottom: 2.5em;
  }
}
.video-control::after {
  content: '';
  position: absolute;
  display: block;
  width: 20%;
  height: 100%;
  left: 40%;
  top: 0;
  padding-bottom: 20%;
  transition: all 0.2s ease-in;
  background-image: url(../img/button-play.svg);
  background-size: contain;
  background-position: center center;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  will-change: transform;
}
.video-control:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.video-control--header {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 33vw;
  height: 33vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-control--loading {
  cursor: normal;
}
.video-control--loading::after {
  opacity: 0.5;
}
.video-control--started {
  opacity: 0;
  pointer-events: none;
}
.video-control--started::after {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.video-control__placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-position: center center;
  background-size: cover;
}
.nksa-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.667vw;
}
.nksa-panel em {
  font-style: italic;
  font-weight: 300;
}
.nksa-panel h3 {
  color: #ff890a;
  margin-bottom: 1em;
  line-height: 1.333em;
}
.nksa-panel--ame h3 {
  color: #005eb8;
}
.nksa-panel--ame .nksa-panel__news-heading h3 {
  color: #fff;
}
.nksa-panel ul {
  padding-left: 0;
}
.nksa-panel li::before {
  display: none;
}
.nksa-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 12.5%;
  padding: 1.5em;
  background-color: #ff890a;
}
.nksa-panel__sidebar::before {
  content: '';
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  bottom: 1.5em;
  left: 1.5em;
  background-image: url(../img/logo-panel-gf.svg);
  background-size: contain;
  background-position: left top;
}
.nksa-panel--ame .nksa-panel__sidebar {
  background-color: #005eb8;
}
.nksa-panel--ame .nksa-panel__sidebar::before {
  background-image: url(../img/logo-panel-ame.svg?v=2);
  background-size: contain;
  background-position: left top;
}
.nksa-panel__time {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.125em;
  letter-spacing: 0;
  border-bottom: 0.1em solid;
  width: 100%;
}
.nksa-panel__day {
  font-size: 0.75em;
  line-height: 1em;
  padding-top: 0.75em;
}
.nksa-panel__date {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 0.88em;
}
.nksa-panel__entries {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12.5%;
  width: 60%;
  padding: 3.83em 2.5em 2.15em;
  display: flex;
  flex-direction: column;
}
.nksa-panel__entries--nonews {
  width: 87.5%;
}
.nksa-panel__entries h3 {
  margin-bottom: 0;
}
.nksa-panel__entry-screens {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nksa-panel__entry-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.nksa-panel__entry-heading {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1em;
  margin-top: -0.1em;
  margin-bottom: 0.15em;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.nksa-panel__entry-screen--active .nksa-panel__entry-heading {
  opacity: 1;
  transition: opacity 1s ease-in 1s;
}
.nksa-panel__entry-screen--image .nksa-panel__entry-heading {
  font-size: 2em;
}
.nksa-panel__entry-list {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}
.nksa-panel__entry-list::before, .nksa-panel__entry-list::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.nksa-panel__entry-screen--active .nksa-panel__entry-list::before, .nksa-panel__entry-screen--active .nksa-panel__entry-list::after {
  opacity: 1;
  transition: opacity 0.5s ease-out 1s;
}
.nksa-panel__entry-list::before {
  top: 0;
  height: 1em;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 33%, white 100%);
}
.nksa-panel__entry-list::after {
  bottom: 0;
  height: 2em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 67%);
}
.nksa-panel__entry-list ul {
  padding: 1em 0 2em;
}
.nksa-panel__entry-screen--image .nksa-panel__entry-list ul {
  height: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.nksa-panel__entry-screen--image .nksa-panel__entry-list ul li {
  margin-bottom: 0;
}
.nksa-panel__entry-screen--image .nksa-panel__entry-list ul li:last-child {
  background-size: contain;
  background-position: left top;
  flex-grow: 1;
}
.nksa-panel__entry-list li {
  line-height: 1.333em;
  margin-bottom: 1em;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.nksa-panel__entry-screen--active .nksa-panel__entry-list li {
  opacity: 1;
  transition: opacity 0.5s ease-out 2s;
}
.nksa-panel__entries-nav {
  padding: 1em 0 0;
  display: flex;
  text-transform: uppercase;
  font-size: 0.83em;
  font-weight: 400;
}
.nksa-panel__entries-nav li {
  margin-right: 1em;
  opacity: 0.333;
  transition: opacity 1s ease-out;
}
.nksa-panel__entries-nav li.active {
  opacity: 1;
  transition: opacity 1s ease-in 1s;
}
.nksa-panel__news {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 27.5%;
  padding: 3.83em 2.5em 2.5em;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.nksa-panel__news--active {
  opacity: 1;
  transition: opacity 1s ease-in;
}
.nksa-panel__news-bgs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.nksa-panel__news-bgs::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 67%;
}
.nksa-panel__news-bgs div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.nksa-panel__news-bgs div.active {
  opacity: 1;
  transition: opacity 1s ease-in;
}
.nksa-panel__news-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1em;
  margin-top: -0.1em;
  margin-bottom: 0.5em;
}
.nksa-panel__news-screens {
  position: relative;
  flex-grow: 1;
}
.nksa-panel__news-screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.nksa-panel__news-screen--active {
  opacity: 1;
  transition: opacity 1s ease-in 0.5s;
}
.nksa-panel__news-nav {
  display: flex;
}
.nksa-panel__news-nav li {
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  margin-left: 0.5em;
  transition: background-color 1s ease-out;
}
.nksa-panel__news-nav li.active {
  background-color: #ff890a;
  transition: background-color 1s ease-in;
}
.nksa-panel--ame .nksa-panel__news-nav li.active {
  background-color: #005eb8;
}
footer {
  background-color: #333;
  color: #fff;
}
.pre-footer {
  padding: 11.61vw 16.67%;
  font-size: 1.83em;
  background-color: #F2F2F2;
  color: #000;
}
@media (max-width: 600px) {
  .pre-footer {
    font-size: 1.5em;
    padding: 40px 40px 0;
  }
}
.pre-footer__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  height: 4em;
  background-size: contain;
  background-position: left top;
}
.pre-footer ul {
  display: flex;
  justify-content: space-between;
  padding-right: 4.305vw;
}
@media (max-width: 600px) {
  .pre-footer ul {
    padding-right: 0;
    flex-wrap: wrap;
  }
}
.pre-footer ul li {
  min-width: 5em;
}
@media (max-width: 600px) {
  .pre-footer ul li {
    margin-bottom: 40px;
  }
}
.pre-footer ul li a {
  display: block;
  position: relative;
  padding: 4em 0 0.83em;
}
@media (max-width: 600px) {
  .pre-footer ul li a {
    padding-top: 3em;
    padding-bottom: 0.35em;
  }
}
.pre-footer ul li a::before, .pre-footer ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #ff890a;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.is--ame .pre-footer ul li a::before, .is--ame .pre-footer ul li a::after {
  background-color: #005eb8;
}
.pre-footer ul li a::before {
  top: 3.13em;
  width: 2em;
}
@media (max-width: 600px) {
  .pre-footer ul li a::before {
    top: 2.75em;
  }
}
.pre-footer ul li a::after {
  bottom: 0;
  width: 3.33em;
}
.pre-footer ul li a:hover::before, .pre-footer ul li a:hover::after {
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.pre-footer--few ul {
  padding-right: 0;
}
.pre-footer--few li {
  width: 31.83vw;
}
.footer-address {
  padding: 11.61vw 16.67% 8.7075vw;
  font-size: 1.25em;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .footer-address {
    display: block;
    padding: 40px;
  }
}
.footer-address__detail {
  min-width: 9em;
  padding-right: 1em;
}
@media (max-width: 600px) {
  .footer-address__detail {
    min-width: 0;
    padding-right: 0;
    margin-bottom: 1em;
  }
}
.footer-address__detail:last-child {
  padding-right: 0;
}
.footer-menu {
  position: relative;
  padding: 0 16.67% 3vw;
  display: flex;
  justify-content: space-between;
  font-size: 1.25em;
}
@media (max-width: 600px) {
  .footer-menu {
    display: block;
    padding: 0 40px 40px;
  }
}
.footer-menu__social li {
  margin-right: 3em;
  display: inline-block;
}
@media (max-width: 600px) {
  .footer-menu__social li {
    margin-right: 1em;
  }
}
.footer-menu__social li img {
  height: 1.6em;
  width: auto;
  opacity: 0.75;
  transition: opacity 0.2s ease-in-out;
}
.footer-menu__social li img:hover {
  opacity: 1;
}
.footer-menu__meta {
  text-transform: uppercase;
}
.footer-menu__meta ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .footer-menu__meta ul {
    display: block;
    margin-top: 1.5em;
  }
}
.footer-menu__meta ul li {
  position: relative;
  top: 0.3em;
  padding: 0 1em;
  line-height: 1em;
  border-right: 1px solid #DCDCDC;
}
@media (max-width: 600px) {
  .footer-menu__meta ul li {
    position: static;
    padding: 0;
    border-right: none;
    margin-bottom: 1em;
  }
}
.footer-menu__meta ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.footer-menu__meta ul li a {
  opacity: 0.75;
  transition: opacity 0.2s ease-in-out;
}
.footer-menu__meta ul li a:hover {
  opacity: 1;
}
.footer-bottom {
  position: relative;
  padding: 0 16.67% 5.805vw;
  display: flex;
  justify-content: space-between;
  font-size: 1.25em;
}
@media (max-width: 600px) {
  .footer-bottom {
    display: block;
    padding: 0 40px 40px;
  }
}
.footer-bottom__logo {
  display: block;
  width: 4em;
  height: 2.5em;
  opacity: 0.67;
  background-image: url(../img/kanton-logo-white.svg);
  background-size: contain;
  background-position: left top;
}
@media (max-width: 600px) {
  .footer-bottom__logo {
    margin-bottom: 1em;
  }
}
.footer-bottom__credit {
  font-size: 0.83em;
  line-height: 2em;
  color: #a0a0a0;
}
.footer-bottom__credit a {
  color: #c7c7c7;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22(stdin)%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2F..%2Fsanitize.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2F..%2Fdefault.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fcomponents%2Fslider.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fviewport.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fslides.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fglobal.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fpublic.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fmain.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fcomment.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fnav.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fpost-types%2Fpage.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fpost-types%2Fnews-gf.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fpost-types%2Fform.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2F_general.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Ffolder.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fimage.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fgallery.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fgraphic.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Flinks.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Fdynamic.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Flist.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fnews-teaser.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fnews-blog.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fnews-archive.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fteachers.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fprimo.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fpodcast.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fshortcuts.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fdates.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fteaser.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Ftestimonial.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Ftextimonials.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Ftext.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fvideo.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Flayouts%2Fpanel.scss%22%2C%22Users%2Fwunds%2FLocal%20Sites%2Fnksa%2Fapp%2Fpublic%2Fwp-content%2Fthemes%2Fwsbase%2F-core%2Fscss%2F_temp_23-12-13-09-18-05-36%2Ffooter.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADVA%3BAAAA%3BAAAA%3BAAAA%3BACsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgDA%3BAAAA%3BAAAA%3BADhDA%3BAAAA%3BAAAA%3BAC6DA%3BAAAA%3BAAAA%3BAD7DA%3BAAAA%3BAAAA%3BAAAA%3BACsEA%3BAAAA%3BAAAA%3BAAAA%3BADtEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmFA%3BAAAA%3BAAAA%3BAAAA%3BADnFA%3BAAAA%3BAAAA%3BAC6FA%3BAAAA%3BAAAA%3BAD7FA%3BAAAA%3BAAAA%3BAAAA%3BACsGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtGA%3BAAAA%3BAAAA%3BACgHA%3BAAAA%3BAAAA%3BADhHA%3BAAAA%3BAAAA%3BAAAA%3BAC0HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD1HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvIA%3BAAAA%3BAAAA%3BAAAA%3BACiJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjJA%3BAAAA%3BAAAA%3BAC4JA%3BAAAA%3BAAAA%3BAD5JA%3BAAAA%3BAAAA%3BACqKA%3BAAAA%3BAAAA%3BADrKA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FKA%3BAAAA%3BAAAA%3BAC0LA%3BAAAA%3BAAAA%3BAD1LA%3BAAAA%3BAAAA%3BACkMA%3BAAAA%3BAAAA%3BAAAA%3BADlMA%3BAAAA%3BAAAA%3BAC2MA%3BAAAA%3BAAAA%3BAD3MA%3BAAAA%3BAAAA%3BAAAA%3BACoNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADhOA%3BAAAA%3BAAAA%3BAAAA%3BACyOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4PA%3BAAAA%3BAAAA%3BAD5PA%3BAAAA%3BAAAA%3BACyQA%3BAAAA%3BAAAA%3BADzQA%3BAAAA%3BAAAA%3BACkRA%3BAAAA%3BAAAA%3BAAAA%3BADlRA%3BAAAA%3BAAAA%3BAC2RA%3BAAAA%3BAAAA%3BAD3RA%3BAAAA%3BAAAA%3BACmSA%3BAAAA%3BAAAA%3BADnSA%3BAAAA%3BAAAA%3BAC2SA%3BAAAA%3BAAAA%3BAD3SA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsTA%3BAAAA%3BAAAA%3BADtTA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiUA%3BAAAA%3BAAAA%3BADjUA%3BAAAA%3BAAAA%3BAC6UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7UA%3BAAAA%3BAAAA%3BAAAA%3BAC4VA%3BAAAA%3BAAAA%3BAAAA%3BAD5VA%3BAAAA%3BAAAA%3BAAAA%3BACsWA%3BAAAA%3BAAAA%3BAAAA%3BADtWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjXA%3BAAAA%3BAAAA%3BAC4XA%3BAAAA%3BAAAA%3BAAAA%3BAD5XA%3BAAAA%3BAAAA%3BACwYA%3BAAAA%3BAAAA%3BADxYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACsZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtZA%3BAAAA%3BAAAA%3BAAAA%3BACoaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpaA%3BAAAA%3BAAAA%3BAAAA%3BAC8aA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9aA%3BAAAA%3BAAAA%3BAAAA%3BACwbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADxbA%3BAAAA%3BAAAA%3BACkcA%3BAAAA%3BAAAA%3BADlcA%3BAAAA%3BAAAA%3BAAAA%3BAC4cA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD5cA%3BAAAA%3BAAAA%3BACqdA%3BAAAA%3BAAAA%3BADrdA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4eA%3BAAAA%3BAAAA%3BAAAA%3BAD5eA%3BAAAA%3BAAAA%3BACqfA%3BAAAA%3BAAAA%3BADrfA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACggBA%3BAAAA%3BAAAA%3BADhgBA%3BAAAA%3BAAAA%3BACwgBA%3BAAAA%3BAAAA%3BADxgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACohBA%3BAAAA%3BAAAA%3BAAAA%3BADphBA%3BAAAA%3BAAAA%3BACoiBA%3BAAAA%3BAAAA%3BADpiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2BiBA%3BAAAA%3BAAAA%3BAD%2FiBA%3BAAAA%3BAAAA%3BACujBA%3BAAAA%3BAAAA%3BADvjBA%3BAAAA%3BAAAA%3BAC%2BjBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FjBA%3BAAAA%3BAAAA%3BAAAA%3BAC0kBA%3BAAAA%3BAAAA%3BAC1kBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAC1IF%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BACTR%3BAAAA%3BAAAA%3BAA9BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAArDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4DA%3BAAAA%3BAAAA%3BAA7CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoDA%3BAAAA%3BAAAA%3BAA1CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJrCJ%3BAAAA%3BAAAA%3BAKAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACzCA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACrIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAJqBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIXJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAJlME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI6MD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJtNG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIiPJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKrBH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BACpCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMPA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BANfJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM2BA%3BAAAA%3BAAAA%3BAN3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMkCI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN%2FIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMwJQ%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANrKR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMmLY%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN%2FOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMkQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANtTI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM0UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANjWI%3BAMkXI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANrXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMoYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANpZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM%2BZI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BANhcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM6cJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAN1dA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMseA%3BAAAA%3BAAAA%3BAAAA%3BANteA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM8eI%3BAAAA%3BAAAA%3BAN9eJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMsfQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAN5gBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMqhBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANrhBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMiiBQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BANtjBZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMkkBgB%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAYhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN9lBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM8mBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAN9nBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMyoBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANpoBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMmpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANnpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMkqBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANtrBR%3BAM4rBY%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANhvBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMiwBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAN5wBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMoxBQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAYZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBI%3BAAAA%3BAAAA%3BANn2BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM22BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAchB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANj6BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMi7BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9hCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPqBG%3BAOdD%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPjDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO6DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPrFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgGF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPpGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP9HC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsIG%3BAAAA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPlJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOsKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPtKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgLG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAPnMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO8MH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAP3OD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOmPK%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAP7PF%3BAOqQK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAPzQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgRE%3BAAAA%3BAAAA%3BAPhRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO6RH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP7RG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO6SF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAP7SE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOwTF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAP5TE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOuUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPzXI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOgZH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPhZG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAO8ZH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAPreA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAOufC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvhBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARqCI%3BAAAA%3BAAAA%3BAAAA%3BAQ7BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BARmBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQPC%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BARCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQYH%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAChED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BACxQR%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAVQA%3BAAAA%3BAAAA%3BAAAA%3BAUFQ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAVRJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAUiBI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAVpCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAU2CI%3BAAAA%3BAAAA%3BAChFR%3BAAAA%3BAAAA%3BAAAA%3BAXqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAW5BF%3BAAAA%3BAAAA%3BAAAA%3BAXuBE%3BAWfF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAXIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAXpDD%3BAW4DF%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXnFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWuGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXnHE%3BAAAA%3BAAAA%3BAAAA%3BAW%2BHD%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAXvIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWgJD%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAXxKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYrCJ%3BAAAA%3BAAAA%3BAZqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAY9BH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZsBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYJH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYeC%3BAAAA%3BAAAA%3BAZfD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYwBC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ7BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAYwCE%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BACxFL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAbwBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAaXH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAbpDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAa6DE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrIN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAdqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAc1BH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAdaG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAcJH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrCD%3BAAAA%3BAAAA%3BAAAA%3BAfqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe5BF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAfsBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAebH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BACrBF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBWG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBYH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBZG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB2BH%3BAAAA%3BAAAA%3BAAAA%3BADdC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAfrFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe%2BFA%3BAAAA%3BAAAA%3BAAAA%3BAf%2FFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAe2GC%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAE%2FKH%3BAAAA%3BAAAA%3BAAAA%3BAjBqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiB5BF%3BAAAA%3BAAAA%3BAAAA%3BAjBuBE%3BAiBfF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAjBcG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBLF%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAjBPE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAiBeD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAlB%2BBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBrBH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAlBGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBOH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAlBXE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB0BH%3BAAAA%3BAAAA%3BAlB1BG%3BAAAA%3BAAAA%3BAAAA%3BAkBgCE%3BAAAA%3BAAAA%3BAAAA%3BAAQL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB7CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBgEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBhGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB2GC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBpHG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkB6HC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlBvIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAkBgJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACzLL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAnB%2BBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBtBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBsBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBLH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnBKG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmBKF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB7BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmByCH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAnB5FG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAmB6GH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAnBxIC%3BAoBjCI%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BApBPJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBiBI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BApBzMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBmNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBnNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoBqOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BApBxQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAoB0RA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FTJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBzBF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BArBgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBPF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBlBG%3BAAAA%3BAAAA%3BAAAA%3BAqB%2BBE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BArBnBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqB%2BBC%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BArBpEG%3BAAAA%3BAAAA%3BAAAA%3BAqB4ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BArB5EE%3BAqBkFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAC3ID%3BAAAA%3BAAAA%3BAAAA%3BAtBqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsB7BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAtBsBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAsBXH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAtBID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAuBrCJ%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAxBqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BAwBtBF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBqBG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBRF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAxBQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAwBQD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAChFL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAzBqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBzBH%3BAAAA%3BAAAA%3BAzBoBG%3BAyBdF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAzBAG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAyBOF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BACnEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA1BqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0B3BF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BA1BgBG%3BA0BVF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BA1BSG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA0BAH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BA1BfG%3BA0BqBF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVlDD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBWG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgBYH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhBZG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgB2BH%3BAAAA%3BAAAA%3BAAAA%3BAUYE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BA1B9CA%3BA2BjCF%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BwBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BPD%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BgBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BA3B%2FBL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BA2BiDS%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASX%3BAAAA%3BAAAA%3BAAAA%3BA3B1DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BuEH%3BAAAA%3BAAAA%3BAAAA%3BA3BvEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BkFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA3BlFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA2BsGD%3BAAAA%3BAAAA%3BA3B3GC%3BA2BiHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAAA%3BAC1JJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA5BgCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA4BrBF%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BACrDF%3BAAAA%3BAAAA%3BA7BqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6B5BH%3BAAAA%3BAAAA%3BA7B4BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BnBH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA7BzCG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA6BmDF%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAC%2FIH%3BAAAA%3BAAAA%3BA9BqCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8B5BI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9BWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAALA%3BA8BaQ%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA9B5CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BA8BwDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5IJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAC1VpB%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCgCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCrBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCDI%3BAAAA%3BAAAA%3BAhCCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCMQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCNR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCgBY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAhCnCZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC6CY%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAahB%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhC3EI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCsFA%3BAAAA%3BAAAA%3BAAAA%3BAhCtFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCgGI%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhCxGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCsHI%3BAAAA%3BAAAA%3BAAAA%3BAhCtHJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC8HQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAhCjJJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC0JQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhC1JR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCwKY%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAcpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhC%2FLI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgC2MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAhC3MA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAgCwNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%22%7D */