/*
 thanks to: https://github.com/matthieua/sass-css3-mixins/blob/master/css3-mixins.scss
 */
/*
 @include transition (all 2s ease-in);
 @include transition (opacity 1s ease-in 2s, width 2s ease-out);
 */
/* @include transform(rotate(90deg)); */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 12, 2016 */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/montserrat-black-webfont.eot');
  src: url('../fonts/montserrat/montserrat-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-black-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-black-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-black-webfont.svg#montserratblack') format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/montserrat-bold-webfont.eot');
  src: url('../fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/montserrat-extrabold-webfont.eot');
  src: url('../fonts/montserrat/montserrat-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-extrabold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-extrabold-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-extrabold-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-extrabold-webfont.svg#montserratextra_bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/montserrat-hairline-webfont.eot');
  src: url('../fonts/montserrat/montserrat-hairline-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-hairline-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-hairline-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-hairline-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-hairline-webfont.svg#montserrathairline') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/montserrat-light-webfont.eot');
  src: url('../fonts/montserrat/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/montserrat-regular-webfont.eot');
  src: url('../fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/montserrat-semibold-webfont.eot');
  src: url('../fonts/montserrat/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-semibold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-semibold-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-semibold-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/montserrat-ultralight-webfont.eot');
  src: url('../fonts/montserrat/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-ultralight-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-ultralight-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-ultralight-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
  font-weight: 200;
  font-style: normal;
}
/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
 DEVELOPER : DENIS LEBLANC
 URL : http://responsive.gs
 VERSION : 3.0
 LICENSE : GPL & MIT */
/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after, .row:after, .col:after, .clr:after, .group:after {
  content: "";
  display: table;
  clear: both;
}
.clr {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0;
  margin: 0;
}
/* 	DEFAULT ROW STYLES 
 Set bottom padding according to preference */
.row {
  padding-bottom: 0em;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
}
/* DEFAULT COLUMN STYLES */
.col {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 900px) {
  .gutters .col {
    margin-left: 2%;
  }
  .gutters .col:first-child {
    margin-left: 0;
  }
}
/*	COLUMN WIDTH ON DISPLAYS +768px 
 You might need to play with media queries here to suite your design. */
@media (min-width: 900px) {
  .span_1 {
    width: 8.3333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
  .gutters .span_1 {
    width: 6.5%;
  }
  .gutters .span_2 {
    width: 15%;
  }
  .gutters .span_3 {
    width: 23.5%;
  }
  .gutters .span_4 {
    width: 32%;
  }
  .gutters .span_5 {
    width: 40.5%;
  }
  .gutters .span_6 {
    width: 49%;
  }
  .gutters .span_7 {
    width: 57.5%;
  }
  .gutters .span_8 {
    width: 66%;
  }
  .gutters .span_9 {
    width: 74.5%;
  }
  .gutters .span_10 {
    width: 83%;
  }
  .gutters .span_11 {
    width: 91.5%;
  }
  .gutters .span_12 {
    width: 100%;
  }
}
@font-face {
  font-family: 'iconfont';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/iconfont.woff2?c812tw') format('woff2'), url('../fonts/iconfont.ttf?c812tw') format('truetype'), url('../fonts/iconfont.woff?c812tw') format('woff'), url('../fonts/iconfont.svg?c812tw#iconfont') format('svg');
  font-display: block;
}
[class^='icon-']:before, [class*=' icon-']:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-small-down:before {
  content: '\e900';
}
.icon-chevron-small-left:before {
  content: '\e901';
}
.icon-chevron-small-right:before {
  content: '\e902';
}
.icon-chevron-small-up:before {
  content: '\e903';
}
.icon-download:before {
  content: '\e904';
}
.icon-add-user:before {
  content: '\e905';
}
.icon-line-graph:before {
  content: '\e906';
}
.icon-location-pin:before {
  content: '\e912';
}
.icon-magnifying-glass:before {
  content: '\e913';
}
.icon-mail:before {
  content: '\e907';
}
.icon-menu:before {
  content: '\e908';
}
.icon-old-phone:before {
  content: '\e909';
}
.icon-paper-plane:before {
  content: '\e90a';
}
.icon-pencil:before {
  content: '\e90b';
}
.icon-pin:before {
  content: '\e90d';
}
.icon-user:before {
  content: '\e90e';
}
.icon-users:before {
  content: '\e90f';
}
.icon-xing:before {
  content: '\e910';
}
.icon-facebook:before {
  content: '\e911';
}
.icon-instagram:before {
  content: '\e914';
}
.icon-linkedin:before {
  content: '\e915';
}
.icon-twitter:before {
  content: '\e916';
}
.icon-lamp:before {
  content: '\e90c';
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Remove inner shadow and border-radius, especially on iOS devices
 */
input, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Basics
 *-----------------------------------------------------------------------------------------------------------*
 */
::-moz-selection {
  background: #34353d;
  color: #fff;
}
::selection {
  background: #34353d;
  color: #fff;
}
body * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body *:before, body *:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body {
  color: #343434;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1em;
  margin-top: 0;
}
p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 2em;
}
h1, h2, h4 {
  font-family: 'Unna', serif;
  font-size: 3em;
  font-weight: normal;
  margin: 0 0 50px;
}
h1 {
  font-size: 2.4em;
  margin: 0 0 25px;
}
h4 {
  margin-bottom: 25px;
}
h1:after, h2:after {
  background: #aaa;
  content: "";
  display: block;
  height: 1px;
  margin-top: 15px;
  width: 50px;
}
h2 {
  margin-top: 40px;
}
h3 {
  font: 5.6em 'Unna';
  margin-bottom: 15px;
}
h3:not(.owl-carousel__item__caption__heading) {
  font: 300 1em 'Roboto Condensed', Arial, sans-serif;
  margin: 0;
}
h5 {
  font-family: 'Unna', serif;
  font-size: 2.4em;
  margin: 0 0 20px;
}
.news__item__link__title {
  font-size: 1.3em;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  h1, h2, h4 {
    font-size: 3.6em;
  }
  h2 {
    margin-top: 80px;
  }
  h3 {
    font-size: 7em;
  }
}
@media (min-width: 900px) {
  h1 {
    margin: 0 0 50px;
  }
}
a {
  text-decoration: none;
}
/* Underline Animation on (almost) every link  */
a:not(.consulting__inner__link):not(.banner__button__link):not(.scroll-to-top):not(.header-nav__level-1__item__link):not(.header-logo):not(.page-numbers) {
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a:not(.consulting__inner__link):not(.banner__button__link):not(.scroll-to-top):not(.header-nav__level-1__item__link):not(.header-logo):not(.page-numbers):after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  bottom: -1px;
  background-color: #607077;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  visibility: hidden;
  width: 100%;
}
a:not(.consulting__inner__link):not(.banner__button__link):not(.scroll-to-top):not(.header-nav__level-1__item__link):not(.header-logo):not(.page-numbers):hover:after, a:not(.consulting__inner__link):not(.banner__button__link):not(.scroll-to-top):not(.header-nav__level-1__item__link):not(.header-logo):not(.page-numbers):active:after, a:not(.consulting__inner__link):not(.banner__button__link):not(.scroll-to-top):not(.header-nav__level-1__item__link):not(.header-logo):not(.page-numbers):focus:after {
  transform: scaleX(1);
  visibility: visible;
}
.content a:not(.banner__button__link):not(.page-numbers), .content a:not(.banner__button__link):not(.page-numbers):visited {
  color: #607077;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 1px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a[href^=tel] {
  cursor: text;
}
img {
  border: 0;
}
ul {
  list-style: none;
  list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  margin: 0;
  padding: 0;
}
.wrapper.loaded {
  position: relative;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.row {
  max-width: 1000px;
}
.row.full {
  min-width: 100%;
  width: 100%;
}
.row.no-padding {
  padding: 0;
}
.clear {
  float: none;
  clear: both;
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Content
 *-----------------------------------------------------------------------------------------------------------*
 */
.content {
  margin-top: 50px;
  padding-bottom: 50px;
}
.content.front-page {
  margin-top: 0;
}
.content p, .content ul, .content ol, .content table, .content form {
  font-size: 1.7em;
  line-height: 1.64;
  margin: 0 0 2.2em 0;
}
.content ul:not(.news), .content ol:not(.news) {
  font-family: 'Unna', serif;
  font-size: 1.8em;
}
.content ul li:not(.news__item):before {
  content: '— ';
  /* &mdash; */
}
.content p + ul, .content p + ol {
  margin-top: -1.2em;
}
.content blockquote {
  line-height: 1.64;
  margin: 0 0 1.2em 0;
}
/* .content p:last-child {
 margin: 0;
 } */
/* images */
.content .lightbox, .content .lightbox a {
  display: block;
}
/*
 .content img {
 border: 4px solid $color-primary;
 }
 */
.content .alignright, .content .alignleft {
  margin-bottom: 25px;
}
.content .alignnone {
  height: auto;
  width: 100%;
}
.content figcaption {
  margin: 0;
  padding: 4px;
}
/* gallery */
.content .gallery figure {
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 1%;
  max-width: 230px;
  vertical-align: top;
}
@media (min-width: 700px) {
  .content .alignright {
    float: right;
    margin-left: 25px;
    position: relative;
    z-index: 1;
  }
  .content .alignleft {
    float: left;
    margin-right: 25px;
    position: relative;
    z-index: 1;
  }
}
.row.margin-bottom {
  margin-bottom: 40px;
}
.page-icon {
  color: #f1f1f1;
  display: inline-block;
  float: right;
  font-size: 10em;
  margin: -15px 0 50px;
  position: absolute;
  right: 10px;
  top: 0;
  transform: scale(-1, 1);
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * FRONT PAGE
 *-----------------------------------------------------------------------------------------------------------*
 */
.services {
  margin: 40px auto;
}
.services__item {
  margin: 40px 0;
}
@media (min-width: 300px) {
  .services__item {
    width: 50%;
  }
}
.services__item__diamond {
  left: 50%;
  margin-bottom: 50px;
  padding: 15px;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
}
.services__item__diamond:after {
  background: #777;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 115px;
  width: 1px;
}
.services__item__diamond__shape {
  background: #eee;
  height: 70px;
  position: relative;
  width: 70px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.services__item__diamond__icon {
  color: #34353d;
  font-size: 2.4em;
  height: 24px;
  left: 49%;
  position: absolute;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  z-index: 999;
}
.services__item__label {
  text-align: center;
  text-transform: uppercase;
}
.services__item__label p {
  font-size: 1.7em;
  letter-spacing: 1px;
  line-height: 1.2;
}
@media (min-width: 600px) {
  .services__item {
    width: 33%;
  }
}
@media (min-width: 700px) {
  .services__item {
    width: 20%;
  }
}
@media (min-width: 900px) {
  .services__item.col {
    margin-left: 5%;
  }
}
@media (min-width: 1000px) {
  .services .col {
    margin-left: 60px;
  }
  .services .col:first-child {
    margin-left: 0;
  }
  .services__item {
    width: auto;
    margin: 60px 0 60px 60px;
  }
  .services__item p {
    font-size: 1.9em;
  }
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Showcase / Detailbetrachter (front page)
 *-----------------------------------------------------------------------------------------------------------*
 */
.showcase {
  min-height: 500px;
}
.showcase__left {
  background-color: #f1f1f1;
  background-position: top center;
  background-size: cover;
  color: #343434;
  min-height: 400px;
}
.showcase__left.background {
  color: #fff;
}
.showcase__right {
  background-color: #34353d;
  color: #fff;
  padding: 60px 30px 60px;
}
.showcase__left__content {
  max-width: 310px;
  margin: 85px auto 0;
  width: 85%;
}
.showcase__left__content p:last-child .diamond-container:after {
  display: none;
}
.showcase__left__content img {
  display: inline-block;
  margin-bottom: 20px;
}
.page-expertise .showcase__left {
  background-position: 25% bottom;
}
.showcase__left__content.diamonds, .diamonds {
  /*
   Credit Gaurav Singh - http://codepen.io/4dgaurav/pen/KDbBe/
   */
}
.showcase__left__content.diamonds .diamond, .diamonds .diamond {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -webkit-transform: rotate(45deg) translateY(10px);
  -moz-transform: rotate(45deg) translateY(10px);
  -ms-transform: rotate(45deg) translateY(10px);
  -o-transform: rotate(45deg) translateY(10px);
  transform: rotate(45deg) translateY(10px);
}
.showcase__left__content.diamonds .diamond__div, .diamonds .diamond__div {
  width: 300px;
  height: 300px;
  transform: rotate(-45deg) translateY(-74px);
  -webkit-transform: rotate(-45deg) translateY(-74px);
  -moz-transform: rotate(-45deg) translateY(-74px);
  -ms-transform: rotate(-45deg) translateY(-74px);
  -o-transform: rotate(-45deg) translateY(-74px);
  transform: rotate(-45deg) translateY(-74px);
}
.showcase__left__content.diamonds .diamond__div img, .diamonds .diamond__div img {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: auto;
  /* reset filters to prevent a blury image due to transform*/
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius='0')";
}
.showcase__left__content.diamonds .diamond-container, .diamonds .diamond-container {
  height: 284px;
  padding: 35px;
  width: 284px;
  margin: 0 auto;
  margin-left: 14px;
  margin-bottom: 100px;
  position: relative;
}
.showcase__left__content.diamonds .diamond-container:after, .diamonds .diamond-container:after {
  background: #aaa;
  bottom: -80px;
  content: "";
  display: block;
  height: 50px;
  left: 47%;
  position: absolute;
  width: 1px;
}
.showcase__imgwrap {
  display: inline-block;
  margin-bottom: 70px;
  position: relative;
}
.showcase__left__content.diamonds .showcase__imgwrap:after {
  background: #aaa;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  width: 1px;
}
.showcase__left__content blockquote, .showcase__right__content blockquote, .showcase__left__content h4, .showcase__right__content h4 {
  font-family: 'Unna', serif;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.16;
  margin: 0 0 40px;
}
.showcase__left__content h5, .showcase__right__content h5 {
  font-family: 'Unna', serif;
  font-size: 2.4em;
  margin: 0 0 20px;
}
.showcase__right__content {
  max-width: 500px;
}
.showcase__right__content ul {
  font-size: 2.2em !important;
}
.showcase__right__content p:last-child {
  margin: 0;
}
@media (min-width: 600px) {
  .showcase__left__content {
    margin: 70px 70px 90px 60px;
  }
  .showcase__right {
    padding: 60px 0 60px 60px;
  }
  .showcase__right__content blockquote, .showcase__left__content blockquote, .showcase__right__content h4, .showcase__left__content h4 {
    font-size: 3.6em;
  }
}
@media (min-width: 900px) {
  .showcase__right {
    padding: 60px 40px;
  }
}
@media (min-width: 1000px) {
  .showcase__left__content {
    float: right;
    margin: 70px 70px 90px 0;
  }
  .showcase__right {
    padding: 60px 0 60px 60px;
  }
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Aktuelles
 *-----------------------------------------------------------------------------------------------------------*
 */
.news {
  position: relative;
}
.news__icon {
  font-size: 6.4em;
  transform: scale(-1, 1);
}
.news__icon .icon-lamp {
  display: block;
  margin-top: -4px;
}
.news__item {
  margin: 0 0 30px;
}
.news__item__link {
  color: #34353d;
  display: inline-block;
}
.news__item__meta {
  color: #999;
  font: 400 0.8em 'Montserrat', sans-serif;
}
.front-page .news__item {
  margin: 0 20px 30px 0;
}
.front-page .news__item__link {
  display: block !important;
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Testimonials
 *-----------------------------------------------------------------------------------------------------------*
 */
.testimonials__icon {
  font-family: 'Unna', serif !important;
  font-size: 18em;
  line-height: 0.8;
  max-height: 60px;
  text-align: right;
}
.owl-item {
  /* height: 0; */
}
.owl-item .testimonials__item {
  -webkit-transition: height, 0.5s ease;
  -moz-transition: height, 0.5s ease;
  -ms-transition: height, 0.5s ease;
  -o-transition: height, 0.5s ease;
  transition: height, 0.5s ease;
}
.testimonials__item__quote {
  color: #444;
  font-size: 1em;
}
.testimonials__item__quote p {
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.testimonials__item__author {
  color: #999;
  font: 400 1.3em 'Montserrat', sans-serif;
}
.testimonials .owl-prev {
  margin-right: 15px;
}
.testimonials__icon, .news__icon {
  color: #f1f1f1;
  margin-top: 30px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -9;
}
@media (min-width: 640px) {
  .testimonials__icon, .news__icon {
    margin-top: 100px;
  }
}
@media (min-width: 900px) {
  .testimonials__icon, .news__icon {
    margin-left: -7px;
    margin-top: 0;
    padding: 0;
    position: static;
    text-align: left;
    transform: none;
  }
}
.news {
  margin-bottom: 40px;
}
.clients, .news-testimonials__container {
  padding: 0 0 60px;
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Default Page
 *-----------------------------------------------------------------------------------------------------------*
 */
.banner {
  text-align: center;
  margin: 2em 0;
}
.banner__picture {
  display: block;
  height: 300px;
  margin: 2px auto;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.no-cssfilters .banner__button + .banner__picture:before {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.banner__picture__img {
  height: auto;
  margin-left: 50%;
  min-height: 400px;
  min-width: 100%;
  width: auto;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
.banner__button {
  color: #fff;
  display: block;
  position: absolute;
  text-align: center;
  top: 49%;
  z-index: 99;
  -webkit-transform: translatey(-51%);
  -moz-transform: translatey(-51%);
  -ms-transform: translatey(-51%);
  -o-transform: translatey(-51%);
  transform: translatey(-51%);
  width: 100%;
}
.banner__button + .banner__picture {
  -webkit-filter: brightness(60%);
  -moz-filter: brightness(60%);
  -ms-filter: brightness(60%);
  -o-filter: brightness(60%);
  filter: brightness(60%);
}
.banner__button__link {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font: 500 1.8em 'Montserrat', sans-serif;
  letter-spacing: 3px;
  padding: 15px 25px;
  text-transform: uppercase;
  -webkit-transition: all, 0.15s ease-out;
  -moz-transition: all, 0.15s ease-out;
  -ms-transition: all, 0.15s ease-out;
  -o-transition: all, 0.15s ease-out;
  transition: all, 0.15s ease-out;
  /* reset filters to prevent a blury image/text due to transform */
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
  filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius='0')";
}
.banner__button__link:hover {
  background: #fff;
  color: #57656b;
}
.content .download {
  margin: 0 0 0.6em 0;
}
.download__link {
  display: inline-block;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 400;
  padding: 0 !important;
}
.download__link:before {
  padding-right: 10px;
}
.grayscale {
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%);
}
@media (min-width: 900px) {
  .text.gutters .col {
    margin-left: 4%;
  }
  .text.gutters .col:first-child {
    margin-left: 0;
  }
  .text.gutters .span_6 {
    width: 48%;
  }
  .banner__picture {
    height: 400px;
  }
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * News Page
 *-----------------------------------------------------------------------------------------------------------*
 */
.page-news .news {
  margin-top: 50px;
}
.page-news .news__item {
  margin: 0 0 50px;
}
.page-news .news__item__link:not(.page-numbers):after {
  bottom: -20px !important;
  transform: scaleX(0.2) !important;
  visibility: visible !important;
  width: 310px !important;
}
.page-news .news__item__link:not(.page-numbers):hover:after {
  transform: scaleX(1) !important;
}
.page-news .news__item__link__title {
  color: #343434;
  font: normal 1.4em 'Unna', serif;
}
.page-news .news__item__meta {
  font: 400 0.94em 'Montserrat', sans-serif;
}
@media (min-width: 600px) {
}
/* end of style theme */
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Contact Page
 *-----------------------------------------------------------------------------------------------------------*
 */
.page-contact .row:first-child:after {
  display: none;
}
.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.cf7__field, .cf7__label--upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 12px 15px;
  text-transform: none;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cf7__field:hover, .cf7__label--upload:hover, .cf7__field.changed:hover, .cf7__label--upload.changed:hover, .cf7__field:active, .cf7__label--upload:active, .cf7__field:focus, .cf7__label--upload:focus {
  border-color: #93a3aa;
  outline: none;
}
.cf7__label--upload.changed {
  color: #343434;
}
.page-contact ::-webkit-input-placeholder, .page-career ::-webkit-input-placeholder, .page-karriere ::-webkit-input-placeholder {
  text-transform: uppercase;
}
.page-contact :-moz-placeholder, .page-career :-moz-placeholder, .page-karriere :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
}
.page-contact ::-moz-placeholder, .page-career ::-moz-placeholder, .page-karriere ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: uppercase;
}
.page-contact :-ms-input-placeholder, .page-career :-ms-input-placeholder, .page-karriere :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: uppercase;
}
/*
 *	http://geniuscarrier.com/how-to-style-a-html-file-upload-button-in-pure-css/
 *	http://jsfiddle.net/rohitazadwincere/6c1ak9t4/6/
 */
/* hide real upload input field */
.wpcf7-form-control-wrap.the-file {
  height: 0;
  margin: 0;
  overflow: hidden;
}
.cf7__field--upload {
  border: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
}
.cf7__label--upload {
  color: #ccc;
  cursor: pointer;
  text-align: center;
}
.wpcf7-form-control-wrap.file .cf7__field--upload, .wpcf7-submit {
  background: transparent;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.wpcf7-submit {
  background: none;
  border: 0;
  display: block;
  font-size: 0;
}
.cf7__submit-container {
  display: block;
  left: 50%;
  margin-bottom: 50px;
  padding: 9px;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
  width: 62px;
}
.cf7__submit-container:before {
  background: #ccc;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: -37px;
  width: 1px;
}
.cf7__submit-container__diamond {
  background: #eee;
  cursor: pointer;
  display: block;
  height: 44px;
  position: relative;
  width: 44px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cf7__submit-container__diamond:hover .cf7__submit-container__diamond__icon, .cf7__submit-container__diamond:focus .cf7__submit-container__diamond__icon, .cf7__submit-container__diamond:active .cf7__submit-container__diamond__icon {
  color: #607077;
}
.cf7__submit-container__diamond__icon {
  color: #34353d;
  font-size: 1.2em;
  height: 20px;
  left: 44%;
  position: absolute;
  top: 44%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  width: 24px;
  z-index: 999;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
/* Errors and reports */
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.8em !important;
  font-style: italic;
}
div.wpcf7-validation-errors {
  clear: both;
  margin: 0 15px !important;
  border: 0;
  background: #f7b600;
  color: #fff;
  font-weight: 400;
  font-size: 1em !important;
  padding: 10px 15px !important;
}
.wpcf7-not-valid {
  border-color: #f00;
}
.wpcf7-mail-sent-ok {
  border: 0 !important;
  color: #607077;
  font-size: 1em !important;
  text-align: center;
}
/* Google Maps */
.google-maps {
  border: none;
  height: 420px;
  margin: 50px 0;
  width: 100%;
}
/* fixes potential theme css conflict */
.google-maps img {
  max-width: inherit !important;
}
.google-maps__text {
  font-size: 0.69em;
}
.google-maps__text p {
  margin: 0;
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Top Slider
 *-----------------------------------------------------------------------------------------------------------*
 */
#owl-carousel, #owl-carousel .owl-item {
  height: 400px;
  overflow: hidden;
}
#owl-carousel .owl-nav {
  display: none;
}
#owl-carousel .owl-stage-outer {
  border-bottom: 4px solid #dcdcdc;
  overflow: hidden;
}
.owl-controls i {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.owl-controls i:hover {
  color: #323537;
}
.owl-carousel__item {
  border-bottom: 4px solid #dcdcdc;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
.owl-carousel__item p {
  font-size: 0.9em;
}
.owl-carousel__item__caption {
  color: #fff;
  max-width: 575px;
  margin: 0 auto;
  padding: 50px 0 0;
  width: 88%;
  text-align: center;
}
.owl-carousel__item__caption__heading:after {
  background: #fff;
  content: "";
  display: block;
  height: 50px;
  margin: 10px auto -5px;
  width: 1px;
}
.owl-carousel__item__caption__text {
  font-size: 2em;
  font-weight: 400;
  line-height: 1.5;
  text-shadow: 0 0 20px #000;
}
@media (min-width: 1000px) {
  #owl-carousel, #owl-carousel .owl-item {
    height: 600px;
  }
  .owl-carousel__item p {
    font-size: 1em;
  }
  .owl-carousel__item__caption {
    padding: 150px 0 0;
  }
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Footer: Kontakt
 *-----------------------------------------------------------------------------------------------------------*
 */
.consulting {
  background-color: #607077;
  color: #fff;
  text-align: center;
}
.consulting a {
  color: #fff;
}
.particles-js-canvas-el {
  left: 0;
  position: absolute;
  top: 0;
}
.consulting__inner {
  max-width: 400px;
  padding-bottom: 70px;
  padding-top: 70px;
  z-index: 99;
}
.consulting__inner__heading:after {
  background: #fff;
  content: '';
  display: block;
  height: 50px;
  margin: 20px auto 0;
  width: 1px;
}
.consulting__inner__link {
  -webkit-transition: all, 0.15s ease-out;
  -moz-transition: all, 0.15s ease-out;
  -ms-transition: all, 0.15s ease-out;
  -o-transition: all, 0.15s ease-out;
  transition: all, 0.15s ease-out;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font: 500 1.8em 'Montserrat', sans-serif;
  letter-spacing: 4px;
  padding: 15px 25px;
  text-transform: uppercase;
}
.consulting__inner__link:hover {
  background: #fff;
  color: #57656b;
}
.consulting__inner__social {
  font-size: 2.4em;
  margin-bottom: 0;
  margin-top: 2em;
}
.consulting__inner__social__title {
  display: block;
  font-family: 'Unna', serif;
  margin-bottom: 0.2em;
}
.consulting__inner__social__link {
  display: inline-block;
  padding: 0.4em;
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Footer
 *-----------------------------------------------------------------------------------------------------------*
 */
footer {
  background-color: #323537;
  color: #607077;
  padding: 0;
}
footer a[class=''] {
  border-bottom: 1px solid transparent;
  color: #fff;
  padding-bottom: 3px;
}
footer a[class='']:hover {
  border-color: #57656b;
}
.contact {
  color: #57656b;
  font: 300 1.6em 'Montserrat', sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
  padding-top: 30px;
}
.contact a {
  color: inherit;
}
.contact .icon-old-phone:before, .contact .icon-mail:before {
  color: #444;
  margin-right: 5px;
  vertical-align: middle;
}
.scroll-to-top {
  float: right;
  margin-bottom: 20px;
  padding: 6px;
  position: relative;
  width: 42px;
}
.scroll-to-top:hover .scroll-top__diamond__shape {
  border-color: #fff;
}
.scroll-to-top:hover .scroll-top__diamond__icon {
  color: #fff;
}
.scroll-to-top .scroll-top__diamond__shape {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: transparent;
  border: 1px solid #777;
  height: 30px;
  position: relative;
  width: 30px;
}
.scroll-to-top .scroll-top__diamond__icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #777;
  font-size: 1.24em;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 43%;
  width: 20px;
  z-index: 999;
}
@media (min-width: 460px) {
  .contact {
    font-size: 2em;
  }
  .scroll-to-top .scroll-top__diamond__icon {
    font-size: 1em;
  }
}
.dexter-signet {
  display: block;
  height: auto;
  width: 40px;
}
.footer-imprint {
  background-color: #1c1c1b;
  color: #777;
  font: 300 1.3em 'Montserrat', sans-serif;
  font-size: 1.3em;
  padding: 14px 0;
}
.footer-nav {
  margin-top: 6px;
}
.footer-nav__level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav__level-1__item {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
.footer-nav__level-1__item.is-last:before {
  content: '|';
  margin: 0 10px 0 6px;
}
.footer-nav__level-1__item__link {
  color: #777;
  padding-bottom: 4px;
}
@media (min-width: 800px) {
  .footer-nav {
    margin: 0;
    position: absolute;
    right: 15px;
    text-align: right;
    top: 0;
  }
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Form
 *-----------------------------------------------------------------------------------------------------------*
 */
/* buttons */
.button, .button--white {
  border: 2px solid #34353d;
  border-radius: 50px;
  color: #34353d;
  display: inline-block;
  font-size: 1.4em;
  height: 40px;
  line-height: 1em;
  padding: 11px 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* form inputs and labels */
/* Contactform 7 Copy/Paste Elements
 <div class="form__item">
 <label class="form__item__label">Name *</label>[text* client-name class:form__item__input]
 </div>
 <div class="form__item">
 <label class="form__item__label">E-Mail-Adresse *</label>[email* client-email class:form__item__input]
 </div>
 <div class="form__item">
 <label class="form__item__label">Telefon</label>[text client-phone class:form__item__input]
 </div>
 <div class="form__item">
 <label class="form__item__label">Nachricht</label>[textarea client-message class:form__item__textarea]
 </div>
 <div class="form__item">
 [submit class:button class:button--blue class:form__item__submit "Formular senden"]
 </div>
 */
textarea {
  max-width: 100%;
}
input[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
  appearance: checkbox;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type='checkbox'] {
  position: relative;
  top: -2px;
}
.form__item__label {
  display: block;
}
.form__item__input {
  background: #34353d;
  border: 0;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.form__item__textarea {
  background: #34353d;
  border: 0;
  border-radius: 0;
  height: 200px;
  width: 100%;
}
.form__item__submit {
  float: right;
  font-size: 1em;
  line-height: inherit;
  width: auto;
}
/* contact form 7 styles */
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  font-size: 1.4em;
  font-style: italic;
  margin: 0;
  padding-top: 0.5em;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50px;
  right: -20px;
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Header Styles
 *-----------------------------------------------------------------------------------------------------------*
 */
#header {
  background: white;
  clear: both;
  min-height: 120px;
  position: relative;
  z-index: 10;
}
#header .row:first-child {
  padding: 0;
}
#header .skip, #header .skip:link {
  background: white;
  color: #34353d;
  left: 0;
  letter-spacing: 1px;
  line-height: 1.75em;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  top: -11em;
  width: 100%;
  z-index: 20;
  -webkit-transition: top, 0.3s;
  -moz-transition: top, 0.3s;
  -ms-transition: top, 0.3s;
  -o-transition: top, 0.3s;
  transition: top, 0.3s;
}
#header a.skip:focus, #header a.skip:active {
  top: 0;
}
.header-logo {
  display: inline-block;
  height: 56px;
  margin: 32px auto;
  min-width: 235px;
}
#mobile-trigger {
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 3em;
  height: 30px;
  margin: 47px auto;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#mobile-trigger:hover {
  color: #57656b;
}
@media (min-width: 900px) {
  #mobile-trigger {
    display: none;
  }
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Header Image
 *-----------------------------------------------------------------------------------------------------------*
 */
.page-header {
  box-sizing: content-box;
  border-bottom: 4px solid #dcdcdc;
  display: block;
  height: 400px;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page-header__picture {
  display: block;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  width: 100%;
}
.page-header__picture__img {
  display: block;
  height: auto;
  min-height: 480px;
  min-width: 100%;
  width: auto;
}
.page-header__headline {
  color: #fff;
  font-size: 2em;
  left: 50%;
  position: absolute;
  top: 240px;
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  width: 100%;
  z-index: 99;
}
.page-header__headline h1:after {
  display: none;
}
.page-header__headline__back-button {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-header__headline__back-button:before {
  background: #fff;
  content: '';
  display: inline-block;
  height: 1px;
  margin-right: 15px;
  position: relative;
  top: -4px;
  width: 50px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.page-header__headline__back-button:hover:before {
  width: 40px;
}
.page-header__headline__back-button:after {
  display: none;
}
@media (min-width: 500px) {
  .page-header__picture__img {
    left: -40%;
    position: relative;
  }
}
@media (min-width: 900px) {
  .page-header {
    display: block;
    height: 600px;
    max-height: 600px;
  }
  .page-header__picture__img {
    bottom: 0;
    min-height: 600px;
    left: 0;
    position: absolute;
  }
  .page-header__headline {
    top: 400px;
  }
}
.page-jobs .pagination, .page-jobs--tax .pagination {
  margin-bottom: 50px;
}
.contact-person {
  background: #f1f1f1;
}
.contact-person .diamond {
  width: 130px;
  height: 130px;
  -webkit-transform: rotate(45deg) translateY(10px) translateX(10px);
  -moz-transform: rotate(45deg) translateY(10px) translateX(10px);
  -ms-transform: rotate(45deg) translateY(10px) translateX(10px);
  -o-transform: rotate(45deg) translateY(10px) translateX(10px);
  transform: rotate(45deg) translateY(10px) translateX(10px);
}
.contact-person .diamond__div {
  width: 184px;
  height: 184px;
  -webkit-transform: rotate(-45deg) translateY(-38px);
  -moz-transform: rotate(-45deg) translateY(-38px);
  -ms-transform: rotate(-45deg) translateY(-38px);
  -o-transform: rotate(-45deg) translateY(-38px);
  transform: rotate(-45deg) translateY(-38px);
}
.contact-person .diamond__div img {
  filter: grayscale(100);
}
.contact-person .diamond-container {
  height: 214px;
  padding: 35px;
  width: 214px;
  margin-left: auto;
  margin-right: auto;
}
.contact-person .diamond-container:after {
  bottom: -80px;
  height: 50px;
  left: 50%;
  width: 1px;
}
.contact-person__info {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}
.contact-person__info__image {
  display: block;
  margin: 0 auto;
  padding: 0;
}
.contact-person__info__text {
  float: none;
  padding-top: 25px;
  width: 100%;
}
@media (min-width: 700px) {
  .contact-person .diamond {
    -webkit-transform: rotate(45deg) translateY(10px);
    -moz-transform: rotate(45deg) translateY(10px);
    -ms-transform: rotate(45deg) translateY(10px);
    -o-transform: rotate(45deg) translateY(10px);
    transform: rotate(45deg) translateY(10px);
  }
  .contact-person .diamond-container {
    height: 214px;
    padding: 35px;
    width: 214px;
    margin: 0;
    margin-left: 14px;
  }
  .contact-person .diamond-container:after {
    height: 1px;
    left: 107%;
    top: 50%;
    width: 50px;
  }
  .contact-person__info {
    text-align: left;
  }
  .contact-person__info__image {
    display: inline-block;
    float: left;
    padding-right: 100px;
  }
  .contact-person__info__text {
    float: left;
    padding-top: 25px;
    width: auto;
  }
}
.single-job .job-meta {
  margin-bottom: 4em;
  text-align: left;
}
.job-meta {
  text-align: right;
}
.job-meta__flag {
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  float: left;
  margin: 6px 6px 6px 0;
  overflow: hidden;
  width: 16px;
}
.job-meta__flag__img {
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.job-meta__location, .job-meta__date {
  color: #aaa;
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.64;
}
@media (min-width: 600px) {
  .job-meta__location, .job-meta__date {
    display: inline-block;
  }
}
.job-list__item__left {
  width: 72%;
}
.job-list__item__right {
  width: 28%;
}
.filter-intern {
  margin-top: 2px;
  margin-bottom: 2em;
}
.filter-intern__checkbox-switcher {
  display: inline-block;
  float: left;
  height: 17px;
  margin: 10px 6px 10px 0;
  position: relative;
  width: 26px;
}
.filter-intern__checkbox-switcher:before {
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #ccc;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  left: 0.2rem;
  top: 7px;
  width: 1.2rem;
}
.filter-intern__checkbox-switcher:after {
  -webkit-transition: background 0.4s, left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.4s, left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.4s, left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.4s, left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.4s, left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #f1f1f1;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  content: '';
  display: block;
  height: 11px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 11px;
}
.filter-intern__checkbox-switcher.js-is-checked:after {
  background-color: #607077;
  left: 0.8rem;
}
.filter-intern__label, .filter-location__label {
  color: #607077;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px 0;
  text-transform: uppercase;
}
.filter-intern__icon {
  display: inline-block;
  margin: 10px 6px 10px 0;
  vertical-align: top;
  width: 24px;
}
.filter-location__icon {
  color: #ccc;
  display: inline-block;
  font-size: 2em;
  margin-right: 5px;
  vertical-align: middle;
  text-align: center;
  width: 25px;
}
.filter {
  padding-right: 1rem;
}
.filter-location__list {
  margin-top: 5px;
}
.job-list .job-meta {
  display: inline-block;
  float: right;
  padding: 0.8rem 0;
}
.job-list__item {
  border: 1px solid #ccc;
  line-height: 0.8;
  margin: 20px 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.job-list__item:before {
  display: none;
}
.job-list__item:after {
  border-bottom: 5px solid transparent;
  content: '';
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.job-list__item:hover {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.job-list__item:hover:after {
  border-bottom: 5px solid black;
}
.job-list__item__link {
  padding: 24px 25px 20px !important;
  width: 100%;
}
.job-list__item__link:after {
  display: none;
}
.job-list__item__title {
  display: inline-block;
  font-family: 'Unna', serif;
  font-size: 1.3em;
  margin: 4px 0;
}
.job-list__item__description {
  color: #aaa;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
}
.job-list__item__logo {
  -webkit-filter: invert(1);
  -moz-filter: invert(1);
  -ms-filter: invert(1);
  -o-filter: invert(1);
  filter: invert(1);
  float: left;
  padding: 6px 15px 6px 0;
  width: 60px;
}
.filter-location__list__item {
  width: 100%;
}
.filter-location__list__item:before {
  display: none;
}
.filter-location__list__item:hover .filter-location__list__item__link, .filter-location__list__item.is-active {
  background: #f1f1f1;
}
.filter-location__list__item__link {
  display: block;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 300 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 30px !important;
  width: 100%;
}
.filter-location__list__item__link:after {
  display: none;
}
.search-form--jobs {
  padding-left: 0;
  padding-right: 0;
}
.search-form--jobs .search-form__field {
  border: none;
  border-bottom: 1px solid #aaa;
  cursor: text;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin-right: 15%;
  outline: none;
  padding-top: 8px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 92%;
}
.search-form--jobs .cf7__submit-container:before {
  display: none;
}
.search-form--jobs .cf7__submit-container__diamond {
  height: 36px;
  float: right;
  position: static;
  width: 36px;
}
.search-form--jobs .cf7__submit-container__diamond__icon {
  font-size: 1em;
  left: 50%;
  top: 40%;
}
.search-form--jobs .cf7__submit-container__input {
  background: none;
  border: 0;
  display: block;
  font-size: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Header Navigation
 *-----------------------------------------------------------------------------------------------------------*
 */
.header-nav {
  display: inline-block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.header-nav.is-open {
  max-height: 500px;
}
.header-nav__level-1 {
  font-size: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.header-nav__level-1__item {
  margin-bottom: 5px;
  margin-left: -4px;
  text-align: left;
  width: 100%;
}
.header-nav__level-1__item:hover .header-nav__level-1__item__link, .header-nav__level-1__item.is-active .header-nav__level-1__item__link {
  background: #f7f7f7;
}
.header-nav__level-1__item:hover .header-nav__level-1__item__link, .header-nav__level-1__item.is-active .header-nav__level-1__item__link {
  border-color: #34353d;
}
.header-nav__level-1__item__link {
  border-bottom: 5px solid transparent;
  color: #34353d;
  display: block;
  font: 500 1em 'Montserrat', sans-serif;
  height: 80px;
  letter-spacing: 2px;
  padding: 20px 25px 20px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.header-nav_level-1__item__link__description {
  color: #999;
  display: block;
  font-family: 'Unna', serif;
  font-style: italic;
  letter-spacing: 0;
  padding-top: 2px;
  text-transform: none;
}
.header-nav__level-2 {
  display: none;
}
.header-nav__level-1__item:hover .header-nav__level-2, .header-nav__level-2.show-menu {
  display: block;
}
@media (min-width: 900px) {
  .header-nav {
    height: 120px;
    max-height: 120px;
  }
  .header-nav__level-1__item {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    max-width: 100%;
    vertical-align: top;
    width: auto;
  }
  .header-nav__level-1__item__link {
    height: 120px;
    padding: 50px 25px 0;
  }
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Meta-Navigation / Language Switcher
 *-----------------------------------------------------------------------------------------------------------*
 */
.meta {
  background: #222;
  height: auto;
  max-height: 50px;
  width: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.meta.is-open {
  background: #222;
  height: auto;
  max-height: 230px;
  overflow: hidden;
}
.meta.de .meta-nav__level-1 {
  position: relative;
  top: -58px;
}
.meta.en .meta-nav__level-1 {
  position: relative;
  top: -116px;
}
.meta.lu .meta-nav__level-1, .meta.is-open .meta-nav__level-1 {
  position: static;
  top: initial;
}
#meta-trigger {
  color: #777;
  display: block;
  font-size: 2em;
  height: 48px;
  position: absolute;
  right: 0;
  width: 100px;
  z-index: 999;
}
#meta-trigger:before {
  float: right;
  margin-top: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.meta.is-open #meta-trigger:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.meta-nav {
  color: #777;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  height: auto;
  padding: 0;
  text-align: center;
}
.meta-nav__level-1 {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.meta-nav__level-1__item {
  cursor: pointer;
  display: block;
  font-size: 1.2em;
  margin: 0 0 10px;
  padding: 8px 0 10px;
  vertical-align: top;
}
.meta-nav__level-1__item.is-active .meta-nav__level-1__item__link:after {
  display: none;
}
.meta-nav__level-1__item.is-active .meta-nav__level-1__item__link__title {
  border-color: #777;
}
.meta-nav__level-1__item.is-last {
  margin-right: 0;
  padding-top: 2px;
  padding-bottom: 5px;
}
.meta-nav__level-1__item.is-last .meta-nav__level-1__item__link:after, .meta-nav__level-1__item.is-last .meta-nav__level-1__item__link:hover:after {
  display: none;
}
.meta-nav__level-1__item.is-last .meta-nav__level-1__item__link__title {
  border-bottom: 0;
}
.meta-nav__level-1__item.page {
  margin-bottom: 0;
}
.meta-nav__level-1__item.page .meta-nav__level-1__item__link__title {
  border-top: 1px solid #777;
  padding: 15px 40px;
}
.meta-nav__level-1__item__link {
  color: #777;
  display: inline-block;
}
.meta-nav__level-1__item__link__title {
  border-bottom: 1px solid transparent;
  display: inline-block;
  padding: 5px 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
@media (min-width: 700px) {
  #meta-trigger {
    display: none;
  }
  .meta {
    background: #222;
    height: 45px;
  }
  .meta.de .meta-nav__level-1, .meta.en .meta-nav__level-1, .meta.lu .meta-nav__level-1 {
    position: static;
    top: initial;
  }
  .meta-nav {
    color: #777;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.3em;
    height: 45px;
    padding: 0 15px 0;
    text-align: right;
  }
  .meta-nav__level-1__item {
    display: inline-block;
    font-size: 1em;
    margin: 0 10px;
    vertical-align: top;
  }
  .meta-nav__level-1__item.is-last {
    margin-right: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .meta-nav__level-1__item.is-last .meta-nav__level-1__item__link:after, .meta-nav__level-1__item.is-last:hover .meta-nav__level-1__item__link:after {
    display: inline-block;
  }
  .meta-nav__level-1__item.page .meta-nav__level-1__item__link__title {
    border-top: 0;
    padding: 5px 0;
  }
  .meta-nav__level-1__item.page:before {
    content: '|';
    display: inline;
    float: left;
    margin: 5px 30px auto 15px;
  }
  .meta-nav__level-1__item.page.is-last .meta-nav__level-1__item__link {
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
  .meta-nav__level-1__item__link {
    color: #777;
    display: inline-block;
  }
  .meta-nav__level-1__item__link__title {
    display: inline-block;
    padding: 5px 0;
  }
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Pagination
 *-----------------------------------------------------------------------------------------------------------*
 */
.pagination {
  text-align: center;
}
/* Pagination */
.pagination {
  position: relative;
  width: auto;
}
.page-numbers {
  background: none;
  cursor: pointer;
  display: inline-block;
  font: 500 1.8em 'Montserrat', sans-serif;
  margin: 0 5px 0 0;
  width: 30px;
  height: auto;
  overflow: hidden;
  padding: 4px 0 5px;
}
.page-numbers:after {
  background: #607077;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  top: 5px;
  width: 30px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.page-numbers:last-child {
  margin: 0;
}
.page-numbers.current {
  cursor: default;
}
.page-numbers.current, .page-numbers:hover, .page-numbers:active, .page-numbers:focus {
  color: #607077;
}
.page-numbers.current:after, .page-numbers:hover:after, .page-numbers:active:after, .page-numbers:focus:after {
  height: 4px;
  margin-top: -3px;
}
.page-numbers.current .page-numbers__number, .page-numbers:hover .page-numbers__number, .page-numbers:active .page-numbers__number, .page-numbers:focus .page-numbers__number {
  bottom: 0;
  opacity: 1;
}
.page-numbers__number {
  bottom: -25px;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.owl-carousel {
  margin-bottom: 80px;
}
/* owl-dot styling for theme */
.owl-carousel {
  /* .owl-dot:hover {
   border-bottom: 4px solid $color-white;
   } */
}
.owl-carousel .owl-item {
  height: 0;
}
.owl-carousel .owl-item.active {
  height: auto;
}
.owl-carousel .owl-nav {
  font-size: 2em;
  position: absolute;
  right: 0;
}
.owl-carousel .owl-nav * {
  outline: none;
}
.owl-carousel .owl-nav .owl-prev {
  display: none;
}
.owl-carousel .owl-dots {
  width: auto;
  position: absolute;
  bottom: 15px;
  right: 50%;
  -webkit-transform: translatex(50%);
  -moz-transform: translatex(50%);
  -ms-transform: translatex(50%);
  -o-transform: translatex(50%);
  transform: translatex(50%);
}
.owl-carousel .owl-dot {
  background: none;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px 0 0;
  outline: none;
  padding: 10px 0;
  text-indent: -9999px;
  width: 30px;
}
.owl-carousel .owl-dot.active {
  cursor: default;
}
.owl-carousel .owl-dot.active:before, .owl-carousel .owl-dot:hover:before {
  height: 4px;
  margin-top: -3px;
}
.owl-carousel .owl-dot:before {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.owl-carousel .owl-dot:last-child {
  margin: 0;
}
@media (min-width: 600px) {
  .owl-carousel .owl-dot {
    width: 30px;
    height: 4px;
  }
}
/* end of style theme */
/*
 *-----------------------------------------------------------------------------------------------------------*
 * Clients
 *-----------------------------------------------------------------------------------------------------------*
 */
.clients {
  background-color: #f1f1f1;
  display: inline-block;
  height: auto;
}
#clients__carousel .owl-stage-outer {
  margin: 0 auto;
  padding: 0 5px;
}
#clients__carousel .owl-item {
  max-height: 120px;
}
#clients__carousel .owl-controls, #clients__carousel .owl-nav {
  display: block;
  width: 100%;
}
#clients__carousel .owl-nav {
  margin-top: 50px;
  position: absolute;
  top: 0;
}
#clients__carousel .owl-next {
  right: 0;
  position: absolute;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
  color: #777;
  display: inline-block !important;
}
.clients__carousel__item {
  height: 100px;
  margin: 0 auto;
  width: 130px;
  text-align: center;
}
.no-js .clients__carousel__item {
  display: inline-block;
  margin: 0 4%;
}
.clients__carousel__item__img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *-----------------------------------------------------------------------------------------------------------*
 * TinyMCE Styling for Custom classes in the Editor
 *-----------------------------------------------------------------------------------------------------------*
 */
.uppercase {
  text-transform: uppercase !important;
}
.uppercase-plus {
  font-size: 1.4em;
  text-transform: uppercase !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22(stdin)%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fmodules%5C%2F_variables.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fvendor%5C%2F_owl.carousel.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fvendor%5C%2F_responsive.gs.12col.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fvendor%5C%2F_iconfont.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_normalize.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_base.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_content.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_footer.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_form.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_header.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_jobs.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_navigation.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_pagination.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_slider.scss%22%2C%22www%5C%2Fhtdocs%5C%2Fw00f7a45%5C%2Fdexter-international.com%5C%2Fwp-content%5C%2Fthemes%5C%2Fdexter%5C%2Fassets%5C%2Fscss%5C%2Fcomponents%5C%2F_tinyMCE.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%3B%3BGAAA%3BAAAA%3B%3B%3BGAAA%3BAAAA%2CwCAAA%3BAAAA%2CkFAAA%3BACEC%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BADtFD%3B%3B%3B%3BGAAA%3BAEKC%3BAAAA%3BqBAAA%3BAAAA%3BAAAgG%3BAAAA%3B%3BaAAA%3BAAAA%3BAAAgD%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAA4H%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAA6G%3BAAAA%3B%3B0CAAA%3BAAAA%3BAAAsG%3BAAAA%3B%3B%3B%3B%3BsCAAA%3BAAAA%3BAAA6P%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAAgH%3BAAAA%3BcAAA%3BAAAA%3BAAAqD%3BAAAA%2CgBAAA%3BAAAA%3BAAA8E%3BAAAA%2CiBAAA%3BAAAA%3BAAA4D%3BAAAA%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAAiO%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAAqL%3BAAAA%3BiBAAA%3BAAAA%3BAAAkD%3BAAAA%2CaAAA%3BAAAA%3BAAAmC%3BAAAA%2CqBAAA%3BAAAA%3BAAAsD%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAA8J%3BAAAA%3BeAAA%3BAAAA%3BAAA%2BC%3BAAAA%2CiBAAA%3BAAAA%3BAAAoC%3BAAAA%2CeAAA%3BAAAA%3BAAA4C%3BAAAA%3B4BAAA%3BAAAA%3BAAAuE%3BAAAA%2CaAAA%3BAAAA%3BAAAyC%3BAAAA%2CaAAA%3BAAAA%3BAAA0C%3BAAAA%2C0BAAA%3BAAAA%3BAAA8C%3BAAAmB%3BAAAA%2CeAAA%3BAAAA%3BAAAa%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAgB%3BAAAA%2CsCAAA%3BAAAA%3BAAA8C%3BAAAA%3BgCAAA%3BAAAA%3BAAAwE%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAiE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAA%2BE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAAAuQ%3BAAAA%3B6BAAA%3BAAAA%3BAAA%2BF%3BAAAA%2CgBAAA%3BAAAA%3BAAAkH%3BAAAA%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAAoK%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAFLp8F%3B%3B%3B%3BuBAAA%3BAAAA%2CkDAAA%3BAGQC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAHRD%2C4CAAA%3BAGiBC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAH3BD%3B8CAAA%3BAGqCC%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAHrCD%2C2BAAA%3BAG8CC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAEC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAH1DF%3BwEAAA%3BAGoEC%3BAACC%3BAAAA%2CyBAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAC7FF%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAAeA%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAJ7FH%2C4DAAA%3BAAAA%3B%3B%3B%3BGAAA%3BAKQC%3BAAAA%3B%3B%3B%3B%3BSAAA%3BAAAA%3BALRD%3B%3BGAAA%3BAKkBC%3BAAAA%2CYAAA%3BAAAA%3BALlBD%3B8EAAA%3BAAAA%3B%3B%3B%3B%3BGAAA%3BAKgCC%3BAAAA%2CiBAAA%3BAAAA%3BALhCD%3B%3B%3BGAAA%3BAKqDC%3BAAAA%3B%3B%3BSAAA%3BAAAA%3BALrDD%3B%3B%3BGAAA%3BAKkEC%3BAAAA%3BYAAA%3BAAAA%3BALlED%3B%3B%3BGAAA%3BAK4EC%3BAAAA%2CgBAAA%3BAAAA%3BAL5ED%3B8EAAA%3BAAAA%3B%3BGAAA%3BAKwFC%3BAAAA%2CgCAAA%3BAAAA%3BALxFD%3B%3BGAAA%3BAKgGC%3BAAAA%2CaAAA%3BAAAA%3BALhGD%3B8EAAA%3BAAAA%3B%3BGAAA%3BAK4GC%3BAAAA%2C4BAAA%3BAAAA%3BAL5GD%3B%3BGAAA%3BAKoHC%3BAAAA%2CoBAAA%3BAAAA%3BALpHD%3B%3BGAAA%3BAK6HC%3BAAAA%2CqBAAA%3BAAAA%3BAL7HD%3B%3B%3BGAAA%3BAKsIC%3BAAAA%3BmBAAA%3BAAAA%3BALtID%3B%3BGAAA%3BAK%2BIC%3BAAAA%3BcAAA%3BAAAA%3BAL%5C%2FID%3B%3BGAAA%3BAKwJC%3BAAAA%2CiBAAA%3BAAAA%3BALxJD%3B%3BGAAA%3BAKgKC%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAL5KD%3B8EAAA%3BAAAA%3B%3BGAAA%3BAKuLC%3BAAAA%2CYAAA%3BAAAA%3BALvLD%3B%3BGAAA%3BAK%2BLC%3BAAAA%2CmBAAA%3BAAAA%3BAL%5C%2FLD%3B8EAAA%3BAAAA%3B%3BGAAA%3BAK0MC%3BAAAA%2CmBAAA%3BAAAA%3BAL1MD%3B%3BGAAA%3BAKkNC%3BAAAA%3B%3BYAAA%3BAAAA%3BALlND%3B%3BGAAA%3BAK4NC%3BAAAA%2CiBAAA%3BAAAA%3BAL5ND%3B%3BGAAA%3BAKoOC%3BAAAA%3BiBAAA%3BAAAA%3BALpOD%3B8EAAA%3BAAAA%3B%3B%3BGAAA%3BAAAA%3B%3B%3B%3B%3BGAAA%3BAK2PC%3BAAAA%3B%3B%3B%3B%3BSAAA%3BAAAA%3BAL3PD%3B%3BGAAA%3BAKyQC%3BAAAA%2CoBAAA%3BAAAA%3BALzQD%3B%3B%3B%3B%3BGAAA%3BAKoRC%3BAAAA%2CuBAAA%3BAAAA%3BALpRD%3B%3BGAAA%3BAK8RC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAL9RD%3B%3B%3B%3B%3B%3BGAAA%3BAK%2BSC%3BAAAA%3B%3B%3B%3BSAAA%3BAAAA%3BAL%5C%2FSD%3B%3BGAAA%3BAK2TC%3BAAAA%2CkBAAA%3BAAAA%3BAL3TD%3B%3BGAAA%3BAKoUC%3BAAAA%3BaAAA%3BAAAA%3BALpUD%3B%3B%3BGAAA%3BAK%2BUC%3BAAAA%2CsBAAA%3BAAAA%3BAL%5C%2FUD%3B%3B%3B%3B%3B%3BGAAA%3BAK2VC%3BAAAA%3B%3B%3BSAAA%3BAAAA%3BAL3VD%3B%3B%3B%3BGAAA%3BAKuWC%3BAAAA%2CeAAA%3BAAAA%3BALvWD%3B%3B%3B%3BGAAA%3BAKkXC%3BAAAA%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BALlXD%3B%3B%3B%3BGAAA%3BAK%2BXC%3BAAAA%2C2BAAA%3BAAAA%3BAL%5C%2FXD%3B%3BGAAA%3BAKwYC%3BAAAA%3B%3BiCAAA%3BAAAA%3BALxYD%3B%3B%3BGAAA%3BAKmZC%3BAAAA%3B%3B%3BSAAA%3BAAAA%3BALnZD%3B%3BGAAA%3BAK4ZC%3BAAAA%2CiBAAA%3BAAAA%3BAL5ZD%3B%3B%3BGAAA%3BAKqaC%3BAAAA%2CoBAAA%3BAAAA%3BALraD%3B8EAAA%3BAAAA%3B%3BGAAA%3BAKgbC%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BALrbD%3B%3B%3B%3BGAAA%3BAMMC%3BAAAA%3BcAAA%3BAAAA%3BAACA%3BAAAA%3BcAAA%3BAAAA%3BAAEA%3BAAAA%3B8BAAA%3BAAAA%3BAAIC%3BAAAA%3B8BAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B%3BqCAAA%3BAAAA%3BAASA%3BAAAA%3BqCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUA%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3BYAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAEA%3BAACC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAGD%3BAACC%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%2CwBAAA%3BAAAA%3BANvGD%2CiDAAA%3BAM0GC%3BAAAA%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAcA%3BAAAA%3BsBAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAaA%3BAAAA%2CeAAA%3BAAAA%3BAAEA%3BAAAA%2CYAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BuCAAA%3BAAAA%3BAASA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3BcAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3BcAAA%3BAAAA%3BAN%5C%2FKD%3B%3B%3B%3BGAAA%3BAOMC%3BAAAA%3BuBAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%3BmBAAA%3BAAAA%3BAAGA%3BAAAA%3BeAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAPpCF%3B%3BKAAA%3BAAAA%2CYAAA%3BAOkDC%3BAAAA%2CiBAAA%3BAAAA%3BAPlDD%3B%3B%3B%3BGAAA%3BAO6DC%3BAAAA%2CsBAAA%3BAAAA%3BAAOA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3BeAAA%3BAAAA%3BAPzED%2CaAAA%3BAOgFC%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAEC%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAP%5C%2FGD%3B%3B%3B%3BGAAA%3BAOkIC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAACC%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAYA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOD%3BAAA8B%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAC9B%3BAAA8B%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAC9B%3BAAA8B%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAC9B%3BAACC%3BAAAA%2CsBAAA%3BAAAA%3BAACC%3BAAAA%2CmBAAA%3BAAAA%3BAAGD%3BAAAA%3B6BAAA%3BAAAA%3BAACC%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAPxMH%3B%3B%3B%3BGAAA%3BAOkNC%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOC%3BAAAA%2CcAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKC%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%2CkCAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BKAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B4CAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B8CAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BoEAAA%3BAAAA%3BAAcA%3BAAAA%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAmBF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAQD%3BAAAA%2CmBAAA%3BAAAA%3BAAGC%3BAAAA%2C8BAAA%3BAAAA%3BAAEA%3BAAAA%2CYAAA%3BAAAA%3BAAGD%3BAACC%3BAAAA%2CgCAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAED%3BAAA8B%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAC9B%3BAACC%3BAAAA%3B6BAAA%3BAAAA%3BAACA%3BAAAA%2C8BAAA%3BAAAA%3BAAAA%3BAPzWF%3B%3B%3B%3BGAAA%3BAOoXC%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%3B0BAAA%3BAAAA%3BAACA%3BAAAA%3BmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%3BwBAAA%3BAAAA%3BAACA%3BAAAA%3B2CAAA%3BAAAA%3BAAGC%3BAAAA%2CwBAAA%3BAAAA%3BAACA%3BAAAA%2C4BAAA%3BAAAA%3BAP7XF%3B%3B%3B%3BGAAA%3BAOuYC%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAACC%3BAAAA%3B%3B%3B%3BgCAAA%3BAAAA%3BAAID%3BAAAA%3BiBAAA%3BAAAA%3BAAIC%3BAAAA%3BuBAAA%3BAAAA%3BAAGD%3BAAAA%3B2CAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWA%3BAACC%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAGD%3BAACC%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%2CsBAAA%3BAAAA%3BAAEA%3BAAAA%2CoBAAA%3BAAAA%3BAPxbD%3B%3B%3B%3BGAAA%3BAOkcC%3BAAAA%3BgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWC%3BAAAA%3B%3B%3B%3B0BAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoEAAA%3BAAAA%3BAAkBC%3BAAAA%3BiBAAA%3BAAAA%3BAAGD%3BAAAA%2CsBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAKA%3BAACC%3BAAAA%2CoBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAAEA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAPxhBF%3B%3B%3B%3BGAAA%3BAOmiBE%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAACA%3BAAAA%2CkCAAA%3BAAAA%3BAAEA%3BAAAA%3BmCAAA%3BAAAA%3BAACA%3BAAAA%2C4CAAA%3BAAAA%3BAAID%3BAAAA%3BAP9iBD%2CwBAAA%3BAAAA%3B%3B%3B%3BGAAA%3BAOokBC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAASC%3BAAAA%3BgBAAA%3BAAAA%3BAASD%3BAAAA%2CiBAAA%3BAAAA%3BAAKC%3BAAAA%2C4BAAA%3BAAAA%3BAACA%3BAAAA%3B4BAAA%3BAAAA%3BAAGA%3BAAAA%3B4BAAA%3BAAAA%3BAAGA%3BAAAA%3B4BAAA%3BAAAA%3BAP1mBF%3B%3B%3BGAAA%3BAAAA%2CkCAAA%3BAOunBC%3BAAAA%3B%3BmBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BSAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAYD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B2BAAA%3BAAAA%3BAASC%3BAAAA%2CiBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BkCAAA%3BAAAA%3BAPrrBD%2CwBAAA%3BAOmsBC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAWA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAPztBD%2CiBAAA%3BAOkuBC%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAPluBD%2CwCAAA%3BAO0uBC%3BAAAA%2CgCAAA%3BAAAA%3BAAEA%3BAAAA%2CoBAAA%3BAAAA%3BAAAwC%3BAAAA%2CYAAA%3BAAAA%3BAP5uBzC%3B%3B%3B%3BGAAA%3BAOqvBC%3BAAAA%3BmBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAACA%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOC%3BAAAA%2CmBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAASD%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAOA%3BAACC%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAPtyBF%3B%3B%3B%3BGAAA%3BAQMC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%2CcAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BSAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAASC%3BAAAA%3BiBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%3BiBAAA%3BAAAA%3BAR7DF%3B%3B%3B%3BGAAA%3BAQ0EC%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAACC%3BAAAA%2CwBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAOC%3BAAAA%2CiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQE%3BAAAA%2CqBAAA%3BAAAA%3BAACA%3BAAAA%2CcAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAeD%3BAACC%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKC%3BAAAA%3BuBAAA%3BAAAA%3BAAGD%3BAAAA%3BsBAAA%3BAAAA%3BAAWA%3BAACC%3BAAAA%3B%3B%3B%3BWAAA%3BAAAA%3BAAAA%3BARzLF%3B%3B%3B%3BGAAA%3BAAAA%2CaAAA%3BASQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BATRD%2C4BAAA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BGAAA%3BAS4CC%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAKC%3BAAAA%2CiBAAA%3BAAAA%3BAACA%3BAAAA%3BYAAA%3BAAAA%3BAAGD%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAT5ED%2C2BAAA%3BASqFC%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%3B%3BeAAA%3BAAAA%3BAT9FD%3B%3B%3B%3BGAAA%3BAUMC%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAOC%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAkBA%3BAAAA%2CSAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAWC%3BAAAA%2CiBAAA%3BAAAA%3BAAGD%3BAACC%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAV5DF%3B%3B%3B%3BGAAA%3BAUuEC%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUC%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAYA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAGD%3BAACC%3BAAAA%3B%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAClJF%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%2CsBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B6DAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B8CAAA%3BAAAA%3BAAMC%3BAAAA%2CyBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQC%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAUF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAIE%3BAAAA%3B%3B%3B%3B8CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAASD%3BAAAA%2CqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BAAoBF%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%2CaAAA%3BAAAA%3BAACA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAiBA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAgBA%3BAAAA%3BeAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAWA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAQC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAASA%3BAAAA%3B4BAAA%3BAAAA%3BAAIC%3BAAAA%2CiCAAA%3BAAAA%3BAAID%3BAAAA%3BcAAA%3BAAAA%3BAAIC%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAaD%3BAAAA%2CcAAA%3BAAAA%3BAAGC%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CsBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAASC%3BAAAA%2CgBAAA%3BAAAA%3BAAMF%3BAAAA%3BmBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAiBC%3BAAAA%2CgBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BWAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BSAAA%3BAAAA%3BAX%5C%2FWF%3B%3B%3B%3BGAAA%3BAYMC%3BAAAA%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAMC%3BAAAA%2CoBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAMC%3BAAAA%2CsBAAA%3BAAAA%3BAACA%3BAAAA%2CwBAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAYA%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAUA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAACC%3BAAAA%3BsBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAACA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAZrEF%3B%3B%3B%3BGAAA%3BAYgFC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAOC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3BaAAA%3BAAAA%3BAACA%3BAAAA%3BcAAA%3BAAAA%3BAAEA%3BAAAA%3BeAAA%3BAAAA%3BAAKD%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAUC%3BAAAA%3B%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQC%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CqBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAACA%3BAAAA%2CgBAAA%3BAAAA%3BAACA%3BAAAA%2CmBAAA%3BAAAA%3BAAEA%3BAAAA%2CmBAAA%3BAAAA%3BAACA%3BAAAA%3BqBAAA%3BAAAA%3BAAMD%3BAAAA%3BwBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAQA%3BAAEC%3BAAAA%2CkBAAA%3BAAAA%3BAACA%3BAAAA%3BiBAAA%3BAAAA%3BAACA%3BAAAA%3BiBAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3ByBAAA%3BAAAA%3BAACA%3BAAAA%2C0BAAA%3BAAAA%3BAACA%3BAAAA%3BmBAAA%3BAAAA%3BAACA%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAGD%3BAAAA%3B%3BmBAAA%3BAAAA%3BAACA%3BAAAA%3B0BAAA%3BAAAA%3BAACA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAZrMF%3B%3B%3B%3BGAAA%3BAaMC%3BAAAA%2CqBAAA%3BAAAA%3BAbND%2CgBAAA%3BAa4BC%3BAAAA%3BcAAA%3BAAAA%3BAAEA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAYA%3BAAAA%2CYAAA%3BAAAA%3BAACA%3BAAAA%2CkBAAA%3BAAAA%3BAAGD%3BAAAA%2CiBAAA%3BAAAA%3BAAMC%3BAAAA%3BmBAAA%3BAAAA%3BAACA%3BAAAA%3BaAAA%3BAAAA%3BAAGD%3BAAAA%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BACjEA%3BAAAA%2CsBAAA%3BAAAA%3BAdHD%2C%2BBAAA%3BAcUC%3BAAAA%3B%3BOAAA%3BAAAA%3BAAEC%3BAAAA%2CYAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BWAAA%3BAAAA%3BAAKC%3BAAAA%2CgBAAA%3BAAAA%3BAAGD%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B6BAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAYC%3BAAAA%2CkBAAA%3BAAAA%3BAAEA%3BAAAA%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAUA%3BAAAA%2CYAAA%3BAAAA%3BAASF%3BAAGE%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAd9EH%2CwBAAA%3BAAAA%3B%3B%3B%3BGAAA%3BAcgGC%3BAAAA%3B%3BeAAA%3BAAAA%3BAASC%3BAAAA%3BiBAAA%3BAAAA%3BAAEA%3BAAAA%2CoBAAA%3BAAAA%3BAAEA%3BAAAA%3BcAAA%3BAAAA%3BAAGA%3BAAAA%3B%3BSAAA%3BAAAA%3BAAMA%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BmCAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAd7ID%3B%3BGAAA%3BAckKC%3BAAAA%3B%3B%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAACC%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAED%3BAACC%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%3B0BAAA%3BAAAA%3BAAKA%3BAACC%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAED%3BAACC%3BAAAA%2CeAAA%3BAAAA%3BAACA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAd1MF%3B%3B%3B%3BGAAA%3BAeMC%3BAAAA%2CuCAAA%3BAAAA%3BAACA%3BAAAA%3BuCAAA%3BAAAA%22%7D */