@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.eot?7tzgpj");
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.eot?7tzgpj#iefix") format("embedded-opentype"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.ttf?7tzgpj") format("truetype"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.woff?7tzgpj") format("woff"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.svg?7tzgpj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=" icon-"], [class^=icon-] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ct-shape-ico:before {
  content: "";
  color: #fff;
}
.icon-newsletter-shape-ico:before {
  content: "";
  color: #fff;
}
b, strong {
  font-weight: 600;
}
@font-face {
  font-family: "RedHatText";
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/RedHatText/RedHatText-VF.ttf") format("truetype-variations");
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/RedHatText/RedHatText-VF.ttf") format("truetype") tech("variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
}
@font-face {
  font-family: "RedHatText";
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/RedHatText/RedHatText-Italic-VF.ttf") format("truetype-variations");
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/RedHatText/RedHatText-Italic-VF.ttf") format("truetype") tech("variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
  font-style: italic;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -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(0px, 0px, 0px);
}
.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 {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -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;
}
.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-loaded {
  display: block;
}
.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 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.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 .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  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;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-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;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-cog:before, .fa-gear:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-repeat:before, .fa-rotate-right:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before, .fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before, .fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-exclamation-triangle:before, .fa-warning:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-cogs:before, .fa-gears:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before, .fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before, .fa-users:before {
  content: "";
}
.fa-chain:before, .fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before, .fa-scissors:before {
  content: "";
}
.fa-copy:before, .fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-floppy-o:before, .fa-save:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-sort:before, .fa-unsorted:before {
  content: "";
}
.fa-sort-desc:before, .fa-sort-down:before {
  content: "";
}
.fa-sort-asc:before, .fa-sort-up:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "";
}
.fa-gavel:before, .fa-legal:before {
  content: "";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-bolt:before, .fa-flash:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-clipboard:before, .fa-paste:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-chain-broken:before, .fa-unlink:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "";
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "";
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "";
}
.fa-eur:before, .fa-euro:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before, .fa-usd:before {
  content: "";
}
.fa-inr:before, .fa-rupee:before {
  content: "";
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "";
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "";
}
.fa-krw:before, .fa-won:before {
  content: "";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-try:before, .fa-turkish-lira:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "";
}
.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before, .fa-car:before {
  content: "";
}
.fa-cab:before, .fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "";
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "";
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: "";
}
.fa-empire:before, .fa-ge:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before, .fa-weixin:before {
  content: "";
}
.fa-paper-plane:before, .fa-send:before {
  content: "";
}
.fa-paper-plane-o:before, .fa-send-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before, .fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-bed:before, .fa-hotel:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-y-combinator:before, .fa-yc:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: "";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "";
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-television:before, .fa-tv:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: "";
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-sign-language:before, .fa-signing:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-address-card:before, .fa-vcard:before {
  content: "";
}
.fa-address-card-o:before, .fa-vcard-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: "";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  20%, 53%, 80%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%, 53%, 80%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%, 0%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%, 0%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%, 0%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@keyframes jello {
  11.1%, 0%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%, 40%, 60%, 80%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%, 75%, 90%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  60%, 75%, 90%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%, 75%, 90%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  60%, 75%, 90%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%, 75%, 90%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  60%, 75%, 90%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%, 75%, 90%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%, 75%, 90%, 0%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.6;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  padding: 80px 0;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/slick.eot");
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/slick.woff") format("woff"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/slick.ttf") format("truetype"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/slick.svg#slick") format("svg");
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before, .slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -35px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -35px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*!
 * jQuery mmenu
 * mmenu.frebsite.nl
 *
 * Copyright (c) Fred Heusschen
 */
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}
.mm-panels, .mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-panel, .mm-panels {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.mm-panels {
  overflow: hidden;
}
.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel:after, .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}
.mm-panel_has-navbar {
  padding-top: 40px;
}
.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-panel_opened-parent {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel_highest {
  z-index: 2;
}
.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}
.mm-listitem_opened > .mm-panel {
  display: block;
}
.mm-listitem_vertical > .mm-btn_next {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}
.mm-listitem_opened > .mm-btn_next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-btn_fullwidth {
  width: 100%;
}
.mm-btn_clear:after, .mm-btn_clear:before, .mm-btn_close:after, .mm-btn_close:before {
  content: "";
  border: 2px solid transparent;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-btn_clear:before, .mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-btn_clear:after, .mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}
.mm-btn_next:after, .mm-btn_prev:before {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  display: none;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-navbar > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 0;
}
.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar__title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar__btn:first-child {
  left: 0;
}
.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}
.mm-panel_has-navbar .mm-navbar {
  display: block;
}
.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listitem, .mm-listitem .mm-btn_next, .mm-listitem .mm-btn_next:before, .mm-listitem:after, .mm-listview {
  border-color: inherit;
}
.mm-listview {
  font: inherit;
  line-height: 20px;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listitem {
  position: relative;
}
.mm-listitem:after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listitem:after {
  left: 20px;
}
.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none;
}
.mm-listitem > a, .mm-listitem > span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listitem .mm-btn_next {
  background: rgba(3, 2, 1, 0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listitem .mm-btn_next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 50px;
}
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a, .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 50px;
}
.mm-listitem .mm-btn_fullwidth:before {
  border-left: none;
}
.mm-listitem .mm-btn_fullwidth + a, .mm-listitem .mm-btn_fullwidth + span {
  padding-right: 50px;
}
.mm-listitem_divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 75%;
  text-transform: uppercase;
  padding: 5px 10px 5px 20px;
}
.mm-listitem_divider:after {
  content: " ";
  display: none;
  position: static;
  display: inline-block;
}
.mm-listitem_spacer {
  padding-top: 40px;
}
.mm-listitem_spacer > .mm-btn_next {
  top: 40px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview .mm-btn_next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
}
.mm-menu .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu .mm-listitem_selected > span {
  background: rgba(255, 255, 255, 0.4);
}
.mm-menu .mm-listitem_opened > .mm-btn_next, .mm-menu .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-listitem_divider {
  background: rgba(0, 0, 0, 0.05);
}
.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}
.mm-wrapper_background .mm-page {
  background: inherit;
}
.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}
.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}
.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
  z-index: 10;
}
.mm-menu_offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-page__blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.mm-wrapper_blocking {
  overflow: hidden;
}
.mm-wrapper_blocking body {
  overflow: hidden;
}
.mm-wrapper_blocking .mm-page__blocker {
  display: block;
}
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}
.mm-menu_autoheight {
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  transition-property: height, -webkit-transform;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}
.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%;
}
.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}
.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important;
}
.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  transition-property: width, -webkit-transform;
  -webkit-transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}
[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}
.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}
.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu_columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0;
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}
.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu_columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate(200%, 0);
  -ms-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}
.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu_columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    -ms-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    -ms-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}
.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu_columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    -ms-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    -ms-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate(400%, 0);
  -ms-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}
.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}
.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate(500%, 0);
  -ms-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}
.mm-menu_columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
  -ms-transform: translate(80vw, 0);
  transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    -ms-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    -ms-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  transition-property: width, min-width, max-width, -webkit-transform;
  -webkit-transition-property: width, min-width, max-width, -webkit-transform;
  -o-transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform, -webkit-transform;
}
.mm-counter {
  font-style: normal;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 90px;
}
.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + a, .mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 90px;
}
.mm-counter + .mm-btn_fullwidth + a, .mm-counter + .mm-btn_fullwidth + span {
  padding-right: 90px;
}
.mm-listitem_vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-listitem_vertical.mm-listitem_spacer > .mm-counter {
  margin-top: 40px;
}
.mm-listitem_nosubitems > .mm-counter {
  display: none;
}
.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-listitem_divider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.3);
  padding-top: 15px;
  padding-bottom: 5px;
}
.mm-border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid;
}
.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-listview_fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-panel_dividers .mm-listview_fixeddivider {
  display: block;
}
.mm-wrapper_opened.mm-dragging .mm-menu, .mm-wrapper_opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}
.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
.mm-wrapper_dropdown .mm-page__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}
.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}
[class*=mm-menu_tip-]:before {
  content: "";
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu_tip-left:before {
  left: 22px;
}
.mm-menu_tip-right:before {
  right: 22px;
}
.mm-menu_tip-top:before {
  top: -8px;
}
.mm-menu_tip-bottom:before {
  bottom: -8px;
}
.mm-iconbar {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.mm-iconbar__bottom, .mm-iconbar__top {
  width: inherit;
  position: absolute;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 0;
}
.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none;
}
.mm-iconbar__top {
  top: 0;
}
.mm-iconbar__bottom {
  bottom: 0;
}
.mm-menu_iconbar-40 .mm-navbars_bottom, .mm-menu_iconbar-40 .mm-navbars_top, .mm-menu_iconbar-40 .mm-panels {
  left: 40px;
}
.mm-menu_iconbar-40 .mm-iconbar {
  width: 40px;
}
.mm-menu_iconbar-60 .mm-navbars_bottom, .mm-menu_iconbar-60 .mm-navbars_top, .mm-menu_iconbar-60 .mm-panels {
  left: 60px;
}
.mm-menu_iconbar-60 .mm-iconbar {
  width: 60px;
}
.mm-menu_iconbar-80 .mm-navbars_bottom, .mm-menu_iconbar-80 .mm-navbars_top, .mm-menu_iconbar-80 .mm-panels {
  left: 80px;
}
.mm-menu_iconbar-80 .mm-iconbar {
  width: 80px;
}
.mm-iconbar, .mm-iconbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
}
[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel {
  transition-property: left, -webkit-transform;
  -webkit-transition-property: left, -webkit-transform;
  -o-transition-property: transform, left;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform;
}
[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first, [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0;
}
[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened, [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}
[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0), [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: 1px solid;
  border-color: inherit;
}
[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[class*=mm-menu_iconpanel-].mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider, [class*=mm-menu_iconpanel-].mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0;
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-0, .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0;
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-1, .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 40px;
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-2, .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 80px;
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-3, .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 120px;
}
.mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 40px;
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-0, .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0;
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-1, .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 60px;
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-2, .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 120px;
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-3, .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 180px;
}
.mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 60px;
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-0, .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0;
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-1, .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 80px;
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-2, .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 160px;
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-3, .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 240px;
}
.mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 80px;
}
.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-panel_opened-parent .mm-panel__blocker {
  opacity: 0.6;
  bottom: -100000px;
}
.mm-menu_keyboardfocus a:focus {
  outline: 0;
}
.mm-menu_keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.4);
}
.mm-navbars_bottom, .mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
.mm-navbars_bottom > .mm-navbar, .mm-navbars_top > .mm-navbar {
  border-width: 0;
  border-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0;
}
.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn), .mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto;
}
.mm-menu_navbar_top-1 .mm-panels {
  top: 40px;
}
.mm-menu_navbar_top-2 .mm-panels {
  top: 80px;
}
.mm-menu_navbar_top-3 .mm-panels {
  top: 120px;
}
.mm-menu_navbar_top-4 .mm-panels {
  top: 160px;
}
.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto;
}
.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 40px;
}
.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 80px;
}
.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 120px;
}
.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar_size-2 {
  height: 80px;
}
.mm-navbar_size-3 {
  height: 120px;
}
.mm-navbar_size-4 {
  height: 160px;
}
.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -40px;
}
.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar_tabs, .mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important;
}
.mm-navbar__tab_selected {
  background: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}
.mm-navbar__tab_selected:first-child {
  border-left: none;
}
.mm-navbar__tab_selected:last-child {
  border-right: none;
}
.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
}
.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px;
}
.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none;
}
.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: inherit;
}
.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px;
}
.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none;
}
.mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.4);
}
.mm-menu_rtl {
  direction: rtl;
}
.mm-menu_rtl.mm-menu_offcanvas {
  right: auto;
}
.mm-menu_rtl .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_rtl .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-menu_rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}
.mm-menu_rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0;
}
.mm-menu_rtl .mm-navbar .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu_rtl .mm-navbar .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-menu_rtl .mm-listitem:after {
  left: 0;
  right: 20px;
}
.mm-menu_rtl .mm-listitem > a:not(.mm-btn_next), .mm-menu_rtl .mm-listitem > span:not(.mm-btn_next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important;
}
.mm-menu_rtl .mm-listitem .mm-btn_next {
  right: auto;
  left: 0;
}
.mm-menu_rtl .mm-listitem .mm-btn_next:before {
  left: auto;
  right: 0;
}
.mm-menu_rtl .mm-listitem .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}
.mm-menu_rtl .mm-listitem .mm-btn_next + a, .mm-menu_rtl .mm-listitem .mm-btn_next + span {
  margin-left: 50px;
}
.mm-menu_rtl .mm-listitem .mm-btn_fullwidth + a, .mm-menu_rtl .mm-listitem .mm-btn_fullwidth + span {
  padding-left: 50px;
}
.mm-menu_rtl .mm-counter {
  left: 45px;
  right: auto;
}
.mm-menu_rtl .mm-counter + .mm-btn_next + a, .mm-menu_rtl .mm-counter + .mm-btn_next + span {
  margin-left: 90px;
}
.mm-menu_rtl .mm-listview .mm-counter + .mm-btn_fullwidth + a, .mm-menu_rtl .mm-listview .mm-counter + .mm-btn_fullwidth + span {
  padding-left: 90px;
}
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel {
  transition-property: right, -webkit-transform;
  -webkit-transition-property: right, -webkit-transform;
  -o-transition-property: transform, right;
  transition-property: transform, right;
  transition-property: transform, right, -webkit-transform;
}
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first, .mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first.mm-panel_opened ~ .mm-listview_fixeddivider {
  left: 0;
  right: 0;
}
.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened, .mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}
.mm-menu_rtl [class*=mm-panel_iconpanel-], .mm-menu_rtl [class*=mm-panel_iconpanel-] ~ .mm-listview_fixeddivider {
  left: 0;
}
.mm-menu_rtl [class*=mm-panel_iconpanel-].mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 0;
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 40px;
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 80px;
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 120px;
}
.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 40px;
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 0;
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 60px;
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 120px;
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 180px;
}
.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 60px;
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 0;
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 80px;
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 160px;
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 240px;
}
.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  right: 80px;
}
.mm-menu_rtl html[class*=mm-sidebar_expanded-]:not(.mm-sidebar_closed) .mm-menu_rtl ~ .mm-slideout {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  right: 0;
}
.mm-menu_rtl label.mm-check, .mm-menu_rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}
.mm-menu_rtl label.mm-toggle + a, .mm-menu_rtl label.mm-toggle + span {
  padding-left: 80px;
}
.mm-menu_rtl label.mm-check + a, .mm-menu_rtl label.mm-check + span {
  padding-left: 60px;
}
.mm-menu_rtl .mm-btn_next + label.mm-check, .mm-menu_rtl .mm-btn_next + label.mm-toggle {
  left: 60px;
}
.mm-menu_rtl .mm-btn_next + label.mm-check + a, .mm-menu_rtl .mm-btn_next + label.mm-check + span, .mm-menu_rtl .mm-btn_next + label.mm-toggle + a, .mm-menu_rtl .mm-btn_next + label.mm-toggle + span {
  margin-left: 50px;
}
.mm-menu_rtl .mm-btn_next + label.mm-toggle + a, .mm-menu_rtl .mm-btn_next + label.mm-toggle + span {
  padding-left: 70px;
}
.mm-menu_rtl .mm-btn_next + label.mm-check + a, .mm-menu_rtl .mm-btn_next + label.mm-check + span {
  padding-left: 50px;
}
.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle {
  left: 100px;
}
.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check + a, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check + span, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle + a, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle + span {
  margin-left: 90px;
}
.mm-searchfield {
  height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mm-searchfield input {
  border: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: inherit;
  line-height: 26px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-searchfield input::-ms-clear {
  display: none;
}
.mm-searchfield__input {
  padding: 7px 10px 0 10px;
  position: relative;
}
.mm-panel__noresultsmsg {
  text-align: center;
  font-size: 150%;
  padding: 40px 0;
}
.mm-searchfield__btn {
  right: 0;
  top: 0;
}
.mm-searchfield__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.mm-searchfield__cancel {
  text-decoration: none;
  line-height: 40px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  -webkit-transition: margin 0.4s ease;
  -o-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.mm-searchfield__cancel-active {
  margin-right: 0;
}
.mm-panel > .mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel_has-searchfield {
  padding-top: 40px;
}
.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 80px;
}
.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
  top: 40px;
}
.mm-listitem_nosubitems > .mm-btn_next {
  display: none;
}
.mm-listitem_nosubitems > .mm-btn_next + a, .mm-listitem_nosubitems > .mm-btn_next + span {
  padding-right: 10px;
}
.mm-searchfield input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}
.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.mm-sectionindexer a {
  line-height: 1;
  text-decoration: none;
  display: block;
}
.mm-sectionindexer ~ .mm-panels {
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
}
.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0;
}
.mm-menu_has-sectionindexer .mm-panels {
  right: 20px;
}
.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 42px;
}
.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 82px;
}
.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 122px;
}
.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 162px;
}
.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 42px;
}
.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 82px;
}
.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 122px;
}
.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 162px;
}
.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth + a, .mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth + span, .mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth), .mm-menu_selected-parent .mm-listitem > a.mm-btn_fullwidth + a, .mm-menu_selected-parent .mm-listitem > a.mm-btn_fullwidth + span, .mm-menu_selected-parent .mm-listitem > a:not(.mm-btn_fullwidth) {
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
  background: 0 0;
}
.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
  background: rgba(255, 255, 255, 0.4);
}
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
  background: 0 0;
}
.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(255, 255, 255, 0.4);
}
[class*=mm-wrapper_sidebar-collapsed-] body, [class*=mm-wrapper_sidebar-expanded-] body {
  position: relative;
}
[class*=mm-wrapper_sidebar-collapsed-] .mm-slideout, [class*=mm-wrapper_sidebar-expanded-] .mm-slideout {
  transition-property: width, -webkit-transform;
  -webkit-transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}
[class*=mm-wrapper_sidebar-collapsed-] .mm-page, [class*=mm-wrapper_sidebar-expanded-] .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
}
[class*=mm-wrapper_sidebar-collapsed-] .mm-menu_sidebar-collapsed, [class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
  display: block !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}
[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider, [class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0;
}
.mm-wrapper_sidebar-collapsed-40 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout {
  width: calc(100% - 40px);
  -webkit-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  transform: translate(40px, 0);
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}
.mm-wrapper_sidebar-collapsed-60 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-60 .mm-slideout {
  width: calc(100% - 60px);
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}
.mm-wrapper_sidebar-collapsed-80 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-80 .mm-slideout {
  width: calc(100% - 80px);
  -webkit-transform: translate(80px, 0);
  -ms-transform: translate(80px, 0);
  transform: translate(80px, 0);
  -webkit-transform: translate3d(80px, 0, 0);
  transform: translate3d(80px, 0, 0);
}
[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0 !important;
  max-width: 100000px !important;
}
[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}
[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking, [class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking body {
  overflow: visible;
}
[class*=mm-wrapper_sidebar-expanded-] .mm-page__blocker {
  display: none !important;
}
.mm-wrapper_sidebar-expanded-25:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 75%;
  -webkit-transform: translate(33.33333%, 0) !important;
  -ms-transform: translate(33.33333%, 0) !important;
  transform: translate(33.33333%, 0) !important;
  -webkit-transform: translate3d(33.33333%, 0, 0) !important;
  transform: translate3d(33.33333%, 0, 0) !important;
}
.mm-wrapper_sidebar-expanded-25 .mm-menu_sidebar-expanded {
  width: 25% !important;
}
.mm-wrapper_sidebar-expanded-30:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 70%;
  -webkit-transform: translate(42.85714%, 0) !important;
  -ms-transform: translate(42.85714%, 0) !important;
  transform: translate(42.85714%, 0) !important;
  -webkit-transform: translate3d(42.85714%, 0, 0) !important;
  transform: translate3d(42.85714%, 0, 0) !important;
}
.mm-wrapper_sidebar-expanded-30 .mm-menu_sidebar-expanded {
  width: 30% !important;
}
.mm-wrapper_sidebar-expanded-35:not(.mm-wrapper_sidebar-closed) .mm-slideout {
  width: 65%;
  -webkit-transform: translate(53.84615%, 0) !important;
  -ms-transform: translate(53.84615%, 0) !important;
  transform: translate(53.84615%, 0) !important;
  -webkit-transform: translate3d(53.84615%, 0, 0) !important;
  transform: translate3d(53.84615%, 0, 0) !important;
}
.mm-wrapper_sidebar-expanded-35 .mm-menu_sidebar-expanded {
  width: 35% !important;
}
.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.mm-menu_opened .mm-menu__blocker {
  display: none;
}
input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}
label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-check:before, label.mm-toggle:before {
  content: "";
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
.mm-listitem_vertical label.mm-toggle {
  top: 5px;
  bottom: auto;
  margin-top: 0;
}
.mm-listitem_vertical label.mm-check {
  top: 5px;
  bottom: auto;
  margin-top: 0;
}
label.mm-toggle {
  right: 20px;
}
label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check {
  right: 20px;
}
label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}
.mm-btn_next + label.mm-check, .mm-btn_next + label.mm-toggle {
  right: 60px;
}
.mm-btn_next + label.mm-check + a, .mm-btn_next + label.mm-check + span, .mm-btn_next + label.mm-toggle + a, .mm-btn_next + label.mm-toggle + span {
  margin-right: 50px;
}
.mm-btn_next + label.mm-toggle + a, .mm-btn_next + label.mm-toggle + span {
  padding-right: 70px;
}
.mm-btn_next + label.mm-check + a, .mm-btn_next + label.mm-check + span {
  padding-right: 50px;
}
.mm-counter + .mm-btn_next + label.mm-check, .mm-counter + .mm-btn_next + label.mm-toggle {
  right: 100px;
}
.mm-counter + .mm-btn_next + label.mm-check + a, .mm-counter + .mm-btn_next + label.mm-check + span, .mm-counter + .mm-btn_next + label.mm-toggle + a, .mm-counter + .mm-btn_next + label.mm-toggle + span {
  margin-right: 90px;
}
label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
label.mm-toggle:before {
  background: #f3f3f3;
}
input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
}
.mm-menu_border-none .mm-listitem:after, .mm-panel_border-none .mm-listitem:after {
  content: none;
}
.mm-menu_border-full .mm-listitem:after, .mm-panel_border-full .mm-listitem:after {
  left: 0 !important;
}
.mm-menu_border-offset .mm-listitem:after, .mm-panel_border-offset .mm-listitem:after {
  right: 20px;
}
.mm-menu_fx-menu-zoom {
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu_fx-menu-slide {
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1;
}
.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel, .mm-panel_fx-zoom {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened, .mm-panel_fx-zoom.mm-panel_opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent, .mm-panel_fx-zoom.mm-panel_opened-parent {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent, .mm-panel_fx-slide-0.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent, .mm-panel_fx-slide-100.mm-panel_opened-parent {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_fx-panels-slide-up .mm-panel, .mm-panel_fx-slide-up {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.mm-menu_fx-panels-slide-up .mm-panel_opened, .mm-menu_fx-panels-slide-up .mm-panel_opened-parent, .mm-panel_fx-slide-up.mm-panel_opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_fx-panels-slide-right .mm-panel, .mm-panel_fx-slide-right {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_fx-panels-slide-right .mm-panel_opened, .mm-menu_fx-panels-slide-right .mm-panel_opened-parent, .mm-panel_fx-slide-right.mm-panel_opened {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
[class*=mm-menu_fx-listitems-] .mm-listitem {
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:first-child {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu_fx-listitems-slide .mm-listitem {
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}
.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu_fx-listitems-fade .mm-listitem {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1;
}
.mm-menu_fx-listitems-drop .mm-listitem {
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}
.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0;
}
.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(100vw, 0);
  -ms-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}
@media (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-100vw, 0);
  -ms-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}
@media (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}
.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}
.mm-menu_listview-30 .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-30 .mm-listitem > span {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mm-menu_listview-30 .mm-listitem_vertical > .mm-btn_next {
  height: 30;
}
.mm-menu_listview-50 .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-50 .mm-listitem > span {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mm-menu_listview-50 .mm-listitem_vertical > .mm-btn_next {
  height: 50;
}
.mm-menu_listview-60 .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-60 .mm-listitem > span {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mm-menu_listview-60 .mm-listitem_vertical > .mm-btn_next {
  height: 60;
}
.mm-menu_listview-justify .mm-panels > .mm-panel:after, .mm-menu_listview-justify .mm-panels > .mm-panel:before, .mm-panels > .mm-panel_listview-justify:after, .mm-panels > .mm-panel_listview-justify:before {
  content: none;
  display: none;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview, .mm-panels > .mm-panel_listview-justify .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem, .mm-panels > .mm-panel_listview-justify .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider), .mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem > span, .mm-panels > .mm-panel_listview-justify .mm-listitem > a:not(.mm-btn_next), .mm-panels > .mm-panel_listview-justify .mm-listitem > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mm-listview_inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview_inset > li {
  padding: 5px 0;
}
.mm-menu_multiline .mm-listitem > a, .mm-menu_multiline .mm-listitem > span, .mm-panel_multiline .mm-listitem > a, .mm-panel_multiline .mm-listitem > span {
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: normal;
}
[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker {
  opacity: 0;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.mm-menu_opened.mm-menu_pagedim ~ .mm-page__blocker {
  background: inherit;
}
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-page__blocker {
  background: #000;
}
.mm-menu_opened.mm-menu_pagedim-white ~ .mm-page__blocker {
  background: #fff;
}
.mm-menu_popup {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
.mm-menu_popup.mm-menu_opened ~ .mm-page__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}
.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}
.mm-menu_position-right {
  left: auto;
  right: 0;
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
  -ms-transform: translate(-80vw, 0);
  transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}
@media (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-page__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-page__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-page__blocker {
  z-index: 1;
}
.mm-menu_position-front {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu_position-top {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}
.mm-menu_position-bottom {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}
.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}
.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu_theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu_theme-white .mm-navbar > *, .mm-menu_theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white .mm-btn:after, .mm-menu_theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white .mm-listview .mm-btn_next:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.03);
  tap-highlight-color: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu_theme-white .mm-listitem_selected > span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white .mm-listitem_opened > .mm-btn_next, .mm-menu_theme-white .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.06);
}
.mm-menu_theme-white .mm-listitem_divider {
  background: rgba(0, 0, 0, 0.06);
}
.mm-menu_theme-white .mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white .mm-iconbar, .mm-menu_theme-white .mm-iconbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white.mm-menu_keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white .mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-menu_theme-white .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-menu_theme-white .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu_theme-white.mm-menu_shadow-panels .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu_theme-white .mm-searchfield input {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu_theme-white .mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white .mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
  background: 0 0;
}
.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_theme-white.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
  background: 0 0;
}
.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu_theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
.mm-menu_theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-white label.mm-toggle:before {
  background: #fff;
}
.mm-menu_theme-whiteinput.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu_theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.85);
}
.mm-menu_theme-dark .mm-navbar > *, .mm-menu_theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark .mm-btn:after, .mm-menu_theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark .mm-listview .mm-btn_next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu_theme-dark .mm-listitem_selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark .mm-listitem_opened > .mm-btn_next, .mm-menu_theme-dark .mm-listitem_opened > .mm-panel {
  background: rgba(255, 255, 255, 0.08);
}
.mm-menu_theme-dark .mm-listitem_divider {
  background: rgba(255, 255, 255, 0.08);
}
.mm-menu_theme-dark .mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark .mm-iconbar, .mm-menu_theme-dark .mm-iconbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark.mm-menu_keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark .mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-menu_theme-dark .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-menu_theme-dark .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu_theme-dark.mm-menu_shadow-panels .mm-panel {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu_theme-dark .mm-searchfield input {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
}
.mm-menu_theme-dark .mm-panel__noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark .mm-sectionindexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
  background: 0 0;
}
.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
  background: 0 0;
}
.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu_theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.85);
}
.mm-menu_theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.3);
}
.mm-menu_theme-dark label.mm-toggle:before {
  background: #333;
}
.mm-menu_theme-darkinput.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu_theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
}
.mm-menu_theme-black .mm-navbar > *, .mm-menu_theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black .mm-btn:after, .mm-menu_theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black .mm-listview .mm-btn_next:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.15);
  tap-highlight-color: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu_theme-black .mm-listitem_selected > span {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black .mm-listitem_opened > .mm-btn_next, .mm-menu_theme-black .mm-listitem_opened > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu_theme-black .mm-listitem_divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu_theme-black .mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black .mm-iconbar, .mm-menu_theme-black .mm-iconbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black.mm-menu_keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black .mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-menu_theme-black .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-menu_theme-black .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black.mm-menu_shadow-page:after {
  -webkit-box-shadow: false;
  box-shadow: false;
}
.mm-menu_theme-black.mm-menu_shadow-panels .mm-panel {
  -webkit-box-shadow: false;
  box-shadow: false;
}
.mm-menu_theme-black .mm-searchfield input {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
}
.mm-menu_theme-black .mm-panel__noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black .mm-sectionindexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
  background: 0 0;
}
.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_theme-black.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
  background: 0 0;
}
.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu_theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.75);
}
.mm-menu_theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.25);
}
.mm-menu_theme-black label.mm-toggle:before {
  background: #000;
}
.mm-menu_theme-blackinput.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu_shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}
.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
}
.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}
.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu_shadow-panels .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
  margin: 0 !important;
}
.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}
.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%;
}
.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu_tileview .mm-listitem > a, .mm-menu_tileview .mm-listitem > span, .mm-panel_tileview .mm-listitem > a, .mm-panel_tileview .mm-listitem > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu_tileview .mm-listitem > .mm-btn_next, .mm-panel_tileview .mm-listitem > .mm-btn_next {
  width: auto;
}
.mm-menu_tileview .mm-listitem > .mm-btn_next:after, .mm-menu_tileview .mm-listitem > .mm-btn_next:before, .mm-panel_tileview .mm-listitem > .mm-btn_next:after, .mm-panel_tileview .mm-listitem > .mm-btn_next:before {
  content: none;
  display: none;
}
.mm-menu_tileview .mm-listitem_divider, .mm-panel_tileview .mm-listitem_divider {
  display: none;
}
.mm-menu_tileview .mm-panel, .mm-panel_tileview {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before, .mm-panel_tileview:after, .mm-panel_tileview:before {
  content: none;
  display: none;
}
a:active, a:focus {
  outline: expression(hideFocus="true");
}
#tabs, #tabs2, #tabs3, #tabs4, #tabs5 {
  margin: 0 auto;
  margin-bottom: 40px;
}
#tabs2 li a, #tabs3 li a, #tabs4 li a, #tabs5 li a, #tabs li a {
  display: block;
  padding: 17px 30px;
  background: #544f6b;
  text-decoration: none;
  color: #8478B3;
}
#tabs2 li a:hover, #tabs3 li a:hover, #tabs4 li a:hover, #tabs5 li a:hover, #tabs li a:hover {
  background: #4e4a63;
}
#tabs_container {
  padding: 40px;
  overflow: hidden;
  position: relative;
  background: white;
}
#tabs_container div {
  margin-right: 40px;
}
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.make_transist {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hidescale {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.showscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hidescaleup {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showscaleup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hideflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotatey(-90deg) scale(1.1);
  -moz-transform: rotatey(-90deg) scale(1.1);
  -o-transform: rotatey(-90deg) scale(1.1);
  -ms-transform: rotatey(-90deg) scale(1.1);
  transform: rotatey(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.showflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: rotatey(0deg) scale(1);
  -moz-transform: rotatey(0deg) scale(1);
  -o-transform: rotatey(0deg) scale(1);
  -ms-transform: rotatey(0deg) scale(1);
  transform: rotatey(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.tabulous_active {
  background: white !important;
  color: #655c89 !important;
}
.tabulousclear {
  display: block;
  clear: both;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
  right: -6px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  border-radius: 20px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner:after, .hamburger-inner:before {
  content: "";
  display: block;
}
.hamburger-inner:before {
  top: -9px;
}
.hamburger-inner:after {
  bottom: -9px;
}
.hamburger-stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-stand .hamburger-inner:before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-stand .hamburger-inner:after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-stand.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}
.hamburger-stand.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}
header .fastnav {
  position: absolute;
  top: -35px;
  right: 40px;
  background: #fff;
  min-width: 160px;
  height: 50px;
  border-radius: 0 0 20px 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
header .fastnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
header .fastnav ul li {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
header .fastnav ul li .fastnav-icon {
  margin: 0 1px -2px 0;
  width: 18px;
  height: 18px;
  position: relative;
}
header .fastnav ul li a {
  color: #3C4447;
}
header .fastnav ul li a:hover {
  color: #BAD60A;
}
header .fastnav ul li.active a, header .fastnav ul li:hover {
  color: #BAD60A;
}
header .fastnav ul li.active a span, header .fastnav ul li:hover span {
  color: #3C4447;
}
header .fastnav span {
  margin: 0 5px;
}
.mobile-widgets .fastnav {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -120px;
  background: #fff;
  min-width: 240px;
  height: 40;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.mobile-widgets .fastnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.mobile-widgets .fastnav ul li {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
}
.mobile-widgets .fastnav ul li a {
  color: #3C4447;
}
.mobile-widgets .fastnav ul li.active a {
  color: #BAD60A;
}
.mobile-widgets .fastnav span {
  margin: 0 5px;
}
body {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-size: 18px;
  min-height: 100%;
  position: relative;
  color: #3C4447;
  background: #e5e5e5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  font-size: 18px;
  color: #3C4447;
  line-height: 1.7;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  color: #BAD60A;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:active, a:focus {
  outline: none;
}
a:hover {
  color: #3C4447;
}
strong {
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
}
h2 {
  margin-bottom: 20px;
}
h2 span {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BAD60A;
  position: relative;
  margin-left: 3px;
}
ul.list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul.list li {
  font-size: 18px;
  color: #3C4447;
  line-height: 1.7;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
ul.list li:before {
  content: "• ";
  color: #BAD60A;
  position: absolute;
  top: 0;
  left: 0;
}
.btn, .submitBtn {
  background: #BAD60A;
  color: #fff;
  font-size: 16px;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 16px 40px;
  border: 2px solid #BAD60A;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  display: inline-block;
}
.btn:hover, .submitBtn:hover {
  background: #fff;
  color: #BAD60A;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@-webkit-keyframes example {
  0% {
    -webkit-transform: scale(2.5) translateY(147px) translateX(0px);
    transform: scale(2.5) translateY(147px) translateX(0px);
  }
  to {
    -webkit-transform: scale(3) translateY(147px) translateX(0px);
    transform: scale(3) translateY(147px) translateX(0px);
  }
}
@keyframes example {
  0% {
    -webkit-transform: scale(2.5) translateY(147px) translateX(0px);
    transform: scale(2.5) translateY(147px) translateX(0px);
  }
  to {
    -webkit-transform: scale(3) translateY(147px) translateX(0px);
    transform: scale(3) translateY(147px) translateX(0px);
  }
}
.ovalleft {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Oval-1.svg");
  background-position: 50% 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.ovalright {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Oval-2.svg");
  background-color: transparent;
  background-position: 50% 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
}
.wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.intro-top-circle {
  position: absolute;
  top: 800px;
  right: 0;
  z-index: 0;
}
iframe {
  max-width: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
.ct-button {
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.ct-button.sticky {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.ct-button a {
  width: 63px;
  height: 63px;
  display: inline-block;
  border-radius: 50%;
  background: #BAD60A;
  position: fixed;
  right: 50%;
  margin-right: -680px;
  bottom: 50px;
  z-index: 5;
  text-align: center;
  padding-top: 18px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #BAD60A;
}
.ct-button a img {
  margin: 0 auto;
}
.ct-button a i {
  font-size: 27px;
}
.ct-button a i:before {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.ct-button a:hover {
  background: #fff;
  color: #BAD60A !important;
}
.ct-button a:hover i:before {
  color: #BAD60A !important;
}
.ct-button.newsletter-button a {
  transform: translateY(-90px);
  padding-top: 20px;
}
.ct-button.newsletter-button a .icon-newsletter-shape-ico {
  font-size: 18px;
}
.ct-button.newsletter-button a .icon-newsletter-shape-ico::before {
  color: white;
}
.table-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 35px;
}
table thead {
  background: #BAD60A;
  font-weight: bold;
}
table thead tr {
  background: #BAD60A !important;
}
table thead tr td {
  color: #fff;
}
table td {
  color: #333333;
  letter-spacing: 0.34px;
  line-height: 23px;
  padding: 15px 20px;
}
table tr:nth-child(odd) {
  background: #FBFBFB;
}
.cc_banner {
  background: rgba(0, 0, 0, 0.7) !important;
  border: none !important;
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
}
.cc_banner p {
  color: #fff !important;
  line-height: 1.4 !important;
}
.cc_banner .cc_btn {
  display: inline-block !important;
  text-align: center !important;
  float: right !important;
  cursor: pointer !important;
  position: relative !important;
  padding: 13px 0 !important;
  top: 2px !important;
  background: #BAD60A !important;
  color: #fff !important;
  border-radius: 20px !important;
  max-width: 50px !important;
}
.cc_container a {
  color: #BAD60A !important;
}
.cc_container a:visited {
  color: #BAD60A !important;
}
object {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 100%;
}
svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.frame-type-html {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.wow {
  -webkit-animation-delay: inherit !important;
  animation-delay: inherit !important;
}
.ie9 header .logo img[src$=".svg"] {
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .intro-top-circle {
    display: none;
  }
  .ct-button a {
    margin-right: -650px;
  }
}
@media screen and (max-width: 1350px) {
  .ct-button a {
    margin-right: -580px;
  }
}
@media screen and (max-width: 1240px) {
  @-webkit-keyframes example {
    0% {
      -webkit-transform: scale(2.5) translateY(137px) translateX(10px);
      transform: scale(2.5) translateY(137px) translateX(10px);
    }
    to {
      -webkit-transform: scale(3) translateY(137px) translateX(10px);
      transform: scale(3) translateY(137px) translateX(10px);
    }
  }
  @keyframes example {
    0% {
      -webkit-transform: scale(2.5) translateY(137px) translateX(10px);
      transform: scale(2.5) translateY(137px) translateX(10px);
    }
    to {
      -webkit-transform: scale(3) translateY(137px) translateX(10px);
      transform: scale(3) translateY(137px) translateX(10px);
    }
  }
}
@media screen and (max-width: 1199px) {
  .btn {
    padding: 18px 20px 15px;
    font-size: 14px;
  }
  table {
    font-size: 12px;
  }
  table thead tr td {
    padding: 15px 20px;
  }
  table td {
    padding: 5px 20px;
    line-height: inherit;
  }
  @-webkit-keyframes example {
    0% {
      -webkit-transform: scale(2.5) translateY(110px) translateX(10px);
      transform: scale(2.5) translateY(110px) translateX(10px);
    }
    to {
      -webkit-transform: scale(3) translateY(110px) translateX(15px);
      transform: scale(3) translateY(110px) translateX(15px);
    }
  }
  @keyframes example {
    0% {
      -webkit-transform: scale(2.5) translateY(110px) translateX(10px);
      transform: scale(2.5) translateY(110px) translateX(10px);
    }
    to {
      -webkit-transform: scale(3) translateY(110px) translateX(15px);
      transform: scale(3) translateY(110px) translateX(15px);
    }
  }
  .ct-button a {
    margin-right: -480px;
  }
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
  h2 span {
    width: 6px;
    height: 6px;
  }
  .container {
    width: auto;
  }
  .row {
    margin: 0;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding: 0 20px;
  }
  .ct-button {
    display: none;
  }
  .frame-type-html {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  p, ul.list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  h2, h3 {
    font-size: 25px;
  }
}
header.head {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -720px;
  z-index: 6;
  padding: 20px 0;
}
header .col-md-9 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
header.sticky {
  background: #fff;
  position: fixed;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}
header.sticky .logo {
  margin-top: 0;
}
header.sticky .logo img {
  width: 100%;
}
header.sticky nav {
  position: relative;
  margin: 15px 0 0 112px;
}
header.sticky .fastnav {
  display: none;
}
header.sticky ul {
  margin: 0;
}
header.sticky ul li a {
  color: #3C4447;
}
header.sticky ul li a:hover {
  color: #BAD60A;
}
header.sticky .col-md-3 {
  width: 15%;
}
header.sticky .col-md-9 {
  width: 85%;
  text-align: left;
  visibility: visible !important;
}
header.sticky .lang {
  display: none;
}
header.sticky .hamburger-inner {
  background-color: #3C4447;
}
header.sticky .hamburger-inner:after, header.sticky .hamburger-inner:before {
  background-color: #3C4447;
}
header.sticky .search .search-ico {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/search-ico-inv.svg");
}
header.sticky .head-box {
  float: right;
  position: relative;
  top: 3px;
}
header.sticky .main {
  margin: 0;
}
header.sticky .main a {
  color: #fff;
}
header.sticky .search input {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
header .col-md-9 {
  text-align: right;
  visibility: hidden;
}
header .logo {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  position: relative;
  left: -13px;
}
header .logo a {
  display: block;
}
header .logo img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}
header nav {
  display: inline-block;
}
header ul {
  list-style: none;
  margin: 70px 0 0 20px;
  padding: 0;
}
header ul li {
  display: inline-block;
  font-size: 16px;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  margin: 0 15px;
}
header ul a {
  color: #fff;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
header ul a:hover {
  color: #3C4447;
}
header .lang {
  display: inline-block;
  margin-left: 0;
  position: relative;
}
header .lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
header .lang ul li.default {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/lang.svg") left 4px no-repeat;
  padding-left: 35px;
  padding-bottom: 5px;
  padding-top: 10px;
  cursor: pointer;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
header .lang ul a:hover {
  color: #fff;
}
header .lang .lang-win {
  min-width: 330px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: -15px;
  right: 10px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  z-index: 777;
}
header .lang .lang-win .land {
  padding-left: 10px;
}
header .lang .lang-win .sprache {
  padding-left: 10px;
}
header .lang .lang-win .sprache li {
  padding-left: 5px;
}
header .lang .lang-win .top-buttons {
  width: 100%;
  display: inline-block;
}
header .lang .lang-win .top-buttons ul {
  width: 100%;
}
header .lang .lang-win .top-buttons ul li {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  display: inline-block;
  width: 45%;
  float: left;
  min-height: 30px;
}
header .lang .lang-win .top-buttons ul li.land {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/land-ico.svg") left top no-repeat;
  padding-left: 40px;
}
header .lang .lang-win .top-buttons ul li.land span {
  position: relative;
  font-size: 13px;
  color: #BDBDBD;
  font-weight: bold;
  text-transform: uppercase;
  top: 5px;
}
header .lang .lang-win .top-buttons ul li.sprache {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/flag-ico.svg") left top no-repeat;
  padding-left: 40px;
}
header .lang .lang-win .top-buttons ul li.sprache span {
  position: relative;
  font-size: 13px;
  color: #BDBDBD;
  font-weight: bold;
  text-transform: uppercase;
  top: 5px;
}
header .lang .lang-win .top-buttons ul li.close {
  opacity: 1;
  text-align: right;
  width: 10%;
}
header .lang .lang-win .top-buttons ul li.close span {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/close-ico.svg") right top no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  float: right;
}
header .lang .lang-win ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 45%;
  float: left;
  text-align: left;
}
header .lang .lang-win ul li {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 8px 0;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
}
header .lang .lang-win ul li a {
  color: rgba(32, 37, 39, 0.8);
  display: block;
}
header .lang .lang-win ul li a:hover {
  text-decoration: underline;
  color: #BAD60A;
}
header .lang .lang-win ul li.is-active {
  text-decoration: underline;
  color: #BAD60A;
}
header .lang .lang-win ul li.is-active a {
  text-decoration: underline;
  color: #BAD60A;
}
header .lang .lang-win.is-active {
  opacity: 1;
  visibility: visible;
}
header .search {
  display: inline-block;
  position: relative;
}
header .search .search-ico {
  display: inline-block;
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/search.svg") left center no-repeat;
  width: 29px;
  height: 29px;
  position: relative;
  top: 8px;
  left: 2px;
  z-index: 3;
  cursor: pointer;
}
header .search .search-ico.is-active {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/close-search.svg") left center no-repeat;
}
header .search .search-ico.mobile {
  display: none;
}
header .search input {
  min-width: 735px;
  border-radius: 3px;
  min-height: 48px;
  border: 0;
  background: #fff;
  padding: 0 60px 0 60px;
  position: absolute;
  top: -2px;
  right: -15px;
  z-index: 2;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/search-input.svg") 15px center no-repeat #fff;
}
header .search input.is-active, header .search input:focus {
  outline: 0;
  opacity: 1;
  visibility: visible;
}
.mega-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  z-index: 6;
  background: #343b3e;
  padding-top: 200px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.mega-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.mega-menu .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.mega-menu .logo {
  position: absolute;
  top: -180px;
  left: 40px;
  max-width: 194px;
  height: 81px;
}
.mega-menu .hamburger {
  position: absolute;
  top: -110px;
  left: auto;
  right: 40px;
}
.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu ul li {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  display: block;
  width: 35.333333%;
  margin: 0;
  padding-right: 80px;
  font-size: 20px;
}
.mega-menu ul li.active a {
  color: #BAD60A;
}
.mega-menu ul li.active ul li a {
  color: #fff;
}
.mega-menu ul li.active ul li.active a {
  color: #BAD60A;
}
.mega-menu ul li.has-sub-children ul {
  width: 33.333333%;
  left: 36.333333%;
  padding: 0;
}
.mega-menu ul li.has-sub-children ul li {
  width: 100%;
  padding-right: 80px;
}
.mega-menu ul li.has-sub-children ul li:first-child {
  margin-bottom: 20px;
  padding-right: 80px !important;
}
.mega-menu ul li.has-sub-children ul li:first-child a {
  color: #9A9E9E;
  font-size: 20px;
  padding: 25px 0;
  display: block;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.mega-menu ul li.has-sub-children ul li:first-child a:hover {
  color: #BAD60A;
  opacity: 1;
}
.mega-menu ul li.has-sub-children ul li a {
  font-size: 16px;
  border: none;
  padding: 6px 0;
  color: #fff;
}
.mega-menu ul li.has-sub-children ul li a:before {
  top: 5px;
}
.mega-menu ul li.has-sub-children ul li a:hover {
  color: #BAD60A;
}
.mega-menu ul li.has-sub-children ul li ul {
  width: 100%;
  left: 100%;
  top: 0;
}
.mega-menu ul li.has-sub-children ul li ul li:first-child {
  width: 100%;
}
.mega-menu ul li.has-sub-children ul li ul a:before {
  display: none;
}
.mega-menu ul li ul {
  position: absolute;
  left: 32.999999%;
  top: 0;
  width: 66.666666%;
  padding-right: 40px;
  padding-left: 40px;
}
.mega-menu ul li ul.level1 li {
  width: 100%;
  float: left;
}
.mega-menu ul li ul.level1 li.active a {
  color: #BAD60A;
}
.mega-menu ul li ul.level1 li.active ul li a {
  color: #fff;
}
.mega-menu ul li ul.level1 li.active ul li a:hover {
  color: #BAD60A;
}
.mega-menu ul li ul.level1 li.active ul li.active a {
  color: #BAD60A;
}
.mega-menu ul li ul.level1 li:first-child {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0;
}
.mega-menu ul li ul.level1 li:first-child a {
  color: #fff;
  font-size: 20px;
  padding: 25px 0;
  display: block;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.mega-menu ul li ul.level1 li:first-child a:hover {
  color: #BAD60A;
}
.mega-menu ul li ul.level1 li a {
  font-size: 16px;
  border: none;
  padding: 6px 0;
}
.mega-menu ul li ul.level1 li a:hover {
  color: #BAD60A;
}
.mega-menu ul li ul.level1 li a:before {
  display: none;
}
.mega-menu ul li ul.level1 li.has-children {
  width: 100%;
}
.mega-menu ul li ul.level1 li.has-children a:before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
}
.mega-menu ul li ul.level1 li.has-children ul li {
  width: 100%;
}
.mega-menu ul li ul.level1 li.has-children ul a:before {
  display: none;
}
.mega-menu ul a {
  color: #fff;
  font-size: 20px;
  padding: 25px 0;
  display: block;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.mega-menu ul a:hover {
  color: #BAD60A;
}
.mega-menu .main {
  width: 100%;
}
.mega-menu .main a.no-click:before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
}
.head-box {
  display: inline-block;
}
.hamburger {
  display: inline-block;
  position: relative;
  top: 7px;
  left: 0;
  margin-left: 25px;
}
.mobile-top, .mobile-burger {
  display: none;
}
.mobile-widgets {
  display: none !important;
  padding-top: 70px;
}
.mobile-widgets .mobile-top {
  display: inline-block !important;
  overflow: inherit !important;
  width: 100%;
  padding: 0 20px 30px !important;
}
.mm-navbar {
  display: none !important;
}
.mm-panel {
  padding-top: 0;
}
.mm-menu {
  background: #343B3E;
}
.mm-menu .mm-panels {
  padding: 50px 20px 0;
}
.mm-menu .mm-listitem > a, .mm-menu .mm-listitem > span {
  color: #fff;
  padding: 15px 10px 15px 20px;
}
.mm-menu .mm-listitem:after {
  left: 0;
  border-color: rgba(255, 255, 255, 0.1);
}
.mm-menu .mm-listitem .mm-btn_next:before {
  display: none;
}
.mm-menu .mm-btn_next:after, .mm-menu .mm-btn_prev:before, .mm-menu .mm-listview .mm-btn_next:after {
  border-color: white;
}
.mm-menu .mm-listitem_vertical > .mm-btn_next {
  height: 50px;
}
.mm-menu .mm-listitem_vertical > .mm-panel {
  padding: 0;
}
.mm-menu .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu .mm-listitem_selected > span {
  background: none;
}
.mm-menu .mm-listitem_opened > .mm-panel {
  background: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mm-menu .mm-listitem_opened .mm-listview .mm-listitem_opened .mm-panel {
  border-top: 0;
}
.mm-menu .mm-listitem_opened .mm-listview .mm-listitem:first-child > a {
  color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listitem_opened .mm-listview .mm-listitem .mm-listview {
  padding: 10px 0;
}
.mm-menu .mm-listitem_opened .mm-listview .mm-listitem .mm-listview .mm-listitem:first-child > a {
  color: #fff;
}
.mm-menu .mm-listitem_opened .mm-listview .mm-listitem .mm-listview .mm-listitem > a {
  font-size: 14px;
  padding: 5px 30px;
  color: #fff;
}
.mm-menu .mm-listitem_opened .mm-listview .mm-listitem .mm-listview .mm-listitem:after {
  display: none;
}
.mm-menu .mm-listitem_opened > .mm-btn_next, .mm-menu .mm-listitem_opened > .mm-panel {
  background: none;
}
.mm-menu .mm-btn_next:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 24px;
  top: -5px;
}
.mm-menu .mm-listitem_opened > .mm-btn_next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 24px;
  top: 0;
}
.mm-menu .mm-listitem_selected a {
  color: #BAD60A;
}
.mm-menu .has-children {
  font-size: 14px;
  color: #fff;
}
.mm-menu .has-children a {
  padding: 5px 20px;
}
.mm-menu .has-children:after {
  display: none;
}
.mm-menu .has-children .mm-btn_next {
  height: 20px;
}
.mm-menu .mm-listitem_vertical ul li {
  font-size: 14px;
}
.mm-menu .mm-listitem_vertical ul li a {
  padding: 5px 20px;
  color: #fff;
}
.mm-menu .mm-listitem_vertical ul li:after {
  display: none;
}
.mm-menu .mm-listitem_vertical ul li:first-child {
  font-size: 18px;
}
.mm-menu .mm-listitem_vertical ul li:first-child:after {
  display: none;
}
.mm-menu .mm-listitem_vertical ul li:first-child a {
  padding: 15px 10px 15px 20px;
}
.mm-menu .mm-listitem_vertical ul li:last-child a {
  padding-bottom: 15px;
}
.mm-menu .fastnav a {
  padding: 0 !important;
  font-size: 13px;
  color: #3C4447 !important;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
}
.mm-menu .fastnav a:hover {
  color: #BAD60A !important;
}
.mm-menu .fastnav a:hover span {
  color: #3C4447 !important;
}
.mm-menu .fastnav li.active a {
  color: #BAD60A !important;
}
.mm-menu .lang a {
  padding: 0 !important;
}
.mm-menu .ct-icons {
  display: inline-block;
  margin-left: 0;
  position: relative;
  width: 33.333333%;
  float: left;
  top: 5px;
  text-align: center;
}
.mm-menu .ct-icons a {
  display: inline-block;
  margin: 0 6px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.mm-menu .ct-icons a.contact-icon {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/mobile-ct-ico.svg");
}
.mm-menu .ct-icons a.newsletter-icon {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/mobile-newsletter-ico.svg");
}
.mm-menu .mobile-burger {
  width: 33.333333%;
  text-align: right;
  float: left;
}
.mm-menu .lang {
  display: inline-block;
  margin-left: 0;
  position: relative;
  width: 33.333333%;
  float: left;
}
.mm-menu .lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.mm-menu .lang ul li.default {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/lang.svg") left 2px no-repeat;
  padding-left: 35px;
  padding-bottom: 5px;
  padding-top: 10px;
  cursor: pointer;
}
.mm-menu .lang ul li.default a {
  color: #fff;
}
.mm-menu .lang .lang-win {
  min-width: 500px;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  padding: 5px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  z-index: 777;
}
.mm-menu .lang .lang-win .sprache {
  display: none;
}
.mm-menu .lang .lang-win .top-buttons {
  width: 100%;
  display: none;
}
.mm-menu .lang .lang-win .top-buttons ul {
  width: 100%;
  display: inline-block;
}
.mm-menu .lang .lang-win .top-buttons ul li {
  display: inline-block;
  width: 100%;
  float: none;
  min-height: 30px;
}
.mm-menu .lang .lang-win .top-buttons ul li.land {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/land-ico.svg") left top no-repeat;
  padding-left: 40px;
}
.mm-menu .lang .lang-win .top-buttons ul li.land span {
  position: relative;
  font-size: 13px;
  color: #BDBDBD;
  font-weight: bold;
  text-transform: uppercase;
  top: 5px;
}
.mm-menu .lang .lang-win .top-buttons ul li.sprache {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/flag-ico.svg") left top no-repeat;
  padding-left: 40px;
}
.mm-menu .lang .lang-win .top-buttons ul li.sprache span {
  position: relative;
  font-size: 13px;
  color: #BDBDBD;
  font-weight: bold;
  text-transform: uppercase;
  top: 5px;
}
.mm-menu .lang .lang-win .top-buttons ul li.close {
  opacity: 1;
  text-align: right;
  width: 10%;
}
.mm-menu .lang .lang-win .top-buttons ul li.close span {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/close-ico.svg") right top no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  float: right;
}
.mm-menu .lang .lang-win ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 45%;
  float: left;
  text-align: left;
}
.mm-menu .lang .lang-win ul li {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 15px 0;
}
.mm-menu .lang .lang-win ul li:last-child {
  margin-bottom: 0;
}
.mm-menu .lang .lang-win ul li a {
  color: #fff;
  display: block;
}
.mm-menu .lang .lang-win ul li a:hover {
  text-decoration: underline;
  color: #BAD60A;
}
.mm-menu .lang .lang-win ul li.is-active a {
  text-decoration: underline;
  color: #BAD60A;
}
.mm-menu .lang .lang-win.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: inline-block;
}
header.sticky .mega-menu .logo {
  margin-top: 30px;
}
header.sticky .mega-menu ul li ul {
  padding-right: 0;
  left: 32.77778%;
}
header.sticky .mega-menu ul li.has-sub-children ul {
  left: 36.33333%;
}
header.sticky .mega-menu ul li.has-sub-children ul.level2 {
  left: 100%;
}
header.sticky .mega-menu ul li.has-sub-children ul.level2 li:first-child {
  padding-right: 50px !important;
}
.mega-menu ul li#page-id-8 ul.level1 li {
  width: 50%;
}
.mega-menu ul li#page-id-8 ul.level1 li:first-child {
  width: 100%;
}
.no-scale header .col-md-9 {
  visibility: visible !important;
  -webkit-animation: inherit !important;
  animation: inherit !important;
}
@media screen and (max-width: 1460px) {
  header.head {
    left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1360px) {
  header .logo {
    left: -13px;
  }
}
@media screen and (max-width: 1260px) {
  header .logo {
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    display: none;
  }
  header .fastnav {
    right: 40px;
  }
  .head-box {
    position: absolute;
    right: 40px;
    top: 50px;
  }
  header .search input {
    min-width: 535px;
  }
  header nav.main {
    display: block;
  }
  .mega-menu ul a {
    font-size: 16px;
  }
  .mega-menu ul li.has-sub-children ul li:first-child a, .mega-menu ul li ul.level1 li:first-child a {
    font-size: 16px;
  }
  header.sticky .col-md-3 {
    width: 20%;
  }
  header.sticky .col-md-9 {
    width: 80%;
  }
  header.sticky .head-box {
    top: 7px;
  }
}
@media screen and (max-width: 991px) {
  header .logo img {
    margin: inherit;
  }
  header .fastnav {
    right: 20px;
  }
  .head-box {
    right: 20px;
  }
  header .search input {
    min-width: 295px;
  }
  .mega-menu.is-active {
    display: none;
  }
  .mm-listview .hidden {
    display: block !important;
  }
  .mobile-burger {
    display: inline-block;
  }
  .mobile-burger .hamburger {
    display: block;
  }
  .hamburger {
    display: none;
  }
  .mobile-widgets {
    display: block !important;
  }
  header.sticky .col-md-9 {
    width: 100%;
  }
  header.sticky .head-box {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  header .fastnav, header .lang {
    display: none;
  }
  header .logo {
    margin-top: 0;
  }
  header.sticky .logo img {
    max-width: 95px;
  }
  .head-box {
    top: 25px;
  }
  header .search input {
    min-width: 355px;
    padding-left: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    top: 60px;
    right: -60px;
    background-image: none;
  }
  header .search .search-ico.is-active {
    top: 70px;
    left: 43px;
  }
  header .search .search-ico.mobile.is-active {
    display: block;
    top: -29px;
    left: 2px;
    background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/search.svg") left center no-repeat;
  }
  .mobile-burger .hamburger {
    display: block;
    margin-left: 15px;
  }
  header.sticky {
    padding: 10px 0;
  }
  header.sticky .col-md-3 {
    width: 35%;
  }
  header.sticky .head-box {
    top: 2px;
  }
  header.sticky .search .search-ico.mobile.is-active {
    background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/search-ico-inv.svg");
  }
}
@media screen and (max-width: 399px) {
  header .search input {
    min-width: 335px;
  }
}
@media screen and (max-width: 360px) {
  header .search input {
    min-width: 290px;
  }
  .head-box {
    top: 13px;
  }
  header.sticky .head-box {
    top: -3px;
  }
}
.stage {
  width: 100%;
  height: 800px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  margin-bottom: 80px;
  background-color: #fff;
}
.stage .overlay {
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: auto;
  -webkit-animation-name: example;
  animation-name: example;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  z-index: 2;
  -webkit-transform: scale(3) translateY(147px);
  -ms-transform: scale(3) translateY(147px);
  transform: scale(3) translateY(147px);
  max-width: inherit;
  -webkit-backface-visibility: hidden;
}
.stage .txt {
  max-width: 295px;
  display: inline-block;
  position: absolute;
  bottom: 90px;
  left: 40px;
  z-index: 3;
  float: left;
  visibility: hidden;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.stage .txt h1, .stage .txt p.big {
  color: #fff;
  font-size: 40px;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  position: relative;
  line-height: 1.1;
}
.stage .txt h1 span {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BAD60A;
}
.stage .txt p {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
}
.stage .txt p.big span {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BAD60A;
}
.stage .txt a {
  float: right;
  color: #BAD60A;
  text-transform: uppercase;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  font-width: condensed;
  letter-spacing: 1px;
}
.stage .txt a:hover {
  text-decoration: underline;
}
.no-fade .stage .overlay {
  -webkit-animation: inherit;
  animation: inherit;
}
.no-fade .stage .txt {
  visibility: visible !important;
  -webkit-animation: inherit !important;
  animation: inherit !important;
}
@media screen and (max-width: 1400px) {
  .stage .overlay {
    -webkit-transform: scale(3) translateY(147px);
    -ms-transform: scale(3) translateY(147px);
    transform: scale(3) translateY(147px);
  }
}
@media screen and (max-width: 1360px) {
  .stage .txt {
    left: 20px;
  }
}
@media screen and (max-width: 1240px) {
  .stage .overlay {
    -webkit-transform: scale(3) translateY(137px) translateX(10px);
    -ms-transform: scale(3) translateY(137px) translateX(10px);
    transform: scale(3) translateY(137px) translateX(10px);
  }
}
@media screen and (max-width: 1199px) {
  .stage {
    height: 640px;
  }
  .stage .txt h1 {
    font-size: 36px;
  }
  .stage .txt p {
    font-size: 18px;
  }
  .stage .txt p.big {
    font-size: 36px;
  }
  .stage .overlay {
    -webkit-transform: scale(3) translateY(110px) translateX(15px);
    -ms-transform: scale(3) translateY(110px) translateX(15px);
    transform: scale(3) translateY(110px) translateX(15px);
  }
  .stage .txt h1 span, .stage .txt p.big span {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 991px) {
  .stage .overlay {
    -webkit-animation: inherit;
    animation: inherit;
    -webkit-transform: scale(3) translateY(100px) translateX(25px);
    -ms-transform: scale(3) translateY(100px) translateX(25px);
    transform: scale(3) translateY(100px) translateX(25px);
  }
  .stage .txt {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .stage {
    height: 500px;
    margin-bottom: 30px;
  }
  .stage .overlay {
    -webkit-transform: scale(3) translateY(85px) translateX(35px);
    -ms-transform: scale(3) translateY(85px) translateX(35px);
    transform: scale(3) translateY(85px) translateX(35px);
  }
  .stage .txt {
    bottom: 20px;
  }
  .stage .txt h1, .stage .txt p.big {
    font-size: 26px;
  }
  .stage .txt a {
    position: relative;
    top: -10px;
  }
}
@media screen and (max-width: 600px) {
  .stage .overlay {
    -webkit-transform: scale(3) translateY(75px) translateX(35px);
    -ms-transform: scale(3) translateY(75px) translateX(35px);
    transform: scale(3) translateY(75px) translateX(35px);
  }
}
@media screen and (max-width: 410px) {
  .stage .overlay {
    -webkit-transform: scale(3.3) translateY(65px) translateX(35px);
    -ms-transform: scale(3.3) translateY(65px) translateX(35px);
    transform: scale(3.3) translateY(65px) translateX(35px);
  }
}
@media screen and (max-width: 370px) {
  .stage .overlay {
    -webkit-transform: scale(3.3) translateY(57px) translateX(35px);
    -ms-transform: scale(3.3) translateY(57px) translateX(35px);
    transform: scale(3.3) translateY(57px) translateX(35px);
  }
  .stage .txt a {
    right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .stage .overlay {
    -webkit-transform: scale(3.3) translateY(54px) translateX(25px);
    -ms-transform: scale(3.3) translateY(54px) translateX(25px);
    transform: scale(3.3) translateY(54px) translateX(25px);
  }
}
.intro {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0 0 100px;
}
.intro .btn {
  margin-top: 30px;
}
.intro h1 {
  margin-bottom: 20px;
}
.intro h1 span {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BAD60A;
  position: relative;
  margin-left: 3px;
}
@media screen and (max-width: 1199px) {
  .intro h1 {
    font-size: 32px;
  }
  .intro h1 span {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .intro h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 360px) {
  .intro h1 {
    font-size: 18px;
    line-height: 1.4;
  }
}
.pic-txt {
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 100px;
}
.pic-txt img {
  width: 100%;
  display: block;
  margin: 0 auto 80px;
  height: auto;
  max-width: 1440px;
}
.pic-txt .btn {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pic-txt {
    padding-bottom: 60px;
  }
  .pic-txt img {
    margin-bottom: 40px;
  }
}
.branchen {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
  background: #BAD60A;
}
.branchen.white {
  background: none;
}
.branchen.white .btn {
  background: #BAD60A !important;
  color: #fff !important;
  border-color: #BAD60A !important;
}
.branchen.white .btn:hover {
  background: none !important;
  color: #BAD60A !important;
}
.branchen.white #tabs ul li a {
  border-color: #BAD60A !important;
  color: #3C4447 !important;
}
.branchen.white #tabs ul li a.tabulous_active {
  background: #BAD60A !important;
  color: #fff !important;
}
.branchen.white h2 span {
  background: #BAD60A !important;
}
.branchen h2 span {
  background-color: #fff;
}
.branchen p {
  margin-bottom: 30px;
  margin-top: 10px;
}
.branchen p.intro {
  margin-top: 0;
  margin-bottom: 80px;
  padding: 0;
}
.branchen .btn {
  background: #fff;
  border-color: #fff;
  color: #3C4447;
}
.branchen .btn:hover {
  background: transparent;
  color: #fff;
}
.branchen .ico {
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.branchen img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  max-width: 100px;
  width: 100%;
}
.branchen a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.branchen a:hover h3 {
  color: #fff;
}
.branchen h3 {
  font-size: 18px;
  color: #3C4447;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.branchen .col-md-3 {
  min-height: 210px;
}
.branchen p {
  margin-bottom: 60px;
}
.branchen #tabs {
  width: 100%;
  position: relative;
}
.branchen #tabs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 960px;
}
.branchen #tabs ul li {
  width: 33.333333%;
  margin: 0 -3px;
  font-size: 16px;
  letter-spacing: 0.07em;
  display: inline-block;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
.branchen #tabs ul li a {
  border: 2px solid #fff;
  background: none;
  color: #fff;
  padding: 16px 0;
}
.branchen #tabs ul li a.tabulous_active {
  background: #fff;
  color: #3C4447;
}
.branchen #tabs ul li.first a {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.branchen #tabs ul li.last a {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.branchen #tabs #tabs_container {
  width: 100%;
  background: none;
  padding: 0;
  margin: 0;
  min-height: 250px;
  text-align: center;
}
.branchen #tabs #tabs_container #tabs-1.showscale, .branchen #tabs #tabs_container #tabs-2.showscale, .branchen #tabs #tabs_container #tabs-3.showscale, .branchen #tabs #tabs_container #tabs-4.showscale, .branchen #tabs #tabs_container #tabs-5.showscale {
  z-index: 4;
}
.branchen #tabs #tabs_container #tabs-1 {
  z-index: 3;
}
.branchen #tabs #tabs_container .col-md-3 {
  padding: 0 20px;
}
.branchen #tabs #tabs_container div {
  margin: 0;
  width: 100%;
  text-align: center;
}
.branchen #tabs #tabs_container a {
  color: #3C4447;
  display: block;
}
.branchen #tabs #tabs_container a:hover {
  color: #fff;
}
.branchen #tabs #tabs_container a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.branchen #tabs img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  max-width: 100px;
}
.branchen #tabs a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.branchen #tabs h3 {
  font-size: 18px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
@media screen and (max-width: 1199px) {
  .branchen #tabs ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .branchen {
    margin-bottom: 50px;
  }
  .branchen #tabs #tabs_container {
    height: 100% !important;
    min-height: 400px;
  }
  .branchen #tabs #tabs_container .col-sm-3 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .branchen {
    padding-bottom: 60px;
    padding-top: 40px;
    margin-bottom: 50px;
  }
  .branchen p.intro {
    margin-bottom: 40px;
  }
  .branchen .col-md-3 {
    min-height: 180px;
  }
  .branchen h3 {
    font-size: 13px;
  }
  .branchen #tabs ul {
    padding: 0 20px;
  }
  .branchen #tabs #tabs_container .col-md-3 {
    min-height: 170px;
  }
  .branchen #tabs ul li {
    float: none;
    display: block;
    margin: 0 0 -2px;
    width: 100%;
  }
  .branchen #tabs ul li a {
    display: block;
  }
  .branchen #tabs ul li.first a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .branchen #tabs ul li.last a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .branchen #tabs h3 {
    font-size: 16px;
  }
}
.sm-teaser {
  width: 100%;
  position: relative;
  padding: 100px 0;
}
.sm-teaser p {
  margin-bottom: 40px;
}
.sm-teaser h2 {
  margin-top: 30px;
}
.sm-teaser .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: inherit;
  max-width: inherit;
  border-radius: 0;
  width: 110%;
}
.sm-teaser img {
  border-radius: 50%;
}
.sm-teaser .img-wrap {
  max-width: 420px;
  overflow: hidden;
}
.sm-teaser .btn {
  margin-right: 30px;
  margin-bottom: 10px;
}
.sm-teaser .img-box {
  max-width: 442px;
  margin: 0 auto;
  position: relative;
}
.sm-teaser.left .col-md-5 {
  left: 0;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.sm-teaser.left .col-md-7 {
  right: 0;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@media screen and (max-width: 1199px) {
  .sm-teaser .overlay {
    max-width: 105%;
    left: 0;
  }
  .sm-teaser .btn {
    margin-right: 15px;
  }
  .sm-teaser h2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .sm-teaser h2 {
    margin-top: 0;
  }
  .sm-teaser .btn {
    margin-right: 5px;
  }
  .sm-teaser .img-box {
    right: 20px;
    top: 30px;
  }
  .sm-teaser .img-wrap {
    max-width: 442px;
  }
  .sm-teaser.left .img-box {
    right: 0;
  }
  .presse a.btn {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sm-teaser {
    padding: 50px 0;
  }
  .sm-teaser img {
    margin: 0 auto;
  }
  .sm-teaser .img-box {
    right: 5px;
    top: 0;
    margin-bottom: 30px;
  }
}
.presse {
  width: 100%;
  position: relative;
  padding-bottom: 150px;
  text-align: center;
}
.presse h2 {
  text-align: left;
}
.presse .box {
  display: inline-block;
  margin-bottom: 40px;
  text-align: left;
  width: 100%;
}
.presse h3 {
  font-size: 20px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
  line-height: 1.4;
  margin-top: 0;
}
.presse h4 {
  margin-bottom: 10px;
  font-size: 15px;
}
.presse p {
  font-size: 15px;
}
.presse a {
  float: right;
  text-transform: uppercase;
  color: #BAD60A;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  font-width: condensed;
  letter-spacing: 0.83px;
}
.presse a:hover {
  color: #3C4447;
}
.presse a.btn {
  float: none;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
.presse a.btn:hover {
  color: #BAD60A;
}
.presse .spiegel {
  margin-top: 60px;
  border-left: 2px solid #EFEFEF;
  padding-top: 30px;
}
.presse .col-md-6 {
  border-left: 2px solid #EFEFEF;
}
.presse .col-md-6:first-child {
  margin-top: 0;
  border: none;
  padding-top: 0;
}
.presse .pagination {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
.presse .pagination .nav-links {
  text-align: center;
}
.presse .pagination a {
  float: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #F6F6F6;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-weight: 600;
  color: #BAD60A;
  overflow: hidden;
  padding-top: 9px;
  margin: 0 2px;
}
.presse .pagination span {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #F6F6F6;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-weight: 600;
  color: #BAD60A;
  overflow: hidden;
  padding-top: 9px;
  margin: 0 2px;
}
.presse .pagination a.current, .presse .pagination span.current {
  background: #BAD60A;
  color: #fff;
}
.presse .pagination a.next, .presse .pagination span.next {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/pagi-ico-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.presse .pagination a.previous, .presse .pagination span.previous {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/pagi-ico-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media screen and (max-width: 767px) {
  .presse {
    padding-bottom: 60px;
  }
  .presse .spiegel {
    margin-top: 40px;
  }
  .presse h3 {
    font-size: 18px;
  }
}
.zitat-modul {
  width: 100%;
  position: relative;
  padding: 0 0 100px;
}
.zitat-modul .col-md-8 {
  padding-left: 50px;
}
.zitat-modul .img-box {
  position: relative;
  margin: 0 auto;
  display: block;
}
.zitat-modul .img-box img {
  border-radius: 50%;
  display: block;
}
.zitat-modul .img-box .overlay {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  border-radius: 0;
  max-width: 112%;
}
.zitat-modul blockquote {
  border: none;
  padding: 0;
  margin-top: 20px;
}
.zitat-modul blockquote p {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.zitat-modul blockquote p span {
  color: #BAD60A;
}
.zitat-modul blockquote cite {
  font-size: 18px;
  font-style: normal;
}
.zitat-modul blockquote cite span {
  display: block;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
.zitat-modul.right .col-md-4 {
  left: 66.66667%;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.zitat-modul.right .col-md-8 {
  right: 33.33333%;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.ie9 .zitat-modul .img-box .overlay {
  width: 112%;
}
@media screen and (max-width: 1199px) {
  .zitat-modul blockquote p {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .zitat-modul .img-box img {
    max-width: 329px;
  }
  .zitat-modul .img-box .overlay {
    bottom: -1px;
  }
  .zitat-modul.right .col-md-4 {
    left: 0;
  }
  .zitat-modul.right .col-md-8 {
    right: 0;
    padding-left: 80px;
  }
}
@media screen and (max-width: 895px) {
  .zitat-modul .img-box img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .zitat-modul {
    padding-bottom: 40px;
  }
  .zitat-modul .img-box img {
    max-width: 301px;
  }
  .zitat-modul .img-box img.overlay {
    max-width: 337px;
  }
  .zitat-modul .col-md-8 {
    padding-left: 20px;
  }
  .zitat-modul blockquote cite {
    font-size: 16px;
  }
  .zitat-modul blockquote p {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .zitat-modul .img-box {
    padding: 0 20px;
    left: 0;
  }
  .zitat-modul .img-box .overlay {
    display: none;
  }
  .zitat-modul .img-box img {
    max-width: 100%;
  }
}
.pic-text-content {
  width: 100%;
  position: relative;
  padding: 0 0 50px;
}
.pic-text-content.full .col-md-6 {
  width: 100%;
}
.pic-text-content h2 {
  margin-top: 0;
}
.pic-text-content .link {
  text-align: right;
  text-transform: uppercase;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
  float: right;
}
.pic-text-content img {
  margin-bottom: 30px;
}
.pic-text-content .img-caption {
  font-size: 14px;
  margin-top: -20px;
}
.pic-text-content ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.pic-text-content ul li {
  font-size: 18px;
  color: #3C4447;
  line-height: 1.7;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.pic-text-content ul li:before {
  content: "• ";
  color: #BAD60A;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .pic-text-content img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pic-text-content {
    padding-bottom: 40px;
  }
  .pic-text-content ul li {
    font-size: 16px;
  }
}
.embed-code {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0 0 100px;
}
.embed-code p {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .embed-code {
    padding-bottom: 40px;
  }
}
.kontakt-modul {
  width: 100%;
  position: relative;
  padding: 0;
  background: #F5F5F5;
  overflow: hidden;
  margin-top: 50px;
}
.kontakt-modul .container {
  width: 100%;
  padding: 0;
}
.kontakt-modul .row {
  margin: 0;
}
.kontakt-modul .col-md-6 {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.kontakt-modul .pic {
  padding: 0;
  position: relative;
  left: 60%;
}
.kontakt-modul .pic.col-md-6.col-md-push-6 {
  left: 50%;
}
.kontakt-modul .txt {
  padding: 0 40px;
}
.kontakt-modul .txt p {
  margin-bottom: 30px;
}
.kontakt-modul .txt h2 {
  max-width: 70%;
}
.kontakt-modul .btn:hover {
  background: #F5F5F5;
}
@media screen and (max-width: 1360px) {
  .kontakt-modul .txt h2 {
    max-width: inherit;
  }
}
@media screen and (max-width: 1330px) {
  .kontakt-modul .pic {
    left: 55%;
  }
}
@media screen and (max-width: 1199px) {
  .kontakt-modul .pic {
    left: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .kontakt-modul .pic {
    left: 51%;
  }
}
@media screen and (max-width: 991px) {
  .kontakt-modul .col-md-6 {
    width: 100%;
    display: block;
  }
  .kontakt-modul .pic {
    left: 50%;
    overflow: hidden;
  }
  .kontakt-modul img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    margin-bottom: 100px;
    width: 100%;
  }
  .kontakt-modul .pic.col-md-6.col-md-push-6 {
    left: 0;
  }
  .kontakt-modul .txt.col-sm-pull-6 {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .kontakt-modul .pic {
    left: 0;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .kontakt-modul .col-md-6 {
    float: left;
  }
  .kontakt-modul img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    margin-bottom: 60px;
  }
}
.service-modul {
  width: 100%;
  position: relative;
  padding: 100px 0 50px;
  background: #BAD60A;
  text-align: center;
}
.service-modul p {
  margin-bottom: 60px;
}
.service-modul #tabs {
  width: 100%;
  position: relative;
}
.service-modul #tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-modul #tabs ul li {
  float: left;
  width: 33.333333%;
  margin: 0 -1px;
  font-size: 16px;
  letter-spacing: 0.07em;
}
.service-modul #tabs ul li a {
  border: 2px solid #fff;
  background: none;
  color: #fff;
  padding: 15px 0 10px;
}
.service-modul #tabs ul li a.tabulous_active {
  background: #fff;
  color: #3C4447;
}
.service-modul #tabs ul li.first a {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.service-modul #tabs ul li.last a {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.service-modul #tabs #tabs_container {
  width: 100%;
  background: none;
  padding: 0;
  margin: 0;
  min-height: 250px;
  text-align: center;
}
.service-modul #tabs #tabs_container .col-md-3 {
  padding: 0 20px;
}
.service-modul #tabs #tabs_container div {
  margin: 0;
  width: 100%;
  text-align: center;
}
.service-modul #tabs #tabs_container a {
  color: #3C4447;
  display: block;
}
.service-modul #tabs img {
  display: block;
  margin: 0 auto;
}
.service-modul #tabs h3 {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .service-modul #tabs #tabs_container .col-md-3 {
    min-height: 170px;
  }
  .service-modul #tabs ul li {
    float: none;
    display: block;
    margin: 0 0 -2px;
    width: 100%;
  }
  .service-modul #tabs ul li a {
    display: block;
  }
  .service-modul #tabs ul li.first a, .service-modul #tabs ul li.last a {
    border-radius: 0;
  }
  .service-modul #tabs h3 {
    font-size: 16px;
  }
}
.formular {
  width: 100%;
  position: relative;
  padding: 0 0 100px;
}
.formular h3 {
  text-align: left;
  font-size: 24px;
  display: inline-block;
  margin: 50px 0 0;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
.formular hr {
  margin-bottom: 42px;
  border-top: 4px dotted #eee;
  width: 100%;
  display: inline-block;
}
.formular .form-field {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}
.formular .form-field.size-s label {
  top: 2px;
}
.formular .form-field.first {
  width: 75%;
}
.formular .form-field.first .col-md-9 {
  padding-left: 65px;
}
.formular .form-field.first.revert .col-md-3 {
  position: relative;
  left: 170px;
}
.formular .form-field.second {
  width: 25%;
}
.formular .form-field.second .col-md-3 {
  padding-left: 16px;
}
.formular .form-field.second.revert .col-md-3 {
  padding: 0;
}
.formular .form-field.second.revert .col-md-9 {
  position: relative;
  left: 150px;
  z-index: 1;
}
.formular .form-field .col-md-3 {
  padding: 0;
}
.formular .form-field .col-md-9 {
  padding: 0;
  padding-left: 15px;
}
.formular .form-field .col-md-6:first-child {
  padding: 0;
}
.formular .form-field .col-md-6:last-child {
  padding-left: 15px;
}
.formular .form-field .col-md-4 {
  padding: 0;
}
.formular .form-field .col-md-8 {
  padding-left: 15px;
  padding-right: 0;
}
.formular .form-field .col-md-12 {
  padding: 0;
}
.formular .form-field label {
  font-size: 16px;
  color: #3C4447;
  position: relative;
  top: 0;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
.formular .form-field label span {
  color: #BAD60A;
}
.formular .form-field label p {
  font-size: 16px;
  position: relative;
  top: -2px;
}
.formular .form-field.typed label {
  top: 1px;
}
.formular .form-field.typed .inner-wrap {
  display: inline-block;
}
.formular .form-field.typed.full .inner-wrap {
  display: block;
  margin-bottom: 10px;
}
.formular .form-field .form-control, .formular .form-field input, .formular .form-field textarea {
  min-height: 48px;
  height: 48px;
  width: 100%;
  background: none;
  border: 1px solid #BDBDBD;
  padding: 0 20px !important;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-size: 16px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formular .form-field .form-control:focus, .formular .form-field input:focus, .formular .form-field textarea:focus {
  outline: none;
  border-color: #BAD60A;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.formular .form-field .form-control:disabled, .formular .form-field input:disabled, .formular .form-field textarea:disabled {
  opacity: 0.2;
}
.formular .form-field .form-control.error, .formular .form-field input.error, .formular .form-field textarea.error {
  border-color: red !important;
}
.formular .form-field select {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/select.svg") 98% center no-repeat !important;
}
.formular .form-field textarea {
  height: 200px;
  padding: 20px !important;
}
.formular .form-field .form-disable-notice {
  color: red;
}
.formular .form-field .form-disable-notice:before {
  font-family: "FontAwesome";
  content: "";
  margin-right: 10px;
}
.formular .uploadfile {
  width: 100%;
  position: relative;
  top: 0 !important;
}
.formular .uploadfile input {
  line-height: 1.2;
  padding-top: 12px !important;
}
.formular input[type="file"].lightbox {
  line-height: 1.2;
  padding-top: 12px !important;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
}
.checkbox-wrapper, .form-check {
  width: 100%;
  display: inline-block;
  text-align: left;
}
.checkbox-wrapper .inner-wrap, .form-check .inner-wrap {
  margin-bottom: 5px;
}
.checkbox-wrapper span {
  position: relative;
  top: -7px;
  margin-left: 10px;
  color: #3C4447 !important;
  font-size: 16px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
.form-check {
  margin-bottom: 0;
}
.form-check span {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 35px;
  color: #3C4447 !important;
  font-size: 16px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
.form-check span.required {
  margin-left: 0;
}
.checkbox-wrapper input[type=checkbox], .checkbox-wrapper input[type=radio] {
  -webkit-appearance: none;
  padding: 9px !important;
  display: inline-block;
  position: relative;
  height: inherit;
  width: 24px;
  height: 24px;
  min-height: inherit;
  margin: 0 !important;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border-radius: 50%;
}
.form-check input[type=checkbox], .form-check input[type=radio] {
  -webkit-appearance: none;
  padding: 9px !important;
  display: inline-block;
  position: absolute;
  height: inherit;
  width: 24px;
  height: 24px;
  min-height: inherit;
  margin: 0 !important;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border-radius: 50%;
}
.checkbox-wrapper input[type=checkbox], .form-check input[type=checkbox] {
  border-radius: 5px;
}
.formular form .checkbox-wrapper label {
  position: relative;
  display: inline-block;
  top: 0;
  left: 10px;
  margin-left: 0;
  max-width: 90%;
  vertical-align: top;
  margin-right: 40px;
}
.formular form .form-check label {
  position: relative;
  display: inline-block;
  top: 0;
  left: 10px;
  margin-left: 0;
  max-width: 90%;
  vertical-align: top;
  margin-right: 40px;
  left: 0;
}
.formular form .check .checkbox-wrapper label, .formular form .check .form-check label {
  margin-right: 0;
}
.formular form .check .checkbox-wrapper, .formular form .check .form-check {
  margin-bottom: 0;
  position: relative;
  top: 12px;
}
.checkbox-wrapper input[type=checkbox]:checked:after, .checkbox-wrapper input[type=radio]:checked:after {
  content: "";
  display: block;
  background: #BAD60A;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.form-check input[type=checkbox]:checked:after, .form-check input[type=radio]:checked:after {
  content: "";
  display: block;
  background: #BAD60A;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.checkbox-wrapper input[type=checkbox]:checked:after, .form-check input[type=checkbox]:checked:after {
  content: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/checked.svg");
  display: block;
  background: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 3.5px;
  top: 2.5px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.submitInfo {
  font-size: 14px;
  margin-bottom: 10px;
}
.ui-datepicker {
  z-index: 555 !important;
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
}
.ui-datepicker table {
  margin: 15px 0 0;
}
.ui-datepicker table th {
  padding: 5px 0;
}
.ui-datepicker .ui-datepicker-header {
  padding: 10px 20px 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker table td {
  padding: 5px 10px;
}
.b2c-css button[type=submit] {
  background: #FFB500;
  border-color: #FFB500;
}
.b2c-css button[type=submit]:hover {
  background: #fff;
  color: #FFB500;
}
.b2c-css button[type=submit]:disabled {
  background: #d1d1d1;
  border-color: #d1d1d1;
}
.b2c-css button[type=submit]:disabled:hover {
  background: #d1d1d1;
  border-color: #d1d1d1;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .col-md-4, .col-md-12 {
    padding: 0;
  }
  .formular .col-md-8 {
    padding: 0;
  }
  .formular .form-field, .formular .submitBox {
    padding: 0 20px;
  }
  .formular form .checkbox-wrapper label, .formular form .form-check label {
    max-width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .formular form .checkbox-wrapper label, .formular form .form-check label {
    max-width: 100%;
    margin-right: 0;
  }
  .formular form .checkbox-wrapper label {
    max-width: 89%;
  }
  .formular h3 {
    font-size: 20px;
  }
}
.branchenuebersicht {
  width: 100%;
  position: relative;
  padding: 30px 0 0;
}
.branchenuebersicht .box-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.branchenuebersicht .box-item h2 {
  font-style: normal;
  display: inline-block;
  width: 100%;
}
.branchenuebersicht .box-item h2 img {
  float: left;
  margin-right: 20px;
  position: relative;
  top: -10px;
  left: 0;
  border-radius: 0;
}
.branchenuebersicht .box-item img {
  border-radius: 50%;
  position: relative;
  left: -70px;
}
.branchenuebersicht .box-item .btn {
  margin-top: 30px;
}
.branchenuebersicht .box-item .col-md-4 {
  display: table-cell;
  vertical-align: middle;
}
.branchenuebersicht .box-item .col-md-8 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.branchenuebersicht .box-item .col-md-4 {
  padding-right: 0;
}
.branchenuebersicht .box-item .col-md-8.col-md-pull-4 {
  padding-left: 40px;
  padding-right: 10px;
}
.branchenuebersicht .box-item .col-md-4.col-md-push-8 {
  padding-right: 40px;
  padding-left: 0;
}
.branchenuebersicht .box-item .col-md-4.col-md-push-8 img {
  right: -30px;
  left: auto;
}
@media screen and (max-width: 1199px) {
  .branchenuebersicht .box-item .col-md-4.col-md-push-8 img {
    right: -70px;
  }
}
@media screen and (max-width: 991px) {
  .branchenuebersicht .box-item img {
    left: 0;
  }
  .branchenuebersicht .box-item .col-md-4 {
    padding-right: 20px;
    padding-left: 0;
  }
  .branchenuebersicht .box-item .col-md-8 {
    padding-right: 0;
    padding-left: 20px;
  }
  .branchenuebersicht .box-item h2 img {
    max-width: 80px;
    display: inline-block;
  }
  .branchenuebersicht .box-item .col-md-8.col-md-pull-4 {
    padding-left: 0;
    padding-right: 20px;
  }
  .branchenuebersicht .box-item .col-md-4.col-md-push-8 {
    padding-right: 0;
    padding-left: 20px;
  }
  .branchenuebersicht .box-item .col-md-4.col-md-push-8 img {
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .branchenuebersicht .box-item .col-md-4, .branchenuebersicht .box-item .col-md-8 {
    float: left;
    display: block;
    padding: 0;
    width: 100%;
  }
  .branchenuebersicht .box-item img {
    margin: 0 auto 30px;
    display: block;
  }
  .branchenuebersicht .box-item h2 img {
    margin-bottom: 0;
    max-width: 35px;
    top: -5px;
  }
  .branchenuebersicht .box-item .col-md-8.col-md-pull-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .branchenuebersicht .box-item .col-md-4.col-md-push-8 {
    padding-right: 0;
    padding-left: 0;
  }
  .branchenuebersicht .box-item h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 360px) {
  .branchenuebersicht .box-item h2 {
    font-size: 18px;
  }
}
.loesungenuebersicht {
  width: 100%;
  position: relative;
  padding: 30px 0 70px;
}
.loesungenuebersicht .box-item {
  max-height: 415px;
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 30px;
}
.loesungenuebersicht .box-item img {
  width: 100%;
}
.loesungenuebersicht .box-item:hover .overlay {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.loesungenuebersicht .box-item .bottom {
  position: absolute;
  width: 100.1%;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  text-align: center;
  display: block;
}
.loesungenuebersicht .box-item .bottom .inner {
  position: relative;
  background: #BAD60A;
  height: 100px;
  width: 100%;
}
.loesungenuebersicht .box-item .bottom h3 {
  font-size: 21px;
  color: #fff;
  line-height: 1.4;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  font-width: condensed;
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.loesungenuebersicht .box-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  padding: 0 15px;
  z-index: 1;
  text-align: center;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
}
.loesungenuebersicht .box-item .overlay .inner {
  background: rgba(52, 59, 62, 0.9);
  width: 100%;
  height: 100%;
  padding: 40px 20px;
}
.loesungenuebersicht .box-item .overlay .inner p {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 35px;
}
.loesungenuebersicht .box-item .overlay .btn {
  border-color: #fff;
  background: transparent;
}
.loesungenuebersicht .box-item .overlay .btn:hover {
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .loesungenuebersicht .box-item {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .loesungenuebersicht .box-item .bottom h3 {
    font-size: 18px;
  }
  .loesungenuebersicht .box-item .overlay .inner {
    padding: 20px;
  }
  .loesungenuebersicht .box-item .overlay .inner p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .loesungenuebersicht .box-item .bottom {
    padding: 0 20px;
  }
  .loesungenuebersicht .box-item .overlay {
    padding: 0 20px;
  }
  .loesungenuebersicht .box-item .overlay .inner {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .loesungenuebersicht img {
    width: 100%;
  }
  .loesungenuebersicht .box-item .overlay .inner p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .loesungenuebersicht .box-item {
    margin-bottom: 20px;
  }
  .loesungenuebersicht .box-item .overlay .inner {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 360px) {
  .loesungenuebersicht .box-item .overlay .inner {
    padding: 10px;
  }
  .loesungenuebersicht .box-item .overlay .inner p {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .loesungenuebersicht .box-item .bottom .inner {
    height: 80px;
  }
}
.searchresults {
  width: 100%;
  position: relative;
  padding: 0 0 100px;
}
.searchresults h2 {
  text-align: center;
  margin-bottom: 60px;
}
.searchresults h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: none;
  margin-top: 0;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
.searchresults p {
  margin: 0;
}
.searchresults .search-item {
  margin-bottom: 0;
}
.searchresults .search-item a {
  color: #3C4447;
}
.searchresults .search-item:hover .txt-box {
  background-color: #F6F6F6;
}
.searchresults .txt-box {
  background: url("../../../../../Images/Frontend/search-arrow.svg") 850px 130px no-repeat;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  padding: 40px 110px 40px 30px;
  min-height: 195px;
}
.searchresults .txt-box span {
  font-size: 14px;
  color: #BAD60A;
  margin-top: 5px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
.searchresults .txt-box span p {
  font-size: 14px;
  color: #BAD60A;
}
.searchresults .search-field-input {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 25px;
  position: relative;
}
.searchresults .search-field-input .reset-val {
  background: url("../../../../../Images/Frontend/icon-close.svg") right center no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 45px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.searchresults .search-field-input input {
  min-height: 48px;
  width: 100%;
  background: none;
  border: 1px solid #BDBDBD;
  padding: 2px 20px 0;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.searchresults .search-field-input input:focus {
  outline: none;
  border-color: #BAD60A;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.searchresults .search-field-input em {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
}
.searchresults .tx-indexedsearch-browsebox {
  padding: 0 30px;
}
.searchresults .tx-indexedsearch-browsebox p {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
}
.searchresults ul.tx-indexedsearch-browsebox {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 60px;
}
.searchresults ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin: 0 2px;
}
.searchresults ul.tx-indexedsearch-browsebox li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #F6F6F6;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-weight: 600;
  color: #BAD60A;
  overflow: hidden;
  padding-top: 9px;
}
.searchresults ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  background: #BAD60A;
  color: #fff;
}
.searchresults .pagination {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 60px;
}
.searchresults .pagination h2 {
  display: none;
}
.searchresults .pagination a, .searchresults .pagination span {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #F6F6F6;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-weight: 600;
  color: #BAD60A;
  overflow: hidden;
  padding-top: 9px;
}
.searchresults .pagination a.current, .searchresults .pagination span.current {
  background: #BAD60A;
  color: #fff;
}
.searchresults .pagination a.next, .searchresults .pagination span.next {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/pagi-ico-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.searchresults .pagination a.prev, .searchresults .pagination a.previous {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/pagi-ico-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.searchresults .pagination span.prev, .searchresults .pagination span.previous {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/pagi-ico-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media screen and (max-width: 1199px) {
  .searchresults .txt-box {
    background-position: 690px 160px;
  }
}
@media screen and (max-width: 991px) {
  .searchresults .search-field-input {
    padding: 0;
  }
  .searchresults .txt-box {
    background-position: 650px 180px;
  }
  .searchresults .search-field-input .reset-val {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .searchresults .txt-box {
    padding: 40px;
  }
}
.news-single {
  width: 100%;
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
}
.news-single .article {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
.news-single .article h1, .news-single .article h3 {
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
}
.news-single .article h1 {
  font-size: 46px;
}
.news-single .news-single .footer, .news-single .news .footer span {
  border: none;
}
.news-single .news-img-caption {
  font-size: 14px;
  color: #BDBDBD;
}
.news-single .news-list-author {
  display: none;
  font-size: 15px;
}
.news-single .news-list-category {
  font-size: 15px;
}
.news-single .news-list-date {
  font-size: 15px;
  margin-right: 10px;
}
.news-single .news-backlink-wrap {
  display: none;
}
.news-single .news-related-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.news-single .news-related-wrap ul li {
  padding-left: 0;
  line-height: 1;
}
.news-single .news-related-wrap ul li:before {
  content: "";
}
.news-single .news-related-files, .news-single .news-related-links, .news-single .news-related-news {
  width: 33.333333%;
  float: left;
  padding: 0;
  padding-right: 30px;
  border: none;
}
.news-single .news-related-files ul, .news-single .news-related-links ul, .news-single .news-related-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-single .news-related-files .news-related-files-size, .news-single .news-related-links .news-related-files-size, .news-single .news-related-news .news-related-files-size {
  margin-top: 10px;
}
.news-single .news-related-files h4, .news-single .news-related-links h4, .news-single .news-related-news h4 {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
@media screen and (max-width: 991px) {
  .news-single .article {
    padding: 0 20px;
  }
  .news-single .article h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .news-single .article h1 {
    font-size: 20px;
  }
  .news-single .article .news-img-wrap {
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 360px) {
  .news-single .article h1 {
    font-size: 18px;
  }
}
map {
  position: relative;
  width: 100%;
}
.b2c-css .btn {
  background: #FFB500;
  border-color: #FFB500;
}
.b2c-css .btn:hover {
  background: transparent;
  color: #FFB500;
}
.b2c-css .pic-text-content a {
  color: #FFB500;
}
.b2c-css .stage .txt a, .b2c-css .stage .txt h1 span {
  color: #FFB500;
}
.b2c-css .ct-button a, .b2c-css .gemeinsam-storys .box .img-box p span, .b2c-css .intro h1 span, .b2c-css .stage .txt p.big span, .b2c-css h2 span {
  background: #FFB500;
}
.b2c-css .branchen h2 span {
  background: #fff;
}
.b2c-css .branchen .btn {
  background: #fff;
  border-color: #fff;
  color: #3C4447;
}
.b2c-css .branchen .btn:hover {
  background: transparent;
  color: #fff;
}
.b2c-css .ct-button a {
  border-color: #FFB500;
}
.b2c-css .ct-button a:hover {
  background: #fff;
}
.b2c-css .ct-button a:hover i:before {
  color: #FFB500 !important;
}
h1, .h1-alike {
  font-size: 40px;
  color: #3C4447;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
}
@media screen and (max-width: 1240px) {
  h1, .h1-alike {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  h1, .h1-alike {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  h1, .h1-alike {
    font-size: 26px;
  }
}
@media screen and (max-width: 360px) {
  h1, .h1-alike {
    font-size: 25px;
  }
}
h2, .h2-alike {
  color: #BAD60A;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  font-width: condensed;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  h2, .h2-alike {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  h2, .h2-alike {
    font-size: 25px;
  }
}
h3, .h3-alike {
  color: #3C4447;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  font-width: condensed;
  font-size: 20px;
}
h4, .h4-alike {
  color: #BAD60A;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  font-width: condensed;
  font-size: 18px;
}
.frame-background-brand-primary h1, .frame-background-brand-primary .h1-alike, .frame-background-brand-primary h2, .frame-background-brand-primary .h2-alike, .frame-background-brand-primary h3, .frame-background-brand-primary .h3-alike, .frame-background-brand-primary h4, .frame-background-brand-primary .h4-alike, .frame-background-brand-primary h5, .frame-background-brand-primary .h5-alike, .frame-background-brand-primary h6, .frame-background-brand-primary .h6-alike {
  color: #3C4447;
}
.frame-background-brand-primary h1.ce-headline-decoration-trailing-dot::after, .frame-background-brand-primary h1 span.greendot, .frame-background-brand-primary .h1-alike.ce-headline-decoration-trailing-dot::after, .frame-background-brand-primary .h1-alike span.greendot, .frame-background-brand-primary h2.ce-headline-decoration-trailing-dot::after, .frame-background-brand-primary h2 span.greendot, .frame-background-brand-primary .h2-alike.ce-headline-decoration-trailing-dot::after, .frame-background-brand-primary .h2-alike span.greendot, .frame-background-brand-primary h3.ce-headline-decoration-trailing-dot::after, .frame-background-brand-primary h3 span.greendot, .frame-background-brand-primary .h3-alike.ce-headline-decoration-trailing-dot::after, .frame-background-brand-primary .h3-alike span.greendot, .frame-background-brand-primary h4.ce-headline-decoration-trailing-dot::after, .frame-background-brand-primary h4 span.greendot, .frame-background-brand-primary .h4-alike.ce-headline-decoration-trailing-dot::after, .frame-background-brand-primary .h4-alike span.greendot, .frame-background-brand-primary h5.ce-headline-decoration-trailing-dot::after, .frame-background-brand-primary .ce-headline-decoration-trailing-dot.h5-alike::after, .frame-background-brand-primary h5 span.greendot, .frame-background-brand-primary .h5-alike span.greendot, .frame-background-brand-primary .h5-alike.ce-headline-decoration-trailing-dot::after, .frame-background-brand-primary h6.ce-headline-decoration-trailing-dot::after, .frame-background-brand-primary .ce-headline-decoration-trailing-dot.h6-alike::after, .frame-background-brand-primary h6 span.greendot, .frame-background-brand-primary .h6-alike span.greendot, .frame-background-brand-primary .h6-alike.ce-headline-decoration-trailing-dot::after {
  background-color: white;
}
footer {
  width: 100%;
  padding: 50px 0;
  background: #4D5357;
  position: relative;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  margin-bottom: 5px;
  font-size: 16px;
}
footer ul li:first-child {
  margin-bottom: 15px;
}
footer ul li:first-child a {
  border-bottom: 1px dotted;
  opacity: 0.6;
  font-size: 14px;
  text-transform: uppercase;
}
footer ul li:first-child a:hover {
  opacity: 1;
}
footer ul li a {
  color: #F8F8F9;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
footer ul li a:hover {
  color: #BAD60A;
}
footer img {
  margin-bottom: 40px;
}
footer .hidden-md {
  display: none;
}
footer .menu-unique-footer li {
  display: inline-block;
  margin: 5px 10px;
}
footer .menu-unique-footer li:first-child {
  margin: 5px 10px;
}
footer .menu-unique-footer li:first-child a {
  border-bottom: none;
  opacity: 1;
  font-size: inherit;
  text-transform: none;
}
footer .menu-unique-footer li.spacer {
  display: block;
  height: 0;
  width: 0;
  margin: 0;
  overflow: hidden;
}
footer .menu-unique-footer.alignment-left {
  text-align: left;
}
footer .menu-unique-footer.alignment-right {
  text-align: right;
}
footer .menu-unique-footer.alignment-center {
  text-align: center;
}
footer .footer-address-infos {
  margin-bottom: 20px;
}
footer .footer-address-infos h4 {
  color: #F8F8F9;
  display: inline-block;
  border-bottom: 1px dotted;
  opacity: 0.6;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer .footer-address-infos p {
  color: #F8F8F9;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.42857143;
}
footer .footer-social-links {
  margin-bottom: 20px;
}
footer .footer-social-links .h4-alike {
  color: #F8F8F9;
  display: inline-block;
  border-bottom: 1px dotted;
  opacity: 0.6;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer .footer-social-links .footer-social-link-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-size: 40px;
  line-height: 0.8;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer-social-links .footer-social-link-icon.footer-social-link-icon-linkedin {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/SocialMediaIcons/logo-linkedin.svg");
}
footer .footer-social-links .footer-social-link-icon.footer-social-link-icon-xing {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/SocialMediaIcons/logo-xing.svg");
}
footer .footer-social-links .footer-social-link-icon span {
  display: inline-block;
  width: 0;
  overflow: hidden;
}
footer .footer-signets {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 80px -30px 0 calc(33% + 28px);
}
footer .footer-signets .footer-signet {
  padding-right: 30px;
  flex-grow: 1;
}
footer .footer-signets .footer-signet.footer-signet-1 {
  flex-basis: 47.5%;
  max-width: 235px;
}
footer .footer-signets .footer-signet.footer-signet-2 {
  flex-basis: 22.5%;
  max-width: 190px;
}
footer .footer-signets .footer-signet.footer-signet-3 {
  flex-basis: 30%;
  max-width: 198px;
}
footer .footer-signets .footer-signet img {
  width: 100%;
  margin-bottom: 0;
}
footer #ekw105 {
  background: #4D5357;
  height: 100px;
  padding: unset;
}
footer #ekw105 .main-heading {
  color: white;
}
footer #ekw105 .widget-right .rating-row {
  margin-bottom: 10px;
}
footer #ekw105 .widget-right .descrip-row {
  display: grid;
}
footer #ekw105 .widget-right .descrip-row span {
  margin-bottom: 3px;
}
.b2b-css footer #ekw105 {
  float: right;
  margin-right: -37px;
}
@media screen and (max-width: 1350px) {
  footer .footer-signets {
    margin: 60px 40px 0 220px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-signets {
    margin: 80px 100px 0 0;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-signets {
    margin: 80px -30px 0 60px;
  }
  .b2b-css footer #ekw105 {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 0;
  }
  footer ul {
    margin-bottom: 20px;
  }
  footer .hidden-md {
    display: block;
  }
  footer .menu-unique-footer {
    margin-bottom: 50px;
  }
  footer .footer-signets {
    margin: 20px -30px 40px 0;
    max-width: 560px;
  }
  .b2b-css footer #ekw105 {
    float: left;
    margin-right: 0;
  }
  .b2c-css footer #ekw105 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 460px) {
  footer .col-xs-6 {
    width: 100%;
  }
  footer .footer-signets {
    margin: 0 -30px 40px 0;
    flex-wrap: wrap;
  }
  footer .footer-signets .footer-signet {
    padding-top: 20px;
  }
  footer .footer-signets .footer-signet.footer-signet-1 {
    flex-basis: 240px;
  }
  footer .footer-signets .footer-signet.footer-signet-2 {
    flex-basis: 120px;
  }
  footer .footer-signets .footer-signet.footer-signet-3 {
    flex-basis: 160px;
  }
}
@-webkit-keyframes headerCondensed {
  0% {
    -webkit-transform: scale(1.02) translateY(147px) translateX(0px) rotate(0deg);
    transform: scale(1.02) translateY(147px) translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) translateY(147px) translateX(0px) rotate(5deg);
    transform: scale(1) translateY(147px) translateX(0px) rotate(5deg);
  }
}
@keyframes headerCondensed {
  0% {
    -webkit-transform: scale(1.02) translateY(147px) translateX(0px) rotate(0deg);
    transform: scale(1.02) translateY(147px) translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) translateY(147px) translateX(0px) rotate(5deg);
    transform: scale(1) translateY(147px) translateX(0px) rotate(5deg);
  }
}
.header-condensed .stage {
  height: 500px;
}
.header-condensed .stage .overlay {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/head-schnittmenge.svg");
  width: 8990px;
  height: 8990px;
  left: -3580px;
  top: -2435px;
  -webkit-animation-name: headerCondensed;
  animation-name: headerCondensed;
  -webkit-transform: scale(1) translateY(147px) rotate(5deg);
  -ms-transform: scale(1) translateY(147px) rotate(5deg);
  transform: scale(1) translateY(147px) rotate(5deg);
}
.header-condensed .stage .outer .txt {
  bottom: 30px;
}
.header-condensed .stage .outer .txt p {
  line-height: 1.2;
}
.header-condensed .stage .outer .txt p.big {
  font-size: 35px;
}
@media screen and (max-width: 360px) {
  .header-condensed .stage .overlay {
    left: -4120px;
    top: -4025px;
    -webkit-transform: scale(0.2) translateY(147px) rotate(-12deg);
    -ms-transform: scale(0.2) translateY(147px) rotate(-12deg);
    transform: scale(0.2) translateY(147px) rotate(-12deg);
  }
  .header-condensed .stage .outer .txt {
    bottom: 50px;
    max-width: 230px;
  }
  .header-condensed .stage .outer .txt p {
    font-size: 16px;
  }
  .header-condensed .stage .outer .txt p.big {
    font-size: 27px;
  }
}
@media screen and (min-width: 359px) and (max-width: 410px) {
  .header-condensed .stage .overlay {
    left: -4090px;
    top: -4005px;
    -webkit-transform: scale(0.2) translateY(147px) rotate(-12deg);
    -ms-transform: scale(0.2) translateY(147px) rotate(-12deg);
    transform: scale(0.2) translateY(147px) rotate(-12deg);
  }
  .header-condensed .stage .outer .txt {
    bottom: 50px;
    max-width: 230px;
  }
  .header-condensed .stage .outer .txt p {
    font-size: 16px;
  }
  .header-condensed .stage .outer .txt p.big {
    font-size: 27px;
  }
}
@media screen and (min-width: 409px) and (max-width: 599px) {
  .header-condensed .stage .overlay {
    left: -3990px;
    top: -3815px;
    -webkit-transform: scale(0.3) translateY(147px) rotate(-5deg);
    -ms-transform: scale(0.3) translateY(147px) rotate(-5deg);
    transform: scale(0.3) translateY(147px) rotate(-5deg);
  }
  .header-condensed .stage .outer .txt {
    bottom: 50px;
    max-width: 230px;
  }
  .header-condensed .stage .outer .txt p {
    font-size: 16px;
  }
  .header-condensed .stage .outer .txt p.big {
    font-size: 27px;
  }
}
@media screen and (min-width: 600px) and (max-width: 766px) {
  .header-condensed .stage .overlay {
    top: -2435px;
    left: -3660px;
  }
  .header-condensed .stage .outer .txt {
    bottom: 50px;
    max-width: 230px;
  }
  .header-condensed .stage .outer .txt p {
    font-size: 16px;
  }
  .header-condensed .stage .outer .txt p.big {
    font-size: 27px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1069px) {
  .header-condensed .stage .overlay {
    top: -2435px;
    left: -3660px;
  }
  .header-condensed .stage .outer .txt {
    bottom: 50px;
    max-width: 230px;
  }
  .header-condensed .stage .outer .txt p {
    font-size: 16px;
  }
  .header-condensed .stage .outer .txt p.big {
    font-size: 27px;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1199px) {
  .header-condensed .stage .overlay {
    top: -2435px;
    left: -3660px;
  }
  .header-condensed .stage .outer .txt {
    bottom: 50px;
    max-width: 230px;
  }
  .header-condensed .stage .outer .txt p {
    font-size: 16px;
  }
  .header-condensed .stage .outer .txt p.big {
    font-size: 27px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1239px) {
  .header-condensed .stage .overlay {
    top: -2435px;
    left: -3630px;
  }
  .header-condensed .stage .outer .txt {
    bottom: 50px;
    max-width: 265px;
  }
  .header-condensed .stage .outer .txt p {
    font-size: 16px;
  }
  .header-condensed .stage .outer .txt p.big {
    font-size: 27px;
  }
}
@media screen and (min-width: 1240px) and (max-width: 1299px) {
  .header-condensed .stage .overlay {
    top: -2435px;
    left: -3640px;
  }
  .header-condensed .stage .outer .txt {
    left: 25px;
    bottom: 50px;
    max-width: 250px;
  }
  .header-condensed .stage .outer .txt p {
    font-size: 16px;
  }
  .header-condensed .stage .outer .txt p.big {
    font-size: 27px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1359px) {
  .header-condensed .stage .overlay {
    top: -2435px;
    left: -3580px;
  }
  .header-condensed .stage .outer .txt {
    left: 25px;
    bottom: 50px;
    max-width: 280px;
  }
  .header-condensed .stage .outer .txt p {
    font-size: 16px;
  }
  .header-condensed .stage .outer .txt p.big {
    font-size: 27px;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1400px) {
  .header-condensed .stage .overlay {
    top: -2435px;
  }
  .header-condensed .stage .outer .txt {
    left: 25px;
    bottom: 40px;
    max-width: 275px;
  }
  .header-condensed .stage .outer .txt p {
    font-size: 18px;
  }
}
.svg-container {
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
}
.svg-container svg {
  fill: none !important;
  stroke-width: 2;
}
.svg-container svg line, .svg-container svg path, .svg-container svg polyline, .svg-container svg polygon, .svg-container svg circle, .svg-container svg rect {
  stroke-linecap: round;
  stroke-linejoin: round;
}
.svg-container.color-cl-green, .svg-container .color-default {
  border-color: #BAD60A;
}
.svg-container.color-cl-green svg, .svg-container .color-default svg {
  stroke: #BAD60A;
}
.svg-container.color-cl-green svg line, .svg-container.color-cl-green svg path, .svg-container.color-cl-green svg polyline, .svg-container.color-cl-green svg polygon, .svg-container.color-cl-green svg circle, .svg-container.color-cl-green svg rect, .svg-container .color-default svg line, .svg-container .color-default svg path, .svg-container .color-default svg polyline, .svg-container .color-default svg polygon, .svg-container .color-default svg circle, .svg-container .color-default svg rect {
  stroke: #BAD60A;
}
.svg-container.color-cl-green.layout-default, .svg-container .color-default.layout-default {
  background-color: transparent;
  border-color: transparent;
}
.svg-container.color-cl-green.layout-background-round, .svg-container .color-default.layout-background-round {
  background-color: #BAD60A;
  border-width: 0;
  border-radius: 50%;
  border-color: transparent;
}
.svg-container.color-cl-green.layout-background-round svg line, .svg-container.color-cl-green.layout-background-round svg path, .svg-container.color-cl-green.layout-background-round svg polyline, .svg-container.color-cl-green.layout-background-round svg polygon, .svg-container.color-cl-green.layout-background-round svg circle, .svg-container.color-cl-green.layout-background-round svg rect, .svg-container .color-default.layout-background-round svg line, .svg-container .color-default.layout-background-round svg path, .svg-container .color-default.layout-background-round svg polyline, .svg-container .color-default.layout-background-round svg polygon, .svg-container .color-default.layout-background-round svg circle, .svg-container .color-default.layout-background-round svg rect {
  stroke: #ffffff;
}
.svg-container.color-cl-green.layout-outline, .svg-container .color-default.layout-outline {
  border-width: 0;
  border-radius: 50%;
  background-color: transparent;
  border-color: #BAD60A;
}
.svg-container.color-cl-green.layout-background, .svg-container .color-default.layout-background {
  background-color: #BAD60A;
  border-color: transparent;
}
.svg-container.color-cl-green.layout-background svg line, .svg-container.color-cl-green.layout-background svg path, .svg-container.color-cl-green.layout-background svg polyline, .svg-container.color-cl-green.layout-background svg polygon, .svg-container.color-cl-green.layout-background svg circle, .svg-container.color-cl-green.layout-background svg rect, .svg-container .color-default.layout-background svg line, .svg-container .color-default.layout-background svg path, .svg-container .color-default.layout-background svg polyline, .svg-container .color-default.layout-background svg polygon, .svg-container .color-default.layout-background svg circle, .svg-container .color-default.layout-background svg rect {
  stroke: #ffffff;
}
.svg-container.color-cl-orange {
  border-color: #FFB500;
}
.svg-container.color-cl-orange svg {
  stroke: #FFB500;
}
.svg-container.color-cl-orange svg line, .svg-container.color-cl-orange svg path, .svg-container.color-cl-orange svg polyline, .svg-container.color-cl-orange svg polygon, .svg-container.color-cl-orange svg circle, .svg-container.color-cl-orange svg rect {
  stroke: #FFB500;
}
.svg-container.color-cl-orange.layout-default {
  background-color: transparent;
  border-color: transparent;
}
.svg-container.color-cl-orange.layout-background-round {
  background-color: #FFB500;
  border-radius: 50%;
  border-color: transparent;
}
.svg-container.color-cl-orange.layout-background-round svg line, .svg-container.color-cl-orange.layout-background-round svg path, .svg-container.color-cl-orange.layout-background-round svg polyline, .svg-container.color-cl-orange.layout-background-round svg polygon, .svg-container.color-cl-orange.layout-background-round svg circle, .svg-container.color-cl-orange.layout-background-round svg rect {
  stroke: #ffffff;
}
.svg-container.color-cl-orange.layout-outline {
  border-radius: 50%;
  background-color: transparent;
  border-color: #FFB500;
}
.svg-container.color-cl-orange.layout-background {
  background-color: #FFB500;
  border-color: transparent;
}
.svg-container.color-cl-orange.layout-background svg line, .svg-container.color-cl-orange.layout-background svg path, .svg-container.color-cl-orange.layout-background svg polyline, .svg-container.color-cl-orange.layout-background svg polygon, .svg-container.color-cl-orange.layout-background svg circle, .svg-container.color-cl-orange.layout-background svg rect {
  stroke: #ffffff;
}
.svg-container.color-white {
  border-color: #ffffff;
}
.svg-container.color-white svg line, .svg-container.color-white svg path, .svg-container.color-white svg polyline, .svg-container.color-white svg polygon, .svg-container.color-white svg circle, .svg-container.color-white svg rect {
  stroke: #ffffff;
}
.svg-container.color-white.layout-default {
  background-color: transparent;
  border-color: transparent;
}
.svg-container.color-white.layout-background-round {
  background-color: #ffffff;
  border-radius: 50%;
  border-color: transparent;
}
.svg-container.color-white.layout-background-round svg {
  stroke: #ffffff;
}
.svg-container.color-white.layout-background-round svg line, .svg-container.color-white.layout-background-round svg path, .svg-container.color-white.layout-background-round svg polyline, .svg-container.color-white.layout-background-round svg polygon, .svg-container.color-white.layout-background-round svg circle, .svg-container.color-white.layout-background-round svg rect {
  stroke: #BAD60A;
}
.svg-container.color-white.layout-outline {
  border-radius: 50%;
  background-color: transparent;
  border-color: #ffffff;
}
.svg-container.color-white.layout-background {
  background-color: #ffffff;
  border-color: transparent;
}
.svg-container.color-white.layout-background svg line, .svg-container.color-white.layout-background svg path, .svg-container.color-white.layout-background svg polyline, .svg-container.color-white.layout-background svg polygon, .svg-container.color-white.layout-background svg circle, .svg-container.color-white.layout-background svg rect {
  stroke: #BAD60A;
}
@font-face {
  font-family: "icomoon-np";
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.eot?g4cduh");
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.eot?g4cduh#iefix") format("embedded-opentype"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.ttf?g4cduh") format("truetype"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.woff?g4cduh") format("woff"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.svg?g4cduh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-np-"], [class*=" icon-np-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon-np" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-newsletter-shape-ico:before {
  content: "";
}
.icon-ct-shape-ico:before {
  content: "";
}
.icon-np-Anschrift_VK:before {
  content: "";
}
.icon-np-E-Mail_VK:before {
  content: "";
}
.icon-np-Fax_VK:before {
  content: "";
}
.icon-np-Internet_VK:before {
  content: "";
}
.icon-np-Mobil_VK:before {
  content: "";
}
.icon-np-Telefon_VK:before {
  content: "";
}
.icon-np-User_VK:before {
  content: "";
}
.icon-np-vcf:before {
  content: "";
}
.icon-np-at:before {
  content: "";
}
.icon-np-Vertriebsunterstuetzung:before {
  content: "";
}
.icon-np-linkedin:before {
  content: "";
}
.icon-np-xing:before {
  content: "";
}
.icon-np-Juristische_Beratung:before {
  content: "";
}
.icon-np-Produktentwicklung:before {
  content: "";
}
.icon-np-Technische_Anbindung:before {
  content: "";
}
.icon-np-Leistungsbearbeitung:before {
  content: "";
}
.solution-wrapper {
  width: 80%;
  margin-left: 10%;
  height: 400px;
  overflow: hidden;
}
.solution-bubble {
  display: inline-block;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.solution-bubble:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.solution-bubble .solution-text {
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  width: 85%;
  padding: 0px 35px;
  font-size: 14px;
  line-height: 120%;
  color: #4D5357;
  display: table-cell;
  vertical-align: middle;
}
.solution-bubble .solution-text-wrapper {
  position: absolute;
  display: table;
  background-color: #BAD60A;
  width: 100%;
  height: 50px;
  margin-top: 65%;
  text-align: center;
  z-index: 3;
}
.solution-bubble img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.solution-carousel {
  min-height: 310px;
  margin-top: -40px;
  margin-bottom: 100px;
}
.solution-carousel .slick-prev {
  width: 20px;
  height: 36px;
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/arrow-left.svg") center left no-repeat;
  border: none;
}
.solution-carousel .slick-disabled {
  display: none !important;
}
.solution-carousel .slick-next {
  width: 20px;
  height: 36px;
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/arrow-right.svg") center left no-repeat;
  border: none;
}
.solution-carousel .slick-dots {
  position: relative;
}
.solution-carousel .slick-dots li {
  background-color: #ccc;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.solution-carousel .slick-dots li:hover {
  border-radius: 50%;
  background-color: lightgrey;
}
.solution-carousel .slick-dots li.slick-active {
  background-color: #BAD60A;
}
.solution-carousel .slick-dots li button:before {
  content: none;
}
.solution-carousel ul {
  margin-top: 5px;
}
.solution-carousel ul li:only-child {
  display: none;
}
.solution-carousel .slick-slide {
  width: 270px;
  margin: 0px 15px;
}
.solution-carousel .solution-items {
  opacity: 0;
}
.solution-carousel .solution-items.slick-initialized {
  opacity: 1;
}
.solution-carousel .solution-items .slick-list {
  left: 5%;
  width: 90%;
}
@media only screen and (max-width: 700px) {
  .solution-bubble .solution-text {
    font-size: 1.15rem;
  }
}
@media only screen and (max-width: 780px) {
  .slick-next, .slick-prev {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@media only screen and (max-width: 420px) {
  .solution-bubble .solution-text {
    font-size: 1.05rem;
  }
  .solution-carousel {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .solution-carousel .slick-slide {
    margin: 0px 30px;
  }
  .solution-carousel .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 360px) {
  .solution-carousel {
    min-height: 250px;
  }
}
@media only screen and (max-width: 1100px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}
.hand-teaser {
  margin: 0px auto 100px auto;
}
.hand-teaser h2 {
  margin-top: 22px;
}
.hand-teaser .hand-panel-border {
  border: 1px solid #ffffff;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-top: 31px;
}
.hand-teaser .hand-panel-border.show-border {
  border: 2px dashed #82868a;
}
.hand-teaser .hand-panel-border.show-border .hand-panel .hand-icon-holder .hand-icon:before {
  opacity: 1;
}
.hand-teaser .hand-panel {
  /* overrides bootstrap default gutter */
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: 20%;
  display: none;
  animation: fadein 0.7s ease-in-out;
}
.hand-teaser .hand-panel.first {
  border-radius: 30px 0 0 30px;
}
.hand-teaser .hand-panel.last {
  border-radius: 0 30px 30px 0;
}
.hand-teaser .hand-panel * {
  transition: all 0.2s ease-in-out;
}
.hand-teaser .hand-panel:hover {
  background: -moz-linear-gradient(top, #ebebeb 0%, white 70%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ebebeb), color-stop(70%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #ebebeb 0%, white 70%, white 100%);
  background: -o-linear-gradient(top, #ebebeb 0%, white 70%, white 100%);
  background: -ms-linear-gradient(top, #ebebeb 0%, white 70%, white 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, white 70%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6", endColorstr="#ffffff", GradientType=0);
}
.hand-teaser .hand-panel .hand-icon-holder {
  margin: -33px auto 0 auto;
  width: 65px;
  border-radius: 50%;
  position: relative;
}
.hand-teaser .hand-panel .hand-icon-holder .hand-icon {
  display: inline-block;
  border-radius: 50%;
  background: #BAD60A;
  border: 2px solid #BAD60A;
  width: 63px;
  height: 63px;
  padding-top: 18px;
  position: relative;
}
.hand-teaser .hand-panel .hand-icon-holder .hand-icon:before {
  font-family: "FontAwesome";
  content: "";
  position: relative;
  top: -1px;
  left: -32px;
  color: #82868a;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  line-height: 100%;
}
.hand-teaser .hand-panel .hand-icon-holder .hand-icon:after {
  font-family: "FontAwesome";
  content: "";
  position: relative;
  top: -9px;
  color: #82868a;
  font-size: 14px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  right: -32px;
  display: inline-block;
  transform: rotate(180deg);
}
.hand-teaser .hand-panel .hand-icon-holder .hand-icon i {
  font-size: 27px;
  color: #fff;
  width: 63px;
  height: 63px;
  display: block;
  position: absolute;
  top: 0px;
  left: -2px;
  padding-top: 15px;
}
.hand-teaser .hand-panel .hand-header {
  font-size: 22px;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  font-width: condensed;
  color: #3C4447;
}
.hand-teaser .hand-panel .hand-body p {
  font-size: 15px;
}
.hand-teaser .hand-panel:hover .hand-icon-holder .hand-icon {
  background: white;
}
.hand-teaser .hand-panel:hover .hand-icon-holder .hand-icon i:before {
  color: #BAD60A;
}
.hand-teaser .hand-1 .hand-panel {
  width: 100%;
  text-align: center;
  border-radius: 30px;
}
.hand-teaser .hand-2 .hand-panel {
  width: 50%;
}
.hand-teaser .hand-3 .hand-panel {
  width: 33.3333333333%;
}
.hand-teaser .hand-4 .hand-panel {
  width: 25%;
}
_:-ms-fullscreen, :root .hand-teaser .hand-panel .hand-icon-holder .hand-icon:before {
  top: -2px;
}
_:-ms-lang(x), _:-webkit-full-screen, .hand-teaser .hand-panel .hand-icon-holder .hand-icon:before {
  top: -2px;
}
@-moz-document url-prefix() {
  .hand-teaser .hand-panel .hand-icon-holder .hand-icon::before {
    top: -2.5px;
  }
}
@media (max-width: 991px) {
  .hand-teaser .hand-panel .hand-icon-holder .hand-icon:after {
    top: -3px;
  }
  .hand-teaser .hand-panel .hand-icon-holder .hand-icon:before {
    top: -2px;
  }
  _:-ms-fullscreen, :root .hand-teaser .hand-panel .hand-icon-holder .hand-icon:before {
    top: -10px;
  }
  .hand-teaser {
    text-align: center;
  }
  .hand-teaser .hand-panel-border {
    border: none !important;
    padding: 10px;
  }
  .hand-teaser .hand-panel {
    max-width: 260px;
    width: 100% !important;
    margin: -24px auto 100px auto;
    padding: 1px 30px 20px 30px;
    border-radius: 0px !important;
    background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Hand/hand-side.png") right bottom repeat-y;
    background-size: 2px 12px;
  }
  .hand-teaser .hand-panel:last-child {
    margin: -24px auto 0 auto;
  }
  .hand-teaser .hand-panel:before {
    content: "";
    background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Hand/hand-corner-top-right.png") no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    width: 119px;
    height: 32px;
    right: 0px;
    top: -2px;
    transition: none;
  }
  .hand-teaser .hand-panel:after {
    content: "";
    background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Hand/hand-corner-bottom-right.png") no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    width: 119px;
    height: 76px;
    right: 0px;
    bottom: -76px;
    transition: none;
  }
  .hand-teaser .hand-panel.first .hand-icon-holder .hand-icon:before {
    display: none;
  }
  .hand-teaser .hand-panel.first .hand-icon-holder .hand-icon:after {
    display: none;
  }
  .hand-teaser .hand-panel.first .hand-icon-holder .hand-icon i {
    margin-left: -1px;
  }
  .hand-teaser .hand-panel.last {
    border: none;
    background: none;
  }
  .hand-teaser .hand-panel.last:after, .hand-teaser .hand-panel.last:before {
    display: none;
  }
  .hand-teaser .hand-panel.last:hover {
    background: none;
  }
  .hand-teaser .hand-panel:hover {
    background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Hand/hand-side.png") right bottom repeat-y;
    background-size: 2px 12px;
  }
  .hand-teaser .hand-panel:nth-child(2n+0) {
    border-right: none;
    background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Hand/hand-side.png") left bottom repeat-y;
    background-size: 2px 12px;
    border-radius: 0px !important;
  }
  .hand-teaser .hand-panel:nth-child(2n+0):before {
    content: "";
    background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Hand/hand-corner-top-left.png") no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    width: 119px;
    height: 32px;
    left: 0px;
    top: -2px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: none;
  }
  .hand-teaser .hand-panel:nth-child(2n+0):after {
    content: "";
    background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Hand/hand-corner-bottom-left.png") no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    width: 119px;
    height: 76px;
    left: 0px;
    bottom: -76px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: none;
  }
  .hand-teaser .hand-panel:nth-child(2n+0) .hand-icon-holder .hand-icon:before {
    opacity: 0 !important;
  }
  .hand-teaser .hand-panel:nth-child(2n+0) .hand-icon-holder .hand-icon:after {
    opacity: 1;
  }
  .hand-teaser .hand-panel:nth-child(2n+0):hover {
    background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Hand/hand-side.png") left bottom repeat-y;
    background-size: 2px 12px;
    transition: none;
  }
}
@media (max-width: 767px) {
  .hand-teaser {
    margin-top: 30px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.branchen .branches-teaser .svg-container {
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  width: auto;
  height: auto;
}
.branchen .branches-teaser .svg-container svg {
  height: auto;
  width: 100%;
  max-width: 100px;
  fill: #ffffff;
  position: relative;
}
.branchen .branches-teaser .svg-container svg line, .branchen .branches-teaser .svg-container svg path, .branchen .branches-teaser .svg-container svg polyline, .branchen .branches-teaser .svg-container svg polygon, .branchen .branches-teaser .svg-container svg circle, .branchen .branches-teaser .svg-container svg rect {
  stroke: #ffffff;
  stroke-width: 2;
}
.branchen .branches-teaser h3 {
  margin-top: 15px;
}
.branchen .branches-teaser a:hover .svg-container {
  transform: scale(1.2);
}
.risk-teaser .svg-container, .tabs-container .svg-container {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.risk-teaser .svg-container:hover, .tabs-container .svg-container:hover {
  transform: scale(1.2);
}
.risks {
  text-align: center;
}
.risks .risks-intro p {
  margin-top: 0;
  margin-bottom: 80px;
  padding: 0;
}
.risks .risk-teaser {
  min-height: 210px;
}
.risks .risk-teaser .svg-container {
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
}
.risks .risk-teaser .svg-container svg {
  position: relative;
  height: 100%;
  width: 100%;
}
.risks .risk-teaser .svg-container svg line, .risks .risk-teaser .svg-container svg path, .risks .risk-teaser .svg-container svg polyline, .risks .risk-teaser .svg-container svg polygon, .risks .risk-teaser .svg-container svg circle, .risks .risk-teaser .svg-container svg rect {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.risks .risk-teaser h3 {
  font-size: 18px;
  color: #3C4447;
  margin-top: 22px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.risks .columns-5 .risk-teaser {
  min-height: 280px;
}
.risks .columns-4 .risk-teaser {
  min-height: 210px;
}
.risks .columns-3 .risk-teaser {
  min-height: 210px;
}
.risks .columns-2 .risk-teaser {
  min-height: 210px;
}
/* Viewport XS */
@media screen and (max-width: 767px) {
  .risks .risks-intro p {
    margin-bottom: 40px;
  }
  .risks .risk-teaser .svg-container {
    max-width: 100px;
    max-height: 100px;
  }
}
/* Viewport SM */
@media (min-width: 768px) and (max-width: 991px) {
  .risks .columns-5 .risk-teaser {
    min-height: 220px;
  }
}
/* Viewport MD */
@media (min-width: 992px) {
  .risks .risk-teaser .svg-container {
    max-width: 120px;
    max-height: 120px;
  }
}
/* Viewport LG */
@media (min-width: 1200px) {
  .risks .risk-teaser {
    min-height: 220px;
  }
}
.risks .risk-teaser .svg-container #Assistance #Circle {
  display: none !important;
}
.np_address .container {
  width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
.np_address footer .container {
  width: 1170px;
  padding: 0 15px 0;
}
.np_address .stage {
  background-position: 0 20px;
  height: 665px;
}
.np_address .stage .txt {
  max-width: 195px;
}
.np_address .stage .txt p {
  font-size: 20px;
}
.np_address .stage .txt p.big {
  font-size: 30px;
}
.np_address .stage .logo {
  z-index: 3;
  position: absolute;
  transform: translateY(45px) translateX(45px);
}
.np_address .stage .overlay {
  transform: scale(4) translateY(175px) translateX(10px);
  animation: np_headerfadein 3s ease;
}
@keyframes np_headerfadein {
  from {
    transform: scale(3.8) translateY(190px) translateX(25px);
  }
  to {
    transform: scale(4) translateY(175px) translateX(10px);
  }
}
.np_address .businesscard {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-size: 18px;
}
.np_address .businesscard.no-businesscard {
  margin: 50px 0;
}
.np_address .businesscard .container {
  width: 100%;
  padding: 0;
}
.np_address .businesscard .small-container {
  width: 780px;
  display: inline-block;
}
.np_address .businesscard .intro {
  padding: 0 0 50px;
}
.np_address .businesscard .intro .intro-content-box {
  margin: 0 auto;
  width: auto;
  height: auto;
  display: inline-block;
}
.np_address .businesscard .intro .intro-content-box ul {
  list-style: none;
  padding: 0;
}
.np_address .businesscard .intro .intro-content-box ul li.info-line {
  padding-left: 25px;
  position: relative;
  text-align: left;
}
.np_address .businesscard .intro .intro-content-box ul li.info-line p {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  display: inline;
  color: #3C4447;
}
.np_address .businesscard .intro .intro-content-box ul li.info-line p a {
  color: #3C4447;
}
.np_address .businesscard .intro .intro-content-box ul li.info-line:before {
  position: absolute;
  font-size: 16px;
}
.np_address .businesscard .intro .businesscard-social-link-container {
  text-align: center;
  padding-top: 20px;
}
.np_address .businesscard .intro .businesscard-social-link-container ul {
  list-style: none;
  padding: 0;
}
.np_address .businesscard .intro .businesscard-social-link-container ul li {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 1px;
  background-color: #bdbdbd;
  padding: 2px;
  border-radius: 3px;
  transition: 0.2s all;
}
.np_address .businesscard .intro .businesscard-social-link-container ul li:hover {
  opacity: 0.8;
}
.np_address .businesscard .intro .businesscard-social-link-container ul li a {
  color: white;
}
.np_address .businesscard .infos {
  padding: 50px 0;
}
.np_address .businesscard .infos ul {
  list-style: none;
  padding: 0;
  line-height: 1.7;
}
.np_address .businesscard .infos ul li {
  position: relative;
  padding-left: 10px;
}
.np_address .businesscard .infos ul li:before {
  position: absolute;
  left: -5px;
  content: "•";
  color: #BAD60A;
  margin-right: 1rem;
}
.np_address .businesscard .quote-container {
  background-color: #BAD60A;
  width: 100%;
  padding: 40px 0;
  margin: 50px 0;
}
.np_address .businesscard .quote-container .quote {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}
.np_address .businesscard .quote-container .quote:before, .np_address .businesscard .quote-container .quote:after {
  font-family: "Helvetica";
  position: absolute;
  color: #c9df5c;
  display: inline-block;
  font-size: 250px;
  z-index: 2;
  height: 250px;
}
.np_address .businesscard .quote-container .quote:before {
  content: "„";
  left: 0;
  top: -260px;
}
.np_address .businesscard .quote-container .quote:after {
  content: "“";
  right: 0;
  bottom: -120px;
}
.np_address .businesscard .quote-container .quote p {
  font-size: 30px;
  z-index: 3;
  margin: 0;
  position: relative;
  line-height: 1.3;
}
.np_address .mobile-footer {
  height: 60px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 4;
}
.np_address .mobile-footer .mobile-footer-btn {
  border-right: white 1px solid;
  background-color: #4D5357;
  height: 100%;
  text-align: center;
  padding: 0;
}
.np_address .mobile-footer .mobile-footer-btn:last-child {
  border: none;
}
.np_address .mobile-footer .mobile-footer-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.np_address .mobile-footer .mobile-footer-btn a span {
  margin: 0 auto;
}
.np_address .mobile-footer .mobile-footer-btn a span:before {
  color: white;
  font-size: 25px;
  line-height: 60px;
}
@media (max-width: 1200px) {
  .np_address .container {
    width: inherit;
  }
  .np_address .stage .logo {
    transform: translateY(30px) translateX(30px);
  }
  .np_address .stage .txt {
    max-width: 160px;
  }
  .np_address .stage .txt p {
    font-size: 18px;
  }
  .np_address .stage .txt p.big {
    font-size: 25px;
  }
  .np_address .stage .overlay {
    transform: scale(4) translateY(155px) translateX(5px);
  }
  @keyframes np_headerfadein {
    from {
      transform: scale(3.8) translateY(170px) translateX(15px);
    }
    to {
      transform: scale(4) translateY(155px) translateX(5px);
    }
  }
}
@media (max-width: 992px) {
  .np_address .stage .txt {
    max-width: 160px;
  }
  .np_address .stage .txt p {
    font-size: 18px;
  }
  .np_address .stage .txt p.big {
    font-size: 25px;
  }
  .np_address .stage .overlay {
    transform: scale(3.7) translateY(120px) translateX(10px);
  }
  @keyframes np_headerfadein {
    from {
      transform: scale(3.5) translateY(130px) translateX(20px);
    }
    to {
      transform: scale(3.7) translateY(120px) translateX(10px);
    }
  }
}
@media (max-width: 780px) {
  .np_address .businesscard {
    font-size: 16px;
  }
  .np_address .businesscard .small-container {
    width: 100%;
    padding: 0 25px;
  }
  .np_address .businesscard .quote-container {
    padding: 20px 0;
  }
  .np_address .businesscard .quote-container .quote {
    padding: 0 10px;
  }
  .np_address .businesscard .quote-container .quote:before, .np_address .businesscard .quote-container .quote:after {
    font-size: 200px;
  }
  .np_address .businesscard .quote-container .quote:before {
    top: -200px;
  }
  .np_address .businesscard .quote-container .quote:after {
    bottom: -145px;
  }
  .np_address .businesscard .quote-container .quote p {
    font-size: 18px;
  }
  .np_address .businesscard .infos.small-container {
    padding-bottom: 50px;
  }
  .np_address .businesscard .intro.small-container {
    margin-bottom: 20px;
  }
  .np_address .businesscard .intro.small-container .businesscard-social-link-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .np_address h1 small {
    font-size: 16px;
  }
  .np_address .stage {
    height: 330px;
    background-position-y: 30px;
  }
  .np_address .stage .logo {
    width: 100px;
    transform: translateY(20px) translateX(30px);
  }
  .np_address .stage .overlay {
    transform: scale(3) translateY(65px) translateX(15px);
  }
  @keyframes np_headerfadein {
    from {
      transform: scale(3.2) translateY(80px) translateX(5px);
    }
    to {
      transform: scale(3) translateY(65px) translateX(-5px);
    }
  }
  .np_address footer {
    display: none;
  }
}
@media (max-width: 550px) {
  .np_address .stage .overlay {
    transform: scale(4) translateY(70px) translateX(15px);
  }
  @keyframes np_headerfadein {
    from {
      transform: scale(4) translateY(85px) translateX(25px);
    }
    to {
      transform: scale(4) translateY(70px) translateX(15px);
    }
  }
}
@media (max-width: 450px) {
  .np_address .stage {
    background-position: -40px 50px;
  }
  .np_address .stage .overlay {
    transform: scale(4) translateY(60px) translateX(15px);
  }
  @keyframes np_headerfadein {
    from {
      transform: scale(4) translateY(70px) translateX(25px);
    }
    to {
      transform: scale(4) translateY(60px) translateX(15px);
    }
  }
}
@media (max-width: 350px) {
  .np_address .stage {
    background-position: -100px 50px;
  }
  .np_address .stage .logo {
    width: 80px;
    transform: translateY(20px) translateX(10px);
  }
  .np_address .stage .overlay {
    transform: scale(4) translateY(55px) translateX(10px);
  }
  @keyframes np_headerfadein {
    from {
      transform: scale(4) translateY(65px) translateX(20px);
    }
    to {
      transform: scale(4) translateY(55px) translateX(10px);
    }
  }
}
@font-face {
  font-family: "icomoon-np";
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.eot?g4cduh");
  src: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.eot?g4cduh#iefix") format("embedded-opentype"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.ttf?g4cduh") format("truetype"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.woff?g4cduh") format("woff"), url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Fonts/icomoon.svg?g4cduh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.np_address [class^="icon-np-"], .np_address [class*=" icon-np-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon-np" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.np_address .icon-newsletter-shape-ico:before {
  content: "";
}
.np_address .icon-ct-shape-ico:before {
  content: "";
}
.np_address .icon-np-Anschrift_VK:before {
  content: "";
}
.np_address .icon-np-E-Mail_VK:before {
  content: "";
}
.np_address .icon-np-Fax_VK:before {
  content: "";
}
.np_address .icon-np-Internet_VK:before {
  content: "";
}
.np_address .icon-np-Mobil_VK:before {
  content: "";
}
.np_address .icon-np-Telefon_VK:before {
  content: "";
}
.np_address .icon-np-User_VK:before {
  content: "";
}
.np_address .icon-np-vcf:before {
  content: "";
}
.np_address .icon-np-at:before {
  content: "";
}
.np_address .icon-np-Vertriebsunterstuetzung:before {
  content: "";
}
.np_address .icon-np-linkedin:before {
  content: "";
}
.np_address .icon-np-xing:before {
  content: "";
}
.np_address .icon-np-Juristische_Beratung:before {
  content: "";
}
.np_address .icon-np-Produktentwicklung:before {
  content: "";
}
.np_address .icon-np-Technische_Anbindung:before {
  content: "";
}
.np_address .icon-np-Leistungsbearbeitung:before {
  content: "";
}
.np_address .icon-np-Anschrift_VK:before {
  color: #afca0b;
  left: 0;
  top: 6px;
}
.np_address .icon-np-E-Mail_VK:before {
  color: #afca0b;
  left: 1px;
  top: 7px;
}
.np_address .icon-np-Fax_VK:before {
  color: #afca0b;
  left: 4px;
  top: 7px;
}
.np_address .icon-np-Internet_VK:before {
  color: #afca0b;
  left: 1px;
  top: 7px;
}
.np_address .icon-np-Mobil_VK:before {
  color: #afca0b;
  left: 3px;
  top: 6px;
}
.np_address .icon-np-Telefon_VK:before {
  color: #afca0b;
  left: 1px;
  top: 6px;
}
.np_address .icon-np-User_VK:before {
  color: #afca0b;
}
.fancybox-container .fancybox-progress {
  background-color: #BAD60A;
}
.fancybox-container .fancybox-thumbs__list a:before {
  border-color: #BAD60A;
}
.fancybox-container .fancybox-toolbar .fancybox-button--zoom, .fancybox-container .fancybox-toolbar .fancybox-button--play, .fancybox-container .fancybox-toolbar .fancybox-button--thumbs {
  display: none !important;
}
.fancybox-container .fancybox-button {
  transition: opacity 0.3s ease-in-out;
  background-color: transparent;
}
.fancybox-container .fancybox-button div {
  width: 20px;
  height: 36px;
  background: center left no-repeat;
  border: none;
  z-index: 100;
}
.fancybox-container .fancybox-button.fancybox-button--arrow_left div {
  margin-left: auto;
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/arrow-left.svg");
}
.fancybox-container .fancybox-button.fancybox-button--arrow_left div svg {
  display: none;
}
.fancybox-container .fancybox-button.fancybox-button--arrow_right div {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/arrow-right.svg");
}
.fancybox-container .fancybox-button.fancybox-button--arrow_right div svg {
  display: none;
}
.fancybox-container .fancybox-button[disabled] {
  opacity: 0;
}
/*.calculator-datepicker {
	.ui-datepicker-next,
	.ui-datepicker-prev {
		display: none;
	}
	.ui-datepicker-calendar {
		.ui-datepicker-week-end {
			padding: 5px;
		}
	}
}*/
.callas-calculator {
  margin: 20px 0px;
  padding: 20px;
}
.callas-calculator input.has-error {
  border: 2px solid #d9534f;
}
.callas-calculator input[type="submit"] {
  margin-top: 30px;
}
.callas-calculator input[type="submit"]:focus, .callas-calculator input[type="submit"]:active {
  color: white;
  background-color: #BAD60A;
}
.callas-calculator .opacity-0 {
  opacity: 0;
}
.callas-calculator .form-group > select + select {
  margin-top: 6px;
}
.callas-calculator .calculator-alert {
  padding: 30px;
  margin-bottom: 30px;
}
.callas-calculator .calculator-success {
  background-color: #BAD60A;
}
.callas-calculator .calculator-warning {
  background-color: #eba5a3;
}
.callas-calculator span.required {
  color: #BAD60A;
}
.callas-calculator input[type="radio"] {
  border: 1px solid #BDBDBD;
}
.callas-calculator input[type="radio"]:focus, .callas-calculator input[type="radio"]:active {
  outline: none;
}
.callas-calculator .has-error-text {
  margin-bottom: 0px;
}
.callas-calculator .error-container .error-text {
  padding: 6px 0px 6px 0px;
  color: #d9534f;
  font-size: 14px;
  /*visibility: hidden;*/
}
.callas-calculator .error-container.has-error .error-text {
  /*visibility: visible;*/
}
.ib-calculator .min-max-income {
  color: #d9534f;
  /*text-align: center;
		margin: 0px 0px 20px;*/
}
main .ansprechpartner {
  width: 100%;
  position: relative;
  padding: 0 0 100px;
}
main .ansprechpartner .img-box {
  position: relative;
  margin: 0 auto;
  display: block;
}
main .ansprechpartner .img-box img {
  border-radius: 50%;
  display: block;
  max-width: 100%;
}
main .ansprechpartner .img-box .img-wrap {
  max-width: 327px;
  overflow: hidden;
}
main .ansprechpartner .img-box .overlay {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  border-radius: 0;
}
main .ansprechpartner h1 {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
main .ansprechpartner h2 {
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  margin-top: 80px;
  margin-bottom: 30px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  color: #3C4447;
}
main .ansprechpartner h3, main .ansprechpartner h4 {
  font-size: 18px;
}
main .ansprechpartner h3 {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
  margin: 0 0 8px;
}
main .ansprechpartner h4 {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  color: #3C4447;
  margin: 0 0 8px;
}
main .ansprechpartner .container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .ansprechpartner .container ul li {
  color: #BAD60A;
  font-size: 18px;
  padding-left: 0;
  line-height: normal;
}
main .ansprechpartner .container ul li::before {
  content: "";
}
main .ansprechpartner .container ul li:first-child {
  color: #3C4447;
}
main .ansprechpartner .container ul li a {
  color: #BAD60A;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  font-width: condensed;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1199px) {
  main .ansprechpartner .img-box img.overlay {
    max-width: 110%;
  }
  main .ansprechpartner h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 991px) {
  main .ansprechpartner .col-sm-7 {
    padding-left: 60px;
  }
  main .ansprechpartner .img-box img {
    max-width: 95%;
  }
  main .ansprechpartner .img-box img.overlay {
    max-width: 106%;
  }
  main .ansprechpartner h2 {
    margin-top: 50px;
  }
  main .ansprechpartner .img-box .img-wrap {
    max-width: 345px;
  }
}
@media screen and (max-width: 767px) {
  main .ansprechpartner {
    padding-bottom: 60px;
  }
  main .ansprechpartner .col-sm-7 {
    padding-left: 20px;
  }
  main .ansprechpartner .col-md-10 {
    padding: 0;
  }
  main .ansprechpartner .img-box {
    left: -10px;
  }
  main .ansprechpartner h3, main .ansprechpartner h4 {
    font-size: 20px;
  }
  main .ansprechpartner h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  main .ansprechpartner .img-box {
    left: 0px;
    max-width: 530px;
    margin-bottom: 40px;
  }
  main .ansprechpartner .img-box img {
    width: 89.5%;
  }
  main .ansprechpartner .img-box .img-wrap {
    max-width: none;
  }
  main .ansprechpartner .img-box img.overlay {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  main .ansprechpartner h2, main .ansprechpartner h3, main .ansprechpartner h4 {
    font-size: 18px;
  }
}
.gemeinsam-storys {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0 0 150px;
}
.gemeinsam-storys h2, .gemeinsam-storys p {
  text-align: left;
}
.gemeinsam-storys h2 em {
  color: #BAD60A;
  font-style: normal;
}
.gemeinsam-storys a {
  color: #3C4447;
}
.gemeinsam-storys .btn {
  color: #fff;
}
.gemeinsam-storys .btn:hover {
  color: #BAD60A;
}
.gemeinsam-storys p {
  max-width: 70%;
  margin-bottom: 150px;
}
.gemeinsam-storys .left {
  float: left;
  width: 50%;
}
.gemeinsam-storys .right {
  float: left;
  width: 50%;
  margin-top: 70px;
}
.gemeinsam-storys .box {
  display: inline-block;
}
.gemeinsam-storys .box a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.gemeinsam-storys .box a:hover .overlay {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}
.gemeinsam-storys .box .img-box {
  margin-bottom: 40px;
  margin: 0px auto;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}
.gemeinsam-storys .box .img-box .main-img {
  max-width: 500px;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  z-index: 10;
}
.gemeinsam-storys .box .img-box img {
  border-radius: 50%;
  display: block;
  max-width: 100%;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  -o-transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  position: relative;
  z-index: 0;
}
.gemeinsam-storys .box .img-box .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  display: inherit;
  max-width: inherit;
  border-radius: 0;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.gemeinsam-storys .box .img-box p {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 130px;
  z-index: 13;
  margin: 0;
  line-height: 1.3;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
}
.gemeinsam-storys .box .img-box p.fontsize_small {
  font-size: 30px;
}
.gemeinsam-storys .box .img-box p strong {
  display: block;
}
.gemeinsam-storys .box .img-box p span {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BAD60A;
  position: relative;
  margin-left: 3px;
}
.gemeinsam-storys .box h3 {
  font-size: 38px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
  text-align: center;
  max-width: 90%;
  margin: 0 auto 10px;
  line-height: 1.3;
}
.gemeinsam-storys .box p {
  max-width: inherit;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 130px;
}
@media screen and (max-width: 1199px) {
  .gemeinsam-storys .box .img-box .overlay {
    max-width: 106%;
  }
  .gemeinsam-storys .box .img-box p {
    font-size: 30px;
    left: 100px;
  }
  .gemeinsam-storys .box h3 {
    font-size: 29px;
  }
}
@media screen and (max-width: 991px) {
  .gemeinsam-storys {
    padding: 60px 0 0;
  }
  .gemeinsam-storys p {
    max-width: 100%;
  }
  .gemeinsam-storys .box .img-box p {
    font-size: 24px;
    left: 150px;
    bottom: 40px;
  }
  .gemeinsam-storys .box .img-box p.fontsize_small {
    font-size: 24px;
  }
  .gemeinsam-storys p {
    margin-bottom: 80px;
    font-size: 16px;
  }
  .gemeinsam-storys .box p {
    max-width: 100%;
  }
  .gemeinsam-storys .box h3 {
    font-size: 24px;
  }
  .gemeinsam-storys .box p {
    margin-bottom: 90px;
  }
  .gemeinsam-storys .left, .gemeinsam-storys .right {
    padding: 0 40px;
  }
  .gemeinsam-storys .col-md-12 {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .gemeinsam-storys {
    padding: 40px 0 60px;
  }
  .gemeinsam-storys .left, .gemeinsam-storys .right {
    width: 100%;
    float: none;
    display: block;
  }
  .gemeinsam-storys .box {
    display: inline-block;
    padding: 0px;
  }
  .gemeinsam-storys .box .img-box {
    display: inline-block;
    margin: 0 auto 40px;
    left: -10px;
  }
  .gemeinsam-storys .box p {
    margin-bottom: 70px;
  }
  .gemeinsam-storys .box .img-box p {
    font-size: 38px;
    left: 130px;
    bottom: 50px;
  }
  .gemeinsam-storys .box .img-box p.fontsize_small {
    font-size: 30px;
  }
  .gemeinsam-storys .right {
    padding-right: 0;
  }
  .gemeinsam-storys .left, .gemeinsam-storys .right {
    padding: 0 20px;
  }
}
@media screen and (max-width: 550px) {
  .gemeinsam-storys .box .img-box p {
    font-size: 30px;
    left: 90px;
  }
  .gemeinsam-storys .box .img-box p.fontsize_small {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .gemeinsam-storys .box .img-box p {
    font-size: 30px;
    left: 110px;
    bottom: 30px;
  }
  .gemeinsam-storys .box .img-box p.fontsize_small {
    font-size: 24px;
  }
}
@media screen and (max-width: 415px) {
  .gemeinsam-storys .box .img-box p {
    font-size: 25px;
    left: 70px;
    bottom: 30px;
  }
  .gemeinsam-storys .box .img-box p.fontsize_small {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .gemeinsam-storys .box .img-box p {
    font-size: 20px;
    left: 60px;
    bottom: 35px;
  }
  .gemeinsam-storys .box .img-box p.fontsize_small {
    font-size: 20px;
  }
}
#page .no-margin {
  margin: 0;
}
body.has-client-navigation .mobile-top .fastnav {
  display: none;
}
body.has-client-navigation header .fastnav {
  top: 0;
  right: 20px;
  padding-top: 7px;
  min-width: 110px;
  display: block;
}
body.has-client-navigation header .fastnav a .xs-hidden {
  margin: 0;
}
body.has-client-navigation header .logo {
  margin-top: 20px;
  width: 170px;
}
body.has-client-navigation header.head {
  padding: 0 0 20px;
}
body.has-client-navigation header.head.sticky .container {
  padding-top: 20px;
}
body.has-client-navigation header.head.sticky .logo {
  margin-top: 0;
  width: auto;
  margin-left: 0;
}
body.has-client-navigation header.head.sticky .client-navigation .client-navigation-inner a.active::before {
  border-color: transparent transparent white transparent;
}
body.has-client-navigation header.head .client-navigation {
  height: 41px;
  padding-right: 240px;
  margin: 0;
  background-color: #4D5357;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
body.has-client-navigation header.head .client-navigation .client-navigation-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
}
body.has-client-navigation header.head .client-navigation .client-navigation-inner a {
  position: relative;
  margin-left: 20px;
  padding: 10px 0 0 30px;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0px;
}
body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-partner, body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-clients {
  color: #ffffff;
}
body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-partner svg, body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-clients svg {
  width: 20px;
  height: auto;
  top: 8px;
}
body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-partner:hover, body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-clients:hover {
  color: #ffffff;
}
body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-partner.active, body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-partner:hover {
  color: #BAD60A;
}
body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-partner.active svg .path, body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-partner:hover svg .path {
  stroke: #BAD60A;
}
body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-clients {
  padding: 10px 0 0 25px;
  margin-left: 30px;
}
body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-clients.active, body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-clients:hover {
  color: #FFB500;
}
body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-clients.active svg .path, body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-clients:hover svg .path {
  stroke: #FFB500;
}
body.has-client-navigation header.head .client-navigation .client-navigation-inner a.active::before {
  position: absolute;
  bottom: -2px;
  content: " ";
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #BAD60A transparent;
}
@media (max-width: 768px) {
  body.has-client-navigation header.head .client-navigation {
    padding-right: 0;
  }
  body.has-client-navigation header.head .client-navigation .client-navigation-inner {
    justify-content: flex-start;
  }
  body.has-client-navigation header.head .client-navigation .client-navigation-inner a.active::before {
    content: none;
  }
  body.has-client-navigation header.head .client-navigation .client-navigation-inner .spacer {
    display: none;
  }
}
@media (max-width: 579px) {
  body.has-client-navigation header .logo {
    margin-top: 15px;
    max-width: 100%;
    margin-left: -20px;
  }
  body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-clients {
    margin-left: 20px;
  }
}
@media (max-width: 360px) {
  body.has-client-navigation header .fastnav {
    min-width: 90px;
  }
  body.has-client-navigation header.head .client-navigation .client-navigation-inner a {
    padding: 10px 0 0 25px;
  }
  body.has-client-navigation header.head .client-navigation .client-navigation-inner a.link-clients {
    margin-left: 15px;
  }
}
.form-material .btn {
  color: #fff !important;
  padding: 16px 50px;
}
.form-material .btn:hover {
  color: #BAD60A !important;
}
.form-material .form-radio, .form-material .form-group {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.form-material .form-inline > .form-group, .form-material .form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}
.form-material .form-group .control-label {
  position: absolute;
  top: 1.5rem;
  pointer-events: none;
  padding-left: 1.5rem;
  z-index: 1;
  color: #3C4447;
  font-weight: normal;
  font-size: 1.5rem;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.form-material .form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #BAD60A;
  display: block;
}
.form-material .form-group .bar::before {
  content: "";
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #BAD60A;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.form-material .form-group input, .form-material .form-group textarea {
  display: block;
  background: none;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.form-material .form-group select, .form-material .form-group input:focus, .form-material .form-group input:valid, .form-material .form-group input.form-file, .form-material .form-group input.has-value, .form-material .form-group textarea:focus, .form-material .form-group textarea:valid, .form-material .form-group textarea.form-file, .form-material .form-group textarea.has-value {
  color: #3C4447;
}
.form-material .form-group select ~ .control-label, .form-material .form-group input:focus ~ .control-label, .form-material .form-group input:valid ~ .control-label, .form-material .form-group input.form-file ~ .control-label, .form-material .form-group input.has-value ~ .control-label, .form-material .form-group textarea:focus ~ .control-label, .form-material .form-group textarea:valid ~ .control-label, .form-material .form-group textarea.form-file ~ .control-label, .form-material .form-group textarea.has-value ~ .control-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3C4447;
  top: -1.5rem;
  left: 0;
}
.form-material .form-group select:focus, .form-material .form-group input:focus, .form-material .form-group textarea:focus {
  outline: none;
}
.form-material .form-group select:focus ~ .control-label, .form-material .form-group input:focus ~ .control-label, .form-material .form-group textarea:focus ~ .control-label {
  color: #3C4447;
}
.form-material .form-group select:focus ~ .bar::before, .form-material .form-group input:focus ~ .bar::before, .form-material .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}
.form-material .checkbox label, .form-material .form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.form-material .checkbox input, .form-material .form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}
.form-material .radio {
  margin-bottom: 1rem;
}
.form-material .radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #777;
}
.form-material .radio .helper::before, .form-material .radio .helper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.form-material .radio .helper::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #3C4447;
  border-color: #3C4447;
}
.form-material .radio label:hover .helper {
  color: #3C4447;
}
.form-material .radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.form-material .radio input:checked ~ .helper::before {
  color: #3C4447;
}
.form-material .checkbox {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.form-material .checkbox .helper {
  color: #777;
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.form-material .checkbox .helper::before, .form-material .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #3C4447;
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: "";
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.form-material .checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.form-material .checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-material .checkbox label:hover .helper {
  color: #3C4447;
}
.form-material .checkbox input:checked ~ .helper {
  color: #3C4447;
}
.form-material .checkbox input:checked ~ .helper::after, .form-material .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.form-material .checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.form-material .checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.form-material .radio + .radio, .form-material .checkbox + .checkbox {
  margin-top: 1rem;
}
.form-material .has-error .legend.legend, .form-material .has-error.form-group .control-label.control-label {
  color: #d9534f;
}
.form-material .has-error.form-group .form-help, .form-material .has-error.form-group .helper, .form-material .has-error.checkbox .form-help, .form-material .has-error.checkbox .helper, .form-material .has-error.radio .form-help, .form-material .has-error.radio .helper, .form-material .has-error.form-radio .form-help, .form-material .has-error.form-radio .helper {
  color: #d9534f;
}
.form-material .has-error .bar::before {
  background: #d9534f;
  left: 0;
  width: 100%;
}
.form-material .button {
  position: relative;
  background: currentColor;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  color: #4f93ce;
  margin: 3rem 0;
  padding: 0.75rem 3rem;
  cursor: pointer;
  -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.form-material .button span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.form-material .button::before {
  content: "";
  position: absolute;
  background: #071017;
  border: 50vh solid #1d4567;
  width: 30vh;
  height: 30vh;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.form-material .button:hover {
  color: #3C4447;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.form-material .button:active::before, .form-material .button:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.form-material .button:focus {
  outline: none;
}
.custom-navigation .highlighted, .custom-navigation-mobile .highlighted {
  background: white;
  border-radius: 40px;
  padding: 10px 25px;
}
.custom-navigation .has-highlighted {
  margin-top: 60px;
}
.custom-navigation > ul {
  margin-left: 0;
}
.custom-navigation > ul > li {
  margin: 0 12.5px;
}
.custom-navigation-mobile-trigger {
  position: absolute;
  top: 50px;
  right: 40px;
}
.custom-navigation-mobile-trigger .hamburger {
  display: block;
  margin-left: 0;
}
@media (min-width: 1199px) {
  .custom-navigation-mobile-trigger .hamburger {
    display: none;
  }
}
.custom-navigation-mobile-trigger .hamburger .hamburger-box {
  right: 0;
}
header.head.sticky .custom-navigation-mobile-trigger {
  top: 50%;
  transform: translateY(-50%);
}
header.head.sticky .custom-navigation .highlighted, header.head.sticky .custom-navigation-mobile .highlighted {
  background: #BAD60A;
}
header.head.sticky .custom-navigation .has-highlighted {
  margin-top: -10px;
}
header.head.sticky .col-md-9 {
  text-align: right;
}
header.head.sticky nav {
  margin-left: 0;
}
.custom-navigation-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
  z-index: 999;
  background: #343b3e;
  padding: 50px 20px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 0.2s;
}
.custom-navigation-mobile.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-navigation-mobile .hamburger-container {
  display: block;
  margin: 0 0 40px 0;
  position: relative;
  height: 24px;
}
.custom-navigation-mobile .hamburger {
  margin-left: 0;
  top: 0;
  right: 0;
  left: unset;
  position: absolute;
  display: block;
}
.custom-navigation-mobile .hamburger .hamburger-box {
  right: 0;
}
.custom-navigation-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.custom-navigation-mobile ul li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.custom-navigation-mobile ul li.highlighted {
  background: transparent;
  border-radius: unset;
  padding: 0;
}
.custom-navigation-mobile ul li.highlighted a {
  color: #BAD60A;
}
.custom-navigation-mobile ul a {
  color: #fff;
  padding: 15px 40px 15px 20px;
  display: block;
  position: relative;
}
.custom-navigation-mobile ul a::before {
  font-family: "FontAwesome";
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
main .stellenangebote {
  width: 100%;
  position: relative;
  padding: 30px 0 100px;
}
main .stellenangebote p {
  margin-bottom: 50px;
}
main .stellenangebote .container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .stellenangebote .container ul li {
  width: 100%;
  padding-left: 0;
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
  letter-spacing: 1px;
}
main .stellenangebote .container ul li::before {
  content: "";
}
main .stellenangebote .container ul li a {
  display: block;
  background: #F5F5F5;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  border-radius: 3px;
  padding: 15px 20px 12px;
  color: #3C4447;
  position: relative;
  letter-spacing: 1px;
}
main .stellenangebote .container ul li a:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 32px;
  position: absolute;
  top: 0;
  right: 20px;
  color: #BAD60A;
}
main .stellenangebote .container ul li a:hover {
  background: #BAD60A;
  color: #fff;
}
main .stellenangebote .container ul li a:hover:after {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .stellenangebote {
    padding: 30px 20px 100px;
  }
}
/**
 * reset bootstrap container dimensions
 * -----------------------------------------
 * Gridelements erlauben das Verschachteln von Content-Elementen. Hierbei werden
 * die Standard-TYPO3-Renderings verwendet. Bei Credit Life wird um jedes CE ein
 * Bootstrap-Container (mit fixen px Dimensionen) rerendert, was dann zu Layout
 * Problemen führt (z.B. 1200px breiter Container in einem 600px Spalten-Element)
 * Daher werden hier die Container-Weiten innerhalb der Grird-Elemente auf 'auto'
 * gesetzt.
 */
.np_accordion.panel-group .panel-default .panel-body .container {
  width: auto;
}
.np_two-columns .np_column .container, .np_three-columns .np_column .container, .np_four-columns .np_column .container {
  width: auto;
}
@media screen and (max-width: 991px) {
  .np_two-columns .np_column {
    padding-left: 0;
  }
}
.np_accordion.panel-group {
  display: block;
  margin-bottom: 4px;
}
.np_accordion.panel-group .panel {
  border: 0;
}
.np_accordion.panel-group .panel-default .panel-body .container {
  width: auto;
}
.np_accordion.panel-group .panel-default .panel-heading {
  padding: 0;
}
.np_accordion.panel-group .panel-default .panel-heading h4 a {
  display: block;
  position: relative;
  padding: 20px 20px 20px 45px;
  background: #F5F5F5;
  border-radius: 3px;
  color: #3C4447;
  font-size: 16px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
  letter-spacing: 1px;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.np_accordion.panel-group .panel-default .panel-heading h4 a:focus {
  text-decoration: none;
}
.np_accordion.panel-group .panel-default .panel-heading h4 a:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 36px;
  position: absolute;
  top: 10px;
  left: 20px;
  color: #BAD60A;
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.np_accordion.panel-group .panel-default .panel-heading h4 a:hover {
  background: #BAD60A;
}
.np_accordion.panel-group .panel-default .panel-heading h4 a:hover:before {
  color: white;
}
.np_accordion.panel-group .panel-default .panel-heading h4 a.collapsed:before {
  top: 8px;
  transform: rotate(0deg);
}
.download-carousel {
  width: 100%;
  position: relative;
  padding-bottom: 2em;
  text-align: center;
}
.download-carousel .download-items {
  display: inline-block;
  width: 100%;
}
.download-carousel .download-items p {
  font-size: 15px;
}
.download-carousel .slick-slide {
  height: auto;
}
.download-carousel .item {
  padding: 0 20px;
  text-align: left;
}
.download-carousel .item:focus {
  outline: none;
}
.download-carousel .item p {
  margin: 0;
}
.download-carousel h3 {
  font-size: 20px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
  margin-top: 22px;
}
.download-carousel p {
  margin: 0 0 80px;
}
.download-carousel a {
  color: #BAD60A;
  text-transform: uppercase;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  font-width: condensed;
  font-size: 15px;
}
.download-carousel img {
  width: 100%;
  margin: 0 auto;
}
.download-carousel .slick-prev {
  width: 20px;
  height: 36px;
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/arrow-left.svg") center left no-repeat;
  border: none;
  z-index: 100;
}
.download-carousel .slick-next {
  width: 20px;
  height: 36px;
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/arrow-right.svg") center left no-repeat;
  border: none;
  z-index: 100;
}
.download-carousel .slick-dots {
  bottom: -60px;
}
.download-carousel .slick-dots li {
  padding-left: 0;
}
.download-carousel .slick-dots li:before {
  display: none;
}
.download-carousel .slick-dots li button {
  background: #ccc;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-radius: 50%;
}
.download-carousel .slick-dots li button:before {
  display: none;
}
.download-carousel .slick-dots li.slick-active button {
  background: #BAD60A;
}
@media screen and (max-width: 1199px) {
  .download-carousel {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .slick-prev {
    left: -5px;
  }
  .slick-next {
    right: -5px;
  }
}
@media screen and (max-width: 991px) {
  .download-carousel p {
    margin-bottom: 40px;
  }
  .download-carousel p span {
    display: block;
  }
  .download-carousel .slick-dots {
    bottom: -50px;
  }
}
.solution-carousel {
  width: 100%;
  position: relative;
  padding-bottom: 2em;
  text-align: center;
}
.solution-carousel .slick-dots {
  bottom: -60px;
}
.solution-carousel .slick-dots li {
  padding-left: 0;
}
.solution-carousel .slick-dots li:before {
  display: none;
}
.solution-carousel .slick-dots li button {
  background: #ccc;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-radius: 50%;
}
.solution-carousel .slick-dots li button:before {
  display: none;
}
.solution-carousel .slick-dots li.slick-active button {
  background: #BAD60A;
}
@media screen and (max-width: 1199px) {
  .solution-carousel {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .solution-carousel p {
    margin-bottom: 40px;
  }
  .solution-carousel p span {
    display: block;
  }
  .solution-carousel .slick-dots {
    bottom: -50px;
  }
}
.tx_solr .results-highlight {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
}
.tx_solr .tx-solr-search-form .tx-solr-submit {
  padding: 11px 40px 10px 40px;
}
@media screen and (max-width: 1199px) {
  .tx_solr .tx-solr-search-form .tx-solr-submit {
    padding: 12px 20px 11px;
  }
}
.tx_solr .tx-solr-search-form .tx-solr-submit .search-ico {
  display: inline-block;
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/icon-search-btn--dark.svg") left center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  left: -6px;
  z-index: 3;
}
.tx_solr .tx-solr-search-form .tx-solr-submit:hover .search-ico {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/icon-search-btn--primary.svg");
}
.solr-container {
  max-width: 1000px;
  margin: 0px auto;
}
.solr-pagination {
  padding: 0 30px;
  display: none;
}
.solr-pagination ul.pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 0px;
}
.solr-pagination ul.pagination li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 60px;
}
.solr-pagination ul.pagination li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: #F6F6F6;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  font-weight: 600;
  color: #BAD60A;
  overflow: hidden;
  padding-top: 9px;
  border: 0px;
  border-radius: 0px !important;
}
.solr-pagination ul.pagination li.active a {
  background: #BAD60A;
  color: #fff;
}
.solr-pagination ul.pagination li::before {
  content: none;
}
.results-list + .solr-pagination {
  display: block;
}
.searchresults .txt-box span.results-highlight {
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
  color: #3C4447;
  font-size: 18px;
}
@media (min-width: 991px) {
  #mm-menu {
    display: none !important;
  }
}
.mm-panel .level1 .has-children > a {
  padding: 0px 20px;
}
.mm-menu .mm-listitem_vertical ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.mm-listitem_opened > .mm-panel {
  display: block;
  overflow: hidden;
  padding: 20px 0px !important;
  padding-top: 10px !important;
}
.mobile-widgets .fastnav ul li {
  margin-bottom: 0px !important;
}
.tab-element {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 100px;
  background: #BAD60A;
}
.tab-element h2.ce-headline-decoration-trailing-dot:after {
  background: #ffffff;
}
.tab-element p.intro {
  margin-top: 0;
  margin-bottom: 80px;
  padding: 0;
}
.tab-element .col-md-3 {
  min-height: 210px;
}
.tab-element .tabs {
  width: 100%;
  position: relative;
}
.tab-element .tabs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 960px;
}
.tab-element .tabs ul li {
  width: 33.333333%;
  margin: 0 -3px;
  font-size: 16px;
  letter-spacing: 0.07em;
  display: inline-block;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  line-height: 1.42857;
  padding-left: 0;
}
.tab-element .tabs ul li:before {
  display: none;
}
.tab-element .tabs ul li a {
  border: 2px solid #fff;
  background: none;
  color: #fff;
  padding: 16px 0;
  display: block;
  text-decoration: none;
}
.tab-element .tabs ul li a:hover {
  cursor: pointer;
}
.tab-element .tabs ul li a.active {
  background: #fff;
  color: #3C4447;
}
.tab-element .tabs ul li.first a {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.tab-element .tabs ul li.last a {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.tab-element .tabs ul .tabulousclear {
  display: block;
  clear: both;
}
.tab-element .tabs .tabs-container {
  width: 100%;
  background: none;
  padding: 0;
  margin: 0;
  min-height: 250px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.tab-element .tabs .tabs-container div {
  margin: 0;
  width: 100%;
  text-align: center;
}
.tab-element .tabs .tabs-container .col-md-3 {
  padding: 0 20px;
}
.tab-element .tabs .tabs-container .tab-content {
  z-index: 30;
  position: absolute;
  top: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab-element .tabs .tabs-container .tab-content.hidescale {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}
.tab-element .tabs .tabs-container .tab-content.showscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: 40;
}
.tab-element .tabs .tabs-container .tab-content a {
  color: #3C4447;
  display: block;
}
.tab-element .tabs .tabs-container .tab-content .svg-container {
  display: block;
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  max-width: 100px;
  height: auto;
  width: 100%;
  position: relative;
}
.tab-element .tabs .tabs-container .tab-content .svg-container svg {
  position: static;
  width: 100%;
  height: auto;
}
.tab-element .tabs .tabs-container .tab-content .svg-container svg line, .tab-element .tabs .tabs-container .tab-content .svg-container svg path, .tab-element .tabs .tabs-container .tab-content .svg-container svg polyline, .tab-element .tabs .tabs-container .tab-content .svg-container svg polygon, .tab-element .tabs .tabs-container .tab-content .svg-container svg circle, .tab-element .tabs .tabs-container .tab-content .svg-container svg rect {
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tab-element .tabs .tabs-container .tab-content h3 {
  font-size: 18px;
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  color: #3C4447;
  transition: all ease-in-out 0.2s;
  margin-top: 22px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  font-family: RedHatText, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .tab-element .tabs ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .tab-element .tabs .tabs-container {
    height: 100% !important;
    min-height: 400px;
  }
  .tab-element .tabs .tabs-container .col-sm-3 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .tab-element {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .tab-element p.intro {
    margin-bottom: 40px;
  }
  .tab-element .col-md-3 {
    min-height: 180px;
  }
  .tab-element h3 {
    font-size: 13px;
  }
  .tab-element .tabs ul {
    padding: 0 20px;
  }
  .tab-element .tabs .tabs-container .col-md-3 {
    min-height: 170px;
  }
  .tab-element .tabs ul li {
    float: none;
    display: block;
    margin: 0 0 -2px;
    width: 100%;
  }
  .tab-element .tabs ul li a {
    display: block;
  }
  .tab-element .tabs ul li.first a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tab-element .tabs ul li.last a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .tab-element .tabs h3 {
    font-size: 16px;
  }
}
.ce-row, .ce-image {
  overflow: hidden !important;
}
.ce-gallery.video-item .ce-outer {
  position: initial;
  float: none;
  right: initial;
}
.ce-gallery.video-item .ce-outer .ce-inner {
  position: initial;
  float: none;
  right: initial;
}
.ce-gallery.video-item .ce-outer .ce-column {
  float: none;
}
.ce-gallery.video-item .ce-outer figure.video {
  display: block;
}
.ce-gallery.video-item .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.ce-gallery.video-item .video-embed iframe, .ce-gallery.video-item .video-embed video, .ce-gallery.video-item .video-embed object, .ce-gallery.video-item .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .container .frame-type-menu_section ul {
  margin: 0 -5px 10px -5px;
  display: flex;
  flex-wrap: wrap;
}
main .container .frame-type-menu_section ul li {
  padding: 0 5px;
  margin-top: 5px;
  display: block;
  overflow: hidden;
  max-width: 100%;
}
main .container .frame-type-menu_section ul li::before {
  display: none;
}
main .container .frame-type-menu_section ul li a {
  display: block;
  padding: 10px 20px;
  background: #F5F5F5;
  border-radius: 3px;
  color: #3C4447;
  font-size: 16px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
main .container .frame-type-menu_section ul li a:hover {
  background-color: #BAD60A;
}
@media screen and (max-width: 767px) {
  main .container .frame-type-menu_section ul li a {
    font-size: 14px;
  }
}
.b2c-css main .container .frame-type-menu_section ul li a:hover {
  background-color: #FFB500;
  color: white;
}
/**
 * Variables definition
 * ----------------------------
 * This file can be used standalone or within a bootstrap package installation. Adjust the following
 * variables to your needs and/or assign your bootstrap package variables.
 **/
body {
  overflow-y: scroll !important;
}
body #CybotCookiebotDialog {
  position: absolute !important;
  padding: 30px 40px 40px 40px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-width: 560px;
  margin: auto;
  transform: scale(1) !important;
}
@media (max-width: 576px) {
  body #CybotCookiebotDialog {
    padding: 30px 0;
  }
}
body #CybotCookiebotDialog::before {
  display: block;
  content: "";
  width: 160px;
  height: 50px;
  background-size: contain;
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Logo/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto 5px;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
  line-height: 1.7;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText p {
  text-align: center;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a {
  text-decoration: none;
  color: #BAD60A;
  font-weight: 500;
}
body #CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a:hover {
  color: #3C4447;
}
body #CybotCookiebotDialog #CybotCookiebotDialogDetail * {
  font-size: 10.5px;
}
body #CybotCookiebotDialogBodyContentTitle {
  font-family: "RedHatText", sans-serif;
  color: #4d5357;
  font-size: 24px;
  text-align: center;
}
body #CybotCookiebotDialog a, body #CybotCookiebotDialog div, body #CybotCookiebotDialogBodyContentControls {
  font-family: "RedHatText", sans-serif;
  font-size: 18px;
}
body #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  margin-bottom: 10px;
  margin-top: 5px;
}
body #CybotCookiebotDialogBodyButtons {
  text-align: center;
}
body #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
  padding: 20px 5px;
  width: 96% !important;
}
body #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline, body #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept {
  display: block;
  padding: 16px 0px;
  border-radius: 50px;
  color: #3C4447;
  font-size: 16px;
  font-family: RedHatText, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: 100%;
  font-width: 100%;
  font-weight: initial;
  border: 3px solid;
}
@media (min-width: 576px) {
  body #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline, body #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept {
    float: left;
    width: 45% !important;
  }
}
body #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline:hover, body #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept:hover {
  background-color: white;
  color: #3C4447;
}
body #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline {
  border-color: #4d5357;
  color: white;
}
body #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept {
  border-color: #BAD60A;
}
body #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
  display: inline-block;
  clear: both;
  float: none;
  margin: 10px auto;
}
body.modal-context {
  overflow: hidden !important;
}
.privacy-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  padding: 1.25rem 0;
  overflow-y: auto;
  z-index: 9999999999;
}
.privacy-modal .container {
  width: 100%;
}
.privacy-modal.show {
  display: block;
}
.privacy-modal.backdrop {
  background: rgba(112, 112, 112, 0.7);
}
.privacy-modal-content {
  position: relative;
  margin: 0 auto;
  border-radius: 0.375rem;
  top: 0;
  background-color: white;
  width: 100%;
  padding: 4rem;
}
.btn-modal-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #bad60a;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  text-align: center;
  border: 0;
  border-radius: 0;
}
.btn-modal-close::after {
  content: "×";
  color: white;
  font-size: 2rem;
  text-align: center;
}
.btn-modal-close:hover {
  background-color: #bad60a;
  color: #3c4447;
}
.privacy-modal h2 {
  font-size: 26px;
}
.privacy-modal h3 {
  font-size: 22px;
}
.privacy-modal p {
  line-height: 1.5;
}
.privacy-modal .frame-space-after-extra-large {
  margin-bottom: 3.5em;
}
@media screen and (min-width: 768px) {
  .privacy-modal {
    padding: 1.25rem;
  }
}
@media screen and (min-width: 991px) {
  .privacy-modal-content {
    width: 860px;
  }
}
.background-image {
  background-image: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/Stage_Startseite.jpg");
}
.frame-background-brand-primary {
  background-color: #BAD60A;
}
.ce-headline-subheader {
  margin-top: -20px;
}
.ce-headline-decoration-trailing-dot::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-radius: 50%;
  background: #BAD60A;
}
.b2c-css .ce-headline-decoration-trailing-dot::after {
  background: #FFB500;
}
@media screen and (max-width: 1199px) {
  .ce-headline-decoration-trailing-dot::after {
    width: 6px;
    height: 6px;
  }
}
video {
  width: 100%;
}
.ce-image-decoration-circular img {
  border: 0;
  border-radius: 50%;
  padding: 0px;
}
.ce-image-decoration-overlay {
  overflow: visible;
}
.ce-image-decoration-overlay h2 {
  margin-top: 30px;
}
.ce-image-decoration-overlay .ce-gallery {
  overflow: visible;
}
.ce-image-decoration-overlay .img-box {
  max-width: 442px;
  margin: 0 auto;
  position: relative;
}
.ce-image-decoration-overlay img {
  border-radius: 50%;
}
.ce-image-decoration-overlay .img-wrap {
  max-width: 420px;
  overflow: hidden;
}
.ce-image-decoration-overlay .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: inherit;
  max-width: inherit;
  border-radius: 0;
  width: 110%;
}
@media screen and (max-width: 991px) {
  .ce-image-decoration-overlay .overlay {
    width: calc(105% + 1px);
  }
}
.ce-gallery figcaption {
  font-size: 14px;
  line-height: 1.7;
  padding-top: 10px;
}
.ce-intext.ce-left .ce-gallery {
  margin-right: 80px;
}
.ce-intext.ce-right .ce-gallery {
  margin-left: 80px;
}
main .container ul {
  padding-left: 0;
}
main .container ul li {
  list-style: none;
  font-size: 18px;
  color: #3C4447;
  line-height: 1.7;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
main .container ul li:before {
  content: "• ";
  color: #BAD60A;
  position: absolute;
  top: 0;
  left: 0;
}
header.sticky .logo {
  margin-top: 0;
}
header.sticky .logo img {
  width: 100%;
}
header.sticky .container {
  padding-left: 0px;
  padding-right: 0px;
}
header .mega-menu.is_active .logo img {
  width: 100%;
}
header .mega-menu ul li#page-id-178 ul.level1 li {
  width: 50%;
}
header .mega-menu ul li#page-id-178 ul.level1 li:first-child {
  width: 100%;
}
h1, h2, h3, h4, h5, .h5-alike, h6, .h6-alike {
  margin-top: 0;
}
footer a:focus {
  text-decoration: none;
  color: white;
}
.form-group .row {
  margin-left: -40px;
  margin-right: -40px;
}
.row {
  margin-left: -40px;
  margin-right: -40px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding: 0 20px;
  }
  .formular .col-lg-1, .formular .col-lg-2, .formular .col-lg-3, .formular .col-lg-4, .formular .col-lg-5, .formular .col-lg-6, .formular .col-lg-7, .formular .col-lg-8, .formular .col-lg-9, .formular .col-lg-10, .formular .col-lg-11, .formular .col-lg-12, .formular .col-md-1, .formular .col-md-2, .formular .col-md-3, .formular .col-md-4, .formular .col-md-5, .formular .col-md-6, .formular .col-md-7, .formular .col-md-8, .formular .col-md-9, .formular .col-md-10, .formular .col-md-11, .formular .col-md-12, .formular .col-sm-1, .formular .col-sm-2, .formular .col-sm-3, .formular .col-sm-4, .formular .col-sm-5, .formular .col-sm-6, .formular .col-sm-7, .formular .col-sm-8, .formular .col-sm-9, .formular .col-sm-10, .formular .col-sm-11, .formular .col-sm-12, .formular .col-xs-1, .formular .col-xs-2, .formular .col-xs-3, .formular .col-xs-4, .formular .col-xs-5, .formular .col-xs-6, .formular .col-xs-7, .formular .col-xs-8, .formular .col-xs-9, .formular .col-xs-10, .formular .col-xs-11, .formular .col-xs-12 {
    padding: 0;
  }
  .form-group .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row {
    margin: 0;
  }
  .ce-intext.ce-right .ce-gallery img {
    margin-bottom: 40px;
  }
  .ce-intext.ce-right.ce-image-decoration-overlay .ce-gallery img {
    margin-bottom: 0;
  }
  .ce-intext.ce-right.ce-image-decoration-overlay .ce-gallery .img-box {
    margin-bottom: 40px;
  }
  .ce-intext.ce-left .ce-gallery img {
    margin-bottom: 40px;
  }
  .ce-intext.ce-left.ce-image-decoration-overlay .ce-gallery img {
    margin-top: 0;
  }
  .ce-intext.ce-left.ce-image-decoration-overlay .ce-gallery .img-box {
    margin-bottom: 40px;
  }
  .scroll-button-wrapper {
    display: none;
  }
}
html a:hover {
  text-decoration: none;
}
.ce-textpic {
  display: inline-block;
  width: 100%;
}
.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: visible;
}
/* Hover effect as is for gemeinsam-storys already */
.ce-gallery .img-box .img-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  z-index: 10;
}
.ce-gallery .img-box .img-wrap img {
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  -o-transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
}
.ce-gallery .img-box .overlay {
  z-index: 10;
}
.ce-gallery .img-box:hover .img-wrap img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news-single .news-related-links h4 {
  margin-bottom: 20px;
}
.scroll-button-wrapper {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.scroll-button-wrapper.fade-in {
  opacity: 1;
}
.scroll-button-wrapper.fade-in .scroll-button {
  opacity: 1;
}
.scroll-button-wrapper .scroll-button {
  opacity: 0;
  /* IE does not support the parent wrapper being opacity 0, still displays this button */
  width: 46px;
  height: 46px;
  color: #ffffff;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 20px;
  margin-right: -30px;
  font-size: 40px;
  text-align: center;
  -webkit-animation: scroll-bounce 2s infinite linear;
  animation: scroll-bounce 2s infinite linear;
  background-size: 60%;
  border-radius: 50%;
  padding-top: 8.5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
  overflow: hidden;
}
.scroll-button-wrapper .scroll-button img {
  width: 28px;
  height: auto;
  padding: 0;
  margin: 0px auto;
}
.b2c-css .scroll-button {
  background: #fff url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/icon-scroll--orange.png") center 11px no-repeat;
  background-size: 60%;
}
.b2b-css .scroll-button {
  background: #fff url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/icon-scroll--green.png") center 11px no-repeat;
  background-size: 60%;
}
@-webkit-keyframes scroll-bounce {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(7px);
  }
}
@keyframes scroll-bounce {
  0% {
    transform: translateY(7px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(7px);
  }
}
/* Used for the wow classes, the JS sets this class on each wow element to prevent the element to flicker */
.invisible {
  visibility: hidden !important;
}
@media screen and (max-width: 425px) {
  .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    float: none;
    margin: 0px;
  }
  .ce-intext.ce-right .ce-gallery .ce-column, .ce-intext.ce-left .ce-gallery .ce-column, .ce-above .ce-gallery .ce-column {
    width: 100%;
  }
  .ce-intext.ce-right .ce-gallery .ce-column figure, .ce-intext.ce-left .ce-gallery .ce-column figure, .ce-above .ce-gallery .ce-column figure {
    width: 100%;
  }
  .ce-intext.ce-right .ce-gallery .ce-column figure img, .ce-intext.ce-left .ce-gallery .ce-column figure img, .ce-above .ce-gallery .ce-column figure img {
    width: 100%;
    height: auto;
  }
}
.head.normal .top-nav a:any-link, .head.normal .top-nav a:link, .head.normal .top-nav a:visited, .head.normal .top-nav a:focus, .head.normal .top-nav a:hover, .head.normal .top-nav a:active {
  text-decoration: none;
  color: white;
}
.head.sticky .top-nav a:any-link, .head.sticky .top-nav a:link, .head.sticky .top-nav a:visited, .head.sticky .top-nav a:focus, .head.sticky .top-nav a:hover, .head.sticky .top-nav a:active {
  text-decoration: none;
  color: #3C4447;
}
.frame-type-gridelements_pi1 .nav-tabs li {
  margin-bottom: -1px;
}
.frame-type-gridelements_pi1 .nav-tabs li:before {
  display: none;
}
.frame-type-gridelements_pi1 .tab-content {
  padding-top: 20px;
}
.head.normal .top-nav a:any-link, .head.normal .top-nav a:link, .head.normal .top-nav a:visited, .head.normal .top-nav a:focus, .head.normal .top-nav a:hover, .head.normal .top-nav a:active {
  color: #3C4447;
}
header .lang ul li.default {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/lang--dark.svg") left 4px no-repeat;
}
header ul a {
  color: #3C4447;
}
header .lang ul a:hover {
  color: #3C4447;
}
header .search .search-ico {
  background: url("../../../../typo3conf/ext/np_clw_base/Resources/Public/Images/Frontend/search--dark.svg") left center no-repeat;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #3C4447;
}
.b2b-css .btn, .b2b-css .submitBtn {
  color: #3C4447;
}
.b2b-css .btn:hover, .b2b-css .submitBtn:hover {
  color: #BAD60A;
}
.b2b-css .branchen a:hover h3 {
  color: #3C4447;
}
.b2b-css .branchen .btn:hover {
  color: #3C4447;
}
.b2b-css main .stellenangebote .container ul li a:hover {
  color: #3C4447;
}
.b2b-css .loesungenuebersicht .box-item .bottom h3 {
  color: #3C4447;
}
.b2b-css .loesungenuebersicht .box-item .overlay .btn {
  color: white;
}
.b2b-css .loesungenuebersicht .box-item .overlay .btn:hover {
  color: #BAD60A;
}
.b2b-css .presse a.btn {
  color: #3C4447;
}
.b2b-css .presse a.btn:hover {
  color: #BAD60A;
}
.b2b-css .presse .pagination a.current, .b2b-css .presse .pagination span.current {
  color: #3C4447;
}
.b2b-css .mauticform-button-wrapper .mauticform-button.btn-default, .b2b-css .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
  color: #3C4447 !important;
}
.b2c-css .tab-element .tabs ul li a {
  color: #3C4447;
}
.ccm-widget > * {
  font-family: RedHatText, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-stretch: 100% !important;
  font-width: 100% !important;
}
