/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@charset "UTF-8";
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, a:hover {
  outline-width: 0;
}
/**
 * 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 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  /* 1 */
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* VARS */
/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair_display/playfair-display-v30-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/playfair_display/playfair-display-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/playfair_display/playfair-display-v30-latin-regular.woff2') format('woff2'), url('../fonts/playfair_display/playfair-display-v30-latin-regular.woff') format('woff'), url('../fonts/playfair_display/playfair-display-v30-latin-regular.ttf') format('truetype'), url('../fonts/playfair_display/playfair-display-v30-latin-regular.svg#PlayfairDisplay') format('svg');
  /* Legacy iOS */
}
/* playfair-display-700 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair_display/playfair-display-v30-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/playfair_display/playfair-display-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/playfair_display/playfair-display-v30-latin-700.woff2') format('woff2'), url('../fonts/playfair_display/playfair-display-v30-latin-700.woff') format('woff'), url('../fonts/playfair_display/playfair-display-v30-latin-700.ttf') format('truetype'), url('../fonts/playfair_display/playfair-display-v30-latin-700.svg#PlayfairDisplay') format('svg');
  /* Legacy iOS */
}
/* playfair-display-italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/playfair_display/playfair-display-v30-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/playfair_display/playfair-display-v30-latin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/playfair_display/playfair-display-v30-latin-italic.woff2') format('woff2'), url('../fonts/playfair_display/playfair-display-v30-latin-italic.woff') format('woff'), url('../fonts/playfair_display/playfair-display-v30-latin-italic.ttf') format('truetype'), url('../fonts/playfair_display/playfair-display-v30-latin-italic.svg#PlayfairDisplay') format('svg');
  /* Legacy iOS */
}
/* playfair-display-700italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/playfair_display/playfair-display-v30-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../fonts/playfair_display/playfair-display-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/playfair_display/playfair-display-v30-latin-700italic.woff2') format('woff2'), url('../fonts/playfair_display/playfair-display-v30-latin-700italic.woff') format('woff'), url('../fonts/playfair_display/playfair-display-v30-latin-700italic.ttf') format('truetype'), url('../fonts/playfair_display/playfair-display-v30-latin-700italic.svg#PlayfairDisplay') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica_neue/HelveticaNeueLTPro-Roman.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica-Medium';
  src: url('../fonts/helvetica_neue/HelveticaNeueLTPro-Md.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica-Bold';
  src: url('../fonts/helvetica_neue/HelveticaNeueLTPro-Bd.woff') format('woff');
}
@font-face {
  font-family: 'Helvetica-Black';
  src: url('../fonts/helvetica_neue/HelveticaNeueLTPro-Blk.woff') format('woff');
}
*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  background: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: #2F426B;
  padding: 0 30px 30px;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.3;
}
body {
  background: #fff;
}
.center-wrapper {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.center-wrapper.full-width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul {
  margin-top: 0;
}
h1 {
  font-family: 'Helvetica-Black', sans-serif;
}
h2 {
  font-family: 'Helvetica-Black', sans-serif;
}
h3 {
  font-family: 'Helvetica-Black', sans-serif;
  font-size: 20px;
  line-height: 40px;
  margin: 40px 0 20px 0;
}
h4 {
  font-family: 'Helvetica-Black', sans-serif;
  font-size: 18px;
  line-height: 2;
  margin: 30px 0 15px 0;
}
.page-id-9775 .block-basic_content h2, .page-id-9776 .block-basic_content h2 {
  font-family: 'Helvetica-Black', sans-serif;
  font-size: 22px;
  line-height: 1.5;
  margin: 60px 0 30px 0;
  opacity: 1;
  padding: 0;
}
b, strong {
  font-weight: 700;
}
.wp-video {
  margin: 40px auto;
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  html {
    padding: 0;
    margin-top: 0 !important;
  }
  html.logged-in body {
    margin-top: -46px;
  }
  body {
    padding-top: 55px;
  }
  #wpadminbar {
    display: none;
  }
}
.btn, input[type="submit"], .ddownload-button.button-blue, .tml-user-panel a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: 'Helvetica', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  border: none;
  padding: 21px 42px 19px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  line-height: 1;
  z-index: 1;
  position: relative;
  background: #c2a96c;
}
.btn:before, input[type="submit"]:before, .ddownload-button.button-blue:before, .tml-user-panel a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e63051;
  transition: all 0.3s cubic-bezier(1, 0.2, 0.5, 1);
  transform: scaleY(1);
  transform-origin: 50% 0%;
  z-index: -1;
}
.btn:hover, .btn:focus, .btn:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .ddownload-button.button-blue:hover, .ddownload-button.button-blue:focus, .ddownload-button.button-blue:active, .tml-user-panel a:hover, .tml-user-panel a:focus, .tml-user-panel a:active {
  color: white;
}
.btn:hover:before, .btn:focus:before, .btn:active:before, input[type="submit"]:hover:before, input[type="submit"]:focus:before, input[type="submit"]:active:before, .ddownload-button.button-blue:hover:before, .ddownload-button.button-blue:focus:before, .ddownload-button.button-blue:active:before, .tml-user-panel a:hover:before, .tml-user-panel a:focus:before, .tml-user-panel a:active:before {
  transform: scaleY(0);
}
.btn span, input[type="submit"] span, .ddownload-button.button-blue span, .tml-user-panel a span {
  position: relative;
  z-index: 1;
}
.btn.btn-invert, input[type="submit"].btn-invert, .ddownload-button.button-blue.btn-invert, .tml-user-panel a.btn-invert {
  background: none;
  border: 2px solid #e63051;
  transition: all 0.3s cubic-bezier(0.15, 0.46, 0.19, 1);
}
.btn.btn-invert:before, .btn.btn-invert:after, input[type="submit"].btn-invert:before, input[type="submit"].btn-invert:after, .ddownload-button.button-blue.btn-invert:before, .ddownload-button.button-blue.btn-invert:after, .tml-user-panel a.btn-invert:before, .tml-user-panel a.btn-invert:after {
  display: none;
}
.btn.btn-invert svg, input[type="submit"].btn-invert svg, .ddownload-button.button-blue.btn-invert svg, .tml-user-panel a.btn-invert svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn.btn-invert:hover, input[type="submit"].btn-invert:hover, .ddownload-button.button-blue.btn-invert:hover, .tml-user-panel a.btn-invert:hover {
  color: #c2a96c;
  background: #2F426B;
  border: 2px solid #c2a96c;
}
.btn.btn-link, input[type="submit"].btn-link, .ddownload-button.button-blue.btn-link, .tml-user-panel a.btn-link {
  padding: 0 26px 0 0;
  background: none;
  color: #e63051;
  font-family: 'Helvetica-Medium', sans-serif;
}
.btn.btn-link:before, input[type="submit"].btn-link:before, .ddownload-button.button-blue.btn-link:before, .tml-user-panel a.btn-link:before {
  display: none;
}
.btn.btn-link:after, input[type="submit"].btn-link:after, .ddownload-button.button-blue.btn-link:after, .tml-user-panel a.btn-link:after {
  background: url('http://www.christophweinhapl.com/incrementum/wp-content/themes/base/img/svg/arrow-red.svg');
  width: 16px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: none;
  right: 0;
  left: auto;
  bottom: auto;
  margin-top: -4px;
}
.ddownload-button.button-blue {
  color: #fff !important;
  text-shadow: none;
  border-radius: 0;
}
input[type="submit"] {
  background-color: #e63051;
  transition: all 0.2s ease-in-out;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #c2a96c;
}
@media screen and (max-width: 768px) {
  .btn, input[type="submit"], .ddownload-button.button-blue, .tml-user-panel a {
    font-size: 16px;
    line-height: 18px;
    padding: 17px 32px 12px;
  }
}
/* SITE HEADER */
.site-header {
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 155px;
  position: relative;
  z-index: 1000;
}
.site-header .center-wrapper {
  padding: 0;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  height: 80px;
  padding: 0;
  align-items: center;
  border-bottom: 1px solid #dbd9dc;
  transition: all 0.15s ease-in;
}
.site-header.fixed .center-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 100%;
}
.site-header.fixed .center-wrapper img {
  height: 38px;
}
.site-header.fixed .center-wrapper .site-title {
  margin: 0;
}
.site-header.fixed .main-navigation #primary-menu > li > a {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 0;
  height: 100%;
}
.site-header.fixed.is-scrolled {
  transform: translateY(0);
  transition: all 0.35s cubic-bezier(0.15, 0.46, 0.19, 1);
}
@media screen and (max-width: 1024px) {
  .site-header {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 12px 15px 10px;
  }
  .site-header .center-wrapper {
    display: flex;
    padding: 0;
    justify-content: space-between;
  }
  .site-header.fixed {
    display: none;
  }
}
/* SITE TITLE */
.site-title {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.site-title a {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .site-title img {
    height: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .site-title {
    margin-bottom: 0;
  }
}
/* NAV */
.main-navigation {
  display: block;
}
.main-navigation ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  /*
        > li.wpml-ls-first-item>a {
            padding-right: 15px;
            position: relative;

            &:before {
                content: '';
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid $primary-color-blue;
            }


        }
        */
}
.main-navigation ul li.wpml-ls-menu-item {
  margin: 0 6px;
}
.main-navigation ul li.wpml-ls-menu-item a {
  color: #dbd9dc;
}
.main-navigation ul li.wpml-ls-menu-item:hover a {
  color: #e63051;
}
.main-navigation ul li.wpml-ls-current-language a {
  color: #a6a4a6;
}
.main-navigation ul li.wpml-ls-current-language:hover a {
  color: #e63051;
}
.main-navigation ul li {
  margin: 0 18px;
  position: relative;
}
.main-navigation ul li.menu-item-type-custom {
  cursor: default;
}
.main-navigation ul li:hover > ul {
  display: flex;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  transition: all 0.25s ease-out;
  background: #fff;
  padding: 0 0;
  flex-direction: column;
  border: 1px solid #dbd9dc;
  border-top: 0;
}
.main-navigation ul ul li {
  display: block;
  margin: 0;
  min-width: 250px;
  max-width: 500px;
}
.main-navigation ul ul li:not(:last-child) {
  margin-bottom: 0;
}
.main-navigation ul ul ul {
  top: 0;
  left: 100%;
  transform: none;
}
.main-navigation ul ul ul li {
  white-space: nowrap;
}
.main-navigation ul ul a {
  padding: 15px;
  padding-right: 30px;
  font-size: 14px;
  text-transform: none;
  white-space: nowrap;
  font-family: 'Helvetica-Regular', sans-serif;
  transition: all 0.25s ease-in-out;
}
.main-navigation ul ul a:hover {
  background: rgba(219, 217, 220, 0.3);
  color: #2F426B;
  padding-left: 25px;
}
.main-navigation ul ul .sub-menu a {
  transition: all 0.25s ease-in-out;
}
.main-navigation ul ul a:hover, .main-navigation ul ul .sub-menu a:hover {
  padding-left: 25px;
}
.main-navigation ul ul .current-menu-parent > a, .main-navigation ul ul .current-menu-item > a, .main-navigation ul ul .current-page-item > a, .main-navigation ul ul .current-menu-ancestor > a {
  background: rgba(219, 217, 220, 0.3);
  color: #2F426B;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #2F426B;
  font-family: 'Helvetica-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  padding: 18px 0;
}
.main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus, .main-navigation .current-menu-parent > a, .main-navigation .current-menu-item > a, .main-navigation .current-page-item > a, .main-navigation .current-menu-ancestor > a {
  color: #e63051;
}
.main-navigation .login-link a, .main-navigation .search-link a {
  width: 16px;
  height: 16px;
  background-image: url('../img/svg/icon-login.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999em;
  padding: 0;
  margin-top: 14px;
}
.main-navigation .search-link a {
  background-image: url('../img/svg/icon-search.svg');
}
@media screen and (max-width: 1024px) {
  .main-navigation {
    display: none;
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .show-nav .main-navigation {
    display: block;
    background: #fff;
  }
  .show-nav .main-navigation ul {
    display: block;
  }
  .show-nav .main-navigation ul li {
    margin: 0;
    border-top: 1px solid #2F426B;
  }
  .show-nav .main-navigation ul ul {
    background: #2F426B;
    position: relative;
    top: auto;
    left: auto;
    border: none;
  }
  .show-nav .main-navigation ul ul a {
    background: none;
    color: #fff;
    padding-left: 30px;
  }
  .show-nav .main-navigation ul ul ul a {
    padding-left: 50px;
  }
  .show-nav .main-navigation a {
    color: #2F426B;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
  }
}
/* BURGER */
.menu-toggle, .search-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile-actions {
    display: flex;
    align-items: center;
  }
  .search-toggle {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../img/svg/icon-search.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin-right: 20px;
    background-color: #fff;
    border: none;
  }
  .menu-toggle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: none;
    border: none;
    outline: none;
    padding: 0;
  }
  .menu-toggle span {
    width: 20px;
    height: 2px;
    background: #2F426B;
  }
  .menu-toggle span:not(:last-child) {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-toggle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: none;
    border: none;
    outline: none;
    padding: 0;
  }
  .menu-toggle span {
    width: 20px;
    height: 2px;
    background: #2F426B;
  }
  .menu-toggle span:not(:last-child) {
    margin-bottom: 4px;
  }
}
/* SITE MAIN */
#menu-item-wpml-ls-main-menu-german-de {
  display: none;
}
/* ROW */
.row {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  text-align: center;
}
body:not(.home):not(.page-template-template-journal) .aos-init, body:not(.home):not(.page-template-template-journal) [data-aos^=fade] {
  opacity: 1 !important;
  transform: none !important;
}
.small-width-container .center-wrapper {
  max-width: 790px;
}
::-webkit-scrollbar {
  width: 5px;
  /* for vertical scrollbars */
  height: 5px;
  /* for horizontal scrollbars */
}
::-webkit-scrollbar-track {
  background: #dbd9dc;
}
::-webkit-scrollbar-thumb {
  background: #2f426b;
}
.error-404 .block-header_image {
  height: calc(100vh - 155px - 61px - 30px);
}
.error-404 .block-header_image .center-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404 .block-header_image .center-wrapper .inner {
  position: relative;
  left: auto;
  bottom: auto;
  text-align: center;
}
.error-404 h1 {
  color: #fff;
  margin: 0 0 20px 0;
}
/*
.sidebar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    width: 400px;
    transform: translateX(100%);
    background: $lightgrey;
    box-shadow: 1px 0px 10px 1px $secondary-color-darkgrey;
    padding: 40px;
    transition: transform 0.3s ease;

    .sidebar__login,
    .sidebar__register,
    .sidebar__lostpassword {
      font-family: $headline-font-bold;
      font-size: 18px;
      line-height: 24px;
      .tml-login,
      .tml-register,
      .tml-lostpassword {
        font-family: $headline-font;
        font-size: 14px;
        line-height: 20px;
        color: $primary-color-blue;
        align-items: flex-start;
      }
      .tml label,
      .tml-registration-confirmation,
      .tml-rememberme-wrap {
        padding-top: 15px;
      }
      .tml input[type="text"],
      .tml input[type="password"],
      .tml textarea {
        background-color: $white !important;
      }
      .tml input[type="submit"] {
          margin-top: 15px;
      }
      .tml .message {
          border: 1px solid $primary-color-gold;
          background-color: rgba(194, 169, 108, 0.1);
          margin-top: 20px;
          display: none;
      }
      .sidebar__actions {
        font-size: 14px;
      }

    }

}
.sidebar-visible .sidebar {
    transform: translateX(0);
}

.sidebar__register,
.sidebar__lostpassword {
    display: none;

    .tml-action-links {
        display: none;
    }
}
.sidebar__login .tml-action-links {
    display: none;
}
*/
.site-footer {
  background: #c2a96c;
  color: #fff;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer > section {
  flex-basis: auto;
  flex-grow: 1;
}
.site-footer ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-end;
}
.site-footer ul li {
  margin: 0 18px;
}
.site-footer ul:last-child li:last-child {
  margin-right: 0;
}
.site-footer .menu-footer-menu-container li:hover a {
  color: #e63051;
}
.site-footer .social-media-links {
  display: none;
  justify-content: center;
  align-items: center;
}
.site-footer .social-media-links a {
  margin: 0 17px;
}
.site-footer a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: 'Helvetica', sans-serif;
}
.site-footer a.icon-twitter, .site-footer a.icon-fb, .site-footer a.icon-instagram {
  background-size: contain;
  background-position: center;
  text-indent: -999em;
}
.site-footer a.icon-twitter {
  width: 21px;
  height: 17px;
  background-image: url(../img/svg/icon-twitter.svg);
}
.site-footer a.icon-fb {
  width: 9px;
  height: 17px;
  background-image: url(../img/svg/icon-fb.svg);
}
.site-footer a.icon-instagram {
  width: 19px;
  height: 18px;
  background-image: url(../img/svg/icon-instagram.svg);
}
@media screen and (max-width: 1024px) {
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer > *:not(:last-child) {
    margin-bottom: 30px;
  }
  .site-footer .social-media-links a {
    margin: 0 30px 0 0;
  }
  .site-footer ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer ul li {
    margin: 0;
  }
  .site-footer ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.single .back-link {
  margin: 40px 0;
  text-align: center;
}
.single .journal-page-link > a {
  color: #e63051;
}
.single .post-header {
  background: #F5F6F7;
}
.single .post-header .post-image {
  display: block;
  height: 425px;
  background-size: cover;
  background-position: center;
}
.single .post-header .post-meta {
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.single .post-header .post-meta .post-user {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
}
.single .post-header .post-meta .post-info h5 {
  font-family: 'Helvetica-Medium', sans-serif;
  font-size: 14px;
  line-height: 1.2;
}
.single .post-header h1 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 600;
  padding-bottom: 70px;
}
.single .post-header .center-wrapper {
  max-width: 790px;
}
.single .block-basic-content .center-wrapper {
  max-width: 790px;
}
.single .block {
  background-color: #f5f6f7;
}
.single .block p {
  font-size: 18px;
  line-height: 30px;
}
.single .block strong {
  font-weight: 600;
}
.single .block em {
  font-style: italic;
}
.single .post-nav {
  display: flex;
  justify-content: space-between;
}
.single .post-nav a {
  flex-grow: 1;
  padding: 30px 50px 70px;
  color: #2F426B;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Helvetica-Black', sans-serif;
  max-width: 50%;
  border-top: 6px solid #c2a96c;
  transition: all 0.3s ease;
}
.single .post-nav a:first-child {
  text-align: right;
}
.single .post-nav a:first-child button {
  padding: 0 0 0 26px;
}
.single .post-nav a:first-child button:after {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
.single .post-nav a:hover {
  background: #c2a96c;
  color: #fff;
}
.single .post-nav a div span {
  display: inline-block;
  max-width: 420px;
}
.single .post-nav a button {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 50px;
}
.journal-header {
  height: 390px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.journal-header h1 {
  color: #fff;
  padding-bottom: 100px;
  font-size: 50px;
  line-height: 65px;
}
.journal-header .center-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
.journal-header .block-slideshow {
  background: none !important;
  margin-bottom: 40px;
}
.journal-header .block-slideshow li {
  background: none !important;
  padding: 0 60px;
  height: auto;
  vertical-align: bottom;
}
.journal-header .block-slideshow .tweet {
  height: auto;
  text-align: left;
  align-items: center;
  background: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 320px;
}
.journal-header .block-slideshow .tweet > div {
  background: #fff;
  padding: 20px 20px 15px 20px;
}
.journal-header .block-slideshow .tweet a {
  height: auto;
  padding: 0;
  display: inline-block;
  padding: 0;
  color: #000;
}
.journal-header .block-slideshow .tweet .tweet-img {
  width: 100%;
  height: 130px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
.journal-header .block-slideshow .tweet .twitter-meta {
  display: block;
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}
.journal-header .block-slideshow .tweet .twitter-meta .light {
  display: inline-block;
  opacity: 0.5;
  font-size: 13px;
  width: 61px;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 10px;
  vertical-align: middle;
}
.journal-header .block-slideshow .tweet .twitter-tweet {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 10px 0;
  transform: none;
  transition: none;
}
.journal-header .block-slideshow .tweet .twitter-actions {
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-top: 10px;
  color: #000;
}
.journal-header .block-slideshow .tweet .twitter-actions > * {
  position: relative;
  margin-right: 30px;
  padding-left: 30px;
  opacity: 0.5;
}
.journal-header .block-slideshow .tweet .twitter-actions > *:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.journal-header .block-slideshow .tweet .twitter-actions .twitter-retweets:before {
  width: 19px;
  height: 11px;
  background-image: url('../img/svg/icon-retweet.svg');
}
.journal-header .block-slideshow .tweet .twitter-actions .twitter-likes:before {
  width: 13px;
  height: 13px;
  background-image: url('../img/svg/icon-heart.svg');
}
.journal-header .block-slideshow .tweet .twitter-actions .twitter-answer:hover {
  opacity: 1;
}
.journal-header .block-slideshow .tweet .twitter-actions .twitter-answer:before {
  width: 15px;
  height: 11px;
  background-image: url('../img/svg/icon-answer.svg');
}
.journal-header .block-slideshow .slick-dots {
  bottom: 40px;
  display: none !important;
}
.journal-filter {
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #92969b;
  background: #F5F6F7;
}
.journal-filter.is-loading:before {
  content: '';
  position: absolute;
  background-image: url('../img/svg/ajax-loading.svg');
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #92969b;
  opacity: 0.5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.journal-filter.is-scrolled {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 200;
}
.journal-filter .author-filter {
  display: none;
  width: 100%;
  margin-top: 10px;
}
.journal-filter.show-authors .author-filter {
  display: flex;
}
.journal-filter .center-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
}
.journal-filter a {
  display: inline-block;
  font-family: 'Helvetica-Bold', sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  color: #92969b;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  padding: 5px 10px 4px;
  border: 1px #92969b solid;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.journal-filter a.active {
  color: #e63051;
  border-color: #e63051;
  /*&:before {
                content: '';
                position: absolute;
                bottom: -18px;
                left: 0;
                right: 0;
                height: 3px;
                background: $button-color;
            }*/
}
.journal-filter button {
  font-family: 'Helvetica-Bold', sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #92969b;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  background-image: url('../img/svg/icon_adjust-horiz.svg');
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-size: 20px;
  border: none;
  cursor: pointer;
  padding-left: 25px;
  vertical-align: middle;
  margin-top: 4px;
  margin-left: 30px;
}
/* TWITTER */
.twitter-flap:hover {
  margin-right: 0;
}
.twitter-flap {
  position: fixed;
  top: 0;
  right: 0;
  height: 78px;
  max-height: 2000px;
  margin-right: -350px;
  z-index: 1010;
  box-shadow: -5px 0px 30px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: all 0.35s cubic-bezier(0.15, 0.46, 0.19, 1);
  width: 400px;
  margin-left: 100px;
}
.twitter-flap .icon-twitter {
  display: block;
  width: 21px;
  margin: 0 14px 0 15px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  height: 17px;
  background-image: url(../img/svg/icon-twitter.svg);
  background-size: contain;
  background-position: center;
  text-indent: -999em;
}
.twitter-flap iframe {
  opacity: 1;
}
.twitter-flap iframe {
  min-height: 150px !important;
  /* max-height: 1000px !important; */
  /* height: 100% !important; */
  height: 100vh !important;
  float: right;
  transition: all 0.35s cubic-bezier(0.15, 0.46, 0.19, 1);
}
.timeline-Widget {
  border-radius: 0 !important;
}
@media screen and (max-width: 1024px) {
  .twitter-flap {
    display: none;
  }
}
.journal-main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
.journal-main:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -1px;
  bottom: 10px;
  width: 2px;
  background: #92969b;
}
.journal-main.is-loading:after {
  content: '';
  position: absolute;
  background-image: url('../img/svg/ajax-loading.svg');
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F5F6F7;
  opacity: 0.5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.journal-main .month-marker {
  text-align: center;
  z-index: 2;
  position: relative;
  margin-bottom: 140px;
}
.journal-main .month-marker h3 {
  display: inline-block;
  font-family: 'Helvetica-Black', sans-serif;
  color: #2F426B;
  background: #f5f6f7;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  padding: 23px 50px 19px;
}
.journal-main .journal-feed {
  padding: 0;
  text-align: left;
}
.journal-main .journal-feed ul a:before, .journal-main .journal-feed ul a:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #92969b;
  background: #fff;
  border-radius: 50%;
  top: 225px;
  left: -5px;
}
.journal-main .journal-feed ul a:before {
  border: none;
  width: 18px;
  height: 18px;
  top: 221px;
  left: -9px;
}
.journal-main .journal-feed .no-image a:before {
  top: 61px;
}
.journal-main .journal-feed .no-image a:after {
  top: 65px;
}
.journal-main .journal-feed .journal-feed-left a:before, .journal-main .journal-feed .journal-feed-left a:after {
  left: auto;
  right: -5px;
}
.journal-main .journal-feed .journal-feed-left a:before {
  right: -9px;
}
.journal-main .journal-feed .feed-favourite {
  font-family: 'Helvetica-Bold', sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 4px;
}
.journal-main .more {
  text-align: center;
}
.journal-main .more a {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .twitter-flap {
    display: none;
  }
  .journal-header {
    height: auto;
  }
  .journal-header h1 {
    padding-top: 100px;
  }
  .journal-header .block-slideshow {
    display: none;
  }
  .journal-header .block-slideshow li {
    height: auto;
  }
  .journal-header .block-slideshow .tweet {
    height: auto;
    padding: 40px 20px 60px;
  }
  .journal-header .block-slideshow .tweet .twitter-meta {
    display: block;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .journal-header .block-slideshow .tweet .twitter-meta .light {
    opacity: 0.5;
  }
  .journal-header .block-slideshow .tweet .twitter-tweet {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }
  .journal-header .block-slideshow .tweet .twitter-actions {
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    line-height: 19px;
    opacity: 0.5;
  }
  .journal-header .block-slideshow .tweet .twitter-actions > * {
    margin-right: 30px;
  }
  .journal-header .block-slideshow .slick-dots {
    bottom: 20px;
  }
  .journal-filter {
    position: relative;
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #92969b;
    background: #F5F6F7;
  }
  .journal-filter .center-wrapper > div {
    width: 100%;
    overflow: hidden;
  }
  .journal-filter.is-loading:before {
    content: '';
    position: absolute;
    background-image: url('../img/svg/ajax-loading.svg');
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #92969b;
    opacity: 0.5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .journal-filter.is-scrolled {
    top: auto;
    position: relative;
  }
  .journal-filter .author-filter {
    display: block;
  }
  .journal-filter.show-authors .author-filter {
    display: flex;
  }
  .journal-filter .author-filter, .journal-filter .category-filter {
    white-space: nowrap;
    overflow-x: auto;
  }
  .journal-filter .author-filter a, .journal-filter .category-filter a {
    display: inline-block;
  }
  .journal-filter .center-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .journal-filter .more-categories {
    margin-left: 30px;
  }
  .journal-filter button {
    display: none;
    margin-left: 30px;
  }
  .journal-main {
    padding: 40px 0;
  }
  .journal-main:before {
    display: none;
  }
  .journal-main .journal-feed a:before, .journal-main .journal-feed a:after {
    display: none;
  }
  .journal-main .journal-feed li {
    padding-right: 0;
    opacity: none !important;
    transform: none !important;
  }
  .journal-main .journal-feed .journal-feed-right {
    transform: none;
  }
  .journal-main .journal-feed .journal-feed-right li {
    padding-left: 0;
  }
  .journal-main .journal-feed .month-container {
    display: block;
  }
  .journal-main .journal-feed .month-container .month-marker {
    margin-bottom: 25px;
    margin-top: 10px;
  }
  .journal-main .journal-feed .month-container .month-marker h3 {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
  .journal-main .journal-feed ul {
    width: 100%;
  }
  .journal-main .journal-feed ul a > div {
    padding: 30px 20px 20px;
  }
  .journal-main .journal-feed .feed-image {
    height: 120px;
  }
  .journal-main .journal-feed .feed-user {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .journal-main .journal-feed .feed-meta {
    font-size: 14px;
    line-height: 17px;
  }
  .journal-main .journal-feed h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .journal-main .journal-feed p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .journal-main .journal-feed .btn {
    font-size: 14px;
    line-height: 18px;
  }
}
.block-contact_form {
  padding: 40px 0 80px;
}
.block-contact_form p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block-contact_form .center-wrapper {
  max-width: 600px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
  padding: 12px 12px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #ddd;
  font-family: 'Playfair Display', serif;
  outline: none;
  resize: none;
}
.wpcf7 input[type="text"].wpcf7-not-valid, .wpcf7 input[type="email"].wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
  border-color: #e63051;
}
.wpcf7 .wpcf7-form-control-wrap {
  width: 50%;
  padding: 0 5px;
}
.wpcf7 .wpcf7-form-control-wrap.your-message {
  width: 100%;
}
.wpcf7 input[type="submit"] {
  margin-top: 30px;
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-response-output {
  padding-top: 30px;
  text-align: center;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #e63051;
}
.wpcf7 .ajax-loader {
  display: none;
  background-image: url(../img/svg/ring-alt.svg);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  margin-top: 44px;
  transform: translateX(20px);
}
.wpcf7 .ajax-loader.is-active {
  display: block;
}
@media screen and (max-width: 768px) {
  .block-contact_form {
    padding: 40px 0;
  }
  .wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    padding: 0;
  }
}
html[lang="de-DE"] .incrementum-newsletter.DE {
  display: block;
}
html[lang="de-DE"] .incrementum-newsletter.EN {
  display: none;
}
html[lang="en-US"] .incrementum-newsletter.EN {
  display: block;
}
html[lang="en-US"] .incrementum-newsletter.DE {
  display: none;
}
/*
.tml {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;

    &.tml-user-panel {
        text-align: center;

        .tml-user-avatar,
        .tml-user-links li:not(:last-child) {
            display: none;
        }
        ul {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;

            li {
                width: 100%;
            }
        }
        a {
            text-decoration: none;
            width: 100%;
            margin-top: 30px;
            background: $primary-color-blue;

        }
    }

    .tml-user-login-wrap,
    .tml-user-pass-wrap,
    .tml-rememberme-wrap,
    .tml-submit-wrap {
        margin: 0;
        padding: 0;
    }


    input[type="text"],
    input[type="password"],
    textarea {
        padding: 12px 12px;
        margin-bottom: 0;
        width: 300px;
        font-size: 16px;
        line-height: 1;
        border: 1px solid rgba(255,255,255,0.3);
        font-family: $primary-font;
        outline: none;
        resize: none;
    }
    input[type="submit"] {
        width: 100%;
    }
    a {
        color: $white;
        text-decoration: underline;
    }
    .tml-rememberme-wrap,
    .tml-submit-wrap {
        display: block;
    }
}
*/
.mc4wp-form {
  position: relative;
}
.mc4wp-form.is-loading:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  background-image: url('../img/svg/ajax-loading.svg');
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #92969b;
  opacity: 0.5;
}
.mc4wp-form.is-success {
  text-align: center;
}
.mc4wp-form.is-success p {
  border: 2px solid #c2a96c;
  padding: 20px;
}
.mc4wp-form input[type="text"], .mc4wp-form input[type="email"], .mc4wp-form input[type="number"], .mc4wp-form textarea {
  padding: 12px 12px;
  margin-bottom: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #ddd;
  font-family: 'Playfair Display', serif;
  outline: none;
  resize: none;
}
.mc4wp-form input[type="text"].wpcf7-not-valid, .mc4wp-form input[type="email"].wpcf7-not-valid, .mc4wp-form input[type="number"].wpcf7-not-valid, .mc4wp-form textarea.wpcf7-not-valid {
  border-color: #e63051;
}
.mc4wp-form label {
  display: block;
}
.mc4wp-form label:hover span {
  color: #c2a96c;
}
.mc4wp-form .parsley-errors-list {
  display: none;
}
.mc4wp-form .incrementum-newsletter .select-style .error, .mc4wp-form .error {
  background: rgba(230, 48, 81, 0.2);
}
.mc4wp-form label.error {
  display: none !important;
}
.mc4wp-form .incrementum-newsletter {
  display: flex;
  flex-wrap: wrap;
}
.mc4wp-form .incrementum-newsletter > * {
  width: 100%;
  min-width: 100%;
  margin-bottom: 10px;
}
.mc4wp-form .incrementum-newsletter p:not(:last-child) {
  padding-bottom: 0;
}
.mc4wp-form .incrementum-newsletter .research-select, .mc4wp-form .incrementum-newsletter .fonds-select {
  width: auto;
  min-width: calc(50% - 5px);
  color: #fff;
  padding: 40px;
}
.mc4wp-form .incrementum-newsletter .research-select h2, .mc4wp-form .incrementum-newsletter .fonds-select h2 {
  text-align: center;
}
.mc4wp-form .incrementum-newsletter .research-select .checkbox-field input[type="checkbox"]:checked + span:before, .mc4wp-form .incrementum-newsletter .fonds-select .checkbox-field input[type="checkbox"]:checked + span:before {
  background: #c2a96c;
}
.mc4wp-form .incrementum-newsletter .research-select .checkbox-field span, .mc4wp-form .incrementum-newsletter .fonds-select .checkbox-field span {
  line-height: 40px;
}
.mc4wp-form .incrementum-newsletter .research-select {
  margin-right: 10px;
  background-color: #2F426B;
}
.mc4wp-form .incrementum-newsletter .fonds-select {
  background-color: #dbd9dc;
  color: #2F426B;
}
.mc4wp-form .incrementum-newsletter .fonds-select .checkbox-field span:after {
  border: 2px solid #2F426B;
}
.mc4wp-form .incrementum-newsletter .global-fields {
  margin-top: 50px;
}
.mc4wp-form .incrementum-newsletter .fonds-fields > *, .mc4wp-form .incrementum-newsletter .global-fields > * {
  margin-bottom: 10px;
}
.mc4wp-form .incrementum-newsletter .hidden-fields {
  display: none;
}
.mc4wp-form .incrementum-newsletter .half-half, .mc4wp-form .incrementum-newsletter .one-third-two-thirds, .mc4wp-form .incrementum-newsletter .two-thirds-one-third {
  display: flex;
}
.mc4wp-form .incrementum-newsletter .half-half > *:first-child, .mc4wp-form .incrementum-newsletter .one-third-two-thirds > *:first-child, .mc4wp-form .incrementum-newsletter .two-thirds-one-third > *:first-child {
  margin-right: 10px;
}
.mc4wp-form .incrementum-newsletter .one-third-two-thirds > *:first-child {
  margin-right: 10px;
  width: 30%;
  min-width: 30%;
}
.mc4wp-form .incrementum-newsletter .two-thirds-one-third > *:first-child {
  margin-right: 10px;
  width: 70%;
  min-width: 70%;
}
.mc4wp-form .incrementum-newsletter .select-style {
  position: relative;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #ddd;
  font-family: 'Playfair Display', serif;
  min-width: calc(50% - 5px);
  width: 50%;
  height: 47px;
  overflow: hidden;
}
.mc4wp-form .incrementum-newsletter .select-style:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}
.mc4wp-form .incrementum-newsletter .select-style select {
  padding: 5px 8px;
  width: 130%;
  height: 47px;
  border: none;
  font-family: 'Playfair Display', serif;
  box-shadow: none;
  color: #757575;
  background: #fff;
  background-image: none;
  -webkit-appearance: none;
}
.mc4wp-form .incrementum-newsletter .select-style select:focus {
  outline: none;
}
.mc4wp-form .incrementum-newsletter .checkbox-field {
  cursor: pointer;
}
.mc4wp-form .incrementum-newsletter .checkbox-field input[type="checkbox"] {
  display: none;
}
.mc4wp-form .incrementum-newsletter .checkbox-field input[type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: #2F426B;
}
.mc4wp-form .incrementum-newsletter .checkbox-field span {
  display: block;
  position: relative;
  padding-left: 30px;
}
.mc4wp-form .incrementum-newsletter .checkbox-field span:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
}
.mc4wp-form .incrementum-newsletter input[type="submit"] {
  margin: auto;
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mc4wp-form .incrementum-newsletter .half-half, .mc4wp-form .incrementum-newsletter .one-third-two-thirds, .mc4wp-form .incrementum-newsletter .two-thirds-one-third {
    display: block;
  }
  .mc4wp-form .incrementum-newsletter .half-half > *:first-child, .mc4wp-form .incrementum-newsletter .one-third-two-thirds > *:first-child, .mc4wp-form .incrementum-newsletter .two-thirds-one-third > *:first-child {
    margin-right: 0;
  }
  .mc4wp-form .incrementum-newsletter .half-half > *, .mc4wp-form .incrementum-newsletter .one-third-two-thirds > *, .mc4wp-form .incrementum-newsletter .two-thirds-one-third > * {
    margin-bottom: 10px;
  }
  .mc4wp-form .incrementum-newsletter .research-select, .mc4wp-form .incrementum-newsletter .fonds-select {
    min-width: 100%;
  }
  .mc4wp-form .incrementum-newsletter .select-style, .mc4wp-form .incrementum-newsletter .two-thirds-one-third > *:first-child, .mc4wp-form .incrementum-newsletter .one-third-two-thirds > *:first-child {
    width: 100%;
  }
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #c2a96c;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #c2a96c, 0 0 5px #c2a96c;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #c2a96c;
  border-left-color: #c2a96c;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* NO-JS */
.search-form {
  position: fixed;
  top: 0;
  right: 30px;
  left: 30px;
  background: rgba(47, 66, 107, 0.9);
  color: #fff;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.3s ease;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form input[type="search"] {
  background: none;
  border: none;
  outline: none;
  font-size: 50px;
  line-height: 45px;
  padding: 10px 0 0;
  font-family: 'Helvetica', sans-serif;
  color: #fff;
}
.search-form input[type="submit"] {
  text-indent: -9999em;
  background: url(../img/svg/icon-search-white.svg);
  padding: 0;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
body.search-is-visible .search-form {
  z-index: 10000;
  opacity: 1;
  left: 0;
  right: 0;
}
.search-results .page-header {
  padding: 60px 0 50px;
  background: #2F426B;
  color: #fff;
}
.search-results .search-results {
  padding-top: 50px;
  padding-bottom: 50px;
}
.search-results .search-results article {
  background: #F5F6F7;
  padding: 30px 30px 25px;
}
.search-results .search-results article:not(:last-child) {
  margin-bottom: 30px;
}
.search-results .search-results article h2 {
  font-family: 'Helvetica-Bold', sans-serif;
  font-size: 1.1em;
  padding-bottom: 10px;
}
.search-results .search-results article a {
  color: #2F426B;
}
.search-results .search-results article a:hover {
  text-decoration: underline;
}
.search-results .search-results article .entry-meta, .search-results .search-results article .cat-links, .search-results .search-results article .edit-link {
  font-size: 0.8em;
}
.search-results .search-results article .cat-links {
  display: block;
}
.search-results .search-results article .entry-summary p {
  padding: 0;
  margin: 0;
}
.search-results .search-results article:hover {
  background: #dbd9dc;
}
.search-results .posts-navigation {
  display: none;
}
@media screen and (max-width: 768px) {
  .search-form {
    padding: 20px;
  }
  .search-form input[type="search"] {
    width: 100%;
    font-size: 30px;
    padding: 0;
  }
}
.broken_link, a.broken_link {
  text-decoration: none !important;
}
#iframe-wrap iframe html {
  overflow-x: hidden;
}
.elementor-lightbox-image {
  background-color: white;
}
.elementor-slideshow__title {
  display: none;
}
.elementor-page {
  font-size: 18px;
}
.elementor-field-option {
  margin-top: 30px;
}
.contact-form-footer .elementor-field-option label {
  color: #f5f6f7 !important;
  line-height: 1.5 !important;
  font-family: 'Helvetica' !important;
}
.contact-form-footer .elementor-field-option label a, .contact-form-footer .elementor-field-option label a:visited {
  color: #c2a96c !important;
}
.contact-form-footer .elementor-field-option label a:hover, .contact-form-footer .elementor-field-option label a:visited:hover {
  text-decoration: underline;
}
.contact-form-popup .elementor-field-option label {
  line-height: 1.5 !important;
  font-family: 'Helvetica' !important;
}
.contact-form-popup .elementor-field-option label a, .contact-form-popup .elementor-field-option label a:visited {
  color: #e63051 !important;
}
.contact-form-popup .elementor-field-option label a:hover, .contact-form-popup .elementor-field-option label a:visited:hover {
  text-decoration: underline;
}
.font-helvetica-black {
  font-family: 'Helvetica-Black';
}
.btn-secondary .elementor-button:before {
  background: #fff;
}
.elementor-button:not(.elementor-cta__button) {
  cursor: pointer;
  font-family: 'Helvetica', sans-serif;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  background: #c2a96c !important;
}
.elementor-button:not(.elementor-cta__button):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e63051 !important;
  transition: all 0.3s cubic-bezier(1, 0.2, 0.5, 1);
  transform: scaleY(1);
  transform-origin: 50% 0%;
  z-index: 1;
}
.elementor-button:not(.elementor-cta__button) span {
  z-index: 1;
}
.elementor-button:not(.elementor-cta__button):hover:before {
  transform: scaleY(0);
}
.elementor-button:not(.elementor-cta__button):hover span {
  color: #fff !important;
}
.blend-mode-soft-light .elementor-background-overlay {
  mix-blend-mode: soft-light !important;
}
.btn-secondary .elementor-button:before, .bg-color-white {
  background-color: white !important;
}
#fonds-header .elementor-text-editor a, #fonds-header .elementor-text-editor a:visited {
  color: #e63051 !important;
}
/* FACELIFT 2021 */
.btn-link a.elementor-button {
  text-align: left;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(20px);
  color: #e63051;
  font-family: 'Helvetica', sans-serif;
  font-weight: bold;
  font-size: 20px;
}
.btn-link a.elementor-button:before {
  content: none;
}
.btn-link a.elementor-button:hover {
  background-color: #e63051 !important;
  color: white;
}
.elementor-swiper-button-prev:hover, .elementor-swiper-button-next:hover {
  color: #e63051;
}
.elementor-swiper-button-prev {
  margin-left: -30px;
}
.elementor-swiper-button-next {
  margin-right: -30px;
}
.award-carousel .elementor-image-carousel.swiper-wrapper {
  transition-timing-function: linear;
}
.grayscale .swiper-slide {
  filter: grayscale(1);
}
.grayscale .swiper-slide:hover {
  filter: grayscale(0);
}
.wrap-list .elementor-row,
.wrap-list > .elementor-container {
  flex-wrap: wrap;
}
.wrap-list .col-item, .wrap-list .col-item-25 {
  width: calc(33.33%) !important;
  position: relative;
}
.wrap-list .col-item .elementor-cta__content, .wrap-list .col-item-25 .elementor-cta__content {
  min-height: inherit !important;
  position: absolute;
  bottom: 0;
}
.wrap-list .col-item.fonds-item .elementor-cta__content, .wrap-list .col-item-25.fonds-item .elementor-cta__content {
  margin: 20px;
  width: calc(100% - 40px);
}
.wrap-list .col-item-25 {
  width: 25% !important;
}
@media screen and (max-width: 1024px) {
  .wrap-list .col-item, .wrap-list .col-item-25 {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap-list .col-item, .wrap-list .col-item-25 {
    width: 100% !important;
  }
}
.block p {
  font-size: 18px;
  line-height: 30px;
}
.block.light-color {
  color: #fff;
}
.block.light-color p {
  color: #fff;
}
.block.small-width .center-wrapper {
  max-width: 790px;
}
.block.font-small p {
  font-size: 16px;
  line-height: 22px;
}
.block.font-medium p {
  font-size: 18px;
  line-height: 30px;
}
.block.font-big p {
  font-size: 24px;
  line-height: 36px;
}
.block.block-basic_content a, .block.block-2_columns a, .block.block-content-image a {
  color: #e63051;
}
.block.block-basic_content ul, .block.block-2_columns ul, .block.block-content-image ul {
  font-size: 18px;
  line-height: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.block.block-basic_content ul li, .block.block-2_columns ul li, .block.block-content-image ul li {
  margin-bottom: 20px;
  padding-left: 24px;
  position: relative;
}
.block.block-basic_content ul li:before, .block.block-2_columns ul li:before, .block.block-content-image ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #c2a96c;
  top: 12px;
  left: 0;
}
.block.block-basic_content ol, .block.block-2_columns ol, .block.block-content-image ol {
  font-size: 18px;
  line-height: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.block.block-basic_content ol li, .block.block-2_columns ol li, .block.block-content-image ol li {
  margin-bottom: 20px;
  padding-left: 42px;
  position: relative;
}
.block.block-basic_content ol li:before, .block.block-2_columns ol li:before, .block.block-content-image ol li:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #e63051;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-family: 'Helvetica', sans-serif;
  border-radius: 50%;
}
.block.block-basic_content ol li:nth-child(1):before, .block.block-2_columns ol li:nth-child(1):before, .block.block-content-image ol li:nth-child(1):before {
  content: '01';
}
.block.block-basic_content ol li:nth-child(2):before, .block.block-2_columns ol li:nth-child(2):before, .block.block-content-image ol li:nth-child(2):before {
  content: '02';
}
.block.block-basic_content ol li:nth-child(3):before, .block.block-2_columns ol li:nth-child(3):before, .block.block-content-image ol li:nth-child(3):before {
  content: '03';
}
.block.block-basic_content ol li:nth-child(4):before, .block.block-2_columns ol li:nth-child(4):before, .block.block-content-image ol li:nth-child(4):before {
  content: '04';
}
.block.block-basic_content ol li:nth-child(5):before, .block.block-2_columns ol li:nth-child(5):before, .block.block-content-image ol li:nth-child(5):before {
  content: '05';
}
.block.block-basic_content ol li:nth-child(6):before, .block.block-2_columns ol li:nth-child(6):before, .block.block-content-image ol li:nth-child(6):before {
  content: '06';
}
.block.block-basic_content ol li:nth-child(7):before, .block.block-2_columns ol li:nth-child(7):before, .block.block-content-image ol li:nth-child(7):before {
  content: '07';
}
.block.block-basic_content ol li:nth-child(8):before, .block.block-2_columns ol li:nth-child(8):before, .block.block-content-image ol li:nth-child(8):before {
  content: '08';
}
.block.block-basic_content ol li:nth-child(9):before, .block.block-2_columns ol li:nth-child(9):before, .block.block-content-image ol li:nth-child(9):before {
  content: '09';
}
.block.block-basic_content ol li:nth-child(10):before, .block.block-2_columns ol li:nth-child(10):before, .block.block-content-image ol li:nth-child(10):before {
  content: '10';
}
.block.block-basic_content ol li:nth-child(11):before, .block.block-2_columns ol li:nth-child(11):before, .block.block-content-image ol li:nth-child(11):before {
  content: '11';
}
@media screen and (max-width: 768px) {
  .block p {
    font-size: 16px;
    line-height: 22px;
  }
  .block.font-small p {
    font-size: 16px;
    line-height: 22px;
  }
  .block.font-medium p {
    font-size: 18px;
    line-height: 30px;
  }
  .block.font-big p {
    font-size: 18px;
    line-height: 30px;
  }
  .block.block-basic_content a, .block.block-2_columns a, .block.block-content-image a {
    color: #e63051;
  }
  .block.block-basic_content ul, .block.block-2_columns ul, .block.block-content-image ul {
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .block.block-basic_content ul li, .block.block-2_columns ul li, .block.block-content-image ul li {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .block.block-basic_content ul li:before, .block.block-2_columns ul li:before, .block.block-content-image ul li:before {
    width: 6px;
    height: 6px;
    top: 9px;
    left: 0;
  }
  .block.block-basic_content ol, .block.block-2_columns ol, .block.block-content-image ol {
    font-size: 18px;
    line-height: 30px;
  }
  .block.block-basic_content ol li, .block.block-2_columns ol li, .block.block-content-image ol li {
    margin-bottom: 20px;
    padding-left: 42px;
  }
  .block.block-basic_content ol li:before, .block.block-2_columns ol li:before, .block.block-content-image ol li:before {
    width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 14px;
  }
}
.block-slideshow {
  position: relative;
  background: #fff;
  color: #fff;
  overflow: hidden;
}
.block-slideshow .slick-dotted.slick-slider {
  margin: 0;
  padding: 0;
}
.block-slideshow .lazy-load-dummy {
  visibility: hidden;
}
.block-slideshow .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 25px;
  background: url(../img/svg/icon-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.block-slideshow .slick-arrow:hover, .block-slideshow .slick-arrow:active, .block-slideshow .slick-arrow:focus {
  background-image: url(../img/svg/icon-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.block-slideshow .slick-arrow:before {
  display: none;
}
.block-slideshow .slick-arrow.slick-next {
  right: 30px;
}
.block-slideshow .slick-arrow.slick-prev {
  left: 30px;
  transform: translateY(-50%) rotate(180deg);
}
.block-slideshow li.slick-current .darken-overlay {
  background: rgba(50, 60, 77, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.block-slideshow li.slick-current h2, .block-slideshow li.slick-cloned h2 {
  transform: translateX(0px);
  transition: transform 0.6s cubic-bezier(0.15, 0.46, 0.19, 1);
  transition-delay: 0.1s;
}
.block-slideshow li.slick-current p, .block-slideshow li.slick-cloned p {
  transform: translateX(0px);
  transition: transform 0.6s cubic-bezier(0.15, 0.46, 0.19, 1);
  transition-delay: 0.15s;
}
.block-slideshow li.slick-current .btn, .block-slideshow li.slick-cloned .btn {
  transform: translateX(0px);
  transition: transform 0.6s cubic-bezier(0.15, 0.46, 0.19, 1);
  transition-delay: 0.2s;
}
.block-slideshow li {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: cover;
  background-position: center;
  vertical-align: top;
  overflow: hidden;
}
.block-slideshow li a, .block-slideshow li .no-link {
  max-width: 850px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin: 0 auto;
  outline: none;
  padding-bottom: 40px;
  z-index: 100;
  position: relative;
}
.block-slideshow li a > div, .block-slideshow li .no-link > div {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.block-slideshow li h2 {
  font-size: 70px;
  line-height: 75px;
  padding-bottom: 5px;
  font-family: 'Helvetica-Black', sans-serif;
  transform: translateX(100px);
}
.block-slideshow li p {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 40px;
  padding-top: 10px;
  transform: translateX(100px);
}
.block-slideshow li p:last-child {
  padding-bottom: 0;
}
.block-slideshow li .btn {
  transform: translateX(100px);
}
.block-slideshow .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 65px;
}
.block-slideshow .slick-dots li {
  margin: 0 6px;
  width: auto;
  height: auto;
}
.block-slideshow .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  overflow: hidden;
  text-indent: -9999em;
  border-radius: 50%;
  padding: 0;
}
.block-slideshow .slick-dots li button:before {
  display: none;
}
.block-slideshow .slick-dots li.slick-active button {
  background: #fff;
}
.block-slideshow:first-child + .scroll-line > span {
  opacity: 1;
  transform: translate(0);
}
@media screen and (max-width: 1024px) {
  .block-slideshow li h2 {
    font-size: 50px;
    line-height: 55px;
  }
  .block-slideshow li p {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .block-slideshow li {
    height: 70vh;
  }
  .block-slideshow li a, .block-slideshow li .no-link {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .block-slideshow li h2 {
    font-size: 23px;
    line-height: 27px;
    word-wrap: break-word;
  }
  .block-slideshow li p {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .block-slideshow li button {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 32px 13px;
  }
  .block-slideshow .slick-dots {
    bottom: 20px;
  }
  .block-slideshow .slick-arrow {
    top: auto;
    bottom: 20px;
    transform: none;
  }
  .block-slideshow .slick-arrow.slick-next {
    right: 20px;
  }
  .block-slideshow .slick-arrow.slick-prev {
    left: 20px;
  }
}
.scroll-line {
  position: relative;
  height: 0;
  z-index: 3;
  animation-timing-function: linear;
  animation-duration: 2.5s;
  animation-name: animLine;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.scroll-line span {
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  height: 90px;
  margin-top: -45px;
  background: #c2a96c;
}
.scroll-line.scroll-line-white span {
  background: #fff;
}
.scroll-line.scroll-line-dark span {
  background: #2F426B;
}
@keyframes animLine {
  0% {
    transform: translateY(-45px) scaleY(0);
  }
  50% {
    transform: translateY(0px) scaleY(1);
  }
  51% {
    transform: translateY(0px) scaleY(1);
  }
  100% {
    transform: translateY(45px) scaleY(0);
  }
}
@media screen and (max-width: 768px) {
  .scroll-line {
    display: none;
  }
}
.block-header_image {
  height: 425px;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.block-header_image .dark-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(50, 60, 77, 0.2);
}
.block-header_image .center-wrapper {
  position: relative;
  height: 100%;
}
.block-header_image .inner {
  position: absolute;
  left: 20px;
  bottom: 100px;
}
.block-header_image h2 {
  font-size: 50px;
  color: #fff;
  line-height: 65px;
}
.block-header_image h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .block-header_image {
    height: auto;
    padding: 70px 0 20px;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
  }
  .block-header_image .inner {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .block-header_image h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .block-header_image h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.home .block-solutions_style_1 .solutions a:nth-child(2) img, .home .block-solutions_style_1 .solutions a:nth-child(2) h3 {
  transform: scale(1.3);
  transition: transform 0.35s cubic-bezier(0.15, 0.46, 0.19, 1);
}
.home .block-solutions_style_1 .solutions a:nth-child(2):hover img, .home .block-solutions_style_1 .solutions a:nth-child(2):hover h3 {
  transform: scale(1.5);
}
.block-solutions_style_1 {
  padding-top: 70px;
  padding-bottom: 0;
  background-color: #2F426B;
  color: #fff;
  text-align: center;
}
.block-solutions_style_1 img {
  max-height: 52px;
  margin-left: auto;
  margin-right: auto;
}
.block-solutions_style_1 h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  opacity: 0.5;
  font-family: 'Helvetica-Black', sans-serif;
}
.block-solutions_style_1 h3 {
  margin: 0 0 10px 0;
}
.block-solutions_style_1 h2 + p {
  margin-bottom: 70px;
  font-size: 24px;
  line-height: 36px;
}
.block-solutions_style_1 h2 + .solutions {
  margin-top: 70px;
}
.block-solutions_style_1 .solutions p {
  margin: 0;
}
.block-solutions_style_1 .solutions a img, .block-solutions_style_1 .solutions a h3 {
  transition: transform 0.35s cubic-bezier(0.15, 0.46, 0.19, 1);
}
.block-solutions_style_1 .solutions a:hover img, .block-solutions_style_1 .solutions a:hover h3 {
  transform: scale(1.2);
}
.block-solutions_style_2 {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  text-align: center;
  position: relative;
}
.block-solutions_style_2 img {
  max-height: 52px;
}
.block-solutions_style_2 h2 {
  margin-bottom: 80px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
}
.block-solutions_style_2 .bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #211b20;
  filter: url("data:image/svg xml; nowhitespace: afterproperty;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
}
.block-solutions_style_2 .darken-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 35, 57, 0.8);
}
.block-solutions_style_2 .center-wrapper {
  position: relative;
  z-index: 1;
}
.solutions {
  display: flex;
  margin: 0 -35px;
}
.solutions.grid-size-two {
  flex-wrap: wrap;
}
.solutions.grid-size-two a {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}
.solutions.grid-size-three {
  flex-wrap: wrap;
}
.solutions.grid-size-three a {
  width: 33.333%;
  min-width: 33.333%;
  max-width: 33.333%;
}
.solutions.grid-size-four {
  flex-wrap: wrap;
}
.solutions.grid-size-four a {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}
.solutions a {
  display: inline-block;
  flex-grow: 1;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 0;
  margin-bottom: 60px;
}
.solutions a img {
  margin-bottom: 30px;
}
.solutions a p {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 22px;
}
.solutions a h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.solutions a button {
  font-size: 16px;
  line-height: 20px;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .block-solutions_style_1 {
    padding: 40px 0 !important;
  }
  .block-solutions_style_1 h2 + .solutions {
    margin-top: 40px;
  }
  .block-solutions_style_1 .solutions a img {
    margin-bottom: 30px;
  }
  .block-solutions_style_1 .solutions a:last-child {
    margin-bottom: 0;
  }
  .block-solutions_style_2 {
    padding: 40px 0 !important;
  }
  .block-solutions_style_2 h2 {
    margin-bottom: 40px;
  }
  .solutions {
    display: block;
    margin: 0;
  }
  .solutions a {
    display: block;
    padding: 0;
    margin-bottom: 30px;
  }
  .solutions a h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .solutions a p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
  }
  .home .block-solutions_style_1 .solutions a:nth-child(2) img, .home .block-solutions_style_1 .solutions a:nth-child(2) h3 {
    transform: scale(1);
  }
  .home .block-solutions_style_1 .solutions a:nth-child(2):hover img, .home .block-solutions_style_1 .solutions a:nth-child(2):hover h3 {
    transform: scale(1);
  }
}
.block-big_teaser {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  color: #211b20;
}
.block-big_teaser .center-wrapper {
  display: flex;
  background: #fff;
  padding: 0;
  text-decoration: none;
  color: #2F426B;
  position: relative;
  z-index: 1;
  align-items: flex-start;
}
.block-big_teaser .center-wrapper > div {
  padding: 50px 100px 20px 50px;
}
.block-big_teaser .center-wrapper img {
  width: 380px;
  height: auto;
}
.block-big_teaser .center-wrapper h2 {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 20px;
  font-family: 'Helvetica-Black', sans-serif;
}
.block-big_teaser .center-wrapper p {
  padding-bottom: 40px;
}
.block-big_teaser.image-left .center-wrapper img {
  order: -1;
}
.block-big_teaser.image-left .center-wrapper > div {
  padding-right: 50px;
}
.block-big_teaser.center-columns {
  align-items: center;
}
.block-big_teaser.small-width .center-wrapper > div {
  padding: 30px;
}
.block-big_teaser.small-width img {
  width: 335px;
  min-width: 335px;
}
.block-big_teaser .color-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20%;
}
.block-big_teaser .color-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
}
@media screen and (max-width: 768px) {
  .block-big_teaser, .block-big_teaser.small-width {
    padding-bottom: 0;
  }
  .block-big_teaser .center-wrapper, .block-big_teaser.small-width .center-wrapper {
    display: block;
  }
  .block-big_teaser .center-wrapper > div, .block-big_teaser.small-width .center-wrapper > div {
    padding: 20px;
  }
  .block-big_teaser .center-wrapper h2, .block-big_teaser.small-width .center-wrapper h2 {
    font-size: 23px;
    line-height: 33px;
    padding-bottom: 10px;
    font-family: 'Helvetica-Black', sans-serif;
  }
  .block-big_teaser .center-wrapper p, .block-big_teaser.small-width .center-wrapper p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .block-big_teaser .center-wrapper img, .block-big_teaser.small-width .center-wrapper img {
    width: 100%;
    height: auto;
  }
}
.block-basic_content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-basic_content h2 {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 20px;
  text-transform: uppercase;
  opacity: 0.5;
  font-family: 'Helvetica-Black', sans-serif;
}
.block-basic_content p:not(:last-child) {
  padding-bottom: 20px;
}
.block-basic_content a.btn {
  color: #fff;
}
.block-basic_content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.block-basic_content .wp-video {
  margin: 40px auto;
}
/*
.home .block-basic_content {
    p {
        font-size: 24px;
        line-height: 36px;
    }
}*/
@media screen and (max-width: 768px) {
  .block-basic_content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.block-2_columns {
  background-size: cover;
  background-position: top center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-2_columns .center-wrapper {
  font-size: 18px;
  line-height: 28px;
}
.block-2_columns .center-wrapper > h2 {
  text-align: center;
  font-family: 'Helvetica-Black', sans-serif;
  opacity: 0.5;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.block-2_columns .columns {
  display: flex;
}
.block-2_columns .columns > div:first-child {
  width: 50%;
  padding-right: 40px;
}
.block-2_columns .columns > div:last-child {
  width: 50%;
  padding-left: 40px;
}
.block-2_columns h3 {
  font-family: 'Helvetica-Black', sans-serif;
}
.block-2_columns p {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .block-2_columns {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .block-2_columns h3 {
    margin-bottom: 10px;
  }
  .block-2_columns .center-wrapper {
    font-size: 18px;
    line-height: 28px;
  }
  .block-2_columns .center-wrapper > h2 {
    margin-bottom: 20px;
  }
  .block-2_columns .columns {
    display: block;
  }
  .block-2_columns .columns > div:first-child, .block-2_columns .columns > div:last-child {
    width: 100%;
    padding: 0;
  }
  .block-2_columns .columns > div:first-child > *, .block-2_columns .columns > div:last-child > * {
    text-align: left !important;
  }
  .block-2_columns p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
.block-journal_feed {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
}
.block-journal_feed h2 {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 45px;
  text-transform: uppercase;
  opacity: 0.5;
}
.block-journal_feed .center-wrapper {
  padding: 0;
  max-width: 1020px;
}
.block-journal_feed button {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  margin-top: auto;
}
.block-journal_feed .scroll-line {
  margin-bottom: 60px;
}
.block-journal_feed .scroll-line span {
  height: 60px;
  margin-top: -30px;
}
.block-journal_feed .journal-feed {
  display: flex;
  align-items: flex-start;
}
.journal-main .more a[disabled="disabled"] {
  background: #ddd;
  cursor: default;
}
.journal-main .more a[disabled="disabled"]:hover:before, .journal-main .more a[disabled="disabled"]:hover:after {
  display: none;
}
.journal-feed {
  padding-top: 60px;
  padding-bottom: 40px;
  /*
    .journal-feed-right li.right-post,
    .journal-feed-left li:not(.right-post) {
        display: none;
    }*/
}
.journal-feed ul {
  width: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.journal-feed li {
  width: 100%;
  padding: 0 10px 20px;
  position: relative;
}
.journal-feed .journal-feed-left li {
  padding-left: 0;
}
.journal-feed .journal-feed-right {
  transform: translateY(-60px);
}
.journal-feed .journal-feed-right li {
  padding-right: 0;
}
.journal-feed .month-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.journal-feed .month-marker {
  width: 100%;
  min-width: 100%;
}
.journal-feed ul a {
  display: block;
  background: #c2a96c;
  background: #dbd9dc;
  background: #F5F6F7;
  color: #2F426B;
  text-decoration: none;
  text-align: left;
  transition: all 0.5s cubic-bezier(0.15, 0.46, 0.19, 1);
}
.journal-feed ul a > div {
  padding: 105px 40px 40px;
  position: relative;
}
.journal-feed ul a .feed-image + div {
  padding-top: 40px;
}
.journal-feed ul a .feed-image + div .feed-user {
  top: -25px;
}
.journal-feed ul a:hover, .journal-feed ul a.is-fav {
  background: #2F426B;
  color: #fff;
}
.journal-feed ul a:hover .feed-image span, .journal-feed ul a.is-fav .feed-image span {
  transform: scale(1.1);
}
.journal-feed ul a:hover:after, .journal-feed ul a.is-fav:after {
  border-color: #2F426B;
  background: #2F426B;
}
.journal-feed ul a.is-fav {
  background: #c2a96c;
  color: #2F426B;
}
.journal-feed ul a.is-fav:hover {
  background: #2F426B;
  color: #c2a96c;
}
.journal-feed .feed-user {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 50px;
  height: 50px;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.journal-feed .feed-image {
  display: block;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.journal-feed .feed-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #c2a96c;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.15, 0.46, 0.19, 1);
}
.journal-feed .feed-image span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s cubic-bezier(0.15, 0.46, 0.19, 1);
}
.journal-feed .feed-meta {
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 19px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.journal-feed h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
}
.journal-feed p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}
.journal-feed .btn {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .block-journal_feed {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .block-journal_feed h2 {
    margin-bottom: 30px;
  }
  .block-journal_feed .journal-feed {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .block-journal_feed .journal-feed .journal-feed-right {
    transform: none;
  }
  .block-journal_feed .journal-feed ul a > div {
    padding: 30px 20px 20px;
  }
  .block-journal_feed .journal-feed .feed-image {
    height: 120px;
  }
  .block-journal_feed .journal-feed .feed-user {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .block-journal_feed .journal-feed .feed-meta {
    font-size: 14px;
    line-height: 17px;
  }
  .block-journal_feed .journal-feed h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .block-journal_feed .journal-feed p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .block-journal_feed .journal-feed .btn {
    font-size: 14px;
    line-height: 18px;
  }
  .block-journal_feed.journal-feed-right {
    transform: none;
  }
  .block-journal_feed ul {
    width: 100%;
  }
  .block-journal_feed li {
    width: 100%;
    padding: 0 0 20px;
  }
}
.block-quote_style_1 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
  width: 100%;
  overflow: hidden;
}
.block-quote_style_1 .center-wrapper {
  max-width: 800px;
}
.block-quote_style_1 h5 {
  font-size: 50px;
  line-height: 57px;
  padding-bottom: 20px;
  font-style: italic;
}
.block-quote_style_1 span {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #c2a96c;
}
.single .block-quote_style_2 p, .block-quote_style_2 p {
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-quote_style_1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block-quote_style_1 h5 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .block-quote_style_1 span {
    font-size: 14px;
    line-height: 17px;
  }
}
.block-content_intro {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 55px;
}
.block-content_intro .center-wrapper {
  max-width: 780px;
}
.block-content_intro + div {
  padding-top: 0;
}
.block-full_image img {
  width: 100%;
  height: auto;
}
.block-title .center-wrapper {
  max-width: 780px;
}
.block-content_image {
  overflow: hidden;
}
.block-content_image .center-wrapper {
  position: relative;
}
.block-content_image .img {
  position: relative;
  width: 400px;
  height: 370px;
  margin: 5px -60px 60px 20px;
  float: right;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-content_image .img span {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 5px;
  opacity: 0.5;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  font-family: 'Helvetica', sans-serif;
}
.block-content_image.center-columns .center-wrapper {
  padding-right: 420px;
  min-height: 420px;
}
.block-content_image.center-columns .img {
  position: absolute;
  height: 400px;
  margin: 0;
  top: 0;
  right: 0;
}
.block-content_image.center-columns .img {
  top: 50%;
  transform: translateY(-50%);
}
.block-content_image.image-left .center-wrapper {
  padding-left: 420px;
  padding-right: 20px;
  min-height: 420px;
}
.block-content_image.image-left .img {
  position: absolute;
  height: 400px;
  margin: 0;
  left: 0;
  right: auto;
}
.block-image_gallery .center-wrapper {
  overflow: hidden;
}
.block-image_gallery .center-wrapper .img {
  float: left;
  height: 0;
  position: relative;
  height: 0;
  padding-bottom: 35%;
}
.block-image_gallery .center-wrapper .img span {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-size: cover;
  background-position: center;
}
.block-image_gallery .center-wrapper .img span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(37, 44, 54, 0.7);
  transition: opacity 0.3s ease;
  opacity: 0;
}
.block-image_gallery .center-wrapper .img span:hover:before {
  opacity: 1;
}
.block-image_gallery .center-wrapper .img:nth-child(n) {
  width: 60%;
}
.block-image_gallery .center-wrapper .img:nth-child(2n) {
  width: 40%;
}
.block-image_gallery .center-wrapper .img:nth-child(3n) {
  width: 40%;
  padding-bottom: 70%;
}
.block-image_gallery .center-wrapper .img:nth-child(4n) {
  width: 60%;
}
.block-image_gallery .center-wrapper .img:nth-child(5n) {
  width: 60%;
}
.block-test_us {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 33px;
  z-index: 5;
}
.block-test_us:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background-image: url(../img/svg/incrementum-Symbol-RGB.svg);
  background-color: #fff;
  background-size: 65px 65px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px;
}
.block-test_us h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: 'Helvetica-Black', sans-serif;
}
.block-test_us p {
  margin-bottom: 40px;
  color: #2F426B;
}
@media screen and (max-width: 1024px) {
  .block-test_us {
    padding-top: 70px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .block-test_us:before {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    padding: 30px;
  }
  .block-test_us h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Helvetica-Black', sans-serif;
  }
  .block-test_us p {
    margin-bottom: 20px;
    color: #2F426B;
  }
  .block-test_us.font-big p {
    font-size: 16px;
    line-height: 24px;
  }
}
.block-content-quote {
  overflow: hidden;
  padding-bottom: 40px;
}
.block-content-quote .center-wrapper {
  max-width: 790px;
}
.block-content-quote .quote {
  float: left;
  width: 460px;
  height: auto;
  margin: 0 20px 30px -60px;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  text-align: center;
}
.block-team {
  position: relative;
  padding: 60px 0 120px;
  text-align: center;
  background: #F5F6F7;
  min-height: 430px;
  z-index: 1;
  color: #fff;
}
.block-team.dark-color {
  color: #2F426B;
}
.block-team .color-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 430px;
  background: #2F426B;
  z-index: -1;
}
.block-team h2 {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.block-team p {
  font-size: 24px;
  line-height: 36px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.block-team.team-size-four .team .member {
  width: 25%;
  padding-bottom: 25%;
}
.block-team.team-size-four .team .member h4 {
  font-size: 25px;
  line-height: 30px;
}
.block-team.team-size-four .team .member .inner {
  left: 30px;
  right: 30px;
}
.block-team.team-size-four .team .member:hover .inner {
  transform: translateY(20px);
}
.block-team.team-size-five .team .member {
  width: 20%;
  padding-bottom: 20%;
}
.block-team.team-size-five .team .member h4 {
  font-size: 20px;
  line-height: 22px;
}
.block-team.team-size-five .team .member h5 {
  font-size: 11px;
  line-height: 15px;
}
.block-team.team-size-five .team .member .inner {
  left: 20px;
  right: 20px;
}
.block-team.team-size-five .team .member:hover .inner {
  transform: translateY(20px);
}
.team {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  justify-content: center;
}
.team .social-media {
  margin-top: 35px;
}
.team .social-media a, .team .social-media-thumb a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 2px;
  background-size: cover;
  vertical-align: top;
}
.team .social-media a.xing, .team .social-media-thumb a.xing {
  background-image: url('../img/svg/xing.svg');
}
.team .social-media a.linkedin, .team .social-media-thumb a.linkedin {
  background-image: url('../img/svg/linkedin.svg');
}
.team .social-media a.twitter, .team .social-media-thumb a.twitter {
  background-image: url('../img/svg/twitter.svg');
}
.team .member {
  position: relative;
  width: 33.333%;
  height: 0;
  padding-bottom: 33.333%;
  cursor: pointer;
  display: inline-table;
}
.team .member.no-overlay {
  cursor: default;
}
.team .member.no-overlay button {
  opacity: 0;
}
.team .member > div {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-size: cover;
  background-position: center top;
  background-color: #dbd9dc;
  overflow: hidden;
}
.team .member > div:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team .member > div h4 {
  font-size: 30px;
  line-height: 35px;
  font-family: 'Helvetica-Black', sans-serif;
  text-align: left;
}
.team .member > div h5 {
  margin-bottom: 12px;
  min-height: 32px;
}
.team .member > div button {
  display: inline-block;
  border-radius: 2px;
  vertical-align: top;
  padding: 5px 8px 5px;
  background: #e63051;
  border: 2px solid #e63051;
  color: #fff;
  margin-right: 5px;
  cursor: pointer;
  outline: none;
  line-height: 1;
}
.team .member .inner {
  position: absolute;
  left: 40px;
  bottom: 30px;
  right: 40px;
  text-align: left;
  transform: translateY(80px);
  transition: transform 0.3s ease;
}
.team .member .hover-info {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team .member:hover .inner {
  transform: translateY(0);
}
.team .member:hover > div:before {
  opacity: 1;
}
.team .member:hover .hover-info {
  opacity: 1;
}
.team .overlay {
  position: relative;
  text-align: left;
  width: 100%;
  height: auto;
  padding: 10px;
  display: none;
  overflow: hidden;
}
.team .overlay a {
  color: #c2a96c;
  text-decoration: none;
}
.team .overlay a:hover {
  color: #e63051 !important;
}
.team .overlay a:visited {
  color: #c2a96c;
}
.team .overlay .overlay-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 22px;
  cursor: pointer;
}
.team .overlay .overlay-inner {
  display: flex;
  background: #2F426B;
  align-items: flex-start;
  height: 100%;
}
.team .overlay .overlay-image {
  position: relative;
  width: 400px;
  min-width: 450px;
  margin: 0;
  height: 100%;
}
.team .overlay .overlay-image:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.team .overlay .overlay-image h5 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  color: #fff;
  z-index: 2;
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  text-align: center;
}
.team .overlay .overlay-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .overlay .overlay-text {
  padding: 40px;
}
.team .overlay .overlay-text h4 {
  font-size: 35px;
  line-height: 40px;
  font-family: 'Helvetica-Black', sans-serif;
  margin-bottom: 0;
}
.team .overlay .overlay-text h4 br {
  display: none;
}
.team .overlay .overlay-text h5 {
  margin-bottom: 40px;
  font-size: 20px;
}
.team .overlay .overlay-text p {
  font-size: 15px;
  line-height: 22px;
}
@media screen and (max-width: 1024px) {
  .block-team {
    padding: 40px 0 40px !important;
  }
  .team .member {
    width: 50%;
    padding-bottom: 50%;
  }
  .team .overlay .overlay-image {
    display: none;
  }
  .block-team.team-size-five .team .member, .block-team.team-size-four .team .member {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 768px) {
  .block-team.team-size-five .team .member, .block-team.team-size-four .team .member {
    width: 100%;
    padding-bottom: 80%;
  }
  .block-team p {
    font-size: 18px;
    line-height: 24px;
  }
  .team .member {
    width: 100%;
    padding-bottom: 80%;
  }
  .team .member > div:before {
    opacity: 0.4;
  }
  .team .member > div .inner {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .team .member > div h4 {
    font-size: 20px;
    line-height: 22px;
  }
  .team .overlay .overlay-text {
    padding: 30px 20px 20px;
  }
  .team .overlay .overlay-text h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .team .overlay .overlay-text h5 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .team .overlay .overlay-image {
    display: none;
  }
}
.block-quote_slider {
  padding: 60px 0 90px;
  width: 100%;
  overflow: hidden;
}
.quote-slider {
  width: 100%;
  overflow: hidden;
}
.quote-slider .slick-list {
  width: 100%;
  overflow: hidden;
}
.quote-slider .slick-track {
  display: flex;
}
.quote-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.quote-slider .slick-prev, .quote-slider .slick-next {
  display: none !important;
}
.quote-slider .quote {
  display: inline-block;
  outline: none;
}
.quote-slider .quote .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.quote-slider .quote .img {
  width: 220px;
  height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  max-width: 220px;
  min-width: 220px;
  margin-right: 70px;
}
.quote-slider .quote h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  margin-bottom: 10px;
}
.quote-slider .quote h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
.quote-slider .quote h6 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 28px;
  color: #c2a96c;
}
@media screen and (max-width: 768px) {
  .block-quote_slider {
    padding: 40px 0;
  }
  .block-quote_slider .center-wrapper {
    padding: 0;
  }
  .quote-slider .quote {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .quote-slider .quote .inner {
    display: block;
  }
  .quote-slider .quote .img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    min-width: 0;
  }
  .quote-slider .quote h3 p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.block-big_headline {
  background: #2F426B;
  text-align: center;
  padding: 60px 0 100px;
}
.block-big_headline h5 {
  color: #c2a96c;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.block-big_headline h2 {
  font-size: 50px;
  line-height: 57px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}
.block-big_headline h2 span {
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .block-big_headline {
    padding: 40px 0 40px;
  }
  .block-big_headline h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
.block-accordion {
  padding: 60px 0 100px;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.block-accordion.hide-acc-numbers .accordion .headline .number {
  display: none;
}
.block-accordion .center-wrapper {
  display: flex;
}
.block-accordion .accordion-content {
  margin-right: 70px;
  max-width: 320px;
  width: 100%;
}
.block-accordion .accordion-content h2 {
  font-family: 'Helvetica-Black', sans-serif;
  color: #2F426B;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
}
.block-accordion .accordion-content p {
  font-size: 18px;
  line-height: 28px;
}
.block-accordion .accordion {
  width: 100%;
}
.block-accordion .accordion .tile {
  margin-bottom: 10px;
}
.block-accordion .accordion .headline {
  position: relative;
  background: #fff;
  padding: 25px 20px 16px;
  cursor: pointer;
}
.block-accordion .accordion .headline:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 24px;
  right: 20px;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url('../img/svg/plus.svg');
}
.block-accordion .accordion .headline .number {
  display: block;
  font-family: 'Helvetica', sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
.block-accordion .accordion .headline h3 {
  font-family: 'Helvetica-Black', sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
}
.block-accordion .accordion .info {
  display: none;
  margin: 0px 0 20px;
  padding: 20px;
  background: #fff;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .block-accordion {
    padding: 40px 0;
  }
  .block-accordion .center-wrapper {
    flex-direction: column;
  }
  .block-accordion .accordion-content {
    margin-right: 0;
    max-width: 100%;
  }
  .block-accordion .accordion-content h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .block-accordion .accordion-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .block-accordion .accordion {
    margin-top: 30px;
  }
  .block-accordion .accordion .headline:before {
    width: 15px;
    height: 15px;
    right: 15px;
    top: 20px;
  }
  .block-accordion .accordion .headline .number {
    font-size: 20px;
    line-height: 20px;
  }
  .block-accordion .accordion .headline h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .block-accordion .accordion .info {
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.block-tiles {
  padding-top: 20px;
  padding-bottom: 50px;
}
.block-tiles .tile {
  display: flex;
  background: #2F426B;
  color: #fff;
  line-height: 22px;
}
.block-tiles .tile > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  background-size: cover;
  background-position: center;
  padding: 50px 30px;
  min-height: 350px;
}
.block-tiles .tile:nth-child(odd) > div:first-child {
  order: 1;
}
.block-tiles .tile:nth-child(odd) > div:last-child {
  order: 0;
}
.block-pdf {
  padding: 40px 0;
}
.block-pdf .center-wrapper.format-querformat {
  max-width: 1440px;
}
.block-pdf .center-wrapper.format-querformat .wonderplugin-pdf-iframe {
  height: 100vh !important;
}
.block-pdf .center-wrapper.format-querformat .wonderplugin-pdf-iframe .page {
  height: 100%;
  min-height: 500px;
}
.block-pdf .pdfemb-viewer {
  height: 90vh;
  width: auto;
}
.block-pdf h2 {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 40px;
  text-transform: uppercase;
  opacity: 0.5;
  font-family: 'Helvetica-Black', sans-serif;
  color: #fff;
  text-align: center;
}
.block-pdf div.pdfemb-toolbar {
  background-color: #dbd9dc;
}
.block-pdf div.pdfemb-toolbar div {
  margin: 6px 15px 6px 2px;
  font-family: sans-serif;
  font-size: 12px;
  padding: 2px;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  font-weight: normal;
  display: inline;
  color: #2F426B;
  float: left;
}
.block-pdf div.pdfemb-toolbar .pdfemb-poweredby {
  display: none;
}
@media screen and (max-width: 768px) {
  .block-pdf {
    padding: 40px 0 60px !important;
  }
  .block-pdf .center-wrapper.format-querformat .wonderplugin-pdf-iframe {
    height: 25vh !important;
  }
}
.block-downloads_list {
  padding: 70px 0 50px;
}
.block-downloads_list h2 {
  margin-bottom: 30px;
}
.block-downloads_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block-downloads_list .external-downloads-list {
  padding-top: 50px;
}
.downloads-list--controls {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.downloads-list--controls a {
  display: inline-block;
  font-family: 'Helvetica-Bold', sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  color: #92969b;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  padding: 5px 10px 4px;
  border: 1px #92969b solid;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.downloads-list--controls a.active {
  color: #e63051;
  border-color: #e63051;
  /*&:before {
                content: '';
                position: absolute;
                bottom: -18px;
                left: 0;
                right: 0;
                height: 3px;
                background: $button-color;
            }*/
}
.downloads-list--controls input {
  border: 1px #92969b solid;
  border-radius: 3px;
  padding: 5px 10px 4px;
  font-size: 12px;
  line-height: 20px;
  height: 31px;
  outline: none;
}
.downloads-list--filter {
  margin-bottom: 30px;
}
.downloads-list .pagination {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.downloads-list .pagination li {
  margin: 0 5px;
}
.downloads-list .pagination li.active a {
  text-decoration: underline;
  color: #e63051;
}
.downloads-list .pagination a {
  color: #2F426B;
  font-size: 24px;
  text-decoration: none;
}
.download-item {
  display: flex;
  margin-bottom: 2px;
  justify-content: space-between;
  align-items: stretch;
}
.download-item > div {
  flex-grow: 0;
  padding: 20px;
  display: flex;
  align-items: center;
}
.download-item > div:not(:last-child) {
  border-right: 2px solid #fff;
}
.download-item .date {
  background: #2F426B;
  color: #fff;
  padding: 20px;
  max-width: 125px;
  width: 125px;
  min-width: 125px;
}
.download-item .title {
  flex-grow: 1;
}
.download-item .type {
  width: 60px;
  text-align: center;
}
.download-item .category {
  display: none;
}
.download-item .language {
  width: 60px;
  text-align: center;
}
.download-item .download {
  padding: 0 17px;
}
.download-item .download a {
  font-size: 14px;
  padding: 12px 22px 8px;
}
.download-item:nth-child(n-1) {
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .block-downloads_list {
    padding: 40px 0;
  }
  .downloads-list--controls {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
  }
  .downloads-list--controls .downloads-list--filters {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
  }
  .downloads-list--controls .downloads-list--filters a {
    display: inline-block;
  }
  .downloads-list--controls input {
    width: 100%;
  }
  .download-item {
    display: block;
    margin-bottom: 10px;
  }
  .download-item .date {
    width: 100%;
    padding: 10px;
    max-width: 100%;
  }
  .download-item .type {
    display: none;
  }
  .download-item .language {
    display: none;
  }
  .download-item > div:not(:last-child) {
    border: none;
  }
  .download-item > div {
    width: 100%;
    padding: 10px;
  }
  .download-item .download {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .download-item .download a {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.block-fonds {
  position: relative;
  padding: 60px 0 120px;
  text-align: center;
  background: #F5F6F7;
  min-height: 430px;
  color: #fff;
}
.block-fonds:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 430px;
}
.block-fonds h2 {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.5;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.block-fonds p {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.fonds-rows-4 .fonds {
  max-width: 1340px;
}
.fonds-rows-4 .fonds .fond {
  width: 25%;
  padding-bottom: 25%;
}
.fonds-rows-4 .fonds .fond > div {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.fonds {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.fonds .fond {
  position: relative;
  width: 33.333%;
  height: 0;
  padding-bottom: 33.333%;
  cursor: pointer;
  display: inline-table;
}
.fonds .fond > div {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  background-size: cover;
  background-position: center top;
  background-color: #fff;
}
.fonds .fond > div .bg-blend, .fonds .fond > div .bg-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fonds .fond > div .bg-blend {
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: saturation;
  opacity: 0;
}
.fonds .fond > div .container-wrap {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.fonds .fond > div .container {
  padding: 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  display: flex;
  align-items: flex-end;
}
.fonds .fond > div h4 {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Helvetica-Black', sans-serif;
  text-align: left;
  color: #2F426B;
  margin: 0 !important;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.fonds .fond > div .buttons {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-align: center;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.fonds .fond > div button {
  display: inline-block;
  vertical-align: top;
  padding: 8px 10px 8px;
  background: #e63051;
  border: 2px solid #e63051;
  color: #fff;
  margin-right: 5px;
  cursor: pointer;
  outline: none;
  line-height: 1;
}
.fonds .fond > div a {
  display: inline-block;
  background: #e63051;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 10px 10px;
  vertical-align: top;
}
.fonds .fond:hover > div:before {
  opacity: 1;
  z-index: 1;
}
.fonds .fond:hover > div .container-wrap {
  padding: 0;
  height: 100%;
}
.fonds .fond:hover > div .container {
  height: 100%;
  padding: 30px;
  background-color: #2f426b;
}
.fonds .fond:hover > div h4 {
  transform: translateY(-60px);
  color: #c2a96c;
}
.fonds .fond:hover > div .buttons {
  opacity: 1;
  z-index: 2;
  transition-delay: 0.2s;
}
.fonds .fond .overlay {
  display: none;
}
.fonds .overlay {
  position: relative;
  text-align: left;
  width: 100%;
  height: auto;
  padding: 10px;
  display: none;
}
.fonds .overlay .overlay-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 40px;
  line-height: 22px;
  cursor: pointer;
}
.fonds .overlay .overlay-inner {
  display: flex;
  background: #2F426B;
  align-items: flex-start;
}
.fonds .overlay .overlay-text {
  padding: 40px;
}
.fonds .overlay .overlay-text h4 {
  font-size: 35px;
  line-height: 40px;
  font-family: 'Helvetica-Black', sans-serif;
  margin-bottom: 20px;
}
.fonds .overlay .overlay-text h4 br {
  display: none;
}
.fonds .overlay .overlay-text p {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .fonds .fond {
    width: 50%;
    padding-bottom: 50%;
  }
  .fonds-rows-4 .fonds .fond {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 768px) {
  .block-fonds p {
    margin-bottom: 20px;
  }
  .fonds-rows-4 .fonds .fond, .fonds .fond {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 20px;
  }
  .fonds-rows-4 .fonds .fond > div, .fonds .fond > div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .fonds .fond > div .container {
    min-height: 110px;
  }
}
@media screen and (max-width: 768px) {
  .block-fonds p {
    margin-bottom: 20px;
  }
  .fonds .fond {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 20px;
  }
  .fonds .fond > div {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .fonds .overlay {
    padding: 0;
  }
  .fonds .overlay .overlay-text {
    padding: 40px 20px 20px;
  }
  .fonds .overlay .overlay-text h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .fonds .overlay .overlay-text h5 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .fonds .overlay .overlay-image {
    display: none;
  }
}
.fond-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(12, 13, 79, 0.6);
  padding: 100px;
  overflow-y: auto;
  display: none;
  z-index: 99999;
}
.fond-popup.is-visible {
  display: block;
}
.fond-popup .inner {
  background: #fff;
  padding: 40px;
  color: #2F426B;
  overflow: hidden;
}
.fond-popup h2 {
  margin-bottom: 30px;
}
.fond-popup h3 {
  margin-bottom: 0;
}
.fond-popup p {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .fond-popup {
    padding: 20px;
  }
  .fond-popup .inner {
    padding: 20px;
  }
}
.block-email_download {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 33px;
  z-index: 5;
}
.block-email_download h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: 'Helvetica-Black', sans-serif;
}
.block-email_download .center-wrapper > p {
  margin-bottom: 40px;
  color: #2F426B;
}
.block-email_download .wpcf7 input[type="email"] {
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .block-email_download {
    padding-top: 70px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .block-email_download:before {
    width: 45px;
    height: 45px;
    background-size: 45px 45px;
    padding: 30px;
  }
  .block-email_download h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Helvetica-Black', sans-serif;
  }
  .block-email_download p {
    margin-bottom: 20px;
    color: #2F426B;
  }
  .block-email_download.font-big p {
    font-size: 16px;
    line-height: 24px;
  }
  .block-email_download .center-wrapper > p {
    margin-bottom: 20px;
  }
  .block-email_download .wpcf7 input[type="email"] {
    width: 100%;
  }
}
.block-fonds_header {
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.block-fonds_header a, .block-fonds_header a:visited {
  color: #e63051 !important;
}
.block-fonds_header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(28, 39, 63, 0.5);
}
.block-fonds_header .center-wrapper {
  display: flex;
  height: 425px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.block-fonds_header .img {
  position: relative;
  width: 300px;
  height: 300px;
  min-width: 300px;
  margin-right: 50px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .block-fonds_header {
    padding: 20px 0;
  }
  .block-fonds_header .center-wrapper {
    display: block;
    height: auto;
  }
  .block-fonds_header .img {
    width: 200px;
    height: 200px;
    min-width: 200px;
    margin: 0 auto 20px;
  }
}
.block-contact_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #2F426B;
  /* fixes potential theme css conflict */
}
.block-contact_info > div {
  flex-basis: 0;
  flex-grow: 1;
}
.block-contact_info .content {
  padding: 40px;
  color: #fff;
  line-height: 1.5;
}
.block-contact_info .content a {
  color: #fff;
}
.block-contact_info .content h2 {
  color: #fff;
}
.block-contact_info .content img.logo {
  margin-bottom: 40px;
}
.block-contact_info .content p img.icon {
  vertical-align: middle !important;
  width: 16px !important;
  height: auto !important;
}
.block-contact_info .acf-map {
  width: 100%;
  height: 600px;
  border: none;
  margin: 0;
}
.block-contact_info .acf-map img {
  max-width: inherit !important;
}
@media screen and (max-width: 768px) {
  .block-contact_info {
    display: block;
  }
  .block-contact_info .acf-map {
    height: 200px;
  }
  .block-contact_info .content {
    padding: 40px 20px;
  }
  .block-contact_info .content .logo {
    width: 100%;
    height: auto;
  }
}
.block-logo_separator {
  position: relative;
  z-index: 10;
}
.block-logo_separator:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background-image: url(../img/svg/incrementum-Symbol-RGB.svg);
  background-color: #fff;
  background-size: 65px 65px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px;
}
.block-video {
  padding: 60px 0;
}
.block-video .video-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.block-video .video-container > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.incrementum.li%2Fen%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fbase%2Fscss%2Fabovethefold.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fvendor%2F_slick-theme.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_vars.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_base.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_button.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_layout.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_post.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_journal.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_form.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_preloader.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_search.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fmodules%2F_elementor.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_block.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_slideshow.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_scroll-line.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_header-image.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_solutions.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_big-teaser.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_basic-content.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_2-columns.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_journal-feed.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_quote.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_content-intro.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_full-image.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_title.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_content-image.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_image-gallery.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_test-us.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_content-quote.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_team.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_quote-slider.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_big-headline.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_accordion.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_tiles.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_pdf.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_downloads-list.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_fonds.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_fond-popup.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_email-download.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_fonds-header.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_contact-info.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_logo-separator.scss%22%2C%22wp-content%2Fthemes%2Fbase%2Fscss%2Fblocks%2F_video.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACDA%3BACYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyBA%3BAAAA%3BAAAA%3BAFzBA%3BAAAA%3BAAAA%3BAEiCA%3BAAAA%3BAAAA%3BAFjCA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BCA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4DA%3BAAAA%3BAAAA%3BAAAA%3BAF5DA%3BAAAA%3BAAAA%3BAEsEA%3BAAAA%3BAAAA%3BAFtEA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FEA%3BAAAA%3BAAAA%3BAAAA%3BAE0FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEuGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvGA%3BAAAA%3BAAAA%3BAAAA%3BAEiHA%3BAAAA%3BAAAA%3BAFjHA%3BAAAA%3BAAAA%3BAAAA%3BAE2HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF3HA%3BAAAA%3BAAAA%3BAEqIA%3BAAAA%3BAAAA%3BAFrIA%3BAAAA%3BAAAA%3BAE8IA%3BAAAA%3BAAAA%3BAF9IA%3BAAAA%3BAAAA%3BAAAA%3BAEwJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxJA%3BAAAA%3BAAAA%3BAEmKA%3BAAAA%3BAAAA%3BAFnKA%3BAAAA%3BAAAA%3BAE2KA%3BAAAA%3BAAAA%3BAAAA%3BAF3KA%3BAAAA%3BAAAA%3BAEoLA%3BAAAA%3BAAAA%3BAFpLA%3BAAAA%3BAAAA%3BAAAA%3BAE6LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFzMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoNA%3BAAAA%3BAAAA%3BAFpNA%3BAAAA%3BAAAA%3BAE6NA%3BAAAA%3BAAAA%3BAAAA%3BAF7NA%3BAAAA%3BAAAA%3BAEsOA%3BAAAA%3BAAAA%3BAFtOA%3BAAAA%3BAAAA%3BAE8OA%3BAAAA%3BAAAA%3BAF9OA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0PA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1PA%3BAAAA%3BAAAA%3BAAAA%3BAE0QA%3BAAAA%3BAAAA%3BAAAA%3BAF1QA%3BAAAA%3BAAAA%3BAAAA%3BAEoRA%3BAAAA%3BAAAA%3BAAAA%3BAFpRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE%2BRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF%2FRA%3BAAAA%3BAAAA%3BAE0SA%3BAAAA%3BAAAA%3BAAAA%3BAF1SA%3BAAAA%3BAAAA%3BAEsTA%3BAAAA%3BAAAA%3BAFtTA%3BAAAA%3BAAAA%3BAEiUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE8UA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF9UA%3BAAAA%3BAAAA%3BAAAA%3BAE4VA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF5VA%3BAAAA%3BAAAA%3BAEqWA%3BAAAA%3BAAAA%3BAFrWA%3BAAAA%3BAAAA%3BAAAA%3BAE8WA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF9WA%3BAAAA%3BAAAA%3BAEwXA%3BAAAA%3BAAAA%3BAFxXA%3BAAAA%3BAAAA%3BAAAA%3BAEkYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlYA%3BAAAA%3BAAAA%3BAE2YA%3BAAAA%3BAAAA%3BAF3YA%3BAAAA%3BAAAA%3BAAAA%3BAEqZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkaA%3BAAAA%3BAAAA%3BAAAA%3BAFlaA%3BAAAA%3BAAAA%3BAE2aA%3BAAAA%3BAAAA%3BAF3aA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsbA%3BAAAA%3BAAAA%3BAFtbA%3BAAAA%3BAAAA%3BAE8bA%3BAAAA%3BAAAA%3BAF9bA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEycA%3BAAAA%3BAAAA%3BAFzcA%3BAAAA%3BAGEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHFA%3BAGeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHfA%3BAG4BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH5BA%3BAGyCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BACnEA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC9GJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL5GJ%3BAMCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BANzEJ%3BAM%2BEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIJ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAKR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BANjGJ%3BAMwGA%3BAAAA%3BAAAA%3BAAuBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BAA2BI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANtVR%3BAMiWA%3BAAAA%3BAAAA%3BAAKA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAN3ZZ%3BAOCA%3BAAAA%3BAAAA%3BAPDA%3BAOOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAP1DJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAQDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQP%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAC7FR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChIZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAVpPJ%3BAUqRA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAyCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAWR%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAKN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBJ%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxqBZ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKR%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAX7FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAWuKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAKR%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACxaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAZ3EF%3BAaDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5FR%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAd%2FGA%3BAcuHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAOJ%3BAAGM%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAEM%3BAAAA%3BAAAA%3BAAAA%3BACtNF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAMhB%3BAAGQ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChLpB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAMZ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAIY%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMZ%3BAAEQ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BACrPZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAACE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAC%2FCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAlB3DR%3BAC2CI%3BAAAA%3BAAAA%3BAD3CJ%3BACkDI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlDJ%3BAC6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAD3HR%3BACmIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAkBzLJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4BC%3BAAAA%3BAAAA%3BAAAA%3BAAML%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAC7PhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChGZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BArBzBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAqBoCA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtCJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3ER%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BACRI%3BAAAA%3BAAAA%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BACDJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxDJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACpDZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9DR%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACRJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAACI%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAC5XZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjGhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAKR%3BAACI%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9BR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAGJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAACI%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FHZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BACrBR%3BAAAA%3BAAAA%3BAAKM%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAKR%3BAACI%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAAA%3BACrEV%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnMZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA8BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAEQ%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAEQ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BACtXZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BACnCR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC5DR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChDR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrDZ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACJJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */
