
/* default styles for extension "tx_press" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-press table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-press table th {
        font-weight:bold;
    }

    .tx-press table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_videos" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-videos table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-videos table th {
        font-weight:bold;
    }

    .tx-videos table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_publications" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-publications table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-publications table th {
        font-weight:bold;
    }

    .tx-publications table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_contactpersons" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-contactpersons table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-contactpersons table th {
        font-weight:bold;
    }

    .tx-contactpersons table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_referenten" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-referenten table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-referenten table th {
        font-weight:bold;
    }

    .tx-referenten table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }
/* default styles for extension "tx_glossar" */
    textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    .tx-glossar table {
        border-collapse:separate;
        border-spacing:10px;
    }

    .tx-glossar table th {
        font-weight:bold;
    }

    .tx-glossar table td {
        vertical-align:top;
    }

    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .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 {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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('../../../typo3conf/ext/ws_slider/Resources/Public/CSS/Owl/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

 gray-105: #DFE0E2;  gray-705: #758490; .fa,.fas,.far,.fal,.fad,.fab{ -moz-osx-font-smoothing: grayscale;  -webkit-font-smoothing: antialiased;  display: inline-block;  font-style: normal;  font-variant: normal;  text-rendering: auto;  line-height: 1; }.fa-lg{ font-size: 1.3333333333em;  line-height: .75em;  vertical-align: -.0667em; }.fa-xs{ font-size: .75em; }.fa-sm{ font-size: .875em; }.fa-1x{ font-size: 1em; }.fa-2x{ font-size: 2em; }.fa-3x{ font-size: 3em; }.fa-4x{ font-size: 4em; }.fa-5x{ font-size: 5em; }.fa-6x{ font-size: 6em; }.fa-7x{ font-size: 7em; }.fa-8x{ font-size: 8em; }.fa-9x{ font-size: 9em; }.fa-10x{ font-size: 10em; }.fa-fw{ text-align: center;  width: 1.25em; }.fa-ul{ list-style-type: none;  margin-left: 2.5em;  padding-left: 0; }.fa-ul > li{ position: relative; }.fa-li{ left: -2em;  position: absolute;  text-align: center;  width: 2em;  line-height: inherit; }.fa-border{ border: solid .08em #eee;  border-radius: .1em;  padding: .2em .25em .15em; }.fa-pull-left{ float: left; }.fa-pull-right{ float: right; }.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{ margin-right: .3em; }.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{ margin-left: .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); }@keyframes fa-spin{0%{ -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }100%{ -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }}.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); }.fa-flip-both,.fa-flip-horizontal.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-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{ -webkit-filter: none; filter: none; }.fa-stack{ display: inline-block;  height: 2em;  line-height: 2em;  position: relative;  vertical-align: middle;  width: 2.5em; }.fa-stack-1x,.fa-stack-2x{ left: 0;  position: absolute;  text-align: center;  width: 100%; }.fa-stack-1x{ line-height: inherit; }.fa-stack-2x{ font-size: 2em; }.fa-inverse{ color: #fff; }.fa-500px:before{ content: "\f26e"; }.fa-accessible-icon:before{ content: "\f368"; }.fa-accusoft:before{ content: "\f369"; }.fa-acquisitions-incorporated:before{ content: "\f6af"; }.fa-ad:before{ content: "\f641"; }.fa-address-book:before{ content: "\f2b9"; }.fa-address-card:before{ content: "\f2bb"; }.fa-adjust:before{ content: "\f042"; }.fa-adn:before{ content: "\f170"; }.fa-adobe:before{ content: "\f778"; }.fa-adversal:before{ content: "\f36a"; }.fa-affiliatetheme:before{ content: "\f36b"; }.fa-air-freshener:before{ content: "\f5d0"; }.fa-airbnb:before{ content: "\f834"; }.fa-algolia:before{ content: "\f36c"; }.fa-align-center:before{ content: "\f037"; }.fa-align-justify:before{ content: "\f039"; }.fa-align-left:before{ content: "\f036"; }.fa-align-right:before{ content: "\f038"; }.fa-alipay:before{ content: "\f642"; }.fa-allergies:before{ content: "\f461"; }.fa-amazon:before{ content: "\f270"; }.fa-amazon-pay:before{ content: "\f42c"; }.fa-ambulance:before{ content: "\f0f9"; }.fa-american-sign-language-interpreting:before{ content: "\f2a3"; }.fa-amilia:before{ content: "\f36d"; }.fa-anchor:before{ content: "\f13d"; }.fa-android:before{ content: "\f17b"; }.fa-angellist:before{ content: "\f209"; }.fa-angle-double-down:before{ content: "\f103"; }.fa-angle-double-left:before{ content: "\f100"; }.fa-angle-double-right:before{ content: "\f101"; }.fa-angle-double-up:before{ content: "\f102"; }.fa-angle-down:before{ content: "\f107"; }.fa-angle-left:before{ content: "\f104"; }.fa-angle-right:before{ content: "\f105"; }.fa-angle-up:before{ content: "\f106"; }.fa-angry:before{ content: "\f556"; }.fa-angrycreative:before{ content: "\f36e"; }.fa-angular:before{ content: "\f420"; }.fa-ankh:before{ content: "\f644"; }.fa-app-store:before{ content: "\f36f"; }.fa-app-store-ios:before{ content: "\f370"; }.fa-apper:before{ content: "\f371"; }.fa-apple:before{ content: "\f179"; }.fa-apple-alt:before{ content: "\f5d1"; }.fa-apple-pay:before{ content: "\f415"; }.fa-archive:before{ content: "\f187"; }.fa-archway:before{ content: "\f557"; }.fa-arrow-alt-circle-down:before{ content: "\f358"; }.fa-arrow-alt-circle-left:before{ content: "\f359"; }.fa-arrow-alt-circle-right:before{ content: "\f35a"; }.fa-arrow-alt-circle-up:before{ content: "\f35b"; }.fa-arrow-circle-down:before{ content: "\f0ab"; }.fa-arrow-circle-left:before{ content: "\f0a8"; }.fa-arrow-circle-right:before{ content: "\f0a9"; }.fa-arrow-circle-up:before{ content: "\f0aa"; }.fa-arrow-down:before{ content: "\f063"; }.fa-arrow-left:before{ content: "\f060"; }.fa-arrow-right:before{ content: "\f061"; }.fa-arrow-up:before{ content: "\f062"; }.fa-arrows-alt:before{ content: "\f0b2"; }.fa-arrows-alt-h:before{ content: "\f337"; }.fa-arrows-alt-v:before{ content: "\f338"; }.fa-artstation:before{ content: "\f77a"; }.fa-assistive-listening-systems:before{ content: "\f2a2"; }.fa-asterisk:before{ content: "\f069"; }.fa-asymmetrik:before{ content: "\f372"; }.fa-at:before{ content: "\f1fa"; }.fa-atlas:before{ content: "\f558"; }.fa-atlassian:before{ content: "\f77b"; }.fa-atom:before{ content: "\f5d2"; }.fa-audible:before{ content: "\f373"; }.fa-audio-description:before{ content: "\f29e"; }.fa-autoprefixer:before{ content: "\f41c"; }.fa-avianex:before{ content: "\f374"; }.fa-aviato:before{ content: "\f421"; }.fa-award:before{ content: "\f559"; }.fa-aws:before{ content: "\f375"; }.fa-baby:before{ content: "\f77c"; }.fa-baby-carriage:before{ content: "\f77d"; }.fa-backspace:before{ content: "\f55a"; }.fa-backward:before{ content: "\f04a"; }.fa-bacon:before{ content: "\f7e5"; }.fa-bahai:before{ content: "\f666"; }.fa-balance-scale:before{ content: "\f24e"; }.fa-balance-scale-left:before{ content: "\f515"; }.fa-balance-scale-right:before{ content: "\f516"; }.fa-ban:before{ content: "\f05e"; }.fa-band-aid:before{ content: "\f462"; }.fa-bandcamp:before{ content: "\f2d5"; }.fa-barcode:before{ content: "\f02a"; }.fa-bars:before{ content: "\f0c9"; }.fa-baseball-ball:before{ content: "\f433"; }.fa-basketball-ball:before{ content: "\f434"; }.fa-bath:before{ content: "\f2cd"; }.fa-battery-empty:before{ content: "\f244"; }.fa-battery-full:before{ content: "\f240"; }.fa-battery-half:before{ content: "\f242"; }.fa-battery-quarter:before{ content: "\f243"; }.fa-battery-three-quarters:before{ content: "\f241"; }.fa-battle-net:before{ content: "\f835"; }.fa-bed:before{ content: "\f236"; }.fa-beer:before{ content: "\f0fc"; }.fa-behance:before{ content: "\f1b4"; }.fa-behance-square:before{ content: "\f1b5"; }.fa-bell:before{ content: "\f0f3"; }.fa-bell-slash:before{ content: "\f1f6"; }.fa-bezier-curve:before{ content: "\f55b"; }.fa-bible:before{ content: "\f647"; }.fa-bicycle:before{ content: "\f206"; }.fa-biking:before{ content: "\f84a"; }.fa-bimobject:before{ content: "\f378"; }.fa-binoculars:before{ content: "\f1e5"; }.fa-biohazard:before{ content: "\f780"; }.fa-birthday-cake:before{ content: "\f1fd"; }.fa-bitbucket:before{ content: "\f171"; }.fa-bitcoin:before{ content: "\f379"; }.fa-bity:before{ content: "\f37a"; }.fa-black-tie:before{ content: "\f27e"; }.fa-blackberry:before{ content: "\f37b"; }.fa-blender:before{ content: "\f517"; }.fa-blender-phone:before{ content: "\f6b6"; }.fa-blind:before{ content: "\f29d"; }.fa-blog:before{ content: "\f781"; }.fa-blogger:before{ content: "\f37c"; }.fa-blogger-b:before{ content: "\f37d"; }.fa-bluetooth:before{ content: "\f293"; }.fa-bluetooth-b:before{ content: "\f294"; }.fa-bold:before{ content: "\f032"; }.fa-bolt:before{ content: "\f0e7"; }.fa-bomb:before{ content: "\f1e2"; }.fa-bone:before{ content: "\f5d7"; }.fa-bong:before{ content: "\f55c"; }.fa-book:before{ content: "\f02d"; }.fa-book-dead:before{ content: "\f6b7"; }.fa-book-medical:before{ content: "\f7e6"; }.fa-book-open:before{ content: "\f518"; }.fa-book-reader:before{ content: "\f5da"; }.fa-bookmark:before{ content: "\f02e"; }.fa-bootstrap:before{ content: "\f836"; }.fa-border-all:before{ content: "\f84c"; }.fa-border-none:before{ content: "\f850"; }.fa-border-style:before{ content: "\f853"; }.fa-bowling-ball:before{ content: "\f436"; }.fa-box:before{ content: "\f466"; }.fa-box-open:before{ content: "\f49e"; }.fa-boxes:before{ content: "\f468"; }.fa-braille:before{ content: "\f2a1"; }.fa-brain:before{ content: "\f5dc"; }.fa-bread-slice:before{ content: "\f7ec"; }.fa-briefcase:before{ content: "\f0b1"; }.fa-briefcase-medical:before{ content: "\f469"; }.fa-broadcast-tower:before{ content: "\f519"; }.fa-broom:before{ content: "\f51a"; }.fa-brush:before{ content: "\f55d"; }.fa-btc:before{ content: "\f15a"; }.fa-buffer:before{ content: "\f837"; }.fa-bug:before{ content: "\f188"; }.fa-building:before{ content: "\f1ad"; }.fa-bullhorn:before{ content: "\f0a1"; }.fa-bullseye:before{ content: "\f140"; }.fa-burn:before{ content: "\f46a"; }.fa-buromobelexperte:before{ content: "\f37f"; }.fa-bus:before{ content: "\f207"; }.fa-bus-alt:before{ content: "\f55e"; }.fa-business-time:before{ content: "\f64a"; }.fa-buy-n-large:before{ content: "\f8a6"; }.fa-buysellads:before{ content: "\f20d"; }.fa-calculator:before{ content: "\f1ec"; }.fa-calendar:before{ content: "\f133"; }.fa-calendar-alt:before{ content: "\f073"; }.fa-calendar-check:before{ content: "\f274"; }.fa-calendar-day:before{ content: "\f783"; }.fa-calendar-minus:before{ content: "\f272"; }.fa-calendar-plus:before{ content: "\f271"; }.fa-calendar-times:before{ content: "\f273"; }.fa-calendar-week:before{ content: "\f784"; }.fa-camera:before{ content: "\f030"; }.fa-camera-retro:before{ content: "\f083"; }.fa-campground:before{ content: "\f6bb"; }.fa-canadian-maple-leaf:before{ content: "\f785"; }.fa-candy-cane:before{ content: "\f786"; }.fa-cannabis:before{ content: "\f55f"; }.fa-capsules:before{ content: "\f46b"; }.fa-car:before{ content: "\f1b9"; }.fa-car-alt:before{ content: "\f5de"; }.fa-car-battery:before{ content: "\f5df"; }.fa-car-crash:before{ content: "\f5e1"; }.fa-car-side:before{ content: "\f5e4"; }.fa-caravan:before{ content: "\f8ff"; }.fa-caret-down:before{ content: "\f0d7"; }.fa-caret-left:before{ content: "\f0d9"; }.fa-caret-right:before{ content: "\f0da"; }.fa-caret-square-down:before{ content: "\f150"; }.fa-caret-square-left:before{ content: "\f191"; }.fa-caret-square-right:before{ content: "\f152"; }.fa-caret-square-up:before{ content: "\f151"; }.fa-caret-up:before{ content: "\f0d8"; }.fa-carrot:before{ content: "\f787"; }.fa-cart-arrow-down:before{ content: "\f218"; }.fa-cart-plus:before{ content: "\f217"; }.fa-cash-register:before{ content: "\f788"; }.fa-cat:before{ content: "\f6be"; }.fa-cc-amazon-pay:before{ content: "\f42d"; }.fa-cc-amex:before{ content: "\f1f3"; }.fa-cc-apple-pay:before{ content: "\f416"; }.fa-cc-diners-club:before{ content: "\f24c"; }.fa-cc-discover:before{ content: "\f1f2"; }.fa-cc-jcb:before{ content: "\f24b"; }.fa-cc-mastercard:before{ content: "\f1f1"; }.fa-cc-paypal:before{ content: "\f1f4"; }.fa-cc-stripe:before{ content: "\f1f5"; }.fa-cc-visa:before{ content: "\f1f0"; }.fa-centercode:before{ content: "\f380"; }.fa-centos:before{ content: "\f789"; }.fa-certificate:before{ content: "\f0a3"; }.fa-chair:before{ content: "\f6c0"; }.fa-chalkboard:before{ content: "\f51b"; }.fa-chalkboard-teacher:before{ content: "\f51c"; }.fa-charging-station:before{ content: "\f5e7"; }.fa-chart-area:before{ content: "\f1fe"; }.fa-chart-bar:before{ content: "\f080"; }.fa-chart-line:before{ content: "\f201"; }.fa-chart-pie:before{ content: "\f200"; }.fa-check:before{ content: "\f00c"; }.fa-check-circle:before{ content: "\f058"; }.fa-check-double:before{ content: "\f560"; }.fa-check-square:before{ content: "\f14a"; }.fa-cheese:before{ content: "\f7ef"; }.fa-chess:before{ content: "\f439"; }.fa-chess-bishop:before{ content: "\f43a"; }.fa-chess-board:before{ content: "\f43c"; }.fa-chess-king:before{ content: "\f43f"; }.fa-chess-knight:before{ content: "\f441"; }.fa-chess-pawn:before{ content: "\f443"; }.fa-chess-queen:before{ content: "\f445"; }.fa-chess-rook:before{ content: "\f447"; }.fa-chevron-circle-down:before{ content: "\f13a"; }.fa-chevron-circle-left:before{ content: "\f137"; }.fa-chevron-circle-right:before{ content: "\f138"; }.fa-chevron-circle-up:before{ content: "\f139"; }.fa-chevron-down:before{ content: "\f078"; }.fa-chevron-left:before{ content: "\f053"; }.fa-chevron-right:before{ content: "\f054"; }.fa-chevron-up:before{ content: "\f077"; }.fa-child:before{ content: "\f1ae"; }.fa-chrome:before{ content: "\f268"; }.fa-chromecast:before{ content: "\f838"; }.fa-church:before{ content: "\f51d"; }.fa-circle:before{ content: "\f111"; }.fa-circle-notch:before{ content: "\f1ce"; }.fa-city:before{ content: "\f64f"; }.fa-clinic-medical:before{ content: "\f7f2"; }.fa-clipboard:before{ content: "\f328"; }.fa-clipboard-check:before{ content: "\f46c"; }.fa-clipboard-list:before{ content: "\f46d"; }.fa-clock:before{ content: "\f017"; }.fa-clone:before{ content: "\f24d"; }.fa-closed-captioning:before{ content: "\f20a"; }.fa-cloud:before{ content: "\f0c2"; }.fa-cloud-download-alt:before{ content: "\f381"; }.fa-cloud-meatball:before{ content: "\f73b"; }.fa-cloud-moon:before{ content: "\f6c3"; }.fa-cloud-moon-rain:before{ content: "\f73c"; }.fa-cloud-rain:before{ content: "\f73d"; }.fa-cloud-showers-heavy:before{ content: "\f740"; }.fa-cloud-sun:before{ content: "\f6c4"; }.fa-cloud-sun-rain:before{ content: "\f743"; }.fa-cloud-upload-alt:before{ content: "\f382"; }.fa-cloudscale:before{ content: "\f383"; }.fa-cloudsmith:before{ content: "\f384"; }.fa-cloudversify:before{ content: "\f385"; }.fa-cocktail:before{ content: "\f561"; }.fa-code:before{ content: "\f121"; }.fa-code-branch:before{ content: "\f126"; }.fa-codepen:before{ content: "\f1cb"; }.fa-codiepie:before{ content: "\f284"; }.fa-coffee:before{ content: "\f0f4"; }.fa-cog:before{ content: "\f013"; }.fa-cogs:before{ content: "\f085"; }.fa-coins:before{ content: "\f51e"; }.fa-columns:before{ content: "\f0db"; }.fa-comment:before{ content: "\f075"; }.fa-comment-alt:before{ content: "\f27a"; }.fa-comment-dollar:before{ content: "\f651"; }.fa-comment-dots:before{ content: "\f4ad"; }.fa-comment-medical:before{ content: "\f7f5"; }.fa-comment-slash:before{ content: "\f4b3"; }.fa-comments:before{ content: "\f086"; }.fa-comments-dollar:before{ content: "\f653"; }.fa-compact-disc:before{ content: "\f51f"; }.fa-compass:before{ content: "\f14e"; }.fa-compress:before{ content: "\f066"; }.fa-compress-alt:before{ content: "\f422"; }.fa-compress-arrows-alt:before{ content: "\f78c"; }.fa-concierge-bell:before{ content: "\f562"; }.fa-confluence:before{ content: "\f78d"; }.fa-connectdevelop:before{ content: "\f20e"; }.fa-contao:before{ content: "\f26d"; }.fa-cookie:before{ content: "\f563"; }.fa-cookie-bite:before{ content: "\f564"; }.fa-copy:before{ content: "\f0c5"; }.fa-copyright:before{ content: "\f1f9"; }.fa-cotton-bureau:before{ content: "\f89e"; }.fa-couch:before{ content: "\f4b8"; }.fa-cpanel:before{ content: "\f388"; }.fa-creative-commons:before{ content: "\f25e"; }.fa-creative-commons-by:before{ content: "\f4e7"; }.fa-creative-commons-nc:before{ content: "\f4e8"; }.fa-creative-commons-nc-eu:before{ content: "\f4e9"; }.fa-creative-commons-nc-jp:before{ content: "\f4ea"; }.fa-creative-commons-nd:before{ content: "\f4eb"; }.fa-creative-commons-pd:before{ content: "\f4ec"; }.fa-creative-commons-pd-alt:before{ content: "\f4ed"; }.fa-creative-commons-remix:before{ content: "\f4ee"; }.fa-creative-commons-sa:before{ content: "\f4ef"; }.fa-creative-commons-sampling:before{ content: "\f4f0"; }.fa-creative-commons-sampling-plus:before{ content: "\f4f1"; }.fa-creative-commons-share:before{ content: "\f4f2"; }.fa-creative-commons-zero:before{ content: "\f4f3"; }.fa-credit-card:before{ content: "\f09d"; }.fa-critical-role:before{ content: "\f6c9"; }.fa-crop:before{ content: "\f125"; }.fa-crop-alt:before{ content: "\f565"; }.fa-cross:before{ content: "\f654"; }.fa-crosshairs:before{ content: "\f05b"; }.fa-crow:before{ content: "\f520"; }.fa-crown:before{ content: "\f521"; }.fa-crutch:before{ content: "\f7f7"; }.fa-css3:before{ content: "\f13c"; }.fa-css3-alt:before{ content: "\f38b"; }.fa-cube:before{ content: "\f1b2"; }.fa-cubes:before{ content: "\f1b3"; }.fa-cut:before{ content: "\f0c4"; }.fa-cuttlefish:before{ content: "\f38c"; }.fa-d-and-d:before{ content: "\f38d"; }.fa-d-and-d-beyond:before{ content: "\f6ca"; }.fa-dashcube:before{ content: "\f210"; }.fa-database:before{ content: "\f1c0"; }.fa-deaf:before{ content: "\f2a4"; }.fa-delicious:before{ content: "\f1a5"; }.fa-democrat:before{ content: "\f747"; }.fa-deploydog:before{ content: "\f38e"; }.fa-deskpro:before{ content: "\f38f"; }.fa-desktop:before{ content: "\f108"; }.fa-dev:before{ content: "\f6cc"; }.fa-deviantart:before{ content: "\f1bd"; }.fa-dharmachakra:before{ content: "\f655"; }.fa-dhl:before{ content: "\f790"; }.fa-diagnoses:before{ content: "\f470"; }.fa-diaspora:before{ content: "\f791"; }.fa-dice:before{ content: "\f522"; }.fa-dice-d20:before{ content: "\f6cf"; }.fa-dice-d6:before{ content: "\f6d1"; }.fa-dice-five:before{ content: "\f523"; }.fa-dice-four:before{ content: "\f524"; }.fa-dice-one:before{ content: "\f525"; }.fa-dice-six:before{ content: "\f526"; }.fa-dice-three:before{ content: "\f527"; }.fa-dice-two:before{ content: "\f528"; }.fa-digg:before{ content: "\f1a6"; }.fa-digital-ocean:before{ content: "\f391"; }.fa-digital-tachograph:before{ content: "\f566"; }.fa-directions:before{ content: "\f5eb"; }.fa-discord:before{ content: "\f392"; }.fa-discourse:before{ content: "\f393"; }.fa-divide:before{ content: "\f529"; }.fa-dizzy:before{ content: "\f567"; }.fa-dna:before{ content: "\f471"; }.fa-dochub:before{ content: "\f394"; }.fa-docker:before{ content: "\f395"; }.fa-dog:before{ content: "\f6d3"; }.fa-dollar-sign:before{ content: "\f155"; }.fa-dolly:before{ content: "\f472"; }.fa-dolly-flatbed:before{ content: "\f474"; }.fa-donate:before{ content: "\f4b9"; }.fa-door-closed:before{ content: "\f52a"; }.fa-door-open:before{ content: "\f52b"; }.fa-dot-circle:before{ content: "\f192"; }.fa-dove:before{ content: "\f4ba"; }.fa-download:before{ content: "\f019"; }.fa-draft2digital:before{ content: "\f396"; }.fa-drafting-compass:before{ content: "\f568"; }.fa-dragon:before{ content: "\f6d5"; }.fa-draw-polygon:before{ content: "\f5ee"; }.fa-dribbble:before{ content: "\f17d"; }.fa-dribbble-square:before{ content: "\f397"; }.fa-dropbox:before{ content: "\f16b"; }.fa-drum:before{ content: "\f569"; }.fa-drum-steelpan:before{ content: "\f56a"; }.fa-drumstick-bite:before{ content: "\f6d7"; }.fa-drupal:before{ content: "\f1a9"; }.fa-dumbbell:before{ content: "\f44b"; }.fa-dumpster:before{ content: "\f793"; }.fa-dumpster-fire:before{ content: "\f794"; }.fa-dungeon:before{ content: "\f6d9"; }.fa-dyalog:before{ content: "\f399"; }.fa-earlybirds:before{ content: "\f39a"; }.fa-ebay:before{ content: "\f4f4"; }.fa-edge:before{ content: "\f282"; }.fa-edit:before{ content: "\f044"; }.fa-egg:before{ content: "\f7fb"; }.fa-eject:before{ content: "\f052"; }.fa-elementor:before{ content: "\f430"; }.fa-ellipsis-h:before{ content: "\f141"; }.fa-ellipsis-v:before{ content: "\f142"; }.fa-ello:before{ content: "\f5f1"; }.fa-ember:before{ content: "\f423"; }.fa-empire:before{ content: "\f1d1"; }.fa-envelope:before{ content: "\f0e0"; }.fa-envelope-open:before{ content: "\f2b6"; }.fa-envelope-open-text:before{ content: "\f658"; }.fa-envelope-square:before{ content: "\f199"; }.fa-envira:before{ content: "\f299"; }.fa-equals:before{ content: "\f52c"; }.fa-eraser:before{ content: "\f12d"; }.fa-erlang:before{ content: "\f39d"; }.fa-ethereum:before{ content: "\f42e"; }.fa-ethernet:before{ content: "\f796"; }.fa-etsy:before{ content: "\f2d7"; }.fa-euro-sign:before{ content: "\f153"; }.fa-evernote:before{ content: "\f839"; }.fa-exchange-alt:before{ content: "\f362"; }.fa-exclamation:before{ content: "\f12a"; }.fa-exclamation-circle:before{ content: "\f06a"; }.fa-exclamation-triangle:before{ content: "\f071"; }.fa-expand:before{ content: "\f065"; }.fa-expand-alt:before{ content: "\f424"; }.fa-expand-arrows-alt:before{ content: "\f31e"; }.fa-expeditedssl:before{ content: "\f23e"; }.fa-external-link-alt:before{ content: "\f35d"; }.fa-external-link-square-alt:before{ content: "\f360"; }.fa-eye:before{ content: "\f06e"; }.fa-eye-dropper:before{ content: "\f1fb"; }.fa-eye-slash:before{ content: "\f070"; }.fa-facebook:before{ content: "\f09a"; }.fa-facebook-f:before{ content: "\f39e"; }.fa-facebook-messenger:before{ content: "\f39f"; }.fa-facebook-square:before{ content: "\f082"; }.fa-fan:before{ content: "\f863"; }.fa-fantasy-flight-games:before{ content: "\f6dc"; }.fa-fast-backward:before{ content: "\f049"; }.fa-fast-forward:before{ content: "\f050"; }.fa-fax:before{ content: "\f1ac"; }.fa-feather:before{ content: "\f52d"; }.fa-feather-alt:before{ content: "\f56b"; }.fa-fedex:before{ content: "\f797"; }.fa-fedora:before{ content: "\f798"; }.fa-female:before{ content: "\f182"; }.fa-fighter-jet:before{ content: "\f0fb"; }.fa-figma:before{ content: "\f799"; }.fa-file:before{ content: "\f15b"; }.fa-file-alt:before{ content: "\f15c"; }.fa-file-archive:before{ content: "\f1c6"; }.fa-file-audio:before{ content: "\f1c7"; }.fa-file-code:before{ content: "\f1c9"; }.fa-file-contract:before{ content: "\f56c"; }.fa-file-csv:before{ content: "\f6dd"; }.fa-file-download:before{ content: "\f56d"; }.fa-file-excel:before{ content: "\f1c3"; }.fa-file-export:before{ content: "\f56e"; }.fa-file-image:before{ content: "\f1c5"; }.fa-file-import:before{ content: "\f56f"; }.fa-file-invoice:before{ content: "\f570"; }.fa-file-invoice-dollar:before{ content: "\f571"; }.fa-file-medical:before{ content: "\f477"; }.fa-file-medical-alt:before{ content: "\f478"; }.fa-file-pdf:before{ content: "\f1c1"; }.fa-file-powerpoint:before{ content: "\f1c4"; }.fa-file-prescription:before{ content: "\f572"; }.fa-file-signature:before{ content: "\f573"; }.fa-file-upload:before{ content: "\f574"; }.fa-file-video:before{ content: "\f1c8"; }.fa-file-word:before{ content: "\f1c2"; }.fa-fill:before{ content: "\f575"; }.fa-fill-drip:before{ content: "\f576"; }.fa-film:before{ content: "\f008"; }.fa-filter:before{ content: "\f0b0"; }.fa-fingerprint:before{ content: "\f577"; }.fa-fire:before{ content: "\f06d"; }.fa-fire-alt:before{ content: "\f7e4"; }.fa-fire-extinguisher:before{ content: "\f134"; }.fa-firefox:before{ content: "\f269"; }.fa-firefox-browser:before{ content: "\f907"; }.fa-first-aid:before{ content: "\f479"; }.fa-first-order:before{ content: "\f2b0"; }.fa-first-order-alt:before{ content: "\f50a"; }.fa-firstdraft:before{ content: "\f3a1"; }.fa-fish:before{ content: "\f578"; }.fa-fist-raised:before{ content: "\f6de"; }.fa-flag:before{ content: "\f024"; }.fa-flag-checkered:before{ content: "\f11e"; }.fa-flag-usa:before{ content: "\f74d"; }.fa-flask:before{ content: "\f0c3"; }.fa-flickr:before{ content: "\f16e"; }.fa-flipboard:before{ content: "\f44d"; }.fa-flushed:before{ content: "\f579"; }.fa-fly:before{ content: "\f417"; }.fa-folder:before{ content: "\f07b"; }.fa-folder-minus:before{ content: "\f65d"; }.fa-folder-open:before{ content: "\f07c"; }.fa-folder-plus:before{ content: "\f65e"; }.fa-font:before{ content: "\f031"; }.fa-font-awesome:before{ content: "\f2b4"; }.fa-font-awesome-alt:before{ content: "\f35c"; }.fa-font-awesome-flag:before{ content: "\f425"; }.fa-font-awesome-logo-full:before{ content: "\f4e6"; }.fa-fonticons:before{ content: "\f280"; }.fa-fonticons-fi:before{ content: "\f3a2"; }.fa-football-ball:before{ content: "\f44e"; }.fa-fort-awesome:before{ content: "\f286"; }.fa-fort-awesome-alt:before{ content: "\f3a3"; }.fa-forumbee:before{ content: "\f211"; }.fa-forward:before{ content: "\f04e"; }.fa-foursquare:before{ content: "\f180"; }.fa-free-code-camp:before{ content: "\f2c5"; }.fa-freebsd:before{ content: "\f3a4"; }.fa-frog:before{ content: "\f52e"; }.fa-frown:before{ content: "\f119"; }.fa-frown-open:before{ content: "\f57a"; }.fa-fulcrum:before{ content: "\f50b"; }.fa-funnel-dollar:before{ content: "\f662"; }.fa-futbol:before{ content: "\f1e3"; }.fa-galactic-republic:before{ content: "\f50c"; }.fa-galactic-senate:before{ content: "\f50d"; }.fa-gamepad:before{ content: "\f11b"; }.fa-gas-pump:before{ content: "\f52f"; }.fa-gavel:before{ content: "\f0e3"; }.fa-gem:before{ content: "\f3a5"; }.fa-genderless:before{ content: "\f22d"; }.fa-get-pocket:before{ content: "\f265"; }.fa-gg:before{ content: "\f260"; }.fa-gg-circle:before{ content: "\f261"; }.fa-ghost:before{ content: "\f6e2"; }.fa-gift:before{ content: "\f06b"; }.fa-gifts:before{ content: "\f79c"; }.fa-git:before{ content: "\f1d3"; }.fa-git-alt:before{ content: "\f841"; }.fa-git-square:before{ content: "\f1d2"; }.fa-github:before{ content: "\f09b"; }.fa-github-alt:before{ content: "\f113"; }.fa-github-square:before{ content: "\f092"; }.fa-gitkraken:before{ content: "\f3a6"; }.fa-gitlab:before{ content: "\f296"; }.fa-gitter:before{ content: "\f426"; }.fa-glass-cheers:before{ content: "\f79f"; }.fa-glass-martini:before{ content: "\f000"; }.fa-glass-martini-alt:before{ content: "\f57b"; }.fa-glass-whiskey:before{ content: "\f7a0"; }.fa-glasses:before{ content: "\f530"; }.fa-glide:before{ content: "\f2a5"; }.fa-glide-g:before{ content: "\f2a6"; }.fa-globe:before{ content: "\f0ac"; }.fa-globe-africa:before{ content: "\f57c"; }.fa-globe-americas:before{ content: "\f57d"; }.fa-globe-asia:before{ content: "\f57e"; }.fa-globe-europe:before{ content: "\f7a2"; }.fa-gofore:before{ content: "\f3a7"; }.fa-golf-ball:before{ content: "\f450"; }.fa-goodreads:before{ content: "\f3a8"; }.fa-goodreads-g:before{ content: "\f3a9"; }.fa-google:before{ content: "\f1a0"; }.fa-google-drive:before{ content: "\f3aa"; }.fa-google-play:before{ content: "\f3ab"; }.fa-google-plus:before{ content: "\f2b3"; }.fa-google-plus-g:before{ content: "\f0d5"; }.fa-google-plus-square:before{ content: "\f0d4"; }.fa-google-wallet:before{ content: "\f1ee"; }.fa-gopuram:before{ content: "\f664"; }.fa-graduation-cap:before{ content: "\f19d"; }.fa-gratipay:before{ content: "\f184"; }.fa-grav:before{ content: "\f2d6"; }.fa-greater-than:before{ content: "\f531"; }.fa-greater-than-equal:before{ content: "\f532"; }.fa-grimace:before{ content: "\f57f"; }.fa-grin:before{ content: "\f580"; }.fa-grin-alt:before{ content: "\f581"; }.fa-grin-beam:before{ content: "\f582"; }.fa-grin-beam-sweat:before{ content: "\f583"; }.fa-grin-hearts:before{ content: "\f584"; }.fa-grin-squint:before{ content: "\f585"; }.fa-grin-squint-tears:before{ content: "\f586"; }.fa-grin-stars:before{ content: "\f587"; }.fa-grin-tears:before{ content: "\f588"; }.fa-grin-tongue:before{ content: "\f589"; }.fa-grin-tongue-squint:before{ content: "\f58a"; }.fa-grin-tongue-wink:before{ content: "\f58b"; }.fa-grin-wink:before{ content: "\f58c"; }.fa-grip-horizontal:before{ content: "\f58d"; }.fa-grip-lines:before{ content: "\f7a4"; }.fa-grip-lines-vertical:before{ content: "\f7a5"; }.fa-grip-vertical:before{ content: "\f58e"; }.fa-gripfire:before{ content: "\f3ac"; }.fa-grunt:before{ content: "\f3ad"; }.fa-guitar:before{ content: "\f7a6"; }.fa-gulp:before{ content: "\f3ae"; }.fa-h-square:before{ content: "\f0fd"; }.fa-hacker-news:before{ content: "\f1d4"; }.fa-hacker-news-square:before{ content: "\f3af"; }.fa-hackerrank:before{ content: "\f5f7"; }.fa-hamburger:before{ content: "\f805"; }.fa-hammer:before{ content: "\f6e3"; }.fa-hamsa:before{ content: "\f665"; }.fa-hand-holding:before{ content: "\f4bd"; }.fa-hand-holding-heart:before{ content: "\f4be"; }.fa-hand-holding-usd:before{ content: "\f4c0"; }.fa-hand-lizard:before{ content: "\f258"; }.fa-hand-middle-finger:before{ content: "\f806"; }.fa-hand-paper:before{ content: "\f256"; }.fa-hand-peace:before{ content: "\f25b"; }.fa-hand-point-down:before{ content: "\f0a7"; }.fa-hand-point-left:before{ content: "\f0a5"; }.fa-hand-point-right:before{ content: "\f0a4"; }.fa-hand-point-up:before{ content: "\f0a6"; }.fa-hand-pointer:before{ content: "\f25a"; }.fa-hand-rock:before{ content: "\f255"; }.fa-hand-scissors:before{ content: "\f257"; }.fa-hand-spock:before{ content: "\f259"; }.fa-hands:before{ content: "\f4c2"; }.fa-hands-helping:before{ content: "\f4c4"; }.fa-handshake:before{ content: "\f2b5"; }.fa-hanukiah:before{ content: "\f6e6"; }.fa-hard-hat:before{ content: "\f807"; }.fa-hashtag:before{ content: "\f292"; }.fa-hat-cowboy:before{ content: "\f8c0"; }.fa-hat-cowboy-side:before{ content: "\f8c1"; }.fa-hat-wizard:before{ content: "\f6e8"; }.fa-hdd:before{ content: "\f0a0"; }.fa-heading:before{ content: "\f1dc"; }.fa-headphones:before{ content: "\f025"; }.fa-headphones-alt:before{ content: "\f58f"; }.fa-headset:before{ content: "\f590"; }.fa-heart:before{ content: "\f004"; }.fa-heart-broken:before{ content: "\f7a9"; }.fa-heartbeat:before{ content: "\f21e"; }.fa-helicopter:before{ content: "\f533"; }.fa-highlighter:before{ content: "\f591"; }.fa-hiking:before{ content: "\f6ec"; }.fa-hippo:before{ content: "\f6ed"; }.fa-hips:before{ content: "\f452"; }.fa-hire-a-helper:before{ content: "\f3b0"; }.fa-history:before{ content: "\f1da"; }.fa-hockey-puck:before{ content: "\f453"; }.fa-holly-berry:before{ content: "\f7aa"; }.fa-home:before{ content: "\f015"; }.fa-hooli:before{ content: "\f427"; }.fa-hornbill:before{ content: "\f592"; }.fa-horse:before{ content: "\f6f0"; }.fa-horse-head:before{ content: "\f7ab"; }.fa-hospital:before{ content: "\f0f8"; }.fa-hospital-alt:before{ content: "\f47d"; }.fa-hospital-symbol:before{ content: "\f47e"; }.fa-hot-tub:before{ content: "\f593"; }.fa-hotdog:before{ content: "\f80f"; }.fa-hotel:before{ content: "\f594"; }.fa-hotjar:before{ content: "\f3b1"; }.fa-hourglass:before{ content: "\f254"; }.fa-hourglass-end:before{ content: "\f253"; }.fa-hourglass-half:before{ content: "\f252"; }.fa-hourglass-start:before{ content: "\f251"; }.fa-house-damage:before{ content: "\f6f1"; }.fa-houzz:before{ content: "\f27c"; }.fa-hryvnia:before{ content: "\f6f2"; }.fa-html5:before{ content: "\f13b"; }.fa-hubspot:before{ content: "\f3b2"; }.fa-i-cursor:before{ content: "\f246"; }.fa-ice-cream:before{ content: "\f810"; }.fa-icicles:before{ content: "\f7ad"; }.fa-icons:before{ content: "\f86d"; }.fa-id-badge:before{ content: "\f2c1"; }.fa-id-card:before{ content: "\f2c2"; }.fa-id-card-alt:before{ content: "\f47f"; }.fa-ideal:before{ content: "\f913"; }.fa-igloo:before{ content: "\f7ae"; }.fa-image:before{ content: "\f03e"; }.fa-images:before{ content: "\f302"; }.fa-imdb:before{ content: "\f2d8"; }.fa-inbox:before{ content: "\f01c"; }.fa-indent:before{ content: "\f03c"; }.fa-industry:before{ content: "\f275"; }.fa-infinity:before{ content: "\f534"; }.fa-info:before{ content: "\f129"; }.fa-info-circle:before{ content: "\f05a"; }.fa-instagram:before{ content: "\f16d"; }.fa-intercom:before{ content: "\f7af"; }.fa-internet-explorer:before{ content: "\f26b"; }.fa-invision:before{ content: "\f7b0"; }.fa-ioxhost:before{ content: "\f208"; }.fa-italic:before{ content: "\f033"; }.fa-itch-io:before{ content: "\f83a"; }.fa-itunes:before{ content: "\f3b4"; }.fa-itunes-note:before{ content: "\f3b5"; }.fa-java:before{ content: "\f4e4"; }.fa-jedi:before{ content: "\f669"; }.fa-jedi-order:before{ content: "\f50e"; }.fa-jenkins:before{ content: "\f3b6"; }.fa-jira:before{ content: "\f7b1"; }.fa-joget:before{ content: "\f3b7"; }.fa-joint:before{ content: "\f595"; }.fa-joomla:before{ content: "\f1aa"; }.fa-journal-whills:before{ content: "\f66a"; }.fa-js:before{ content: "\f3b8"; }.fa-js-square:before{ content: "\f3b9"; }.fa-jsfiddle:before{ content: "\f1cc"; }.fa-kaaba:before{ content: "\f66b"; }.fa-kaggle:before{ content: "\f5fa"; }.fa-key:before{ content: "\f084"; }.fa-keybase:before{ content: "\f4f5"; }.fa-keyboard:before{ content: "\f11c"; }.fa-keycdn:before{ content: "\f3ba"; }.fa-khanda:before{ content: "\f66d"; }.fa-kickstarter:before{ content: "\f3bb"; }.fa-kickstarter-k:before{ content: "\f3bc"; }.fa-kiss:before{ content: "\f596"; }.fa-kiss-beam:before{ content: "\f597"; }.fa-kiss-wink-heart:before{ content: "\f598"; }.fa-kiwi-bird:before{ content: "\f535"; }.fa-korvue:before{ content: "\f42f"; }.fa-landmark:before{ content: "\f66f"; }.fa-language:before{ content: "\f1ab"; }.fa-laptop:before{ content: "\f109"; }.fa-laptop-code:before{ content: "\f5fc"; }.fa-laptop-medical:before{ content: "\f812"; }.fa-laravel:before{ content: "\f3bd"; }.fa-lastfm:before{ content: "\f202"; }.fa-lastfm-square:before{ content: "\f203"; }.fa-laugh:before{ content: "\f599"; }.fa-laugh-beam:before{ content: "\f59a"; }.fa-laugh-squint:before{ content: "\f59b"; }.fa-laugh-wink:before{ content: "\f59c"; }.fa-layer-group:before{ content: "\f5fd"; }.fa-leaf:before{ content: "\f06c"; }.fa-leanpub:before{ content: "\f212"; }.fa-lemon:before{ content: "\f094"; }.fa-less:before{ content: "\f41d"; }.fa-less-than:before{ content: "\f536"; }.fa-less-than-equal:before{ content: "\f537"; }.fa-level-down-alt:before{ content: "\f3be"; }.fa-level-up-alt:before{ content: "\f3bf"; }.fa-life-ring:before{ content: "\f1cd"; }.fa-lightbulb:before{ content: "\f0eb"; }.fa-line:before{ content: "\f3c0"; }.fa-link:before{ content: "\f0c1"; }.fa-linkedin:before{ content: "\f08c"; }.fa-linkedin-in:before{ content: "\f0e1"; }.fa-linode:before{ content: "\f2b8"; }.fa-linux:before{ content: "\f17c"; }.fa-lira-sign:before{ content: "\f195"; }.fa-list:before{ content: "\f03a"; }.fa-list-alt:before{ content: "\f022"; }.fa-list-ol:before{ content: "\f0cb"; }.fa-list-ul:before{ content: "\f0ca"; }.fa-location-arrow:before{ content: "\f124"; }.fa-lock:before{ content: "\f023"; }.fa-lock-open:before{ content: "\f3c1"; }.fa-long-arrow-alt-down:before{ content: "\f309"; }.fa-long-arrow-alt-left:before{ content: "\f30a"; }.fa-long-arrow-alt-right:before{ content: "\f30b"; }.fa-long-arrow-alt-up:before{ content: "\f30c"; }.fa-low-vision:before{ content: "\f2a8"; }.fa-luggage-cart:before{ content: "\f59d"; }.fa-lyft:before{ content: "\f3c3"; }.fa-magento:before{ content: "\f3c4"; }.fa-magic:before{ content: "\f0d0"; }.fa-magnet:before{ content: "\f076"; }.fa-mail-bulk:before{ content: "\f674"; }.fa-mailchimp:before{ content: "\f59e"; }.fa-male:before{ content: "\f183"; }.fa-mandalorian:before{ content: "\f50f"; }.fa-map:before{ content: "\f279"; }.fa-map-marked:before{ content: "\f59f"; }.fa-map-marked-alt:before{ content: "\f5a0"; }.fa-map-marker:before{ content: "\f041"; }.fa-map-marker-alt:before{ content: "\f3c5"; }.fa-map-pin:before{ content: "\f276"; }.fa-map-signs:before{ content: "\f277"; }.fa-markdown:before{ content: "\f60f"; }.fa-marker:before{ content: "\f5a1"; }.fa-mars:before{ content: "\f222"; }.fa-mars-double:before{ content: "\f227"; }.fa-mars-stroke:before{ content: "\f229"; }.fa-mars-stroke-h:before{ content: "\f22b"; }.fa-mars-stroke-v:before{ content: "\f22a"; }.fa-mask:before{ content: "\f6fa"; }.fa-mastodon:before{ content: "\f4f6"; }.fa-maxcdn:before{ content: "\f136"; }.fa-mdb:before{ content: "\f8ca"; }.fa-medal:before{ content: "\f5a2"; }.fa-medapps:before{ content: "\f3c6"; }.fa-medium:before{ content: "\f23a"; }.fa-medium-m:before{ content: "\f3c7"; }.fa-medkit:before{ content: "\f0fa"; }.fa-medrt:before{ content: "\f3c8"; }.fa-meetup:before{ content: "\f2e0"; }.fa-megaport:before{ content: "\f5a3"; }.fa-meh:before{ content: "\f11a"; }.fa-meh-blank:before{ content: "\f5a4"; }.fa-meh-rolling-eyes:before{ content: "\f5a5"; }.fa-memory:before{ content: "\f538"; }.fa-mendeley:before{ content: "\f7b3"; }.fa-menorah:before{ content: "\f676"; }.fa-mercury:before{ content: "\f223"; }.fa-meteor:before{ content: "\f753"; }.fa-microblog:before{ content: "\f91a"; }.fa-microchip:before{ content: "\f2db"; }.fa-microphone:before{ content: "\f130"; }.fa-microphone-alt:before{ content: "\f3c9"; }.fa-microphone-alt-slash:before{ content: "\f539"; }.fa-microphone-slash:before{ content: "\f131"; }.fa-microscope:before{ content: "\f610"; }.fa-microsoft:before{ content: "\f3ca"; }.fa-minus:before{ content: "\f068"; }.fa-minus-circle:before{ content: "\f056"; }.fa-minus-square:before{ content: "\f146"; }.fa-mitten:before{ content: "\f7b5"; }.fa-mix:before{ content: "\f3cb"; }.fa-mixcloud:before{ content: "\f289"; }.fa-mizuni:before{ content: "\f3cc"; }.fa-mobile:before{ content: "\f10b"; }.fa-mobile-alt:before{ content: "\f3cd"; }.fa-modx:before{ content: "\f285"; }.fa-monero:before{ content: "\f3d0"; }.fa-money-bill:before{ content: "\f0d6"; }.fa-money-bill-alt:before{ content: "\f3d1"; }.fa-money-bill-wave:before{ content: "\f53a"; }.fa-money-bill-wave-alt:before{ content: "\f53b"; }.fa-money-check:before{ content: "\f53c"; }.fa-money-check-alt:before{ content: "\f53d"; }.fa-monument:before{ content: "\f5a6"; }.fa-moon:before{ content: "\f186"; }.fa-mortar-pestle:before{ content: "\f5a7"; }.fa-mosque:before{ content: "\f678"; }.fa-motorcycle:before{ content: "\f21c"; }.fa-mountain:before{ content: "\f6fc"; }.fa-mouse:before{ content: "\f8cc"; }.fa-mouse-pointer:before{ content: "\f245"; }.fa-mug-hot:before{ content: "\f7b6"; }.fa-music:before{ content: "\f001"; }.fa-napster:before{ content: "\f3d2"; }.fa-neos:before{ content: "\f612"; }.fa-network-wired:before{ content: "\f6ff"; }.fa-neuter:before{ content: "\f22c"; }.fa-newspaper:before{ content: "\f1ea"; }.fa-nimblr:before{ content: "\f5a8"; }.fa-node:before{ content: "\f419"; }.fa-node-js:before{ content: "\f3d3"; }.fa-not-equal:before{ content: "\f53e"; }.fa-notes-medical:before{ content: "\f481"; }.fa-npm:before{ content: "\f3d4"; }.fa-ns8:before{ content: "\f3d5"; }.fa-nutritionix:before{ content: "\f3d6"; }.fa-object-group:before{ content: "\f247"; }.fa-object-ungroup:before{ content: "\f248"; }.fa-odnoklassniki:before{ content: "\f263"; }.fa-odnoklassniki-square:before{ content: "\f264"; }.fa-oil-can:before{ content: "\f613"; }.fa-old-republic:before{ content: "\f510"; }.fa-om:before{ content: "\f679"; }.fa-opencart:before{ content: "\f23d"; }.fa-openid:before{ content: "\f19b"; }.fa-opera:before{ content: "\f26a"; }.fa-optin-monster:before{ content: "\f23c"; }.fa-orcid:before{ content: "\f8d2"; }.fa-osi:before{ content: "\f41a"; }.fa-otter:before{ content: "\f700"; }.fa-outdent:before{ content: "\f03b"; }.fa-page4:before{ content: "\f3d7"; }.fa-pagelines:before{ content: "\f18c"; }.fa-pager:before{ content: "\f815"; }.fa-paint-brush:before{ content: "\f1fc"; }.fa-paint-roller:before{ content: "\f5aa"; }.fa-palette:before{ content: "\f53f"; }.fa-palfed:before{ content: "\f3d8"; }.fa-pallet:before{ content: "\f482"; }.fa-paper-plane:before{ content: "\f1d8"; }.fa-paperclip:before{ content: "\f0c6"; }.fa-parachute-box:before{ content: "\f4cd"; }.fa-paragraph:before{ content: "\f1dd"; }.fa-parking:before{ content: "\f540"; }.fa-passport:before{ content: "\f5ab"; }.fa-pastafarianism:before{ content: "\f67b"; }.fa-paste:before{ content: "\f0ea"; }.fa-patreon:before{ content: "\f3d9"; }.fa-pause:before{ content: "\f04c"; }.fa-pause-circle:before{ content: "\f28b"; }.fa-paw:before{ content: "\f1b0"; }.fa-paypal:before{ content: "\f1ed"; }.fa-peace:before{ content: "\f67c"; }.fa-pen:before{ content: "\f304"; }.fa-pen-alt:before{ content: "\f305"; }.fa-pen-fancy:before{ content: "\f5ac"; }.fa-pen-nib:before{ content: "\f5ad"; }.fa-pen-square:before{ content: "\f14b"; }.fa-pencil-alt:before{ content: "\f303"; }.fa-pencil-ruler:before{ content: "\f5ae"; }.fa-penny-arcade:before{ content: "\f704"; }.fa-people-carry:before{ content: "\f4ce"; }.fa-pepper-hot:before{ content: "\f816"; }.fa-percent:before{ content: "\f295"; }.fa-percentage:before{ content: "\f541"; }.fa-periscope:before{ content: "\f3da"; }.fa-person-booth:before{ content: "\f756"; }.fa-phabricator:before{ content: "\f3db"; }.fa-phoenix-framework:before{ content: "\f3dc"; }.fa-phoenix-squadron:before{ content: "\f511"; }.fa-phone:before{ content: "\f095"; }.fa-phone-alt:before{ content: "\f879"; }.fa-phone-slash:before{ content: "\f3dd"; }.fa-phone-square:before{ content: "\f098"; }.fa-phone-square-alt:before{ content: "\f87b"; }.fa-phone-volume:before{ content: "\f2a0"; }.fa-photo-video:before{ content: "\f87c"; }.fa-php:before{ content: "\f457"; }.fa-pied-piper:before{ content: "\f2ae"; }.fa-pied-piper-alt:before{ content: "\f1a8"; }.fa-pied-piper-hat:before{ content: "\f4e5"; }.fa-pied-piper-pp:before{ content: "\f1a7"; }.fa-pied-piper-square:before{ content: "\f91e"; }.fa-piggy-bank:before{ content: "\f4d3"; }.fa-pills:before{ content: "\f484"; }.fa-pinterest:before{ content: "\f0d2"; }.fa-pinterest-p:before{ content: "\f231"; }.fa-pinterest-square:before{ content: "\f0d3"; }.fa-pizza-slice:before{ content: "\f818"; }.fa-place-of-worship:before{ content: "\f67f"; }.fa-plane:before{ content: "\f072"; }.fa-plane-arrival:before{ content: "\f5af"; }.fa-plane-departure:before{ content: "\f5b0"; }.fa-play:before{ content: "\f04b"; }.fa-play-circle:before{ content: "\f144"; }.fa-playstation:before{ content: "\f3df"; }.fa-plug:before{ content: "\f1e6"; }.fa-plus:before{ content: "\f067"; }.fa-plus-circle:before{ content: "\f055"; }.fa-plus-square:before{ content: "\f0fe"; }.fa-podcast:before{ content: "\f2ce"; }.fa-poll:before{ content: "\f681"; }.fa-poll-h:before{ content: "\f682"; }.fa-poo:before{ content: "\f2fe"; }.fa-poo-storm:before{ content: "\f75a"; }.fa-poop:before{ content: "\f619"; }.fa-portrait:before{ content: "\f3e0"; }.fa-pound-sign:before{ content: "\f154"; }.fa-power-off:before{ content: "\f011"; }.fa-pray:before{ content: "\f683"; }.fa-praying-hands:before{ content: "\f684"; }.fa-prescription:before{ content: "\f5b1"; }.fa-prescription-bottle:before{ content: "\f485"; }.fa-prescription-bottle-alt:before{ content: "\f486"; }.fa-print:before{ content: "\f02f"; }.fa-procedures:before{ content: "\f487"; }.fa-product-hunt:before{ content: "\f288"; }.fa-project-diagram:before{ content: "\f542"; }.fa-pushed:before{ content: "\f3e1"; }.fa-puzzle-piece:before{ content: "\f12e"; }.fa-python:before{ content: "\f3e2"; }.fa-qq:before{ content: "\f1d6"; }.fa-qrcode:before{ content: "\f029"; }.fa-question:before{ content: "\f128"; }.fa-question-circle:before{ content: "\f059"; }.fa-quidditch:before{ content: "\f458"; }.fa-quinscape:before{ content: "\f459"; }.fa-quora:before{ content: "\f2c4"; }.fa-quote-left:before{ content: "\f10d"; }.fa-quote-right:before{ content: "\f10e"; }.fa-quran:before{ content: "\f687"; }.fa-r-project:before{ content: "\f4f7"; }.fa-radiation:before{ content: "\f7b9"; }.fa-radiation-alt:before{ content: "\f7ba"; }.fa-rainbow:before{ content: "\f75b"; }.fa-random:before{ content: "\f074"; }.fa-raspberry-pi:before{ content: "\f7bb"; }.fa-ravelry:before{ content: "\f2d9"; }.fa-react:before{ content: "\f41b"; }.fa-reacteurope:before{ content: "\f75d"; }.fa-readme:before{ content: "\f4d5"; }.fa-rebel:before{ content: "\f1d0"; }.fa-receipt:before{ content: "\f543"; }.fa-record-vinyl:before{ content: "\f8d9"; }.fa-recycle:before{ content: "\f1b8"; }.fa-red-river:before{ content: "\f3e3"; }.fa-reddit:before{ content: "\f1a1"; }.fa-reddit-alien:before{ content: "\f281"; }.fa-reddit-square:before{ content: "\f1a2"; }.fa-redhat:before{ content: "\f7bc"; }.fa-redo:before{ content: "\f01e"; }.fa-redo-alt:before{ content: "\f2f9"; }.fa-registered:before{ content: "\f25d"; }.fa-remove-format:before{ content: "\f87d"; }.fa-renren:before{ content: "\f18b"; }.fa-reply:before{ content: "\f3e5"; }.fa-reply-all:before{ content: "\f122"; }.fa-replyd:before{ content: "\f3e6"; }.fa-republican:before{ content: "\f75e"; }.fa-researchgate:before{ content: "\f4f8"; }.fa-resolving:before{ content: "\f3e7"; }.fa-restroom:before{ content: "\f7bd"; }.fa-retweet:before{ content: "\f079"; }.fa-rev:before{ content: "\f5b2"; }.fa-ribbon:before{ content: "\f4d6"; }.fa-ring:before{ content: "\f70b"; }.fa-road:before{ content: "\f018"; }.fa-robot:before{ content: "\f544"; }.fa-rocket:before{ content: "\f135"; }.fa-rocketchat:before{ content: "\f3e8"; }.fa-rockrms:before{ content: "\f3e9"; }.fa-route:before{ content: "\f4d7"; }.fa-rss:before{ content: "\f09e"; }.fa-rss-square:before{ content: "\f143"; }.fa-ruble-sign:before{ content: "\f158"; }.fa-ruler:before{ content: "\f545"; }.fa-ruler-combined:before{ content: "\f546"; }.fa-ruler-horizontal:before{ content: "\f547"; }.fa-ruler-vertical:before{ content: "\f548"; }.fa-running:before{ content: "\f70c"; }.fa-rupee-sign:before{ content: "\f156"; }.fa-sad-cry:before{ content: "\f5b3"; }.fa-sad-tear:before{ content: "\f5b4"; }.fa-safari:before{ content: "\f267"; }.fa-salesforce:before{ content: "\f83b"; }.fa-sass:before{ content: "\f41e"; }.fa-satellite:before{ content: "\f7bf"; }.fa-satellite-dish:before{ content: "\f7c0"; }.fa-save:before{ content: "\f0c7"; }.fa-schlix:before{ content: "\f3ea"; }.fa-school:before{ content: "\f549"; }.fa-screwdriver:before{ content: "\f54a"; }.fa-scribd:before{ content: "\f28a"; }.fa-scroll:before{ content: "\f70e"; }.fa-sd-card:before{ content: "\f7c2"; }.fa-search:before{ content: "\f002"; }.fa-search-dollar:before{ content: "\f688"; }.fa-search-location:before{ content: "\f689"; }.fa-search-minus:before{ content: "\f010"; }.fa-search-plus:before{ content: "\f00e"; }.fa-searchengin:before{ content: "\f3eb"; }.fa-seedling:before{ content: "\f4d8"; }.fa-sellcast:before{ content: "\f2da"; }.fa-sellsy:before{ content: "\f213"; }.fa-server:before{ content: "\f233"; }.fa-servicestack:before{ content: "\f3ec"; }.fa-shapes:before{ content: "\f61f"; }.fa-share:before{ content: "\f064"; }.fa-share-alt:before{ content: "\f1e0"; }.fa-share-alt-square:before{ content: "\f1e1"; }.fa-share-square:before{ content: "\f14d"; }.fa-shekel-sign:before{ content: "\f20b"; }.fa-shield-alt:before{ content: "\f3ed"; }.fa-ship:before{ content: "\f21a"; }.fa-shipping-fast:before{ content: "\f48b"; }.fa-shirtsinbulk:before{ content: "\f214"; }.fa-shoe-prints:before{ content: "\f54b"; }.fa-shopping-bag:before{ content: "\f290"; }.fa-shopping-basket:before{ content: "\f291"; }.fa-shopping-cart:before{ content: "\f07a"; }.fa-shopware:before{ content: "\f5b5"; }.fa-shower:before{ content: "\f2cc"; }.fa-shuttle-van:before{ content: "\f5b6"; }.fa-sign:before{ content: "\f4d9"; }.fa-sign-in-alt:before{ content: "\f2f6"; }.fa-sign-language:before{ content: "\f2a7"; }.fa-sign-out-alt:before{ content: "\f2f5"; }.fa-signal:before{ content: "\f012"; }.fa-signature:before{ content: "\f5b7"; }.fa-sim-card:before{ content: "\f7c4"; }.fa-simplybuilt:before{ content: "\f215"; }.fa-sistrix:before{ content: "\f3ee"; }.fa-sitemap:before{ content: "\f0e8"; }.fa-sith:before{ content: "\f512"; }.fa-skating:before{ content: "\f7c5"; }.fa-sketch:before{ content: "\f7c6"; }.fa-skiing:before{ content: "\f7c9"; }.fa-skiing-nordic:before{ content: "\f7ca"; }.fa-skull:before{ content: "\f54c"; }.fa-skull-crossbones:before{ content: "\f714"; }.fa-skyatlas:before{ content: "\f216"; }.fa-skype:before{ content: "\f17e"; }.fa-slack:before{ content: "\f198"; }.fa-slack-hash:before{ content: "\f3ef"; }.fa-slash:before{ content: "\f715"; }.fa-sleigh:before{ content: "\f7cc"; }.fa-sliders-h:before{ content: "\f1de"; }.fa-slideshare:before{ content: "\f1e7"; }.fa-smile:before{ content: "\f118"; }.fa-smile-beam:before{ content: "\f5b8"; }.fa-smile-wink:before{ content: "\f4da"; }.fa-smog:before{ content: "\f75f"; }.fa-smoking:before{ content: "\f48d"; }.fa-smoking-ban:before{ content: "\f54d"; }.fa-sms:before{ content: "\f7cd"; }.fa-snapchat:before{ content: "\f2ab"; }.fa-snapchat-ghost:before{ content: "\f2ac"; }.fa-snapchat-square:before{ content: "\f2ad"; }.fa-snowboarding:before{ content: "\f7ce"; }.fa-snowflake:before{ content: "\f2dc"; }.fa-snowman:before{ content: "\f7d0"; }.fa-snowplow:before{ content: "\f7d2"; }.fa-socks:before{ content: "\f696"; }.fa-solar-panel:before{ content: "\f5ba"; }.fa-sort:before{ content: "\f0dc"; }.fa-sort-alpha-down:before{ content: "\f15d"; }.fa-sort-alpha-down-alt:before{ content: "\f881"; }.fa-sort-alpha-up:before{ content: "\f15e"; }.fa-sort-alpha-up-alt:before{ content: "\f882"; }.fa-sort-amount-down:before{ content: "\f160"; }.fa-sort-amount-down-alt:before{ content: "\f884"; }.fa-sort-amount-up:before{ content: "\f161"; }.fa-sort-amount-up-alt:before{ content: "\f885"; }.fa-sort-down:before{ content: "\f0dd"; }.fa-sort-numeric-down:before{ content: "\f162"; }.fa-sort-numeric-down-alt:before{ content: "\f886"; }.fa-sort-numeric-up:before{ content: "\f163"; }.fa-sort-numeric-up-alt:before{ content: "\f887"; }.fa-sort-up:before{ content: "\f0de"; }.fa-soundcloud:before{ content: "\f1be"; }.fa-sourcetree:before{ content: "\f7d3"; }.fa-spa:before{ content: "\f5bb"; }.fa-space-shuttle:before{ content: "\f197"; }.fa-speakap:before{ content: "\f3f3"; }.fa-speaker-deck:before{ content: "\f83c"; }.fa-spell-check:before{ content: "\f891"; }.fa-spider:before{ content: "\f717"; }.fa-spinner:before{ content: "\f110"; }.fa-splotch:before{ content: "\f5bc"; }.fa-spotify:before{ content: "\f1bc"; }.fa-spray-can:before{ content: "\f5bd"; }.fa-square:before{ content: "\f0c8"; }.fa-square-full:before{ content: "\f45c"; }.fa-square-root-alt:before{ content: "\f698"; }.fa-squarespace:before{ content: "\f5be"; }.fa-stack-exchange:before{ content: "\f18d"; }.fa-stack-overflow:before{ content: "\f16c"; }.fa-stackpath:before{ content: "\f842"; }.fa-stamp:before{ content: "\f5bf"; }.fa-star:before{ content: "\f005"; }.fa-star-and-crescent:before{ content: "\f699"; }.fa-star-half:before{ content: "\f089"; }.fa-star-half-alt:before{ content: "\f5c0"; }.fa-star-of-david:before{ content: "\f69a"; }.fa-star-of-life:before{ content: "\f621"; }.fa-staylinked:before{ content: "\f3f5"; }.fa-steam:before{ content: "\f1b6"; }.fa-steam-square:before{ content: "\f1b7"; }.fa-steam-symbol:before{ content: "\f3f6"; }.fa-step-backward:before{ content: "\f048"; }.fa-step-forward:before{ content: "\f051"; }.fa-stethoscope:before{ content: "\f0f1"; }.fa-sticker-mule:before{ content: "\f3f7"; }.fa-sticky-note:before{ content: "\f249"; }.fa-stop:before{ content: "\f04d"; }.fa-stop-circle:before{ content: "\f28d"; }.fa-stopwatch:before{ content: "\f2f2"; }.fa-store:before{ content: "\f54e"; }.fa-store-alt:before{ content: "\f54f"; }.fa-strava:before{ content: "\f428"; }.fa-stream:before{ content: "\f550"; }.fa-street-view:before{ content: "\f21d"; }.fa-strikethrough:before{ content: "\f0cc"; }.fa-stripe:before{ content: "\f429"; }.fa-stripe-s:before{ content: "\f42a"; }.fa-stroopwafel:before{ content: "\f551"; }.fa-studiovinari:before{ content: "\f3f8"; }.fa-stumbleupon:before{ content: "\f1a4"; }.fa-stumbleupon-circle:before{ content: "\f1a3"; }.fa-subscript:before{ content: "\f12c"; }.fa-subway:before{ content: "\f239"; }.fa-suitcase:before{ content: "\f0f2"; }.fa-suitcase-rolling:before{ content: "\f5c1"; }.fa-sun:before{ content: "\f185"; }.fa-superpowers:before{ content: "\f2dd"; }.fa-superscript:before{ content: "\f12b"; }.fa-supple:before{ content: "\f3f9"; }.fa-surprise:before{ content: "\f5c2"; }.fa-suse:before{ content: "\f7d6"; }.fa-swatchbook:before{ content: "\f5c3"; }.fa-swift:before{ content: "\f8e1"; }.fa-swimmer:before{ content: "\f5c4"; }.fa-swimming-pool:before{ content: "\f5c5"; }.fa-symfony:before{ content: "\f83d"; }.fa-synagogue:before{ content: "\f69b"; }.fa-sync:before{ content: "\f021"; }.fa-sync-alt:before{ content: "\f2f1"; }.fa-syringe:before{ content: "\f48e"; }.fa-table:before{ content: "\f0ce"; }.fa-table-tennis:before{ content: "\f45d"; }.fa-tablet:before{ content: "\f10a"; }.fa-tablet-alt:before{ content: "\f3fa"; }.fa-tablets:before{ content: "\f490"; }.fa-tachometer-alt:before{ content: "\f3fd"; }.fa-tag:before{ content: "\f02b"; }.fa-tags:before{ content: "\f02c"; }.fa-tape:before{ content: "\f4db"; }.fa-tasks:before{ content: "\f0ae"; }.fa-taxi:before{ content: "\f1ba"; }.fa-teamspeak:before{ content: "\f4f9"; }.fa-teeth:before{ content: "\f62e"; }.fa-teeth-open:before{ content: "\f62f"; }.fa-telegram:before{ content: "\f2c6"; }.fa-telegram-plane:before{ content: "\f3fe"; }.fa-temperature-high:before{ content: "\f769"; }.fa-temperature-low:before{ content: "\f76b"; }.fa-tencent-weibo:before{ content: "\f1d5"; }.fa-tenge:before{ content: "\f7d7"; }.fa-terminal:before{ content: "\f120"; }.fa-text-height:before{ content: "\f034"; }.fa-text-width:before{ content: "\f035"; }.fa-th:before{ content: "\f00a"; }.fa-th-large:before{ content: "\f009"; }.fa-th-list:before{ content: "\f00b"; }.fa-the-red-yeti:before{ content: "\f69d"; }.fa-theater-masks:before{ content: "\f630"; }.fa-themeco:before{ content: "\f5c6"; }.fa-themeisle:before{ content: "\f2b2"; }.fa-thermometer:before{ content: "\f491"; }.fa-thermometer-empty:before{ content: "\f2cb"; }.fa-thermometer-full:before{ content: "\f2c7"; }.fa-thermometer-half:before{ content: "\f2c9"; }.fa-thermometer-quarter:before{ content: "\f2ca"; }.fa-thermometer-three-quarters:before{ content: "\f2c8"; }.fa-think-peaks:before{ content: "\f731"; }.fa-thumbs-down:before{ content: "\f165"; }.fa-thumbs-up:before{ content: "\f164"; }.fa-thumbtack:before{ content: "\f08d"; }.fa-ticket-alt:before{ content: "\f3ff"; }.fa-times:before{ content: "\f00d"; }.fa-times-circle:before{ content: "\f057"; }.fa-tint:before{ content: "\f043"; }.fa-tint-slash:before{ content: "\f5c7"; }.fa-tired:before{ content: "\f5c8"; }.fa-toggle-off:before{ content: "\f204"; }.fa-toggle-on:before{ content: "\f205"; }.fa-toilet:before{ content: "\f7d8"; }.fa-toilet-paper:before{ content: "\f71e"; }.fa-toolbox:before{ content: "\f552"; }.fa-tools:before{ content: "\f7d9"; }.fa-tooth:before{ content: "\f5c9"; }.fa-torah:before{ content: "\f6a0"; }.fa-torii-gate:before{ content: "\f6a1"; }.fa-tractor:before{ content: "\f722"; }.fa-trade-federation:before{ content: "\f513"; }.fa-trademark:before{ content: "\f25c"; }.fa-traffic-light:before{ content: "\f637"; }.fa-trailer:before{ content: "\f941"; }.fa-train:before{ content: "\f238"; }.fa-tram:before{ content: "\f7da"; }.fa-transgender:before{ content: "\f224"; }.fa-transgender-alt:before{ content: "\f225"; }.fa-trash:before{ content: "\f1f8"; }.fa-trash-alt:before{ content: "\f2ed"; }.fa-trash-restore:before{ content: "\f829"; }.fa-trash-restore-alt:before{ content: "\f82a"; }.fa-tree:before{ content: "\f1bb"; }.fa-trello:before{ content: "\f181"; }.fa-tripadvisor:before{ content: "\f262"; }.fa-trophy:before{ content: "\f091"; }.fa-truck:before{ content: "\f0d1"; }.fa-truck-loading:before{ content: "\f4de"; }.fa-truck-monster:before{ content: "\f63b"; }.fa-truck-moving:before{ content: "\f4df"; }.fa-truck-pickup:before{ content: "\f63c"; }.fa-tshirt:before{ content: "\f553"; }.fa-tty:before{ content: "\f1e4"; }.fa-tumblr:before{ content: "\f173"; }.fa-tumblr-square:before{ content: "\f174"; }.fa-tv:before{ content: "\f26c"; }.fa-twitch:before{ content: "\f1e8"; }.fa-twitter:before{ content: "\f099"; }.fa-twitter-square:before{ content: "\f081"; }.fa-typo3:before{ content: "\f42b"; }.fa-uber:before{ content: "\f402"; }.fa-ubuntu:before{ content: "\f7df"; }.fa-uikit:before{ content: "\f403"; }.fa-umbraco:before{ content: "\f8e8"; }.fa-umbrella:before{ content: "\f0e9"; }.fa-umbrella-beach:before{ content: "\f5ca"; }.fa-underline:before{ content: "\f0cd"; }.fa-undo:before{ content: "\f0e2"; }.fa-undo-alt:before{ content: "\f2ea"; }.fa-uniregistry:before{ content: "\f404"; }.fa-unity:before{ content: "\f949"; }.fa-universal-access:before{ content: "\f29a"; }.fa-university:before{ content: "\f19c"; }.fa-unlink:before{ content: "\f127"; }.fa-unlock:before{ content: "\f09c"; }.fa-unlock-alt:before{ content: "\f13e"; }.fa-untappd:before{ content: "\f405"; }.fa-upload:before{ content: "\f093"; }.fa-ups:before{ content: "\f7e0"; }.fa-usb:before{ content: "\f287"; }.fa-user:before{ content: "\f007"; }.fa-user-alt:before{ content: "\f406"; }.fa-user-alt-slash:before{ content: "\f4fa"; }.fa-user-astronaut:before{ content: "\f4fb"; }.fa-user-check:before{ content: "\f4fc"; }.fa-user-circle:before{ content: "\f2bd"; }.fa-user-clock:before{ content: "\f4fd"; }.fa-user-cog:before{ content: "\f4fe"; }.fa-user-edit:before{ content: "\f4ff"; }.fa-user-friends:before{ content: "\f500"; }.fa-user-graduate:before{ content: "\f501"; }.fa-user-injured:before{ content: "\f728"; }.fa-user-lock:before{ content: "\f502"; }.fa-user-md:before{ content: "\f0f0"; }.fa-user-minus:before{ content: "\f503"; }.fa-user-ninja:before{ content: "\f504"; }.fa-user-nurse:before{ content: "\f82f"; }.fa-user-plus:before{ content: "\f234"; }.fa-user-secret:before{ content: "\f21b"; }.fa-user-shield:before{ content: "\f505"; }.fa-user-slash:before{ content: "\f506"; }.fa-user-tag:before{ content: "\f507"; }.fa-user-tie:before{ content: "\f508"; }.fa-user-times:before{ content: "\f235"; }.fa-users:before{ content: "\f0c0"; }.fa-users-cog:before{ content: "\f509"; }.fa-usps:before{ content: "\f7e1"; }.fa-ussunnah:before{ content: "\f407"; }.fa-utensil-spoon:before{ content: "\f2e5"; }.fa-utensils:before{ content: "\f2e7"; }.fa-vaadin:before{ content: "\f408"; }.fa-vector-square:before{ content: "\f5cb"; }.fa-venus:before{ content: "\f221"; }.fa-venus-double:before{ content: "\f226"; }.fa-venus-mars:before{ content: "\f228"; }.fa-viacoin:before{ content: "\f237"; }.fa-viadeo:before{ content: "\f2a9"; }.fa-viadeo-square:before{ content: "\f2aa"; }.fa-vial:before{ content: "\f492"; }.fa-vials:before{ content: "\f493"; }.fa-viber:before{ content: "\f409"; }.fa-video:before{ content: "\f03d"; }.fa-video-slash:before{ content: "\f4e2"; }.fa-vihara:before{ content: "\f6a7"; }.fa-vimeo:before{ content: "\f40a"; }.fa-vimeo-square:before{ content: "\f194"; }.fa-vimeo-v:before{ content: "\f27d"; }.fa-vine:before{ content: "\f1ca"; }.fa-vk:before{ content: "\f189"; }.fa-vnv:before{ content: "\f40b"; }.fa-voicemail:before{ content: "\f897"; }.fa-volleyball-ball:before{ content: "\f45f"; }.fa-volume-down:before{ content: "\f027"; }.fa-volume-mute:before{ content: "\f6a9"; }.fa-volume-off:before{ content: "\f026"; }.fa-volume-up:before{ content: "\f028"; }.fa-vote-yea:before{ content: "\f772"; }.fa-vr-cardboard:before{ content: "\f729"; }.fa-vuejs:before{ content: "\f41f"; }.fa-walking:before{ content: "\f554"; }.fa-wallet:before{ content: "\f555"; }.fa-warehouse:before{ content: "\f494"; }.fa-water:before{ content: "\f773"; }.fa-wave-square:before{ content: "\f83e"; }.fa-waze:before{ content: "\f83f"; }.fa-weebly:before{ content: "\f5cc"; }.fa-weibo:before{ content: "\f18a"; }.fa-weight:before{ content: "\f496"; }.fa-weight-hanging:before{ content: "\f5cd"; }.fa-weixin:before{ content: "\f1d7"; }.fa-whatsapp:before{ content: "\f232"; }.fa-whatsapp-square:before{ content: "\f40c"; }.fa-wheelchair:before{ content: "\f193"; }.fa-whmcs:before{ content: "\f40d"; }.fa-wifi:before{ content: "\f1eb"; }.fa-wikipedia-w:before{ content: "\f266"; }.fa-wind:before{ content: "\f72e"; }.fa-window-close:before{ content: "\f410"; }.fa-window-maximize:before{ content: "\f2d0"; }.fa-window-minimize:before{ content: "\f2d1"; }.fa-window-restore:before{ content: "\f2d2"; }.fa-windows:before{ content: "\f17a"; }.fa-wine-bottle:before{ content: "\f72f"; }.fa-wine-glass:before{ content: "\f4e3"; }.fa-wine-glass-alt:before{ content: "\f5ce"; }.fa-wix:before{ content: "\f5cf"; }.fa-wizards-of-the-coast:before{ content: "\f730"; }.fa-wolf-pack-battalion:before{ content: "\f514"; }.fa-won-sign:before{ content: "\f159"; }.fa-wordpress:before{ content: "\f19a"; }.fa-wordpress-simple:before{ content: "\f411"; }.fa-wpbeginner:before{ content: "\f297"; }.fa-wpexplorer:before{ content: "\f2de"; }.fa-wpforms:before{ content: "\f298"; }.fa-wpressr:before{ content: "\f3e4"; }.fa-wrench:before{ content: "\f0ad"; }.fa-x-ray:before{ content: "\f497"; }.fa-xbox:before{ content: "\f412"; }.fa-xing:before{ content: "\f168"; }.fa-xing-square:before{ content: "\f169"; }.fa-y-combinator:before{ content: "\f23b"; }.fa-yahoo:before{ content: "\f19e"; }.fa-yammer:before{ content: "\f840"; }.fa-yandex:before{ content: "\f413"; }.fa-yandex-international:before{ content: "\f414"; }.fa-yarn:before{ content: "\f7e3"; }.fa-yelp:before{ content: "\f1e9"; }.fa-yen-sign:before{ content: "\f157"; }.fa-yin-yang:before{ content: "\f6ad"; }.fa-yoast:before{ content: "\f2b1"; }.fa-youtube:before{ content: "\f167"; }.fa-youtube-square:before{ content: "\f431"; }.fa-zhihu:before{ content: "\f63f"; }.sr-only{ border: 0;  clip: rect(0,0,0,0);  height: 1px;  margin: -1px;  overflow: hidden;  padding: 0;  position: absolute;  width: 1px; }.sr-only-focusable:active,.sr-only-focusable:focus{ clip: auto;  height: auto;  margin: 0;  overflow: visible;  position: static;  width: auto; }@font-face{ font-family: 'Font Awesome 5 Free';  font-style: normal;  font-weight: 400;  font-display: swap;  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-regular-400.eot);  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-regular-400.eot?#iefix) format('embedded-opentype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-regular-400.woff2) format('woff2'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-regular-400.woff) format('woff'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-regular-400.ttf) format('truetype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-regular-400.svg#fontawesome) format('svg'); }.far{ font-family: 'Font Awesome 5 Free';  font-weight: 400; }@font-face{ font-family: 'Font Awesome 5 Free';  font-style: normal;  font-weight: 900;  font-display: swap;  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-solid-900.eot);  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-solid-900.eot?#iefix) format('embedded-opentype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-solid-900.woff2) format('woff2'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-solid-900.woff) format('woff'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-solid-900.ttf) format('truetype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-solid-900.svg#fontawesome) format('svg'); }.fa,.fas{ font-family: 'Font Awesome 5 Free';  font-weight: 900; }@font-face{ font-family: 'Font Awesome 5 Brands';  font-style: normal;  font-weight: normal;  font-display: swap;  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-brands-400.eot);  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-brands-400.eot?#iefix) format('embedded-opentype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-brands-400.woff2) format('woff2'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-brands-400.woff) format('woff'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-brands-400.ttf) format('truetype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/FontAwesome/fa-brands-400.svg#fontawesome) format('svg'); }.fab{ font-family: 'Font Awesome 5 Brands'; }:root{ --blue: #234B59;  --indigo: #a0a9b1;  --purple: #EEB59F;  --pink: #e83e8c;  --red: #D13627;  --orange: #fd7e14;  --yellow: #F7A600;  --green: #28a745;  --teal: #20c997;  --cyan: #17a2b8;  --white: #fff;  --gray: #6c757d;  --gray-dark: #343a40;  --gray-105: #DFE0E2;  --gray-705: #758490;  --primary: #D13627;  --secondary: #234B59;  --success: #28a745;  --info: #17a2b8;  --warning: #F7A600;  --danger: #D13627;  --light: #f8f9fa;  --dark: #343a40;  --tertiary: #F7A600;  --quaternary: #EEB59F;  --primary-lighten: #DC6248;  --secondary-lighten-1: #4C6672;  --secondary-lighten-2: #A0A9B1;  --gray-100: #f8f9fa;  --gray-200: #e9ecef;  --gray-300: #dee2e6;  --gray-400: #ced4da;  --gray-500: #adb5bd;  --gray-600: #6c757d;  --gray-700: #495057;  --gray-800: #343a40;  --gray-900: #212529;  --gray-105: #DFE0E2;  --gray-705: #758490;  --black: #000;  --white: #fff;  --breakpoint-xs: 0;  --breakpoint-sm: 576px;  --breakpoint-md: 768px;  --breakpoint-lg: 992px;  --breakpoint-xl: 1200px;  --breakpoint-mxl: 1280px;  --breakpoint-xxl: 1400px;  --breakpoint-xxxl: 1600px;  --breakpoint-xxxxxl: 2600px;  --font-family-sans-serif: "Roboto Condensed",arial,sans-serif,;  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }*,*::before,*::after{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }html{ font-family: sans-serif;  line-height: 1.15;  -webkit-text-size-adjust: 100%;  -webkit-tap-highlight-color: rgba(0,0,0,0); }article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{ display: block; }body{ margin: 0;  font-family: "Roboto Condensed",arial,sans-serif;  font-size: .95rem;  font-weight: 300;  line-height: 1.5;  color: #234B59;  text-align: left;  background-color: #fff; }[tabindex="-1"]:focus:not(:focus-visible){ outline: 0 !important; }hr{ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;  height: 0;  overflow: visible; }h1,h2,h3,h4,h5,h6{ margin-top: 0;  margin-bottom: .5rem; }p{ margin-top: 0;  margin-bottom: 1rem; }abbr[title],abbr[data-original-title]{ text-decoration: underline;  text-decoration: underline dotted;  cursor: help;  border-bottom: 0;  text-decoration-skip-ink: none; }address{ margin-bottom: 1rem;  font-style: normal;  line-height: inherit; }ol,ul,dl{ margin-top: 0;  margin-bottom: 1rem; }ol ol,ul ul,ol ul,ul ol{ margin-bottom: 0; }dt{ font-weight: 500; }dd{ margin-bottom: .5rem;  margin-left: 0; }blockquote{ margin: 0 0 1rem; }b,strong{ font-weight: 500; }small{ font-size: 80%; }sub,sup{ position: relative;  font-size: 75%;  line-height: 0;  vertical-align: baseline; }sub{ bottom: -.25em; }sup{ top: -.5em; }a{ color: #234B59;  text-decoration: none;  background-color: transparent; }a:hover{ color: #0d1d22;  text-decoration: underline; }a:not([href]){ color: inherit;  text-decoration: none; }a:not([href]):hover{ color: inherit;  text-decoration: none; }pre,code,kbd,samp{ font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;  font-size: 1em; }pre{ margin-top: 0;  margin-bottom: 1rem;  overflow: auto; }figure{ margin: 0 0 1rem; }img{ vertical-align: middle;  border-style: none; }svg{ overflow: hidden;  vertical-align: middle; }table{ border-collapse: collapse; }caption{ padding-top: .75rem;  padding-bottom: .75rem;  color: #6c757d;  text-align: left;  caption-side: bottom; }th{ text-align: inherit; }label{ display: inline-block;  margin-bottom: .5rem; }button{ border-radius: 0; }button:focus{ outline: 1px dotted;  outline: 5px auto -webkit-focus-ring-color; }input,button,select,optgroup,textarea{ margin: 0;  font-family: inherit;  font-size: inherit;  line-height: inherit; }button,input{ overflow: visible; }button,select{ text-transform: none; }select{ word-wrap: normal; }button,[type="button"],[type="reset"],[type="submit"]{ -webkit-appearance: button; }button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){ cursor: pointer; }button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{ padding: 0;  border-style: none; }input[type="radio"],input[type="checkbox"]{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  padding: 0; }input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{ -webkit-appearance: listbox; }textarea{ overflow: auto;  resize: vertical; }fieldset{ min-width: 0;  padding: 0;  margin: 0;  border: 0; }legend{ display: block;  width: 100%;  max-width: 100%;  padding: 0;  margin-bottom: .5rem;  font-size: 1.5rem;  line-height: inherit;  color: inherit;  white-space: normal; }@media (max-width:1200px){legend{ font-size: -webkit-calc(1.275rem + .3vw); font-size: calc(1.275rem + .3vw); }}progress{ vertical-align: baseline; }[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{ height: auto; }[type="search"]{ outline-offset: -2px;  -webkit-appearance: none; }[type="search"]::-webkit-search-decoration{ -webkit-appearance: none; }::-webkit-file-upload-button{ font: inherit;  -webkit-appearance: button; }output{ display: inline-block; }summary{ display: list-item;  cursor: pointer; }template{ display: none; }[hidden]{ display: none !important; }h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{ margin-bottom: .5rem;  font-weight: 500;  line-height: 1.2; }h1,.h1{ font-size: 4.085rem; }@media (max-width:1200px){h1,.h1{ font-size: -webkit-calc(1.5335rem + 3.402vw); font-size: calc(1.5335rem + 3.402vw); }}h2,.h2{ font-size: 2.96875rem; }@media (max-width:1200px){h2,.h2{ font-size: -webkit-calc(1.421875rem + 2.0625vw); font-size: calc(1.421875rem + 2.0625vw); }}h3,.h3{ font-size: 1.9475rem; }@media (max-width:1200px){h3,.h3{ font-size: -webkit-calc(1.31975rem + .837vw); font-size: calc(1.31975rem + .837vw); }}h4,.h4{ font-size: 1.425rem; }@media (max-width:1200px){h4,.h4{ font-size: -webkit-calc(1.2675rem + .21vw); font-size: calc(1.2675rem + .21vw); }}h5,.h5{ font-size: 1.1875rem; }h6,.h6{ font-size: .95rem; }.lead{ font-size: 1.9rem;  font-weight: 300; }@media (max-width:1200px){.lead{ font-size: -webkit-calc(1.315rem + .78vw); font-size: calc(1.315rem + .78vw); }}.display-1{ font-size: 6rem;  font-weight: 300;  line-height: 1.2; }@media (max-width:1200px){.display-1{ font-size: -webkit-calc(1.725rem + 5.7vw); font-size: calc(1.725rem + 5.7vw); }}.display-2{ font-size: 5.5rem;  font-weight: 300;  line-height: 1.2; }@media (max-width:1200px){.display-2{ font-size: -webkit-calc(1.675rem + 5.1vw); font-size: calc(1.675rem + 5.1vw); }}.display-3{ font-size: 4.5rem;  font-weight: 300;  line-height: 1.2; }@media (max-width:1200px){.display-3{ font-size: -webkit-calc(1.575rem + 3.9vw); font-size: calc(1.575rem + 3.9vw); }}.display-4{ font-size: 4rem;  font-weight: 300;  line-height: 1.2; }@media (max-width:1200px){.display-4{ font-size: -webkit-calc(1.525rem + 3.3vw); font-size: calc(1.525rem + 3.3vw); }}hr{ margin-top: 1rem;  margin-bottom: 1rem;  border: 0;  border-top: 1px solid rgba(0,0,0,.1); }small,.small{ font-size: 80%;  font-weight: 300; }mark,.mark{ padding: .2em;  background-color: #fcf8e3; }.list-unstyled{ padding-left: 0;  list-style: none; }.list-inline{ padding-left: 0;  list-style: none; }.list-inline-item{ display: inline-block; }.list-inline-item:not(:last-child){ margin-right: .5rem; }.initialism{ font-size: 90%;  text-transform: uppercase; }.blockquote{ margin-bottom: 1rem;  font-size: 1.1875rem; }.blockquote-footer{ display: block;  font-size: 80%;  color: #6c757d; }.blockquote-footer::before{ content: "\2014\00A0"; }.img-fluid{ max-width: 100%;  height: auto; }.img-thumbnail{ padding: .25rem;  background-color: #fff;  border: 1px solid #dee2e6;  max-width: 100%;  height: auto; }.figure{ display: inline-block; }.figure-img{ margin-bottom: .5rem;  line-height: 1; }.figure-caption{ font-size: 90%;  color: #6c757d; }code{ font-size: 87.5%;  color: #e83e8c;  word-wrap: break-word; }a > code{ color: inherit; }kbd{ padding: .2rem .4rem;  font-size: 87.5%;  color: #fff;  background-color: #212529; }kbd kbd{ padding: 0;  font-size: 100%;  font-weight: 500; }pre{ display: block;  font-size: 87.5%;  color: #212529; }pre code{ font-size: inherit;  color: inherit;  word-break: normal; }.pre-scrollable{ max-height: 340px;  overflow-y: scroll; }.container{ width: 100%;  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto; }@media (min-width:576px){.container{ max-width: 540px; }}@media (min-width:768px){.container{ max-width: 720px; }}@media (min-width:992px){.container{ max-width: 960px; }}@media (min-width:1200px){.container{ max-width: 1140px; }}@media (min-width:1400px){.container{ max-width: 1300px; }}@media (min-width:1600px){.container{ max-width: 1410px; }}.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl,.container-xxxl{ width: 100%;  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto; }@media (min-width:576px){.container,.container-sm{ max-width: 540px; }}@media (min-width:768px){.container,.container-sm,.container-md{ max-width: 720px; }}@media (min-width:992px){.container,.container-sm,.container-md,.container-lg{ max-width: 960px; }}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{ max-width: 1140px; }}@media (min-width:1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-mxl,.container-xxl{ max-width: 1300px; }}@media (min-width:1600px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-mxl,.container-xxl,.container-xxxl{ max-width: 1410px; }}.row{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  margin-right: -15px;  margin-left: -15px; }.no-gutters{ margin-right: 0;  margin-left: 0; }.no-gutters > .col,.no-gutters > [class*="col-"]{ padding-right: 0;  padding-left: 0; }.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.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-sm,.col-sm-auto,.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-md,.col-md-auto,.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-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-mxl-1,.col-mxl-2,.col-mxl-3,.col-mxl-4,.col-mxl-5,.col-mxl-6,.col-mxl-7,.col-mxl-8,.col-mxl-9,.col-mxl-10,.col-mxl-11,.col-mxl-12,.col-mxl,.col-mxl-auto,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl,.col-xxl-auto,.col-xxxl-1,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl,.col-xxxl-auto,.col-xxxxxl-1,.col-xxxxxl-2,.col-xxxxxl-3,.col-xxxxxl-4,.col-xxxxxl-5,.col-xxxxxl-6,.col-xxxxxl-7,.col-xxxxxl-8,.col-xxxxxl-9,.col-xxxxxl-10,.col-xxxxxl-11,.col-xxxxxl-12,.col-xxxxxl,.col-xxxxxl-auto{ position: relative;  width: 100%;  padding-right: 15px;  padding-left: 15px; }.col{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.row-cols-1 > *{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.row-cols-2 > *{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.row-cols-3 > *{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.row-cols-4 > *{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.row-cols-5 > *{ -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%;  max-width: 20%; }.row-cols-6 > *{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-1{ margin-left: 8.3333333333%; }.offset-2{ margin-left: 16.6666666667%; }.offset-3{ margin-left: 25%; }.offset-4{ margin-left: 33.3333333333%; }.offset-5{ margin-left: 41.6666666667%; }.offset-6{ margin-left: 50%; }.offset-7{ margin-left: 58.3333333333%; }.offset-8{ margin-left: 66.6666666667%; }.offset-9{ margin-left: 75%; }.offset-10{ margin-left: 83.3333333333%; }.offset-11{ margin-left: 91.6666666667%; }@media (min-width:576px){.col-sm{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.row-cols-sm-1 > *{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.row-cols-sm-2 > *{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.row-cols-sm-3 > *{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.row-cols-sm-4 > *{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.row-cols-sm-5 > *{ -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%;  max-width: 20%; }.row-cols-sm-6 > *{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-sm-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-sm-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-sm-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-sm-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-sm-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-sm-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-sm-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-sm-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-sm-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-sm-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-sm-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-sm-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-sm-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-sm-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-sm-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-sm-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-sm-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-sm-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-sm-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-sm-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-sm-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-sm-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-sm-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-sm-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-sm-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-sm-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-sm-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-sm-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-sm-0{ margin-left: 0; }.offset-sm-1{ margin-left: 8.3333333333%; }.offset-sm-2{ margin-left: 16.6666666667%; }.offset-sm-3{ margin-left: 25%; }.offset-sm-4{ margin-left: 33.3333333333%; }.offset-sm-5{ margin-left: 41.6666666667%; }.offset-sm-6{ margin-left: 50%; }.offset-sm-7{ margin-left: 58.3333333333%; }.offset-sm-8{ margin-left: 66.6666666667%; }.offset-sm-9{ margin-left: 75%; }.offset-sm-10{ margin-left: 83.3333333333%; }.offset-sm-11{ margin-left: 91.6666666667%; }}@media (min-width:768px){.col-md{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.row-cols-md-1 > *{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.row-cols-md-2 > *{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.row-cols-md-3 > *{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.row-cols-md-4 > *{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.row-cols-md-5 > *{ -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%;  max-width: 20%; }.row-cols-md-6 > *{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-md-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-md-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-md-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-md-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-md-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-md-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-md-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-md-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-md-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-md-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-md-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-md-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-md-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-md-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-md-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-md-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-md-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-md-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-md-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-md-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-md-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-md-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-md-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-md-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-md-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-md-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-md-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-md-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-md-0{ margin-left: 0; }.offset-md-1{ margin-left: 8.3333333333%; }.offset-md-2{ margin-left: 16.6666666667%; }.offset-md-3{ margin-left: 25%; }.offset-md-4{ margin-left: 33.3333333333%; }.offset-md-5{ margin-left: 41.6666666667%; }.offset-md-6{ margin-left: 50%; }.offset-md-7{ margin-left: 58.3333333333%; }.offset-md-8{ margin-left: 66.6666666667%; }.offset-md-9{ margin-left: 75%; }.offset-md-10{ margin-left: 83.3333333333%; }.offset-md-11{ margin-left: 91.6666666667%; }}@media (min-width:992px){.col-lg{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.row-cols-lg-1 > *{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.row-cols-lg-2 > *{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.row-cols-lg-3 > *{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.row-cols-lg-4 > *{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.row-cols-lg-5 > *{ -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%;  max-width: 20%; }.row-cols-lg-6 > *{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-lg-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-lg-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-lg-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-lg-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-lg-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-lg-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-lg-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-lg-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-lg-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-lg-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-lg-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-lg-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-lg-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-lg-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-lg-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-lg-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-lg-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-lg-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-lg-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-lg-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-lg-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-lg-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-lg-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-lg-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-lg-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-lg-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-lg-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-lg-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-lg-0{ margin-left: 0; }.offset-lg-1{ margin-left: 8.3333333333%; }.offset-lg-2{ margin-left: 16.6666666667%; }.offset-lg-3{ margin-left: 25%; }.offset-lg-4{ margin-left: 33.3333333333%; }.offset-lg-5{ margin-left: 41.6666666667%; }.offset-lg-6{ margin-left: 50%; }.offset-lg-7{ margin-left: 58.3333333333%; }.offset-lg-8{ margin-left: 66.6666666667%; }.offset-lg-9{ margin-left: 75%; }.offset-lg-10{ margin-left: 83.3333333333%; }.offset-lg-11{ margin-left: 91.6666666667%; }}@media (min-width:1200px){.col-xl{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.row-cols-xl-1 > *{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.row-cols-xl-2 > *{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.row-cols-xl-3 > *{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.row-cols-xl-4 > *{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.row-cols-xl-5 > *{ -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%;  max-width: 20%; }.row-cols-xl-6 > *{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-xl-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-xl-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-xl-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-xl-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-xl-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-xl-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-xl-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-xl-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-xl-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-xl-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-xl-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-xl-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-xl-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-xl-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-xl-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-xl-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-xl-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-xl-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-xl-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-xl-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-xl-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-xl-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-xl-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-xl-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-xl-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-xl-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-xl-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-xl-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-xl-0{ margin-left: 0; }.offset-xl-1{ margin-left: 8.3333333333%; }.offset-xl-2{ margin-left: 16.6666666667%; }.offset-xl-3{ margin-left: 25%; }.offset-xl-4{ margin-left: 33.3333333333%; }.offset-xl-5{ margin-left: 41.6666666667%; }.offset-xl-6{ margin-left: 50%; }.offset-xl-7{ margin-left: 58.3333333333%; }.offset-xl-8{ margin-left: 66.6666666667%; }.offset-xl-9{ margin-left: 75%; }.offset-xl-10{ margin-left: 83.3333333333%; }.offset-xl-11{ margin-left: 91.6666666667%; }}@media (min-width:1280px){.col-mxl{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.row-cols-mxl-1 > *{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.row-cols-mxl-2 > *{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.row-cols-mxl-3 > *{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.row-cols-mxl-4 > *{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.row-cols-mxl-5 > *{ -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%;  max-width: 20%; }.row-cols-mxl-6 > *{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-mxl-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-mxl-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-mxl-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-mxl-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-mxl-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-mxl-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-mxl-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-mxl-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-mxl-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-mxl-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-mxl-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-mxl-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-mxl-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-mxl-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-mxl-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-mxl-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-mxl-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-mxl-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-mxl-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-mxl-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-mxl-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-mxl-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-mxl-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-mxl-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-mxl-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-mxl-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-mxl-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-mxl-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-mxl-0{ margin-left: 0; }.offset-mxl-1{ margin-left: 8.3333333333%; }.offset-mxl-2{ margin-left: 16.6666666667%; }.offset-mxl-3{ margin-left: 25%; }.offset-mxl-4{ margin-left: 33.3333333333%; }.offset-mxl-5{ margin-left: 41.6666666667%; }.offset-mxl-6{ margin-left: 50%; }.offset-mxl-7{ margin-left: 58.3333333333%; }.offset-mxl-8{ margin-left: 66.6666666667%; }.offset-mxl-9{ margin-left: 75%; }.offset-mxl-10{ margin-left: 83.3333333333%; }.offset-mxl-11{ margin-left: 91.6666666667%; }}@media (min-width:1400px){.col-xxl{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.row-cols-xxl-1 > *{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.row-cols-xxl-2 > *{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.row-cols-xxl-3 > *{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.row-cols-xxl-4 > *{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.row-cols-xxl-5 > *{ -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%;  max-width: 20%; }.row-cols-xxl-6 > *{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-xxl-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-xxl-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-xxl-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-xxl-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-xxl-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-xxl-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-xxl-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-xxl-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-xxl-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-xxl-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-xxl-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-xxl-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-xxl-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-xxl-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-xxl-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-xxl-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-xxl-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-xxl-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-xxl-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-xxl-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-xxl-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-xxl-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-xxl-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-xxl-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-xxl-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-xxl-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-xxl-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-xxl-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-xxl-0{ margin-left: 0; }.offset-xxl-1{ margin-left: 8.3333333333%; }.offset-xxl-2{ margin-left: 16.6666666667%; }.offset-xxl-3{ margin-left: 25%; }.offset-xxl-4{ margin-left: 33.3333333333%; }.offset-xxl-5{ margin-left: 41.6666666667%; }.offset-xxl-6{ margin-left: 50%; }.offset-xxl-7{ margin-left: 58.3333333333%; }.offset-xxl-8{ margin-left: 66.6666666667%; }.offset-xxl-9{ margin-left: 75%; }.offset-xxl-10{ margin-left: 83.3333333333%; }.offset-xxl-11{ margin-left: 91.6666666667%; }}@media (min-width:1600px){.col-xxxl{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.row-cols-xxxl-1 > *{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.row-cols-xxxl-2 > *{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.row-cols-xxxl-3 > *{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.row-cols-xxxl-4 > *{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.row-cols-xxxl-5 > *{ -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%;  max-width: 20%; }.row-cols-xxxl-6 > *{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-xxxl-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-xxxl-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-xxxl-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-xxxl-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-xxxl-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-xxxl-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-xxxl-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-xxxl-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-xxxl-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-xxxl-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-xxxl-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-xxxl-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-xxxl-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-xxxl-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-xxxl-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-xxxl-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-xxxl-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-xxxl-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-xxxl-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-xxxl-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-xxxl-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-xxxl-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-xxxl-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-xxxl-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-xxxl-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-xxxl-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-xxxl-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-xxxl-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-xxxl-0{ margin-left: 0; }.offset-xxxl-1{ margin-left: 8.3333333333%; }.offset-xxxl-2{ margin-left: 16.6666666667%; }.offset-xxxl-3{ margin-left: 25%; }.offset-xxxl-4{ margin-left: 33.3333333333%; }.offset-xxxl-5{ margin-left: 41.6666666667%; }.offset-xxxl-6{ margin-left: 50%; }.offset-xxxl-7{ margin-left: 58.3333333333%; }.offset-xxxl-8{ margin-left: 66.6666666667%; }.offset-xxxl-9{ margin-left: 75%; }.offset-xxxl-10{ margin-left: 83.3333333333%; }.offset-xxxl-11{ margin-left: 91.6666666667%; }}@media (min-width:2600px){.col-xxxxxl{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  max-width: 100%; }.row-cols-xxxxxl-1 > *{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.row-cols-xxxxxl-2 > *{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.row-cols-xxxxxl-3 > *{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.row-cols-xxxxxl-4 > *{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.row-cols-xxxxxl-5 > *{ -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%;  max-width: 20%; }.row-cols-xxxxxl-6 > *{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-xxxxxl-auto{ -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  width: auto;  max-width: 100%; }.col-xxxxxl-1{ -webkit-flex: 0 0 8.3333333333%; -ms-flex: 0 0 8.3333333333%; flex: 0 0 8.3333333333%;  max-width: 8.3333333333%; }.col-xxxxxl-2{ -webkit-flex: 0 0 16.6666666667%; -ms-flex: 0 0 16.6666666667%; flex: 0 0 16.6666666667%;  max-width: 16.6666666667%; }.col-xxxxxl-3{ -webkit-flex: 0 0 25%; -ms-flex: 0 0 25%; flex: 0 0 25%;  max-width: 25%; }.col-xxxxxl-4{ -webkit-flex: 0 0 33.3333333333%; -ms-flex: 0 0 33.3333333333%; flex: 0 0 33.3333333333%;  max-width: 33.3333333333%; }.col-xxxxxl-5{ -webkit-flex: 0 0 41.6666666667%; -ms-flex: 0 0 41.6666666667%; flex: 0 0 41.6666666667%;  max-width: 41.6666666667%; }.col-xxxxxl-6{ -webkit-flex: 0 0 50%; -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%; }.col-xxxxxl-7{ -webkit-flex: 0 0 58.3333333333%; -ms-flex: 0 0 58.3333333333%; flex: 0 0 58.3333333333%;  max-width: 58.3333333333%; }.col-xxxxxl-8{ -webkit-flex: 0 0 66.6666666667%; -ms-flex: 0 0 66.6666666667%; flex: 0 0 66.6666666667%;  max-width: 66.6666666667%; }.col-xxxxxl-9{ -webkit-flex: 0 0 75%; -ms-flex: 0 0 75%; flex: 0 0 75%;  max-width: 75%; }.col-xxxxxl-10{ -webkit-flex: 0 0 83.3333333333%; -ms-flex: 0 0 83.3333333333%; flex: 0 0 83.3333333333%;  max-width: 83.3333333333%; }.col-xxxxxl-11{ -webkit-flex: 0 0 91.6666666667%; -ms-flex: 0 0 91.6666666667%; flex: 0 0 91.6666666667%;  max-width: 91.6666666667%; }.col-xxxxxl-12{ -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }.order-xxxxxl-first{ -webkit-order: -1; -ms-flex-order: -1; order: -1; }.order-xxxxxl-last{ -webkit-order: 13; -ms-flex-order: 13; order: 13; }.order-xxxxxl-0{ -webkit-order: 0; -ms-flex-order: 0; order: 0; }.order-xxxxxl-1{ -webkit-order: 1; -ms-flex-order: 1; order: 1; }.order-xxxxxl-2{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.order-xxxxxl-3{ -webkit-order: 3; -ms-flex-order: 3; order: 3; }.order-xxxxxl-4{ -webkit-order: 4; -ms-flex-order: 4; order: 4; }.order-xxxxxl-5{ -webkit-order: 5; -ms-flex-order: 5; order: 5; }.order-xxxxxl-6{ -webkit-order: 6; -ms-flex-order: 6; order: 6; }.order-xxxxxl-7{ -webkit-order: 7; -ms-flex-order: 7; order: 7; }.order-xxxxxl-8{ -webkit-order: 8; -ms-flex-order: 8; order: 8; }.order-xxxxxl-9{ -webkit-order: 9; -ms-flex-order: 9; order: 9; }.order-xxxxxl-10{ -webkit-order: 10; -ms-flex-order: 10; order: 10; }.order-xxxxxl-11{ -webkit-order: 11; -ms-flex-order: 11; order: 11; }.order-xxxxxl-12{ -webkit-order: 12; -ms-flex-order: 12; order: 12; }.offset-xxxxxl-0{ margin-left: 0; }.offset-xxxxxl-1{ margin-left: 8.3333333333%; }.offset-xxxxxl-2{ margin-left: 16.6666666667%; }.offset-xxxxxl-3{ margin-left: 25%; }.offset-xxxxxl-4{ margin-left: 33.3333333333%; }.offset-xxxxxl-5{ margin-left: 41.6666666667%; }.offset-xxxxxl-6{ margin-left: 50%; }.offset-xxxxxl-7{ margin-left: 58.3333333333%; }.offset-xxxxxl-8{ margin-left: 66.6666666667%; }.offset-xxxxxl-9{ margin-left: 75%; }.offset-xxxxxl-10{ margin-left: 83.3333333333%; }.offset-xxxxxl-11{ margin-left: 91.6666666667%; }}.table,.ce-table{ width: 100%;  margin-bottom: 1rem;  color: #234B59; }.table th,.ce-table th,.table td,.ce-table td{ padding: .75rem;  vertical-align: top;  border-top: 1px solid #dee2e6; }.table thead th,.ce-table thead th{ vertical-align: bottom;  border-bottom: 2px solid #dee2e6; }.table tbody + tbody,.ce-table tbody + tbody{ border-top: 2px solid #dee2e6; }.table-sm th,.table-sm td{ padding: .3rem; }.table-bordered,.ce-table-bordered{ border: 1px solid #dee2e6; }.table-bordered th,.ce-table-bordered th,.table-bordered td,.ce-table-bordered td{ border: 1px solid #dee2e6; }.table-bordered thead th,.ce-table-bordered thead th,.table-bordered thead td,.ce-table-bordered thead td{ border-bottom-width: 2px; }.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody + tbody{ border: 0; }.table-striped tbody tr:nth-of-type(odd){ background-color: rgba(0,0,0,.05); }.table-hover tbody tr:hover{ color: #234B59;  background-color: rgba(0,0,0,.075); }.table-primary,.table-primary > th,.table-primary > td{ background-color: #f2c7c3; }.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody + tbody{ border-color: #e7968f; }.table-hover .table-primary:hover{ background-color: #eeb3ad; }.table-hover .table-primary:hover > td,.table-hover .table-primary:hover > th{ background-color: #eeb3ad; }.table-secondary,.table-secondary > th,.table-secondary > td{ background-color: #c1cdd1; }.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody + tbody{ border-color: #8da1a9; }.table-hover .table-secondary:hover{ background-color: #b3c1c6; }.table-hover .table-secondary:hover > td,.table-hover .table-secondary:hover > th{ background-color: #b3c1c6; }.table-success,.table-success > th,.table-success > td{ background-color: #c3e6cb; }.table-success th,.table-success td,.table-success thead th,.table-success tbody + tbody{ border-color: #8fd19e; }.table-hover .table-success:hover{ background-color: #b1dfbb; }.table-hover .table-success:hover > td,.table-hover .table-success:hover > th{ background-color: #b1dfbb; }.table-info,.table-info > th,.table-info > td{ background-color: #bee5eb; }.table-info th,.table-info td,.table-info thead th,.table-info tbody + tbody{ border-color: #86cfda; }.table-hover .table-info:hover{ background-color: #abdde5; }.table-hover .table-info:hover > td,.table-hover .table-info:hover > th{ background-color: #abdde5; }.table-warning,.table-warning > th,.table-warning > td{ background-color: #fde6b8; }.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody + tbody{ border-color: #fbd17a; }.table-hover .table-warning:hover{ background-color: #fcdd9f; }.table-hover .table-warning:hover > td,.table-hover .table-warning:hover > th{ background-color: #fcdd9f; }.table-danger,.table-danger > th,.table-danger > td{ background-color: #f2c7c3; }.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody + tbody{ border-color: #e7968f; }.table-hover .table-danger:hover{ background-color: #eeb3ad; }.table-hover .table-danger:hover > td,.table-hover .table-danger:hover > th{ background-color: #eeb3ad; }.table-light,.table-light > th,.table-light > td{ background-color: #fdfdfe; }.table-light th,.table-light td,.table-light thead th,.table-light tbody + tbody{ border-color: #fbfcfc; }.table-hover .table-light:hover{ background-color: #f1f1f1; }.table-hover .table-light:hover > td,.table-hover .table-light:hover > th{ background-color: #f1f1f1; }.table-dark,.table-dark > th,.table-dark > td{ background-color: #c6c8ca; }.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody + tbody{ border-color: #95999c; }.table-hover .table-dark:hover{ background-color: #b9bbbd; }.table-hover .table-dark:hover > td,.table-hover .table-dark:hover > th{ background-color: #b9bbbd; }.table-tertiary,.table-tertiary > th,.table-tertiary > td{ background-color: #fde6b8; }.table-tertiary th,.table-tertiary td,.table-tertiary thead th,.table-tertiary tbody + tbody{ border-color: #fbd17a; }.table-hover .table-tertiary:hover{ background-color: #fcdd9f; }.table-hover .table-tertiary:hover > td,.table-hover .table-tertiary:hover > th{ background-color: #fcdd9f; }.table-quaternary,.table-quaternary > th,.table-quaternary > td{ background-color: #faeae4; }.table-quaternary th,.table-quaternary td,.table-quaternary thead th,.table-quaternary tbody + tbody{ border-color: #f6d9cd; }.table-hover .table-quaternary:hover{ background-color: #f6dace; }.table-hover .table-quaternary:hover > td,.table-hover .table-quaternary:hover > th{ background-color: #f6dace; }.table-primary-lighten,.table-primary-lighten > th,.table-primary-lighten > td{ background-color: #f5d3cc; }.table-primary-lighten th,.table-primary-lighten td,.table-primary-lighten thead th,.table-primary-lighten tbody + tbody{ border-color: #edada0; }.table-hover .table-primary-lighten:hover{ background-color: #f1c1b6; }.table-hover .table-primary-lighten:hover > td,.table-hover .table-primary-lighten:hover > th{ background-color: #f1c1b6; }.table-secondary-lighten-1,.table-secondary-lighten-1 > th,.table-secondary-lighten-1 > td{ background-color: #cdd4d8; }.table-secondary-lighten-1 th,.table-secondary-lighten-1 td,.table-secondary-lighten-1 thead th,.table-secondary-lighten-1 tbody + tbody{ border-color: #a2afb6; }.table-hover .table-secondary-lighten-1:hover{ background-color: #bfc8cc; }.table-hover .table-secondary-lighten-1:hover > td,.table-hover .table-secondary-lighten-1:hover > th{ background-color: #bfc8cc; }.table-secondary-lighten-2,.table-secondary-lighten-2 > th,.table-secondary-lighten-2 > td{ background-color: #e4e7e9; }.table-secondary-lighten-2 th,.table-secondary-lighten-2 td,.table-secondary-lighten-2 thead th,.table-secondary-lighten-2 tbody + tbody{ border-color: #ced2d6; }.table-hover .table-secondary-lighten-2:hover{ background-color: #d6dade; }.table-hover .table-secondary-lighten-2:hover > td,.table-hover .table-secondary-lighten-2:hover > th{ background-color: #d6dade; }.table-gray-100,.table-gray-100 > th,.table-gray-100 > td{ background-color: #fdfdfe; }.table-gray-100 th,.table-gray-100 td,.table-gray-100 thead th,.table-gray-100 tbody + tbody{ border-color: #fbfcfc; }.table-hover .table-gray-100:hover{ background-color: #f1f1f1; }.table-hover .table-gray-100:hover > td,.table-hover .table-gray-100:hover > th{ background-color: #f1f1f1; }.table-gray-200,.table-gray-200 > th,.table-gray-200 > td{ background-color: #f9fafb; }.table-gray-200 th,.table-gray-200 td,.table-gray-200 thead th,.table-gray-200 tbody + tbody{ border-color: #f4f5f7; }.table-hover .table-gray-200:hover{ background-color: #eaedf0; }.table-hover .table-gray-200:hover > td,.table-hover .table-gray-200:hover > th{ background-color: #eaedf0; }.table-gray-300,.table-gray-300 > th,.table-gray-300 > td{ background-color: #f6f7f8; }.table-gray-300 th,.table-gray-300 td,.table-gray-300 thead th,.table-gray-300 tbody + tbody{ border-color: #eef0f2; }.table-hover .table-gray-300:hover{ background-color: #e7eaed; }.table-hover .table-gray-300:hover > td,.table-hover .table-gray-300:hover > th{ background-color: #e7eaed; }.table-gray-400,.table-gray-400 > th,.table-gray-400 > td{ background-color: #f1f3f5; }.table-gray-400 th,.table-gray-400 td,.table-gray-400 thead th,.table-gray-400 tbody + tbody{ border-color: #e6e9ec; }.table-hover .table-gray-400:hover{ background-color: #e3e6ea; }.table-hover .table-gray-400:hover > td,.table-hover .table-gray-400:hover > th{ background-color: #e3e6ea; }.table-gray-500,.table-gray-500 > th,.table-gray-500 > td{ background-color: #e8eaed; }.table-gray-500 th,.table-gray-500 td,.table-gray-500 thead th,.table-gray-500 tbody + tbody{ border-color: #d4d9dd; }.table-hover .table-gray-500:hover{ background-color: #dadee1; }.table-hover .table-gray-500:hover > td,.table-hover .table-gray-500:hover > th{ background-color: #dadee1; }.table-gray-600,.table-gray-600 > th,.table-gray-600 > td{ background-color: #d6d8db; }.table-gray-600 th,.table-gray-600 td,.table-gray-600 thead th,.table-gray-600 tbody + tbody{ border-color: #b3b7bb; }.table-hover .table-gray-600:hover{ background-color: #c8cccf; }.table-hover .table-gray-600:hover > td,.table-hover .table-gray-600:hover > th{ background-color: #c8cccf; }.table-gray-700,.table-gray-700 > th,.table-gray-700 > td{ background-color: #ccced0; }.table-gray-700 th,.table-gray-700 td,.table-gray-700 thead th,.table-gray-700 tbody + tbody{ border-color: #a0a4a8; }.table-hover .table-gray-700:hover{ background-color: #bfc1c4; }.table-hover .table-gray-700:hover > td,.table-hover .table-gray-700:hover > th{ background-color: #bfc1c4; }.table-gray-800,.table-gray-800 > th,.table-gray-800 > td{ background-color: #c6c8ca; }.table-gray-800 th,.table-gray-800 td,.table-gray-800 thead th,.table-gray-800 tbody + tbody{ border-color: #95999c; }.table-hover .table-gray-800:hover{ background-color: #b9bbbd; }.table-hover .table-gray-800:hover > td,.table-hover .table-gray-800:hover > th{ background-color: #b9bbbd; }.table-gray-900,.table-gray-900 > th,.table-gray-900 > td{ background-color: #c1c2c3; }.table-gray-900 th,.table-gray-900 td,.table-gray-900 thead th,.table-gray-900 tbody + tbody{ border-color: #8c8e90; }.table-hover .table-gray-900:hover{ background-color: #b4b5b7; }.table-hover .table-gray-900:hover > td,.table-hover .table-gray-900:hover > th{ background-color: #b4b5b7; }.table-gray-105,.table-gray-105 > th,.table-gray-105 > td{ background-color: #f6f6f7; }.table-gray-105 th,.table-gray-105 td,.table-gray-105 thead th,.table-gray-105 tbody + tbody{ border-color: #eeeff0; }.table-hover .table-gray-105:hover{ background-color: #eaeaea; }.table-hover .table-gray-105:hover > td,.table-hover .table-gray-105:hover > th{ background-color: #eaeaea; }.table-gray-705,.table-gray-705 > th,.table-gray-705 > td{ background-color: #d8dde0; }.table-gray-705 th,.table-gray-705 td,.table-gray-705 thead th,.table-gray-705 tbody + tbody{ border-color: #b7bfc5; }.table-hover .table-gray-705:hover{ background-color: #cad0d5; }.table-hover .table-gray-705:hover > td,.table-hover .table-gray-705:hover > th{ background-color: #cad0d5; }.table-black,.table-black > th,.table-black > td{ background-color: #b8b8b8; }.table-black th,.table-black td,.table-black thead th,.table-black tbody + tbody{ border-color: #7a7a7a; }.table-hover .table-black:hover{ background-color: #ababab; }.table-hover .table-black:hover > td,.table-hover .table-black:hover > th{ background-color: #ababab; }.table-white,.table-white > th,.table-white > td{ background-color: white; }.table-white th,.table-white td,.table-white thead th,.table-white tbody + tbody{ border-color: white; }.table-hover .table-white:hover{ background-color: #f2f2f2; }.table-hover .table-white:hover > td,.table-hover .table-white:hover > th{ background-color: #f2f2f2; }.table-active,.table-active > th,.table-active > td{ background-color: rgba(0,0,0,.075); }.table-hover .table-active:hover{ background-color: rgba(0,0,0,.075); }.table-hover .table-active:hover > td,.table-hover .table-active:hover > th{ background-color: rgba(0,0,0,.075); }.table .thead-dark th,.ce-table .thead-dark th{ color: #fff;  background-color: #343a40;  border-color: #454d55; }.table .thead-light th,.ce-table .thead-light th{ color: #495057;  background-color: #e9ecef;  border-color: #dee2e6; }.table-dark{ color: #fff;  background-color: #343a40; }.table-dark th,.table-dark td,.table-dark thead th{ border-color: #454d55; }.table-dark.table-bordered,.table-dark.ce-table-bordered{ border: 0; }.table-dark.table-striped tbody tr:nth-of-type(odd){ background-color: rgba(255,255,255,.05); }.table-dark.table-hover tbody tr:hover{ color: #fff;  background-color: rgba(255,255,255,.075); }@media (max-width:575.98px){.table-responsive-sm{ display: block;  width: 100%;  overflow-x: auto;  -webkit-overflow-scrolling: touch; }.table-responsive-sm > .table-bordered,.table-responsive-sm > .ce-table-bordered{ border: 0; }}@media (max-width:767.98px){.table-responsive-md{ display: block;  width: 100%;  overflow-x: auto;  -webkit-overflow-scrolling: touch; }.table-responsive-md > .table-bordered,.table-responsive-md > .ce-table-bordered{ border: 0; }}@media (max-width:991.98px){.table-responsive-lg{ display: block;  width: 100%;  overflow-x: auto;  -webkit-overflow-scrolling: touch; }.table-responsive-lg > .table-bordered,.table-responsive-lg > .ce-table-bordered{ border: 0; }}@media (max-width:1199.98px){.table-responsive-xl{ display: block;  width: 100%;  overflow-x: auto;  -webkit-overflow-scrolling: touch; }.table-responsive-xl > .table-bordered,.table-responsive-xl > .ce-table-bordered{ border: 0; }}@media (max-width:1279.98px){.table-responsive-mxl{ display: block;  width: 100%;  overflow-x: auto;  -webkit-overflow-scrolling: touch; }.table-responsive-mxl > .table-bordered,.table-responsive-mxl > .ce-table-bordered{ border: 0; }}@media (max-width:1399.98px){.table-responsive-xxl{ display: block;  width: 100%;  overflow-x: auto;  -webkit-overflow-scrolling: touch; }.table-responsive-xxl > .table-bordered,.table-responsive-xxl > .ce-table-bordered{ border: 0; }}@media (max-width:1599.98px){.table-responsive-xxxl{ display: block;  width: 100%;  overflow-x: auto;  -webkit-overflow-scrolling: touch; }.table-responsive-xxxl > .table-bordered,.table-responsive-xxxl > .ce-table-bordered{ border: 0; }}@media (max-width:2599.98px){.table-responsive-xxxxxl{ display: block;  width: 100%;  overflow-x: auto;  -webkit-overflow-scrolling: touch; }.table-responsive-xxxxxl > .table-bordered,.table-responsive-xxxxxl > .ce-table-bordered{ border: 0; }}.table-responsive{ display: block;  width: 100%;  overflow-x: auto;  -webkit-overflow-scrolling: touch; }.table-responsive > .table-bordered,.table-responsive > .ce-table-bordered{ border: 0; }.form-control{ display: block;  width: 100%;  height: -webkit-calc(1.5em + .75rem + 2px); height: calc(1.5em + .75rem + 2px);  padding: .375rem .75rem;  font-size: .95rem;  font-weight: 300;  line-height: 1.5;  color: #495057;  background-color: #fff;  background-clip: padding-box;  border: 1px solid #ced4da;  border-radius: 0;  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }@media (prefers-reduced-motion:reduce){.form-control{ -webkit-transition: none; transition: none; }}.form-control::-ms-expand{ background-color: transparent;  border: 0; }.form-control:-moz-focusring{ color: transparent;  text-shadow: 0 0 0 #495057; }.form-control:focus{ color: #495057;  background-color: #fff;  border-color: #ea968e;  outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); }.form-control::placeholder{ color: #6c757d;  opacity: 1; }.form-control:disabled,.form-control[readonly]{ background-color: #e9ecef;  opacity: 1; }select.form-control:focus::-ms-value{ color: #495057;  background-color: #fff; }.form-control-file,.form-control-range{ display: block;  width: 100%; }.col-form-label{ padding-top: -webkit-calc(.375rem + 1px); padding-top: calc(.375rem + 1px);  padding-bottom: -webkit-calc(.375rem + 1px); padding-bottom: calc(.375rem + 1px);  margin-bottom: 0;  font-size: inherit;  line-height: 1.5; }.col-form-label-lg{ padding-top: -webkit-calc(.5rem + 1px); padding-top: calc(.5rem + 1px);  padding-bottom: -webkit-calc(.5rem + 1px); padding-bottom: calc(.5rem + 1px);  font-size: 1.1875rem;  line-height: 1.5; }.col-form-label-sm{ padding-top: -webkit-calc(.25rem + 1px); padding-top: calc(.25rem + 1px);  padding-bottom: -webkit-calc(.25rem + 1px); padding-bottom: calc(.25rem + 1px);  font-size: .83125rem;  line-height: 1.5; }.form-control-plaintext{ display: block;  width: 100%;  padding: .375rem 0;  margin-bottom: 0;  font-size: .95rem;  line-height: 1.5;  color: #234B59;  background-color: transparent;  border: solid transparent;  border-width: 1px 0; }.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{ padding-right: 0;  padding-left: 0; }.form-control-sm{ height: -webkit-calc(1.5em + .5rem + 2px); height: calc(1.5em + .5rem + 2px);  padding: .25rem .5rem;  font-size: .83125rem;  line-height: 1.5; }.form-control-lg{ height: -webkit-calc(1.5em + 1rem + 2px); height: calc(1.5em + 1rem + 2px);  padding: .5rem 1rem;  font-size: 1.1875rem;  line-height: 1.5; }select.form-control[size],select.form-control[multiple]{ height: auto; }textarea.form-control{ height: auto; }.form-group{ margin-bottom: 1rem; }.form-text{ display: block;  margin-top: .25rem; }.form-row{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  margin-right: -5px;  margin-left: -5px; }.form-row > .col,.form-row > [class*="col-"]{ padding-right: 5px;  padding-left: 5px; }.form-check,.form-group .radio{ position: relative;  display: block;  padding-left: 1.25rem; }.form-check-input{ position: absolute;  margin-top: .3rem;  margin-left: -1.25rem; }.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label{ color: #6c757d; }.form-check-label{ margin-bottom: 0; }.form-check-inline{ display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  padding-left: 0;  margin-right: .75rem; }.form-check-inline .form-check-input{ position: static;  margin-top: 0;  margin-right: .3125rem;  margin-left: 0; }.valid-feedback{ display: none;  width: 100%;  margin-top: .25rem;  font-size: 80%;  color: #28a745; }.valid-tooltip{ position: absolute;  top: 100%;  z-index: 5;  display: none;  max-width: 100%;  padding: .25rem .5rem;  margin-top: .1rem;  font-size: .83125rem;  line-height: 1.5;  color: #fff;  background-color: rgba(40,167,69,.9); }.was-validated :valid ~ .valid-feedback,.is-valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-tooltip{ display: block; }.was-validated .form-control:valid,.form-control.is-valid{ border-color: #28a745;  padding-right: -webkit-calc(1.5em + .75rem); padding-right: calc(1.5em + .75rem);  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");  background-repeat: no-repeat;  background-position: right -webkit-calc(.375em + .1875rem) center; background-position: right calc(.375em + .1875rem) center;  background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem); background-size: calc(.75em + .375rem) calc(.75em + .375rem); }.was-validated .form-control:valid:focus,.form-control.is-valid:focus{ border-color: #28a745;  -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); }.was-validated textarea.form-control:valid,textarea.form-control.is-valid{ padding-right: -webkit-calc(1.5em + .75rem); padding-right: calc(1.5em + .75rem);  background-position: top -webkit-calc(.375em + .1875rem) right -webkit-calc(.375em + .1875rem); background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }.was-validated .custom-select:valid,.custom-select.is-valid{ border-color: #28a745;  padding-right: -webkit-calc((1em + .75rem) * 3 / 4 + 1.75rem); padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center / 8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center / 8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(.75em + .375rem) calc(.75em + .375rem); }.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{ border-color: #28a745;  -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); }.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label{ color: #28a745; }.was-validated .form-check-input:valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-tooltip{ display: block; }.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label{ color: #28a745; }.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before{ border-color: #28a745; }.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{ border-color: #34ce57;  background-color: #34ce57; }.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{ -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); }.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{ border-color: #28a745; }.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label{ border-color: #28a745; }.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{ border-color: #28a745;  -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); }.invalid-feedback{ display: none;  width: 100%;  margin-top: .25rem;  font-size: 80%;  color: #D13627; }.invalid-tooltip{ position: absolute;  top: 100%;  z-index: 5;  display: none;  max-width: 100%;  padding: .25rem .5rem;  margin-top: .1rem;  font-size: .83125rem;  line-height: 1.5;  color: #fff;  background-color: rgba(209,54,39,.9); }.was-validated :invalid ~ .invalid-feedback,.is-invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-tooltip{ display: block; }.was-validated .form-control:invalid,.form-control.is-invalid{ border-color: #D13627;  padding-right: -webkit-calc(1.5em + .75rem); padding-right: calc(1.5em + .75rem);  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D13627' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D13627' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");  background-repeat: no-repeat;  background-position: right -webkit-calc(.375em + .1875rem) center; background-position: right calc(.375em + .1875rem) center;  background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem); background-size: calc(.75em + .375rem) calc(.75em + .375rem); }.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{ border-color: #D13627;  -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); }.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{ padding-right: -webkit-calc(1.5em + .75rem); padding-right: calc(1.5em + .75rem);  background-position: top -webkit-calc(.375em + .1875rem) right -webkit-calc(.375em + .1875rem); background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }.was-validated .custom-select:invalid,.custom-select.is-invalid{ border-color: #D13627;  padding-right: -webkit-calc((1em + .75rem) * 3 / 4 + 1.75rem); padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center / 8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D13627' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D13627' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center / 8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23D13627' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23D13627' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(.75em + .375rem) calc(.75em + .375rem); }.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{ border-color: #D13627;  -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); }.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{ color: #D13627; }.was-validated .form-check-input:invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-tooltip{ display: block; }.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label{ color: #D13627; }.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{ border-color: #D13627; }.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{ border-color: #de5a4d;  background-color: #de5a4d; }.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{ -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); }.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{ border-color: #D13627; }.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{ border-color: #D13627; }.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{ border-color: #D13627;  -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); }.form-inline{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }.form-inline .form-check,.form-inline .form-group .radio,.form-group .form-inline .radio{ width: 100%; }@media (min-width:576px){.form-inline label{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  margin-bottom: 0; }.form-inline .form-group{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto;  -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  margin-bottom: 0; }.form-inline .form-control{ display: inline-block;  width: auto;  vertical-align: middle; }.form-inline .form-control-plaintext{ display: inline-block; }.form-inline .input-group,.form-inline .custom-select{ width: auto; }.form-inline .form-check,.form-inline .form-group .radio,.form-group .form-inline .radio{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  width: auto;  padding-left: 0; }.form-inline .form-check-input{ position: relative;  -webkit-flex-shrink: 0; flex-shrink: 0;  margin-top: 0;  margin-right: .25rem;  margin-left: 0; }.form-inline .custom-control{ -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.form-inline .custom-control-label{ margin-bottom: 0; }}.btn{ display: inline-block;  font-weight: 300;  color: #234B59;  text-align: center;  vertical-align: middle;  cursor: pointer;  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  background-color: transparent;  border: 1px solid transparent;  padding: .375rem .75rem;  font-size: .95rem;  line-height: 1.5;  border-radius: 0;  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }@media (prefers-reduced-motion:reduce){.btn{ -webkit-transition: none; transition: none; }}.btn:hover{ color: #234B59;  text-decoration: none; }.btn:focus,.btn.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); }.btn.disabled,.btn:disabled{ opacity: .65; }a.btn.disabled,fieldset:disabled a.btn{ pointer-events: none; }.btn-primary{ color: #fff;  background-color: #D13627;  border-color: #D13627; }.btn-primary:hover{ color: #fff;  background-color: #b12e21;  border-color: #a62b1f; }.btn-primary:focus,.btn-primary.focus{ color: #fff;  background-color: #b12e21;  border-color: #a62b1f;  -webkit-box-shadow: 0 0 0 .2rem rgba(216,84,71,.5); box-shadow: 0 0 0 .2rem rgba(216,84,71,.5); }.btn-primary.disabled,.btn-primary:disabled{ color: #fff;  background-color: #D13627;  border-color: #D13627; }.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show > .btn-primary.dropdown-toggle{ color: #fff;  background-color: #a62b1f;  border-color: #9b281d; }.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show > .btn-primary.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(216,84,71,.5); box-shadow: 0 0 0 .2rem rgba(216,84,71,.5); }.btn-secondary{ color: #fff;  background-color: #234B59;  border-color: #234B59; }.btn-secondary:hover{ color: #fff;  background-color: #18343e;  border-color: #152c34; }.btn-secondary:focus,.btn-secondary.focus{ color: #fff;  background-color: #18343e;  border-color: #152c34;  -webkit-box-shadow: 0 0 0 .2rem rgba(68,102,114,.5); box-shadow: 0 0 0 .2rem rgba(68,102,114,.5); }.btn-secondary.disabled,.btn-secondary:disabled{ color: #fff;  background-color: #234B59;  border-color: #234B59; }.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show > .btn-secondary.dropdown-toggle{ color: #fff;  background-color: #152c34;  border-color: #11242b; }.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-secondary.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(68,102,114,.5); box-shadow: 0 0 0 .2rem rgba(68,102,114,.5); }.btn-success{ color: #fff;  background-color: #28a745;  border-color: #28a745; }.btn-success:hover{ color: #fff;  background-color: #218838;  border-color: #1e7e34; }.btn-success:focus,.btn-success.focus{ color: #fff;  background-color: #218838;  border-color: #1e7e34;  -webkit-box-shadow: 0 0 0 .2rem rgba(72,180,97,.5); box-shadow: 0 0 0 .2rem rgba(72,180,97,.5); }.btn-success.disabled,.btn-success:disabled{ color: #fff;  background-color: #28a745;  border-color: #28a745; }.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show > .btn-success.dropdown-toggle{ color: #fff;  background-color: #1e7e34;  border-color: #1c7430; }.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show > .btn-success.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(72,180,97,.5); box-shadow: 0 0 0 .2rem rgba(72,180,97,.5); }.btn-info{ color: #fff;  background-color: #17a2b8;  border-color: #17a2b8; }.btn-info:hover{ color: #fff;  background-color: #138496;  border-color: #117a8b; }.btn-info:focus,.btn-info.focus{ color: #fff;  background-color: #138496;  border-color: #117a8b;  -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5); box-shadow: 0 0 0 .2rem rgba(58,176,195,.5); }.btn-info.disabled,.btn-info:disabled{ color: #fff;  background-color: #17a2b8;  border-color: #17a2b8; }.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show > .btn-info.dropdown-toggle{ color: #fff;  background-color: #117a8b;  border-color: #10707f; }.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show > .btn-info.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5); box-shadow: 0 0 0 .2rem rgba(58,176,195,.5); }.btn-warning{ color: #212529;  background-color: #F7A600;  border-color: #F7A600; }.btn-warning:hover{ color: #fff;  background-color: #d18c00;  border-color: #c48400; }.btn-warning:focus,.btn-warning.focus{ color: #fff;  background-color: #d18c00;  border-color: #c48400;  -webkit-box-shadow: 0 0 0 .2rem rgba(215,147,6,.5); box-shadow: 0 0 0 .2rem rgba(215,147,6,.5); }.btn-warning.disabled,.btn-warning:disabled{ color: #212529;  background-color: #F7A600;  border-color: #F7A600; }.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show > .btn-warning.dropdown-toggle{ color: #fff;  background-color: #c48400;  border-color: #b77b00; }.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-warning.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(215,147,6,.5); box-shadow: 0 0 0 .2rem rgba(215,147,6,.5); }.btn-danger{ color: #fff;  background-color: #D13627;  border-color: #D13627; }.btn-danger:hover{ color: #fff;  background-color: #b12e21;  border-color: #a62b1f; }.btn-danger:focus,.btn-danger.focus{ color: #fff;  background-color: #b12e21;  border-color: #a62b1f;  -webkit-box-shadow: 0 0 0 .2rem rgba(216,84,71,.5); box-shadow: 0 0 0 .2rem rgba(216,84,71,.5); }.btn-danger.disabled,.btn-danger:disabled{ color: #fff;  background-color: #D13627;  border-color: #D13627; }.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show > .btn-danger.dropdown-toggle{ color: #fff;  background-color: #a62b1f;  border-color: #9b281d; }.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show > .btn-danger.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(216,84,71,.5); box-shadow: 0 0 0 .2rem rgba(216,84,71,.5); }.btn-light{ color: #212529;  background-color: #f8f9fa;  border-color: #f8f9fa; }.btn-light:hover{ color: #212529;  background-color: #e2e6ea;  border-color: #dae0e5; }.btn-light:focus,.btn-light.focus{ color: #212529;  background-color: #e2e6ea;  border-color: #dae0e5;  -webkit-box-shadow: 0 0 0 .2rem rgba(216,217,219,.5); box-shadow: 0 0 0 .2rem rgba(216,217,219,.5); }.btn-light.disabled,.btn-light:disabled{ color: #212529;  background-color: #f8f9fa;  border-color: #f8f9fa; }.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show > .btn-light.dropdown-toggle{ color: #212529;  background-color: #dae0e5;  border-color: #d3d9df; }.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show > .btn-light.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(216,217,219,.5); box-shadow: 0 0 0 .2rem rgba(216,217,219,.5); }.btn-dark{ color: #fff;  background-color: #343a40;  border-color: #343a40; }.btn-dark:hover{ color: #fff;  background-color: #23272b;  border-color: #1d2124; }.btn-dark:focus,.btn-dark.focus{ color: #fff;  background-color: #23272b;  border-color: #1d2124;  -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5); box-shadow: 0 0 0 .2rem rgba(82,88,93,.5); }.btn-dark.disabled,.btn-dark:disabled{ color: #fff;  background-color: #343a40;  border-color: #343a40; }.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show > .btn-dark.dropdown-toggle{ color: #fff;  background-color: #1d2124;  border-color: #171a1d; }.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show > .btn-dark.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5); box-shadow: 0 0 0 .2rem rgba(82,88,93,.5); }.btn-tertiary{ color: #212529;  background-color: #F7A600;  border-color: #F7A600; }.btn-tertiary:hover{ color: #fff;  background-color: #d18c00;  border-color: #c48400; }.btn-tertiary:focus,.btn-tertiary.focus{ color: #fff;  background-color: #d18c00;  border-color: #c48400;  -webkit-box-shadow: 0 0 0 .2rem rgba(215,147,6,.5); box-shadow: 0 0 0 .2rem rgba(215,147,6,.5); }.btn-tertiary.disabled,.btn-tertiary:disabled{ color: #212529;  background-color: #F7A600;  border-color: #F7A600; }.btn-tertiary:not(:disabled):not(.disabled):active,.btn-tertiary:not(:disabled):not(.disabled).active,.show > .btn-tertiary.dropdown-toggle{ color: #fff;  background-color: #c48400;  border-color: #b77b00; }.btn-tertiary:not(:disabled):not(.disabled):active:focus,.btn-tertiary:not(:disabled):not(.disabled).active:focus,.show > .btn-tertiary.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(215,147,6,.5); box-shadow: 0 0 0 .2rem rgba(215,147,6,.5); }.btn-quaternary{ color: #212529;  background-color: #EEB59F;  border-color: #EEB59F; }.btn-quaternary:hover{ color: #212529;  background-color: #e89c7f;  border-color: #e69474; }.btn-quaternary:focus,.btn-quaternary.focus{ color: #212529;  background-color: #e89c7f;  border-color: #e69474;  -webkit-box-shadow: 0 0 0 .2rem rgba(207,159,141,.5); box-shadow: 0 0 0 .2rem rgba(207,159,141,.5); }.btn-quaternary.disabled,.btn-quaternary:disabled{ color: #212529;  background-color: #EEB59F;  border-color: #EEB59F; }.btn-quaternary:not(:disabled):not(.disabled):active,.btn-quaternary:not(:disabled):not(.disabled).active,.show > .btn-quaternary.dropdown-toggle{ color: #212529;  background-color: #e69474;  border-color: #e48b69; }.btn-quaternary:not(:disabled):not(.disabled):active:focus,.btn-quaternary:not(:disabled):not(.disabled).active:focus,.show > .btn-quaternary.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(207,159,141,.5); box-shadow: 0 0 0 .2rem rgba(207,159,141,.5); }.btn-primary-lighten{ color: #fff;  background-color: #DC6248;  border-color: #DC6248; }.btn-primary-lighten:hover{ color: #fff;  background-color: #d54729;  border-color: #ca4327; }.btn-primary-lighten:focus,.btn-primary-lighten.focus{ color: #fff;  background-color: #d54729;  border-color: #ca4327;  -webkit-box-shadow: 0 0 0 .2rem rgba(225,122,99,.5); box-shadow: 0 0 0 .2rem rgba(225,122,99,.5); }.btn-primary-lighten.disabled,.btn-primary-lighten:disabled{ color: #fff;  background-color: #DC6248;  border-color: #DC6248; }.btn-primary-lighten:not(:disabled):not(.disabled):active,.btn-primary-lighten:not(:disabled):not(.disabled).active,.show > .btn-primary-lighten.dropdown-toggle{ color: #fff;  background-color: #ca4327;  border-color: #c04025; }.btn-primary-lighten:not(:disabled):not(.disabled):active:focus,.btn-primary-lighten:not(:disabled):not(.disabled).active:focus,.show > .btn-primary-lighten.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(225,122,99,.5); box-shadow: 0 0 0 .2rem rgba(225,122,99,.5); }.btn-secondary-lighten-1{ color: #fff;  background-color: #4C6672;  border-color: #4C6672; }.btn-secondary-lighten-1:hover{ color: #fff;  background-color: #3d515b;  border-color: #384b53; }.btn-secondary-lighten-1:focus,.btn-secondary-lighten-1.focus{ color: #fff;  background-color: #3d515b;  border-color: #384b53;  -webkit-box-shadow: 0 0 0 .2rem rgba(103,125,135,.5); box-shadow: 0 0 0 .2rem rgba(103,125,135,.5); }.btn-secondary-lighten-1.disabled,.btn-secondary-lighten-1:disabled{ color: #fff;  background-color: #4C6672;  border-color: #4C6672; }.btn-secondary-lighten-1:not(:disabled):not(.disabled):active,.btn-secondary-lighten-1:not(:disabled):not(.disabled).active,.show > .btn-secondary-lighten-1.dropdown-toggle{ color: #fff;  background-color: #384b53;  border-color: #33444c; }.btn-secondary-lighten-1:not(:disabled):not(.disabled):active:focus,.btn-secondary-lighten-1:not(:disabled):not(.disabled).active:focus,.show > .btn-secondary-lighten-1.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(103,125,135,.5); box-shadow: 0 0 0 .2rem rgba(103,125,135,.5); }.btn-secondary-lighten-2{ color: #212529;  background-color: #A0A9B1;  border-color: #A0A9B1; }.btn-secondary-lighten-2:hover{ color: #fff;  background-color: #8b96a0;  border-color: #84909a; }.btn-secondary-lighten-2:focus,.btn-secondary-lighten-2.focus{ color: #fff;  background-color: #8b96a0;  border-color: #84909a;  -webkit-box-shadow: 0 0 0 .2rem rgba(141,149,157,.5); box-shadow: 0 0 0 .2rem rgba(141,149,157,.5); }.btn-secondary-lighten-2.disabled,.btn-secondary-lighten-2:disabled{ color: #212529;  background-color: #A0A9B1;  border-color: #A0A9B1; }.btn-secondary-lighten-2:not(:disabled):not(.disabled):active,.btn-secondary-lighten-2:not(:disabled):not(.disabled).active,.show > .btn-secondary-lighten-2.dropdown-toggle{ color: #fff;  background-color: #84909a;  border-color: #7d8994; }.btn-secondary-lighten-2:not(:disabled):not(.disabled):active:focus,.btn-secondary-lighten-2:not(:disabled):not(.disabled).active:focus,.show > .btn-secondary-lighten-2.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(141,149,157,.5); box-shadow: 0 0 0 .2rem rgba(141,149,157,.5); }.btn-gray-100{ color: #212529;  background-color: #f8f9fa;  border-color: #f8f9fa; }.btn-gray-100:hover{ color: #212529;  background-color: #e2e6ea;  border-color: #dae0e5; }.btn-gray-100:focus,.btn-gray-100.focus{ color: #212529;  background-color: #e2e6ea;  border-color: #dae0e5;  -webkit-box-shadow: 0 0 0 .2rem rgba(216,217,219,.5); box-shadow: 0 0 0 .2rem rgba(216,217,219,.5); }.btn-gray-100.disabled,.btn-gray-100:disabled{ color: #212529;  background-color: #f8f9fa;  border-color: #f8f9fa; }.btn-gray-100:not(:disabled):not(.disabled):active,.btn-gray-100:not(:disabled):not(.disabled).active,.show > .btn-gray-100.dropdown-toggle{ color: #212529;  background-color: #dae0e5;  border-color: #d3d9df; }.btn-gray-100:not(:disabled):not(.disabled):active:focus,.btn-gray-100:not(:disabled):not(.disabled).active:focus,.show > .btn-gray-100.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(216,217,219,.5); box-shadow: 0 0 0 .2rem rgba(216,217,219,.5); }.btn-gray-200{ color: #212529;  background-color: #e9ecef;  border-color: #e9ecef; }.btn-gray-200:hover{ color: #212529;  background-color: #d3d9df;  border-color: #cbd3da; }.btn-gray-200:focus,.btn-gray-200.focus{ color: #212529;  background-color: #d3d9df;  border-color: #cbd3da;  -webkit-box-shadow: 0 0 0 .2rem rgba(203,206,209,.5); box-shadow: 0 0 0 .2rem rgba(203,206,209,.5); }.btn-gray-200.disabled,.btn-gray-200:disabled{ color: #212529;  background-color: #e9ecef;  border-color: #e9ecef; }.btn-gray-200:not(:disabled):not(.disabled):active,.btn-gray-200:not(:disabled):not(.disabled).active,.show > .btn-gray-200.dropdown-toggle{ color: #212529;  background-color: #cbd3da;  border-color: #c4ccd4; }.btn-gray-200:not(:disabled):not(.disabled):active:focus,.btn-gray-200:not(:disabled):not(.disabled).active:focus,.show > .btn-gray-200.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(203,206,209,.5); box-shadow: 0 0 0 .2rem rgba(203,206,209,.5); }.btn-gray-300{ color: #212529;  background-color: #dee2e6;  border-color: #dee2e6; }.btn-gray-300:hover{ color: #212529;  background-color: #c8cfd6;  border-color: #c1c9d0; }.btn-gray-300:focus,.btn-gray-300.focus{ color: #212529;  background-color: #c8cfd6;  border-color: #c1c9d0;  -webkit-box-shadow: 0 0 0 .2rem rgba(194,198,202,.5); box-shadow: 0 0 0 .2rem rgba(194,198,202,.5); }.btn-gray-300.disabled,.btn-gray-300:disabled{ color: #212529;  background-color: #dee2e6;  border-color: #dee2e6; }.btn-gray-300:not(:disabled):not(.disabled):active,.btn-gray-300:not(:disabled):not(.disabled).active,.show > .btn-gray-300.dropdown-toggle{ color: #212529;  background-color: #c1c9d0;  border-color: #bac2cb; }.btn-gray-300:not(:disabled):not(.disabled):active:focus,.btn-gray-300:not(:disabled):not(.disabled).active:focus,.show > .btn-gray-300.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(194,198,202,.5); box-shadow: 0 0 0 .2rem rgba(194,198,202,.5); }.btn-gray-400{ color: #212529;  background-color: #ced4da;  border-color: #ced4da; }.btn-gray-400:hover{ color: #212529;  background-color: #b8c1ca;  border-color: #b1bbc4; }.btn-gray-400:focus,.btn-gray-400.focus{ color: #212529;  background-color: #b8c1ca;  border-color: #b1bbc4;  -webkit-box-shadow: 0 0 0 .2rem rgba(180,186,191,.5); box-shadow: 0 0 0 .2rem rgba(180,186,191,.5); }.btn-gray-400.disabled,.btn-gray-400:disabled{ color: #212529;  background-color: #ced4da;  border-color: #ced4da; }.btn-gray-400:not(:disabled):not(.disabled):active,.btn-gray-400:not(:disabled):not(.disabled).active,.show > .btn-gray-400.dropdown-toggle{ color: #212529;  background-color: #b1bbc4;  border-color: #aab4bf; }.btn-gray-400:not(:disabled):not(.disabled):active:focus,.btn-gray-400:not(:disabled):not(.disabled).active:focus,.show > .btn-gray-400.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(180,186,191,.5); box-shadow: 0 0 0 .2rem rgba(180,186,191,.5); }.btn-gray-500{ color: #212529;  background-color: #adb5bd;  border-color: #adb5bd; }.btn-gray-500:hover{ color: #212529;  background-color: #98a2ac;  border-color: #919ca6; }.btn-gray-500:focus,.btn-gray-500.focus{ color: #212529;  background-color: #98a2ac;  border-color: #919ca6;  -webkit-box-shadow: 0 0 0 .2rem rgba(152,159,167,.5); box-shadow: 0 0 0 .2rem rgba(152,159,167,.5); }.btn-gray-500.disabled,.btn-gray-500:disabled{ color: #212529;  background-color: #adb5bd;  border-color: #adb5bd; }.btn-gray-500:not(:disabled):not(.disabled):active,.btn-gray-500:not(:disabled):not(.disabled).active,.show > .btn-gray-500.dropdown-toggle{ color: #212529;  background-color: #919ca6;  border-color: #8a95a1; }.btn-gray-500:not(:disabled):not(.disabled):active:focus,.btn-gray-500:not(:disabled):not(.disabled).active:focus,.show > .btn-gray-500.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(152,159,167,.5); box-shadow: 0 0 0 .2rem rgba(152,159,167,.5); }.btn-gray-600{ color: #fff;  background-color: #6c757d;  border-color: #6c757d; }.btn-gray-600:hover{ color: #fff;  background-color: #5a6268;  border-color: #545b62; }.btn-gray-600:focus,.btn-gray-600.focus{ color: #fff;  background-color: #5a6268;  border-color: #545b62;  -webkit-box-shadow: 0 0 0 .2rem rgba(130,138,145,.5); box-shadow: 0 0 0 .2rem rgba(130,138,145,.5); }.btn-gray-600.disabled,.btn-gray-600:disabled{ color: #fff;  background-color: #6c757d;  border-color: #6c757d; }.btn-gray-600:not(:disabled):not(.disabled):active,.btn-gray-600:not(:disabled):not(.disabled).active,.show > .btn-gray-600.dropdown-toggle{ color: #fff;  background-color: #545b62;  border-color: #4e555b; }.btn-gray-600:not(:disabled):not(.disabled):active:focus,.btn-gray-600:not(:disabled):not(.disabled).active:focus,.show > .btn-gray-600.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(130,138,145,.5); box-shadow: 0 0 0 .2rem rgba(130,138,145,.5); }.btn-gray-700{ color: #fff;  background-color: #495057;  border-color: #495057; }.btn-gray-700:hover{ color: #fff;  background-color: #383d42;  border-color: #32373b; }.btn-gray-700:focus,.btn-gray-700.focus{ color: #fff;  background-color: #383d42;  border-color: #32373b;  -webkit-box-shadow: 0 0 0 .2rem rgba(100,106,112,.5); box-shadow: 0 0 0 .2rem rgba(100,106,112,.5); }.btn-gray-700.disabled,.btn-gray-700:disabled{ color: #fff;  background-color: #495057;  border-color: #495057; }.btn-gray-700:not(:disabled):not(.disabled):active,.btn-gray-700:not(:disabled):not(.disabled).active,.show > .btn-gray-700.dropdown-toggle{ color: #fff;  background-color: #32373b;  border-color: #2c3034; }.btn-gray-700:not(:disabled):not(.disabled):active:focus,.btn-gray-700:not(:disabled):not(.disabled).active:focus,.show > .btn-gray-700.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(100,106,112,.5); box-shadow: 0 0 0 .2rem rgba(100,106,112,.5); }.btn-gray-800{ color: #fff;  background-color: #343a40;  border-color: #343a40; }.btn-gray-800:hover{ color: #fff;  background-color: #23272b;  border-color: #1d2124; }.btn-gray-800:focus,.btn-gray-800.focus{ color: #fff;  background-color: #23272b;  border-color: #1d2124;  -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5); box-shadow: 0 0 0 .2rem rgba(82,88,93,.5); }.btn-gray-800.disabled,.btn-gray-800:disabled{ color: #fff;  background-color: #343a40;  border-color: #343a40; }.btn-gray-800:not(:disabled):not(.disabled):active,.btn-gray-800:not(:disabled):not(.disabled).active,.show > .btn-gray-800.dropdown-toggle{ color: #fff;  background-color: #1d2124;  border-color: #171a1d; }.btn-gray-800:not(:disabled):not(.disabled):active:focus,.btn-gray-800:not(:disabled):not(.disabled).active:focus,.show > .btn-gray-800.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(82,88,93,.5); box-shadow: 0 0 0 .2rem rgba(82,88,93,.5); }.btn-gray-900{ color: #fff;  background-color: #212529;  border-color: #212529; }.btn-gray-900:hover{ color: #fff;  background-color: #101214;  border-color: #0a0c0d; }.btn-gray-900:focus,.btn-gray-900.focus{ color: #fff;  background-color: #101214;  border-color: #0a0c0d;  -webkit-box-shadow: 0 0 0 .2rem rgba(66,70,73,.5); box-shadow: 0 0 0 .2rem rgba(66,70,73,.5); }.btn-gray-900.disabled,.btn-gray-900:disabled{ color: #fff;  background-color: #212529;  border-color: #212529; }.btn-gray-900:not(:disabled):not(.disabled):active,.btn-gray-900:not(:disabled):not(.disabled).active,.show > .btn-gray-900.dropdown-toggle{ color: #fff;  background-color: #0a0c0d;  border-color: #050506; }.btn-gray-900:not(:disabled):not(.disabled):active:focus,.btn-gray-900:not(:disabled):not(.disabled).active:focus,.show > .btn-gray-900.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(66,70,73,.5); box-shadow: 0 0 0 .2rem rgba(66,70,73,.5); }.btn-gray-105{ color: #212529;  background-color: #DFE0E2;  border-color: #DFE0E2; }.btn-gray-105:hover{ color: #212529;  background-color: #cbcdd0;  border-color: #c4c6ca; }.btn-gray-105:focus,.btn-gray-105.focus{ color: #212529;  background-color: #cbcdd0;  border-color: #c4c6ca;  -webkit-box-shadow: 0 0 0 .2rem rgba(195,196,198,.5); box-shadow: 0 0 0 .2rem rgba(195,196,198,.5); }.btn-gray-105.disabled,.btn-gray-105:disabled{ color: #212529;  background-color: #DFE0E2;  border-color: #DFE0E2; }.btn-gray-105:not(:disabled):not(.disabled):active,.btn-gray-105:not(:disabled):not(.disabled).active,.show > .btn-gray-105.dropdown-toggle{ color: #212529;  background-color: #c4c6ca;  border-color: #bec0c4; }.btn-gray-105:not(:disabled):not(.disabled):active:focus,.btn-gray-105:not(:disabled):not(.disabled).active:focus,.show > .btn-gray-105.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(195,196,198,.5); box-shadow: 0 0 0 .2rem rgba(195,196,198,.5); }.btn-gray-705{ color: #fff;  background-color: #758490;  border-color: #758490; }.btn-gray-705:hover{ color: #fff;  background-color: #63717b;  border-color: #5e6a74; }.btn-gray-705:focus,.btn-gray-705.focus{ color: #fff;  background-color: #63717b;  border-color: #5e6a74;  -webkit-box-shadow: 0 0 0 .2rem rgba(138,150,161,.5); box-shadow: 0 0 0 .2rem rgba(138,150,161,.5); }.btn-gray-705.disabled,.btn-gray-705:disabled{ color: #fff;  background-color: #758490;  border-color: #758490; }.btn-gray-705:not(:disabled):not(.disabled):active,.btn-gray-705:not(:disabled):not(.disabled).active,.show > .btn-gray-705.dropdown-toggle{ color: #fff;  background-color: #5e6a74;  border-color: #58646d; }.btn-gray-705:not(:disabled):not(.disabled):active:focus,.btn-gray-705:not(:disabled):not(.disabled).active:focus,.show > .btn-gray-705.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(138,150,161,.5); box-shadow: 0 0 0 .2rem rgba(138,150,161,.5); }.btn-black{ color: #fff;  background-color: #000;  border-color: #000; }.btn-black:hover{ color: #fff;  background-color: black;  border-color: black; }.btn-black:focus,.btn-black.focus{ color: #fff;  background-color: black;  border-color: black;  -webkit-box-shadow: 0 0 0 .2rem rgba(38,38,38,.5); box-shadow: 0 0 0 .2rem rgba(38,38,38,.5); }.btn-black.disabled,.btn-black:disabled{ color: #fff;  background-color: #000;  border-color: #000; }.btn-black:not(:disabled):not(.disabled):active,.btn-black:not(:disabled):not(.disabled).active,.show > .btn-black.dropdown-toggle{ color: #fff;  background-color: black;  border-color: black; }.btn-black:not(:disabled):not(.disabled):active:focus,.btn-black:not(:disabled):not(.disabled).active:focus,.show > .btn-black.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(38,38,38,.5); box-shadow: 0 0 0 .2rem rgba(38,38,38,.5); }.btn-white{ color: #212529;  background-color: #fff;  border-color: #fff; }.btn-white:hover{ color: #212529;  background-color: #ececec;  border-color: #e6e6e6; }.btn-white:focus,.btn-white.focus{ color: #212529;  background-color: #ececec;  border-color: #e6e6e6;  -webkit-box-shadow: 0 0 0 .2rem rgba(222,222,223,.5); box-shadow: 0 0 0 .2rem rgba(222,222,223,.5); }.btn-white.disabled,.btn-white:disabled{ color: #212529;  background-color: #fff;  border-color: #fff; }.btn-white:not(:disabled):not(.disabled):active,.btn-white:not(:disabled):not(.disabled).active,.show > .btn-white.dropdown-toggle{ color: #212529;  background-color: #e6e6e6;  border-color: #dfdfdf; }.btn-white:not(:disabled):not(.disabled):active:focus,.btn-white:not(:disabled):not(.disabled).active:focus,.show > .btn-white.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(222,222,223,.5); box-shadow: 0 0 0 .2rem rgba(222,222,223,.5); }.btn-outline-primary{ color: #D13627;  border-color: #D13627; }.btn-outline-primary:hover{ color: #fff;  background-color: #D13627;  border-color: #D13627; }.btn-outline-primary:focus,.btn-outline-primary.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); }.btn-outline-primary.disabled,.btn-outline-primary:disabled{ color: #D13627;  background-color: transparent; }.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show > .btn-outline-primary.dropdown-toggle{ color: #fff;  background-color: #D13627;  border-color: #D13627; }.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-primary.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); }.btn-outline-secondary{ color: #234B59;  border-color: #234B59; }.btn-outline-secondary:hover{ color: #fff;  background-color: #234B59;  border-color: #234B59; }.btn-outline-secondary:focus,.btn-outline-secondary.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(35,75,89,.5); box-shadow: 0 0 0 .2rem rgba(35,75,89,.5); }.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{ color: #234B59;  background-color: transparent; }.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show > .btn-outline-secondary.dropdown-toggle{ color: #fff;  background-color: #234B59;  border-color: #234B59; }.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-secondary.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(35,75,89,.5); box-shadow: 0 0 0 .2rem rgba(35,75,89,.5); }.btn-outline-success{ color: #28a745;  border-color: #28a745; }.btn-outline-success:hover{ color: #fff;  background-color: #28a745;  border-color: #28a745; }.btn-outline-success:focus,.btn-outline-success.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5); box-shadow: 0 0 0 .2rem rgba(40,167,69,.5); }.btn-outline-success.disabled,.btn-outline-success:disabled{ color: #28a745;  background-color: transparent; }.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show > .btn-outline-success.dropdown-toggle{ color: #fff;  background-color: #28a745;  border-color: #28a745; }.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-success.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5); box-shadow: 0 0 0 .2rem rgba(40,167,69,.5); }.btn-outline-info{ color: #17a2b8;  border-color: #17a2b8; }.btn-outline-info:hover{ color: #fff;  background-color: #17a2b8;  border-color: #17a2b8; }.btn-outline-info:focus,.btn-outline-info.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5); box-shadow: 0 0 0 .2rem rgba(23,162,184,.5); }.btn-outline-info.disabled,.btn-outline-info:disabled{ color: #17a2b8;  background-color: transparent; }.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show > .btn-outline-info.dropdown-toggle{ color: #fff;  background-color: #17a2b8;  border-color: #17a2b8; }.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-info.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5); box-shadow: 0 0 0 .2rem rgba(23,162,184,.5); }.btn-outline-warning{ color: #F7A600;  border-color: #F7A600; }.btn-outline-warning:hover{ color: #212529;  background-color: #F7A600;  border-color: #F7A600; }.btn-outline-warning:focus,.btn-outline-warning.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); }.btn-outline-warning.disabled,.btn-outline-warning:disabled{ color: #F7A600;  background-color: transparent; }.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show > .btn-outline-warning.dropdown-toggle{ color: #212529;  background-color: #F7A600;  border-color: #F7A600; }.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-warning.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); }.btn-outline-danger{ color: #D13627;  border-color: #D13627; }.btn-outline-danger:hover{ color: #fff;  background-color: #D13627;  border-color: #D13627; }.btn-outline-danger:focus,.btn-outline-danger.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); }.btn-outline-danger.disabled,.btn-outline-danger:disabled{ color: #D13627;  background-color: transparent; }.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show > .btn-outline-danger.dropdown-toggle{ color: #fff;  background-color: #D13627;  border-color: #D13627; }.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-danger.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); }.btn-outline-light{ color: #f8f9fa;  border-color: #f8f9fa; }.btn-outline-light:hover{ color: #212529;  background-color: #f8f9fa;  border-color: #f8f9fa; }.btn-outline-light:focus,.btn-outline-light.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); }.btn-outline-light.disabled,.btn-outline-light:disabled{ color: #f8f9fa;  background-color: transparent; }.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show > .btn-outline-light.dropdown-toggle{ color: #212529;  background-color: #f8f9fa;  border-color: #f8f9fa; }.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-light.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); }.btn-outline-dark{ color: #343a40;  border-color: #343a40; }.btn-outline-dark:hover{ color: #fff;  background-color: #343a40;  border-color: #343a40; }.btn-outline-dark:focus,.btn-outline-dark.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); }.btn-outline-dark.disabled,.btn-outline-dark:disabled{ color: #343a40;  background-color: transparent; }.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show > .btn-outline-dark.dropdown-toggle{ color: #fff;  background-color: #343a40;  border-color: #343a40; }.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-dark.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); }.btn-outline-tertiary{ color: #F7A600;  border-color: #F7A600; }.btn-outline-tertiary:hover{ color: #212529;  background-color: #F7A600;  border-color: #F7A600; }.btn-outline-tertiary:focus,.btn-outline-tertiary.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); }.btn-outline-tertiary.disabled,.btn-outline-tertiary:disabled{ color: #F7A600;  background-color: transparent; }.btn-outline-tertiary:not(:disabled):not(.disabled):active,.btn-outline-tertiary:not(:disabled):not(.disabled).active,.show > .btn-outline-tertiary.dropdown-toggle{ color: #212529;  background-color: #F7A600;  border-color: #F7A600; }.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus,.btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-tertiary.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); }.btn-outline-quaternary{ color: #EEB59F;  border-color: #EEB59F; }.btn-outline-quaternary:hover{ color: #212529;  background-color: #EEB59F;  border-color: #EEB59F; }.btn-outline-quaternary:focus,.btn-outline-quaternary.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(238,181,159,.5); box-shadow: 0 0 0 .2rem rgba(238,181,159,.5); }.btn-outline-quaternary.disabled,.btn-outline-quaternary:disabled{ color: #EEB59F;  background-color: transparent; }.btn-outline-quaternary:not(:disabled):not(.disabled):active,.btn-outline-quaternary:not(:disabled):not(.disabled).active,.show > .btn-outline-quaternary.dropdown-toggle{ color: #212529;  background-color: #EEB59F;  border-color: #EEB59F; }.btn-outline-quaternary:not(:disabled):not(.disabled):active:focus,.btn-outline-quaternary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-quaternary.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(238,181,159,.5); box-shadow: 0 0 0 .2rem rgba(238,181,159,.5); }.btn-outline-primary-lighten{ color: #DC6248;  border-color: #DC6248; }.btn-outline-primary-lighten:hover{ color: #fff;  background-color: #DC6248;  border-color: #DC6248; }.btn-outline-primary-lighten:focus,.btn-outline-primary-lighten.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(220,98,72,.5); box-shadow: 0 0 0 .2rem rgba(220,98,72,.5); }.btn-outline-primary-lighten.disabled,.btn-outline-primary-lighten:disabled{ color: #DC6248;  background-color: transparent; }.btn-outline-primary-lighten:not(:disabled):not(.disabled):active,.btn-outline-primary-lighten:not(:disabled):not(.disabled).active,.show > .btn-outline-primary-lighten.dropdown-toggle{ color: #fff;  background-color: #DC6248;  border-color: #DC6248; }.btn-outline-primary-lighten:not(:disabled):not(.disabled):active:focus,.btn-outline-primary-lighten:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-primary-lighten.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(220,98,72,.5); box-shadow: 0 0 0 .2rem rgba(220,98,72,.5); }.btn-outline-secondary-lighten-1{ color: #4C6672;  border-color: #4C6672; }.btn-outline-secondary-lighten-1:hover{ color: #fff;  background-color: #4C6672;  border-color: #4C6672; }.btn-outline-secondary-lighten-1:focus,.btn-outline-secondary-lighten-1.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(76,102,114,.5); box-shadow: 0 0 0 .2rem rgba(76,102,114,.5); }.btn-outline-secondary-lighten-1.disabled,.btn-outline-secondary-lighten-1:disabled{ color: #4C6672;  background-color: transparent; }.btn-outline-secondary-lighten-1:not(:disabled):not(.disabled):active,.btn-outline-secondary-lighten-1:not(:disabled):not(.disabled).active,.show > .btn-outline-secondary-lighten-1.dropdown-toggle{ color: #fff;  background-color: #4C6672;  border-color: #4C6672; }.btn-outline-secondary-lighten-1:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary-lighten-1:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-secondary-lighten-1.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(76,102,114,.5); box-shadow: 0 0 0 .2rem rgba(76,102,114,.5); }.btn-outline-secondary-lighten-2{ color: #A0A9B1;  border-color: #A0A9B1; }.btn-outline-secondary-lighten-2:hover{ color: #212529;  background-color: #A0A9B1;  border-color: #A0A9B1; }.btn-outline-secondary-lighten-2:focus,.btn-outline-secondary-lighten-2.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(160,169,177,.5); box-shadow: 0 0 0 .2rem rgba(160,169,177,.5); }.btn-outline-secondary-lighten-2.disabled,.btn-outline-secondary-lighten-2:disabled{ color: #A0A9B1;  background-color: transparent; }.btn-outline-secondary-lighten-2:not(:disabled):not(.disabled):active,.btn-outline-secondary-lighten-2:not(:disabled):not(.disabled).active,.show > .btn-outline-secondary-lighten-2.dropdown-toggle{ color: #212529;  background-color: #A0A9B1;  border-color: #A0A9B1; }.btn-outline-secondary-lighten-2:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary-lighten-2:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-secondary-lighten-2.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(160,169,177,.5); box-shadow: 0 0 0 .2rem rgba(160,169,177,.5); }.btn-outline-gray-100{ color: #f8f9fa;  border-color: #f8f9fa; }.btn-outline-gray-100:hover{ color: #212529;  background-color: #f8f9fa;  border-color: #f8f9fa; }.btn-outline-gray-100:focus,.btn-outline-gray-100.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); }.btn-outline-gray-100.disabled,.btn-outline-gray-100:disabled{ color: #f8f9fa;  background-color: transparent; }.btn-outline-gray-100:not(:disabled):not(.disabled):active,.btn-outline-gray-100:not(:disabled):not(.disabled).active,.show > .btn-outline-gray-100.dropdown-toggle{ color: #212529;  background-color: #f8f9fa;  border-color: #f8f9fa; }.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-100:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-gray-100.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); }.btn-outline-gray-200{ color: #e9ecef;  border-color: #e9ecef; }.btn-outline-gray-200:hover{ color: #212529;  background-color: #e9ecef;  border-color: #e9ecef; }.btn-outline-gray-200:focus,.btn-outline-gray-200.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(233,236,239,.5); box-shadow: 0 0 0 .2rem rgba(233,236,239,.5); }.btn-outline-gray-200.disabled,.btn-outline-gray-200:disabled{ color: #e9ecef;  background-color: transparent; }.btn-outline-gray-200:not(:disabled):not(.disabled):active,.btn-outline-gray-200:not(:disabled):not(.disabled).active,.show > .btn-outline-gray-200.dropdown-toggle{ color: #212529;  background-color: #e9ecef;  border-color: #e9ecef; }.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-gray-200.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(233,236,239,.5); box-shadow: 0 0 0 .2rem rgba(233,236,239,.5); }.btn-outline-gray-300{ color: #dee2e6;  border-color: #dee2e6; }.btn-outline-gray-300:hover{ color: #212529;  background-color: #dee2e6;  border-color: #dee2e6; }.btn-outline-gray-300:focus,.btn-outline-gray-300.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(222,226,230,.5); box-shadow: 0 0 0 .2rem rgba(222,226,230,.5); }.btn-outline-gray-300.disabled,.btn-outline-gray-300:disabled{ color: #dee2e6;  background-color: transparent; }.btn-outline-gray-300:not(:disabled):not(.disabled):active,.btn-outline-gray-300:not(:disabled):not(.disabled).active,.show > .btn-outline-gray-300.dropdown-toggle{ color: #212529;  background-color: #dee2e6;  border-color: #dee2e6; }.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-gray-300.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(222,226,230,.5); box-shadow: 0 0 0 .2rem rgba(222,226,230,.5); }.btn-outline-gray-400{ color: #ced4da;  border-color: #ced4da; }.btn-outline-gray-400:hover{ color: #212529;  background-color: #ced4da;  border-color: #ced4da; }.btn-outline-gray-400:focus,.btn-outline-gray-400.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(206,212,218,.5); box-shadow: 0 0 0 .2rem rgba(206,212,218,.5); }.btn-outline-gray-400.disabled,.btn-outline-gray-400:disabled{ color: #ced4da;  background-color: transparent; }.btn-outline-gray-400:not(:disabled):not(.disabled):active,.btn-outline-gray-400:not(:disabled):not(.disabled).active,.show > .btn-outline-gray-400.dropdown-toggle{ color: #212529;  background-color: #ced4da;  border-color: #ced4da; }.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-gray-400.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(206,212,218,.5); box-shadow: 0 0 0 .2rem rgba(206,212,218,.5); }.btn-outline-gray-500{ color: #adb5bd;  border-color: #adb5bd; }.btn-outline-gray-500:hover{ color: #212529;  background-color: #adb5bd;  border-color: #adb5bd; }.btn-outline-gray-500:focus,.btn-outline-gray-500.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(173,181,189,.5); box-shadow: 0 0 0 .2rem rgba(173,181,189,.5); }.btn-outline-gray-500.disabled,.btn-outline-gray-500:disabled{ color: #adb5bd;  background-color: transparent; }.btn-outline-gray-500:not(:disabled):not(.disabled):active,.btn-outline-gray-500:not(:disabled):not(.disabled).active,.show > .btn-outline-gray-500.dropdown-toggle{ color: #212529;  background-color: #adb5bd;  border-color: #adb5bd; }.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-500:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-gray-500.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(173,181,189,.5); box-shadow: 0 0 0 .2rem rgba(173,181,189,.5); }.btn-outline-gray-600{ color: #6c757d;  border-color: #6c757d; }.btn-outline-gray-600:hover{ color: #fff;  background-color: #6c757d;  border-color: #6c757d; }.btn-outline-gray-600:focus,.btn-outline-gray-600.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5); box-shadow: 0 0 0 .2rem rgba(108,117,125,.5); }.btn-outline-gray-600.disabled,.btn-outline-gray-600:disabled{ color: #6c757d;  background-color: transparent; }.btn-outline-gray-600:not(:disabled):not(.disabled):active,.btn-outline-gray-600:not(:disabled):not(.disabled).active,.show > .btn-outline-gray-600.dropdown-toggle{ color: #fff;  background-color: #6c757d;  border-color: #6c757d; }.btn-outline-gray-600:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-600:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-gray-600.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5); box-shadow: 0 0 0 .2rem rgba(108,117,125,.5); }.btn-outline-gray-700{ color: #495057;  border-color: #495057; }.btn-outline-gray-700:hover{ color: #fff;  background-color: #495057;  border-color: #495057; }.btn-outline-gray-700:focus,.btn-outline-gray-700.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(73,80,87,.5); box-shadow: 0 0 0 .2rem rgba(73,80,87,.5); }.btn-outline-gray-700.disabled,.btn-outline-gray-700:disabled{ color: #495057;  background-color: transparent; }.btn-outline-gray-700:not(:disabled):not(.disabled):active,.btn-outline-gray-700:not(:disabled):not(.disabled).active,.show > .btn-outline-gray-700.dropdown-toggle{ color: #fff;  background-color: #495057;  border-color: #495057; }.btn-outline-gray-700:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-700:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-gray-700.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(73,80,87,.5); box-shadow: 0 0 0 .2rem rgba(73,80,87,.5); }.btn-outline-gray-800{ color: #343a40;  border-color: #343a40; }.btn-outline-gray-800:hover{ color: #fff;  background-color: #343a40;  border-color: #343a40; }.btn-outline-gray-800:focus,.btn-outline-gray-800.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); }.btn-outline-gray-800.disabled,.btn-outline-gray-800:disabled{ color: #343a40;  background-color: transparent; }.btn-outline-gray-800:not(:disabled):not(.disabled):active,.btn-outline-gray-800:not(:disabled):not(.disabled).active,.show > .btn-outline-gray-800.dropdown-toggle{ color: #fff;  background-color: #343a40;  border-color: #343a40; }.btn-outline-gray-800:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-800:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-gray-800.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); }.btn-outline-gray-900{ color: #212529;  border-color: #212529; }.btn-outline-gray-900:hover{ color: #fff;  background-color: #212529;  border-color: #212529; }.btn-outline-gray-900:focus,.btn-outline-gray-900.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(33,37,41,.5); box-shadow: 0 0 0 .2rem rgba(33,37,41,.5); }.btn-outline-gray-900.disabled,.btn-outline-gray-900:disabled{ color: #212529;  background-color: transparent; }.btn-outline-gray-900:not(:disabled):not(.disabled):active,.btn-outline-gray-900:not(:disabled):not(.disabled).active,.show > .btn-outline-gray-900.dropdown-toggle{ color: #fff;  background-color: #212529;  border-color: #212529; }.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-900:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-gray-900.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(33,37,41,.5); box-shadow: 0 0 0 .2rem rgba(33,37,41,.5); }.btn-outline-gray-105{ color: #DFE0E2;  border-color: #DFE0E2; }.btn-outline-gray-105:hover{ color: #212529;  background-color: #DFE0E2;  border-color: #DFE0E2; }.btn-outline-gray-105:focus,.btn-outline-gray-105.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(223,224,226,.5); box-shadow: 0 0 0 .2rem rgba(223,224,226,.5); }.btn-outline-gray-105.disabled,.btn-outline-gray-105:disabled{ color: #DFE0E2;  background-color: transparent; }.btn-outline-gray-105:not(:disabled):not(.disabled):active,.btn-outline-gray-105:not(:disabled):not(.disabled).active,.show > .btn-outline-gray-105.dropdown-toggle{ color: #212529;  background-color: #DFE0E2;  border-color: #DFE0E2; }.btn-outline-gray-105:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-105:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-gray-105.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(223,224,226,.5); box-shadow: 0 0 0 .2rem rgba(223,224,226,.5); }.btn-outline-gray-705{ color: #758490;  border-color: #758490; }.btn-outline-gray-705:hover{ color: #fff;  background-color: #758490;  border-color: #758490; }.btn-outline-gray-705:focus,.btn-outline-gray-705.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(117,132,144,.5); box-shadow: 0 0 0 .2rem rgba(117,132,144,.5); }.btn-outline-gray-705.disabled,.btn-outline-gray-705:disabled{ color: #758490;  background-color: transparent; }.btn-outline-gray-705:not(:disabled):not(.disabled):active,.btn-outline-gray-705:not(:disabled):not(.disabled).active,.show > .btn-outline-gray-705.dropdown-toggle{ color: #fff;  background-color: #758490;  border-color: #758490; }.btn-outline-gray-705:not(:disabled):not(.disabled):active:focus,.btn-outline-gray-705:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-gray-705.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(117,132,144,.5); box-shadow: 0 0 0 .2rem rgba(117,132,144,.5); }.btn-outline-black{ color: #000;  border-color: #000; }.btn-outline-black:hover{ color: #fff;  background-color: #000;  border-color: #000; }.btn-outline-black:focus,.btn-outline-black.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(0,0,0,.5); box-shadow: 0 0 0 .2rem rgba(0,0,0,.5); }.btn-outline-black.disabled,.btn-outline-black:disabled{ color: #000;  background-color: transparent; }.btn-outline-black:not(:disabled):not(.disabled):active,.btn-outline-black:not(:disabled):not(.disabled).active,.show > .btn-outline-black.dropdown-toggle{ color: #fff;  background-color: #000;  border-color: #000; }.btn-outline-black:not(:disabled):not(.disabled):active:focus,.btn-outline-black:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-black.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(0,0,0,.5); box-shadow: 0 0 0 .2rem rgba(0,0,0,.5); }.btn-outline-white{ color: #fff;  border-color: #fff; }.btn-outline-white:hover{ color: #212529;  background-color: #fff;  border-color: #fff; }.btn-outline-white:focus,.btn-outline-white.focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5); box-shadow: 0 0 0 .2rem rgba(255,255,255,.5); }.btn-outline-white.disabled,.btn-outline-white:disabled{ color: #fff;  background-color: transparent; }.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled).active,.show > .btn-outline-white.dropdown-toggle{ color: #212529;  background-color: #fff;  border-color: #fff; }.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-white.dropdown-toggle:focus{ -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5); box-shadow: 0 0 0 .2rem rgba(255,255,255,.5); }.btn-link{ font-weight: 300;  color: #234B59;  text-decoration: none; }.btn-link:hover{ color: #0d1d22;  text-decoration: underline; }.btn-link:focus,.btn-link.focus{ text-decoration: underline;  -webkit-box-shadow: none; box-shadow: none; }.btn-link:disabled,.btn-link.disabled{ color: #6c757d;  pointer-events: none; }.btn-lg,.btn-group-lg > .btn{ padding: .5rem 1rem;  font-size: 1.1875rem;  line-height: 1.5;  border-radius: 0; }.btn-sm,.btn-group-sm > .btn{ padding: .25rem .5rem;  font-size: .83125rem;  line-height: 1.5;  border-radius: 0; }.btn-block{ display: block;  width: 100%; }.btn-block + .btn-block{ margin-top: .5rem; }input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{ width: 100%; }.fade{ -webkit-transition: opacity .15s linear; transition: opacity .15s linear; }@media (prefers-reduced-motion:reduce){.fade{ -webkit-transition: none; transition: none; }}.fade:not(.show){ opacity: 0; }.collapse:not(.show){ display: none; }.collapsing{ position: relative;  height: 0;  overflow: hidden;  -webkit-transition: height .35s ease; transition: height .35s ease; }@media (prefers-reduced-motion:reduce){.collapsing{ -webkit-transition: none; transition: none; }}.dropup,.dropright,.dropdown,.dropleft{ position: relative; }.dropdown-toggle{ white-space: nowrap; }.dropdown-menu{ position: absolute;  top: 100%;  left: 0;  z-index: 1000;  display: none;  float: left;  min-width: 10rem;  padding: .5rem 0;  margin: .125rem 0 0;  font-size: .95rem;  color: #234B59;  text-align: left;  list-style: none;  background-color: #fff;  background-clip: padding-box;  border: 1px solid rgba(0,0,0,.15); }.dropdown-menu-left{ right: auto;  left: 0; }.dropdown-menu-right{ right: 0;  left: auto; }@media (min-width:576px){.dropdown-menu-sm-left{ right: auto;  left: 0; }.dropdown-menu-sm-right{ right: 0;  left: auto; }}@media (min-width:768px){.dropdown-menu-md-left{ right: auto;  left: 0; }.dropdown-menu-md-right{ right: 0;  left: auto; }}@media (min-width:992px){.dropdown-menu-lg-left{ right: auto;  left: 0; }.dropdown-menu-lg-right{ right: 0;  left: auto; }}@media (min-width:1200px){.dropdown-menu-xl-left{ right: auto;  left: 0; }.dropdown-menu-xl-right{ right: 0;  left: auto; }}@media (min-width:1280px){.dropdown-menu-mxl-left{ right: auto;  left: 0; }.dropdown-menu-mxl-right{ right: 0;  left: auto; }}@media (min-width:1400px){.dropdown-menu-xxl-left{ right: auto;  left: 0; }.dropdown-menu-xxl-right{ right: 0;  left: auto; }}@media (min-width:1600px){.dropdown-menu-xxxl-left{ right: auto;  left: 0; }.dropdown-menu-xxxl-right{ right: 0;  left: auto; }}@media (min-width:2600px){.dropdown-menu-xxxxxl-left{ right: auto;  left: 0; }.dropdown-menu-xxxxxl-right{ right: 0;  left: auto; }}.dropup .dropdown-menu{ top: auto;  bottom: 100%;  margin-top: 0;  margin-bottom: .125rem; }.dropright .dropdown-menu{ top: 0;  right: auto;  left: 100%;  margin-top: 0;  margin-left: .125rem; }.dropright .dropdown-toggle::after{ vertical-align: 0; }.dropleft .dropdown-menu{ top: 0;  right: 100%;  left: auto;  margin-top: 0;  margin-right: .125rem; }.dropleft .dropdown-toggle::before{ vertical-align: 0; }.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"]{ right: auto;  bottom: auto; }.dropdown-divider{ height: 0;  margin: .5rem 0;  overflow: hidden;  border-top: 1px solid #e9ecef; }.dropdown-item{ display: block;  width: 100%;  padding: .25rem 1.5rem;  clear: both;  font-weight: 300;  color: #212529;  text-align: inherit;  white-space: nowrap;  background-color: transparent;  border: 0; }.dropdown-item:hover,.dropdown-item:focus{ color: #16181b;  text-decoration: none;  background-color: #f8f9fa; }.dropdown-item.active,.dropdown-item:active{ color: #fff;  text-decoration: none;  background-color: #D13627; }.dropdown-item.disabled,.dropdown-item:disabled{ color: #6c757d;  pointer-events: none;  background-color: transparent; }.dropdown-menu.show{ display: block; }.dropdown-header{ display: block;  padding: .5rem 1.5rem;  margin-bottom: 0;  font-size: .83125rem;  color: #6c757d;  white-space: nowrap; }.dropdown-item-text{ display: block;  padding: .25rem 1.5rem;  color: #212529; }.btn-group,.btn-group-vertical{ position: relative;  display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex;  vertical-align: middle; }.btn-group > .btn,.btn-group-vertical > .btn{ position: relative;  -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }.btn-group > .btn:hover,.btn-group-vertical > .btn:hover{ z-index: 1; }.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active{ z-index: 1; }.btn-toolbar{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.btn-toolbar .input-group{ width: auto; }.btn-group > .btn:not(:first-child),.btn-group > .btn-group:not(:first-child){ margin-left: -1px; }.dropdown-toggle-split{ padding-right: .5625rem;  padding-left: .5625rem; }.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after{ margin-left: 0; }.dropleft .dropdown-toggle-split::before{ margin-right: 0; }.btn-sm + .dropdown-toggle-split,.btn-group-sm > .btn + .dropdown-toggle-split{ padding-right: .375rem;  padding-left: .375rem; }.btn-lg + .dropdown-toggle-split,.btn-group-lg > .btn + .dropdown-toggle-split{ padding-right: .75rem;  padding-left: .75rem; }.btn-group-vertical{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.btn-group-vertical > .btn,.btn-group-vertical > .btn-group{ width: 100%; }.btn-group-vertical > .btn:not(:first-child),.btn-group-vertical > .btn-group:not(:first-child){ margin-top: -1px; }.btn-group-toggle > .btn,.btn-group-toggle > .btn-group > .btn{ margin-bottom: 0; }.btn-group-toggle > .btn input[type="radio"],.btn-group-toggle > .btn-group > .btn input[type="radio"],.btn-group-toggle > .btn input[type="checkbox"],.btn-group-toggle > .btn-group > .btn input[type="checkbox"]{ position: absolute;  clip: rect(0,0,0,0);  pointer-events: none; }.input-group{ position: relative;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;  width: 100%; }.input-group > .form-control,.input-group > .form-control-plaintext,.input-group > .custom-select,.input-group > .custom-file{ position: relative;  -webkit-flex: 1 1 0%; -ms-flex: 1 1 0%; flex: 1 1 0%;  min-width: 0;  margin-bottom: 0; }.input-group > .form-control + .form-control,.input-group > .form-control-plaintext + .form-control,.input-group > .custom-select + .form-control,.input-group > .custom-file + .form-control,.input-group > .form-control + .custom-select,.input-group > .form-control-plaintext + .custom-select,.input-group > .custom-select + .custom-select,.input-group > .custom-file + .custom-select,.input-group > .form-control + .custom-file,.input-group > .form-control-plaintext + .custom-file,.input-group > .custom-select + .custom-file,.input-group > .custom-file + .custom-file{ margin-left: -1px; }.input-group > .form-control:focus,.input-group > .custom-select:focus,.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label{ z-index: 3; }.input-group > .custom-file .custom-file-input:focus{ z-index: 4; }.input-group > .custom-file{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }.input-group-prepend,.input-group-append{ display: -ms-flexbox; display: -webkit-flex; display: flex; }.input-group-prepend .btn,.input-group-append .btn{ position: relative;  z-index: 2; }.input-group-prepend .btn:focus,.input-group-append .btn:focus{ z-index: 3; }.input-group-prepend .btn + .btn,.input-group-append .btn + .btn,.input-group-prepend .btn + .input-group-text,.input-group-append .btn + .input-group-text,.input-group-prepend .input-group-text + .input-group-text,.input-group-append .input-group-text + .input-group-text,.input-group-prepend .input-group-text + .btn,.input-group-append .input-group-text + .btn{ margin-left: -1px; }.input-group-prepend{ margin-right: -1px; }.input-group-append{ margin-left: -1px; }.input-group-text{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  padding: .375rem .75rem;  margin-bottom: 0;  font-size: .95rem;  font-weight: 300;  line-height: 1.5;  color: #495057;  text-align: center;  white-space: nowrap;  background-color: #e9ecef;  border: 1px solid #ced4da; }.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{ margin-top: 0; }.input-group-lg > .form-control:not(textarea),.input-group-lg > .custom-select{ height: -webkit-calc(1.5em + 1rem + 2px); height: calc(1.5em + 1rem + 2px); }.input-group-lg > .form-control,.input-group-lg > .custom-select,.input-group-lg > .input-group-prepend > .input-group-text,.input-group-lg > .input-group-append > .input-group-text,.input-group-lg > .input-group-prepend > .btn,.input-group-lg > .input-group-append > .btn{ padding: .5rem 1rem;  font-size: 1.1875rem;  line-height: 1.5; }.input-group-sm > .form-control:not(textarea),.input-group-sm > .custom-select{ height: -webkit-calc(1.5em + .5rem + 2px); height: calc(1.5em + .5rem + 2px); }.input-group-sm > .form-control,.input-group-sm > .custom-select,.input-group-sm > .input-group-prepend > .input-group-text,.input-group-sm > .input-group-append > .input-group-text,.input-group-sm > .input-group-prepend > .btn,.input-group-sm > .input-group-append > .btn{ padding: .25rem .5rem;  font-size: .83125rem;  line-height: 1.5; }.input-group-lg > .custom-select,.input-group-sm > .custom-select{ padding-right: 1.75rem; }.custom-control{ position: relative;  display: block;  min-height: 1.425rem;  padding-left: 1.5rem; }.custom-control-inline{ display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex;  margin-right: 1rem; }.custom-control-input{ position: absolute;  left: 0;  z-index: -1;  width: 1rem;  height: 1.2125rem;  opacity: 0; }.custom-control-input:checked ~ .custom-control-label::before{ color: #fff;  border-color: #D13627;  background-color: #D13627; }.custom-control-input:focus ~ .custom-control-label::before{ -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); }.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{ border-color: #ea968e; }.custom-control-input:not(:disabled):active ~ .custom-control-label::before{ color: #fff;  background-color: #f2beb9;  border-color: #f2beb9; }.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label{ color: #6c757d; }.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before{ background-color: #e9ecef; }.custom-control-label{ position: relative;  margin-bottom: 0;  vertical-align: top; }.custom-control-label::before{ position: absolute;  top: .2125rem;  left: -1.5rem;  display: block;  width: 1rem;  height: 1rem;  pointer-events: none;  content: "";  background-color: #fff;  border: #adb5bd solid 1px; }.custom-control-label::after{ position: absolute;  top: .2125rem;  left: -1.5rem;  display: block;  width: 1rem;  height: 1rem;  content: "";  background: no-repeat 50% / 50% 50%; }.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{ border-color: #D13627;  background-color: #D13627; }.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before{ background-color: rgba(209,54,39,.5); }.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{ background-color: rgba(209,54,39,.5); }.custom-radio .custom-control-label::before{ border-radius: 50%; }.custom-radio .custom-control-input:checked ~ .custom-control-label::after{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before{ background-color: rgba(209,54,39,.5); }.custom-switch{ padding-left: 2.25rem; }.custom-switch .custom-control-label::before{ left: -2.25rem;  width: 1.75rem;  pointer-events: all;  border-radius: .5rem; }.custom-switch .custom-control-label::after{ top: -webkit-calc(.2125rem + 2px); top: calc(.2125rem + 2px);  left: -webkit-calc(-2.25rem + 2px); left: calc(-2.25rem + 2px);  width: -webkit-calc(1rem - 4px); width: calc(1rem - 4px);  height: -webkit-calc(1rem - 4px); height: calc(1rem - 4px);  background-color: #adb5bd;  border-radius: .5rem;  -webkit-transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{ -webkit-transition: none; transition: none; }}.custom-switch .custom-control-input:checked ~ .custom-control-label::after{ background-color: #fff;  -webkit-transform: translateX(.75rem); -ms-transform: translateX(.75rem); transform: translateX(.75rem); }.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{ background-color: rgba(209,54,39,.5); }.custom-select{ display: inline-block;  width: 100%;  height: -webkit-calc(1.5em + .75rem + 2px); height: calc(1.5em + .75rem + 2px);  padding: .375rem 1.75rem .375rem .75rem;  font-size: .95rem;  font-weight: 300;  line-height: 1.5;  color: #495057;  vertical-align: middle;  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center / 8px 10px;  border: 1px solid #ced4da;  border-radius: 0;  -webkit-appearance: none; -moz-appearance: none; appearance: none; }.custom-select:focus{ border-color: #ea968e;  outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); }.custom-select:focus::-ms-value{ color: #495057;  background-color: #fff; }.custom-select[multiple],.custom-select[size]:not([size="1"]){ height: auto;  padding-right: .75rem;  background-image: none; }.custom-select:disabled{ color: #6c757d;  background-color: #e9ecef; }.custom-select::-ms-expand{ display: none; }.custom-select:-moz-focusring{ color: transparent;  text-shadow: 0 0 0 #495057; }.custom-select-sm{ height: -webkit-calc(1.5em + .5rem + 2px); height: calc(1.5em + .5rem + 2px);  padding-top: .25rem;  padding-bottom: .25rem;  padding-left: .5rem;  font-size: .83125rem; }.custom-select-lg{ height: -webkit-calc(1.5em + 1rem + 2px); height: calc(1.5em + 1rem + 2px);  padding-top: .5rem;  padding-bottom: .5rem;  padding-left: 1rem;  font-size: 1.1875rem; }.custom-file{ position: relative;  display: inline-block;  width: 100%;  height: -webkit-calc(1.5em + .75rem + 2px); height: calc(1.5em + .75rem + 2px);  margin-bottom: 0; }.custom-file-input{ position: relative;  z-index: 2;  width: 100%;  height: -webkit-calc(1.5em + .75rem + 2px); height: calc(1.5em + .75rem + 2px);  margin: 0;  opacity: 0; }.custom-file-input:focus ~ .custom-file-label{ border-color: #ea968e;  -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); }.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label{ background-color: #e9ecef; }.custom-file-input:lang(en) ~ .custom-file-label::after{ content: "Choose file..."; }.custom-file-input:lang(de) ~ .custom-file-label::after{ content: "Datei wählen..."; }.custom-file-input ~ .custom-file-label[data-browse]::after{ content: attr(data-browse); }.custom-file-label{ position: absolute;  top: 0;  right: 0;  left: 0;  z-index: 1;  height: -webkit-calc(1.5em + .75rem + 2px); height: calc(1.5em + .75rem + 2px);  padding: .375rem .75rem;  font-weight: 300;  line-height: 1.5;  color: #495057;  background-color: #fff;  border: 1px solid #ced4da; }.custom-file-label::after{ position: absolute;  top: 0;  right: 0;  bottom: 0;  z-index: 3;  display: block;  height: -webkit-calc(1.5em + .75rem); height: calc(1.5em + .75rem);  padding: .375rem .75rem;  line-height: 1.5;  color: #495057;  content: "Browse";  background-color: #e9ecef;  border-left: inherit; }.custom-range{ width: 100%;  height: 1.4rem;  padding: 0;  background-color: transparent;  -webkit-appearance: none; -moz-appearance: none; appearance: none; }.custom-range:focus{ outline: none; }.custom-range:focus::-webkit-slider-thumb{ -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(209,54,39,.25); }.custom-range:focus::-moz-range-thumb{ -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(209,54,39,.25); }.custom-range:focus::-ms-thumb{ -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(209,54,39,.25); }.custom-range::-moz-focus-outer{ border: 0; }.custom-range::-webkit-slider-thumb{ width: 1rem;  height: 1rem;  margin-top: -.25rem;  background-color: #D13627;  border: 0;  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;  -webkit-appearance: none; -moz-appearance: none; appearance: none; }@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{ -webkit-transition: none; transition: none; }}.custom-range::-webkit-slider-thumb:active{ background-color: #f2beb9; }.custom-range::-webkit-slider-runnable-track{ width: 100%;  height: .5rem;  color: transparent;  cursor: pointer;  background-color: #dee2e6;  border-color: transparent; }.custom-range::-moz-range-thumb{ width: 1rem;  height: 1rem;  background-color: #D13627;  border: 0;  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;  -webkit-appearance: none; -moz-appearance: none; appearance: none; }@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{ -webkit-transition: none; transition: none; }}.custom-range::-moz-range-thumb:active{ background-color: #f2beb9; }.custom-range::-moz-range-track{ width: 100%;  height: .5rem;  color: transparent;  cursor: pointer;  background-color: #dee2e6;  border-color: transparent; }.custom-range::-ms-thumb{ width: 1rem;  height: 1rem;  margin-top: 0;  margin-right: .2rem;  margin-left: .2rem;  background-color: #D13627;  border: 0;  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;  -webkit-appearance: none; -moz-appearance: none; appearance: none; }@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{ -webkit-transition: none; transition: none; }}.custom-range::-ms-thumb:active{ background-color: #f2beb9; }.custom-range::-ms-track{ width: 100%;  height: .5rem;  color: transparent;  cursor: pointer;  background-color: transparent;  border-color: transparent;  border-width: .5rem; }.custom-range::-ms-fill-lower{ background-color: #dee2e6; }.custom-range::-ms-fill-upper{ margin-right: 15px;  background-color: #dee2e6; }.custom-range:disabled::-webkit-slider-thumb{ background-color: #adb5bd; }.custom-range:disabled::-webkit-slider-runnable-track{ cursor: default; }.custom-range:disabled::-moz-range-thumb{ background-color: #adb5bd; }.custom-range:disabled::-moz-range-track{ cursor: default; }.custom-range:disabled::-ms-thumb{ background-color: #adb5bd; }.custom-control-label::before,.custom-file-label,.custom-select{ -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{ -webkit-transition: none; transition: none; }}.nav{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  padding-left: 0;  margin-bottom: 0;  list-style: none; }.nav-link{ display: block;  padding: .5rem 1rem; }.nav-link:hover,.nav-link:focus{ text-decoration: none; }.nav-link.disabled{ color: #6c757d;  pointer-events: none;  cursor: default; }.nav-tabs{ border-bottom: 1px solid #dee2e6; }.nav-tabs .nav-item{ margin-bottom: -1px; }.nav-tabs .nav-link{ border: 1px solid transparent; }.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{ border-color: #e9ecef #e9ecef #dee2e6; }.nav-tabs .nav-link.disabled{ color: #6c757d;  background-color: transparent;  border-color: transparent; }.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{ color: #495057;  background-color: #fff;  border-color: #dee2e6 #dee2e6 #fff; }.nav-tabs .dropdown-menu{ margin-top: -1px; }.nav-pills .nav-link.active,.nav-pills .show > .nav-link{ color: #fff;  background-color: #D13627; }.nav-fill .nav-item{ -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto;  text-align: center; }.nav-justified .nav-item{ -webkit-flex-basis: 0; flex-basis: 0;  -webkit-flex-grow: 1; flex-grow: 1;  text-align: center; }.tab-content > .tab-pane{ display: none; }.tab-content > .active{ display: block; }.navbar{ position: relative;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  padding: .5rem 1rem; }.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl,.navbar .container-xxl,.navbar .container-xxxl,.navbar > .container-sm,.navbar > .container-md,.navbar > .container-lg,.navbar > .container-xl,.navbar > .container-xxl,.navbar > .container-xxxl{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.navbar-brand{ display: inline-block;  padding-top: .321875rem;  padding-bottom: .321875rem;  margin-right: 1rem;  font-size: 1.1875rem;  line-height: inherit;  white-space: nowrap; }.navbar-brand:hover,.navbar-brand:focus{ text-decoration: none; }.navbar-nav{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  padding-left: 0;  margin-bottom: 0;  list-style: none; }.navbar-nav .nav-link{ padding-right: 0;  padding-left: 0; }.navbar-nav .dropdown-menu{ position: static;  float: none; }.navbar-text{ display: inline-block;  padding-top: .5rem;  padding-bottom: .5rem; }.navbar-collapse{ -webkit-flex-basis: 100%; flex-basis: 100%;  -webkit-flex-grow: 1; flex-grow: 1;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }.navbar-toggler{ padding: .25rem .75rem;  font-size: 1.1875rem;  line-height: 1;  background-color: transparent;  border: 1px solid transparent; }.navbar-toggler:hover,.navbar-toggler:focus{ text-decoration: none; }.navbar-toggler-icon{ display: inline-block;  width: 1.5em;  height: 1.5em;  vertical-align: middle;  content: "";  background: no-repeat center center;  background-size: 100% 100%; }@media (max-width:575.98px){.navbar-expand-sm > .container,.navbar-expand-sm > .container-fluid,.navbar-expand-sm > .container-sm,.navbar-expand-sm > .container-md,.navbar-expand-sm > .container-lg,.navbar-expand-sm > .container-xl,.navbar-expand-sm > .container-xxl,.navbar-expand-sm > .container-xxxl{ padding-right: 0;  padding-left: 0; }}@media (min-width:576px){.navbar-expand-sm{ -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.navbar-expand-sm .navbar-nav{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.navbar-expand-sm .navbar-nav .dropdown-menu{ position: absolute; }.navbar-expand-sm .navbar-nav .nav-link{ padding-right: .5rem;  padding-left: .5rem; }.navbar-expand-sm > .container,.navbar-expand-sm > .container-fluid,.navbar-expand-sm > .container-sm,.navbar-expand-sm > .container-md,.navbar-expand-sm > .container-lg,.navbar-expand-sm > .container-xl,.navbar-expand-sm > .container-xxl,.navbar-expand-sm > .container-xxxl{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }.navbar-expand-sm .navbar-collapse{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  -webkit-flex-basis: auto; flex-basis: auto; }.navbar-expand-sm .navbar-toggler{ display: none; }}@media (max-width:767.98px){.navbar-expand-md > .container,.navbar-expand-md > .container-fluid,.navbar-expand-md > .container-sm,.navbar-expand-md > .container-md,.navbar-expand-md > .container-lg,.navbar-expand-md > .container-xl,.navbar-expand-md > .container-xxl,.navbar-expand-md > .container-xxxl{ padding-right: 0;  padding-left: 0; }}@media (min-width:768px){.navbar-expand-md{ -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.navbar-expand-md .navbar-nav{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.navbar-expand-md .navbar-nav .dropdown-menu{ position: absolute; }.navbar-expand-md .navbar-nav .nav-link{ padding-right: .5rem;  padding-left: .5rem; }.navbar-expand-md > .container,.navbar-expand-md > .container-fluid,.navbar-expand-md > .container-sm,.navbar-expand-md > .container-md,.navbar-expand-md > .container-lg,.navbar-expand-md > .container-xl,.navbar-expand-md > .container-xxl,.navbar-expand-md > .container-xxxl{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }.navbar-expand-md .navbar-collapse{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  -webkit-flex-basis: auto; flex-basis: auto; }.navbar-expand-md .navbar-toggler{ display: none; }}@media (max-width:991.98px){.navbar-expand-lg > .container,.navbar-expand-lg > .container-fluid,.navbar-expand-lg > .container-sm,.navbar-expand-lg > .container-md,.navbar-expand-lg > .container-lg,.navbar-expand-lg > .container-xl,.navbar-expand-lg > .container-xxl,.navbar-expand-lg > .container-xxxl{ padding-right: 0;  padding-left: 0; }}@media (min-width:992px){.navbar-expand-lg{ -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.navbar-expand-lg .navbar-nav{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.navbar-expand-lg .navbar-nav .dropdown-menu{ position: absolute; }.navbar-expand-lg .navbar-nav .nav-link{ padding-right: .5rem;  padding-left: .5rem; }.navbar-expand-lg > .container,.navbar-expand-lg > .container-fluid,.navbar-expand-lg > .container-sm,.navbar-expand-lg > .container-md,.navbar-expand-lg > .container-lg,.navbar-expand-lg > .container-xl,.navbar-expand-lg > .container-xxl,.navbar-expand-lg > .container-xxxl{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }.navbar-expand-lg .navbar-collapse{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  -webkit-flex-basis: auto; flex-basis: auto; }.navbar-expand-lg .navbar-toggler{ display: none; }}@media (max-width:1199.98px){.navbar-expand-xl > .container,.navbar-expand-xl > .container-fluid,.navbar-expand-xl > .container-sm,.navbar-expand-xl > .container-md,.navbar-expand-xl > .container-lg,.navbar-expand-xl > .container-xl,.navbar-expand-xl > .container-xxl,.navbar-expand-xl > .container-xxxl{ padding-right: 0;  padding-left: 0; }}@media (min-width:1200px){.navbar-expand-xl{ -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.navbar-expand-xl .navbar-nav{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.navbar-expand-xl .navbar-nav .dropdown-menu{ position: absolute; }.navbar-expand-xl .navbar-nav .nav-link{ padding-right: .5rem;  padding-left: .5rem; }.navbar-expand-xl > .container,.navbar-expand-xl > .container-fluid,.navbar-expand-xl > .container-sm,.navbar-expand-xl > .container-md,.navbar-expand-xl > .container-lg,.navbar-expand-xl > .container-xl,.navbar-expand-xl > .container-xxl,.navbar-expand-xl > .container-xxxl{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }.navbar-expand-xl .navbar-collapse{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  -webkit-flex-basis: auto; flex-basis: auto; }.navbar-expand-xl .navbar-toggler{ display: none; }}@media (max-width:1279.98px){.navbar-expand-mxl > .container,.navbar-expand-mxl > .container-fluid,.navbar-expand-mxl > .container-sm,.navbar-expand-mxl > .container-md,.navbar-expand-mxl > .container-lg,.navbar-expand-mxl > .container-xl,.navbar-expand-mxl > .container-xxl,.navbar-expand-mxl > .container-xxxl{ padding-right: 0;  padding-left: 0; }}@media (min-width:1280px){.navbar-expand-mxl{ -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.navbar-expand-mxl .navbar-nav{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.navbar-expand-mxl .navbar-nav .dropdown-menu{ position: absolute; }.navbar-expand-mxl .navbar-nav .nav-link{ padding-right: .5rem;  padding-left: .5rem; }.navbar-expand-mxl > .container,.navbar-expand-mxl > .container-fluid,.navbar-expand-mxl > .container-sm,.navbar-expand-mxl > .container-md,.navbar-expand-mxl > .container-lg,.navbar-expand-mxl > .container-xl,.navbar-expand-mxl > .container-xxl,.navbar-expand-mxl > .container-xxxl{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }.navbar-expand-mxl .navbar-collapse{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  -webkit-flex-basis: auto; flex-basis: auto; }.navbar-expand-mxl .navbar-toggler{ display: none; }}@media (max-width:1399.98px){.navbar-expand-xxl > .container,.navbar-expand-xxl > .container-fluid,.navbar-expand-xxl > .container-sm,.navbar-expand-xxl > .container-md,.navbar-expand-xxl > .container-lg,.navbar-expand-xxl > .container-xl,.navbar-expand-xxl > .container-xxl,.navbar-expand-xxl > .container-xxxl{ padding-right: 0;  padding-left: 0; }}@media (min-width:1400px){.navbar-expand-xxl{ -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.navbar-expand-xxl .navbar-nav{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.navbar-expand-xxl .navbar-nav .dropdown-menu{ position: absolute; }.navbar-expand-xxl .navbar-nav .nav-link{ padding-right: .5rem;  padding-left: .5rem; }.navbar-expand-xxl > .container,.navbar-expand-xxl > .container-fluid,.navbar-expand-xxl > .container-sm,.navbar-expand-xxl > .container-md,.navbar-expand-xxl > .container-lg,.navbar-expand-xxl > .container-xl,.navbar-expand-xxl > .container-xxl,.navbar-expand-xxl > .container-xxxl{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }.navbar-expand-xxl .navbar-collapse{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  -webkit-flex-basis: auto; flex-basis: auto; }.navbar-expand-xxl .navbar-toggler{ display: none; }}@media (max-width:1599.98px){.navbar-expand-xxxl > .container,.navbar-expand-xxxl > .container-fluid,.navbar-expand-xxxl > .container-sm,.navbar-expand-xxxl > .container-md,.navbar-expand-xxxl > .container-lg,.navbar-expand-xxxl > .container-xl,.navbar-expand-xxxl > .container-xxl,.navbar-expand-xxxl > .container-xxxl{ padding-right: 0;  padding-left: 0; }}@media (min-width:1600px){.navbar-expand-xxxl{ -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.navbar-expand-xxxl .navbar-nav{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.navbar-expand-xxxl .navbar-nav .dropdown-menu{ position: absolute; }.navbar-expand-xxxl .navbar-nav .nav-link{ padding-right: .5rem;  padding-left: .5rem; }.navbar-expand-xxxl > .container,.navbar-expand-xxxl > .container-fluid,.navbar-expand-xxxl > .container-sm,.navbar-expand-xxxl > .container-md,.navbar-expand-xxxl > .container-lg,.navbar-expand-xxxl > .container-xl,.navbar-expand-xxxl > .container-xxl,.navbar-expand-xxxl > .container-xxxl{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }.navbar-expand-xxxl .navbar-collapse{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  -webkit-flex-basis: auto; flex-basis: auto; }.navbar-expand-xxxl .navbar-toggler{ display: none; }}@media (max-width:2599.98px){.navbar-expand-xxxxxl > .container,.navbar-expand-xxxxxl > .container-fluid,.navbar-expand-xxxxxl > .container-sm,.navbar-expand-xxxxxl > .container-md,.navbar-expand-xxxxxl > .container-lg,.navbar-expand-xxxxxl > .container-xl,.navbar-expand-xxxxxl > .container-xxl,.navbar-expand-xxxxxl > .container-xxxl{ padding-right: 0;  padding-left: 0; }}@media (min-width:2600px){.navbar-expand-xxxxxl{ -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.navbar-expand-xxxxxl .navbar-nav{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.navbar-expand-xxxxxl .navbar-nav .dropdown-menu{ position: absolute; }.navbar-expand-xxxxxl .navbar-nav .nav-link{ padding-right: .5rem;  padding-left: .5rem; }.navbar-expand-xxxxxl > .container,.navbar-expand-xxxxxl > .container-fluid,.navbar-expand-xxxxxl > .container-sm,.navbar-expand-xxxxxl > .container-md,.navbar-expand-xxxxxl > .container-lg,.navbar-expand-xxxxxl > .container-xl,.navbar-expand-xxxxxl > .container-xxl,.navbar-expand-xxxxxl > .container-xxxl{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }.navbar-expand-xxxxxl .navbar-collapse{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  -webkit-flex-basis: auto; flex-basis: auto; }.navbar-expand-xxxxxl .navbar-toggler{ display: none; }}.navbar-expand{ -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }.navbar-expand > .container,.navbar-expand > .container-fluid,.navbar-expand > .container-sm,.navbar-expand > .container-md,.navbar-expand > .container-lg,.navbar-expand > .container-xl,.navbar-expand > .container-xxl,.navbar-expand > .container-xxxl{ padding-right: 0;  padding-left: 0; }.navbar-expand .navbar-nav{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.navbar-expand .navbar-nav .dropdown-menu{ position: absolute; }.navbar-expand .navbar-nav .nav-link{ padding-right: .5rem;  padding-left: .5rem; }.navbar-expand > .container,.navbar-expand > .container-fluid,.navbar-expand > .container-sm,.navbar-expand > .container-md,.navbar-expand > .container-lg,.navbar-expand > .container-xl,.navbar-expand > .container-xxl,.navbar-expand > .container-xxxl{ -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }.navbar-expand .navbar-collapse{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  -webkit-flex-basis: auto; flex-basis: auto; }.navbar-expand .navbar-toggler{ display: none; }.navbar-light .navbar-brand{ color: rgba(0,0,0,.9); }.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{ color: rgba(0,0,0,.9); }.navbar-light .navbar-nav .nav-link{ color: rgba(0,0,0,.5); }.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{ color: rgba(0,0,0,.7); }.navbar-light .navbar-nav .nav-link.disabled{ color: rgba(0,0,0,.3); }.navbar-light .navbar-nav .show > .nav-link,.navbar-light .navbar-nav .active > .nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{ color: rgba(0,0,0,.9); }.navbar-light .navbar-toggler{ color: rgba(0,0,0,.5);  border-color: rgba(0,0,0,.1); }.navbar-light .navbar-toggler-icon{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='35' height='30' viewBox='0 0 35 30'%3e%3cpath stroke='%23d13627' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }.navbar-light .navbar-text{ color: rgba(0,0,0,.5); }.navbar-light .navbar-text a{ color: rgba(0,0,0,.9); }.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{ color: rgba(0,0,0,.9); }.navbar-dark .navbar-brand{ color: #fff; }.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{ color: #fff; }.navbar-dark .navbar-nav .nav-link{ color: rgba(255,255,255,.5); }.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{ color: rgba(255,255,255,.75); }.navbar-dark .navbar-nav .nav-link.disabled{ color: rgba(255,255,255,.25); }.navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .active > .nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{ color: #fff; }.navbar-dark .navbar-toggler{ color: rgba(255,255,255,.5);  border-color: rgba(255,255,255,.1); }.navbar-dark .navbar-toggler-icon{ background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }.navbar-dark .navbar-text{ color: rgba(255,255,255,.5); }.navbar-dark .navbar-text a{ color: #fff; }.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{ color: #fff; }.card{ position: relative;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  min-width: 0;  word-wrap: break-word;  background-color: #fff;  background-clip: border-box;  border: 1px solid rgba(0,0,0,.125); }.card > hr{ margin-right: 0;  margin-left: 0; }.card-body{ -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto;  min-height: 1px;  padding: 1.25rem; }.card-title{ margin-bottom: .75rem; }.card-subtitle{ margin-top: -.375rem;  margin-bottom: 0; }.card-text:last-child{ margin-bottom: 0; }.card-link:hover{ text-decoration: none; }.card-link + .card-link{ margin-left: 1.25rem; }.card-header{ padding: .75rem 1.25rem;  margin-bottom: 0;  background-color: rgba(0,0,0,.03);  border-bottom: 1px solid rgba(0,0,0,.125); }.card-header + .list-group .list-group-item:first-child{ border-top: 0; }.card-footer{ padding: .75rem 1.25rem;  background-color: rgba(0,0,0,.03);  border-top: 1px solid rgba(0,0,0,.125); }.card-header-tabs{ margin-right: -.625rem;  margin-bottom: -.75rem;  margin-left: -.625rem;  border-bottom: 0; }.card-header-pills{ margin-right: -.625rem;  margin-left: -.625rem; }.card-img-overlay{ position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  padding: 1.25rem; }.card-img,.card-img-top,.card-img-bottom{ -webkit-flex-shrink: 0; flex-shrink: 0;  width: 100%; }.card-deck .card{ margin-bottom: 15px; }@media (min-width:576px){.card-deck{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap;  margin-right: -15px;  margin-left: -15px; }.card-deck .card{ -webkit-flex: 1 0 0%; -ms-flex: 1 0 0%; flex: 1 0 0%;  margin-right: 15px;  margin-bottom: 0;  margin-left: 15px; }}.card-group > .card{ margin-bottom: 15px; }@media (min-width:576px){.card-group{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }.card-group > .card{ -webkit-flex: 1 0 0%; -ms-flex: 1 0 0%; flex: 1 0 0%;  margin-bottom: 0; }.card-group > .card + .card{ margin-left: 0;  border-left: 0; }}.card-columns .card{ margin-bottom: .75rem; }@media (min-width:576px){.card-columns{ -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;  -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem;  orphans: 1;  widows: 1; }.card-columns .card{ display: inline-block;  width: 100%; }}.accordion > .card{ overflow: hidden; }.accordion > .card:not(:last-of-type){ border-bottom: 0; }.accordion > .card > .card-header{ margin-bottom: -1px; }.breadcrumb{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  padding: .75rem 1rem;  margin-bottom: 1rem;  list-style: none;  background-color: transparent; }.breadcrumb-item + .breadcrumb-item{ padding-left: .5rem; }.breadcrumb-item + .breadcrumb-item::before{ display: inline-block;  padding-right: .5rem;  color: #6c757d;  content: "/"; }.breadcrumb-item + .breadcrumb-item:hover::before{ text-decoration: underline; }.breadcrumb-item + .breadcrumb-item:hover::before{ text-decoration: none; }.breadcrumb-item.active{ color: #6c757d; }.pagination,ul.tx-indexedsearch-browsebox{ display: -ms-flexbox; display: -webkit-flex; display: flex;  padding-left: 0;  list-style: none; }.page-link,ul.tx-indexedsearch-browsebox li a{ position: relative;  display: block;  padding: .5rem .35rem;  margin-left: -1px;  line-height: 1.25;  color: #fff;  background-color: #D13627;  border: 1px solid #D13627; }.page-link:hover,ul.tx-indexedsearch-browsebox li a:hover{ z-index: 2;  color: #fff;  text-decoration: none;  background-color: #c43325;  border-color: #c43325; }.page-link:focus,ul.tx-indexedsearch-browsebox li a:focus{ z-index: 3;  outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); box-shadow: 0 0 0 .2rem rgba(209,54,39,.25); }.page-item:first-child .page-link,ul.tx-indexedsearch-browsebox li:first-child .page-link,.page-item:first-child ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-item:first-child a,ul.tx-indexedsearch-browsebox li:first-child li a,ul.tx-indexedsearch-browsebox li li:first-child a{ margin-left: 0; }.page-item.active .page-link,ul.tx-indexedsearch-browsebox li.active .page-link,.page-item.active ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-item.active a,ul.tx-indexedsearch-browsebox li.active li a,ul.tx-indexedsearch-browsebox li li.active a{ z-index: 3;  color: #fff;  background-color: #D13627;  border-color: #D13627; }.page-item.disabled .page-link,ul.tx-indexedsearch-browsebox li.disabled .page-link,.page-item.disabled ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-item.disabled a,ul.tx-indexedsearch-browsebox li.disabled li a,ul.tx-indexedsearch-browsebox li li.disabled a{ color: #6c757d;  pointer-events: none;  cursor: auto;  background-color: #fff;  border-color: #dee2e6; }.pagination-lg .page-link,.pagination-lg ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .pagination-lg a{ padding: .75rem 1.5rem;  font-size: 1.1875rem;  line-height: 1.5; }.pagination-sm .page-link,.pagination-sm ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .pagination-sm a{ padding: .25rem .5rem;  font-size: .83125rem;  line-height: 1.5; }.badge{ display: inline-block;  padding: .25em .4em;  font-size: 75%;  font-weight: 500;  line-height: 1;  text-align: center;  white-space: nowrap;  vertical-align: baseline;  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }@media (prefers-reduced-motion:reduce){.badge{ -webkit-transition: none; transition: none; }}a.badge:hover,a.badge:focus{ text-decoration: none; }.badge:empty{ display: none; }.btn .badge{ position: relative;  top: -1px; }.badge-pill{ padding-right: .6em;  padding-left: .6em; }.badge-primary{ color: #fff;  background-color: #D13627; }a.badge-primary:hover,a.badge-primary:focus{ color: #fff;  background-color: #a62b1f; }a.badge-primary:focus,a.badge-primary.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); }.badge-secondary{ color: #fff;  background-color: #234B59; }a.badge-secondary:hover,a.badge-secondary:focus{ color: #fff;  background-color: #152c34; }a.badge-secondary:focus,a.badge-secondary.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(35,75,89,.5); box-shadow: 0 0 0 .2rem rgba(35,75,89,.5); }.badge-success{ color: #fff;  background-color: #28a745; }a.badge-success:hover,a.badge-success:focus{ color: #fff;  background-color: #1e7e34; }a.badge-success:focus,a.badge-success.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.5); box-shadow: 0 0 0 .2rem rgba(40,167,69,.5); }.badge-info{ color: #fff;  background-color: #17a2b8; }a.badge-info:hover,a.badge-info:focus{ color: #fff;  background-color: #117a8b; }a.badge-info:focus,a.badge-info.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(23,162,184,.5); box-shadow: 0 0 0 .2rem rgba(23,162,184,.5); }.badge-warning{ color: #212529;  background-color: #F7A600; }a.badge-warning:hover,a.badge-warning:focus{ color: #212529;  background-color: #c48400; }a.badge-warning:focus,a.badge-warning.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); }.badge-danger{ color: #fff;  background-color: #D13627; }a.badge-danger:hover,a.badge-danger:focus{ color: #fff;  background-color: #a62b1f; }a.badge-danger:focus,a.badge-danger.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); box-shadow: 0 0 0 .2rem rgba(209,54,39,.5); }.badge-light{ color: #212529;  background-color: #f8f9fa; }a.badge-light:hover,a.badge-light:focus{ color: #212529;  background-color: #dae0e5; }a.badge-light:focus,a.badge-light.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); }.badge-dark{ color: #fff;  background-color: #343a40; }a.badge-dark:hover,a.badge-dark:focus{ color: #fff;  background-color: #1d2124; }a.badge-dark:focus,a.badge-dark.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); }.badge-tertiary{ color: #212529;  background-color: #F7A600; }a.badge-tertiary:hover,a.badge-tertiary:focus{ color: #212529;  background-color: #c48400; }a.badge-tertiary:focus,a.badge-tertiary.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); box-shadow: 0 0 0 .2rem rgba(247,166,0,.5); }.badge-quaternary{ color: #212529;  background-color: #EEB59F; }a.badge-quaternary:hover,a.badge-quaternary:focus{ color: #212529;  background-color: #e69474; }a.badge-quaternary:focus,a.badge-quaternary.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(238,181,159,.5); box-shadow: 0 0 0 .2rem rgba(238,181,159,.5); }.badge-primary-lighten{ color: #fff;  background-color: #DC6248; }a.badge-primary-lighten:hover,a.badge-primary-lighten:focus{ color: #fff;  background-color: #ca4327; }a.badge-primary-lighten:focus,a.badge-primary-lighten.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(220,98,72,.5); box-shadow: 0 0 0 .2rem rgba(220,98,72,.5); }.badge-secondary-lighten-1{ color: #fff;  background-color: #4C6672; }a.badge-secondary-lighten-1:hover,a.badge-secondary-lighten-1:focus{ color: #fff;  background-color: #384b53; }a.badge-secondary-lighten-1:focus,a.badge-secondary-lighten-1.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(76,102,114,.5); box-shadow: 0 0 0 .2rem rgba(76,102,114,.5); }.badge-secondary-lighten-2{ color: #212529;  background-color: #A0A9B1; }a.badge-secondary-lighten-2:hover,a.badge-secondary-lighten-2:focus{ color: #212529;  background-color: #84909a; }a.badge-secondary-lighten-2:focus,a.badge-secondary-lighten-2.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(160,169,177,.5); box-shadow: 0 0 0 .2rem rgba(160,169,177,.5); }.badge-gray-100{ color: #212529;  background-color: #f8f9fa; }a.badge-gray-100:hover,a.badge-gray-100:focus{ color: #212529;  background-color: #dae0e5; }a.badge-gray-100:focus,a.badge-gray-100.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); box-shadow: 0 0 0 .2rem rgba(248,249,250,.5); }.badge-gray-200{ color: #212529;  background-color: #e9ecef; }a.badge-gray-200:hover,a.badge-gray-200:focus{ color: #212529;  background-color: #cbd3da; }a.badge-gray-200:focus,a.badge-gray-200.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(233,236,239,.5); box-shadow: 0 0 0 .2rem rgba(233,236,239,.5); }.badge-gray-300{ color: #212529;  background-color: #dee2e6; }a.badge-gray-300:hover,a.badge-gray-300:focus{ color: #212529;  background-color: #c1c9d0; }a.badge-gray-300:focus,a.badge-gray-300.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(222,226,230,.5); box-shadow: 0 0 0 .2rem rgba(222,226,230,.5); }.badge-gray-400{ color: #212529;  background-color: #ced4da; }a.badge-gray-400:hover,a.badge-gray-400:focus{ color: #212529;  background-color: #b1bbc4; }a.badge-gray-400:focus,a.badge-gray-400.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(206,212,218,.5); box-shadow: 0 0 0 .2rem rgba(206,212,218,.5); }.badge-gray-500{ color: #212529;  background-color: #adb5bd; }a.badge-gray-500:hover,a.badge-gray-500:focus{ color: #212529;  background-color: #919ca6; }a.badge-gray-500:focus,a.badge-gray-500.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(173,181,189,.5); box-shadow: 0 0 0 .2rem rgba(173,181,189,.5); }.badge-gray-600{ color: #fff;  background-color: #6c757d; }a.badge-gray-600:hover,a.badge-gray-600:focus{ color: #fff;  background-color: #545b62; }a.badge-gray-600:focus,a.badge-gray-600.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(108,117,125,.5); box-shadow: 0 0 0 .2rem rgba(108,117,125,.5); }.badge-gray-700{ color: #fff;  background-color: #495057; }a.badge-gray-700:hover,a.badge-gray-700:focus{ color: #fff;  background-color: #32373b; }a.badge-gray-700:focus,a.badge-gray-700.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(73,80,87,.5); box-shadow: 0 0 0 .2rem rgba(73,80,87,.5); }.badge-gray-800{ color: #fff;  background-color: #343a40; }a.badge-gray-800:hover,a.badge-gray-800:focus{ color: #fff;  background-color: #1d2124; }a.badge-gray-800:focus,a.badge-gray-800.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); box-shadow: 0 0 0 .2rem rgba(52,58,64,.5); }.badge-gray-900{ color: #fff;  background-color: #212529; }a.badge-gray-900:hover,a.badge-gray-900:focus{ color: #fff;  background-color: #0a0c0d; }a.badge-gray-900:focus,a.badge-gray-900.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(33,37,41,.5); box-shadow: 0 0 0 .2rem rgba(33,37,41,.5); }.badge-gray-105{ color: #212529;  background-color: #DFE0E2; }a.badge-gray-105:hover,a.badge-gray-105:focus{ color: #212529;  background-color: #c4c6ca; }a.badge-gray-105:focus,a.badge-gray-105.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(223,224,226,.5); box-shadow: 0 0 0 .2rem rgba(223,224,226,.5); }.badge-gray-705{ color: #fff;  background-color: #758490; }a.badge-gray-705:hover,a.badge-gray-705:focus{ color: #fff;  background-color: #5e6a74; }a.badge-gray-705:focus,a.badge-gray-705.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(117,132,144,.5); box-shadow: 0 0 0 .2rem rgba(117,132,144,.5); }.badge-black{ color: #fff;  background-color: #000; }a.badge-black:hover,a.badge-black:focus{ color: #fff;  background-color: black; }a.badge-black:focus,a.badge-black.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(0,0,0,.5); box-shadow: 0 0 0 .2rem rgba(0,0,0,.5); }.badge-white{ color: #212529;  background-color: #fff; }a.badge-white:hover,a.badge-white:focus{ color: #212529;  background-color: #e6e6e6; }a.badge-white:focus,a.badge-white.focus{ outline: 0;  -webkit-box-shadow: 0 0 0 .2rem rgba(255,255,255,.5); box-shadow: 0 0 0 .2rem rgba(255,255,255,.5); }.jumbotron{ padding: 2rem 1rem;  margin-bottom: 2rem;  background-color: #e9ecef; }@media (min-width:576px){.jumbotron{ padding: 4rem 2rem; }}.jumbotron-fluid{ padding-right: 0;  padding-left: 0; }.alert{ position: relative;  padding: .75rem 1.25rem;  margin-bottom: 1rem;  border: 1px solid transparent; }.alert-heading{ color: inherit; }.alert-link{ font-weight: 500; }.alert-dismissible{ padding-right: 3.925rem; }.alert-dismissible .close{ position: absolute;  top: 0;  right: 0;  padding: .75rem 1.25rem;  color: inherit; }.alert-primary{ color: #6d1c14;  background-color: #f6d7d4;  border-color: #f2c7c3; }.alert-primary hr{ border-top-color: #eeb3ad; }.alert-primary .alert-link{ color: #42110c; }.alert-secondary{ color: #12272e;  background-color: #d3dbde;  border-color: #c1cdd1; }.alert-secondary hr{ border-top-color: #b3c1c6; }.alert-secondary .alert-link{ color: #04080a; }.alert-success{ color: #155724;  background-color: #d4edda;  border-color: #c3e6cb; }.alert-success hr{ border-top-color: #b1dfbb; }.alert-success .alert-link{ color: #0b2e13; }.alert-info,.alert-welcome{ color: #0c5460;  background-color: #d1ecf1;  border-color: #bee5eb; }.alert-info hr,.alert-welcome hr{ border-top-color: #abdde5; }.alert-info .alert-link,.alert-welcome .alert-link{ color: #062c32; }.alert-warning{ color: #805600;  background-color: #fdedcc;  border-color: #fde6b8; }.alert-warning hr{ border-top-color: #fcdd9f; }.alert-warning .alert-link{ color: #4d3400; }.alert-danger,.alert-error{ color: #6d1c14;  background-color: #f6d7d4;  border-color: #f2c7c3; }.alert-danger hr,.alert-error hr{ border-top-color: #eeb3ad; }.alert-danger .alert-link,.alert-error .alert-link{ color: #42110c; }.alert-light{ color: #818182;  background-color: #fefefe;  border-color: #fdfdfe; }.alert-light hr{ border-top-color: #f1f1f1; }.alert-light .alert-link{ color: #686868; }.alert-dark{ color: #1b1e21;  background-color: #d6d8d9;  border-color: #c6c8ca; }.alert-dark hr{ border-top-color: #b9bbbd; }.alert-dark .alert-link{ color: #040505; }.alert-tertiary{ color: #805600;  background-color: #fdedcc;  border-color: #fde6b8; }.alert-tertiary hr{ border-top-color: #fcdd9f; }.alert-tertiary .alert-link{ color: #4d3400; }.alert-quaternary{ color: #7c5e53;  background-color: #fcf0ec;  border-color: #faeae4; }.alert-quaternary hr{ border-top-color: #f6dace; }.alert-quaternary .alert-link{ color: #5d473e; }.alert-primary-lighten{ color: #723325;  background-color: #f8e0da;  border-color: #f5d3cc; }.alert-primary-lighten hr{ border-top-color: #f1c1b6; }.alert-primary-lighten .alert-link{ color: #4c2219; }.alert-secondary-lighten-1{ color: #28353b;  background-color: #dbe0e3;  border-color: #cdd4d8; }.alert-secondary-lighten-1 hr{ border-top-color: #bfc8cc; }.alert-secondary-lighten-1 .alert-link{ color: #131a1d; }.alert-secondary-lighten-2{ color: #53585c;  background-color: #eceeef;  border-color: #e4e7e9; }.alert-secondary-lighten-2 hr{ border-top-color: #d6dade; }.alert-secondary-lighten-2 .alert-link{ color: #3b3e41; }.alert-gray-100{ color: #818182;  background-color: #fefefe;  border-color: #fdfdfe; }.alert-gray-100 hr{ border-top-color: #f1f1f1; }.alert-gray-100 .alert-link{ color: #686868; }.alert-gray-200{ color: #797b7c;  background-color: #fbfbfc;  border-color: #f9fafb; }.alert-gray-200 hr{ border-top-color: #eaedf0; }.alert-gray-200 .alert-link{ color: #606162; }.alert-gray-300{ color: #737678;  background-color: #f8f9fa;  border-color: #f6f7f8; }.alert-gray-300 hr{ border-top-color: #e7eaed; }.alert-gray-300 .alert-link{ color: #5a5c5e; }.alert-gray-400{ color: #6b6e71;  background-color: #f5f6f8;  border-color: #f1f3f5; }.alert-gray-400 hr{ border-top-color: #e3e6ea; }.alert-gray-400 .alert-link{ color: #525557; }.alert-gray-500{ color: #5a5e62;  background-color: #eff0f2;  border-color: #e8eaed; }.alert-gray-500 hr{ border-top-color: #dadee1; }.alert-gray-500 .alert-link{ color: #424548; }.alert-gray-600{ color: #383d41;  background-color: #e2e3e5;  border-color: #d6d8db; }.alert-gray-600 hr{ border-top-color: #c8cccf; }.alert-gray-600 .alert-link{ color: #212326; }.alert-gray-700{ color: #262a2d;  background-color: #dbdcdd;  border-color: #ccced0; }.alert-gray-700 hr{ border-top-color: #bfc1c4; }.alert-gray-700 .alert-link{ color: #0f1012; }.alert-gray-800{ color: #1b1e21;  background-color: #d6d8d9;  border-color: #c6c8ca; }.alert-gray-800 hr{ border-top-color: #b9bbbd; }.alert-gray-800 .alert-link{ color: #040505; }.alert-gray-900{ color: #111315;  background-color: #d3d3d4;  border-color: #c1c2c3; }.alert-gray-900 hr{ border-top-color: #b4b5b7; }.alert-gray-900 .alert-link{ color: black; }.alert-gray-105{ color: #747476;  background-color: #f9f9f9;  border-color: #f6f6f7; }.alert-gray-105 hr{ border-top-color: #eaeaea; }.alert-gray-105 .alert-link{ color: #5b5b5c; }.alert-gray-705{ color: #3d454b;  background-color: #e3e6e9;  border-color: #d8dde0; }.alert-gray-705 hr{ border-top-color: #cad0d5; }.alert-gray-705 .alert-link{ color: #262b2f; }.alert-black{ color: black;  background-color: #ccc;  border-color: #b8b8b8; }.alert-black hr{ border-top-color: #ababab; }.alert-black .alert-link{ color: black; }.alert-white{ color: #858585;  background-color: white;  border-color: white; }.alert-white hr{ border-top-color: #f2f2f2; }.alert-white .alert-link{ color: #6b6b6b; }@keyframes progress-bar-stripes{from{ background-position: 1rem 0; }to{ background-position: 0 0; }}.progress{ display: -ms-flexbox; display: -webkit-flex; display: flex;  height: 1rem;  overflow: hidden;  font-size: .7125rem;  background-color: #e9ecef; }.progress-bar{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  overflow: hidden;  color: #fff;  text-align: center;  white-space: nowrap;  background-color: #D13627;  -webkit-transition: width .6s ease; transition: width .6s ease; }@media (prefers-reduced-motion:reduce){.progress-bar{ -webkit-transition: none; transition: none; }}.progress-bar-striped{ background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);  background-size: 1rem 1rem; }.progress-bar-animated{ -webkit-animation: progress-bar-stripes 1s linear infinite; animation: progress-bar-stripes 1s linear infinite; }@media (prefers-reduced-motion:reduce){.progress-bar-animated{ -webkit-animation: none; animation: none; }}.media{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }.media-body{ -webkit-flex: 1; -ms-flex: 1; flex: 1; }.list-group{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  padding-left: 0;  margin-bottom: 0; }.list-group-item-action{ width: 100%;  color: #495057;  text-align: inherit; }.list-group-item-action:hover,.list-group-item-action:focus{ z-index: 1;  color: #495057;  text-decoration: none;  background-color: #f8f9fa; }.list-group-item-action:active{ color: #234B59;  background-color: #e9ecef; }.list-group-item{ position: relative;  display: block;  padding: .75rem 1.25rem;  background-color: #fff;  border: 1px solid rgba(0,0,0,.125); }.list-group-item.disabled,.list-group-item:disabled{ color: #6c757d;  pointer-events: none;  background-color: #fff; }.list-group-item.active{ z-index: 2;  color: #fff;  background-color: #D13627;  border-color: #D13627; }.list-group-item + .list-group-item{ border-top-width: 0; }.list-group-item + .list-group-item.active{ margin-top: -1px;  border-top-width: 1px; }.list-group-horizontal{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.list-group-horizontal .list-group-item.active{ margin-top: 0; }.list-group-horizontal .list-group-item + .list-group-item{ border-top-width: 1px;  border-left-width: 0; }.list-group-horizontal .list-group-item + .list-group-item.active{ margin-left: -1px;  border-left-width: 1px; }@media (min-width:576px){.list-group-horizontal-sm{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.list-group-horizontal-sm .list-group-item.active{ margin-top: 0; }.list-group-horizontal-sm .list-group-item + .list-group-item{ border-top-width: 1px;  border-left-width: 0; }.list-group-horizontal-sm .list-group-item + .list-group-item.active{ margin-left: -1px;  border-left-width: 1px; }}@media (min-width:768px){.list-group-horizontal-md{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.list-group-horizontal-md .list-group-item.active{ margin-top: 0; }.list-group-horizontal-md .list-group-item + .list-group-item{ border-top-width: 1px;  border-left-width: 0; }.list-group-horizontal-md .list-group-item + .list-group-item.active{ margin-left: -1px;  border-left-width: 1px; }}@media (min-width:992px){.list-group-horizontal-lg{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.list-group-horizontal-lg .list-group-item.active{ margin-top: 0; }.list-group-horizontal-lg .list-group-item + .list-group-item{ border-top-width: 1px;  border-left-width: 0; }.list-group-horizontal-lg .list-group-item + .list-group-item.active{ margin-left: -1px;  border-left-width: 1px; }}@media (min-width:1200px){.list-group-horizontal-xl{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.list-group-horizontal-xl .list-group-item.active{ margin-top: 0; }.list-group-horizontal-xl .list-group-item + .list-group-item{ border-top-width: 1px;  border-left-width: 0; }.list-group-horizontal-xl .list-group-item + .list-group-item.active{ margin-left: -1px;  border-left-width: 1px; }}@media (min-width:1280px){.list-group-horizontal-mxl{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.list-group-horizontal-mxl .list-group-item.active{ margin-top: 0; }.list-group-horizontal-mxl .list-group-item + .list-group-item{ border-top-width: 1px;  border-left-width: 0; }.list-group-horizontal-mxl .list-group-item + .list-group-item.active{ margin-left: -1px;  border-left-width: 1px; }}@media (min-width:1400px){.list-group-horizontal-xxl{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.list-group-horizontal-xxl .list-group-item.active{ margin-top: 0; }.list-group-horizontal-xxl .list-group-item + .list-group-item{ border-top-width: 1px;  border-left-width: 0; }.list-group-horizontal-xxl .list-group-item + .list-group-item.active{ margin-left: -1px;  border-left-width: 1px; }}@media (min-width:1600px){.list-group-horizontal-xxxl{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.list-group-horizontal-xxxl .list-group-item.active{ margin-top: 0; }.list-group-horizontal-xxxl .list-group-item + .list-group-item{ border-top-width: 1px;  border-left-width: 0; }.list-group-horizontal-xxxl .list-group-item + .list-group-item.active{ margin-left: -1px;  border-left-width: 1px; }}@media (min-width:2600px){.list-group-horizontal-xxxxxl{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }.list-group-horizontal-xxxxxl .list-group-item.active{ margin-top: 0; }.list-group-horizontal-xxxxxl .list-group-item + .list-group-item{ border-top-width: 1px;  border-left-width: 0; }.list-group-horizontal-xxxxxl .list-group-item + .list-group-item.active{ margin-left: -1px;  border-left-width: 1px; }}.list-group-flush .list-group-item{ border-right-width: 0;  border-left-width: 0; }.list-group-flush .list-group-item:first-child{ border-top-width: 0; }.list-group-flush:last-child .list-group-item:last-child{ border-bottom-width: 0; }.list-group-item-primary{ color: #6d1c14;  background-color: #f2c7c3; }.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{ color: #6d1c14;  background-color: #eeb3ad; }.list-group-item-primary.list-group-item-action.active{ color: #fff;  background-color: #6d1c14;  border-color: #6d1c14; }.list-group-item-secondary{ color: #12272e;  background-color: #c1cdd1; }.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{ color: #12272e;  background-color: #b3c1c6; }.list-group-item-secondary.list-group-item-action.active{ color: #fff;  background-color: #12272e;  border-color: #12272e; }.list-group-item-success{ color: #155724;  background-color: #c3e6cb; }.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{ color: #155724;  background-color: #b1dfbb; }.list-group-item-success.list-group-item-action.active{ color: #fff;  background-color: #155724;  border-color: #155724; }.list-group-item-info{ color: #0c5460;  background-color: #bee5eb; }.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{ color: #0c5460;  background-color: #abdde5; }.list-group-item-info.list-group-item-action.active{ color: #fff;  background-color: #0c5460;  border-color: #0c5460; }.list-group-item-warning{ color: #805600;  background-color: #fde6b8; }.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{ color: #805600;  background-color: #fcdd9f; }.list-group-item-warning.list-group-item-action.active{ color: #fff;  background-color: #805600;  border-color: #805600; }.list-group-item-danger{ color: #6d1c14;  background-color: #f2c7c3; }.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{ color: #6d1c14;  background-color: #eeb3ad; }.list-group-item-danger.list-group-item-action.active{ color: #fff;  background-color: #6d1c14;  border-color: #6d1c14; }.list-group-item-light{ color: #818182;  background-color: #fdfdfe; }.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{ color: #818182;  background-color: #f1f1f1; }.list-group-item-light.list-group-item-action.active{ color: #fff;  background-color: #818182;  border-color: #818182; }.list-group-item-dark{ color: #1b1e21;  background-color: #c6c8ca; }.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{ color: #1b1e21;  background-color: #b9bbbd; }.list-group-item-dark.list-group-item-action.active{ color: #fff;  background-color: #1b1e21;  border-color: #1b1e21; }.list-group-item-tertiary{ color: #805600;  background-color: #fde6b8; }.list-group-item-tertiary.list-group-item-action:hover,.list-group-item-tertiary.list-group-item-action:focus{ color: #805600;  background-color: #fcdd9f; }.list-group-item-tertiary.list-group-item-action.active{ color: #fff;  background-color: #805600;  border-color: #805600; }.list-group-item-quaternary{ color: #7c5e53;  background-color: #faeae4; }.list-group-item-quaternary.list-group-item-action:hover,.list-group-item-quaternary.list-group-item-action:focus{ color: #7c5e53;  background-color: #f6dace; }.list-group-item-quaternary.list-group-item-action.active{ color: #fff;  background-color: #7c5e53;  border-color: #7c5e53; }.list-group-item-primary-lighten{ color: #723325;  background-color: #f5d3cc; }.list-group-item-primary-lighten.list-group-item-action:hover,.list-group-item-primary-lighten.list-group-item-action:focus{ color: #723325;  background-color: #f1c1b6; }.list-group-item-primary-lighten.list-group-item-action.active{ color: #fff;  background-color: #723325;  border-color: #723325; }.list-group-item-secondary-lighten-1{ color: #28353b;  background-color: #cdd4d8; }.list-group-item-secondary-lighten-1.list-group-item-action:hover,.list-group-item-secondary-lighten-1.list-group-item-action:focus{ color: #28353b;  background-color: #bfc8cc; }.list-group-item-secondary-lighten-1.list-group-item-action.active{ color: #fff;  background-color: #28353b;  border-color: #28353b; }.list-group-item-secondary-lighten-2{ color: #53585c;  background-color: #e4e7e9; }.list-group-item-secondary-lighten-2.list-group-item-action:hover,.list-group-item-secondary-lighten-2.list-group-item-action:focus{ color: #53585c;  background-color: #d6dade; }.list-group-item-secondary-lighten-2.list-group-item-action.active{ color: #fff;  background-color: #53585c;  border-color: #53585c; }.list-group-item-gray-100{ color: #818182;  background-color: #fdfdfe; }.list-group-item-gray-100.list-group-item-action:hover,.list-group-item-gray-100.list-group-item-action:focus{ color: #818182;  background-color: #f1f1f1; }.list-group-item-gray-100.list-group-item-action.active{ color: #fff;  background-color: #818182;  border-color: #818182; }.list-group-item-gray-200{ color: #797b7c;  background-color: #f9fafb; }.list-group-item-gray-200.list-group-item-action:hover,.list-group-item-gray-200.list-group-item-action:focus{ color: #797b7c;  background-color: #eaedf0; }.list-group-item-gray-200.list-group-item-action.active{ color: #fff;  background-color: #797b7c;  border-color: #797b7c; }.list-group-item-gray-300{ color: #737678;  background-color: #f6f7f8; }.list-group-item-gray-300.list-group-item-action:hover,.list-group-item-gray-300.list-group-item-action:focus{ color: #737678;  background-color: #e7eaed; }.list-group-item-gray-300.list-group-item-action.active{ color: #fff;  background-color: #737678;  border-color: #737678; }.list-group-item-gray-400{ color: #6b6e71;  background-color: #f1f3f5; }.list-group-item-gray-400.list-group-item-action:hover,.list-group-item-gray-400.list-group-item-action:focus{ color: #6b6e71;  background-color: #e3e6ea; }.list-group-item-gray-400.list-group-item-action.active{ color: #fff;  background-color: #6b6e71;  border-color: #6b6e71; }.list-group-item-gray-500{ color: #5a5e62;  background-color: #e8eaed; }.list-group-item-gray-500.list-group-item-action:hover,.list-group-item-gray-500.list-group-item-action:focus{ color: #5a5e62;  background-color: #dadee1; }.list-group-item-gray-500.list-group-item-action.active{ color: #fff;  background-color: #5a5e62;  border-color: #5a5e62; }.list-group-item-gray-600{ color: #383d41;  background-color: #d6d8db; }.list-group-item-gray-600.list-group-item-action:hover,.list-group-item-gray-600.list-group-item-action:focus{ color: #383d41;  background-color: #c8cccf; }.list-group-item-gray-600.list-group-item-action.active{ color: #fff;  background-color: #383d41;  border-color: #383d41; }.list-group-item-gray-700{ color: #262a2d;  background-color: #ccced0; }.list-group-item-gray-700.list-group-item-action:hover,.list-group-item-gray-700.list-group-item-action:focus{ color: #262a2d;  background-color: #bfc1c4; }.list-group-item-gray-700.list-group-item-action.active{ color: #fff;  background-color: #262a2d;  border-color: #262a2d; }.list-group-item-gray-800{ color: #1b1e21;  background-color: #c6c8ca; }.list-group-item-gray-800.list-group-item-action:hover,.list-group-item-gray-800.list-group-item-action:focus{ color: #1b1e21;  background-color: #b9bbbd; }.list-group-item-gray-800.list-group-item-action.active{ color: #fff;  background-color: #1b1e21;  border-color: #1b1e21; }.list-group-item-gray-900{ color: #111315;  background-color: #c1c2c3; }.list-group-item-gray-900.list-group-item-action:hover,.list-group-item-gray-900.list-group-item-action:focus{ color: #111315;  background-color: #b4b5b7; }.list-group-item-gray-900.list-group-item-action.active{ color: #fff;  background-color: #111315;  border-color: #111315; }.list-group-item-gray-105{ color: #747476;  background-color: #f6f6f7; }.list-group-item-gray-105.list-group-item-action:hover,.list-group-item-gray-105.list-group-item-action:focus{ color: #747476;  background-color: #eaeaea; }.list-group-item-gray-105.list-group-item-action.active{ color: #fff;  background-color: #747476;  border-color: #747476; }.list-group-item-gray-705{ color: #3d454b;  background-color: #d8dde0; }.list-group-item-gray-705.list-group-item-action:hover,.list-group-item-gray-705.list-group-item-action:focus{ color: #3d454b;  background-color: #cad0d5; }.list-group-item-gray-705.list-group-item-action.active{ color: #fff;  background-color: #3d454b;  border-color: #3d454b; }.list-group-item-black{ color: black;  background-color: #b8b8b8; }.list-group-item-black.list-group-item-action:hover,.list-group-item-black.list-group-item-action:focus{ color: black;  background-color: #ababab; }.list-group-item-black.list-group-item-action.active{ color: #fff;  background-color: black;  border-color: black; }.list-group-item-white{ color: #858585;  background-color: white; }.list-group-item-white.list-group-item-action:hover,.list-group-item-white.list-group-item-action:focus{ color: #858585;  background-color: #f2f2f2; }.list-group-item-white.list-group-item-action.active{ color: #fff;  background-color: #858585;  border-color: #858585; }.close{ float: right;  font-size: 1.425rem;  font-weight: 500;  line-height: 1;  color: #000;  text-shadow: 0 1px 0 #fff;  opacity: .5; }@media (max-width:1200px){.close{ font-size: -webkit-calc(1.2675rem + .21vw); font-size: calc(1.2675rem + .21vw); }}.close:hover{ color: #000;  text-decoration: none; }.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{ opacity: .75; }button.close{ padding: 0;  background-color: transparent;  border: 0;  -webkit-appearance: none; -moz-appearance: none; appearance: none; }a.close.disabled{ pointer-events: none; }.toast{ max-width: 350px;  overflow: hidden;  font-size: .875rem;  background-color: rgba(255,255,255,.85);  background-clip: padding-box;  border: 1px solid rgba(0,0,0,.1);  -webkit-box-shadow: 0 .25rem .75rem rgba(0,0,0,.1); box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);  backdrop-filter: blur(10px);  opacity: 0; }.toast:not(:last-child){ margin-bottom: .75rem; }.toast.showing{ opacity: 1; }.toast.show{ display: block;  opacity: 1; }.toast.hide{ display: none; }.toast-header{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  padding: .25rem .75rem;  color: #6c757d;  background-color: rgba(255,255,255,.85);  background-clip: padding-box;  border-bottom: 1px solid rgba(0,0,0,.05); }.toast-body{ padding: .75rem; }.modal-open{ overflow: hidden; }.modal-open .modal{ overflow-x: hidden;  overflow-y: auto; }.modal{ position: fixed;  top: 0;  left: 0;  z-index: 1050;  display: none;  width: 100%;  height: 100%;  overflow: hidden;  outline: 0; }.modal-dialog{ position: relative;  width: auto;  margin: .5rem;  pointer-events: none; }.modal.fade .modal-dialog{ -webkit-transition: transform .3s ease-out; transition: transform .3s ease-out;  -webkit-transform: translate(0,-50px); -ms-transform: translate(0,-50px); transform: translate(0,-50px); }@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{ -webkit-transition: none; transition: none; }}.modal.show .modal-dialog{ -webkit-transform: none; -ms-transform: none; transform: none; }.modal.modal-static .modal-dialog{ -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); }.modal-dialog-scrollable{ display: -ms-flexbox; display: -webkit-flex; display: flex;  max-height: -webkit-calc(100% - 1rem); max-height: calc(100% - 1rem); }.modal-dialog-scrollable .modal-content{ max-height: -webkit-calc(100vh - 1rem); max-height: calc(100vh - 1rem);  overflow: hidden; }.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{ -webkit-flex-shrink: 0; flex-shrink: 0; }.modal-dialog-scrollable .modal-body{ overflow-y: auto; }.modal-dialog-centered{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  min-height: -webkit-calc(100% - 1rem); min-height: calc(100% - 1rem); }.modal-dialog-centered::before{ display: block;  height: -webkit-calc(100vh - 1rem); height: calc(100vh - 1rem);  content: ""; }.modal-dialog-centered.modal-dialog-scrollable{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  height: 100%; }.modal-dialog-centered.modal-dialog-scrollable .modal-content{ max-height: none; }.modal-dialog-centered.modal-dialog-scrollable::before{ content: none; }.modal-content{ position: relative;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  width: 100%;  pointer-events: auto;  background-color: #fff;  background-clip: padding-box;  border: 1px solid rgba(0,0,0,.2);  outline: 0; }.modal-backdrop{ position: fixed;  top: 0;  left: 0;  z-index: 1040;  width: 100vw;  height: 100vh;  background-color: #000; }.modal-backdrop.fade{ opacity: 0; }.modal-backdrop.show{ opacity: .5; }.modal-header{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;  padding: 1rem 1rem;  border-bottom: 1px solid #dee2e6; }.modal-header .close{ padding: 1rem 1rem;  margin: -1rem -1rem -1rem auto; }.modal-title{ margin-bottom: 0;  line-height: 1.5; }.modal-body{ position: relative;  -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto;  padding: 1rem; }.modal-footer{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end;  padding: .75rem;  border-top: 1px solid #dee2e6; }.modal-footer > *{ margin: .25rem; }.modal-scrollbar-measure{ position: absolute;  top: -9999px;  width: 50px;  height: 50px;  overflow: scroll; }@media (min-width:576px){.modal-dialog{ max-width: 500px;  margin: 1.75rem auto; }.modal-dialog-scrollable{ max-height: -webkit-calc(100% - 3.5rem); max-height: calc(100% - 3.5rem); }.modal-dialog-scrollable .modal-content{ max-height: -webkit-calc(100vh - 3.5rem); max-height: calc(100vh - 3.5rem); }.modal-dialog-centered{ min-height: -webkit-calc(100% - 3.5rem); min-height: calc(100% - 3.5rem); }.modal-dialog-centered::before{ height: -webkit-calc(100vh - 3.5rem); height: calc(100vh - 3.5rem); }.modal-sm{ max-width: 300px; }}@media (min-width:992px){.modal-lg,.modal-xl{ max-width: 800px; }}@media (min-width:1200px){.modal-xl{ max-width: 1140px; }}.tooltip{ position: absolute;  z-index: 1070;  display: block;  margin: 0;  font-family: "Roboto Condensed",arial,sans-serif;  font-style: normal;  font-weight: 300;  line-height: 1.5;  text-align: left;  text-align: start;  text-decoration: none;  text-shadow: none;  text-transform: none;  letter-spacing: normal;  word-break: normal;  word-spacing: normal;  white-space: normal;  line-break: auto;  font-size: .83125rem;  word-wrap: break-word;  opacity: 0; }.tooltip.show{ opacity: .9; }.tooltip .arrow{ position: absolute;  display: block;  width: .8rem;  height: .4rem; }.tooltip .arrow::before{ position: absolute;  content: "";  border-color: transparent;  border-style: solid; }.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{ padding: .4rem 0; }.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow{ bottom: 0; }.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before{ top: 0;  border-width: .4rem .4rem 0;  border-top-color: #000; }.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{ padding: 0 .4rem; }.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{ left: 0;  width: .4rem;  height: .8rem; }.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{ right: 0;  border-width: .4rem .4rem .4rem 0;  border-right-color: #000; }.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{ padding: .4rem 0; }.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow{ top: 0; }.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before{ bottom: 0;  border-width: 0 .4rem .4rem;  border-bottom-color: #000; }.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{ padding: 0 .4rem; }.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{ right: 0;  width: .4rem;  height: .8rem; }.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{ left: 0;  border-width: .4rem 0 .4rem .4rem;  border-left-color: #000; }.tooltip-inner{ max-width: 200px;  padding: .25rem .5rem;  color: #fff;  text-align: center;  background-color: #000; }.popover{ position: absolute;  top: 0;  left: 0;  z-index: 1060;  display: block;  max-width: 276px;  font-family: "Roboto Condensed",arial,sans-serif;  font-style: normal;  font-weight: 300;  line-height: 1.5;  text-align: left;  text-align: start;  text-decoration: none;  text-shadow: none;  text-transform: none;  letter-spacing: normal;  word-break: normal;  word-spacing: normal;  white-space: normal;  line-break: auto;  font-size: .83125rem;  word-wrap: break-word;  background-color: #fff;  background-clip: padding-box;  border: 1px solid rgba(0,0,0,.2); }.popover .arrow{ position: absolute;  display: block;  width: 1rem;  height: .5rem;  margin: 0 .3rem; }.popover .arrow::before,.popover .arrow::after{ position: absolute;  display: block;  content: "";  border-color: transparent;  border-style: solid; }.bs-popover-top,.bs-popover-auto[x-placement^="top"]{ margin-bottom: .5rem; }.bs-popover-top > .arrow,.bs-popover-auto[x-placement^="top"] > .arrow{ bottom: -webkit-calc(-.5rem - 1px); bottom: calc(-.5rem - 1px); }.bs-popover-top > .arrow::before,.bs-popover-auto[x-placement^="top"] > .arrow::before{ bottom: 0;  border-width: .5rem .5rem 0;  border-top-color: rgba(0,0,0,.25); }.bs-popover-top > .arrow::after,.bs-popover-auto[x-placement^="top"] > .arrow::after{ bottom: 1px;  border-width: .5rem .5rem 0;  border-top-color: #fff; }.bs-popover-right,.bs-popover-auto[x-placement^="right"]{ margin-left: .5rem; }.bs-popover-right > .arrow,.bs-popover-auto[x-placement^="right"] > .arrow{ left: -webkit-calc(-.5rem - 1px); left: calc(-.5rem - 1px);  width: .5rem;  height: 1rem;  margin: .3rem 0; }.bs-popover-right > .arrow::before,.bs-popover-auto[x-placement^="right"] > .arrow::before{ left: 0;  border-width: .5rem .5rem .5rem 0;  border-right-color: rgba(0,0,0,.25); }.bs-popover-right > .arrow::after,.bs-popover-auto[x-placement^="right"] > .arrow::after{ left: 1px;  border-width: .5rem .5rem .5rem 0;  border-right-color: #fff; }.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{ margin-top: .5rem; }.bs-popover-bottom > .arrow,.bs-popover-auto[x-placement^="bottom"] > .arrow{ top: -webkit-calc(-.5rem - 1px); top: calc(-.5rem - 1px); }.bs-popover-bottom > .arrow::before,.bs-popover-auto[x-placement^="bottom"] > .arrow::before{ top: 0;  border-width: 0 .5rem .5rem .5rem;  border-bottom-color: rgba(0,0,0,.25); }.bs-popover-bottom > .arrow::after,.bs-popover-auto[x-placement^="bottom"] > .arrow::after{ top: 1px;  border-width: 0 .5rem .5rem .5rem;  border-bottom-color: #fff; }.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before{ position: absolute;  top: 0;  left: 50%;  display: block;  width: 1rem;  margin-left: -.5rem;  content: "";  border-bottom: 1px solid #f7f7f7; }.bs-popover-left,.bs-popover-auto[x-placement^="left"]{ margin-right: .5rem; }.bs-popover-left > .arrow,.bs-popover-auto[x-placement^="left"] > .arrow{ right: -webkit-calc(-.5rem - 1px); right: calc(-.5rem - 1px);  width: .5rem;  height: 1rem;  margin: .3rem 0; }.bs-popover-left > .arrow::before,.bs-popover-auto[x-placement^="left"] > .arrow::before{ right: 0;  border-width: .5rem 0 .5rem .5rem;  border-left-color: rgba(0,0,0,.25); }.bs-popover-left > .arrow::after,.bs-popover-auto[x-placement^="left"] > .arrow::after{ right: 1px;  border-width: .5rem 0 .5rem .5rem;  border-left-color: #fff; }.popover-header{ padding: .5rem .75rem;  margin-bottom: 0;  font-size: .95rem;  background-color: #f7f7f7;  border-bottom: 1px solid #ebebeb; }.popover-header:empty{ display: none; }.popover-body{ padding: .5rem .75rem;  color: #234B59; }.carousel{ position: relative; }.carousel.pointer-event{ touch-action: pan-y; }.carousel-inner{ position: relative;  width: 100%;  overflow: hidden; }.carousel-inner::after{ display: block;  clear: both;  content: ""; }.carousel-item{ position: relative;  display: none;  float: left;  width: 100%;  margin-right: -100%;  -webkit-backface-visibility: hidden; backface-visibility: hidden;  -webkit-transition: transform .6s ease-in-out; transition: transform .6s ease-in-out; }@media (prefers-reduced-motion:reduce){.carousel-item{ -webkit-transition: none; transition: none; }}.carousel-item.active,.carousel-item-next,.carousel-item-prev{ display: block; }.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{ -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); }.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{ -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }.carousel-fade .carousel-item{ opacity: 0;  -webkit-transition-property: opacity; transition-property: opacity;  -webkit-transform: none; -ms-transform: none; transform: none; }.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{ z-index: 1;  opacity: 1; }.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{ z-index: 0;  opacity: 0;  -webkit-transition: opacity 0s .6s; transition: opacity 0s .6s; }@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{ -webkit-transition: none; transition: none; }}.carousel-control-prev,.carousel-control-next{ position: absolute;  top: 0;  bottom: 0;  z-index: 1;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  width: 15%;  color: #fff;  text-align: center;  opacity: .5;  -webkit-transition: opacity .15s ease; transition: opacity .15s ease; }@media (prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{ -webkit-transition: none; transition: none; }}.carousel-control-prev:hover,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-next:focus{ color: #fff;  text-decoration: none;  outline: 0;  opacity: .9; }.carousel-control-prev{ left: 0; }.carousel-control-next{ right: 0; }.carousel-control-prev-icon,.carousel-control-next-icon{ display: inline-block;  width: 20px;  height: 20px;  background: no-repeat 50% / 100% 100%; }.carousel-control-prev-icon{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }.carousel-control-next-icon{ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }.carousel-indicators{ position: absolute;  right: 0;  bottom: 0;  left: 0;  z-index: 15;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  padding-left: 0;  margin-right: 15%;  margin-left: 15%;  list-style: none; }.carousel-indicators li{ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;  -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto;  width: 30px;  height: 3px;  margin-right: 3px;  margin-left: 3px;  text-indent: -999px;  cursor: pointer;  background-color: #fff;  background-clip: padding-box;  border-top: 10px solid transparent;  border-bottom: 10px solid transparent;  opacity: .5;  -webkit-transition: opacity .6s ease; transition: opacity .6s ease; }@media (prefers-reduced-motion:reduce){.carousel-indicators li{ -webkit-transition: none; transition: none; }}.carousel-indicators .active{ opacity: 1; }.carousel-caption{ position: absolute;  right: 15%;  bottom: 20px;  left: 15%;  z-index: 10;  padding-top: 20px;  padding-bottom: 20px;  color: #fff;  text-align: center; }@keyframes spinner-border{to{ -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }}.spinner-border{ display: inline-block;  width: 2rem;  height: 2rem;  vertical-align: text-bottom;  border: .25em solid currentColor;  border-right-color: transparent;  border-radius: 50%;  -webkit-animation: spinner-border .75s linear infinite; animation: spinner-border .75s linear infinite; }.spinner-border-sm{ width: 1rem;  height: 1rem;  border-width: .2em; }@keyframes spinner-grow{0%{ -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }50%{ opacity: 1; }}.spinner-grow{ display: inline-block;  width: 2rem;  height: 2rem;  vertical-align: text-bottom;  background-color: currentColor;  border-radius: 50%;  opacity: 0;  -webkit-animation: spinner-grow .75s linear infinite; animation: spinner-grow .75s linear infinite; }.spinner-grow-sm{ width: 1rem;  height: 1rem; }.align-baseline{ vertical-align: baseline !important; }.align-top{ vertical-align: top !important; }.align-middle{ vertical-align: middle !important; }.align-bottom{ vertical-align: bottom !important; }.align-text-bottom{ vertical-align: text-bottom !important; }.align-text-top{ vertical-align: text-top !important; }.bg-primary{ background-color: #D13627 !important; }a.bg-primary:hover,button.bg-primary:hover,a.bg-primary:focus,button.bg-primary:focus{ background-color: #a62b1f !important; }.bg-secondary{ background-color: #234B59 !important; }a.bg-secondary:hover,button.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:focus{ background-color: #152c34 !important; }.bg-success{ background-color: #28a745 !important; }a.bg-success:hover,button.bg-success:hover,a.bg-success:focus,button.bg-success:focus{ background-color: #1e7e34 !important; }.bg-info{ background-color: #17a2b8 !important; }a.bg-info:hover,button.bg-info:hover,a.bg-info:focus,button.bg-info:focus{ background-color: #117a8b !important; }.bg-warning{ background-color: #F7A600 !important; }a.bg-warning:hover,button.bg-warning:hover,a.bg-warning:focus,button.bg-warning:focus{ background-color: #c48400 !important; }.bg-danger{ background-color: #D13627 !important; }a.bg-danger:hover,button.bg-danger:hover,a.bg-danger:focus,button.bg-danger:focus{ background-color: #a62b1f !important; }.bg-light{ background-color: #f8f9fa !important; }a.bg-light:hover,button.bg-light:hover,a.bg-light:focus,button.bg-light:focus{ background-color: #dae0e5 !important; }.bg-dark{ background-color: #343a40 !important; }a.bg-dark:hover,button.bg-dark:hover,a.bg-dark:focus,button.bg-dark:focus{ background-color: #1d2124 !important; }.bg-tertiary{ background-color: #F7A600 !important; }a.bg-tertiary:hover,button.bg-tertiary:hover,a.bg-tertiary:focus,button.bg-tertiary:focus{ background-color: #c48400 !important; }.bg-quaternary{ background-color: #EEB59F !important; }a.bg-quaternary:hover,button.bg-quaternary:hover,a.bg-quaternary:focus,button.bg-quaternary:focus{ background-color: #e69474 !important; }.bg-primary-lighten{ background-color: #DC6248 !important; }a.bg-primary-lighten:hover,button.bg-primary-lighten:hover,a.bg-primary-lighten:focus,button.bg-primary-lighten:focus{ background-color: #ca4327 !important; }.bg-secondary-lighten-1{ background-color: #4C6672 !important; }a.bg-secondary-lighten-1:hover,button.bg-secondary-lighten-1:hover,a.bg-secondary-lighten-1:focus,button.bg-secondary-lighten-1:focus{ background-color: #384b53 !important; }.bg-secondary-lighten-2{ background-color: #A0A9B1 !important; }a.bg-secondary-lighten-2:hover,button.bg-secondary-lighten-2:hover,a.bg-secondary-lighten-2:focus,button.bg-secondary-lighten-2:focus{ background-color: #84909a !important; }.bg-gray-100{ background-color: #f8f9fa !important; }a.bg-gray-100:hover,button.bg-gray-100:hover,a.bg-gray-100:focus,button.bg-gray-100:focus{ background-color: #dae0e5 !important; }.bg-gray-200{ background-color: #e9ecef !important; }a.bg-gray-200:hover,button.bg-gray-200:hover,a.bg-gray-200:focus,button.bg-gray-200:focus{ background-color: #cbd3da !important; }.bg-gray-300{ background-color: #dee2e6 !important; }a.bg-gray-300:hover,button.bg-gray-300:hover,a.bg-gray-300:focus,button.bg-gray-300:focus{ background-color: #c1c9d0 !important; }.bg-gray-400{ background-color: #ced4da !important; }a.bg-gray-400:hover,button.bg-gray-400:hover,a.bg-gray-400:focus,button.bg-gray-400:focus{ background-color: #b1bbc4 !important; }.bg-gray-500{ background-color: #adb5bd !important; }a.bg-gray-500:hover,button.bg-gray-500:hover,a.bg-gray-500:focus,button.bg-gray-500:focus{ background-color: #919ca6 !important; }.bg-gray-600{ background-color: #6c757d !important; }a.bg-gray-600:hover,button.bg-gray-600:hover,a.bg-gray-600:focus,button.bg-gray-600:focus{ background-color: #545b62 !important; }.bg-gray-700{ background-color: #495057 !important; }a.bg-gray-700:hover,button.bg-gray-700:hover,a.bg-gray-700:focus,button.bg-gray-700:focus{ background-color: #32373b !important; }.bg-gray-800{ background-color: #343a40 !important; }a.bg-gray-800:hover,button.bg-gray-800:hover,a.bg-gray-800:focus,button.bg-gray-800:focus{ background-color: #1d2124 !important; }.bg-gray-900{ background-color: #212529 !important; }a.bg-gray-900:hover,button.bg-gray-900:hover,a.bg-gray-900:focus,button.bg-gray-900:focus{ background-color: #0a0c0d !important; }.bg-gray-105{ background-color: #DFE0E2 !important; }a.bg-gray-105:hover,button.bg-gray-105:hover,a.bg-gray-105:focus,button.bg-gray-105:focus{ background-color: #c4c6ca !important; }.bg-gray-705{ background-color: #758490 !important; }a.bg-gray-705:hover,button.bg-gray-705:hover,a.bg-gray-705:focus,button.bg-gray-705:focus{ background-color: #5e6a74 !important; }.bg-black{ background-color: #000 !important; }a.bg-black:hover,button.bg-black:hover,a.bg-black:focus,button.bg-black:focus{ background-color: black !important; }.bg-white{ background-color: #fff !important; }a.bg-white:hover,button.bg-white:hover,a.bg-white:focus,button.bg-white:focus{ background-color: #e6e6e6 !important; }.bg-white{ background-color: #fff !important; }.bg-transparent{ background-color: transparent !important; }.border{ border: 1px solid #dee2e6 !important; }.border-top{ border-top: 1px solid #dee2e6 !important; }.border-right{ border-right: 1px solid #dee2e6 !important; }.border-bottom{ border-bottom: 1px solid #dee2e6 !important; }.border-left{ border-left: 1px solid #dee2e6 !important; }.border-0{ border: 0 !important; }.border-top-0{ border-top: 0 !important; }.border-right-0{ border-right: 0 !important; }.border-bottom-0{ border-bottom: 0 !important; }.border-left-0{ border-left: 0 !important; }.border-primary{ border-color: #D13627 !important; }.border-secondary{ border-color: #234B59 !important; }.border-success{ border-color: #28a745 !important; }.border-info{ border-color: #17a2b8 !important; }.border-warning{ border-color: #F7A600 !important; }.border-danger{ border-color: #D13627 !important; }.border-light{ border-color: #f8f9fa !important; }.border-dark{ border-color: #343a40 !important; }.border-tertiary{ border-color: #F7A600 !important; }.border-quaternary{ border-color: #EEB59F !important; }.border-primary-lighten{ border-color: #DC6248 !important; }.border-secondary-lighten-1{ border-color: #4C6672 !important; }.border-secondary-lighten-2{ border-color: #A0A9B1 !important; }.border-gray-100{ border-color: #f8f9fa !important; }.border-gray-200{ border-color: #e9ecef !important; }.border-gray-300{ border-color: #dee2e6 !important; }.border-gray-400{ border-color: #ced4da !important; }.border-gray-500{ border-color: #adb5bd !important; }.border-gray-600{ border-color: #6c757d !important; }.border-gray-700{ border-color: #495057 !important; }.border-gray-800{ border-color: #343a40 !important; }.border-gray-900{ border-color: #212529 !important; }.border-gray-105{ border-color: #DFE0E2 !important; }.border-gray-705{ border-color: #758490 !important; }.border-black{ border-color: #000 !important; }.border-white{ border-color: #fff !important; }.border-white{ border-color: #fff !important; }.rounded-sm{ border-radius: .2rem !important; }.rounded{ border-radius: .25rem !important; }.rounded-top{ border-top-left-radius: .25rem !important;  border-top-right-radius: .25rem !important; }.rounded-right{ border-top-right-radius: .25rem !important;  border-bottom-right-radius: .25rem !important; }.rounded-bottom{ border-bottom-right-radius: .25rem !important;  border-bottom-left-radius: .25rem !important; }.rounded-left{ border-top-left-radius: .25rem !important;  border-bottom-left-radius: .25rem !important; }.rounded-lg{ border-radius: .3rem !important; }.rounded-circle{ border-radius: 50% !important; }.rounded-pill{ border-radius: 50rem !important; }.rounded-0{ border-radius: 0 !important; }.clearfix::after{ display: block;  clear: both;  content: ""; }.d-none{ display: none !important; }.d-inline{ display: inline !important; }.d-inline-block{ display: inline-block !important; }.d-block{ display: block !important; }.d-table{ display: table !important; }.d-table-row{ display: table-row !important; }.d-table-cell{ display: table-cell !important; }.d-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }@media (min-width:576px){.d-sm-none{ display: none !important; }.d-sm-inline{ display: inline !important; }.d-sm-inline-block{ display: inline-block !important; }.d-sm-block{ display: block !important; }.d-sm-table{ display: table !important; }.d-sm-table-row{ display: table-row !important; }.d-sm-table-cell{ display: table-cell !important; }.d-sm-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-sm-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:768px){.d-md-none{ display: none !important; }.d-md-inline{ display: inline !important; }.d-md-inline-block{ display: inline-block !important; }.d-md-block{ display: block !important; }.d-md-table{ display: table !important; }.d-md-table-row{ display: table-row !important; }.d-md-table-cell{ display: table-cell !important; }.d-md-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-md-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:992px){.d-lg-none{ display: none !important; }.d-lg-inline{ display: inline !important; }.d-lg-inline-block{ display: inline-block !important; }.d-lg-block{ display: block !important; }.d-lg-table{ display: table !important; }.d-lg-table-row{ display: table-row !important; }.d-lg-table-cell{ display: table-cell !important; }.d-lg-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-lg-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:1200px){.d-xl-none{ display: none !important; }.d-xl-inline{ display: inline !important; }.d-xl-inline-block{ display: inline-block !important; }.d-xl-block{ display: block !important; }.d-xl-table{ display: table !important; }.d-xl-table-row{ display: table-row !important; }.d-xl-table-cell{ display: table-cell !important; }.d-xl-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-xl-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:1280px){.d-mxl-none{ display: none !important; }.d-mxl-inline{ display: inline !important; }.d-mxl-inline-block{ display: inline-block !important; }.d-mxl-block{ display: block !important; }.d-mxl-table{ display: table !important; }.d-mxl-table-row{ display: table-row !important; }.d-mxl-table-cell{ display: table-cell !important; }.d-mxl-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-mxl-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:1400px){.d-xxl-none{ display: none !important; }.d-xxl-inline{ display: inline !important; }.d-xxl-inline-block{ display: inline-block !important; }.d-xxl-block{ display: block !important; }.d-xxl-table{ display: table !important; }.d-xxl-table-row{ display: table-row !important; }.d-xxl-table-cell{ display: table-cell !important; }.d-xxl-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-xxl-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:1600px){.d-xxxl-none{ display: none !important; }.d-xxxl-inline{ display: inline !important; }.d-xxxl-inline-block{ display: inline-block !important; }.d-xxxl-block{ display: block !important; }.d-xxxl-table{ display: table !important; }.d-xxxl-table-row{ display: table-row !important; }.d-xxxl-table-cell{ display: table-cell !important; }.d-xxxl-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-xxxl-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media (min-width:2600px){.d-xxxxxl-none{ display: none !important; }.d-xxxxxl-inline{ display: inline !important; }.d-xxxxxl-inline-block{ display: inline-block !important; }.d-xxxxxl-block{ display: block !important; }.d-xxxxxl-table{ display: table !important; }.d-xxxxxl-table-row{ display: table-row !important; }.d-xxxxxl-table-cell{ display: table-cell !important; }.d-xxxxxl-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-xxxxxl-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}@media print{.d-print-none{ display: none !important; }.d-print-inline{ display: inline !important; }.d-print-inline-block{ display: inline-block !important; }.d-print-block{ display: block !important; }.d-print-table{ display: table !important; }.d-print-table-row{ display: table-row !important; }.d-print-table-cell{ display: table-cell !important; }.d-print-flex{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.d-print-inline-flex{ display: -ms-inline-flexbox !important; display: -webkit-inline-flex !important; display: inline-flex !important; }}.embed-responsive{ position: relative;  display: block;  width: 100%;  padding: 0;  overflow: hidden; }.embed-responsive::before{ display: block;  content: ""; }.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{ position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 100%;  height: 100%;  border: 0; }.embed-responsive-21by9::before{ padding-top: 42.8571428571%; }.embed-responsive-16by9::before{ padding-top: 56.25%; }.embed-responsive-4by3::before{ padding-top: 75%; }.embed-responsive-1by1::before{ padding-top: 100%; }.embed-responsive-21by9::before{ padding-top: 42.8571428571%; }.embed-responsive-16by9::before{ padding-top: 56.25%; }.embed-responsive-4by3::before{ padding-top: 75%; }.embed-responsive-1by1::before{ padding-top: 100%; }.flex-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }@media (min-width:576px){.flex-sm-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-sm-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-sm-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-sm-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-sm-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-sm-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-sm-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-sm-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-sm-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-sm-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-sm-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-sm-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-sm-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-sm-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-sm-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-sm-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-sm-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-sm-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-sm-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-sm-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-sm-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-sm-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-sm-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-sm-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-sm-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-sm-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-sm-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-sm-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-sm-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-sm-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-sm-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-sm-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-sm-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-sm-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}@media (min-width:768px){.flex-md-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-md-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-md-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-md-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-md-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-md-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-md-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-md-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-md-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-md-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-md-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-md-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-md-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-md-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-md-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-md-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-md-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-md-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-md-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-md-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-md-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-md-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-md-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-md-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-md-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-md-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-md-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-md-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-md-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-md-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-md-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-md-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-md-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-md-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}@media (min-width:992px){.flex-lg-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-lg-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-lg-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-lg-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-lg-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-lg-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-lg-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-lg-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-lg-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-lg-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-lg-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-lg-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-lg-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-lg-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-lg-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-lg-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-lg-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-lg-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-lg-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-lg-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-lg-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-lg-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-lg-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-lg-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-lg-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-lg-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-lg-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-lg-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-lg-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-lg-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-lg-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-lg-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-lg-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-lg-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}@media (min-width:1200px){.flex-xl-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-xl-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-xl-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-xl-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-xl-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-xl-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-xl-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-xl-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-xl-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-xl-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-xl-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-xl-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-xl-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-xl-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-xl-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-xl-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-xl-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-xl-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-xl-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-xl-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-xl-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-xl-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-xl-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-xl-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-xl-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-xl-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-xl-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-xl-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-xl-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-xl-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-xl-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-xl-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-xl-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-xl-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}@media (min-width:1280px){.flex-mxl-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-mxl-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-mxl-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-mxl-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-mxl-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-mxl-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-mxl-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-mxl-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-mxl-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-mxl-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-mxl-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-mxl-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-mxl-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-mxl-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-mxl-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-mxl-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-mxl-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-mxl-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-mxl-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-mxl-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-mxl-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-mxl-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-mxl-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-mxl-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-mxl-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-mxl-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-mxl-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-mxl-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-mxl-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-mxl-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-mxl-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-mxl-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-mxl-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-mxl-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}@media (min-width:1400px){.flex-xxl-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-xxl-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-xxl-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-xxl-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-xxl-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-xxl-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-xxl-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-xxl-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-xxl-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-xxl-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-xxl-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-xxl-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-xxl-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-xxl-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-xxl-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-xxl-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-xxl-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-xxl-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-xxl-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-xxl-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-xxl-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-xxl-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-xxl-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-xxl-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-xxl-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-xxl-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-xxl-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-xxl-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-xxl-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-xxl-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-xxl-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-xxl-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-xxl-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-xxl-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}@media (min-width:1600px){.flex-xxxl-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-xxxl-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-xxxl-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-xxxl-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-xxxl-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-xxxl-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-xxxl-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-xxxl-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-xxxl-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-xxxl-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-xxxl-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-xxxl-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-xxxl-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-xxxl-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-xxxl-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-xxxl-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-xxxl-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-xxxl-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-xxxl-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-xxxl-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-xxxl-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-xxxl-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-xxxl-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-xxxl-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-xxxl-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-xxxl-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-xxxl-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-xxxl-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-xxxl-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-xxxl-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-xxxl-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-xxxl-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-xxxl-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-xxxl-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}@media (min-width:2600px){.flex-xxxxxl-row{ -webkit-flex-direction: row !important; -ms-flex-direction: row !important; flex-direction: row !important; }.flex-xxxxxl-column{ -webkit-flex-direction: column !important; -ms-flex-direction: column !important; flex-direction: column !important; }.flex-xxxxxl-row-reverse{ -webkit-flex-direction: row-reverse !important; -ms-flex-direction: row-reverse !important; flex-direction: row-reverse !important; }.flex-xxxxxl-column-reverse{ -webkit-flex-direction: column-reverse !important; -ms-flex-direction: column-reverse !important; flex-direction: column-reverse !important; }.flex-xxxxxl-wrap{ -webkit-flex-wrap: wrap !important; -ms-flex-wrap: wrap !important; flex-wrap: wrap !important; }.flex-xxxxxl-nowrap{ -webkit-flex-wrap: nowrap !important; -ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important; }.flex-xxxxxl-wrap-reverse{ -webkit-flex-wrap: wrap-reverse !important; -ms-flex-wrap: wrap-reverse !important; flex-wrap: wrap-reverse !important; }.flex-xxxxxl-fill{ -webkit-flex: 1 1 auto !important; -ms-flex: 1 1 auto !important; flex: 1 1 auto !important; }.flex-xxxxxl-grow-0{ -webkit-flex-grow: 0 !important; flex-grow: 0 !important; }.flex-xxxxxl-grow-1{ -webkit-flex-grow: 1 !important; flex-grow: 1 !important; }.flex-xxxxxl-shrink-0{ -webkit-flex-shrink: 0 !important; flex-shrink: 0 !important; }.flex-xxxxxl-shrink-1{ -webkit-flex-shrink: 1 !important; flex-shrink: 1 !important; }.justify-content-xxxxxl-start{ -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }.justify-content-xxxxxl-end{ -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }.justify-content-xxxxxl-center{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; }.justify-content-xxxxxl-between{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important; }.justify-content-xxxxxl-around{ -webkit-justify-content: space-around !important; -ms-flex-pack: distribute !important; justify-content: space-around !important; }.align-items-xxxxxl-start{ -webkit-align-items: flex-start !important; -ms-flex-align: start !important; align-items: flex-start !important; }.align-items-xxxxxl-end{ -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; }.align-items-xxxxxl-center{ -webkit-align-items: center !important; -ms-flex-align: center !important; align-items: center !important; }.align-items-xxxxxl-baseline{ -webkit-align-items: baseline !important; -ms-flex-align: baseline !important; align-items: baseline !important; }.align-items-xxxxxl-stretch{ -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; }.align-content-xxxxxl-start{ -webkit-align-content: flex-start !important; -ms-flex-line-pack: start !important; align-content: flex-start !important; }.align-content-xxxxxl-end{ -webkit-align-content: flex-end !important; -ms-flex-line-pack: end !important; align-content: flex-end !important; }.align-content-xxxxxl-center{ -webkit-align-content: center !important; -ms-flex-line-pack: center !important; align-content: center !important; }.align-content-xxxxxl-between{ -webkit-align-content: space-between !important; -ms-flex-line-pack: justify !important; align-content: space-between !important; }.align-content-xxxxxl-around{ -webkit-align-content: space-around !important; -ms-flex-line-pack: distribute !important; align-content: space-around !important; }.align-content-xxxxxl-stretch{ -webkit-align-content: stretch !important; -ms-flex-line-pack: stretch !important; align-content: stretch !important; }.align-self-xxxxxl-auto{ -webkit-align-self: auto !important; -ms-flex-item-align: auto !important; align-self: auto !important; }.align-self-xxxxxl-start{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important; }.align-self-xxxxxl-end{ -webkit-align-self: flex-end !important; -ms-flex-item-align: end !important; align-self: flex-end !important; }.align-self-xxxxxl-center{ -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }.align-self-xxxxxl-baseline{ -webkit-align-self: baseline !important; -ms-flex-item-align: baseline !important; align-self: baseline !important; }.align-self-xxxxxl-stretch{ -webkit-align-self: stretch !important; -ms-flex-item-align: stretch !important; align-self: stretch !important; }}.float-left{ float: left !important; }.float-right{ float: right !important; }.float-none{ float: none !important; }@media (min-width:576px){.float-sm-left{ float: left !important; }.float-sm-right{ float: right !important; }.float-sm-none{ float: none !important; }}@media (min-width:768px){.float-md-left{ float: left !important; }.float-md-right{ float: right !important; }.float-md-none{ float: none !important; }}@media (min-width:992px){.float-lg-left{ float: left !important; }.float-lg-right{ float: right !important; }.float-lg-none{ float: none !important; }}@media (min-width:1200px){.float-xl-left{ float: left !important; }.float-xl-right{ float: right !important; }.float-xl-none{ float: none !important; }}@media (min-width:1280px){.float-mxl-left{ float: left !important; }.float-mxl-right{ float: right !important; }.float-mxl-none{ float: none !important; }}@media (min-width:1400px){.float-xxl-left{ float: left !important; }.float-xxl-right{ float: right !important; }.float-xxl-none{ float: none !important; }}@media (min-width:1600px){.float-xxxl-left{ float: left !important; }.float-xxxl-right{ float: right !important; }.float-xxxl-none{ float: none !important; }}@media (min-width:2600px){.float-xxxxxl-left{ float: left !important; }.float-xxxxxl-right{ float: right !important; }.float-xxxxxl-none{ float: none !important; }}.overflow-auto{ overflow: auto !important; }.overflow-hidden{ overflow: hidden !important; }.position-static{ position: static !important; }.position-relative{ position: relative !important; }.position-absolute{ position: absolute !important; }.position-fixed{ position: fixed !important; }.position-sticky{ position: -webkit-sticky !important; position: sticky !important; }.fixed-top{ position: fixed;  top: 0;  right: 0;  left: 0;  z-index: 1030; }.fixed-bottom{ position: fixed;  right: 0;  bottom: 0;  left: 0;  z-index: 1030; }@supports (position: sticky){.sticky-top{ position: -webkit-sticky; position: sticky;  top: 0;  z-index: 1020; }}.sr-only{ position: absolute;  width: 1px;  height: 1px;  padding: 0;  margin: -1px;  overflow: hidden;  clip: rect(0,0,0,0);  white-space: nowrap;  border: 0; }.sr-only-focusable:active,.sr-only-focusable:focus{ position: static;  width: auto;  height: auto;  overflow: visible;  clip: auto;  white-space: normal; }.shadow-sm{ -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; }.shadow{ -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; }.shadow-lg{ -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important; box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important; }.shadow-none{ -webkit-box-shadow: none !important; box-shadow: none !important; }.w-25{ width: 25% !important; }.w-50{ width: 50% !important; }.w-75{ width: 75% !important; }.w-100{ width: 100% !important; }.w-auto{ width: auto !important; }.h-25{ height: 25% !important; }.h-50{ height: 50% !important; }.h-75{ height: 75% !important; }.h-100{ height: 100% !important; }.h-auto{ height: auto !important; }.mw-100{ max-width: 100% !important; }.mh-100{ max-height: 100% !important; }.min-vw-100{ min-width: 100vw !important; }.min-vh-100{ min-height: 100vh !important; }.vw-100{ width: 100vw !important; }.vh-100{ height: 100vh !important; }.stretched-link::after{ position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: 1;  pointer-events: auto;  content: "";  background-color: rgba(0,0,0,0); }.m-0{ margin: 0 !important; }.mt-0,.my-0{ margin-top: 0 !important; }.mr-0,.mx-0{ margin-right: 0 !important; }.mb-0,.my-0{ margin-bottom: 0 !important; }.ml-0,.mx-0{ margin-left: 0 !important; }.m-1{ margin: .25rem !important; }.mt-1,.my-1{ margin-top: .25rem !important; }.mr-1,.mx-1{ margin-right: .25rem !important; }.mb-1,.my-1{ margin-bottom: .25rem !important; }.ml-1,.mx-1{ margin-left: .25rem !important; }.m-2{ margin: .5rem !important; }.mt-2,.my-2{ margin-top: .5rem !important; }.mr-2,.mx-2{ margin-right: .5rem !important; }.mb-2,.my-2{ margin-bottom: .5rem !important; }.ml-2,.mx-2{ margin-left: .5rem !important; }.m-3{ margin: 1rem !important; }.mt-3,.my-3{ margin-top: 1rem !important; }.mr-3,.mx-3{ margin-right: 1rem !important; }.mb-3,.my-3{ margin-bottom: 1rem !important; }.ml-3,.mx-3{ margin-left: 1rem !important; }.m-4{ margin: 1.5rem !important; }.mt-4,.my-4{ margin-top: 1.5rem !important; }.mr-4,.mx-4{ margin-right: 1.5rem !important; }.mb-4,.my-4{ margin-bottom: 1.5rem !important; }.ml-4,.mx-4{ margin-left: 1.5rem !important; }.m-5{ margin: 3rem !important; }.mt-5,.my-5{ margin-top: 3rem !important; }.mr-5,.mx-5{ margin-right: 3rem !important; }.mb-5,.my-5{ margin-bottom: 3rem !important; }.ml-5,.mx-5{ margin-left: 3rem !important; }.m-6{ margin: 4rem !important; }.mt-6,.my-6{ margin-top: 4rem !important; }.mr-6,.mx-6{ margin-right: 4rem !important; }.mb-6,.my-6{ margin-bottom: 4rem !important; }.ml-6,.mx-6{ margin-left: 4rem !important; }.m-7{ margin: 5rem !important; }.mt-7,.my-7{ margin-top: 5rem !important; }.mr-7,.mx-7{ margin-right: 5rem !important; }.mb-7,.my-7{ margin-bottom: 5rem !important; }.ml-7,.mx-7{ margin-left: 5rem !important; }.p-0{ padding: 0 !important; }.pt-0,.py-0{ padding-top: 0 !important; }.pr-0,.px-0{ padding-right: 0 !important; }.pb-0,.py-0{ padding-bottom: 0 !important; }.pl-0,.px-0{ padding-left: 0 !important; }.p-1{ padding: .25rem !important; }.pt-1,.py-1{ padding-top: .25rem !important; }.pr-1,.px-1{ padding-right: .25rem !important; }.pb-1,.py-1{ padding-bottom: .25rem !important; }.pl-1,.px-1{ padding-left: .25rem !important; }.p-2{ padding: .5rem !important; }.pt-2,.py-2{ padding-top: .5rem !important; }.pr-2,.px-2{ padding-right: .5rem !important; }.pb-2,.py-2{ padding-bottom: .5rem !important; }.pl-2,.px-2{ padding-left: .5rem !important; }.p-3{ padding: 1rem !important; }.pt-3,.py-3{ padding-top: 1rem !important; }.pr-3,.px-3{ padding-right: 1rem !important; }.pb-3,.py-3{ padding-bottom: 1rem !important; }.pl-3,.px-3{ padding-left: 1rem !important; }.p-4{ padding: 1.5rem !important; }.pt-4,.py-4{ padding-top: 1.5rem !important; }.pr-4,.px-4{ padding-right: 1.5rem !important; }.pb-4,.py-4{ padding-bottom: 1.5rem !important; }.pl-4,.px-4{ padding-left: 1.5rem !important; }.p-5{ padding: 3rem !important; }.pt-5,.py-5{ padding-top: 3rem !important; }.pr-5,.px-5{ padding-right: 3rem !important; }.pb-5,.py-5{ padding-bottom: 3rem !important; }.pl-5,.px-5{ padding-left: 3rem !important; }.p-6{ padding: 4rem !important; }.pt-6,.py-6{ padding-top: 4rem !important; }.pr-6,.px-6{ padding-right: 4rem !important; }.pb-6,.py-6{ padding-bottom: 4rem !important; }.pl-6,.px-6{ padding-left: 4rem !important; }.p-7{ padding: 5rem !important; }.pt-7,.py-7{ padding-top: 5rem !important; }.pr-7,.px-7{ padding-right: 5rem !important; }.pb-7,.py-7{ padding-bottom: 5rem !important; }.pl-7,.px-7{ padding-left: 5rem !important; }.m-n1{ margin: -.25rem !important; }.mt-n1,.my-n1{ margin-top: -.25rem !important; }.mr-n1,.mx-n1{ margin-right: -.25rem !important; }.mb-n1,.my-n1{ margin-bottom: -.25rem !important; }.ml-n1,.mx-n1{ margin-left: -.25rem !important; }.m-n2{ margin: -.5rem !important; }.mt-n2,.my-n2{ margin-top: -.5rem !important; }.mr-n2,.mx-n2{ margin-right: -.5rem !important; }.mb-n2,.my-n2{ margin-bottom: -.5rem !important; }.ml-n2,.mx-n2{ margin-left: -.5rem !important; }.m-n3{ margin: -1rem !important; }.mt-n3,.my-n3{ margin-top: -1rem !important; }.mr-n3,.mx-n3{ margin-right: -1rem !important; }.mb-n3,.my-n3{ margin-bottom: -1rem !important; }.ml-n3,.mx-n3{ margin-left: -1rem !important; }.m-n4{ margin: -1.5rem !important; }.mt-n4,.my-n4{ margin-top: -1.5rem !important; }.mr-n4,.mx-n4{ margin-right: -1.5rem !important; }.mb-n4,.my-n4{ margin-bottom: -1.5rem !important; }.ml-n4,.mx-n4{ margin-left: -1.5rem !important; }.m-n5{ margin: -3rem !important; }.mt-n5,.my-n5{ margin-top: -3rem !important; }.mr-n5,.mx-n5{ margin-right: -3rem !important; }.mb-n5,.my-n5{ margin-bottom: -3rem !important; }.ml-n5,.mx-n5{ margin-left: -3rem !important; }.m-n6{ margin: -4rem !important; }.mt-n6,.my-n6{ margin-top: -4rem !important; }.mr-n6,.mx-n6{ margin-right: -4rem !important; }.mb-n6,.my-n6{ margin-bottom: -4rem !important; }.ml-n6,.mx-n6{ margin-left: -4rem !important; }.m-n7{ margin: -5rem !important; }.mt-n7,.my-n7{ margin-top: -5rem !important; }.mr-n7,.mx-n7{ margin-right: -5rem !important; }.mb-n7,.my-n7{ margin-bottom: -5rem !important; }.ml-n7,.mx-n7{ margin-left: -5rem !important; }.m-auto{ margin: auto !important; }.mt-auto,.my-auto{ margin-top: auto !important; }.mr-auto,.mx-auto,.center-block{ margin-right: auto !important; }.mb-auto,.my-auto{ margin-bottom: auto !important; }.ml-auto,.mx-auto,.center-block{ margin-left: auto !important; }@media (min-width:576px){.m-sm-0{ margin: 0 !important; }.mt-sm-0,.my-sm-0{ margin-top: 0 !important; }.mr-sm-0,.mx-sm-0{ margin-right: 0 !important; }.mb-sm-0,.my-sm-0{ margin-bottom: 0 !important; }.ml-sm-0,.mx-sm-0{ margin-left: 0 !important; }.m-sm-1{ margin: .25rem !important; }.mt-sm-1,.my-sm-1{ margin-top: .25rem !important; }.mr-sm-1,.mx-sm-1{ margin-right: .25rem !important; }.mb-sm-1,.my-sm-1{ margin-bottom: .25rem !important; }.ml-sm-1,.mx-sm-1{ margin-left: .25rem !important; }.m-sm-2{ margin: .5rem !important; }.mt-sm-2,.my-sm-2{ margin-top: .5rem !important; }.mr-sm-2,.mx-sm-2{ margin-right: .5rem !important; }.mb-sm-2,.my-sm-2{ margin-bottom: .5rem !important; }.ml-sm-2,.mx-sm-2{ margin-left: .5rem !important; }.m-sm-3{ margin: 1rem !important; }.mt-sm-3,.my-sm-3{ margin-top: 1rem !important; }.mr-sm-3,.mx-sm-3{ margin-right: 1rem !important; }.mb-sm-3,.my-sm-3{ margin-bottom: 1rem !important; }.ml-sm-3,.mx-sm-3{ margin-left: 1rem !important; }.m-sm-4{ margin: 1.5rem !important; }.mt-sm-4,.my-sm-4{ margin-top: 1.5rem !important; }.mr-sm-4,.mx-sm-4{ margin-right: 1.5rem !important; }.mb-sm-4,.my-sm-4{ margin-bottom: 1.5rem !important; }.ml-sm-4,.mx-sm-4{ margin-left: 1.5rem !important; }.m-sm-5{ margin: 3rem !important; }.mt-sm-5,.my-sm-5{ margin-top: 3rem !important; }.mr-sm-5,.mx-sm-5{ margin-right: 3rem !important; }.mb-sm-5,.my-sm-5{ margin-bottom: 3rem !important; }.ml-sm-5,.mx-sm-5{ margin-left: 3rem !important; }.m-sm-6{ margin: 4rem !important; }.mt-sm-6,.my-sm-6{ margin-top: 4rem !important; }.mr-sm-6,.mx-sm-6{ margin-right: 4rem !important; }.mb-sm-6,.my-sm-6{ margin-bottom: 4rem !important; }.ml-sm-6,.mx-sm-6{ margin-left: 4rem !important; }.m-sm-7{ margin: 5rem !important; }.mt-sm-7,.my-sm-7{ margin-top: 5rem !important; }.mr-sm-7,.mx-sm-7{ margin-right: 5rem !important; }.mb-sm-7,.my-sm-7{ margin-bottom: 5rem !important; }.ml-sm-7,.mx-sm-7{ margin-left: 5rem !important; }.p-sm-0{ padding: 0 !important; }.pt-sm-0,.py-sm-0{ padding-top: 0 !important; }.pr-sm-0,.px-sm-0{ padding-right: 0 !important; }.pb-sm-0,.py-sm-0{ padding-bottom: 0 !important; }.pl-sm-0,.px-sm-0{ padding-left: 0 !important; }.p-sm-1{ padding: .25rem !important; }.pt-sm-1,.py-sm-1{ padding-top: .25rem !important; }.pr-sm-1,.px-sm-1{ padding-right: .25rem !important; }.pb-sm-1,.py-sm-1{ padding-bottom: .25rem !important; }.pl-sm-1,.px-sm-1{ padding-left: .25rem !important; }.p-sm-2{ padding: .5rem !important; }.pt-sm-2,.py-sm-2{ padding-top: .5rem !important; }.pr-sm-2,.px-sm-2{ padding-right: .5rem !important; }.pb-sm-2,.py-sm-2{ padding-bottom: .5rem !important; }.pl-sm-2,.px-sm-2{ padding-left: .5rem !important; }.p-sm-3{ padding: 1rem !important; }.pt-sm-3,.py-sm-3{ padding-top: 1rem !important; }.pr-sm-3,.px-sm-3{ padding-right: 1rem !important; }.pb-sm-3,.py-sm-3{ padding-bottom: 1rem !important; }.pl-sm-3,.px-sm-3{ padding-left: 1rem !important; }.p-sm-4{ padding: 1.5rem !important; }.pt-sm-4,.py-sm-4{ padding-top: 1.5rem !important; }.pr-sm-4,.px-sm-4{ padding-right: 1.5rem !important; }.pb-sm-4,.py-sm-4{ padding-bottom: 1.5rem !important; }.pl-sm-4,.px-sm-4{ padding-left: 1.5rem !important; }.p-sm-5{ padding: 3rem !important; }.pt-sm-5,.py-sm-5{ padding-top: 3rem !important; }.pr-sm-5,.px-sm-5{ padding-right: 3rem !important; }.pb-sm-5,.py-sm-5{ padding-bottom: 3rem !important; }.pl-sm-5,.px-sm-5{ padding-left: 3rem !important; }.p-sm-6{ padding: 4rem !important; }.pt-sm-6,.py-sm-6{ padding-top: 4rem !important; }.pr-sm-6,.px-sm-6{ padding-right: 4rem !important; }.pb-sm-6,.py-sm-6{ padding-bottom: 4rem !important; }.pl-sm-6,.px-sm-6{ padding-left: 4rem !important; }.p-sm-7{ padding: 5rem !important; }.pt-sm-7,.py-sm-7{ padding-top: 5rem !important; }.pr-sm-7,.px-sm-7{ padding-right: 5rem !important; }.pb-sm-7,.py-sm-7{ padding-bottom: 5rem !important; }.pl-sm-7,.px-sm-7{ padding-left: 5rem !important; }.m-sm-n1{ margin: -.25rem !important; }.mt-sm-n1,.my-sm-n1{ margin-top: -.25rem !important; }.mr-sm-n1,.mx-sm-n1{ margin-right: -.25rem !important; }.mb-sm-n1,.my-sm-n1{ margin-bottom: -.25rem !important; }.ml-sm-n1,.mx-sm-n1{ margin-left: -.25rem !important; }.m-sm-n2{ margin: -.5rem !important; }.mt-sm-n2,.my-sm-n2{ margin-top: -.5rem !important; }.mr-sm-n2,.mx-sm-n2{ margin-right: -.5rem !important; }.mb-sm-n2,.my-sm-n2{ margin-bottom: -.5rem !important; }.ml-sm-n2,.mx-sm-n2{ margin-left: -.5rem !important; }.m-sm-n3{ margin: -1rem !important; }.mt-sm-n3,.my-sm-n3{ margin-top: -1rem !important; }.mr-sm-n3,.mx-sm-n3{ margin-right: -1rem !important; }.mb-sm-n3,.my-sm-n3{ margin-bottom: -1rem !important; }.ml-sm-n3,.mx-sm-n3{ margin-left: -1rem !important; }.m-sm-n4{ margin: -1.5rem !important; }.mt-sm-n4,.my-sm-n4{ margin-top: -1.5rem !important; }.mr-sm-n4,.mx-sm-n4{ margin-right: -1.5rem !important; }.mb-sm-n4,.my-sm-n4{ margin-bottom: -1.5rem !important; }.ml-sm-n4,.mx-sm-n4{ margin-left: -1.5rem !important; }.m-sm-n5{ margin: -3rem !important; }.mt-sm-n5,.my-sm-n5{ margin-top: -3rem !important; }.mr-sm-n5,.mx-sm-n5{ margin-right: -3rem !important; }.mb-sm-n5,.my-sm-n5{ margin-bottom: -3rem !important; }.ml-sm-n5,.mx-sm-n5{ margin-left: -3rem !important; }.m-sm-n6{ margin: -4rem !important; }.mt-sm-n6,.my-sm-n6{ margin-top: -4rem !important; }.mr-sm-n6,.mx-sm-n6{ margin-right: -4rem !important; }.mb-sm-n6,.my-sm-n6{ margin-bottom: -4rem !important; }.ml-sm-n6,.mx-sm-n6{ margin-left: -4rem !important; }.m-sm-n7{ margin: -5rem !important; }.mt-sm-n7,.my-sm-n7{ margin-top: -5rem !important; }.mr-sm-n7,.mx-sm-n7{ margin-right: -5rem !important; }.mb-sm-n7,.my-sm-n7{ margin-bottom: -5rem !important; }.ml-sm-n7,.mx-sm-n7{ margin-left: -5rem !important; }.m-sm-auto{ margin: auto !important; }.mt-sm-auto,.my-sm-auto{ margin-top: auto !important; }.mr-sm-auto,.mx-sm-auto{ margin-right: auto !important; }.mb-sm-auto,.my-sm-auto{ margin-bottom: auto !important; }.ml-sm-auto,.mx-sm-auto{ margin-left: auto !important; }}@media (min-width:768px){.m-md-0{ margin: 0 !important; }.mt-md-0,.my-md-0{ margin-top: 0 !important; }.mr-md-0,.mx-md-0{ margin-right: 0 !important; }.mb-md-0,.my-md-0{ margin-bottom: 0 !important; }.ml-md-0,.mx-md-0{ margin-left: 0 !important; }.m-md-1{ margin: .25rem !important; }.mt-md-1,.my-md-1{ margin-top: .25rem !important; }.mr-md-1,.mx-md-1{ margin-right: .25rem !important; }.mb-md-1,.my-md-1{ margin-bottom: .25rem !important; }.ml-md-1,.mx-md-1{ margin-left: .25rem !important; }.m-md-2{ margin: .5rem !important; }.mt-md-2,.my-md-2{ margin-top: .5rem !important; }.mr-md-2,.mx-md-2{ margin-right: .5rem !important; }.mb-md-2,.my-md-2{ margin-bottom: .5rem !important; }.ml-md-2,.mx-md-2{ margin-left: .5rem !important; }.m-md-3{ margin: 1rem !important; }.mt-md-3,.my-md-3{ margin-top: 1rem !important; }.mr-md-3,.mx-md-3{ margin-right: 1rem !important; }.mb-md-3,.my-md-3{ margin-bottom: 1rem !important; }.ml-md-3,.mx-md-3{ margin-left: 1rem !important; }.m-md-4{ margin: 1.5rem !important; }.mt-md-4,.my-md-4{ margin-top: 1.5rem !important; }.mr-md-4,.mx-md-4{ margin-right: 1.5rem !important; }.mb-md-4,.my-md-4{ margin-bottom: 1.5rem !important; }.ml-md-4,.mx-md-4{ margin-left: 1.5rem !important; }.m-md-5{ margin: 3rem !important; }.mt-md-5,.my-md-5{ margin-top: 3rem !important; }.mr-md-5,.mx-md-5{ margin-right: 3rem !important; }.mb-md-5,.my-md-5{ margin-bottom: 3rem !important; }.ml-md-5,.mx-md-5{ margin-left: 3rem !important; }.m-md-6{ margin: 4rem !important; }.mt-md-6,.my-md-6{ margin-top: 4rem !important; }.mr-md-6,.mx-md-6{ margin-right: 4rem !important; }.mb-md-6,.my-md-6{ margin-bottom: 4rem !important; }.ml-md-6,.mx-md-6{ margin-left: 4rem !important; }.m-md-7{ margin: 5rem !important; }.mt-md-7,.my-md-7{ margin-top: 5rem !important; }.mr-md-7,.mx-md-7{ margin-right: 5rem !important; }.mb-md-7,.my-md-7{ margin-bottom: 5rem !important; }.ml-md-7,.mx-md-7{ margin-left: 5rem !important; }.p-md-0{ padding: 0 !important; }.pt-md-0,.py-md-0{ padding-top: 0 !important; }.pr-md-0,.px-md-0{ padding-right: 0 !important; }.pb-md-0,.py-md-0{ padding-bottom: 0 !important; }.pl-md-0,.px-md-0{ padding-left: 0 !important; }.p-md-1{ padding: .25rem !important; }.pt-md-1,.py-md-1{ padding-top: .25rem !important; }.pr-md-1,.px-md-1{ padding-right: .25rem !important; }.pb-md-1,.py-md-1{ padding-bottom: .25rem !important; }.pl-md-1,.px-md-1{ padding-left: .25rem !important; }.p-md-2{ padding: .5rem !important; }.pt-md-2,.py-md-2{ padding-top: .5rem !important; }.pr-md-2,.px-md-2{ padding-right: .5rem !important; }.pb-md-2,.py-md-2{ padding-bottom: .5rem !important; }.pl-md-2,.px-md-2{ padding-left: .5rem !important; }.p-md-3{ padding: 1rem !important; }.pt-md-3,.py-md-3{ padding-top: 1rem !important; }.pr-md-3,.px-md-3{ padding-right: 1rem !important; }.pb-md-3,.py-md-3{ padding-bottom: 1rem !important; }.pl-md-3,.px-md-3{ padding-left: 1rem !important; }.p-md-4{ padding: 1.5rem !important; }.pt-md-4,.py-md-4{ padding-top: 1.5rem !important; }.pr-md-4,.px-md-4{ padding-right: 1.5rem !important; }.pb-md-4,.py-md-4{ padding-bottom: 1.5rem !important; }.pl-md-4,.px-md-4{ padding-left: 1.5rem !important; }.p-md-5{ padding: 3rem !important; }.pt-md-5,.py-md-5{ padding-top: 3rem !important; }.pr-md-5,.px-md-5{ padding-right: 3rem !important; }.pb-md-5,.py-md-5{ padding-bottom: 3rem !important; }.pl-md-5,.px-md-5{ padding-left: 3rem !important; }.p-md-6{ padding: 4rem !important; }.pt-md-6,.py-md-6{ padding-top: 4rem !important; }.pr-md-6,.px-md-6{ padding-right: 4rem !important; }.pb-md-6,.py-md-6{ padding-bottom: 4rem !important; }.pl-md-6,.px-md-6{ padding-left: 4rem !important; }.p-md-7{ padding: 5rem !important; }.pt-md-7,.py-md-7{ padding-top: 5rem !important; }.pr-md-7,.px-md-7{ padding-right: 5rem !important; }.pb-md-7,.py-md-7{ padding-bottom: 5rem !important; }.pl-md-7,.px-md-7{ padding-left: 5rem !important; }.m-md-n1{ margin: -.25rem !important; }.mt-md-n1,.my-md-n1{ margin-top: -.25rem !important; }.mr-md-n1,.mx-md-n1{ margin-right: -.25rem !important; }.mb-md-n1,.my-md-n1{ margin-bottom: -.25rem !important; }.ml-md-n1,.mx-md-n1{ margin-left: -.25rem !important; }.m-md-n2{ margin: -.5rem !important; }.mt-md-n2,.my-md-n2{ margin-top: -.5rem !important; }.mr-md-n2,.mx-md-n2{ margin-right: -.5rem !important; }.mb-md-n2,.my-md-n2{ margin-bottom: -.5rem !important; }.ml-md-n2,.mx-md-n2{ margin-left: -.5rem !important; }.m-md-n3{ margin: -1rem !important; }.mt-md-n3,.my-md-n3{ margin-top: -1rem !important; }.mr-md-n3,.mx-md-n3{ margin-right: -1rem !important; }.mb-md-n3,.my-md-n3{ margin-bottom: -1rem !important; }.ml-md-n3,.mx-md-n3{ margin-left: -1rem !important; }.m-md-n4{ margin: -1.5rem !important; }.mt-md-n4,.my-md-n4{ margin-top: -1.5rem !important; }.mr-md-n4,.mx-md-n4{ margin-right: -1.5rem !important; }.mb-md-n4,.my-md-n4{ margin-bottom: -1.5rem !important; }.ml-md-n4,.mx-md-n4{ margin-left: -1.5rem !important; }.m-md-n5{ margin: -3rem !important; }.mt-md-n5,.my-md-n5{ margin-top: -3rem !important; }.mr-md-n5,.mx-md-n5{ margin-right: -3rem !important; }.mb-md-n5,.my-md-n5{ margin-bottom: -3rem !important; }.ml-md-n5,.mx-md-n5{ margin-left: -3rem !important; }.m-md-n6{ margin: -4rem !important; }.mt-md-n6,.my-md-n6{ margin-top: -4rem !important; }.mr-md-n6,.mx-md-n6{ margin-right: -4rem !important; }.mb-md-n6,.my-md-n6{ margin-bottom: -4rem !important; }.ml-md-n6,.mx-md-n6{ margin-left: -4rem !important; }.m-md-n7{ margin: -5rem !important; }.mt-md-n7,.my-md-n7{ margin-top: -5rem !important; }.mr-md-n7,.mx-md-n7{ margin-right: -5rem !important; }.mb-md-n7,.my-md-n7{ margin-bottom: -5rem !important; }.ml-md-n7,.mx-md-n7{ margin-left: -5rem !important; }.m-md-auto{ margin: auto !important; }.mt-md-auto,.my-md-auto{ margin-top: auto !important; }.mr-md-auto,.mx-md-auto{ margin-right: auto !important; }.mb-md-auto,.my-md-auto{ margin-bottom: auto !important; }.ml-md-auto,.mx-md-auto{ margin-left: auto !important; }}@media (min-width:992px){.m-lg-0{ margin: 0 !important; }.mt-lg-0,.my-lg-0{ margin-top: 0 !important; }.mr-lg-0,.mx-lg-0{ margin-right: 0 !important; }.mb-lg-0,.my-lg-0{ margin-bottom: 0 !important; }.ml-lg-0,.mx-lg-0{ margin-left: 0 !important; }.m-lg-1{ margin: .25rem !important; }.mt-lg-1,.my-lg-1{ margin-top: .25rem !important; }.mr-lg-1,.mx-lg-1{ margin-right: .25rem !important; }.mb-lg-1,.my-lg-1{ margin-bottom: .25rem !important; }.ml-lg-1,.mx-lg-1{ margin-left: .25rem !important; }.m-lg-2{ margin: .5rem !important; }.mt-lg-2,.my-lg-2{ margin-top: .5rem !important; }.mr-lg-2,.mx-lg-2{ margin-right: .5rem !important; }.mb-lg-2,.my-lg-2{ margin-bottom: .5rem !important; }.ml-lg-2,.mx-lg-2{ margin-left: .5rem !important; }.m-lg-3{ margin: 1rem !important; }.mt-lg-3,.my-lg-3{ margin-top: 1rem !important; }.mr-lg-3,.mx-lg-3{ margin-right: 1rem !important; }.mb-lg-3,.my-lg-3{ margin-bottom: 1rem !important; }.ml-lg-3,.mx-lg-3{ margin-left: 1rem !important; }.m-lg-4{ margin: 1.5rem !important; }.mt-lg-4,.my-lg-4{ margin-top: 1.5rem !important; }.mr-lg-4,.mx-lg-4{ margin-right: 1.5rem !important; }.mb-lg-4,.my-lg-4{ margin-bottom: 1.5rem !important; }.ml-lg-4,.mx-lg-4{ margin-left: 1.5rem !important; }.m-lg-5{ margin: 3rem !important; }.mt-lg-5,.my-lg-5{ margin-top: 3rem !important; }.mr-lg-5,.mx-lg-5{ margin-right: 3rem !important; }.mb-lg-5,.my-lg-5{ margin-bottom: 3rem !important; }.ml-lg-5,.mx-lg-5{ margin-left: 3rem !important; }.m-lg-6{ margin: 4rem !important; }.mt-lg-6,.my-lg-6{ margin-top: 4rem !important; }.mr-lg-6,.mx-lg-6{ margin-right: 4rem !important; }.mb-lg-6,.my-lg-6{ margin-bottom: 4rem !important; }.ml-lg-6,.mx-lg-6{ margin-left: 4rem !important; }.m-lg-7{ margin: 5rem !important; }.mt-lg-7,.my-lg-7{ margin-top: 5rem !important; }.mr-lg-7,.mx-lg-7{ margin-right: 5rem !important; }.mb-lg-7,.my-lg-7{ margin-bottom: 5rem !important; }.ml-lg-7,.mx-lg-7{ margin-left: 5rem !important; }.p-lg-0{ padding: 0 !important; }.pt-lg-0,.py-lg-0{ padding-top: 0 !important; }.pr-lg-0,.px-lg-0{ padding-right: 0 !important; }.pb-lg-0,.py-lg-0{ padding-bottom: 0 !important; }.pl-lg-0,.px-lg-0{ padding-left: 0 !important; }.p-lg-1{ padding: .25rem !important; }.pt-lg-1,.py-lg-1{ padding-top: .25rem !important; }.pr-lg-1,.px-lg-1{ padding-right: .25rem !important; }.pb-lg-1,.py-lg-1{ padding-bottom: .25rem !important; }.pl-lg-1,.px-lg-1{ padding-left: .25rem !important; }.p-lg-2{ padding: .5rem !important; }.pt-lg-2,.py-lg-2{ padding-top: .5rem !important; }.pr-lg-2,.px-lg-2{ padding-right: .5rem !important; }.pb-lg-2,.py-lg-2{ padding-bottom: .5rem !important; }.pl-lg-2,.px-lg-2{ padding-left: .5rem !important; }.p-lg-3{ padding: 1rem !important; }.pt-lg-3,.py-lg-3{ padding-top: 1rem !important; }.pr-lg-3,.px-lg-3{ padding-right: 1rem !important; }.pb-lg-3,.py-lg-3{ padding-bottom: 1rem !important; }.pl-lg-3,.px-lg-3{ padding-left: 1rem !important; }.p-lg-4{ padding: 1.5rem !important; }.pt-lg-4,.py-lg-4{ padding-top: 1.5rem !important; }.pr-lg-4,.px-lg-4{ padding-right: 1.5rem !important; }.pb-lg-4,.py-lg-4{ padding-bottom: 1.5rem !important; }.pl-lg-4,.px-lg-4{ padding-left: 1.5rem !important; }.p-lg-5{ padding: 3rem !important; }.pt-lg-5,.py-lg-5{ padding-top: 3rem !important; }.pr-lg-5,.px-lg-5{ padding-right: 3rem !important; }.pb-lg-5,.py-lg-5{ padding-bottom: 3rem !important; }.pl-lg-5,.px-lg-5{ padding-left: 3rem !important; }.p-lg-6{ padding: 4rem !important; }.pt-lg-6,.py-lg-6{ padding-top: 4rem !important; }.pr-lg-6,.px-lg-6{ padding-right: 4rem !important; }.pb-lg-6,.py-lg-6{ padding-bottom: 4rem !important; }.pl-lg-6,.px-lg-6{ padding-left: 4rem !important; }.p-lg-7{ padding: 5rem !important; }.pt-lg-7,.py-lg-7{ padding-top: 5rem !important; }.pr-lg-7,.px-lg-7{ padding-right: 5rem !important; }.pb-lg-7,.py-lg-7{ padding-bottom: 5rem !important; }.pl-lg-7,.px-lg-7{ padding-left: 5rem !important; }.m-lg-n1{ margin: -.25rem !important; }.mt-lg-n1,.my-lg-n1{ margin-top: -.25rem !important; }.mr-lg-n1,.mx-lg-n1{ margin-right: -.25rem !important; }.mb-lg-n1,.my-lg-n1{ margin-bottom: -.25rem !important; }.ml-lg-n1,.mx-lg-n1{ margin-left: -.25rem !important; }.m-lg-n2{ margin: -.5rem !important; }.mt-lg-n2,.my-lg-n2{ margin-top: -.5rem !important; }.mr-lg-n2,.mx-lg-n2{ margin-right: -.5rem !important; }.mb-lg-n2,.my-lg-n2{ margin-bottom: -.5rem !important; }.ml-lg-n2,.mx-lg-n2{ margin-left: -.5rem !important; }.m-lg-n3{ margin: -1rem !important; }.mt-lg-n3,.my-lg-n3{ margin-top: -1rem !important; }.mr-lg-n3,.mx-lg-n3{ margin-right: -1rem !important; }.mb-lg-n3,.my-lg-n3{ margin-bottom: -1rem !important; }.ml-lg-n3,.mx-lg-n3{ margin-left: -1rem !important; }.m-lg-n4{ margin: -1.5rem !important; }.mt-lg-n4,.my-lg-n4{ margin-top: -1.5rem !important; }.mr-lg-n4,.mx-lg-n4{ margin-right: -1.5rem !important; }.mb-lg-n4,.my-lg-n4{ margin-bottom: -1.5rem !important; }.ml-lg-n4,.mx-lg-n4{ margin-left: -1.5rem !important; }.m-lg-n5{ margin: -3rem !important; }.mt-lg-n5,.my-lg-n5{ margin-top: -3rem !important; }.mr-lg-n5,.mx-lg-n5{ margin-right: -3rem !important; }.mb-lg-n5,.my-lg-n5{ margin-bottom: -3rem !important; }.ml-lg-n5,.mx-lg-n5{ margin-left: -3rem !important; }.m-lg-n6{ margin: -4rem !important; }.mt-lg-n6,.my-lg-n6{ margin-top: -4rem !important; }.mr-lg-n6,.mx-lg-n6{ margin-right: -4rem !important; }.mb-lg-n6,.my-lg-n6{ margin-bottom: -4rem !important; }.ml-lg-n6,.mx-lg-n6{ margin-left: -4rem !important; }.m-lg-n7{ margin: -5rem !important; }.mt-lg-n7,.my-lg-n7{ margin-top: -5rem !important; }.mr-lg-n7,.mx-lg-n7{ margin-right: -5rem !important; }.mb-lg-n7,.my-lg-n7{ margin-bottom: -5rem !important; }.ml-lg-n7,.mx-lg-n7{ margin-left: -5rem !important; }.m-lg-auto{ margin: auto !important; }.mt-lg-auto,.my-lg-auto{ margin-top: auto !important; }.mr-lg-auto,.mx-lg-auto{ margin-right: auto !important; }.mb-lg-auto,.my-lg-auto{ margin-bottom: auto !important; }.ml-lg-auto,.mx-lg-auto{ margin-left: auto !important; }}@media (min-width:1200px){.m-xl-0{ margin: 0 !important; }.mt-xl-0,.my-xl-0{ margin-top: 0 !important; }.mr-xl-0,.mx-xl-0{ margin-right: 0 !important; }.mb-xl-0,.my-xl-0{ margin-bottom: 0 !important; }.ml-xl-0,.mx-xl-0{ margin-left: 0 !important; }.m-xl-1{ margin: .25rem !important; }.mt-xl-1,.my-xl-1{ margin-top: .25rem !important; }.mr-xl-1,.mx-xl-1{ margin-right: .25rem !important; }.mb-xl-1,.my-xl-1{ margin-bottom: .25rem !important; }.ml-xl-1,.mx-xl-1{ margin-left: .25rem !important; }.m-xl-2{ margin: .5rem !important; }.mt-xl-2,.my-xl-2{ margin-top: .5rem !important; }.mr-xl-2,.mx-xl-2{ margin-right: .5rem !important; }.mb-xl-2,.my-xl-2{ margin-bottom: .5rem !important; }.ml-xl-2,.mx-xl-2{ margin-left: .5rem !important; }.m-xl-3{ margin: 1rem !important; }.mt-xl-3,.my-xl-3{ margin-top: 1rem !important; }.mr-xl-3,.mx-xl-3{ margin-right: 1rem !important; }.mb-xl-3,.my-xl-3{ margin-bottom: 1rem !important; }.ml-xl-3,.mx-xl-3{ margin-left: 1rem !important; }.m-xl-4{ margin: 1.5rem !important; }.mt-xl-4,.my-xl-4{ margin-top: 1.5rem !important; }.mr-xl-4,.mx-xl-4{ margin-right: 1.5rem !important; }.mb-xl-4,.my-xl-4{ margin-bottom: 1.5rem !important; }.ml-xl-4,.mx-xl-4{ margin-left: 1.5rem !important; }.m-xl-5{ margin: 3rem !important; }.mt-xl-5,.my-xl-5{ margin-top: 3rem !important; }.mr-xl-5,.mx-xl-5{ margin-right: 3rem !important; }.mb-xl-5,.my-xl-5{ margin-bottom: 3rem !important; }.ml-xl-5,.mx-xl-5{ margin-left: 3rem !important; }.m-xl-6{ margin: 4rem !important; }.mt-xl-6,.my-xl-6{ margin-top: 4rem !important; }.mr-xl-6,.mx-xl-6{ margin-right: 4rem !important; }.mb-xl-6,.my-xl-6{ margin-bottom: 4rem !important; }.ml-xl-6,.mx-xl-6{ margin-left: 4rem !important; }.m-xl-7{ margin: 5rem !important; }.mt-xl-7,.my-xl-7{ margin-top: 5rem !important; }.mr-xl-7,.mx-xl-7{ margin-right: 5rem !important; }.mb-xl-7,.my-xl-7{ margin-bottom: 5rem !important; }.ml-xl-7,.mx-xl-7{ margin-left: 5rem !important; }.p-xl-0{ padding: 0 !important; }.pt-xl-0,.py-xl-0{ padding-top: 0 !important; }.pr-xl-0,.px-xl-0{ padding-right: 0 !important; }.pb-xl-0,.py-xl-0{ padding-bottom: 0 !important; }.pl-xl-0,.px-xl-0{ padding-left: 0 !important; }.p-xl-1{ padding: .25rem !important; }.pt-xl-1,.py-xl-1{ padding-top: .25rem !important; }.pr-xl-1,.px-xl-1{ padding-right: .25rem !important; }.pb-xl-1,.py-xl-1{ padding-bottom: .25rem !important; }.pl-xl-1,.px-xl-1{ padding-left: .25rem !important; }.p-xl-2{ padding: .5rem !important; }.pt-xl-2,.py-xl-2{ padding-top: .5rem !important; }.pr-xl-2,.px-xl-2{ padding-right: .5rem !important; }.pb-xl-2,.py-xl-2{ padding-bottom: .5rem !important; }.pl-xl-2,.px-xl-2{ padding-left: .5rem !important; }.p-xl-3{ padding: 1rem !important; }.pt-xl-3,.py-xl-3{ padding-top: 1rem !important; }.pr-xl-3,.px-xl-3{ padding-right: 1rem !important; }.pb-xl-3,.py-xl-3{ padding-bottom: 1rem !important; }.pl-xl-3,.px-xl-3{ padding-left: 1rem !important; }.p-xl-4{ padding: 1.5rem !important; }.pt-xl-4,.py-xl-4{ padding-top: 1.5rem !important; }.pr-xl-4,.px-xl-4{ padding-right: 1.5rem !important; }.pb-xl-4,.py-xl-4{ padding-bottom: 1.5rem !important; }.pl-xl-4,.px-xl-4{ padding-left: 1.5rem !important; }.p-xl-5{ padding: 3rem !important; }.pt-xl-5,.py-xl-5{ padding-top: 3rem !important; }.pr-xl-5,.px-xl-5{ padding-right: 3rem !important; }.pb-xl-5,.py-xl-5{ padding-bottom: 3rem !important; }.pl-xl-5,.px-xl-5{ padding-left: 3rem !important; }.p-xl-6{ padding: 4rem !important; }.pt-xl-6,.py-xl-6{ padding-top: 4rem !important; }.pr-xl-6,.px-xl-6{ padding-right: 4rem !important; }.pb-xl-6,.py-xl-6{ padding-bottom: 4rem !important; }.pl-xl-6,.px-xl-6{ padding-left: 4rem !important; }.p-xl-7{ padding: 5rem !important; }.pt-xl-7,.py-xl-7{ padding-top: 5rem !important; }.pr-xl-7,.px-xl-7{ padding-right: 5rem !important; }.pb-xl-7,.py-xl-7{ padding-bottom: 5rem !important; }.pl-xl-7,.px-xl-7{ padding-left: 5rem !important; }.m-xl-n1{ margin: -.25rem !important; }.mt-xl-n1,.my-xl-n1{ margin-top: -.25rem !important; }.mr-xl-n1,.mx-xl-n1{ margin-right: -.25rem !important; }.mb-xl-n1,.my-xl-n1{ margin-bottom: -.25rem !important; }.ml-xl-n1,.mx-xl-n1{ margin-left: -.25rem !important; }.m-xl-n2{ margin: -.5rem !important; }.mt-xl-n2,.my-xl-n2{ margin-top: -.5rem !important; }.mr-xl-n2,.mx-xl-n2{ margin-right: -.5rem !important; }.mb-xl-n2,.my-xl-n2{ margin-bottom: -.5rem !important; }.ml-xl-n2,.mx-xl-n2{ margin-left: -.5rem !important; }.m-xl-n3{ margin: -1rem !important; }.mt-xl-n3,.my-xl-n3{ margin-top: -1rem !important; }.mr-xl-n3,.mx-xl-n3{ margin-right: -1rem !important; }.mb-xl-n3,.my-xl-n3{ margin-bottom: -1rem !important; }.ml-xl-n3,.mx-xl-n3{ margin-left: -1rem !important; }.m-xl-n4{ margin: -1.5rem !important; }.mt-xl-n4,.my-xl-n4{ margin-top: -1.5rem !important; }.mr-xl-n4,.mx-xl-n4{ margin-right: -1.5rem !important; }.mb-xl-n4,.my-xl-n4{ margin-bottom: -1.5rem !important; }.ml-xl-n4,.mx-xl-n4{ margin-left: -1.5rem !important; }.m-xl-n5{ margin: -3rem !important; }.mt-xl-n5,.my-xl-n5{ margin-top: -3rem !important; }.mr-xl-n5,.mx-xl-n5{ margin-right: -3rem !important; }.mb-xl-n5,.my-xl-n5{ margin-bottom: -3rem !important; }.ml-xl-n5,.mx-xl-n5{ margin-left: -3rem !important; }.m-xl-n6{ margin: -4rem !important; }.mt-xl-n6,.my-xl-n6{ margin-top: -4rem !important; }.mr-xl-n6,.mx-xl-n6{ margin-right: -4rem !important; }.mb-xl-n6,.my-xl-n6{ margin-bottom: -4rem !important; }.ml-xl-n6,.mx-xl-n6{ margin-left: -4rem !important; }.m-xl-n7{ margin: -5rem !important; }.mt-xl-n7,.my-xl-n7{ margin-top: -5rem !important; }.mr-xl-n7,.mx-xl-n7{ margin-right: -5rem !important; }.mb-xl-n7,.my-xl-n7{ margin-bottom: -5rem !important; }.ml-xl-n7,.mx-xl-n7{ margin-left: -5rem !important; }.m-xl-auto{ margin: auto !important; }.mt-xl-auto,.my-xl-auto{ margin-top: auto !important; }.mr-xl-auto,.mx-xl-auto{ margin-right: auto !important; }.mb-xl-auto,.my-xl-auto{ margin-bottom: auto !important; }.ml-xl-auto,.mx-xl-auto{ margin-left: auto !important; }}@media (min-width:1280px){.m-mxl-0{ margin: 0 !important; }.mt-mxl-0,.my-mxl-0{ margin-top: 0 !important; }.mr-mxl-0,.mx-mxl-0{ margin-right: 0 !important; }.mb-mxl-0,.my-mxl-0{ margin-bottom: 0 !important; }.ml-mxl-0,.mx-mxl-0{ margin-left: 0 !important; }.m-mxl-1{ margin: .25rem !important; }.mt-mxl-1,.my-mxl-1{ margin-top: .25rem !important; }.mr-mxl-1,.mx-mxl-1{ margin-right: .25rem !important; }.mb-mxl-1,.my-mxl-1{ margin-bottom: .25rem !important; }.ml-mxl-1,.mx-mxl-1{ margin-left: .25rem !important; }.m-mxl-2{ margin: .5rem !important; }.mt-mxl-2,.my-mxl-2{ margin-top: .5rem !important; }.mr-mxl-2,.mx-mxl-2{ margin-right: .5rem !important; }.mb-mxl-2,.my-mxl-2{ margin-bottom: .5rem !important; }.ml-mxl-2,.mx-mxl-2{ margin-left: .5rem !important; }.m-mxl-3{ margin: 1rem !important; }.mt-mxl-3,.my-mxl-3{ margin-top: 1rem !important; }.mr-mxl-3,.mx-mxl-3{ margin-right: 1rem !important; }.mb-mxl-3,.my-mxl-3{ margin-bottom: 1rem !important; }.ml-mxl-3,.mx-mxl-3{ margin-left: 1rem !important; }.m-mxl-4{ margin: 1.5rem !important; }.mt-mxl-4,.my-mxl-4{ margin-top: 1.5rem !important; }.mr-mxl-4,.mx-mxl-4{ margin-right: 1.5rem !important; }.mb-mxl-4,.my-mxl-4{ margin-bottom: 1.5rem !important; }.ml-mxl-4,.mx-mxl-4{ margin-left: 1.5rem !important; }.m-mxl-5{ margin: 3rem !important; }.mt-mxl-5,.my-mxl-5{ margin-top: 3rem !important; }.mr-mxl-5,.mx-mxl-5{ margin-right: 3rem !important; }.mb-mxl-5,.my-mxl-5{ margin-bottom: 3rem !important; }.ml-mxl-5,.mx-mxl-5{ margin-left: 3rem !important; }.m-mxl-6{ margin: 4rem !important; }.mt-mxl-6,.my-mxl-6{ margin-top: 4rem !important; }.mr-mxl-6,.mx-mxl-6{ margin-right: 4rem !important; }.mb-mxl-6,.my-mxl-6{ margin-bottom: 4rem !important; }.ml-mxl-6,.mx-mxl-6{ margin-left: 4rem !important; }.m-mxl-7{ margin: 5rem !important; }.mt-mxl-7,.my-mxl-7{ margin-top: 5rem !important; }.mr-mxl-7,.mx-mxl-7{ margin-right: 5rem !important; }.mb-mxl-7,.my-mxl-7{ margin-bottom: 5rem !important; }.ml-mxl-7,.mx-mxl-7{ margin-left: 5rem !important; }.p-mxl-0{ padding: 0 !important; }.pt-mxl-0,.py-mxl-0{ padding-top: 0 !important; }.pr-mxl-0,.px-mxl-0{ padding-right: 0 !important; }.pb-mxl-0,.py-mxl-0{ padding-bottom: 0 !important; }.pl-mxl-0,.px-mxl-0{ padding-left: 0 !important; }.p-mxl-1{ padding: .25rem !important; }.pt-mxl-1,.py-mxl-1{ padding-top: .25rem !important; }.pr-mxl-1,.px-mxl-1{ padding-right: .25rem !important; }.pb-mxl-1,.py-mxl-1{ padding-bottom: .25rem !important; }.pl-mxl-1,.px-mxl-1{ padding-left: .25rem !important; }.p-mxl-2{ padding: .5rem !important; }.pt-mxl-2,.py-mxl-2{ padding-top: .5rem !important; }.pr-mxl-2,.px-mxl-2{ padding-right: .5rem !important; }.pb-mxl-2,.py-mxl-2{ padding-bottom: .5rem !important; }.pl-mxl-2,.px-mxl-2{ padding-left: .5rem !important; }.p-mxl-3{ padding: 1rem !important; }.pt-mxl-3,.py-mxl-3{ padding-top: 1rem !important; }.pr-mxl-3,.px-mxl-3{ padding-right: 1rem !important; }.pb-mxl-3,.py-mxl-3{ padding-bottom: 1rem !important; }.pl-mxl-3,.px-mxl-3{ padding-left: 1rem !important; }.p-mxl-4{ padding: 1.5rem !important; }.pt-mxl-4,.py-mxl-4{ padding-top: 1.5rem !important; }.pr-mxl-4,.px-mxl-4{ padding-right: 1.5rem !important; }.pb-mxl-4,.py-mxl-4{ padding-bottom: 1.5rem !important; }.pl-mxl-4,.px-mxl-4{ padding-left: 1.5rem !important; }.p-mxl-5{ padding: 3rem !important; }.pt-mxl-5,.py-mxl-5{ padding-top: 3rem !important; }.pr-mxl-5,.px-mxl-5{ padding-right: 3rem !important; }.pb-mxl-5,.py-mxl-5{ padding-bottom: 3rem !important; }.pl-mxl-5,.px-mxl-5{ padding-left: 3rem !important; }.p-mxl-6{ padding: 4rem !important; }.pt-mxl-6,.py-mxl-6{ padding-top: 4rem !important; }.pr-mxl-6,.px-mxl-6{ padding-right: 4rem !important; }.pb-mxl-6,.py-mxl-6{ padding-bottom: 4rem !important; }.pl-mxl-6,.px-mxl-6{ padding-left: 4rem !important; }.p-mxl-7{ padding: 5rem !important; }.pt-mxl-7,.py-mxl-7{ padding-top: 5rem !important; }.pr-mxl-7,.px-mxl-7{ padding-right: 5rem !important; }.pb-mxl-7,.py-mxl-7{ padding-bottom: 5rem !important; }.pl-mxl-7,.px-mxl-7{ padding-left: 5rem !important; }.m-mxl-n1{ margin: -.25rem !important; }.mt-mxl-n1,.my-mxl-n1{ margin-top: -.25rem !important; }.mr-mxl-n1,.mx-mxl-n1{ margin-right: -.25rem !important; }.mb-mxl-n1,.my-mxl-n1{ margin-bottom: -.25rem !important; }.ml-mxl-n1,.mx-mxl-n1{ margin-left: -.25rem !important; }.m-mxl-n2{ margin: -.5rem !important; }.mt-mxl-n2,.my-mxl-n2{ margin-top: -.5rem !important; }.mr-mxl-n2,.mx-mxl-n2{ margin-right: -.5rem !important; }.mb-mxl-n2,.my-mxl-n2{ margin-bottom: -.5rem !important; }.ml-mxl-n2,.mx-mxl-n2{ margin-left: -.5rem !important; }.m-mxl-n3{ margin: -1rem !important; }.mt-mxl-n3,.my-mxl-n3{ margin-top: -1rem !important; }.mr-mxl-n3,.mx-mxl-n3{ margin-right: -1rem !important; }.mb-mxl-n3,.my-mxl-n3{ margin-bottom: -1rem !important; }.ml-mxl-n3,.mx-mxl-n3{ margin-left: -1rem !important; }.m-mxl-n4{ margin: -1.5rem !important; }.mt-mxl-n4,.my-mxl-n4{ margin-top: -1.5rem !important; }.mr-mxl-n4,.mx-mxl-n4{ margin-right: -1.5rem !important; }.mb-mxl-n4,.my-mxl-n4{ margin-bottom: -1.5rem !important; }.ml-mxl-n4,.mx-mxl-n4{ margin-left: -1.5rem !important; }.m-mxl-n5{ margin: -3rem !important; }.mt-mxl-n5,.my-mxl-n5{ margin-top: -3rem !important; }.mr-mxl-n5,.mx-mxl-n5{ margin-right: -3rem !important; }.mb-mxl-n5,.my-mxl-n5{ margin-bottom: -3rem !important; }.ml-mxl-n5,.mx-mxl-n5{ margin-left: -3rem !important; }.m-mxl-n6{ margin: -4rem !important; }.mt-mxl-n6,.my-mxl-n6{ margin-top: -4rem !important; }.mr-mxl-n6,.mx-mxl-n6{ margin-right: -4rem !important; }.mb-mxl-n6,.my-mxl-n6{ margin-bottom: -4rem !important; }.ml-mxl-n6,.mx-mxl-n6{ margin-left: -4rem !important; }.m-mxl-n7{ margin: -5rem !important; }.mt-mxl-n7,.my-mxl-n7{ margin-top: -5rem !important; }.mr-mxl-n7,.mx-mxl-n7{ margin-right: -5rem !important; }.mb-mxl-n7,.my-mxl-n7{ margin-bottom: -5rem !important; }.ml-mxl-n7,.mx-mxl-n7{ margin-left: -5rem !important; }.m-mxl-auto{ margin: auto !important; }.mt-mxl-auto,.my-mxl-auto{ margin-top: auto !important; }.mr-mxl-auto,.mx-mxl-auto{ margin-right: auto !important; }.mb-mxl-auto,.my-mxl-auto{ margin-bottom: auto !important; }.ml-mxl-auto,.mx-mxl-auto{ margin-left: auto !important; }}@media (min-width:1400px){.m-xxl-0{ margin: 0 !important; }.mt-xxl-0,.my-xxl-0{ margin-top: 0 !important; }.mr-xxl-0,.mx-xxl-0{ margin-right: 0 !important; }.mb-xxl-0,.my-xxl-0{ margin-bottom: 0 !important; }.ml-xxl-0,.mx-xxl-0{ margin-left: 0 !important; }.m-xxl-1{ margin: .25rem !important; }.mt-xxl-1,.my-xxl-1{ margin-top: .25rem !important; }.mr-xxl-1,.mx-xxl-1{ margin-right: .25rem !important; }.mb-xxl-1,.my-xxl-1{ margin-bottom: .25rem !important; }.ml-xxl-1,.mx-xxl-1{ margin-left: .25rem !important; }.m-xxl-2{ margin: .5rem !important; }.mt-xxl-2,.my-xxl-2{ margin-top: .5rem !important; }.mr-xxl-2,.mx-xxl-2{ margin-right: .5rem !important; }.mb-xxl-2,.my-xxl-2{ margin-bottom: .5rem !important; }.ml-xxl-2,.mx-xxl-2{ margin-left: .5rem !important; }.m-xxl-3{ margin: 1rem !important; }.mt-xxl-3,.my-xxl-3{ margin-top: 1rem !important; }.mr-xxl-3,.mx-xxl-3{ margin-right: 1rem !important; }.mb-xxl-3,.my-xxl-3{ margin-bottom: 1rem !important; }.ml-xxl-3,.mx-xxl-3{ margin-left: 1rem !important; }.m-xxl-4{ margin: 1.5rem !important; }.mt-xxl-4,.my-xxl-4{ margin-top: 1.5rem !important; }.mr-xxl-4,.mx-xxl-4{ margin-right: 1.5rem !important; }.mb-xxl-4,.my-xxl-4{ margin-bottom: 1.5rem !important; }.ml-xxl-4,.mx-xxl-4{ margin-left: 1.5rem !important; }.m-xxl-5{ margin: 3rem !important; }.mt-xxl-5,.my-xxl-5{ margin-top: 3rem !important; }.mr-xxl-5,.mx-xxl-5{ margin-right: 3rem !important; }.mb-xxl-5,.my-xxl-5{ margin-bottom: 3rem !important; }.ml-xxl-5,.mx-xxl-5{ margin-left: 3rem !important; }.m-xxl-6{ margin: 4rem !important; }.mt-xxl-6,.my-xxl-6{ margin-top: 4rem !important; }.mr-xxl-6,.mx-xxl-6{ margin-right: 4rem !important; }.mb-xxl-6,.my-xxl-6{ margin-bottom: 4rem !important; }.ml-xxl-6,.mx-xxl-6{ margin-left: 4rem !important; }.m-xxl-7{ margin: 5rem !important; }.mt-xxl-7,.my-xxl-7{ margin-top: 5rem !important; }.mr-xxl-7,.mx-xxl-7{ margin-right: 5rem !important; }.mb-xxl-7,.my-xxl-7{ margin-bottom: 5rem !important; }.ml-xxl-7,.mx-xxl-7{ margin-left: 5rem !important; }.p-xxl-0{ padding: 0 !important; }.pt-xxl-0,.py-xxl-0{ padding-top: 0 !important; }.pr-xxl-0,.px-xxl-0{ padding-right: 0 !important; }.pb-xxl-0,.py-xxl-0{ padding-bottom: 0 !important; }.pl-xxl-0,.px-xxl-0{ padding-left: 0 !important; }.p-xxl-1{ padding: .25rem !important; }.pt-xxl-1,.py-xxl-1{ padding-top: .25rem !important; }.pr-xxl-1,.px-xxl-1{ padding-right: .25rem !important; }.pb-xxl-1,.py-xxl-1{ padding-bottom: .25rem !important; }.pl-xxl-1,.px-xxl-1{ padding-left: .25rem !important; }.p-xxl-2{ padding: .5rem !important; }.pt-xxl-2,.py-xxl-2{ padding-top: .5rem !important; }.pr-xxl-2,.px-xxl-2{ padding-right: .5rem !important; }.pb-xxl-2,.py-xxl-2{ padding-bottom: .5rem !important; }.pl-xxl-2,.px-xxl-2{ padding-left: .5rem !important; }.p-xxl-3{ padding: 1rem !important; }.pt-xxl-3,.py-xxl-3{ padding-top: 1rem !important; }.pr-xxl-3,.px-xxl-3{ padding-right: 1rem !important; }.pb-xxl-3,.py-xxl-3{ padding-bottom: 1rem !important; }.pl-xxl-3,.px-xxl-3{ padding-left: 1rem !important; }.p-xxl-4{ padding: 1.5rem !important; }.pt-xxl-4,.py-xxl-4{ padding-top: 1.5rem !important; }.pr-xxl-4,.px-xxl-4{ padding-right: 1.5rem !important; }.pb-xxl-4,.py-xxl-4{ padding-bottom: 1.5rem !important; }.pl-xxl-4,.px-xxl-4{ padding-left: 1.5rem !important; }.p-xxl-5{ padding: 3rem !important; }.pt-xxl-5,.py-xxl-5{ padding-top: 3rem !important; }.pr-xxl-5,.px-xxl-5{ padding-right: 3rem !important; }.pb-xxl-5,.py-xxl-5{ padding-bottom: 3rem !important; }.pl-xxl-5,.px-xxl-5{ padding-left: 3rem !important; }.p-xxl-6{ padding: 4rem !important; }.pt-xxl-6,.py-xxl-6{ padding-top: 4rem !important; }.pr-xxl-6,.px-xxl-6{ padding-right: 4rem !important; }.pb-xxl-6,.py-xxl-6{ padding-bottom: 4rem !important; }.pl-xxl-6,.px-xxl-6{ padding-left: 4rem !important; }.p-xxl-7{ padding: 5rem !important; }.pt-xxl-7,.py-xxl-7{ padding-top: 5rem !important; }.pr-xxl-7,.px-xxl-7{ padding-right: 5rem !important; }.pb-xxl-7,.py-xxl-7{ padding-bottom: 5rem !important; }.pl-xxl-7,.px-xxl-7{ padding-left: 5rem !important; }.m-xxl-n1{ margin: -.25rem !important; }.mt-xxl-n1,.my-xxl-n1{ margin-top: -.25rem !important; }.mr-xxl-n1,.mx-xxl-n1{ margin-right: -.25rem !important; }.mb-xxl-n1,.my-xxl-n1{ margin-bottom: -.25rem !important; }.ml-xxl-n1,.mx-xxl-n1{ margin-left: -.25rem !important; }.m-xxl-n2{ margin: -.5rem !important; }.mt-xxl-n2,.my-xxl-n2{ margin-top: -.5rem !important; }.mr-xxl-n2,.mx-xxl-n2{ margin-right: -.5rem !important; }.mb-xxl-n2,.my-xxl-n2{ margin-bottom: -.5rem !important; }.ml-xxl-n2,.mx-xxl-n2{ margin-left: -.5rem !important; }.m-xxl-n3{ margin: -1rem !important; }.mt-xxl-n3,.my-xxl-n3{ margin-top: -1rem !important; }.mr-xxl-n3,.mx-xxl-n3{ margin-right: -1rem !important; }.mb-xxl-n3,.my-xxl-n3{ margin-bottom: -1rem !important; }.ml-xxl-n3,.mx-xxl-n3{ margin-left: -1rem !important; }.m-xxl-n4{ margin: -1.5rem !important; }.mt-xxl-n4,.my-xxl-n4{ margin-top: -1.5rem !important; }.mr-xxl-n4,.mx-xxl-n4{ margin-right: -1.5rem !important; }.mb-xxl-n4,.my-xxl-n4{ margin-bottom: -1.5rem !important; }.ml-xxl-n4,.mx-xxl-n4{ margin-left: -1.5rem !important; }.m-xxl-n5{ margin: -3rem !important; }.mt-xxl-n5,.my-xxl-n5{ margin-top: -3rem !important; }.mr-xxl-n5,.mx-xxl-n5{ margin-right: -3rem !important; }.mb-xxl-n5,.my-xxl-n5{ margin-bottom: -3rem !important; }.ml-xxl-n5,.mx-xxl-n5{ margin-left: -3rem !important; }.m-xxl-n6{ margin: -4rem !important; }.mt-xxl-n6,.my-xxl-n6{ margin-top: -4rem !important; }.mr-xxl-n6,.mx-xxl-n6{ margin-right: -4rem !important; }.mb-xxl-n6,.my-xxl-n6{ margin-bottom: -4rem !important; }.ml-xxl-n6,.mx-xxl-n6{ margin-left: -4rem !important; }.m-xxl-n7{ margin: -5rem !important; }.mt-xxl-n7,.my-xxl-n7{ margin-top: -5rem !important; }.mr-xxl-n7,.mx-xxl-n7{ margin-right: -5rem !important; }.mb-xxl-n7,.my-xxl-n7{ margin-bottom: -5rem !important; }.ml-xxl-n7,.mx-xxl-n7{ margin-left: -5rem !important; }.m-xxl-auto{ margin: auto !important; }.mt-xxl-auto,.my-xxl-auto{ margin-top: auto !important; }.mr-xxl-auto,.mx-xxl-auto{ margin-right: auto !important; }.mb-xxl-auto,.my-xxl-auto{ margin-bottom: auto !important; }.ml-xxl-auto,.mx-xxl-auto{ margin-left: auto !important; }}@media (min-width:1600px){.m-xxxl-0{ margin: 0 !important; }.mt-xxxl-0,.my-xxxl-0{ margin-top: 0 !important; }.mr-xxxl-0,.mx-xxxl-0{ margin-right: 0 !important; }.mb-xxxl-0,.my-xxxl-0{ margin-bottom: 0 !important; }.ml-xxxl-0,.mx-xxxl-0{ margin-left: 0 !important; }.m-xxxl-1{ margin: .25rem !important; }.mt-xxxl-1,.my-xxxl-1{ margin-top: .25rem !important; }.mr-xxxl-1,.mx-xxxl-1{ margin-right: .25rem !important; }.mb-xxxl-1,.my-xxxl-1{ margin-bottom: .25rem !important; }.ml-xxxl-1,.mx-xxxl-1{ margin-left: .25rem !important; }.m-xxxl-2{ margin: .5rem !important; }.mt-xxxl-2,.my-xxxl-2{ margin-top: .5rem !important; }.mr-xxxl-2,.mx-xxxl-2{ margin-right: .5rem !important; }.mb-xxxl-2,.my-xxxl-2{ margin-bottom: .5rem !important; }.ml-xxxl-2,.mx-xxxl-2{ margin-left: .5rem !important; }.m-xxxl-3{ margin: 1rem !important; }.mt-xxxl-3,.my-xxxl-3{ margin-top: 1rem !important; }.mr-xxxl-3,.mx-xxxl-3{ margin-right: 1rem !important; }.mb-xxxl-3,.my-xxxl-3{ margin-bottom: 1rem !important; }.ml-xxxl-3,.mx-xxxl-3{ margin-left: 1rem !important; }.m-xxxl-4{ margin: 1.5rem !important; }.mt-xxxl-4,.my-xxxl-4{ margin-top: 1.5rem !important; }.mr-xxxl-4,.mx-xxxl-4{ margin-right: 1.5rem !important; }.mb-xxxl-4,.my-xxxl-4{ margin-bottom: 1.5rem !important; }.ml-xxxl-4,.mx-xxxl-4{ margin-left: 1.5rem !important; }.m-xxxl-5{ margin: 3rem !important; }.mt-xxxl-5,.my-xxxl-5{ margin-top: 3rem !important; }.mr-xxxl-5,.mx-xxxl-5{ margin-right: 3rem !important; }.mb-xxxl-5,.my-xxxl-5{ margin-bottom: 3rem !important; }.ml-xxxl-5,.mx-xxxl-5{ margin-left: 3rem !important; }.m-xxxl-6{ margin: 4rem !important; }.mt-xxxl-6,.my-xxxl-6{ margin-top: 4rem !important; }.mr-xxxl-6,.mx-xxxl-6{ margin-right: 4rem !important; }.mb-xxxl-6,.my-xxxl-6{ margin-bottom: 4rem !important; }.ml-xxxl-6,.mx-xxxl-6{ margin-left: 4rem !important; }.m-xxxl-7{ margin: 5rem !important; }.mt-xxxl-7,.my-xxxl-7{ margin-top: 5rem !important; }.mr-xxxl-7,.mx-xxxl-7{ margin-right: 5rem !important; }.mb-xxxl-7,.my-xxxl-7{ margin-bottom: 5rem !important; }.ml-xxxl-7,.mx-xxxl-7{ margin-left: 5rem !important; }.p-xxxl-0{ padding: 0 !important; }.pt-xxxl-0,.py-xxxl-0{ padding-top: 0 !important; }.pr-xxxl-0,.px-xxxl-0{ padding-right: 0 !important; }.pb-xxxl-0,.py-xxxl-0{ padding-bottom: 0 !important; }.pl-xxxl-0,.px-xxxl-0{ padding-left: 0 !important; }.p-xxxl-1{ padding: .25rem !important; }.pt-xxxl-1,.py-xxxl-1{ padding-top: .25rem !important; }.pr-xxxl-1,.px-xxxl-1{ padding-right: .25rem !important; }.pb-xxxl-1,.py-xxxl-1{ padding-bottom: .25rem !important; }.pl-xxxl-1,.px-xxxl-1{ padding-left: .25rem !important; }.p-xxxl-2{ padding: .5rem !important; }.pt-xxxl-2,.py-xxxl-2{ padding-top: .5rem !important; }.pr-xxxl-2,.px-xxxl-2{ padding-right: .5rem !important; }.pb-xxxl-2,.py-xxxl-2{ padding-bottom: .5rem !important; }.pl-xxxl-2,.px-xxxl-2{ padding-left: .5rem !important; }.p-xxxl-3{ padding: 1rem !important; }.pt-xxxl-3,.py-xxxl-3{ padding-top: 1rem !important; }.pr-xxxl-3,.px-xxxl-3{ padding-right: 1rem !important; }.pb-xxxl-3,.py-xxxl-3{ padding-bottom: 1rem !important; }.pl-xxxl-3,.px-xxxl-3{ padding-left: 1rem !important; }.p-xxxl-4{ padding: 1.5rem !important; }.pt-xxxl-4,.py-xxxl-4{ padding-top: 1.5rem !important; }.pr-xxxl-4,.px-xxxl-4{ padding-right: 1.5rem !important; }.pb-xxxl-4,.py-xxxl-4{ padding-bottom: 1.5rem !important; }.pl-xxxl-4,.px-xxxl-4{ padding-left: 1.5rem !important; }.p-xxxl-5{ padding: 3rem !important; }.pt-xxxl-5,.py-xxxl-5{ padding-top: 3rem !important; }.pr-xxxl-5,.px-xxxl-5{ padding-right: 3rem !important; }.pb-xxxl-5,.py-xxxl-5{ padding-bottom: 3rem !important; }.pl-xxxl-5,.px-xxxl-5{ padding-left: 3rem !important; }.p-xxxl-6{ padding: 4rem !important; }.pt-xxxl-6,.py-xxxl-6{ padding-top: 4rem !important; }.pr-xxxl-6,.px-xxxl-6{ padding-right: 4rem !important; }.pb-xxxl-6,.py-xxxl-6{ padding-bottom: 4rem !important; }.pl-xxxl-6,.px-xxxl-6{ padding-left: 4rem !important; }.p-xxxl-7{ padding: 5rem !important; }.pt-xxxl-7,.py-xxxl-7{ padding-top: 5rem !important; }.pr-xxxl-7,.px-xxxl-7{ padding-right: 5rem !important; }.pb-xxxl-7,.py-xxxl-7{ padding-bottom: 5rem !important; }.pl-xxxl-7,.px-xxxl-7{ padding-left: 5rem !important; }.m-xxxl-n1{ margin: -.25rem !important; }.mt-xxxl-n1,.my-xxxl-n1{ margin-top: -.25rem !important; }.mr-xxxl-n1,.mx-xxxl-n1{ margin-right: -.25rem !important; }.mb-xxxl-n1,.my-xxxl-n1{ margin-bottom: -.25rem !important; }.ml-xxxl-n1,.mx-xxxl-n1{ margin-left: -.25rem !important; }.m-xxxl-n2{ margin: -.5rem !important; }.mt-xxxl-n2,.my-xxxl-n2{ margin-top: -.5rem !important; }.mr-xxxl-n2,.mx-xxxl-n2{ margin-right: -.5rem !important; }.mb-xxxl-n2,.my-xxxl-n2{ margin-bottom: -.5rem !important; }.ml-xxxl-n2,.mx-xxxl-n2{ margin-left: -.5rem !important; }.m-xxxl-n3{ margin: -1rem !important; }.mt-xxxl-n3,.my-xxxl-n3{ margin-top: -1rem !important; }.mr-xxxl-n3,.mx-xxxl-n3{ margin-right: -1rem !important; }.mb-xxxl-n3,.my-xxxl-n3{ margin-bottom: -1rem !important; }.ml-xxxl-n3,.mx-xxxl-n3{ margin-left: -1rem !important; }.m-xxxl-n4{ margin: -1.5rem !important; }.mt-xxxl-n4,.my-xxxl-n4{ margin-top: -1.5rem !important; }.mr-xxxl-n4,.mx-xxxl-n4{ margin-right: -1.5rem !important; }.mb-xxxl-n4,.my-xxxl-n4{ margin-bottom: -1.5rem !important; }.ml-xxxl-n4,.mx-xxxl-n4{ margin-left: -1.5rem !important; }.m-xxxl-n5{ margin: -3rem !important; }.mt-xxxl-n5,.my-xxxl-n5{ margin-top: -3rem !important; }.mr-xxxl-n5,.mx-xxxl-n5{ margin-right: -3rem !important; }.mb-xxxl-n5,.my-xxxl-n5{ margin-bottom: -3rem !important; }.ml-xxxl-n5,.mx-xxxl-n5{ margin-left: -3rem !important; }.m-xxxl-n6{ margin: -4rem !important; }.mt-xxxl-n6,.my-xxxl-n6{ margin-top: -4rem !important; }.mr-xxxl-n6,.mx-xxxl-n6{ margin-right: -4rem !important; }.mb-xxxl-n6,.my-xxxl-n6{ margin-bottom: -4rem !important; }.ml-xxxl-n6,.mx-xxxl-n6{ margin-left: -4rem !important; }.m-xxxl-n7{ margin: -5rem !important; }.mt-xxxl-n7,.my-xxxl-n7{ margin-top: -5rem !important; }.mr-xxxl-n7,.mx-xxxl-n7{ margin-right: -5rem !important; }.mb-xxxl-n7,.my-xxxl-n7{ margin-bottom: -5rem !important; }.ml-xxxl-n7,.mx-xxxl-n7{ margin-left: -5rem !important; }.m-xxxl-auto{ margin: auto !important; }.mt-xxxl-auto,.my-xxxl-auto{ margin-top: auto !important; }.mr-xxxl-auto,.mx-xxxl-auto{ margin-right: auto !important; }.mb-xxxl-auto,.my-xxxl-auto{ margin-bottom: auto !important; }.ml-xxxl-auto,.mx-xxxl-auto{ margin-left: auto !important; }}@media (min-width:2600px){.m-xxxxxl-0{ margin: 0 !important; }.mt-xxxxxl-0,.my-xxxxxl-0{ margin-top: 0 !important; }.mr-xxxxxl-0,.mx-xxxxxl-0{ margin-right: 0 !important; }.mb-xxxxxl-0,.my-xxxxxl-0{ margin-bottom: 0 !important; }.ml-xxxxxl-0,.mx-xxxxxl-0{ margin-left: 0 !important; }.m-xxxxxl-1{ margin: .25rem !important; }.mt-xxxxxl-1,.my-xxxxxl-1{ margin-top: .25rem !important; }.mr-xxxxxl-1,.mx-xxxxxl-1{ margin-right: .25rem !important; }.mb-xxxxxl-1,.my-xxxxxl-1{ margin-bottom: .25rem !important; }.ml-xxxxxl-1,.mx-xxxxxl-1{ margin-left: .25rem !important; }.m-xxxxxl-2{ margin: .5rem !important; }.mt-xxxxxl-2,.my-xxxxxl-2{ margin-top: .5rem !important; }.mr-xxxxxl-2,.mx-xxxxxl-2{ margin-right: .5rem !important; }.mb-xxxxxl-2,.my-xxxxxl-2{ margin-bottom: .5rem !important; }.ml-xxxxxl-2,.mx-xxxxxl-2{ margin-left: .5rem !important; }.m-xxxxxl-3{ margin: 1rem !important; }.mt-xxxxxl-3,.my-xxxxxl-3{ margin-top: 1rem !important; }.mr-xxxxxl-3,.mx-xxxxxl-3{ margin-right: 1rem !important; }.mb-xxxxxl-3,.my-xxxxxl-3{ margin-bottom: 1rem !important; }.ml-xxxxxl-3,.mx-xxxxxl-3{ margin-left: 1rem !important; }.m-xxxxxl-4{ margin: 1.5rem !important; }.mt-xxxxxl-4,.my-xxxxxl-4{ margin-top: 1.5rem !important; }.mr-xxxxxl-4,.mx-xxxxxl-4{ margin-right: 1.5rem !important; }.mb-xxxxxl-4,.my-xxxxxl-4{ margin-bottom: 1.5rem !important; }.ml-xxxxxl-4,.mx-xxxxxl-4{ margin-left: 1.5rem !important; }.m-xxxxxl-5{ margin: 3rem !important; }.mt-xxxxxl-5,.my-xxxxxl-5{ margin-top: 3rem !important; }.mr-xxxxxl-5,.mx-xxxxxl-5{ margin-right: 3rem !important; }.mb-xxxxxl-5,.my-xxxxxl-5{ margin-bottom: 3rem !important; }.ml-xxxxxl-5,.mx-xxxxxl-5{ margin-left: 3rem !important; }.m-xxxxxl-6{ margin: 4rem !important; }.mt-xxxxxl-6,.my-xxxxxl-6{ margin-top: 4rem !important; }.mr-xxxxxl-6,.mx-xxxxxl-6{ margin-right: 4rem !important; }.mb-xxxxxl-6,.my-xxxxxl-6{ margin-bottom: 4rem !important; }.ml-xxxxxl-6,.mx-xxxxxl-6{ margin-left: 4rem !important; }.m-xxxxxl-7{ margin: 5rem !important; }.mt-xxxxxl-7,.my-xxxxxl-7{ margin-top: 5rem !important; }.mr-xxxxxl-7,.mx-xxxxxl-7{ margin-right: 5rem !important; }.mb-xxxxxl-7,.my-xxxxxl-7{ margin-bottom: 5rem !important; }.ml-xxxxxl-7,.mx-xxxxxl-7{ margin-left: 5rem !important; }.p-xxxxxl-0{ padding: 0 !important; }.pt-xxxxxl-0,.py-xxxxxl-0{ padding-top: 0 !important; }.pr-xxxxxl-0,.px-xxxxxl-0{ padding-right: 0 !important; }.pb-xxxxxl-0,.py-xxxxxl-0{ padding-bottom: 0 !important; }.pl-xxxxxl-0,.px-xxxxxl-0{ padding-left: 0 !important; }.p-xxxxxl-1{ padding: .25rem !important; }.pt-xxxxxl-1,.py-xxxxxl-1{ padding-top: .25rem !important; }.pr-xxxxxl-1,.px-xxxxxl-1{ padding-right: .25rem !important; }.pb-xxxxxl-1,.py-xxxxxl-1{ padding-bottom: .25rem !important; }.pl-xxxxxl-1,.px-xxxxxl-1{ padding-left: .25rem !important; }.p-xxxxxl-2{ padding: .5rem !important; }.pt-xxxxxl-2,.py-xxxxxl-2{ padding-top: .5rem !important; }.pr-xxxxxl-2,.px-xxxxxl-2{ padding-right: .5rem !important; }.pb-xxxxxl-2,.py-xxxxxl-2{ padding-bottom: .5rem !important; }.pl-xxxxxl-2,.px-xxxxxl-2{ padding-left: .5rem !important; }.p-xxxxxl-3{ padding: 1rem !important; }.pt-xxxxxl-3,.py-xxxxxl-3{ padding-top: 1rem !important; }.pr-xxxxxl-3,.px-xxxxxl-3{ padding-right: 1rem !important; }.pb-xxxxxl-3,.py-xxxxxl-3{ padding-bottom: 1rem !important; }.pl-xxxxxl-3,.px-xxxxxl-3{ padding-left: 1rem !important; }.p-xxxxxl-4{ padding: 1.5rem !important; }.pt-xxxxxl-4,.py-xxxxxl-4{ padding-top: 1.5rem !important; }.pr-xxxxxl-4,.px-xxxxxl-4{ padding-right: 1.5rem !important; }.pb-xxxxxl-4,.py-xxxxxl-4{ padding-bottom: 1.5rem !important; }.pl-xxxxxl-4,.px-xxxxxl-4{ padding-left: 1.5rem !important; }.p-xxxxxl-5{ padding: 3rem !important; }.pt-xxxxxl-5,.py-xxxxxl-5{ padding-top: 3rem !important; }.pr-xxxxxl-5,.px-xxxxxl-5{ padding-right: 3rem !important; }.pb-xxxxxl-5,.py-xxxxxl-5{ padding-bottom: 3rem !important; }.pl-xxxxxl-5,.px-xxxxxl-5{ padding-left: 3rem !important; }.p-xxxxxl-6{ padding: 4rem !important; }.pt-xxxxxl-6,.py-xxxxxl-6{ padding-top: 4rem !important; }.pr-xxxxxl-6,.px-xxxxxl-6{ padding-right: 4rem !important; }.pb-xxxxxl-6,.py-xxxxxl-6{ padding-bottom: 4rem !important; }.pl-xxxxxl-6,.px-xxxxxl-6{ padding-left: 4rem !important; }.p-xxxxxl-7{ padding: 5rem !important; }.pt-xxxxxl-7,.py-xxxxxl-7{ padding-top: 5rem !important; }.pr-xxxxxl-7,.px-xxxxxl-7{ padding-right: 5rem !important; }.pb-xxxxxl-7,.py-xxxxxl-7{ padding-bottom: 5rem !important; }.pl-xxxxxl-7,.px-xxxxxl-7{ padding-left: 5rem !important; }.m-xxxxxl-n1{ margin: -.25rem !important; }.mt-xxxxxl-n1,.my-xxxxxl-n1{ margin-top: -.25rem !important; }.mr-xxxxxl-n1,.mx-xxxxxl-n1{ margin-right: -.25rem !important; }.mb-xxxxxl-n1,.my-xxxxxl-n1{ margin-bottom: -.25rem !important; }.ml-xxxxxl-n1,.mx-xxxxxl-n1{ margin-left: -.25rem !important; }.m-xxxxxl-n2{ margin: -.5rem !important; }.mt-xxxxxl-n2,.my-xxxxxl-n2{ margin-top: -.5rem !important; }.mr-xxxxxl-n2,.mx-xxxxxl-n2{ margin-right: -.5rem !important; }.mb-xxxxxl-n2,.my-xxxxxl-n2{ margin-bottom: -.5rem !important; }.ml-xxxxxl-n2,.mx-xxxxxl-n2{ margin-left: -.5rem !important; }.m-xxxxxl-n3{ margin: -1rem !important; }.mt-xxxxxl-n3,.my-xxxxxl-n3{ margin-top: -1rem !important; }.mr-xxxxxl-n3,.mx-xxxxxl-n3{ margin-right: -1rem !important; }.mb-xxxxxl-n3,.my-xxxxxl-n3{ margin-bottom: -1rem !important; }.ml-xxxxxl-n3,.mx-xxxxxl-n3{ margin-left: -1rem !important; }.m-xxxxxl-n4{ margin: -1.5rem !important; }.mt-xxxxxl-n4,.my-xxxxxl-n4{ margin-top: -1.5rem !important; }.mr-xxxxxl-n4,.mx-xxxxxl-n4{ margin-right: -1.5rem !important; }.mb-xxxxxl-n4,.my-xxxxxl-n4{ margin-bottom: -1.5rem !important; }.ml-xxxxxl-n4,.mx-xxxxxl-n4{ margin-left: -1.5rem !important; }.m-xxxxxl-n5{ margin: -3rem !important; }.mt-xxxxxl-n5,.my-xxxxxl-n5{ margin-top: -3rem !important; }.mr-xxxxxl-n5,.mx-xxxxxl-n5{ margin-right: -3rem !important; }.mb-xxxxxl-n5,.my-xxxxxl-n5{ margin-bottom: -3rem !important; }.ml-xxxxxl-n5,.mx-xxxxxl-n5{ margin-left: -3rem !important; }.m-xxxxxl-n6{ margin: -4rem !important; }.mt-xxxxxl-n6,.my-xxxxxl-n6{ margin-top: -4rem !important; }.mr-xxxxxl-n6,.mx-xxxxxl-n6{ margin-right: -4rem !important; }.mb-xxxxxl-n6,.my-xxxxxl-n6{ margin-bottom: -4rem !important; }.ml-xxxxxl-n6,.mx-xxxxxl-n6{ margin-left: -4rem !important; }.m-xxxxxl-n7{ margin: -5rem !important; }.mt-xxxxxl-n7,.my-xxxxxl-n7{ margin-top: -5rem !important; }.mr-xxxxxl-n7,.mx-xxxxxl-n7{ margin-right: -5rem !important; }.mb-xxxxxl-n7,.my-xxxxxl-n7{ margin-bottom: -5rem !important; }.ml-xxxxxl-n7,.mx-xxxxxl-n7{ margin-left: -5rem !important; }.m-xxxxxl-auto{ margin: auto !important; }.mt-xxxxxl-auto,.my-xxxxxl-auto{ margin-top: auto !important; }.mr-xxxxxl-auto,.mx-xxxxxl-auto{ margin-right: auto !important; }.mb-xxxxxl-auto,.my-xxxxxl-auto{ margin-bottom: auto !important; }.ml-xxxxxl-auto,.mx-xxxxxl-auto{ margin-left: auto !important; }}.text-monospace{ font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important; }.text-justify{ text-align: justify !important; }.text-wrap{ white-space: normal !important; }.text-nowrap{ white-space: nowrap !important; }.text-truncate{ overflow: hidden;  -o-text-overflow: ellipsis; text-overflow: ellipsis;  white-space: nowrap; }.text-left{ text-align: left !important; }.text-right{ text-align: right !important; }.text-center{ text-align: center !important; }@media (min-width:576px){.text-sm-left{ text-align: left !important; }.text-sm-right{ text-align: right !important; }.text-sm-center{ text-align: center !important; }}@media (min-width:768px){.text-md-left{ text-align: left !important; }.text-md-right{ text-align: right !important; }.text-md-center{ text-align: center !important; }}@media (min-width:992px){.text-lg-left{ text-align: left !important; }.text-lg-right{ text-align: right !important; }.text-lg-center{ text-align: center !important; }}@media (min-width:1200px){.text-xl-left{ text-align: left !important; }.text-xl-right{ text-align: right !important; }.text-xl-center{ text-align: center !important; }}@media (min-width:1280px){.text-mxl-left{ text-align: left !important; }.text-mxl-right{ text-align: right !important; }.text-mxl-center{ text-align: center !important; }}@media (min-width:1400px){.text-xxl-left{ text-align: left !important; }.text-xxl-right{ text-align: right !important; }.text-xxl-center{ text-align: center !important; }}@media (min-width:1600px){.text-xxxl-left{ text-align: left !important; }.text-xxxl-right{ text-align: right !important; }.text-xxxl-center{ text-align: center !important; }}@media (min-width:2600px){.text-xxxxxl-left{ text-align: left !important; }.text-xxxxxl-right{ text-align: right !important; }.text-xxxxxl-center{ text-align: center !important; }}.text-lowercase{ text-transform: lowercase !important; }.text-uppercase{ text-transform: uppercase !important; }.text-capitalize{ text-transform: capitalize !important; }.font-weight-light{ font-weight: 100 !important; }.font-weight-lighter{ font-weight: lighter !important; }.font-weight-normal{ font-weight: 300 !important; }.font-weight-bold{ font-weight: 500 !important; }.font-weight-bolder{ font-weight: 500 !important; }.font-italic{ font-style: italic !important; }.text-white{ color: #fff !important; }.text-primary{ color: #D13627 !important; }a.text-primary:hover,a.text-primary:focus{ color: #91251b !important; }.text-secondary{ color: #234B59 !important; }a.text-secondary:hover,a.text-secondary:focus{ color: #0d1d22 !important; }.text-success{ color: #28a745 !important; }a.text-success:hover,a.text-success:focus{ color: #19692c !important; }.text-info{ color: #17a2b8 !important; }a.text-info:hover,a.text-info:focus{ color: #0f6674 !important; }.text-warning{ color: #F7A600 !important; }a.text-warning:hover,a.text-warning:focus{ color: #ab7300 !important; }.text-danger{ color: #D13627 !important; }a.text-danger:hover,a.text-danger:focus{ color: #91251b !important; }.text-light{ color: #f8f9fa !important; }a.text-light:hover,a.text-light:focus{ color: #cbd3da !important; }.text-dark{ color: #343a40 !important; }a.text-dark:hover,a.text-dark:focus{ color: #121416 !important; }.text-tertiary{ color: #F7A600 !important; }a.text-tertiary:hover,a.text-tertiary:focus{ color: #ab7300 !important; }.text-quaternary{ color: #EEB59F !important; }a.text-quaternary:hover,a.text-quaternary:focus{ color: #e2835e !important; }.text-primary-lighten{ color: #DC6248 !important; }a.text-primary-lighten:hover,a.text-primary-lighten:focus{ color: #b53c23 !important; }.text-secondary-lighten-1{ color: #4C6672 !important; }a.text-secondary-lighten-1:hover,a.text-secondary-lighten-1:focus{ color: #2d3d44 !important; }.text-secondary-lighten-2{ color: #A0A9B1 !important; }a.text-secondary-lighten-2:hover,a.text-secondary-lighten-2:focus{ color: #76838f !important; }.text-gray-100{ color: #f8f9fa !important; }a.text-gray-100:hover,a.text-gray-100:focus{ color: #cbd3da !important; }.text-gray-200{ color: #e9ecef !important; }a.text-gray-200:hover,a.text-gray-200:focus{ color: #bdc6cf !important; }.text-gray-300{ color: #dee2e6 !important; }a.text-gray-300:hover,a.text-gray-300:focus{ color: #b2bcc5 !important; }.text-gray-400{ color: #ced4da !important; }a.text-gray-400:hover,a.text-gray-400:focus{ color: #a2aeb9 !important; }.text-gray-500{ color: #adb5bd !important; }a.text-gray-500:hover,a.text-gray-500:focus{ color: #838f9b !important; }.text-gray-600{ color: #6c757d !important; }a.text-gray-600:hover,a.text-gray-600:focus{ color: #494f54 !important; }.text-gray-700{ color: #495057 !important; }a.text-gray-700:hover,a.text-gray-700:focus{ color: #262a2d !important; }.text-gray-800{ color: #343a40 !important; }a.text-gray-800:hover,a.text-gray-800:focus{ color: #121416 !important; }.text-gray-900{ color: #212529 !important; }a.text-gray-900:hover,a.text-gray-900:focus{ color: black !important; }.text-gray-105{ color: #DFE0E2 !important; }a.text-gray-105:hover,a.text-gray-105:focus{ color: #b7b9be !important; }.text-gray-705{ color: #758490 !important; }a.text-gray-705:hover,a.text-gray-705:focus{ color: #525d66 !important; }.text-black{ color: #000 !important; }a.text-black:hover,a.text-black:focus{ color: black !important; }.text-white{ color: #fff !important; }a.text-white:hover,a.text-white:focus{ color: #d9d9d9 !important; }.text-body{ color: #234B59 !important; }.text-muted{ color: #6c757d !important; }.text-black-50{ color: rgba(0,0,0,.5) !important; }.text-white-50{ color: rgba(255,255,255,.5) !important; }.text-hide{ font: 0/0 a;  color: transparent;  text-shadow: none;  background-color: transparent;  border: 0; }.text-decoration-none{ text-decoration: none !important; }.text-break{ word-break: break-word !important;  overflow-wrap: break-word !important; }.text-reset{ color: inherit !important; }.visible{ visibility: visible !important; }.invisible{ visibility: hidden !important; }@media print{*,*::before,*::after{ text-shadow: none !important;  -webkit-box-shadow: none !important; box-shadow: none !important; }a:not(.btn){ text-decoration: underline; }abbr[title]::after{ content: " (" attr(title) ")"; }pre{ white-space: pre-wrap !important; }pre,blockquote{ border: 1px solid #adb5bd;  page-break-inside: avoid; }thead{ display: table-header-group; }tr,img{ page-break-inside: avoid; }p,h2,h3{ orphans: 3;  widows: 3; }h2,h3{ page-break-after: avoid; }@page{body.layout-Roadshow .text-image-offset--text .container{ size: a3; }}body{ min-width: 992px !important; }.container{ min-width: 992px !important; }.navbar{ display: none; }.badge{ border: 1px solid #000; }.table,.ce-table{ border-collapse: collapse !important; }.table td,.ce-table td,.table th,.ce-table th{ background-color: #fff !important; }.table-bordered th,.ce-table-bordered th,.table-bordered td,.ce-table-bordered td{ border: 1px solid #dee2e6 !important; }.table-dark{ color: inherit; }.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody + tbody{ border-color: #dee2e6; }.table .thead-dark th,.ce-table .thead-dark th{ color: inherit;  border-color: #dee2e6; }}@font-face{ font-family: 'Roboto Condensed';  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Bold.eot);  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Bold.eot?#iefix) format('embedded-opentype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Bold.woff2) format('woff2'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Bold.woff) format('woff'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Bold.ttf) format('truetype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold) format('svg');  font-weight: 500;  font-style: normal;  font-display: swap; }@font-face{ font-family: 'Roboto Condensed';  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Light.eot);  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Light.eot?#iefix) format('embedded-opentype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Light.woff2) format('woff2'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Light.woff) format('woff'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Light.ttf) format('truetype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light) format('svg');  font-weight: 100;  font-style: normal;  font-display: swap; }@font-face{ font-family: 'Roboto Condensed';  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Regular.eot);  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Regular.eot?#iefix) format('embedded-opentype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Regular.woff2) format('woff2'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Regular.woff) format('woff'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Regular.ttf) format('truetype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular) format('svg');  font-weight: 300;  font-style: normal;  font-display: swap; }@font-face{ font-family: 'Nunito Sans';  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-ExtraLight.eot);  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-ExtraLight.eot?#iefix) format('embedded-opentype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-ExtraLight.woff2) format('woff2'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-ExtraLight.woff) format('woff'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-ExtraLight.ttf) format('truetype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-ExtraLight.svg#NunitoSans-ExtraLight) format('svg');  font-weight: 100;  font-style: normal;  font-display: swap; }@font-face{ font-family: 'Nunito Sans';  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Regular.eot);  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Regular.eot?#iefix) format('embedded-opentype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Regular.woff2) format('woff2'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Regular.woff) format('woff'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Regular.ttf) format('truetype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Regular.svg#NunitoSans-Regular) format('svg');  font-weight: 200;  font-style: normal;  font-display: swap; }@font-face{ font-family: 'Nunito Sans';  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Light.eot);  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Light.eot?#iefix) format('embedded-opentype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Light.woff2) format('woff2'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Light.woff) format('woff'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Light.ttf) format('truetype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/hinted-NunitoSans-Light.svg#NunitoSans-Light) format('svg');  font-weight: 300;  font-style: normal;  font-display: swap; }@font-face{ font-family: 'Nunito Sans';  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/NunitoSans-Bold.eot);  src: url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/NunitoSans-Bold.eot?#iefix) format('embedded-opentype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/NunitoSans-Bold.woff2) format('woff2'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/NunitoSans-Bold.woff) format('woff'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/NunitoSans-Bold.ttf) format('truetype'),url(/typo3conf/ext/yaw_template/Resources/Public/Fonts/NunitoSans-Bold.svg#NunitoSans-Bold) format('svg');  font-weight: 800;  font-style: normal;  font-display: swap; }.breadcrumb{ margin-bottom: 0;  margin-top: 0; }.breadcrumb a{ color: #949494;  font-size: 12px; }.home .breadcrumb-section{ display: none; }#page{ overflow-x: hidden; }.page-onepage #page{ padding-top: 0; }@media (min-width:992px){.page-onepage #page{ padding-top: 0; }}.page404 .breadcrumb-section{ display: none; }.page404 .hero{ color: #fff;  text-align: center; }.page404 .hero p{ font-size: 1.6rem;  margin-bottom: 50px;  text-shadow: 2px 2px #000; }.page404 .hero h2{ font-size: 12rem;  padding-bottom: 2rem;  text-shadow: 2px 2px #000; }.extbase-debugger{ position: relative;  z-index: 9999; }.mm-navbar .nav-link{ padding: .2rem 1rem; }body.cke_editable{ padding: .3rem; }.p-extra-padding{ padding-left: 10%;  padding-right: 10%;  padding-top: 80px;  padding-bottom: 80px;  margin: 0 auto; }.gutters-50 .row{ margin-right: -25px;  margin-left: -25px; }.gutters-50 .row > .col,.gutters-50 .row > [class*="col-"]{ padding-right: 25px;  padding-left: 25px; }.gutters-50 .image{ margin-bottom: 50px; }.gutters-60 .row{ margin-right: -30px;  margin-left: -30px; }.gutters-60 .row > .col,.gutters-60 .row > [class*="col-"]{ padding-right: 30px;  padding-left: 30px; }.gutters-60 .image{ margin-bottom: 60px; }.no-gutters{ margin-right: 0 !important;  margin-left: 0 !important; }.no-gutters > .col,.no-gutters > [class*="col-"]{ padding-right: 0 !important;  padding-left: 0 !important; }.side-fullheight .jumbotron.big{ padding-bottom: 200px;  margin-bottom: -200px; }.card-top{ position: relative; }.card-top .video-download{ float: right;  margin-top: 5px; }.card-top .video-download img{ width: 35px;  height: 35px; }.layout-datenschutz #content,.layout-impressum #content{ padding-left: 53px;  padding-right: 30px; }@media (min-width:576px){.layout-datenschutz #content,.layout-impressum #content{ padding-left: 30%; }}@media (min-width:768px){.layout-datenschutz #content,.layout-impressum #content{ padding-left: 15%; }}@media (min-width:1200px){.layout-datenschutz #content,.layout-impressum #content{ padding-left: 20%; }}.news .owl-theme .card-body{ padding: 1.25rem 0 !important; }#c1861 a.text-right{ float: right;  margin-right: 10%; }#content > .frame-type-wst3bootstrap_container > .ce-content > .p-extra-padding{ padding-left: 5%;  padding-right: 5%;  margin: 0 auto !important;  width: 90%; }#content > .frame-type-wst3bootstrap_container > .ce-content > .p-extra-padding.container-pull-right{ margin-left: 5% !important;  margin-right: 0 !important;  width: 100% !important; }@media (max-width:991.98px){#wsslider-1858 .owl-stage,#wsslider-199-sipmple .owl-stage,#wsslider-199news .owl-stage,#wsslider-199x .owl-stage,#wsslider-199y .owl-stage{ left: -50px; }}.video-download img{ max-width: 35px; }.accordion-teaser{ margin-top: -20%; }.accordion-teaser .inner{ background: transparent -webkit-linear-gradient(64deg,#3A768C,#D06D63,#FFD173 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(64deg,#3A768C,#D06D63,#FFD173 100%) 0% 0% no-repeat padding-box;  background: transparent -webkit-linear-gradient(64deg,#3A768C,#D06D63,#FFD173 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(64deg,#3A768C,#D06D63,#FFD173 100%) 0% 0% no-repeat padding-box; }.accordion-teaser .accordion .card-header{ background: transparent !important; }.accordion-teaser .accordion .card-header a{ color: #fff !important;  color: #fff !important; }.accordion-teaser .border-secondary{ border-color: #fff !important; }.accordion-teaser .card-body{ color: #fff !important; }@media (min-width:992px){.accordion-teaser .inner{ padding: 60px; }}.bg-primary-lighten .hero.blankhero.bg-img.jumbotron.bg-secondary{ background: #DC6248 !important; }.event-slider .card-body:first-child{ border-top: 1px solid #234B59;  padding-left: 0 !important;  padding-right: 0 !important; }.event-slider p{ display: block !important; }.event-slider .h3{ font-size: 2.5rem; }.event-slider .read-more{ margin-top: auto;  margin-bottom: 93%; }@media (max-width:991.98px){.event-slider .read-more{ margin-bottom: 0; }}.event-slider .read-more img{ -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }.eventdetail .event-shortdetails hr{ border-top: 1px solid #234B59; }.eventdetail .event-shortdetails p{ display: block !important; }.eventdetail .textblock p{}.eventdetail .textblock p a,.eventdetail .textblock p a:hover{ color: #dc6248;  text-decoration: underline; }.back-link,.back-link:hover{ color: #fff;  text-decoration: underline; }#eventAnmeldung-2118 .control-label{ display: none; }#eventAnmeldung-2118 p{ display: block; }#c2127 .container{ padding-top: 30px;  padding-bottom: 30px; }#c2127 .container .card{ padding-left: 0 !important;  padding-right: 0 !important;  border: none !important; }#c2067 .p-extra-padding{ width: 100%;  padding-left: 40px !important;  padding-right: 40px !important;  max-width: 1700px; }@media (max-width:991.98px){#c2067 .p-extra-padding{ padding-left: 0 !important;  padding-right: 0 !important; }#c2067 .p-extra-padding img{ max-width: none;  width: 100%; }}@media (max-width:991.98px){#page_311 .main-content .container{ margin: 0 15px;  max-width: 100%;  width: auto; }}#c2115 .card{ padding-left: 0 !important;  padding-right: 0 !important;  padding-top: 0 !important;  padding-bottom: 0 !important; }#page_1271 .body-wrapper.bg-secondary{ background: #A0A9B1 !important; }#page_1271 .body-wrapper.bg-secondary #c7203{ margin-top: 8rem; }#page_1271 .body-wrapper.bg-secondary a.btn{ color: #fff; }#page_1271 .body-wrapper.bg-secondary .accordion a{ color: #234B59 !important; }#page_1271 .body-wrapper.bg-secondary hr{ margin-top: 1rem;  margin-bottom: 1rem;  border: 0;  border-top: 1px solid #ccc;  display: block;  opacity: 1;  height: 1px;  width: 100%; }@media (min-width:768px){#page_1271 .body-wrapper.bg-secondary #c7446 .container{ width: 80%; }}#page_1271 .body-wrapper.bg-secondary #c7464{ position: relative; }#page_1271 .body-wrapper.bg-secondary #c7464:after{ content: '';  position: absolute;  bottom: -8%;  width: 150%;  height: 200px;  left: -649px;  right: 0;  -webkit-transform: translate(0,98px) rotate(-2.5deg) skewX(75deg);  -ms-transform: translate(0,98px) rotate(-2.5deg) skewX(75deg);  -webkit-transform: translate(0,98px) rotate(-2.5deg) skewX(75deg); -ms-transform: translate(0,98px) rotate(-2.5deg) skewX(75deg); transform: translate(0,98px) rotate(-2.5deg) skewX(75deg);  -webkit-transform-origin: top left;  -ms-transform-origin: top left;  -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left;  display: block;  background: #A0A9B1 !important;  z-index: 0;  -webkit-transform: translate(0,98px) rotate(-1.5deg) skewX(75deg);  -ms-transform: translate(0,98px) rotate(-1.5deg) skewX(75deg);  -webkit-transform: translate(0,98px) rotate(-1.5deg) skewX(75deg); -ms-transform: translate(0,98px) rotate(-1.5deg) skewX(75deg); transform: translate(0,98px) rotate(-1.5deg) skewX(75deg); }#page_1271 .body-wrapper.bg-secondary #c7446 .container{ z-index: 9; }#page_1271 .body-wrapper.bg-secondary #c7446 #c7448{ margin-bottom: -14rem; }@media (max-width:991.98px){#c7448 .bg-gradient{ margin-top: 7rem; }}.ref-modal .modal-dialog{ max-width: 70%; }.ref-modal .modal-header{ border: none;  padding-top: 30px;  padding-left: 30px;  padding-right: 30px; }.ref-modal .modal-body{ border: none;  padding-bottom: 30px;  padding-left: 30px;  padding-right: 30px; }.ref-modal .modal-body p{ font-size: 19px; }.ref-modal .close{ opacity: 1; }.rotate-45{ -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.modal-backdrop{ background-color: #234B59;  opacity: .8 !important; }@media (max-width:1399.98px){#page_1271 .btn-group{ right: 30px;  left: 30px; }#page_1271 .btn-group .btn{ margin-right: 0 !important;  max-width: none !important; }}#page_1271 #footer{ margin-top: -14rem; }.tx-referenten .card a:hover .card-title{ color: #DC6248 !important; }#wsslider-199news .owl-nav,#wsslider-199y .owl-nav,#wsslider-199news .owl-nav .owl-prev,#wsslider-199y .owl-nav .owl-prev{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }#wsslider-199news .owl-nav [class*='owl-'] .fa.fa-angle-right:before,#wsslider-199y .owl-nav [class*='owl-'] .fa.fa-angle-right:before,#wsslider-199news .owl-nav [class*='owl-']:hover .fa.fa-angle-right:before,#wsslider-199y .owl-nav [class*='owl-']:hover .fa.fa-angle-right:before{ content: "";  background: center center url(/fileadmin/user_upload/icons/training-slider/arrow_gray_right.svg); }#wsslider-199news .owl-nav [class*='owl-'] .fa.fa-angle-left:before,#wsslider-199y .owl-nav [class*='owl-'] .fa.fa-angle-left:before,#wsslider-199news .owl-nav [class*='owl-']:hover .fa.fa-angle-left:before,#wsslider-199y .owl-nav [class*='owl-']:hover .fa.fa-angle-left:before{ content: ""; }#wsslider-199news .owl-nav [class*='owl-'] .fa.fa-angle-right,#wsslider-199y .owl-nav [class*='owl-'] .fa.fa-angle-right,#wsslider-199news .owl-nav [class*='owl-'] .fa.fa-angle-left,#wsslider-199y .owl-nav [class*='owl-'] .fa.fa-angle-left{ background-size: contain; }#wsslider-199news .owl-nav [class*='owl-'] .fa.fa-angle-right,#wsslider-199y .owl-nav [class*='owl-'] .fa.fa-angle-right{ background: center center url(/fileadmin/user_upload/icons/training-slider/arrow_gray_right.svg); }#wsslider-199news .owl-nav [class*='owl-'] .fa.fa-angle-left,#wsslider-199y .owl-nav [class*='owl-'] .fa.fa-angle-left{ background: center center url(/fileadmin/user_upload/icons/training-slider/arrow_gray_left.svg); }#wsslider-199news .owl-nav .owl-prev,#wsslider-199y .owl-nav .owl-prev{ margin-right: 0;  padding-right: 0; }#wsslider-199news .owl-nav .owl-prev::after,#wsslider-199y .owl-nav .owl-prev::after{ display: none;  height: 100%;  content: " scroll"; }#wsslider-199news .owl-nav .owl-next,#wsslider-199y .owl-nav .owl-next{ margin-left: 0; }#wsslider-199news span.text,#wsslider-199y span.text{ line-height: 40px;  height: 40px;  vertical-align: text-bottom;  display: inline-block;  color: #9ea9b0; }#c10817 .button-wrap{ text-align: right;  margin-right: 4rem; }#c10817 .button-wrap .btn:after{ content: ' ';  display: inline-block;  width: 1em;  height: 1em;  background: url(/fileadmin/user_upload/icons/pfeil-button-weiss.svg) no-repeat center center;  background-size: contain;  vertical-align: bottom;  margin-left: 20px; }@media (min-width:1400px){#wsslider-199news2 .item{ height: 28.35vw !important; }#wsslider-199news2 .item .card{ background-size: cover !important; }}.social-nav .calltoaction-item.q-item{ margin-left: 30%; }.social-nav .calltoaction-item.q-item a.calltoaction-item-link{ background: none !important;  padding-top: 0 !important; }#typo3-preview-info{ top: auto !important;  bottom: 15px; }#footer{ position: relative;  padding-top: 100px; }#footer:before,#footer:after{ display: block;  content: '';  background: #fff;  position: absolute;  z-index: 2; }#footer:before{ width: -webkit-calc(100% - 100px + 1px); width: calc(100% - 100px + 1px);  height: 200px;  top: 0%;  left: 100px;  -webkit-transform: translate(0,50px) rotate(2.5deg) skewX(2.5deg); -ms-transform: translate(0,50px) rotate(2.5deg) skewX(2.5deg); transform: translate(0,50px) rotate(2.5deg) skewX(2.5deg);  -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left;  -webkit-transform: translate(0,50px) rotate(1.5deg) skewX(1.5deg); -ms-transform: translate(0,50px) rotate(1.5deg) skewX(1.5deg); transform: translate(0,50px) rotate(1.5deg) skewX(1.5deg); }#footer:after{ width: 200px;  height: 200px;  top: 0%;  left: 0%;  -webkit-transform: translate(-100px,50px) rotate(-15deg) skewX(-15deg); -ms-transform: translate(-100px,50px) rotate(-15deg) skewX(-15deg); transform: translate(-100px,50px) rotate(-15deg) skewX(-15deg);  -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; }#footer #c1838 img{ max-width: 140px; }#footer #c1840 img,#footer #c2540 img,#footer #c2334 img,#footer #c2811 img,#footer #c2914 img,#footer #c2437 img,#footer #c3017 img,#footer #c3120 img,#footer #c2073 img,#footer #c3221 img,#footer #c3328 img,#footer #c3644 img,#footer #c3539 img,#footer #c3436 img,#footer #c3747 img,#footer #c3850 img,#footer #c3953 img,#footer #c4056 img{ max-width: 250px;  max-height: 200px;  float: right;  margin-top: 172px; }#footer .nav-link{ font-weight: 500;  text-transform: uppercase;  padding: 0;  font-size: 20px; }footer .copyright{ font-size: 18px;  margin-top: -1.5rem; }.footer-section{ border-top: none;  padding-top: 2rem;  padding-bottom: 0;  margin-top: 2rem;  background: #fff;  z-index: 3;  position: relative; }.footer-section .frame-type-menu_subpages a{ line-height: 1.6rem;  padding: 0; }.footer-section .frame-type-menu_subpages a:hover{ color: #000; }.footer-section p{ font-size: 22px; }.footer-section p strong{ font-weight: 700; }.footer-section .colindex-2 .ce-gallery .ce-gallery{ position: absolute;  bottom: -1.5rem; }@media (max-width:767.98px){.footer-section .colindex-2 .ce-gallery .ce-gallery{ bottom: 0;  position: relative; }}#bs-searchbar-inline{ width: 200px;  float: right; }a.contact-btn{ background: url(/fileadmin/user_upload/icons/e-mail-icon-netzwerk-Q4.0.svg) center center no-repeat;  background-size: contain;  width: 40px;  height: 40px;  margin-right: 15px; }@media (min-width:1400px){a.contact-btn{ width: 45px;  height: 45px; }}a.search-btn{ background: url(/fileadmin/user_upload/icons/suchfunktion-icon-netzwerk-Q4.0.svg) center center no-repeat;  background-size: contain;  width: 40px;  height: 40px;  margin-right: 15px; }@media (min-width:1400px){a.search-btn{ width: 45px;  height: 45px; }}.shape-after{ position: relative; }.shape-after:before,.shape-after:after,.shape-after .hero.bg-img::before{ display: block;  content: '';  background: #fff;  position: absolute;  z-index: 3;  -webkit-transition: opacity .25s ease-out; transition: opacity .25s ease-out; }.shape-after .hero.bg-img::before{ background: #EEB59F;  width: 50px;  height: 100%;  left: 0;  top: 0;  z-index: 3; }.shape-after:before{ width: -webkit-calc(100% - 50px + 1px); width: calc(100% - 50px + 1px);  height: 120px;  top: 0%;  left: 50px;  -webkit-transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg); -ms-transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg); transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg);  -webkit-transform-origin: bottom left; -ms-transform-origin: bottom left; transform-origin: bottom left; }.shape-after:after{ width: 150px;  height: 120px;  top: 0%;  left: 0%;  -webkit-transform: translate(-100px,-100px) rotate(20deg) skewX(20deg); -ms-transform: translate(-100px,-100px) rotate(20deg) skewX(20deg); transform: translate(-100px,-100px) rotate(20deg) skewX(20deg);  -webkit-transform-origin: bottom right; -ms-transform-origin: bottom right; transform-origin: bottom right; }.shape-after:before{ -webkit-transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg); -ms-transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg); transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg); }@media (min-width:576px){.shape-after:before,.shape-after:after{ height: 120px; }.shape-after .hero.bg-img::before{ background: #EEB59F;  width: 120px;  height: 100%;  left: 0;  top: 0; }.shape-after:before{ width: -webkit-calc(100% - 120px + 1px); width: calc(100% - 120px + 1px);  top: 0%;  left: 120px;  -webkit-transform: translate(0,-100px) rotate(-1.5deg) skewX(-1.5deg); -ms-transform: translate(0,-100px) rotate(-1.5deg) skewX(-1.5deg); transform: translate(0,-100px) rotate(-1.5deg) skewX(-1.5deg); }.shape-after:after{ width: 130px;  top: 0%;  left: 0%;  -webkit-transform: translate(-10px,-100px) rotate(7.5deg) skewX(7.5deg); -ms-transform: translate(-10px,-100px) rotate(7.5deg) skewX(7.5deg); transform: translate(-10px,-100px) rotate(7.5deg) skewX(7.5deg); }}@media (min-width:992px){.shape-after:before,.shape-after:after{ height: 140px; }.shape-after:before{ width: -webkit-calc(100% - 120px + 1px); width: calc(100% - 120px + 1px);  top: 0%;  left: 120px;  -webkit-transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg); -ms-transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg); transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg); }.shape-after:after{ width: 130px;  top: 0%;  left: 0%;  -webkit-transform: translate(-10px,-100px) rotate(15deg) skewX(15deg); -ms-transform: translate(-10px,-100px) rotate(15deg) skewX(15deg); transform: translate(-10px,-100px) rotate(15deg) skewX(15deg); }}@media (min-width:1200px){.shape-after .hero.bg-img::before{ width: 120px; }.shape-after:before,.shape-after:after{ height: 140px; }.shape-after:before{ width: -webkit-calc(100% - 120px + 1px); width: calc(100% - 120px + 1px);  top: 0%;  left: 120px;  -webkit-transform: translate(0,-100px) rotate(-1.5deg) skewX(-1.5deg); -ms-transform: translate(0,-100px) rotate(-1.5deg) skewX(-1.5deg); transform: translate(0,-100px) rotate(-1.5deg) skewX(-1.5deg); }.shape-after:after{ width: 130px;  top: 0%;  left: 0%;  -webkit-transform: translate(-10px,-100px) rotate(15deg) skewX(15deg); -ms-transform: translate(-10px,-100px) rotate(15deg) skewX(15deg); transform: translate(-10px,-100px) rotate(15deg) skewX(15deg); }}@media (min-width:1400px){.shape-after .hero.bg-img::before{ width: 180px; }.shape-after:before,.shape-after:after{ height: 175px; }.shape-after:before{ width: -webkit-calc(100% - 180px + 1px); width: calc(100% - 180px + 1px);  top: 0%;  left: 180px;  -webkit-transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg); -ms-transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg); transform: translate(0,-100px) rotate(-2.5deg) skewX(-2.5deg); }.shape-after:after{ width: 190px;  top: 0%;  left: 0%;  -webkit-transform: translate(-10px,-100px) rotate(15deg) skewX(15deg); -ms-transform: translate(-10px,-100px) rotate(15deg) skewX(15deg); transform: translate(-10px,-100px) rotate(15deg) skewX(15deg); }}.navbar-brand > a{ outline: none; }.navbar-brand > a:hover,.navbar-brand > a:focus{ outline: none; }@media (max-width:575.98px){.navbar-brand img{ margin-top: 5px;  max-height: 2.75rem;  max-width: 11rem;  width: auto; }.bd-navbar .nav-link,.bd-navbar .nav-item{ float: none; }.bd-navbar .navbar-nav .nav-item + .nav-item{ margin-left: 0; }}@media (min-width:576px){.navbar-brand img{ max-width: 9rem;  margin-right: 3rem;  width: auto;  height: auto;  max-height: 70px; }}@media (min-width:1200px){.navbar-brand img{ max-width: 11rem;  margin-right: 3rem;  width: auto;  height: auto;  max-height: 70px; }}@media (min-width:1400px){.navbar-brand img{ max-width: 12rem;  margin-right: 3rem;  width: auto;  height: auto;  max-height: 70px !important; }}@media (min-width:576px){.navbar-expand-sm{ -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }}.nav-sidebar a.nav-link{ padding: .25rem .75rem; }.searchbar-toggler{ -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start;  padding: .25rem .75rem;  font-size: 1.1875rem;  line-height: 1;  background: transparent; }.searchbar-toggler:hover,.searchbar-toggler:focus{ text-decoration: none; }.searchbar-toggler-icon{ display: inline-block;  width: 1.5em;  height: 1.5em;  vertical-align: middle;  content: "";  background: no-repeat center center;  background-size: 100% 100%; }.navbar-light .searchbar-toggler{ border-color: rgba(0,0,0,.1); }.navbar-light .searchbar-toggler-icon{ background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M15.5 14h-.79l-.28-.27c.98-1.14 1.57-2.62 1.57-4.23 0-3.59-2.91-6.5-6.5-6.5s-6.5 2.91-6.5 6.5 2.91 6.5 6.5 6.5c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99 1.49-1.49-4.99-5zm-6 0c-2.49 0-4.5-2.01-4.5-4.5s2.01-4.5 4.5-4.5 4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5z'/%3E%3C/svg%3E"); }#dropdownPanelSearch{ padding: 0;  right: 0;  left: auto;  width: 14rem;  border: 0;  -webkit-box-shadow: 0 0 3px #bbb; box-shadow: 0 0 3px #bbb; }.navbar-toggler{ color: #000;  padding: 0;  border: none; }.navbar-toggler .navbar-toggler-icon{ width: 45px;  height: 45px;  margin-top: 5px; }.navbar-user .nav-inline{ margin-bottom: 0; }.navbar-user .nav-inline a{ color: #666; }.navbar-language{ margin-left: .3rem; }.navbar-language i{ color: #666; }.navbar-nav > li > .sub::after{ display: inline-block;  width: 0;  height: 0;  margin-right: .25rem;  margin-left: .25rem;  vertical-align: middle;  content: "";  border-top: .3em solid;  border-right: .3em solid transparent;  border-left: .3em solid transparent; }.navbar-nav > li > .sub:focus{ outline: 0; }@media (min-width:992px){.navbar-shrinked{ margin-top: -1.8em; }.navbar-shrinked img{ max-height: 45px;  width: 100% !important; }}.navbar-onepage nav{ -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }.navbar-onepage .navbar-collapse{ -webkit-order: 2; -ms-flex-order: 2; order: 2; }.navbar-onepage .nav-language > li:first-child > a{ padding-left: 0; }h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{ margin-bottom: .5rem;  margin-top: .5rem;  line-height: 1.2;  font-weight: 100; }h1,.h1{ font-size: 4.085rem; }h2,.h2{ font-size: 2.96875rem; }h3,.h3{ font-size: 1.9475rem; }h4,.h4{ font-size: 1.425rem; }h5,.h5{ font-size: 1.1875rem; }h6,.h6{ font-size: .95rem; }@media (max-width:1279.98px){h1,.h1{ font-size: 3.47225rem; }h2,.h2{ font-size: 2.078125rem; }h3,.h3{ font-size: 1.36325rem; }h4,.h4{ font-size: .9975rem; }h5,.h5{ font-size: .83125rem; }h6,.h6{ font-size: .665rem; }}@media (max-width:1279.98px){h1,.h1{ font-size: 2.8595rem; }h2,.h2{ font-size: 2.078125rem; }h3,.h3{ font-size: 1.36325rem; }h4,.h4{ font-size: .9975rem; }h5,.h5{ font-size: .83125rem; }h6,.h6{ font-size: .665rem; }}@media (max-width:991.98px){h1,.h1{ font-size: 2.451rem; }h2,.h2{ font-size: 2.078125rem; }h3,.h3{ font-size: 1.36325rem; }h4,.h4{ font-size: .9975rem; }h5,.h5{ font-size: .83125rem; }h6,.h6{ font-size: .665rem; }}@media (max-width:575.98px){h1,.h1{ font-size: 2.0425rem; }h2,.h2{ font-size: 2.078125rem; }h3,.h3{ font-size: 1.36325rem; }h4,.h4{ font-size: .9975rem; }h5,.h5{ font-size: .83125rem; }h6,.h6{ font-size: .665rem; }}.h1-mb{ margin-bottom: 2.5rem; }.h2-mb{ margin-bottom: 2rem; }.h3-mb{ margin-bottom: .5rem; }.h4-mb{ margin-bottom: .5rem; }.h5-mb{ margin-bottom: .5rem; }.h6-mb{ margin-bottom: .5rem; }.display-1{ font-size: 6rem;  font-weight: 300;  line-height: 1.2; }@media (max-width:991.98px){.display-1{ font-size: 4rem; }}@media (max-width:767.98px){.display-1{ font-size: 2.7rem; }}.display-2{ font-size: 5.5rem;  font-weight: 300;  line-height: 1.2; }@media (max-width:991.98px){.display-2{ font-size: 3.75rem; }}@media (max-width:767.98px){.display-2{ font-size: 2.2rem; }}.display-3{ font-size: 4.5rem;  font-weight: 300;  line-height: 1.2; }@media (max-width:991.98px){.display-3{ font-size: 3.4rem; }}@media (max-width:767.98px){.display-3{ font-size: 2rem; }}.display-4{ font-size: 4rem;  font-weight: 300;  line-height: 1.2; }@media (max-width:991.98px){.display-4{ font-size: 3rem; }}@media (max-width:767.98px){.display-4{ font-size: 1.75rem; }}.align-left{ text-align: left; }.align-right{ text-align: right; }.align-center{ text-align: center; }.align-justify{ text-align: justify; }.uppercase{ text-transform: uppercase; }.midbold{ font-weight: 500; }.bold{ font-weight: 500; }.thin{ font-weight: 200; }.lead{ font-size: 1.9rem;  font-weight: 300; }.lead.lead-md{ font-size: 1.6rem; }.nunito{ font-family: 'Nunito Sans',sans-serif; }.roboto{ font-family: "Roboto Condensed",arial,sans-serif; }body p,body #content .ce-content li,body section.hero .ce-content li{ font-family: 'Nunito Sans',sans-serif; }body p a,body p a:hover,body p a:focus{ color: #d13627; }[class*=" icon-"]:before,[class^=icon-]:before{ display: block;  font-family: icomoon;  font-size: 2rem;  speak: none;  font-style: normal;  font-weight: 400;  font-variant: normal;  text-transform: none;  line-height: 2;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }.icon-breakfast:before{ content: "\e604"; }.icon-desert:before{ content: "\e605"; }.icon-dinner:before{ content: "\e606"; }.icon-drinks:before{ content: "\e607"; }.icon-launch:before{ content: "\e608"; }.icon-bottom-draw:before{ content: "\e602"; }.icon-top-draw:before{ content: "\e603"; }.icon-home-ico:before{ content: "\e601"; }.icon-before:before{ content: "\e600"; }a{ text-decoration: none;  font-weight: 300; }figure.image a[target="_blank"]:before{ content: ''; }a.more-link i:before{ content: "\f101\00a0"; }figure a:before{ display: none; }.style1{ color: darkred; }hr{ margin-top: 1rem;  margin-bottom: 1rem;  border: 0;  border-top: 1px solid rgba(0,0,0,.1); }small,.small{ font-size: 80%;  font-weight: 300; }mark,.mark{ padding: .2em;  background-color: #fcf8e3; }ul.menu{ margin: 0;  padding: 0;  list-style: none; }ul.menu li a{ color: #666;  display: block;  border-bottom: 1px solid #ECEBEB;  padding: 3px 0; }.list-unstyled{ padding-left: 0;  list-style: none; }.list-inline{ padding-left: 0;  list-style: none; }.list-inline-item{ display: inline-block; }.list-inline-item:not(:last-child){ margin-right: .5rem; }ul.icon{ list-style: none;  font-size: .8rem;  line-height: 1.55; }ul.icon li{ padding-right: 1.5em;  display: block;  padding: 0 0 1.25em 21px;  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjdweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgNyAxMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNyAxMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gaWQ9InNtYWxsQXJyIiBmaWxsPSIjRTk3NTI0IiBwb2ludHM9IjAsMTEgMS41MjQsMTEgNyw1LjUgMS41MjUsMCAwLDAgNS40NzYsNS41ICIvPjwvc3ZnPg==");  background-repeat: no-repeat;  background-position: 0 5px; }.initialism{ font-size: 90%;  text-transform: uppercase; }.blockquote{ margin-bottom: 1rem;  font-size: 1.1875rem; }.blockquote-footer{ display: block;  font-size: 80%;  color: #6c757d; }.blockquote-footer::before{ content: "\2014 \00A0"; }acronym{ cursor: help; }figcaption .copyright{ font-size: .7rem;  padding-right: .1rem; }.subheadline{ color: #666; }.align-center{ text-align: center; }.align-right{ text-align: right; }.line-left-right{ position: relative;  max-width: 30%;  margin: 0 auto; }.line-left-right:after,.line-left-right:before{ content: "";  position: absolute;  height: 15px;  border-bottom: 1px solid #3e3e3e;  top: 0;  width: 50px; }.line-left-right:before{ right: 100%;  margin-right: 15px; }.line-left-right:after{ left: 100%;  margin-left: 15px; }.line-top-bottom{ border-top: 1px solid #fff;  border-bottom: 1px solid #fff;  line-height: 1.1; }.clearfix{ clear: both; }.media-left i{ font-size: 3rem;  line-height: 3rem;  margin-right: 1rem;  color: #D13627; }.media-left img{ margin-right: 1rem; }.alert p{ margin-bottom: 0; }.alert > div:last-child{ margin-bottom: 0; }.btn{ padding: .5rem 1.25rem;  text-transform: uppercase;  line-height: 1;  margin-right: .25rem;  font-weight: 500;  border-radius: 1.25rem; }.btn span + i{ margin-left: 5px; }.btn i ~ span{ margin-left: 5px; }.btn .fa.fa-arrow-right:before{ content: ' ';  display: inline-block;  width: 1em;  height: 1em;  background: url(/fileadmin/user_upload/icons/pfeil-button-weiss.svg) no-repeat center center;  background-size: contain;  vertical-align: bottom;  margin-left: 20px; }.btn-outline-light:hover{ color: #333; }.btn-group > a{ margin-right: 0; }.btn-outline-white{ border-color: #fff;  color: #fff; }.btn-outline-white:hover{ background: #fff;  color: #666; }.card{ background-color: transparent;  border: none; }.card > i{ text-align: center;  display: block;  font-size: 3rem;  color: #555;  padding-top: 1rem; }.card-header a{ display: block; }.accordion > .card > .card-header,.accordion > .card > .card-body{ padding: 25px 0; }.accordion .card-header{ margin-bottom: 0 !important; }.accordion .card-header a.has-icon:after{ position: absolute;  content: '';  width: 35px;  height: 35px;  display: block;  background: url(/fileadmin/user_upload/icons/akkordeon-minus-icon-netzwerk-Q4.0.svg);  right: 1rem;  top: 2rem; }.accordion .card-header a.collapsed:after{ background: url(/fileadmin/user_upload/icons/akkordeon-plus-icon-netzwerk-Q4.0.svg); }.accordion .card-header a:hover,.accordion .card-header a:focus{ text-decoration: none !important; }.card-body > p:last-child{ margin-bottom: 0; }.card-img,.card-img-top,.card-img-bottom{ height: auto; }.card-deck .flip-card{ margin-bottom: 15px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }@media (min-width:576px){.card-deck .flip-card{ -webkit-flex: 1 0 0%; -ms-flex: 1 0 0%; flex: 1 0 0%;  margin-right: 15px;  margin-bottom: 0;  margin-left: 15px; }}.flip-card .card{ margin-right: 0;  margin-left: 0; }.flip-card-inner{ -webkit-transition: 1s; transition: 1s;  -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;  position: relative;  -webkit-flex: 1 0 0%; -ms-flex: 1 0 0%; flex: 1 0 0%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.flip-card:hover .flip-card-inner{ -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }.flip-card-front,.flip-card-back{ -webkit-backface-visibility: hidden; backface-visibility: hidden;  -webkit-transition: 1s; transition: 1s;  -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;  -webkit-flex: 1 0 0%; -ms-flex: 1 0 0%; flex: 1 0 0%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.flip-card-front{ z-index: 2; }.flip-card-back{ position: absolute;  top: 0;  left: 0;  bottom: 0;  right: 0;  background: #fff;  -webkit-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); transform: rotateY(-180deg);  -webkit-box-shadow: 5px 7px 9px -4px #9e9e9e; box-shadow: 5px 7px 9px -4px #9e9e9e; }.hover-card figure{ overflow: hidden; }.hover-card img{ -webkit-transition: transform .5s ease-in-out !important; transition: transform .5s ease-in-out !important;  -webkit-transform: scale(1); }.hover-card:hover img,.hover-card:focus img{ -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }.teaser .image{ margin: 0;  padding: 0; }@media (max-width:1199.98px){.teaser .col{ -webkit-flex: 0 0 100%;  -ms-flex: 0 0 100%;  -webkit-flex: 0 0 100%; -ms-flex: 0 0 100%; flex: 0 0 100%;  max-width: 100%; }}.owl-theme .card{ border: none;  max-width: 312px; }.owl-theme .card .card-body{ padding-left: 0;  padding-right: 0; }.owl-theme .card.odd{ margin-top: 30px; }.owl-theme .card video{ max-width: 100%;  height: auto; }.owl-theme .owl-nav{ text-align: left; }.owl-theme .owl-nav [class*='owl-'],.owl-theme .owl-nav [class*='owl-']:hover{ background: #fff;  color: #A0A9B1;  line-height: 40px;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  display: -ms-flexbox; display: -webkit-flex; display: flex; }.owl-theme .owl-nav [class*='owl-'] .fa,.owl-theme .owl-nav [class*='owl-']:hover .fa{ width: 40px;  height: 40px;  background: url(/fileadmin/user_upload/icons/button-slide-grey.svg) gray;  background-repeat: no-repeat;  background-size: cover;  border-radius: 50%;  line-height: 40px;  margin-right: 5px;  text-align: center;  font-size: 30px;  color: #fff; }.owl-theme .owl-nav [class*='owl-'] .fa.fa-angle-right:before,.owl-theme .owl-nav [class*='owl-']:hover .fa.fa-angle-right:before{ content: ""; }.owl-theme .owl-nav .owl-prev{ display: none !important; }.tx-press .card .card-body .row{ border-bottom: 1px solid #234B59;  padding-bottom: 1.25rem; }.tx-press .card .card-body .row:last-child{ border: none;  padding-bottom: 0; }.bs-example{ position: relative;  padding: 45px 15px 15px;  margin: 0 -15px 15px;  border-color: #e5e5e5 #eee #eee;  border-style: solid;  border-width: 1px 0;  -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);  -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05); box-shadow: inset 0 3px 6px rgba(0,0,0,.05); }.bs-example{ margin-right: 0;  margin-left: 0;  background-color: #fff;  border-color: #ddd;  border-width: 1px;  border-radius: 4px 4px 0 0;  -webkit-box-shadow: none;  -webkit-box-shadow: none; box-shadow: none; }.bs-example:after{ position: absolute;  top: 15px;  left: 15px;  font-size: 12px;  font-weight: 700;  color: #959595;  text-transform: uppercase;  letter-spacing: 1px;  content: "Example"; }html[lang='de'] .bs-example:after{ content: "Beispiel"; }.light-bg{ background: #eee;  padding: 1em; }#c106 [class^=col-],#c224 [class^=col-],#c227 [class^=col-],#c231 [class^=col-]{ padding-top: 10px;  padding-bottom: 10px;  background-color: #eee;  background-color: rgba(86,61,124,.15);  border: 1px solid #ddd;  border: 1px solid rgba(86,61,124,.2); }.panel-heading{ margin-bottom: .2em; }.panel-heading a{ text-align: left; }.panel-collapse{ padding: 1em; }.tab-pane{ padding: 1em; }.megamenu{ position: static; }.megamenu > li.dropdown-mega{ position: static; }.megamenu .dropdown-menu{ top: auto;  right: 0; }.megamenu .dropdown-content{ padding: 1em; }.figure-caption{ margin-top: .2em; }figcaption{ font-size: .8rem;  overflow: hidden; }.img-circle{ border-radius: 50%; }.img-fullwidth{ width: 100%; }.ce-media,figure{ margin-bottom: 1rem; }.img-movetop{ max-width: 830px !important; }.label{ display: inline-block;  padding: .25em .4em;  font-size: 75%;  font-weight: bold;  line-height: 1;  color: #fff;  text-align: center;  white-space: nowrap;  vertical-align: baseline; }.label:empty{ display: none; }.btn .label{ position: relative;  top: -1px; }a.label:hover,a.label:focus{ color: #fff;  text-decoration: none;  cursor: pointer; }.label-pill{ padding-right: .6em;  padding-left: .6em; }.label-default{ background-color: #818a91; }.label-default[href]:hover,.label-default[href]:focus{ background-color: #687077; }.label-primary{ background-color: #0275d8; }.label-primary[href]:hover,.label-primary[href]:focus{ background-color: #025aa5; }.label-success{ background-color: #5cb85c; }.label-success[href]:hover,.label-success[href]:focus{ background-color: #449d44; }.label-info{ background-color: #5bc0de; }.label-info[href]:hover,.label-info[href]:focus{ background-color: #31b0d5; }.label-warning{ background-color: #f0ad4e; }.label-warning[href]:hover,.label-warning[href]:focus{ background-color: #ec971f; }.label-danger{ background-color: #d9534f; }.label-danger[href]:hover,.label-danger[href]:focus{ background-color: #c9302c; }.jumbotron{ background-color: #fff;  background-size: cover;  background-position: center center;  color: #fff;  position: relative;  z-index: 1;  position: relative;  z-index: 1;  margin-bottom: 0; }.jumbotron.bg-img{ color: #fff; }.jumbotron.bg-img .ce-headline span{ color: #fff; }.jumbotron p,.jumbotron .description{ font-weight: 300;  line-height: 1.5;  margin-top: 0; }@media (max-width:575.98px){.jumbotron p,.jumbotron .description{ font-size: 1.1rem; }}@media (min-width:576px){.jumbotron p,.jumbotron .description{ font-size: 1.5rem; }}.jumbotron.dark:after{ top: 0;  left: 0;  z-index: -1;  width: 100%;  height: 100%;  content: " ";  position: absolute;  background: rgba(0,0,0,.4); }.jumbotron.big{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  min-height: auto;  background-position: right center;  background-size: cover;  background-repeat: no-repeat; }@media (min-width:992px){.jumbotron.big{ height: 65vh;  min-height: 65vh;  padding-left: 160px; }}@media (min-width:1400px){.jumbotron.big{ height: 65vh;  min-height: 65vh;  padding-left: 250px; }}@media (min-width:1600px){.jumbotron.big{ height: 65vh;  min-height: 65vh;  padding-left: 265px; }}@media (min-width:768px) and (max-width:1199.98px){.jumbotron.big{ height: 65vh;  min-height: 65vh;  padding-left: 160px; }}@media (max-width:767.98px){.jumbotron.big{ height: 40vh;  min-height: 40vh;  padding-left: 120px; }}@media (max-width:575.98px){.jumbotron.big{ height: 40vh;  min-height: 40vh;  padding-left: 53px; }}.jumbotron.big p{ padding: 4px;  display: inline; }@media (max-width:575.98px){.jumbotron.big .btn-group{ display: none; }}.jumbotron > div > div:last-child p:last-child{ margin-bottom: 0; }.bg-white{ background: #fff; }.bg-transparent-white{ background: rgba(255,255,255,.96); }.bg-lightgray{ background: #f7f7f7; }.bg-gradient{ background: #234b59;  background: -moz-linear-gradient(45deg,#234b59 0%,#234b59 1%,#d13627 55%,#f7a600 100%);  background: -webkit-linear-gradient(45deg,#234b59 0%,#234b59 1%,#d13627 55%,#f7a600 100%);  background: -webkit-linear-gradient(45deg,#234b59 0%,#234b59 1%,#d13627 55%,#f7a600 100%); background: linear-gradient(45deg,#234b59 0%,#234b59 1%,#d13627 55%,#f7a600 100%);  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#234b59',endColorstr='#f7a600',GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#234b59',endColorstr='#f7a600',GradientType=1); }.intro{ margin-bottom: 8rem;  position: relative; }.intro.is-end{ padding-bottom: 300px;  margin-bottom: -300px; }.intro:before{ content: '';  position: absolute;  width: 92%;  height: 200px;  top: 0;  left: 0;  right: 0;  -webkit-transform: translate(0,0) rotate(-2.5deg) skewX(75deg); -ms-transform: translate(0,0) rotate(-2.5deg) skewX(75deg); transform: translate(0,0) rotate(-2.5deg) skewX(75deg);  -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left;  display: block;  background: inherit;  z-index: 2; }.intro:after{ content: '';  position: absolute;  bottom: 0;  width: 150%;  height: 200px;  left: -649px;  right: 0;  -webkit-transform: translate(0,98px) rotate(-2.5deg) skewX(75deg); -ms-transform: translate(0,98px) rotate(-2.5deg) skewX(75deg); transform: translate(0,98px) rotate(-2.5deg) skewX(75deg);  -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left;  display: block;  background: inherit;  z-index: 2;  -webkit-transform: translate(0,98px) rotate(-1.5deg) skewX(75deg);  -ms-transform: translate(0,98px) rotate(-1.5deg) skewX(75deg);  -webkit-transform: translate(0,98px) rotate(-1.5deg) skewX(75deg); -ms-transform: translate(0,98px) rotate(-1.5deg) skewX(75deg); transform: translate(0,98px) rotate(-1.5deg) skewX(75deg); }.intro .container,.intro .container-fluid,.intro .container-sm,.intro .container-md,.intro .container-lg,.intro .container-xl,.intro .container-xxl,.intro .container-xxxl{ z-index: 3;  position: relative; }@media screen and (min-width:1200px) and (max-width:1280px){.intro:before{ height: 174px; }}.intro2{ margin-bottom: -93px;  padding-bottom: 100px;  position: relative; }@media (min-width:2600px){.intro2{ margin-bottom: -130px; }}.intro2.is-end{ padding-bottom: 300px;  margin-bottom: -300px; }.intro2:before{ content: '';  position: absolute;  width: 92%;  height: 200px;  top: -25px;  left: 0;  right: 0;  -webkit-transform: translate(0,0) rotate(12deg) skewX(-57deg); -ms-transform: translate(0,0) rotate(12deg) skewX(-57deg); transform: translate(0,0) rotate(12deg) skewX(-57deg);  -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left;  display: block;  background: inherit;  z-index: 2; }.intro2:after{ content: '';  position: absolute;  top: -82px;  width: 300%;  height: 200px;  left: -649px;  right: 0;  -webkit-transform: translate(0,98px) rotate(-1.5deg) skewX(75deg); -ms-transform: translate(0,98px) rotate(-1.5deg) skewX(75deg); transform: translate(0,98px) rotate(-1.5deg) skewX(75deg);  -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left;  display: block;  background: inherit;  z-index: 2; }.intro2 .container,.intro2 .container-fluid,.intro2 .container-sm,.intro2 .container-md,.intro2 .container-lg,.intro2 .container-xl,.intro2 .container-xxl,.intro2 .container-xxxl{ z-index: 3;  position: relative; }.dropdown-toggle-submenu:after{ border-bottom: 4px solid transparent;  border-top: 4px solid transparent;  border-left: 4px solid;  display: inline-block;  height: 0;  opacity: .3;  vertical-align: top;  margin-right: -.8rem;  width: 0;  margin-top: .6rem;  content: ' ';  float: right; }.parallaxBg{ background-position: 50% 50%;  background-size: cover;  position: relative;  background-attachment: fixed;  overflow: hidden;  height: auto;  padding: 2em 0;  color: #fff; }.parallaxBg:after{ top: 0;  left: 0;  width: 100%;  height: 100%;  content: " ";  position: absolute;  background: rgba(0,0,0,.5);  z-index: 1; }.parallaxBg > div{ position: relative;  z-index: 3; }.parallaxBg > div.parallaxBgFix{ top: -62%;  bottom: -62%;  position: absolute;  right: 0;  left: 0;  background-size: cover;  z-index: 1; }figure.effect > div{ overflow: hidden;  position: relative; }figure.effect picture{ background: #3085a3;  display: block;  overflow: hidden; }figcaption .overlay-text{ word-spacing: -.15em;  font-weight: 300;  font-size: 2.2rem;  margin-bottom: 0; }figcaption .overlay-text strong{ font-weight: 700; }figcaption .overlay-hover-text{ font-size: 1.2rem;  margin-bottom: 0; }figure.effect-lily{ position: relative;  overflow: hidden;  text-align: center;  cursor: pointer; }figure.effect-lily img{ max-width: none;  width: -webkit-calc(100% + 50px);  width: -webkit-calc(100% + 50px); width: calc(100% + 50px);  opacity: .7;  -webkit-transition: opacity .35s,-webkit-transform .35s;  -webkit-transition: opacity .35s,transform .35s; transition: opacity .35s,transform .35s;  -webkit-transform: translate3d(-40px,0,0);  -webkit-transform: translate3d(-40px,0,0); -ms-transform: translate3d(-40px,0,0); transform: translate3d(-40px,0,0); }figure.effect-lily figcaption{ text-align: left; }figure.effect-lily figcaption > div{ position: absolute;  bottom: 0;  left: 0;  padding: 2em;  width: 100%;  height: 50%;  color: #fff; }figure.effect-lily .overlay-text,figure.effect-lily .overlay-hover-text{ -webkit-transform: translate3d(0,40px,0);  -webkit-transform: translate3d(0,40px,0); -ms-transform: translate3d(0,40px,0); transform: translate3d(0,40px,0); }figure.effect-lily .overlay-text{ -webkit-transition: -webkit-transform .35s;  -webkit-transition: transform .35s; transition: transform .35s; }figure.effect-lily .overlay-hover-text{ color: rgba(255,255,255,.8);  opacity: 0;  -webkit-transition: opacity .2s,-webkit-transform .35s;  -webkit-transition: opacity .2s,transform .35s; transition: opacity .2s,transform .35s; }figure.effect-lily:hover img,figure.effect-lily:hover .overlay-hover-text{ opacity: 1; }figure.effect-lily:hover img,figure.effect-lily:hover .overlay-text,figure.effect-lily:hover .overlay-hover-text{ -webkit-transform: translate3d(0,0,0);  -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }figure.effect-lily:hover .overlay-hover-text{ -webkit-transition-delay: .05s;  -webkit-transition-delay: .05s; transition-delay: .05s;  -webkit-transition-duration: .35s;  -webkit-transition-duration: .35s; transition-duration: .35s; }figure.effect-sadie figcaption > div{ text-align: center; }figure.effect-sadie figcaption.effect:before{ position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: -webkit-linear-gradient(top,rgba(72,76,97,0) 0%,rgba(72,76,97,.8) 75%);  background: -webkit-linear-gradient(to bottom,rgba(72,76,97,0) 0%,rgba(72,76,97,.8) 75%); background: linear-gradient(to bottom,rgba(72,76,97,0) 0%,rgba(72,76,97,.8) 75%);  content: '';  opacity: 0;  -webkit-transform: translate3d(0,50%,0);  -webkit-transform: translate3d(0,50%,0); -ms-transform: translate3d(0,50%,0); transform: translate3d(0,50%,0); }figure.effect-sadie .overlay-text{ position: absolute;  top: 50%;  left: 0;  width: 100%;  color: #484c61;  -webkit-transition: -webkit-transform .35s,color .35s;  -webkit-transition: transform .35s,color .35s; transition: transform .35s,color .35s;  -webkit-transform: translate3d(0,-50%,0);  -webkit-transform: translate3d(0,-50%,0); -ms-transform: translate3d(0,-50%,0); transform: translate3d(0,-50%,0); }figure.effect-sadie figcaption.effect:before,figure.effect-sadie .overlay-hover-text{ -webkit-transition: opacity .35s,-webkit-transform .35s;  -webkit-transition: opacity .35s,transform .35s; transition: opacity .35s,transform .35s; }figure.effect-sadie .overlay-hover-text{ position: absolute;  bottom: 0;  left: 0;  color: #fff;  padding: 2em;  width: 100%;  opacity: 0;  -webkit-transform: translate3d(0,10px,0);  -webkit-transform: translate3d(0,10px,0); -ms-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }figure.effect-sadie:hover .overlay-text{ color: #fff;  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0); -ms-transform: translate3d(0,-50%,0) translate3d(0,-40px,0); transform: translate3d(0,-50%,0) translate3d(0,-40px,0); }figure.effect-sadie:hover figcaption.effect:before,figure.effect-sadie:hover .overlay-hover-text{ opacity: 1;  -webkit-transform: translate3d(0,0,0);  -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }figure.effect-honey > div{ background: #4a3753;  color: #fff; }figure.effect-honey img{ opacity: .9;  -webkit-transition: opacity .35s;  -webkit-transition: opacity .35s; transition: opacity .35s; }figure.effect-honey:hover img{ opacity: .5; }figure.effect-honey figcaption.effect::before{ position: absolute;  bottom: 0;  left: 0;  width: 100%;  height: 10px;  background: #fff;  content: '';  -webkit-transform: translate3d(0,10px,0);  -webkit-transform: translate3d(0,10px,0); -ms-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }figure.effect-honey .overlay-text{ position: absolute;  bottom: 0;  left: 0;  padding: 1em 1.5em;  width: 100%;  text-align: left;  -webkit-transform: translate3d(0,-30px,0);  -webkit-transform: translate3d(0,-30px,0); -ms-transform: translate3d(0,-30px,0); transform: translate3d(0,-30px,0); }figure.effect-honey .overlay-text em{ font-style: normal;  opacity: 0;  -webkit-transition: opacity .35s,-webkit-transform .35s;  -webkit-transition: opacity .35s,transform .35s; transition: opacity .35s,transform .35s;  -webkit-transform: translate3d(0,-30px,0);  -webkit-transform: translate3d(0,-30px,0); -ms-transform: translate3d(0,-30px,0); transform: translate3d(0,-30px,0); }figure.effect-honey figcaption.effect::before,figure.effect-honey .overlay-text{ -webkit-transition: -webkit-transform .35s;  -webkit-transition: transform .35s; transition: transform .35s; }figure.effect-honey:hover figcaption::before,figure.effect-honey:hover .overlay-text,figure.effect-honey:hover .overlay-text em{ opacity: 1;  -webkit-transform: translate3d(0,0,0);  -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }@media print{.accordion .collapse{ display: block !important;  visibility: visible !important; }.news-single .row{ display: block !important; }.news-single .col-12{ width: 100% !important;  max-width: 100% !important;  -webkit-flex: none !important; -ms-flex: none !important; flex: none !important; }}table caption{ font-size: .8rem; }.p-relative{ position: relative; }div[class*="col-"]{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.c-primary{ color: #D13627; }.c-secondary{ color: #234B59; }.c-tertiary{ color: #F7A600; }.c-quaternary{ color: #EEB59F; }.c-primary-lighten{ color: #DC6248; }.c-secondary-lighten-1{ color: #4C6672; }.c-secondary-lighten-2{ color: #A0A9B1; }.c-gray-100{ color: #f8f9fa; }.c-gray-200{ color: #e9ecef; }.c-gray-300{ color: #dee2e6; }.c-gray-400{ color: #ced4da; }.c-gray-500{ color: #adb5bd; }.c-gray-600{ color: #6c757d; }.c-gray-700{ color: #495057; }.c-gray-800{ color: #343a40; }.c-gray-900{ color: #212529; }.c-dark-gray{ color: #343a40; }.c-gray-105{ color: #DFE0E2; }.c-gray-705{ color: #758490; }.c-gray{ color: #999; }.c-white{ color: #fff; }.c-black{ color: #000; }#topcontrol{ text-shadow: none;  background: url(/fileadmin/user_upload/icons/top-button-icon-netzwerk-Q4.0.svg) center center no-repeat;  background-size: contain;  padding: 0;  border: none;  margin: 0 80px 80px 0;  width: 50px;  height: 50px;  z-index: 3; }.mm-menu_theme-white{ --mm-color-border: rgba(0,0,0,.1);  --mm-color-button: rgba(0,0,0,.3);  --mm-color-text: rgba(0,0,0,.7);  --mm-color-text-dimmed: rgba(0,0,0,.3);  --mm-color-background: #fff;  --mm-color-background-highlight: rgba(0,0,0,.06);  --mm-color-background-emphasis: rgba(0,0,0,.03);  --mm-shadow: 0 0 10px rgba(0,0,0,.2); }.mm-menu_theme-dark{ --mm-color-border: rgba(0,0,0,.3);  --mm-color-button: rgba(255,255,255,.4);  --mm-color-text: rgba(255,255,255,.85);  --mm-color-text-dimmed: rgba(255,255,255,.4);  --mm-color-background: #333;  --mm-color-background-highlight: rgba(255,255,255,.08);  --mm-color-background-emphasis: rgba(0,0,0,.1);  --mm-shadow: 0 0 20px rgba(0,0,0,.5); }.mm-menu_theme-black{ --mm-color-border: rgba(255,255,255,.25);  --mm-color-button: rgba(255,255,255,.4);  --mm-color-text: rgba(255,255,255,.75);  --mm-color-text-dimmed: rgba(255,255,255,.4);  --mm-color-background: #000;  --mm-color-background-highlight: rgba(255,255,255,.2);  --mm-color-background-emphasis: rgba(255,255,255,.15);  --mm-shadow: none; }:root{ --mm-line-height: 20px;  --mm-listitem-size: 44px;  --mm-navbar-size: 44px;  --mm-offset-top: 0;  --mm-offset-right: 0;  --mm-offset-bottom: 0;  --mm-offset-left: 0;  --mm-color-border: rgba(0,0,0,.1);  --mm-color-button: rgba(0,0,0,.3);  --mm-color-text: rgba(0,0,0,.75);  --mm-color-text-dimmed: rgba(0,0,0,.3);  --mm-color-background: #fff;  --mm-color-background-highlight: rgba(0,0,0,.05);  --mm-color-background-emphasis: rgba(255,255,255,.4);  --mm-shadow: 0 0 10px rgba(0,0,0,.3); }.mm-hidden{ display: none !important; }.mm-wrapper{ overflow-x: hidden;  position: relative; }.mm-menu{ top: 0;  right: 0;  bottom: 0;  left: 0;  background: #fff;  border-color: rgba(0,0,0,.1);  color: rgba(0,0,0,.75);  line-height: 20px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  padding: 0;  margin: 0;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  position: absolute;  top: var(--mm-offset-top);  right: var(--mm-offset-right);  bottom: var(--mm-offset-bottom);  left: var(--mm-offset-left);  z-index: 0;  background: var(--mm-color-background);  border-color: var(--mm-color-border);  color: var(--mm-color-text);  line-height: var(--mm-line-height);  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; }.mm-menu a,.mm-menu a:link,.mm-menu a:active,.mm-menu a:visited,.mm-menu a:hover{ text-decoration: none;  color: inherit; }[dir="rtl"] .mm-menu{ direction: rtl; }.mm-panel{ background: #fff;  border-color: rgba(0,0,0,.1);  color: rgba(0,0,0,.75);  z-index: 0;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  width: 100%;  -webkit-overflow-scrolling: touch;  overflow: scroll;  overflow-x: hidden;  overflow-y: auto;  background: var(--mm-color-background);  border-color: var(--mm-color-border);  color: var(--mm-color-text);  -webkit-transform: translate3d(100%,0,0); -ms-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0);  -webkit-transition: transform .4s ease; transition: transform .4s ease; }.mm-panel:after{ height: 44px; }.mm-panel:not(.mm-hidden){ display: block; }.mm-panel:after{ content: '';  display: block;  height: var(--mm-listitem-size); }.mm-panel_opened{ z-index: 1;  -webkit-transform: translate3d(0%,0,0); -ms-transform: translate3d(0%,0,0); transform: translate3d(0%,0,0); }.mm-panel_opened-parent{ -webkit-transform: translate3d(-30%,0,0); -ms-transform: translate3d(-30%,0,0); transform: translate3d(-30%,0,0); }.mm-panel_highest{ z-index: 2; }.mm-panel_noanimation{ -webkit-transition: none !important; transition: none !important; }.mm-panel_noanimation.mm-panel_opened-parent{ -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }.mm-panels > .mm-panel{ position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0; }.mm-panel__content{ padding: 20px 20px 0; }.mm-panels{ background: #fff;  border-color: rgba(0,0,0,.1);  color: rgba(0,0,0,.75);  position: relative;  height: 100%;  -webkit-flex-grow: 1; flex-grow: 1;  overflow: hidden;  background: var(--mm-color-background);  border-color: var(--mm-color-border);  color: var(--mm-color-text); }[dir='rtl'] .mm-panel:not(.mm-panel_opened){ -webkit-transform: translate3d(-100%,0,0); -ms-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); }[dir='rtl'] .mm-panel.mm-panel_opened-parent{ -webkit-transform: translate3d(30%,0,0); -ms-transform: translate3d(30%,0,0); transform: translate3d(30%,0,0); }.mm-listitem_vertical > .mm-panel{ display: none;  width: 100%;  padding: 10px 0 10px 10px;  -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; }.mm-listitem_vertical > .mm-panel:before,.mm-listitem_vertical > .mm-panel:after{ content: none;  display: none; }.mm-listitem_opened > .mm-panel{ display: block; }.mm-listitem_vertical > .mm-listitem__btn{ height: 44px;  height: var(--mm-listitem-size);  bottom: auto; }.mm-listitem_vertical .mm-listitem:last-child:after{ border-color: transparent; }.mm-listitem_opened > .mm-listitem__btn:after{ -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg);  right: 19px; }.mm-btn{ -webkit-flex-grow: 0; flex-grow: 0;  -webkit-flex-shrink: 0; flex-shrink: 0;  position: relative;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  width: 50px;  padding: 0; }.mm-btn:before,.mm-btn:after{ border: 2px solid rgba(0,0,0,.3);  border: 2px solid var(--mm-color-button); }.mm-btn_prev:before,.mm-btn_next:after{ content: '';  border-bottom: none;  border-right: none;  -webkit-box-sizing: content-box; -moz-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-btn_close:before,.mm-btn_close:after{ content: '';  -webkit-box-sizing: content-box; -moz-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_close:before{ border-right: none;  border-bottom: none;  right: 18px; }.mm-btn_close:after{ border-left: none;  border-top: none;  right: 25px; }[dir="rtl"] .mm-btn_next:after{ -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  left: 23px;  right: auto; }[dir="rtl"] .mm-btn_prev:before{ -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg);  right: 23px;  left: auto; }[dir="rtl"] .mm-btn_close:before,[dir="rtl"] .mm-btn_close:after{ right: auto; }[dir="rtl"] .mm-btn_close:before{ left: 25px; }[dir="rtl"] .mm-btn_close:after{ left: 18px; }.mm-navbar{ min-height: 44px;  border-bottom: 1px solid rgba(0,0,0,.1);  background: #fff;  color: rgba(0,0,0,.3);  display: -ms-flexbox; display: -webkit-flex; display: flex;  min-height: var(--mm-navbar-size);  border-bottom: 1px solid var(--mm-color-border);  background: var(--mm-color-background);  color: var(--mm-color-text-dimmed);  text-align: center;  opacity: 1;  -webkit-transition: opacity .4s ease; transition: opacity .4s ease; }.mm-navbar > *{ min-height: 44px; }@supports (position: sticky){.mm-navbar_sticky{ position: -webkit-sticky; position: sticky;  top: 0;  z-index: 1; }}.mm-navbar > *{ -webkit-flex-grow: 1; flex-grow: 1;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }.mm-navbar__btn{ -webkit-flex-grow: 0; flex-grow: 0; }.mm-navbar__title{ -o-text-overflow: ellipsis; text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;  -webkit-flex: 1 1 50%; -ms-flex: 1 1 50%; flex: 1 1 50%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  padding-left: 20px;  padding-right: 20px; }.mm-navbar__title:not(:last-child){ padding-right: 0; }.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title{ padding-left: 0; }.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child{ padding-right: 50px; }[dir='rtl'] .mm-navbar{ -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }.mm-listview{ list-style: none;  display: block;  padding: 0;  margin: 0; }.mm-listitem{ color: rgba(0,0,0,.75);  border-color: rgba(0,0,0,.1);  color: var(--mm-color-text);  border-color: var(--mm-color-border);  list-style: none;  display: block;  padding: 0;  margin: 0;  position: relative;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }.mm-listitem:after{ content: '';  border-color: inherit;  border-bottom-width: 1px;  border-bottom-style: solid;  display: block;  position: absolute;  left: 20px;  right: 0;  bottom: 0; }.mm-listitem a,.mm-listitem a:hover{ text-decoration: none; }.mm-listitem__text,.mm-listitem__btn{ padding: 12px;  display: block;  padding: -webkit-calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2); padding: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);  padding-left: 0;  padding-right: 0;  color: inherit; }.mm-listitem__text{ -o-text-overflow: ellipsis; text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;  padding-left: 20px;  padding-right: 10px;  -webkit-flex-grow: 1; flex-grow: 1;  -webkit-flex-basis: 10%; flex-basis: 10%; }.mm-listitem__btn{ background: rgba(3,2,1,0);  border-color: inherit;  width: auto;  padding-right: 50px;  position: relative; }.mm-listitem__btn:not(.mm-listitem__text){ border-left-width: 1px;  border-left-style: solid; }.mm-listitem_selected > .mm-listitem__text{ background: rgba(255,255,255,.4);  background: var(--mm-color-background-emphasis); }.mm-listitem_opened > .mm-listitem__btn,.mm-listitem_opened > .mm-panel{ background: rgba(0,0,0,.05);  background: var(--mm-color-background-highlight); }[dir="rtl"] .mm-listitem:after{ left: 0;  right: 20px; }[dir="rtl"] .mm-listitem__text{ padding-left: 10px;  padding-right: 20px; }[dir="rtl"] .mm-listitem__btn{ padding-left: 50px;  border-left-width: 0;  border-left-style: none; }[dir="rtl"] .mm-listitem__btn:not(.mm-listitem__text){ padding-right: 0;  border-right-width: 1px;  border-right-style: solid; }.mm-page{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  position: relative; }.mm-slideout{ -webkit-transition: transform .4s ease; transition: transform .4s ease;  z-index: 1; }.mm-wrapper_opened{ overflow-x: hidden;  position: relative; }.mm-wrapper_opened .mm-page{ min-height: 100vh; }.mm-wrapper_background .mm-page{ background: inherit; }.mm-menu_offcanvas{ position: fixed;  right: auto;  z-index: 0; }.mm-menu_offcanvas:not(.mm-menu_opened){ display: none; }.mm-menu_offcanvas{ width: 80%;  min-width: 240px;  max-width: 440px; }.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout{ -webkit-transform: translate3d(80vw,0,0); -ms-transform: translate3d(80vw,0,0); transform: translate3d(80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout{ -webkit-transform: translate3d(240px,0,0); -ms-transform: translate3d(240px,0,0); transform: translate3d(240px,0,0); }}@media (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas ~ .mm-slideout{ -webkit-transform: translate3d(440px,0,0); -ms-transform: translate3d(440px,0,0); transform: translate3d(440px,0,0); }}.mm-wrapper__blocker{ background: rgba(3,2,1,0);  overflow: hidden;  display: none;  position: fixed;  top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: 2; }.mm-wrapper_blocking{ overflow: hidden; }.mm-wrapper_blocking body{ overflow: hidden; }.mm-wrapper_blocking .mm-wrapper__blocker{ display: block; }[dir="rtl"] .mm-menu_offcanvas{}.mm-sronly{ border: 0 !important;  clip: rect(1px,1px,1px,1px) !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:not(.mm-menu_offcanvas){ position: relative; }.mm-menu_autoheight.mm-menu_position-top,.mm-menu_autoheight.mm-menu_position-bottom{ max-height: 80%; }.mm-menu_autoheight-measuring .mm-panel{ display: block !important; }.mm-menu_autoheight-measuring .mm-panels > .mm-panel{ bottom: auto !important;  height: auto !important; }.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{ display: none !important; }[class*='mm-menu_columns-']{ -webkit-transition-property: width; transition-property: width; }[class*='mm-menu_columns-'] .mm-panels > .mm-panel{ right: auto;  -webkit-transition-property: width,transform; transition-property: width,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: translate3d(0%,0,0); -ms-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: translate3d(100%,0,0); -ms-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); }.mm-menu_columns-0{ width: 80%;  min-width: 240px;  max-width: 0; }.mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout{ -webkit-transform: translate3d(80vw,0,0); -ms-transform: translate3d(80vw,0,0); transform: translate3d(80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout{ -webkit-transform: translate3d(240px,0,0); -ms-transform: translate3d(240px,0,0); transform: translate3d(240px,0,0); }}@media (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0 ~ .mm-slideout{ -webkit-transform: translate3d(0,0,0); -ms-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: translate3d(-80vw,0,0); -ms-transform: translate3d(-80vw,0,0); transform: translate3d(-80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(-240px,0,0); -ms-transform: translate3d(-240px,0,0); transform: translate3d(-240px,0,0); }}@media (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }}[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-1{ -webkit-transform: translate3d(100%,0,0); -ms-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: translate3d(200%,0,0); -ms-transform: translate3d(200%,0,0); transform: translate3d(200%,0,0); }.mm-menu_columns-1{ width: 80%;  min-width: 240px;  max-width: 440px; }.mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout{ -webkit-transform: translate3d(80vw,0,0); -ms-transform: translate3d(80vw,0,0); transform: translate3d(80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout{ -webkit-transform: translate3d(240px,0,0); -ms-transform: translate3d(240px,0,0); transform: translate3d(240px,0,0); }}@media (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1 ~ .mm-slideout{ -webkit-transform: translate3d(440px,0,0); -ms-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: translate3d(-80vw,0,0); -ms-transform: translate3d(-80vw,0,0); transform: translate3d(-80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(-240px,0,0); -ms-transform: translate3d(-240px,0,0); transform: translate3d(-240px,0,0); }}@media (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(-440px,0,0); -ms-transform: translate3d(-440px,0,0); transform: translate3d(-440px,0,0); }}[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-2{ -webkit-transform: translate3d(200%,0,0); -ms-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: translate3d(300%,0,0); -ms-transform: translate3d(300%,0,0); transform: translate3d(300%,0,0); }.mm-menu_columns-2{ width: 80%;  min-width: 240px;  max-width: 880px; }.mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout{ -webkit-transform: translate3d(80vw,0,0); -ms-transform: translate3d(80vw,0,0); transform: translate3d(80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout{ -webkit-transform: translate3d(240px,0,0); -ms-transform: translate3d(240px,0,0); transform: translate3d(240px,0,0); }}@media (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2 ~ .mm-slideout{ -webkit-transform: translate3d(880px,0,0); -ms-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: translate3d(-80vw,0,0); -ms-transform: translate3d(-80vw,0,0); transform: translate3d(-80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(-240px,0,0); -ms-transform: translate3d(-240px,0,0); transform: translate3d(-240px,0,0); }}@media (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(-880px,0,0); -ms-transform: translate3d(-880px,0,0); transform: translate3d(-880px,0,0); }}[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-3{ -webkit-transform: translate3d(300%,0,0); -ms-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: translate3d(400%,0,0); -ms-transform: translate3d(400%,0,0); transform: translate3d(400%,0,0); }.mm-menu_columns-3{ width: 80%;  min-width: 240px;  max-width: 1320px; }.mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout{ -webkit-transform: translate3d(80vw,0,0); -ms-transform: translate3d(80vw,0,0); transform: translate3d(80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout{ -webkit-transform: translate3d(240px,0,0); -ms-transform: translate3d(240px,0,0); transform: translate3d(240px,0,0); }}@media (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3 ~ .mm-slideout{ -webkit-transform: translate3d(1320px,0,0); -ms-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: translate3d(-80vw,0,0); -ms-transform: translate3d(-80vw,0,0); transform: translate3d(-80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(-240px,0,0); -ms-transform: translate3d(-240px,0,0); transform: translate3d(-240px,0,0); }}@media (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(-1320px,0,0); -ms-transform: translate3d(-1320px,0,0); transform: translate3d(-1320px,0,0); }}[class*='mm-menu_columns-'] .mm-panels > .mm-panel_columns-4{ -webkit-transform: translate3d(400%,0,0); -ms-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: translate3d(500%,0,0); -ms-transform: translate3d(500%,0,0); transform: translate3d(500%,0,0); }.mm-menu_columns-4{ width: 80%;  min-width: 240px;  max-width: 1760px; }.mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout{ -webkit-transform: translate3d(80vw,0,0); -ms-transform: translate3d(80vw,0,0); transform: translate3d(80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout{ -webkit-transform: translate3d(240px,0,0); -ms-transform: translate3d(240px,0,0); transform: translate3d(240px,0,0); }}@media (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4 ~ .mm-slideout{ -webkit-transform: translate3d(1760px,0,0); -ms-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: translate3d(-80vw,0,0); -ms-transform: translate3d(-80vw,0,0); transform: translate3d(-80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(-240px,0,0); -ms-transform: translate3d(-240px,0,0); transform: translate3d(-240px,0,0); }}@media (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(-1760px,0,0); -ms-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{ -webkit-transition-property: width,min-width,max-width,transform; transition-property: width,min-width,max-width,transform; }.mm-counter{ color: rgba(0,0,0,.3);  display: block;  padding-left: 20px;  float: right;  text-align: right;  color: var(--mm-color-text-dimmed); }.mm-listitem_nosubitems > .mm-counter{ display: none; }[dir='rtl'] .mm-counter{ text-align: left;  float: left;  padding-left: 0;  padding-right: 20px; }.mm-divider{ position: relative;  min-height: 20px;  padding: 4.3px;  background: #fff;  -o-text-overflow: ellipsis; text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;  min-height: var(--mm-line-height);  padding: -webkit-calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5); padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);  padding-right: 10px;  padding-left: 20px;  font-size: 75%;  text-transform: uppercase;  background: var(--mm-color-background);  opacity: 1;  -webkit-transition: opacity .4s ease; transition: opacity .4s ease; }.mm-divider:before{ background: rgba(0,0,0,.05); }@supports (position: sticky){.mm-divider{ position: -webkit-sticky; position: sticky;  z-index: 2;  top: 0; }.mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider{ top: var(--mm-navbar-size); }}.mm-divider:before{ content: '';  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: -1;  background: var(--mm-color-background-highlight); }.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout{ -webkit-transition-duration: 0s !important; transition-duration: 0s !important;  -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; }.mm-wrapper_dragging .mm-menu{ pointer-events: none !important; }.mm-wrapper_dragging .mm-wrapper__blocker{ display: none !important; }.mm-menu_dropdown{ -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3); box-shadow: 0 2px 10px rgba(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-wrapper__blocker{ -webkit-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; }.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before,.mm-menu_tip-bottom:before{ content: '';  background: inherit;  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3); box-shadow: 0 2px 10px rgba(0,0,0,.3);  display: block;  width: 15px;  height: 15px;  position: absolute;  z-index: -1;  -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; }:root{ --mm-iconbar-size: 50px; }.mm-menu_iconbar-left .mm-panels,.mm-menu_iconbar-left .mm-navbars_top,.mm-menu_iconbar-left .mm-navbars_bottom{ margin-left: 50px;  margin-left: var(--mm-iconbar-size); }.mm-menu_iconbar-left .mm-iconbar{ border-right-width: 1px;  display: block;  left: 0; }.mm-menu_iconbar-right .mm-panels,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-navbars_bottom{ margin-right: 50px;  margin-right: var(--mm-iconbar-size); }.mm-menu_iconbar-right .mm-iconbar{ border-left-width: 1px;  display: block;  right: 0; }.mm-iconbar{ width: 50px;  border-color: rgba(0,0,0,.1);  background: #fff;  color: rgba(0,0,0,.3);  display: none;  width: var(--mm-iconbar-size);  overflow: hidden;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  position: absolute;  top: 0;  bottom: 0;  z-index: 2;  border: 0 solid;  border-color: var(--mm-color-border);  background: var(--mm-color-background);  color: var(--mm-color-text-dimmed);  text-align: center; }.mm-iconbar__top,.mm-iconbar__bottom{ width: inherit;  position: absolute; }.mm-iconbar__top > *,.mm-iconbar__bottom > *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  display: block;  padding: 12.5px 0; }.mm-iconbar__top a,.mm-iconbar__bottom a,.mm-iconbar__top a:hover,.mm-iconbar__bottom a:hover{ text-decoration: none; }.mm-iconbar__top{ top: 0; }.mm-iconbar__bottom{ bottom: 0; }.mm-iconbar__tab_selected{ background: rgba(255,255,255,.4);  background: var(--mm-color-background-emphasis); }:root{ --mm-iconpanel-size: 50px; }.mm-panel_iconpanel-1{ width: -webkit-calc(100% - 50px); width: calc(100% - 50px);  width: -webkit-calc(100% - (var(--mm-iconpanel-size) * 1)); width: calc(100% - (var(--mm-iconpanel-size) * 1)); }.mm-panel_iconpanel-2{ width: -webkit-calc(100% - 100px); width: calc(100% - 100px);  width: -webkit-calc(100% - (var(--mm-iconpanel-size) * 2)); width: calc(100% - (var(--mm-iconpanel-size) * 2)); }.mm-panel_iconpanel-3{ width: -webkit-calc(100% - 150px); width: calc(100% - 150px);  width: -webkit-calc(100% - (var(--mm-iconpanel-size) * 3)); width: calc(100% - (var(--mm-iconpanel-size) * 3)); }.mm-panel_iconpanel-first ~ .mm-panel{ width: -webkit-calc(100% - 50px); width: calc(100% - 50px);  width: -webkit-calc(100% - var(--mm-iconpanel-size)); width: calc(100% - var(--mm-iconpanel-size)); }.mm-menu_iconpanel .mm-panels > .mm-panel{ left: auto;  -webkit-transition-property: transform,width; transition-property: transform,width; }.mm-menu_iconpanel .mm-panels > .mm-panel_opened,.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent{ display: block !important; }.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent{ overflow-y: hidden;  -webkit-transform: unset; -ms-transform: unset; transform: unset; }.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){ border-left-width: 1px;  border-left-style: solid; }.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar,.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider{ opacity: 0; }.mm-panel__blocker{ background: inherit;  opacity: 0;  display: block;  position: absolute;  top: 0;  right: 0;  left: 0;  z-index: 3;  -webkit-transition: opacity .4s ease; transition: opacity .4s ease; }.mm-panel_opened-parent .mm-panel__blocker{ opacity: .6;  bottom: -100000px; }[dir='rtl'] .mm-menu_iconpanel .mm-panels > .mm-panel{ left: 0;  right: auto;  -webkit-transition-property: transform,width; transition-property: transform,width; }[dir='rtl'] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){ border-left: none;  border-right: 1px solid;  border-color: inherit; }.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus{ background: rgba(255,255,255,.4);  background: var(--mm-color-background-emphasis);  outline: none; }.mm-wrapper__blocker .mm-tabstart{ cursor: default;  display: block;  width: 100%;  height: 100%; }.mm-wrapper__blocker .mm-tabend{ opacity: 0;  position: absolute;  bottom: 0; }.mm-navbars_top{ -webkit-flex-shrink: 0; flex-shrink: 0; }.mm-navbars_top .mm-navbar:not(:last-child){ border-bottom: none; }.mm-navbars_bottom{ -webkit-flex-shrink: 0; flex-shrink: 0; }.mm-navbars_bottom .mm-navbar{ border-bottom: none; }.mm-navbars_bottom .mm-navbar:first-child{ border-top: 1px solid rgba(0,0,0,.1);  border-top: 1px solid var(--mm-color-border); }.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input{ padding-left: 0; }.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input{ padding-right: 0; }.mm-navbar__breadcrumbs{ -o-text-overflow: ellipsis; text-overflow: ellipsis;  white-space: nowrap;  overflow: hidden;  -webkit-flex: 1 1 50%; -ms-flex: 1 1 50%; flex: 1 1 50%;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;  padding: 0 20px;  overflow-x: auto;  -webkit-overflow-scrolling: touch; }.mm-navbar__breadcrumbs > *{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  padding-right: 6px; }.mm-navbar__breadcrumbs > a{ text-decoration: underline; }.mm-navbar__breadcrumbs:not(:last-child){ padding-right: 0; }.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs{ padding-left: 0; }.mm-navbar_tabs > *{ padding: 0 10px;  border: 1px solid transparent; }.mm-navbar__tab_selected{ background: #fff;  color: rgba(0,0,0,.75);  background: var(--mm-color-background);  color: var(--mm-color-text); }.mm-navbar__tab_selected:not(:first-child){ border-left-color: rgba(0,0,0,.1); }.mm-navbar__tab_selected:not(:last-child){ border-right-color: rgba(0,0,0,.1); }.mm-navbar__tab_selected:not(:first-child){ border-left-color: var(--mm-color-border); }.mm-navbar__tab_selected:not(:last-child){ border-right-color: var(--mm-color-border); }.mm-navbars_top .mm-navbar_tabs{ border-bottom: none; }.mm-navbars_top .mm-navbar_tabs > *{ border-bottom-color: rgba(0,0,0,.1);  border-bottom-color: var(--mm-color-border); }.mm-navbars_top .mm-navbar__tab_selected{ border-top-color: rgba(0,0,0,.1);  border-top-color: var(--mm-color-border);  border-bottom-color: transparent; }.mm-navbars_top.mm-navbars_has-tabs .mm-navbar{ background: rgba(255,255,255,.4);  background: var(--mm-color-background-emphasis); }.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar{ background: #fff;  background: var(--mm-color-background); }.mm-navbars_bottom .mm-navbar_tabs:first-child{ border-top: none; }.mm-navbars_bottom .mm-navbar_tabs > *{ border-top-color: rgba(0,0,0,.1);  border-top-color: var(--mm-color-border); }.mm-navbars_bottom .mm-navbar__tab_selected{ border-bottom-color: rgba(0,0,0,.1);  border-bottom-color: var(--mm-color-border);  border-top-color: transparent; }.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{ background: #fff;  background: var(--mm-color-background); }.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar{ background: rgba(255,255,255,.4);  background: var(--mm-color-background-emphasis); }.mm-searchfield{ height: 44px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-grow: 1; flex-grow: 1;  height: var(--mm-navbar-size);  padding: 0;  overflow: hidden; }.mm-searchfield input{ height: 30.8px;  line-height: 30.8px; }.mm-searchfield input,.mm-searchfield input:hover,.mm-searchfield input:focus{ background: rgba(0,0,0,.05);  color: rgba(0,0,0,.75); }.mm-searchfield input{ display: block;  width: 100%;  max-width: 100%;  height: -webkit-calc(var(--mm-navbar-size) * .7); height: calc(var(--mm-navbar-size) * .7);  min-height: unset;  max-height: unset;  margin: 0;  padding: 0 10px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  border: none !important;  border-radius: 4px;  line-height: -webkit-calc(var(--mm-navbar-size) * .7); line-height: calc(var(--mm-navbar-size) * .7);  -webkit-box-shadow: none !important; box-shadow: none !important;  outline: none !important;  font: inherit;  font-size: inherit; }.mm-searchfield input,.mm-searchfield input:hover,.mm-searchfield input:focus{ background: var(--mm-color-background-highlight);  color: var(--mm-color-text); }.mm-searchfield input::-ms-clear{ display: none; }.mm-searchfield__input{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex: 1; -ms-flex: 1; flex: 1;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  position: relative;  width: 100%;  max-width: 100%;  padding: 0 10px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }.mm-panel__noresultsmsg{ color: rgba(0,0,0,.3);  padding: 50px 0;  color: var(--mm-color-text-dimmed);  text-align: center;  font-size: 150%; }.mm-searchfield__btn{ position: absolute;  right: 0;  top: 0;  bottom: 0; }.mm-panel_search{ left: 0 !important;  right: 0 !important;  width: 100% !important;  border-left: none !important; }.mm-searchfield__cancel{ line-height: 44px;  display: block;  padding-right: 10px;  margin-right: -100px;  line-height: var(--mm-navbar-size);  text-decoration: none;  -webkit-transition: margin .4s ease; transition: margin .4s ease; }.mm-searchfield__cancel-active{ margin-right: 0; }.mm-listitem_nosubitems > .mm-listitem__btn{ display: none; }.mm-listitem_nosubitems > .mm-listitem__text{ padding-right: 10px; }.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn){ z-index: -1;  pointer-events: none; }.mm-sectionindexer{ background: inherit;  text-align: center;  font-size: 12px;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  width: 20px;  position: absolute;  top: 0;  bottom: 0;  right: -20px;  z-index: 5;  -webkit-transition: right .4s ease; transition: right .4s ease;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: space-evenly; justify-content: space-evenly; }.mm-sectionindexer a{ color: rgba(0,0,0,.3);  color: var(--mm-color-text-dimmed);  line-height: 1;  text-decoration: none;  display: block; }.mm-sectionindexer ~ .mm-panel{ padding-right: 0; }.mm-sectionindexer_active{ right: 0; }.mm-sectionindexer_active ~ .mm-panel{ padding-right: 20px; }.mm-menu_selected-hover .mm-listitem__text,.mm-menu_selected-parent .mm-listitem__text,.mm-menu_selected-hover .mm-listitem__btn,.mm-menu_selected-parent .mm-listitem__btn{ -webkit-transition: background-color .4s ease; transition: background-color .4s ease; }.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > .mm-listitem__text{ background: none; }.mm-menu_selected-hover .mm-listitem__text:hover,.mm-menu_selected-hover .mm-listitem__btn:hover{ background: rgba(255,255,255,.4);  background: var(--mm-color-background-emphasis); }.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text{ background: none; }.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text,.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn{ background: rgba(255,255,255,.4);  background: var(--mm-color-background-emphasis); }:root{ --mm-sidebar-collapsed-size: 50px;  --mm-sidebar-expanded-size: 440px; }.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{ position: relative; }.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{ -webkit-transition-property: width,transform; transition-property: width,transform; }.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{ background: inherit;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  min-height: 100vh; }.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important;  top: 0 !important;  right: auto !important;  bottom: 0 !important;  left: 0 !important; }.mm-wrapper_sidebar-collapsed .mm-slideout{ width: -webkit-calc(100% - 50px); width: calc(100% - 50px);  -webkit-transform: translate3d(50px,0,0); -ms-transform: translate3d(50px,0,0); transform: translate3d(50px,0,0);  width: -webkit-calc(100% - var(--mm-sidebar-collapsed-size)); width: calc(100% - var(--mm-sidebar-collapsed-size));  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size),0,0); -ms-transform: translate3d(var(--mm-sidebar-collapsed-size),0,0); transform: translate3d(var(--mm-sidebar-collapsed-size),0,0); }.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider{ opacity: 0; }.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{ width: 440px;  width: var(--mm-sidebar-expanded-size);  min-width: 0 !important;  max-width: 100000px !important;  border-right-width: 1px;  border-right-style: solid; }.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{ content: none;  display: none; }.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{ overflow: visible; }.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{ display: none !important; }.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout{ width: -webkit-calc(100% - 440px); width: calc(100% - 440px);  -webkit-transform: translate3d(440px,0,0); -ms-transform: translate3d(440px,0,0); transform: translate3d(440px,0,0);  width: -webkit-calc(100% - var(--mm-sidebar-expanded-size)); width: calc(100% - var(--mm-sidebar-expanded-size));  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size),0,0); -ms-transform: translate3d(var(--mm-sidebar-expanded-size),0,0); transform: translate3d(var(--mm-sidebar-expanded-size),0,0); }.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; }[dir="rtl"].mm-wrapper_sidebar-collapsed .mm-slideout{ -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }[dir="rtl"].mm-wrapper_sidebar-expanded .mm-slideout{ -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }[dir="rtl"].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }input.mm-toggle{ margin-top: 5px;  background: rgba(0,0,0,.1);  display: inline-block;  min-width: 58px;  width: 58px;  height: 34px;  margin: 0 10px;  margin-top: -webkit-calc((var(--mm-listitem-size) - 34px) / 2); margin-top: calc((var(--mm-listitem-size) - 34px) / 2);  border: none !important;  background: var(--mm-color-border);  border-radius: 34px;  -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;  cursor: pointer;  -webkit-transition: background-color .2s ease; transition: background-color .2s ease; }input.mm-toggle:before{ background: #fff; }input.mm-toggle:before{ content: '';  display: block;  width: 32px;  height: 32px;  margin: 1px;  border-radius: 34px;  background: var(--mm-color-background);  -webkit-transition: transform .2s ease; transition: transform .2s ease; }input.mm-toggle:checked{ background: #4bd963; }input.mm-toggle:checked:before{ -webkit-transform: translateX(24px); -ms-transform: translateX(24px); transform: translateX(24px); }input.mm-check{ margin-top: 2px;  -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important;  border: none !important;  background: none !important;  cursor: pointer;  display: inline-block;  width: 40px;  height: 40px;  margin: 0 10px;  margin-top: -webkit-calc((var(--mm-listitem-size) - 40px) / 2); margin-top: calc((var(--mm-listitem-size) - 40px) / 2); }input.mm-check:before{ content: '';  display: block;  width: 40%;  height: 20%;  margin: 25% 0 0 20%;  border-left: 3px solid;  border-bottom: 3px solid;  border-color: var(--mm-color-text);  opacity: .3;  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);  -webkit-transition: opacity .2s ease; transition: opacity .2s ease; }input.mm-check:checked:before{ opacity: 1; }[dir="rtl"] input.mm-toggle:checked ~ label.mm-toggle:before{ float: left; }.mm-menu_border-none .mm-listitem:after{ content: none; }.mm-menu_border-full .mm-listitem:after{ left: 0 !important; }.mm-menu_fx-menu-slide{ -webkit-transition: transform .4s ease; transition: transform .4s ease; }.mm-wrapper_opened .mm-menu_fx-menu-slide{ -webkit-transform: translate3d(-30%,0,0); -ms-transform: translate3d(-30%,0,0); transform: translate3d(-30%,0,0); }.mm-wrapper_opening .mm-menu_fx-menu-slide{ -webkit-transform: translate3d(0%,0,0); -ms-transform: translate3d(0%,0,0); transform: translate3d(0%,0,0); }.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{ -webkit-transform: translate3d(30%,0,0); -ms-transform: translate3d(30%,0,0); transform: translate3d(30%,0,0); }.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{ -webkit-transform: translate3d(0%,0,0); -ms-transform: translate3d(0%,0,0); transform: translate3d(0%,0,0); }.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{ -webkit-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: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent{ -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent{ -webkit-transform: translate3d(-100%,0,0); -ms-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); }.mm-menu_fullscreen{ width: 100%;  min-width: 140px;  max-width: 10000px; }.mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout{ -webkit-transform: translate3d(100vw,0,0); -ms-transform: translate3d(100vw,0,0); transform: translate3d(100vw,0,0); }@media (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout{ -webkit-transform: translate3d(140px,0,0); -ms-transform: translate3d(140px,0,0); transform: translate3d(140px,0,0); }}@media (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen ~ .mm-slideout{ -webkit-transform: translate3d(10000px,0,0); -ms-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: translate3d(-100vw,0,0); -ms-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: translate3d(-140px,0,0); -ms-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: translate3d(-10000px,0,0); -ms-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-justify .mm-panels > .mm-panel{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.mm-menu_listview-justify .mm-panels > .mm-panel:after{ content: none;  display: none; }.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview{ -webkit-flex-grow: 1; flex-grow: 1;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -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{ -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto;  min-height: 50px; }.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center; }.mm-listview_inset{ list-style: inside disc;  width: 100%;  padding: 0 30px 15px 30px;  margin: 0; }.mm-listview_inset .mm-listitem{ padding: 5px 0; }.mm-menu_multiline .mm-listitem__text{ -o-text-overflow: clip; text-overflow: clip;  white-space: normal; }[class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-wrapper__blocker{ opacity: 0; }.mm-wrapper_opening [class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-wrapper__blocker{ opacity: .3;  -webkit-transition: opacity .4s ease .4s; transition: opacity .4s ease .4s; }.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker{ background: inherit; }.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker{ background: #000; }.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker{ background: #fff; }.mm-menu_popup{ -webkit-transition: opacity .4s ease; transition: opacity .4s ease;  opacity: 0;  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3); box-shadow: 0 2px 10px rgba(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: translate3d(-50%,-50%,0); -ms-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-wrapper__blocker{ -webkit-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: translate3d(-80vw,0,0); -ms-transform: translate3d(-80vw,0,0); transform: translate3d(-80vw,0,0); }@media (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(-240px,0,0); -ms-transform: translate3d(-240px,0,0); transform: translate3d(-240px,0,0); }}@media (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout{ -webkit-transform: translate3d(-440px,0,0); -ms-transform: translate3d(-440px,0,0); transform: translate3d(-440px,0,0); }}.mm-menu_position-front,.mm-menu_position-top,.mm-menu_position-bottom{ -webkit-transition: transform .4s ease; transition: transform .4s ease; }.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened,.mm-menu_position-bottom.mm-menu_opened{ z-index: 2; }.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,.mm-menu_position-top.mm-menu_opened ~ .mm-slideout,.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout{ -webkit-transform: none !important; -ms-transform: none !important; transform: none !important;  z-index: 0; }.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker,.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker{ z-index: 1; }.mm-menu_position-front{ -webkit-transform: translate3d(-100%,0,0); -ms-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); }.mm-menu_position-front.mm-menu_position-right{ -webkit-transform: translate3d(100%,0,0); -ms-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); }.mm-menu_position-top,.mm-menu_position-bottom{ width: 100%;  min-width: 100%;  max-width: 100%; }.mm-menu_position-top{ -webkit-transform: translate3d(0,-100%,0); -ms-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: translate3d(0,100%,0); -ms-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-front,.mm-wrapper_opening .mm-menu_position-top,.mm-wrapper_opening .mm-menu_position-bottom{ -webkit-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }.mm-menu_shadow-page:after{ -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3); box-shadow: 0 0 10px rgba(0,0,0,.3);  content: '';  display: block;  width: 20px;  height: 120%;  position: absolute;  left: 100%;  top: -10%;  z-index: 100;  clip-path: polygon(-20px 0,0 0,0 100%,-20px 100%);  -webkit-box-shadow: var(--mm-shadow); box-shadow: var(--mm-shadow); }.mm-menu_shadow-page.mm-menu_position-right:after{ left: auto;  right: 100%;  clip-path: polygon(20px 0,40px 0,40px 100%,20px 100%); }.mm-menu_shadow-page.mm-menu_position-front:after{ content: none;  display: none; }.mm-menu_shadow-menu{ -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3); box-shadow: 0 0 10px rgba(0,0,0,.3);  -webkit-box-shadow: var(--mm-shadow); box-shadow: var(--mm-shadow); }.mm-menu_shadow-panels .mm-panels > .mm-panel{ -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3); box-shadow: 0 0 10px rgba(0,0,0,.3);  -webkit-box-shadow: var(--mm-shadow); box-shadow: var(--mm-shadow); }.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__text,.mm-panel_tileview .mm-listitem__text{ 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__btn,.mm-panel_tileview .mm-listitem__btn{ width: auto; }.mm-menu_tileview .mm-listitem__btn:before,.mm-panel_tileview .mm-listitem__btn:before,.mm-menu_tileview .mm-listitem__btn:after,.mm-panel_tileview .mm-listitem__btn:after{ content: none;  display: none; }.mm-menu_tileview .mm-divider,.mm-panel_tileview .mm-divider{ display: none; }.mm-menu_tileview .mm-panel,.mm-panel_tileview{ padding-left: 0;  padding-right: 0; }.mm-menu_tileview .mm-panel:before,.mm-panel_tileview:before,.mm-menu_tileview .mm-panel:after,.mm-panel_tileview:after{ content: none;  display: none; }body.modal-open .mm-slideout{ z-index: unset; }:root{ --mm-line-height: 20px;  --mm-listitem-size: 44px;  --mm-navbar-size: 44px;  --mm-offset-top: 0;  --mm-offset-right: 0;  --mm-offset-bottom: 0;  --mm-offset-left: 0;  --mm-color-border: transparent;  --mm-color-button: rgba(0,0,0,.3);  --mm-color-text: #fff;  --mm-color-text-dimmed: rgba(0,0,0,.3);  --mm-color-background: #234B59;  --mm-color-background-highlight: rgba(147,67,119,.89);  --mm-color-background-emphasis: #234B59;  --mm-shadow: 0 0 10px rgba(0,0,0,.3); }.mm-listitem_selected{ font-weight: bold;  background: #efefef; }.mm-panels .mm-navbar .close-toggle{ position: absolute;  right: 1em;  top: 1em;  background: url(/fileadmin/user_upload/icons/schliessen-icon.svg) no-repeat top right transparent;  cursor: pointer; }.mm-menu_offcanvas{ z-index: 2; }.mm-listitem a,.mm-listitem a:hover{ font-size: 2rem;  font-weight: 800;  text-transform: uppercase; }.mm-listitem_selected > .mm-listitem__text{ background: #234B59;  color: #d13627 !important; }.mm-menu a:active,.mm-menu a:hover,.mm-listitem_selected{ color: #DC6248; }.mm-navbar__title{ display: none; }@media (max-width:768px){header:before,header:after{ margin-top: 0; }.mm-wrapper_opening #page{ padding-top: 0 !important; }}.mm-panels .mm-navbar .close-toggle{ position: absolute;  right: 1em;  top: 1em;  background: url(/fileadmin/user_upload/icons/schliessen-icon.svg) no-repeat top right transparent;  cursor: pointer; }.mm-btn_prev:before,.mm-btn_next:after{ right: 1rem;  border: none;  background: url(/fileadmin/user_upload/icons/pfeil-auswahl-rot.svg) no-repeat center right transparent;  background-size: 30px auto;  -webkit-transform: none; -ms-transform: none; transform: none; }.mm-btn_prev:before{ -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }.mm-panels .mm-navbar .close-toggle,.mm-btn_prev:before,.mm-btn_next:after{ background-size: auto 30px;  height: 100%;  width: 30px; }.mm-listview{ list-style: none;  display: block;  padding: .6rem;  padding-top: .6rem;  margin: 0;  padding-top: 2.5rem; }.mm-menu_offcanvas,.mm-slideout{ z-index: 1; }.mm-slideout{ overflow-x: hidden; }.mm-listitem_selected{ background: transparent; }.mm-listview{ padding: 0; }.mm-listview .mm-listitem a,.mm-listview .mm-listitem a:hover{ font-size: 1.5rem; }.flexslider{ border: none !important;  border-radius: 0 !important; }.flexslider .slides > *{ display: none; }.flexslider .slides > *:first-child{ display: block; }.flex-control-nav{ width: 100%;  position: absolute;  bottom: -60px !important;  text-align: center; }.flex-control-paging li a{ background: #fff !important; }.flex-control-paging li a.flex-active{ background: #D13627 !important;  cursor: default; }input[type="checkbox"]{ margin-right: 4px; }.parsley-error{ border-color: #dc3545;  padding-right: -webkit-calc(1.5em + .75rem);  padding-right: -webkit-calc(1.5em + .75rem); padding-right: calc(1.5em + .75rem);  background-image: url(/typo3conf/ext/yaw_template/Resources/Public/Images/error.svg);  background-repeat: no-repeat;  background-position: right -webkit-calc(.375em + .1875rem) center;  background-position: right -webkit-calc(.375em + .1875rem) center; background-position: right calc(.375em + .1875rem) center;  background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);  background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem); background-size: calc(.75em + .375rem) calc(.75em + .375rem); }.parsley-error:focus{ border-color: #dc3545;  -webkit-box-shadow: 0 0 0 .2rem rgba(220,53,69,.25); box-shadow: 0 0 0 .2rem rgba(220,53,69,.25); }.parsley-errors-list.filled{ list-style: none;  margin: 0;  padding: 0; }.parsley-errors-list.filled .parsley-required{ width: 100%;  margin-top: .25rem;  font-size: 80%;  color: #dc3545; }.parsley-success{ border-color: #28a745;  padding-right: -webkit-calc(1.5em + .75rem);  padding-right: -webkit-calc(1.5em + .75rem); padding-right: calc(1.5em + .75rem);  background-image: url(/typo3conf/ext/yaw_template/Resources/Public/Images/success.svg);  background-repeat: no-repeat;  background-position: right -webkit-calc(.375em + .1875rem) center;  background-position: right -webkit-calc(.375em + .1875rem) center; background-position: right calc(.375em + .1875rem) center;  background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);  background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem); background-size: calc(.75em + .375rem) calc(.75em + .375rem); }.parsley-success:focus{ border-color: #28a745;  -webkit-box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); box-shadow: 0 0 0 .2rem rgba(40,167,69,.25); }.counter-wrapper > div{ text-align: center; }.counter-wrapper .counter-icon-wrapper{ width: 5rem;  height: 5rem;  border-radius: 50%;  background-color: #fff; }.counter-wrapper .counter-icon-wrapper p{ margin: 0; }.counter-wrapper .counter-icon-wrapper i{ font-size: 2.25rem; }.counter-wrapper .counter-number{ font-weight: bold;  font-size: 6.25rem; }.counter-wrapper .counter-text{ font-weight: bold;  font-size: 2.96875rem; }#nav-primary nav.navbar{ padding-top: 1.25rem; }#nav-primary .frame-default{ overflow: visible; }#nav-primary .nav.navbar-nav .nav-link{ font-size: 1.1rem;  color: #234B59;  text-transform: uppercase;  font-weight: 500;  padding-top: 5px; }#nav-primary .d-none.d-lg-block:not(.dropdown){ margin-left: auto;  margin-right: 75px; }#nav-primary .dropdown-menu:before{ position: absolute;  top: -7px;  right: 50%;  display: inline-block;  border-right: 7px solid transparent;  border-bottom: 7px solid #234B59;  border-left: 7px solid transparent;  border-bottom-color: #234B59;  content: ''; }.dropdown-menu .dropdown-item{ font-size: 1.35rem; }.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item.current{ color: #D13627;  text-decoration: none;  background-color: #234B59;  text-decoration: underline; }.btn-group .dropdown-item{ font-size: 1.35rem;  font-size: .95rem; }.btn-group .dropdown-item:focus,.btn-group .dropdown-item:hover{ color: #fff;  background-color: #D13627;  text-decoration: underline; }@media (min-width:1400px){#nav-primary{ -webkit-box-shadow: none; box-shadow: none;  -webkit-transition: margin-top .3s ease-in-out; transition: margin-top .3s ease-in-out; }#nav-primary nav.navbar{ padding-top: 40px;  padding-right: 0; }}@media (min-width:1600px){#nav-primary nav.navbar{ padding-top: 40px;  padding-right: 0; }#nav-primary .nav.navbar-nav .nav-link{ font-size: 1.35rem;  padding-right: 1.51rem;  padding-left: 1.51rem;  padding-top: 11px; }}.nav-calltoaction a{ line-height: 3rem;  font-size: 2rem;  display: block;  white-space: nowrap;  text-align: left;  color: #fff;  background: #D13627; }.nav-calltoaction a:hover,.nav-calltoaction a:focus{ text-decoration: none;  left: -3rem; }.nav-calltoaction i{ line-height: inherit;  display: inline-block;  width: 3rem;  font-size: 1.5rem;  text-align: center; }.nav-calltoaction span{ font-size: 1rem;  vertical-align: bottom;  display: inline-block; }@media (max-width:991.98px){.nav-calltoaction{ margin-bottom: 1rem; }.nav-calltoaction span{ display: none; }}@media (min-width:768px){.nav-calltoaction{ position: fixed;  right: 0;  top: 50%;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  z-index: 17; }.nav-calltoaction:before{ content: ' ';  margin-top: -9rem; }.nav-calltoaction a{ margin-bottom: .5rem;  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.34); box-shadow: 0 0 4px 0 rgba(0,0,0,.34);  width: 9rem;  left: -3rem;  position: absolute;  -webkit-transition: left .35s ease-in-out; transition: left .35s ease-in-out; }.nav-calltoaction a:hover,.nav-calltoaction a:focus{ left: -9rem; }.nav-calltoaction > div{ position: relative;  text-align: left;  height: 4rem; }}.searchbar-toggler{ -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start;  padding: .25rem .75rem;  font-size: 1.1875rem;  line-height: 1;  background: transparent; }.searchbar-toggler:hover,.searchbar-toggler:focus{ text-decoration: none; }.searchbar-toggler-icon{ display: inline-block;  width: 1.5em;  height: 1.5em;  vertical-align: middle;  content: "";  background: no-repeat center center;  background-size: 100% 100%; }#dropdownPanelSearch,.searchbox{ background-color: #D13627 !important;  border-radius: 30px; }#dropdownPanelSearch *,.searchbox *,#dropdownPanelSearch input::placeholder,.searchbox input::placeholder{ background: transparent;  color: #fff; }#dropdownPanelSearch input[type="text"],.searchbox input[type="text"]{ font-size: 18px;  font-family: 'Roboto Condensed',sans-serif;  padding: 10px 20px; }#dropdownPanelSearch input[type="text"],.searchbox input[type="text"],#dropdownPanelSearch .btn-search,.searchbox .btn-search{ height: 100% !important; }#dropdownPanelSearch input:focus,.searchbox input:focus{ color: #fff;  background-color: #D13627;  border-color: transparent;  outline: none;  border-top-left-radius: 30px !important;  border-bottom-left-radius: 30px !important; }#dropdownPanelSearch,.searchbox,#dropdownPanelSearch input:focus,.searchbox input:focus,#dropdownPanelSearch .btn-search:focus,.searchbox .btn-search:focus{ -webkit-box-shadow: none !important;  -webkit-box-shadow: none !important; box-shadow: none !important; }#dropdownPanelSearch .btn-search,.searchbox .btn-search{ background: url(/fileadmin/user_upload/icons/suchfunktion-icon-netzwerk-Q4.0.svg) center center no-repeat;  background-size: 1.5em auto;  margin-right: 5px;  padding: 0; }#dropdownPanelSearch .btn-search .fa-search,.searchbox .btn-search .fa-search{ display: none; }#sidemenu #dropdownPanelSearch,#sidemenu .searchbox{ margin: 50px 20px 0 20px;  width: -webkit-calc(100% - 40px); width: calc(100% - 40px); }#sidemenu #dropdownPanelSearch,#sidemenu .searchbox,#sidemenu #dropdownPanelSearch input:focus,#sidemenu .searchbox input:focus{ background-color: #DC6248 !important; }#sidemenu #dropdownPanelSearch .btn-search,#sidemenu .searchbox .btn-search{ background-image: url(/fileadmin/user_upload/icons/suchfunktion-icon-netzwerk-Q4.0_menu.svg);  background-size: contain;  width: 50px; }.ce-center .ce-gallery{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.ce-gallery .row{ -webkit-flex-grow: 1; flex-grow: 1; }.ce-textpic{ overflow: hidden; }.ce-uploads-description{ color: #888;  margin-left: 1.5em;  display: block; }.ce-div{ margin-left: 0;  margin-right: 0; }.ce-content{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-grow: 1; flex-grow: 1;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.ce-content > p:last-child{ margin-bottom: 0; }.ce-icon-color-darkgray{ fill: #343a40;  border-color: #343a40;  color: #343a40; }.ce-icon-bg-color-darkgray{ background-color: #343a40; }.ce-icon-color-primary{ fill: #D13627;  border-color: #D13627;  color: #D13627; }.ce-icon-bg-color-primary{ background-color: #D13627; }.ce-icon-color-secondary{ fill: #234B59;  border-color: #234B59;  color: #234B59; }.ce-icon-bg-color-secondary{ background-color: #234B59; }.ce-icon-color-tertiary{ fill: #F7A600;  border-color: #F7A600;  color: #F7A600; }.ce-icon-bg-color-tertiary{ background-color: #F7A600; }.ce-icon-color-quaternary{ fill: #EEB59F;  border-color: #EEB59F;  color: #EEB59F; }.ce-icon-bg-color-quaternary{ background-color: #EEB59F; }.ce-icon-color-primary-lighten{ fill: #DC6248;  border-color: #DC6248;  color: #DC6248; }.ce-icon-bg-color-primary-lighten{ background-color: #DC6248; }.ce-icon-color-secondary-lighten-1{ fill: #4C6672;  border-color: #4C6672;  color: #4C6672; }.ce-icon-bg-color-secondary-lighten-1{ background-color: #4C6672; }.ce-icon-color-secondary-lighten-2{ fill: #A0A9B1;  border-color: #A0A9B1;  color: #A0A9B1; }.ce-icon-bg-color-secondary-lighten-2{ background-color: #A0A9B1; }.ce-icon-size-sm{ max-width: 2rem;  max-height: 2rem;  min-width: 2rem;  min-height: 2rem;  font-size: 2rem;  line-height: 2rem; }.ce-icon-size-md{ max-width: 3rem;  max-height: 3rem;  min-width: 3rem;  min-height: 3rem;  font-size: 3rem;  line-height: 3rem; }.ce-icon-size-lg{ max-width: 4rem;  max-height: 4rem;  min-width: 4rem;  min-height: 4rem;  font-size: 4rem;  line-height: 4rem; }.ce-icon-size-xl{ max-width: 6rem;  max-height: 6rem;  min-width: 6rem;  min-height: 6rem;  font-size: 6rem;  line-height: 6rem; }.ce-icon{ border-style: solid;  border-width: 0;  position: relative;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.ce-icon svg{ width: 100%; }.ce-header{ display: -ms-flexbox; display: -webkit-flex; display: flex; }.ce-header .ce-icon{ margin-right: .8rem;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;  -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }.ce-icon-headline .ce-header{ margin-bottom: 1rem; }.ce-headline{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.ce-header-center{ -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.ce-header-center .subheadline{ text-align: center; }.ce-header-left{ -webkit-justify-content: left; justify-content: left; }.ce-header-right{ -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }.ce-icon-inframe{ display: -ms-flexbox; display: -webkit-flex; display: flex; }.ce-icon-block-right{ -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }.ce-icon-block-right .ce-icon{ margin-left: 1rem; }.ce-icon-block-right .ce-icon.ce-icon-text{ margin-left: 2rem; }.ce-icon-block-left{ -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;  -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }.ce-icon-block-left .ce-icon{ margin-right: 1rem; }.ce-icon-block-left .ce-icon.ce-icon-text{ margin-right: 2rem; }.ce-icon-block-above-center{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.ce-icon-block-above-center .ce-icon{ margin-bottom: .5rem;  -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }.ce-icon-block-above-center .ce-icon.ce-icon-size-xl{ margin-bottom: 1.5rem; }.ce-icon-style-bg-circle{ padding: 0 .6rem;  border-radius: 50%; }.ce-icon-style-bg-circle.ce-icon-size-md{ max-width: 3rem;  max-height: 3rem;  min-width: 3rem;  min-height: 3rem;  font-size: 2rem;  line-height: 3rem;  text-align: center; }.ce-icon-style-bg-square{ padding: .6rem; }.ce-icon-style-bg-square.ce-icon-size-sm{ padding: 0; }.ce-icon-style-bg-square.ce-icon-size-md{ padding: 1px;  max-width: 3rem;  max-height: 3rem;  min-width: 3rem;  min-height: 3rem;  font-size: 2rem;  line-height: 3rem;  text-align: center; }.ce-icon-style-bg-square.ce-icon-size-lg{ padding: 2px; }.ce-icon-inverted{ color: #fff;  fill: #fff; }.ce-icon-style-border-circle{ padding: 0 .6rem;  border-radius: 50%;  border-width: 1px; }.ce-icon-style-border-circle.ce-icon-size-md{ max-width: 3rem;  max-height: 3rem;  min-width: 3rem;  min-height: 3rem;  font-size: 2rem;  line-height: 3rem;  text-align: center; }.ce-icon-style-border-square{ padding: 0 .6rem;  border-width: 1px; }.ce-icon-style-border-square.ce-icon-size-md{ max-width: 3rem;  max-height: 3rem;  min-width: 3rem;  min-height: 3rem;  font-size: 2rem;  line-height: 3rem;  text-align: center; }.ce-icon-style-bg-border-circle{ padding: 0 .6rem;  border-radius: 50%;  border-width: 1px; }.ce-icon-style-bg-border-circle:before{ border: 1px solid #666;  position: absolute;  border-radius: 50%; }.ce-icon-style-bg-border-circle.ce-icon-size-xl{ padding: 0 1.5rem; }.ce-icon-style-bg-border-circle.ce-icon-size-lg:before{ top: -4px;  left: -4px;  right: -4px;  bottom: -4px;  font-size: 2.5rem;  line-height: 4.3rem;  text-align: center; }.ce-icon-style-bg-border-circle.ce-icon-size-xl{ max-width: 6rem;  max-height: 6rem;  min-width: 6rem;  min-height: 6rem;  font-size: 4rem;  text-align: center;  line-height: 6.3rem; }.ce-icon-style-bg-border-circle.ce-icon-size-xl:before{ top: -6px;  left: -6px;  right: -6px;  bottom: -6px; }.list-group-item p{ margin-bottom: 0; }.hero video{ width: 100%; }.hero .h2-mb,.hero .h1-mb,.hero .h3-mb{ margin-bottom: 0; }.hero div.frame:last-child{ margin-bottom: 0; }.hero .flexslider{ margin-bottom: 0;  border: 0;  overflow: hidden;  border-radius: 0; }@media (min-width:576px){.hero .flexslider .slides > div > div{ position: absolute;  top: 0;  left: 0;  right: 0; }}.hero .flexslider .caption{ padding: 2em; }@media (min-width:576px){.hero .flexslider .caption{ margin-top: 3em;  background: rgba(255,255,255,.83);  width: 30em; }}@media (min-width:992px){.hero .flexslider .caption{ width: 40em; }}.hero .flexslider .caption span{ display: block; }.hero .flexslider .caption .title{ font-size: 1.4rem;  font-weight: bold;  line-height: 1.4rem;  margin-bottom: .7rem; }.svg_icon_arrow_thin{ -moz-transition-property: color;  -o-transition-property: color;  -webkit-transition-property: color;  -webkit-transition-property: color; transition-property: color;  -moz-transition-duration: .3s;  -o-transition-duration: .3s;  -webkit-transition-duration: .3s;  -webkit-transition-duration: .3s; transition-duration: .3s;  -moz-transition-timing-function: ease-in;  -o-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in;  color: #ec7404;  background: #2e4050;  display: block;  width: 40px;  height: 40px;  position: relative;  overflow: hidden;  position: absolute;  bottom: -20px;  right: 20px;  border: 1px solid #fff; }.svg_icon_arrow_thin svg{ -moz-transition-property: color;  -o-transition-property: color;  -webkit-transition-property: color;  -webkit-transition-property: color; transition-property: color;  -moz-transition-duration: .3s;  -o-transition-duration: .3s;  -webkit-transition-duration: .3s;  -webkit-transition-duration: .3s; transition-duration: .3s;  -moz-transition-timing-function: ease-in;  -o-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }.svg_icon_arrow_thin:before{ display: block;  content: ' ';  -moz-transform: translate(0,40px);  -ms-transform: translate(0,40px);  -webkit-transform: translate(0,40px);  -webkit-transform: translate(0,40px); -ms-transform: translate(0,40px); transform: translate(0,40px);  -moz-transition-property: -moz-transform;  -o-transition-property: -o-transform;  -webkit-transition-property: -webkit-transform;  -webkit-transition-property: transform; transition-property: transform;  -moz-transition-duration: .3s;  -o-transition-duration: .3s;  -webkit-transition-duration: .3s;  -webkit-transition-duration: .3s; transition-duration: .3s;  -moz-transition-timing-function: ease-in;  -o-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in;  position: absolute;  top: 0;  left: 0;  width: 40px;  height: 40px;  background: #ec7404; }.svg_icon_arrow_thin svg{ color: #fff; }.svg_icon_arrow_thin:before{ display: block;  content: ' ';  -moz-transform: translate(0,40px);  -ms-transform: translate(0,40px);  -webkit-transform: translate(0,40px);  -webkit-transform: translate(0,40px); -ms-transform: translate(0,40px); transform: translate(0,40px);  -moz-transition-property: -moz-transform;  -o-transition-property: -o-transform;  -webkit-transition-property: -webkit-transform;  -webkit-transition-property: transform; transition-property: transform;  -moz-transition-duration: .3s;  -o-transition-duration: .3s;  -webkit-transition-duration: .3s;  -webkit-transition-duration: .3s; transition-duration: .3s;  -moz-transition-timing-function: ease-in;  -o-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in;  position: absolute;  top: 0;  left: 0;  width: 40px;  height: 40px;  background: #ec7404; }.svg_icon_arrow_thin.to_left:hover:before,a:hover .svg_icon_arrow_thin:before,.card:hover .svg_icon_arrow_thin:before{ -moz-transform: translate(0,0);  -ms-transform: translate(0,0);  -webkit-transform: translate(0,0);  -webkit-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0);  z-index: -1; }a:hover .svg_icon_arrow_thin.svg_icon_arrow_thin,.card:hover .svg_icon_arrow_thin.svg_icon_arrow_thin{ color: #fff;  z-index: 0; }a:hover .svg_icon_arrow_thin.svg_icon_arrow_thin svg,.card:hover .svg_icon_arrow_thin.svg_icon_arrow_thin svg{ -moz-transition-property: color;  -o-transition-property: color;  -webkit-transition-property: color;  -webkit-transition-property: color; transition-property: color;  -moz-transition-duration: .3s;  -o-transition-duration: .3s;  -webkit-transition-duration: .3s;  -webkit-transition-duration: .3s; transition-duration: .3s;  -moz-transition-timing-function: ease-in;  -o-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }.block_teaser .svg_icon_arrow_thin{ background: #fff;  border: 1px solid #ec7404; }.block_teaser .svg_icon_arrow_thin svg{ color: #ec7404;  -moz-transition-property: color;  -o-transition-property: color;  -webkit-transition-property: color;  -webkit-transition-property: color; transition-property: color;  -moz-transition-duration: .3s;  -o-transition-duration: .3s;  -webkit-transition-duration: .3s;  -webkit-transition-duration: .3s; transition-duration: .3s;  -moz-transition-timing-function: ease-in;  -o-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }.block_teaser a:hover .svg_icon_arrow_thin{ border: 1px solid #ec7404; }.block_teaser a:hover .svg_icon_arrow_thin svg{ color: #fff;  -moz-transition-property: color;  -o-transition-property: color;  -webkit-transition-property: color;  -webkit-transition-property: color; transition-property: color;  -moz-transition-duration: .3s;  -o-transition-duration: .3s;  -webkit-transition-duration: .3s;  -webkit-transition-duration: .3s; transition-duration: .3s;  -moz-transition-timing-function: ease-in;  -o-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in;  -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }.animItem{ min-height: 300px; }.animItem .imgWrapper img,.animItem .para-img{ min-height: 300px; }.animItem.teaserbg-light.even:before{ content: '';  position: absolute;  left: 0;  top: 0;  bottom: 0;  right: 41.6666666667%;  background: url(/fileadmin/user_upload/paperbg.jpg);  background-size: cover; }.animItem.teaserbg-light.odd:after{ content: '';  position: absolute;  left: 41.6666666667%;  top: 0;  bottom: 0;  right: 0;  background: url(/fileadmin/user_upload/paperbg.jpg);  background-size: cover; }@media (max-width:991.98px){.animItem.odd .imgWrapper img{ margin-left: -50%; }.animItem.even .imgWrapper img{ margin-right: -50%;  margin-left: 50%; }.animItem .textwrapper{ margin-top: -100%; }}.calendar .display-4{ font-size: 1.5rem; }.calendar .day h5{ background-color: #f8f9fa;  padding: 3px 5px 5px;  margin: -8px -8px 8px -8px; }.calendar .date{ padding-left: 4px; }@media (min-width:576px){.calendar .day{ height: auto; }}.max-1700{ max-width: 106.25rem; }.ml-10p{ margin-left: 10%; }.opacity-0{ opacity: 0; }.yellow-header .shape-after .hero.bg-img::before{ background: #feca78; }#page_1950 .blankhero,.layout-glossary .blankhero{ background: #DFE0E2 !important; }#page_1950 .body-wrapper:before,.layout-glossary .body-wrapper:before{ content: '';  position: absolute;  left: 0;  top: 27px;  bottom: 40px;  height: 94%;  width: 180px;  background: #EEB59F;  display: block; }@media (max-width:1279.98px){#page_1950 .body-wrapper:before,.layout-glossary .body-wrapper:before{ width: 121px; }}#page_1950 .body-wrapper .container-fluid,#page_1950 .body-wrapper .container-sm,#page_1950 .body-wrapper .container-md,#page_1950 .body-wrapper .container-lg,#page_1950 .body-wrapper .container-xl,#page_1950 .body-wrapper .container-xxl,#page_1950 .body-wrapper .container-xxxl,.layout-glossary .body-wrapper .container-fluid,.layout-glossary .body-wrapper .container-sm,.layout-glossary .body-wrapper .container-md,.layout-glossary .body-wrapper .container-lg,.layout-glossary .body-wrapper .container-xl,.layout-glossary .body-wrapper .container-xxl,.layout-glossary .body-wrapper .container-xxxl{ padding-left: 190px; }#page_1950 .tx-glossar,.layout-glossary .tx-glossar{ padding: 0 40px; }.mm-slideout{ overflow-x: visible; }#page_1316 .owl-theme .card,.layout-home.training-staging .owl-theme .card{ max-width: none !important; }#page_1316 .owl-theme .card.odd,.layout-home.training-staging .owl-theme .card.odd{ margin-top: 0 !important; }#wsslider-199recommendedtrainings{ margin-top: 30px; }#wsslider-199recommendedtrainings .owl-nav .fa:before{ content: ''; }#wsslider-199recommendedtrainings .owl-nav .owl-prev,#wsslider-199recommendedtrainings .owl-nav .owl-next{ display: inline-block !important;  width: 50px;  height: 50px; }#wsslider-199recommendedtrainings .owl-nav .owl-prev{ position: absolute;  top: 50%;  margin-top: -25px;  left: -70px;  background: url(/fileadmin/user_upload/icons/arrow_red2_right.svg);  -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }#wsslider-199recommendedtrainings .owl-nav .owl-next{ position: absolute;  top: 50%;  margin-top: -25px;  right: -70px;  background: url(/fileadmin/user_upload/icons/arrow_red2_right.svg); }#wsslider-199recommendedtrainings .owl-stage{ display: -ms-flexbox; display: -webkit-flex; display: flex; }#wsslider-199recommendedtrainings .owl-stage .items{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto;  height: 100%; }#wsslider-199recommendedtrainings .card{ padding: 0 !important;  margin: 0 !important;  max-width: none;  position: relative;  overflow: hidden;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; }#wsslider-199recommendedtrainings .card .image-col{ background-size: cover !important;  background-position: center !important; }@media (max-width:1199.98px){#wsslider-199recommendedtrainings .card .image-col{ height: 250px; }}#wsslider-199recommendedtrainings .card .card-body{ -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  background: #feca78;  padding: 40px !important; }@media (max-width:1199.98px){#wsslider-199recommendedtrainings .card .card-body{ padding: 30px !important; }}#wsslider-199recommendedtrainings .card .card-body .h1{ line-height: 1.1; }#wsslider-199recommendedtrainings .card .card-body .category-badge{ margin-right: 3%; }#wsslider-199recommendedtrainings .card .card-body .category-badge .text{ font-size: 17px;  white-space: nowrap; }#wsslider-199recommendedtrainings .card .card-body .btn{ max-width: 202px; }@media (max-width:1199.98px){#wsslider-199recommendedtrainings .card .image-col{ height: auto; }#wsslider-199recommendedtrainings .owl-nav{ display: none; }}@media (max-width:1199.98px) and (max-width:991px){#wsslider-199recommendedtrainings .card .image-col{ height: 250px; }}.owl-project-slider .card.odd{ margin: 0; }.owl-project-slider .card-body{ min-height: 420px; }.owl-project-slider .card-body .inner{ z-index: 1;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.owl-project-slider .card-body .h1{ font-size: 2.7rem;  line-height: 1.3; }.owl-project-slider .card-body .h5{ font-size: 1.3rem; }.owl-project-slider .card-body .btn{ max-width: 210px; }.owl-project-slider .card-body:before{ content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0,0,0,.4); }.owl-project-slider .owl-nav{ margin-top: 2rem; }.owl-project-slider .owl-nav [class*='owl-'] .fa,.owl-project-slider .owl-nav [class*='owl-']:hover .fa{ display: inline-block;  width: 40px;  height: 40px;  background: url(/fileadmin/user_upload/icons/arrow_grey_left.svg);  background-repeat: no-repeat;  background-size: cover;  border-radius: 50%;  line-height: 40px;  margin-right: 5px;  text-align: center;  font-size: 30px;  color: #fff; }.owl-project-slider .owl-nav [class*='owl-']{ display: inline-block !important;  width: 40px;  height: 40px;  float: left;  padding: 0;  margin: 0; }.owl-project-slider .owl-nav .owl-prev{ width: 94px; }.owl-project-slider .owl-nav .owl-next .fa,.owl-project-slider .owl-nav .owl-next:hover .fa{ background: url(/fileadmin/user_upload/icons/arrow_gray_right.svg); }.owl-project-slider span.text{ line-height: 40px;  height: 40px;  vertical-align: text-bottom;  display: none;  color: white; }.bg-gray-705 .owl-project-slider .owl-nav{ margin-top: 2rem; }.bg-gray-705 .owl-project-slider .owl-nav [class*='owl-'] .fa,.bg-gray-705 .owl-project-slider .owl-nav [class*='owl-']:hover .fa{ display: inline-block;  width: 40px;  height: 40px;  background: url(/fileadmin/user_upload/icons/arrow_white_left.svg);  background-repeat: no-repeat;  background-size: cover;  border-radius: 50%;  line-height: 40px;  margin-right: 5px;  text-align: center;  font-size: 30px;  color: #fff; }.bg-gray-705 .owl-project-slider .owl-nav [class*='owl-']{ display: inline-block !important;  width: 40px;  height: 40px;  float: left;  padding: 0;  margin: 0; }.bg-gray-705 .owl-project-slider .owl-nav .owl-prev{ width: 94px; }.bg-gray-705 .owl-project-slider .owl-nav .owl-next .fa,.bg-gray-705 .owl-project-slider .owl-nav .owl-next:hover .fa{ background: url(/fileadmin/user_upload/icons/arrow_white_right.svg); }.bg-gray-705 .owl-project-slider span.text{ line-height: 40px;  height: 40px;  vertical-align: text-bottom;  display: none;  color: white; }.quicknav{ bottom: 1.3rem;  z-index: 9;  width: 100%;  text-align: center; }.quicknav .nav-item{ padding: .5rem 1.3rem; }.quicknav .nav-item.item-1{ background: #f7a308; }.quicknav .nav-item.item-2{ background: #a0a9b2; }.quicknav .nav-item.item-3{ background: #e0dfe3; }.quicknav .nav-item .nav-link{ font-size: 17px; }.quicknav .nav-item .nav-link:hover,.quicknav .nav-item .nav-link:focus{ color: #234B59; }.quicknav .dropup .dropdown-menu.show{ -webkit-transform: translate3d(37px,-177px,0) !important; -ms-transform: translate3d(37px,-177px,0) !important; transform: translate3d(37px,-177px,0) !important; }.quicknav .dropup .dropdown-item:hover{ background-color: transparent !important; }.quicknav #quicknavnav-icon{ width: 34px;  height: 35px;  position: relative;  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;  cursor: pointer;  z-index: 99999;  margin-left: auto; }.quicknav #quicknavnav-icon span{ display: block;  position: absolute;  height: 1px;  width: 50%;  background: #234B59;  opacity: 1;  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out; }.quicknav #quicknavnav-icon.open span{ background: #234B59; }.quicknav #quicknavnav-icon.open span:nth-child(1),.quicknav #quicknavnav-icon.open span:nth-child(6){ -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }.quicknav #quicknavnav-icon.open span:nth-child(2),.quicknav #quicknavnav-icon.open span:nth-child(5){ -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }.quicknav #quicknavnav-icon.open span:nth-child(1){ left: 0;  top: 7px; }.quicknav #quicknavnav-icon.open span:nth-child(2){ left: -webkit-calc(50% - 6px); left: calc(50% - 6px);  top: 7px; }.quicknav #quicknavnav-icon.open span:nth-child(3){ left: -50%;  opacity: 0; }.quicknav #quicknavnav-icon.open span:nth-child(4){ left: 100%;  opacity: 0; }.quicknav #quicknavnav-icon.open span:nth-child(5){ left: 0;  top: 18px; }.quicknav #quicknavnav-icon.open span:nth-child(6){ left: -webkit-calc(50% - 6px); left: calc(50% - 6px);  top: 18px; }.quicknav .dropdown-item:hover{ text-decoration: none; }.quicknav .dropdown-item a:hover{ text-decoration: underline;  color: #D13627; }@media (max-width:991px){.quicknav .dropup .dropdown-menu.show{ right: 35px !important;  left: -250px !important; }}@media (max-width:576px){.quicknav{ margin-bottom: 30px; }#topcontrol{ margin: 0 10px 100px 0 !important; }}@media screen and (max-width:1400px){.social-nav .fas,.social-nav .fab.fa-pinterest{ height: 31px !important;  width: 31px !important; }}.header-searchbox .form-control{ border-radius: 11px; }.header-searchbox .searchbox{ background-color: #feca78 !important;  border-color: #feca78;  border-radius: 11px;  margin-bottom: 6px; }.header-searchbox .input-group-btn{ margin-left: -4rem;  z-index: 1;  margin-top: -6px; }@media (min-width:1200px){.header-searchbox{ max-width: 50%; }}.glossary ul li{ font-family: "Roboto Condensed",arial,sans-serif !important; }.glossary .accordion .card:first-child{ border-top: 1px solid #234B59; }.glossary .h2{ font-size: 40px; }.glossary .card-header{ background: #DFE0E2 !important; }.glossary .glosssary-section{ margin-bottom: 4.5rem; }.glossary .filterlist .h2{ font-size: 33px; }.glossary .filterbutton{ position: relative;  padding-right: 44px; }.glossary .filterbutton:after{ position: absolute;  right: 15px;  top: 0;  bottom: 0;  display: block;  width: 1em;  content: '';  background: center center no-repeat;  background-color: #fff;  background-size: contain;  background-image: url(/fileadmin/user_upload/icons/custom_field/arrow_red_right.svg); }.glossary .filterbutton .fas:before{ content: ''; }.glossary .filterbutton:hover,.glossary .filterbutton:focus{ color: #A0A9B1;  text-decoration: none;  background-color: #fff; }.glossary .filterbutton[aria-expanded="true"]{ background-color: #fff; }.glossary .filterbutton[aria-expanded="true"]:after{ background-image: url(/fileadmin/user_upload/icons/custom_field/arrow_red_down.svg); }.glossary .dropdown-menu{ border-radius: 30px;  border-color: white;  padding: 12px;  top: 16px !important;  left: 0 !important; }.glossary .dropdown-menu:before{ position: absolute;  top: -30px;  left: 30px;  display: block;  content: '';  border: solid 15px #fff;  border-top-color: transparent;  border-right-color: transparent;  border-left-color: transparent; }.glossary .dropdown-item{ color: #234B59;  text-transform: uppercase;  font-size: 22px; }.glossary .dropdown-item:hover,.glossary .dropdown-item:focus{ color: #D13627;  text-decoration: none;  background-color: transparent; }.statusbar .badge{ width: 16px;  height: 16px;  border-radius: 50%;  padding: 0;  margin-bottom: -4px; }.new-event-list .statusbar p{ font-size: 14px !important;  font-weight: 300;  line-height: 1.25;  font-family: 'Nunito Sans',sans-serif; }.new-event-list .statusbar .badge{ width: 14px;  height: 14px; }.atc-checkbox-label{ font-weight: 300;  font-size: 20px;  line-height: 1.25;  font-family: 'Nunito Sans',sans-serif; }.new-event-detail .header .h1{ line-height: 1.1; }.new-event-detail .control-label{ display: none; }.new-event-detail .form-control{ height: -webkit-calc(1.5em + .75rem + 7px); height: calc(1.5em + .75rem + 7px);  border-radius: 7px; }.new-event-detail .small{ font-size: 17px !important; }.new-event-detail .ce-elements .card figure{ max-height: 268px;  overflow: hidden;  margin: 0; }.new-event-detail .ce-elements .card .card-body{ padding: 15px 0 !important; }.new-event-detail .ce-elements .card .card-body p{ font-family: "Roboto Condensed",arial,sans-serif !important;  font-weight: 100 !important; }.new-event-detail .ce-elements .card .card-body .ce-headline .h3,.new-event-detail .ce-elements .card .card-body .ce-headline .h4,.new-event-detail .ce-elements .card .card-body .ce-headline .h5,.new-event-detail .ce-elements .card .card-body .ce-headline p{ font-weight: 800 !important;  text-transform: uppercase !important;  font-size: 30px !important;  font-family: "Roboto Condensed",arial,sans-serif !important; }.o-1{ -webkit-order: 1 !important; -ms-flex-order: 1 !important; order: 1 !important; }.o-2{ -webkit-order: 2 !important; -ms-flex-order: 2 !important; order: 2 !important; }.o-3{ -webkit-order: 3 !important; -ms-flex-order: 3 !important; order: 3 !important; }.o-4{ -webkit-order: 4 !important; -ms-flex-order: 4 !important; order: 4 !important; }.o-5{ -webkit-order: 5 !important; -ms-flex-order: 5 !important; order: 5 !important; }.o-6{ -webkit-order: 6 !important; -ms-flex-order: 6 !important; order: 6 !important; }.o-7{ -webkit-order: 7 !important; -ms-flex-order: 7 !important; order: 7 !important; }.o-8{ -webkit-order: 8 !important; -ms-flex-order: 8 !important; order: 8 !important; }.o-9{ -webkit-order: 9 !important; -ms-flex-order: 9 !important; order: 9 !important; }.o-10{ -webkit-order: 10 !important; -ms-flex-order: 10 !important; order: 10 !important; }@media (min-width:576px){.o-sm-1{ -webkit-order: 1 !important; -ms-flex-order: 1 !important; order: 1 !important; }.o-sm-2{ -webkit-order: 2 !important; -ms-flex-order: 2 !important; order: 2 !important; }.o-sm-3{ -webkit-order: 3 !important; -ms-flex-order: 3 !important; order: 3 !important; }.o-sm-4{ -webkit-order: 4 !important; -ms-flex-order: 4 !important; order: 4 !important; }.o-sm-5{ -webkit-order: 5 !important; -ms-flex-order: 5 !important; order: 5 !important; }.o-sm-6{ -webkit-order: 6 !important; -ms-flex-order: 6 !important; order: 6 !important; }.o-sm-7{ -webkit-order: 7 !important; -ms-flex-order: 7 !important; order: 7 !important; }.o-sm-8{ -webkit-order: 8 !important; -ms-flex-order: 8 !important; order: 8 !important; }.o-sm-9{ -webkit-order: 9 !important; -ms-flex-order: 9 !important; order: 9 !important; }.o-sm-10{ -webkit-order: 10 !important; -ms-flex-order: 10 !important; order: 10 !important; }}@media (min-width:768px){.o-md-1{ -webkit-order: 1 !important; -ms-flex-order: 1 !important; order: 1 !important; }.o-md-2{ -webkit-order: 2 !important; -ms-flex-order: 2 !important; order: 2 !important; }.o-md-3{ -webkit-order: 3 !important; -ms-flex-order: 3 !important; order: 3 !important; }.o-md-4{ -webkit-order: 4 !important; -ms-flex-order: 4 !important; order: 4 !important; }.o-md-5{ -webkit-order: 5 !important; -ms-flex-order: 5 !important; order: 5 !important; }.o-md-6{ -webkit-order: 6 !important; -ms-flex-order: 6 !important; order: 6 !important; }.o-md-7{ -webkit-order: 7 !important; -ms-flex-order: 7 !important; order: 7 !important; }.o-md-8{ -webkit-order: 8 !important; -ms-flex-order: 8 !important; order: 8 !important; }.o-md-9{ -webkit-order: 9 !important; -ms-flex-order: 9 !important; order: 9 !important; }.o-md-10{ -webkit-order: 10 !important; -ms-flex-order: 10 !important; order: 10 !important; }}@media (min-width:992px){.o-lg-1{ -webkit-order: 1 !important; -ms-flex-order: 1 !important; order: 1 !important; }.o-lg-2{ -webkit-order: 2 !important; -ms-flex-order: 2 !important; order: 2 !important; }.o-lg-3{ -webkit-order: 3 !important; -ms-flex-order: 3 !important; order: 3 !important; }.o-lg-4{ -webkit-order: 4 !important; -ms-flex-order: 4 !important; order: 4 !important; }.o-lg-5{ -webkit-order: 5 !important; -ms-flex-order: 5 !important; order: 5 !important; }.o-lg-6{ -webkit-order: 6 !important; -ms-flex-order: 6 !important; order: 6 !important; }.o-lg-7{ -webkit-order: 7 !important; -ms-flex-order: 7 !important; order: 7 !important; }.o-lg-8{ -webkit-order: 8 !important; -ms-flex-order: 8 !important; order: 8 !important; }.o-lg-9{ -webkit-order: 9 !important; -ms-flex-order: 9 !important; order: 9 !important; }.o-lg-10{ -webkit-order: 10 !important; -ms-flex-order: 10 !important; order: 10 !important; }}@media (min-width:1200px){.o-xl-1{ -webkit-order: 1 !important; -ms-flex-order: 1 !important; order: 1 !important; }.o-xl-2{ -webkit-order: 2 !important; -ms-flex-order: 2 !important; order: 2 !important; }.o-xl-3{ -webkit-order: 3 !important; -ms-flex-order: 3 !important; order: 3 !important; }.o-xl-4{ -webkit-order: 4 !important; -ms-flex-order: 4 !important; order: 4 !important; }.o-xl-5{ -webkit-order: 5 !important; -ms-flex-order: 5 !important; order: 5 !important; }.o-xl-6{ -webkit-order: 6 !important; -ms-flex-order: 6 !important; order: 6 !important; }.o-xl-7{ -webkit-order: 7 !important; -ms-flex-order: 7 !important; order: 7 !important; }.o-xl-8{ -webkit-order: 8 !important; -ms-flex-order: 8 !important; order: 8 !important; }.o-xl-9{ -webkit-order: 9 !important; -ms-flex-order: 9 !important; order: 9 !important; }.o-xl-10{ -webkit-order: 10 !important; -ms-flex-order: 10 !important; order: 10 !important; }}@media (min-width:1280px){.o-mxl-1{ -webkit-order: 1 !important; -ms-flex-order: 1 !important; order: 1 !important; }.o-mxl-2{ -webkit-order: 2 !important; -ms-flex-order: 2 !important; order: 2 !important; }.o-mxl-3{ -webkit-order: 3 !important; -ms-flex-order: 3 !important; order: 3 !important; }.o-mxl-4{ -webkit-order: 4 !important; -ms-flex-order: 4 !important; order: 4 !important; }.o-mxl-5{ -webkit-order: 5 !important; -ms-flex-order: 5 !important; order: 5 !important; }.o-mxl-6{ -webkit-order: 6 !important; -ms-flex-order: 6 !important; order: 6 !important; }.o-mxl-7{ -webkit-order: 7 !important; -ms-flex-order: 7 !important; order: 7 !important; }.o-mxl-8{ -webkit-order: 8 !important; -ms-flex-order: 8 !important; order: 8 !important; }.o-mxl-9{ -webkit-order: 9 !important; -ms-flex-order: 9 !important; order: 9 !important; }.o-mxl-10{ -webkit-order: 10 !important; -ms-flex-order: 10 !important; order: 10 !important; }}@media (min-width:1400px){.o-xxl-1{ -webkit-order: 1 !important; -ms-flex-order: 1 !important; order: 1 !important; }.o-xxl-2{ -webkit-order: 2 !important; -ms-flex-order: 2 !important; order: 2 !important; }.o-xxl-3{ -webkit-order: 3 !important; -ms-flex-order: 3 !important; order: 3 !important; }.o-xxl-4{ -webkit-order: 4 !important; -ms-flex-order: 4 !important; order: 4 !important; }.o-xxl-5{ -webkit-order: 5 !important; -ms-flex-order: 5 !important; order: 5 !important; }.o-xxl-6{ -webkit-order: 6 !important; -ms-flex-order: 6 !important; order: 6 !important; }.o-xxl-7{ -webkit-order: 7 !important; -ms-flex-order: 7 !important; order: 7 !important; }.o-xxl-8{ -webkit-order: 8 !important; -ms-flex-order: 8 !important; order: 8 !important; }.o-xxl-9{ -webkit-order: 9 !important; -ms-flex-order: 9 !important; order: 9 !important; }.o-xxl-10{ -webkit-order: 10 !important; -ms-flex-order: 10 !important; order: 10 !important; }}@media (min-width:1600px){.o-xxxl-1{ -webkit-order: 1 !important; -ms-flex-order: 1 !important; order: 1 !important; }.o-xxxl-2{ -webkit-order: 2 !important; -ms-flex-order: 2 !important; order: 2 !important; }.o-xxxl-3{ -webkit-order: 3 !important; -ms-flex-order: 3 !important; order: 3 !important; }.o-xxxl-4{ -webkit-order: 4 !important; -ms-flex-order: 4 !important; order: 4 !important; }.o-xxxl-5{ -webkit-order: 5 !important; -ms-flex-order: 5 !important; order: 5 !important; }.o-xxxl-6{ -webkit-order: 6 !important; -ms-flex-order: 6 !important; order: 6 !important; }.o-xxxl-7{ -webkit-order: 7 !important; -ms-flex-order: 7 !important; order: 7 !important; }.o-xxxl-8{ -webkit-order: 8 !important; -ms-flex-order: 8 !important; order: 8 !important; }.o-xxxl-9{ -webkit-order: 9 !important; -ms-flex-order: 9 !important; order: 9 !important; }.o-xxxl-10{ -webkit-order: 10 !important; -ms-flex-order: 10 !important; order: 10 !important; }}@media (min-width:2600px){.o-xxxxxl-1{ -webkit-order: 1 !important; -ms-flex-order: 1 !important; order: 1 !important; }.o-xxxxxl-2{ -webkit-order: 2 !important; -ms-flex-order: 2 !important; order: 2 !important; }.o-xxxxxl-3{ -webkit-order: 3 !important; -ms-flex-order: 3 !important; order: 3 !important; }.o-xxxxxl-4{ -webkit-order: 4 !important; -ms-flex-order: 4 !important; order: 4 !important; }.o-xxxxxl-5{ -webkit-order: 5 !important; -ms-flex-order: 5 !important; order: 5 !important; }.o-xxxxxl-6{ -webkit-order: 6 !important; -ms-flex-order: 6 !important; order: 6 !important; }.o-xxxxxl-7{ -webkit-order: 7 !important; -ms-flex-order: 7 !important; order: 7 !important; }.o-xxxxxl-8{ -webkit-order: 8 !important; -ms-flex-order: 8 !important; order: 8 !important; }.o-xxxxxl-9{ -webkit-order: 9 !important; -ms-flex-order: 9 !important; order: 9 !important; }.o-xxxxxl-10{ -webkit-order: 10 !important; -ms-flex-order: 10 !important; order: 10 !important; }}.news .clear{ clear: both; }.news .social{ overflow: hidden; }.news .social > div{ float: left;  margin-right: 3em; }.news .extra{ color: #666;  font-size: .9rem; }.news .extra i{ margin-right: .3rem;  margin-left: .3rem; }.news .extra i:first-child{ margin-left: 0; }.news .nav ul{ float: left;  display: inline;  margin: 0; }.news .nav li{ float: left; }.news .nav a{ float: left;  display: block; }.news .nav:after{ content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden; }.news .article{ padding-bottom: 15px;  margin-bottom: 15px; }.news .article:last-child{ padding-bottom: 0;  margin-bottom: 0; }.news .article:after{ content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden; }.news .article .news-img-wrap{ float: left;  margin: 3px 12px 5px 0;  background: #fff; }.news .article .news-img-wrap a{ display: block;  float: left;  padding: 4px;  border: 1px solid #ddd;  background: #fff; }.news .article .news-img-wrap img{ float: left;  height: auto;  width: auto; }.news .article .teaser-text{ margin: 0 0 10px; }.news .footer{ clear: both;  padding: 10px 0 0;  margin-top: 15px; }.news .footer p{ line-height: 1em; }.news .footer span{ display: inline-block;  padding-right: 8px;  margin-right: 8px;  border-right: 1px solid #ddd; }.news .footer span:last-child{ border-right: 0; }.news .footer .news-category a{ text-transform: uppercase; }.news .no-news-found{ color: #DB0202;  font-style: italic; }.news-category-view ul li{ padding: 5px 8px; }.news-category-view ul li li{ padding: 2px 8px 2px 12px; }.news-category-view > ul > li:nth-child(even){ background: #f9f9f9;  border-top: 1px solid #eee;  border-bottom: 1px solid #eee; }.news-category-view .category-desc{ padding-left: 10px;  margin-left: 10px;  border-left: 1px solid #ddd; }.news-single .footer{ margin-bottom: 20px;  margin-top: 5px;  padding: 10px 0 0;  border-bottom: 0; }.news-single .article .news-img-wrap{ float: right;  width: 282px;  margin: 0 0 0 25px; }.news-single .article .news-img-wrap img{ float: none; }.news-text-wrap{ margin-bottom: 10px; }.news-img-caption{ color: #888; }.news-clear{ clear: both; }.news-block .frame,.news-block .news,.news-block .news-list-view{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-flex-grow: 1; flex-grow: 1; }.news-block .news-latest-item{ -webkit-flex-grow: 1; flex-grow: 1;  margin-bottom: 2rem; }.news-block .bg-t-65{ background-color: rgba(255,255,255,.65); }.news-block .card-body-bottom{ position: absolute;  bottom: 0;  right: 0;  left: 0; }.rightImageLatest{ min-height: 500px; }.news-new .pagination,.news-new ul.tx-indexedsearch-browsebox{ -webkit-justify-content: left !important; justify-content: left !important; }.news-new .pagination .page-link,.news-new ul.tx-indexedsearch-browsebox .page-link,.news-new .pagination ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .news-new .pagination a,.news-new ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .news-new ul.tx-indexedsearch-browsebox a{ vertical-align: top;  font-size: 24px;  color: white;  border-color: #a0a9b1;  background: #a0a9b1;  width: 30px;  height: 30px;  display: inline-block;  border-radius: 50%;  text-align: center;  line-height: 30px;  margin-right: 10px;  padding: 0;  font-family: "Roboto Condensed",arial,sans-serif; }.news-new .pagination .page-link:hover,.news-new ul.tx-indexedsearch-browsebox .page-link:hover,.news-new .pagination ul.tx-indexedsearch-browsebox li a:hover,ul.tx-indexedsearch-browsebox li .news-new .pagination a:hover,.news-new ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:hover,ul.tx-indexedsearch-browsebox li .news-new ul.tx-indexedsearch-browsebox a:hover{ text-decoration: none;  color: #ccc; }.news-new .pagination .page-link .fa-angle-left,.news-new ul.tx-indexedsearch-browsebox .page-link .fa-angle-left,.news-new .pagination ul.tx-indexedsearch-browsebox li a .fa-angle-left,ul.tx-indexedsearch-browsebox li .news-new .pagination a .fa-angle-left,.news-new ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a .fa-angle-left,ul.tx-indexedsearch-browsebox li .news-new ul.tx-indexedsearch-browsebox a .fa-angle-left{ background: url(/fileadmin/user_upload/icons/arrow_grey_left.svg);  width: 30px;  height: 30px;  display: block; }.news-new .pagination .page-link .fa-angle-left:before,.news-new ul.tx-indexedsearch-browsebox .page-link .fa-angle-left:before,.news-new .pagination ul.tx-indexedsearch-browsebox li a .fa-angle-left:before,ul.tx-indexedsearch-browsebox li .news-new .pagination a .fa-angle-left:before,.news-new ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a .fa-angle-left:before,ul.tx-indexedsearch-browsebox li .news-new ul.tx-indexedsearch-browsebox a .fa-angle-left:before{ content: ""; }.news-new .pagination .page-link .fa-angle-right,.news-new ul.tx-indexedsearch-browsebox .page-link .fa-angle-right,.news-new .pagination ul.tx-indexedsearch-browsebox li a .fa-angle-right,ul.tx-indexedsearch-browsebox li .news-new .pagination a .fa-angle-right,.news-new ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a .fa-angle-right,ul.tx-indexedsearch-browsebox li .news-new ul.tx-indexedsearch-browsebox a .fa-angle-right{ background: url(/fileadmin/user_upload/icons/arrow_gray_right.svg);  width: 30px;  height: 30px;  display: block; }.news-new .pagination .page-link .fa-angle-right:before,.news-new ul.tx-indexedsearch-browsebox .page-link .fa-angle-right:before,.news-new .pagination ul.tx-indexedsearch-browsebox li a .fa-angle-right:before,ul.tx-indexedsearch-browsebox li .news-new .pagination a .fa-angle-right:before,.news-new ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a .fa-angle-right:before,ul.tx-indexedsearch-browsebox li .news-new ul.tx-indexedsearch-browsebox a .fa-angle-right:before{ content: ""; }.fa-file-pdf:before{ content: "\f1c1"; }.fa-file-mp3:before{ content: "\f1c7"; }.fa-file-png:before,.fa-file-jpg:before,.fa-file-jpeg:before,.fa-file-gif:before,.fa-file-tiff:before{ content: "\f1c5"; }.fa-file-mp4:before{ content: "\f1c8"; }.ce-uploads-fileicon{ margin-right: .5em; }.frame-space-before-extra-small{ margin-top: .5rem; }.frame-space-after-extra-small{ margin-bottom: .5rem; }.frame-space-before-small{ margin-top: 2rem; }.frame-space-after-small{ margin-bottom: 2rem; }.frame-space-before-medium{ margin-top: 3rem; }.frame-space-after-medium{ margin-bottom: 3rem; }.frame-space-before-large{ margin-top: 4rem; }.frame-space-after-large{ margin-bottom: 4rem; }.frame-space-before-extra-large{ margin-top: 5rem; }.frame-space-after-extra-large{ margin-bottom: 5rem; }.frame-padding-top-extra-small{ padding-top: .5rem; }.frame-padding-bottom-extra-small{ padding-bottom: .5rem; }.frame-padding-top-small{ padding-top: 1rem; }.frame-padding-bottom-small{ padding-bottom: 1rem; }.frame-padding-top-medium{ padding-top: 2rem; }.frame-padding-bottom-medium{ padding-bottom: 2rem; }.frame-padding-top-large{ padding-top: 3rem; }.frame-padding-bottom-large{ padding-bottom: 3rem; }.frame-padding-top-extra-large{ padding-top: 5rem; }.frame-padding-bottom-extra-large{ padding-bottom: 5rem; }.frame-default{ overflow: hidden; }.g-max-770{ max-width: 770px;  margin-left: auto;  margin-right: auto; }.g-min-height-100vh{ min-height: 100vh; }.g-min-height-100p{ min-height: 100%; }.g-flex-centered{ display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-align: center;  -webkit-align-items: center;  -ms-flex-align: center;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-box-pack: center;  -webkit-justify-content: center;  -ms-flex-pack: center;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.g-flex-centered:before{ content: '';  min-height: inherit;  font-size: 0; }.g-fixed-bg{ background-attachment: fixed; }.frame{ background-size: cover;  background-repeat: no-repeat;  background-position: center; }.g-bg-black-opacity-0_5--after{ position: relative;  color: #fff; }.g-bg-black-opacity-0_5--after::after{ content: "";  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  background-color: rgba(0,0,0,.5) !important; }.b-bg-overlay{ position: relative; }.b-bg-overlay > div{ z-index: 3;  position: relative; }.ruler-before{ border-top: 1px solid #dee2e6; }.ruler-after{ border-bottom: 1px solid #dee2e6; }.text-image-offset--image{ margin-right: auto;  margin-bottom: 0;  margin-left: 0;  width: 100%; }.text-image-offset--image figure{ margin-bottom: 0; }@media (max-width:991.98px){.text-image-offset--image img{ width: 100%; }}@media (min-width:992px){.text-image-offset--image{ width: 66.67%; }}.text-image-offset--text{ margin-right: 0;  margin-left: auto;  width: 100%; }@media (max-width:991.98px){.text-image-offset--text{ margin-top: 0 !important; }}@media (min-width:992px){.text-image-offset--text{ margin-top: initial;  width: 66.67%; }}.text-image-offset--text .container{ max-width: 100%;  margin-left: 0;  margin-right: 0; }body.layout-Roadshow .text-image-offset--text .container{ max-width: 100%; }ul.tx-indexedsearch-browsebox li:first-child a{ margin-left: 0; }#tx_indexedsearch .tx-indexedsearch-searchbox-sword,#tx_indexedsearch .tx-indexedsearch-searchbox-sword ::placeholder{ color: #fff;  background-color: #a0a9b1; }.responsiveContainer{ position: relative;  padding-bottom: 56%;  height: 0;  overflow: hidden; }.responsiveContainer iframe,.responsiveContainer .js-map{ position: absolute;  top: 0;  left: 0;  width: 100% !important;  height: 100% !important; }.mapoverlay{ background-color: rgba(0,0,0,.8);  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-align-items: center; -ms-flex-align: center; align-items: center;  color: #fff;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.nolabel > h3{ display: none; }.calendarize .calendar__border{ border: 1px solid #e0e0e0; }.calendarize .calendar__month-head{ padding: .5rem;  border-bottom: 1px solid #e0e0e0; }.calendarize .calendar__day-grid{ margin: 0;  overflow: hidden; }.calendarize .calendar__day-cell{ font-size: .8rem;  line-height: 2rem;  border-right: #e0e0e0 1px solid;  padding-left: 8px;  color: #757575; }.calendarize .calendar__day-cell .list-group{ margin-left: -8px;  margin-bottom: .5rem; }.calendarize .calendar__day-cell .list-group-item{ padding: .25rem .4rem;  line-height: 1.3rem; }.calendarize .calendar__day-row{ position: relative;  overflow: hidden;  border-bottom: #e0e0e0 1px solid; }.calendarize .calendar__day-row > div:last-child{ border-bottom-width: 0; }.calendarize .not-current-month{ background: #f7f7f7; }.calendarize .selectedDay > span{ margin-top: 4px;  margin-left: -2px;  width: 24px;  height: 24px;  line-height: 24px;  text-align: center;  color: #fff;  background-color: #4285f4;  -webkit-border-radius: 50%;  border-radius: 50%;  display: block; }@media (min-width:768px){.calendarize .calendar__day-grid{ -webkit-box-flex: 1 1 0%;  -webkit-flex: 1 1 0%;  -webkit-flex: 1 1 0%; -ms-flex: 1 1 0%; flex: 1 1 0%;  display: -webkit-box;  display: -moz-box;  display: -webkit-flex;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: column;  -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }.calendarize .calendar__day-cell{ -webkit-box-flex: 1 1 0%;  -webkit-flex: 1 1 0%;  -webkit-flex: 1 1 0%; -ms-flex: 1 1 0%; flex: 1 1 0%; }.calendarize .calendar__day-row{ display: -webkit-box;  display: -moz-box;  display: -webkit-flex;  display: -ms-flexbox;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-box-flex: 1 1 0%;  -webkit-flex: 1 1 0%;  -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }}@media (max-width:767.98px){.calendarize .not-current-month{ display: none; }.calendarize .calendar__day-cell{ border-bottom: #eee 1px solid; }}.cards-carousel{ padding: 0 2rem; }.cards-carousel .item{ padding: 0 2px;  display: -ms-flexbox; display: -webkit-flex; display: flex;  width: 100%; }.cards-carousel .card{ -webkit-flex-grow: 1; flex-grow: 1; }.cards-carousel .owl-nav{ position: absolute;  top: 37%;  left: 0;  right: 0;  font-size: 4rem;  line-height: 4rem; }.cards-carousel .owl-nav .owl-prev{ left: -3px;  position: absolute; }.cards-carousel .owl-nav .owl-next{ right: 0;  position: absolute; }.cards-carousel .owl-nav button{ outline: none; }.cards-carousel .owl-stage,.cards-carousel .owl-item{ display: -ms-flexbox; display: -webkit-flex; display: flex; }.number-carousel .owl-dots{ margin: 2rem 0;  counter-reset: dots;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }.number-carousel .owl-dots .owl-dot{ background-color: #ccc;  border: 0;  border-radius: 50%;  display: block;  width: 6rem;  line-height: 6rem;  font-size: 4rem;  color: white;  font-weight: 700;  margin: 0 1rem;  outline: none; }.number-carousel .owl-dots .owl-dot.active{ background-color: #D13627; }.number-carousel .owl-dot:before{ counter-increment: dots;  content: counter(dots); }.number-carousel .owl-carousel{ padding: 0 3rem; }.number-carousel .owl-nav{ position: absolute;  top: 37%;  left: 0;  right: 0;  font-size: 4rem;  line-height: 4rem; }.number-carousel .owl-nav .owl-prev{ left: -3px;  position: absolute; }.number-carousel .owl-nav .owl-next{ right: 0;  position: absolute; }.number-carousel .owl-nav button{ outline: none; }.timeline-style-cards_alternately{ position: relative; }.timeline-style-cards_alternately:before{ width: 3px;  height: 100%;  background-color: #f7f7f7;  margin-left: -1px;  content: "";  position: absolute;  top: 0;  bottom: 0;  display: block;  left: 1rem; }@media (min-width:768px){.timeline-style-cards_alternately:before{ left: 50%; }}.timeline-style-cards_alternately__dot{ right: 0;  position: absolute;  top: 2rem;  font-size: 1.4rem;  z-index: 3;  width: 1.6rem;  text-align: center; }@media (max-width:767.98px){.timeline-style-cards_alternately__dot{ right: auto;  left: 1rem;  margin-left: -.8rem;  margin-right: auto; }}@media (min-width:768px){.timeline-style-cards_alternately > div:nth-child(even){ margin-top: 4rem; }.timeline-style-cards_alternately > div:nth-child(even) .timeline-style-cards_alternately__triangle{ left: 2rem;  right: auto; }.timeline-style-cards_alternately > div:nth-child(even) .timeline-style-cards_alternately__triangle:before{ border-width: 14px 14px 14px 0;  left: 4px; }.timeline-style-cards_alternately > div:nth-child(even) .timeline-style-cards_alternately__triangle:after{ border-width: 15px 15px 15px 0;  margin-right: -2px; }.timeline-style-cards_alternately > div:nth-child(even) .timeline-style-cards_alternately__dot{ right: auto;  left: 0;  margin-left: -.8rem; }}.timeline-style-cards_alternately > div:nth-child(odd) .timeline-style-cards_alternately__dot{ margin-right: -.8rem; }.timeline-style-cards_alternately > div{ padding-left: 3rem; }@media (min-width:768px){.timeline-style-cards_alternately > div{ padding-right: 3rem; }}@media (max-width:767.98px){.timeline-style-cards_alternately > div{ margin-top: 3rem; }.timeline-style-cards_alternately > div:first-child{ margin-top: 0; }}.timeline-style-cards_alternately__triangle{ position: absolute;  right: 2rem;  top: 2rem;  z-index: 4;  width: 1rem; }@media (max-width:767.98px){.timeline-style-cards_alternately__triangle{ right: 0;  left: 2rem; }}.timeline-style-cards_alternately__triangle:before{ content: '';  border-width: 14px 0 14px 14px;  border-style: solid;  position: absolute;  border-color: transparent;  top: 1px;  left: -1px;  border-right-color: #fff;  border-left-color: #fff; }@media (max-width:767.98px){.timeline-style-cards_alternately__triangle:before{ border-width: 14px 14px 14px 0;  left: 4px; }}.timeline-style-cards_alternately__triangle:after{ content: '';  border-width: 15px 0 15px 15px;  border-style: solid;  border-color: transparent;  border-right-color: rgba(0,0,0,.125);  border-left-color: rgba(0,0,0,.125);  height: 20px;  display: block;  margin-left: -1px; }@media (max-width:767.98px){.timeline-style-cards_alternately__triangle:after{ border-width: 15px 15px 15px 0;  margin-right: -2px; }}.timeline-style-cards_straight{ position: relative; }.timeline-style-cards_straight .card{ border-width: 0; }.timeline-style-cards_straight:before{ content: "";  position: absolute;  top: 0;  bottom: 0;  display: block; }@media (min-width:768px){.timeline-style-cards_straight:before{ left: 25%;  width: 3px;  height: 100%;  margin-left: -1px;  background-color: #f7f7f7; }}.timeline-style-cards_straight__triangle{ position: absolute;  left: 2rem;  top: 2rem;  z-index: 4;  width: 1rem; }@media (max-width:767.98px){.timeline-style-cards_straight__triangle{ right: 0;  left: 2rem;  top: -14px; }}.timeline-style-cards_straight__triangle:before{ content: '';  border-style: solid;  position: absolute;  border-color: transparent;  top: 1px;  left: 4px; }@media (min-width:768px){.timeline-style-cards_straight__triangle:before{ border-width: 14px 14px 14px 0;  border-right-color: #f8f9fa;  border-left-color: #f8f9fa; }}@media (max-width:767.98px){.timeline-style-cards_straight__triangle:before{ border-width: 0 14px 14px 14px;  left: 4px;  border-top-color: #f8f9fa;  border-bottom-color: #f8f9fa; }}.timeline-style-cards_straight__dot{ left: -.8rem;  position: absolute;  top: 2rem;  font-size: 1.4rem;  z-index: 3;  width: 1.6rem;  text-align: center; }@media (max-width:767.98px){.timeline-style-cards_straight__dot{ right: auto;  left: 1rem;  margin-left: -.8rem;  margin-right: auto; }}body,body p,p.lead{ font-size: 30px; }h1,.h1{ font-size: 70px;  margin-bottom: 0;  line-height: 4.4rem;  font-family: 'Roboto Condensed',sans-serif; }.h1-mb{ margin-bottom: 2rem; }p.lead{ margin-bottom: 2rem;  line-height: 1.5; }.btn-primary{ font-weight: 800;  padding: .8rem 1.25rem;  text-transform: uppercase;  line-height: 1;  font-size: 18px;  border-radius: 2.25rem;  font-family: 'Roboto Condensed',sans-serif; }#c7445{ background-color: #234B59;  border: none; }#nav-primary .nav-item a.active:not(.disabled),#nav-primary .nav-item a.current:not(.disabled),#nav-primary .nav-item a:not(.disabled):hover,.btn:hover{ text-decoration: underline; }.btn-primary:hover{ background: #d13627;  border-color: #d13627; }.p-extra-padding{ padding-left: 5%;  padding-right: 5%;  padding-top: 5%;  padding-bottom: 5%; }h4,.h4{ font-size: 30px;  font-family: 'Roboto Condensed',sans-serif;  line-height: 1.2; }.display-3{ font-size: 70px;  line-height: 1.2;  margin-top: 0;  margin-bottom: 2rem; }.card-header a{ font-family: 'Nunito Sans',sans-serif;  font-size: 25px; }.accordion .card-header a:hover{ text-decoration: underline;  color: #d13627; }h2,.h2{ font-size: 50px;  line-height: 1.2;  margin-top: 0; }#footer .nav-link{ font-size: 18px;  padding: 0; }footer .nav-link:hover,.nav-link:active,.nav-link:focus{ color: #dc6248;  text-decoration: underline; }footer .copyright{ font-size: 18px; }footer .copyright > a:hover{ text-decoration: none;  color: #234B59; }.navbar-brand img{ -webkit-transition: max-height .25s ease-out; transition: max-height .25s ease-out;  max-height: 100%;  max-width: auto; }.navbar-shrinked .navbar-brand img{ max-height: 45px;  width: auto !important; }@media (max-width:991.98px){.navbar-shrinked .navbar-brand img{ max-height: 2.75rem; }}div#nav-primary{ background-color: transparent;  font-size: 1.1rem;  -webkit-transition: margin-top .3s ease-in-out; transition: margin-top .3s ease-in-out; }div#nav-primary.navbar-shrinked{ background-color: #fff; }#nav-primary > .navbar-expand-lg{ padding-top: 40px; }#nav-primary.navbar-shrinked > .navbar-expand-lg{ padding-top: 20px; }.navbar-shrinked{ margin-top: 0; }#nav-primary .btn{ font-size: 25px;  width: 45px;  height: 45px;  border-radius: 50%;  text-align: center;  position: relative;  line-height: 1.5; }.news > a{ color: #fff;  background-color: #d13627;  border-color: #d13627;  border-radius: 1.25rem;  display: inline-block;  vertical-align: middle;  cursor: pointer;  line-height: 1.5;  border: 1px solid transparent;  padding: .375rem .75rem;  font-size: 18px;  font-weight: 500;  text-transform: uppercase; }#dropdownPanelSearch input[type="text"],.searchbox input[type="text"]{ border: none;  border-bottom-right-radius: 0;  border-top-right-radius: 0;  text-transform: uppercase; }#nav-primary .nav.navbar-nav .nav-link{ padding-left: 50px;  padding-right: 0;  font-size: 22px; }#nav-primary .navbar-nav .nav-link:hover,#nav-primary .navbar-nav .nav-link:focus,#nav-primary .navbar-nav .nav-link:active,#nav-primary .nav.navbar-nav .nav-link:hover,#nav-primary .navbar-nav .nav-link.active{ color: #d13627; }#nav-primary .nav-item a.active:not(.disabled),#nav-primary .nav-item a.current:not(.disabled),#nav-primary .nav-item a:not(.disabled):hover,.btn:hover{ text-decoration: underline; }.jumbotron.big{ min-height: 60vh;  padding-left: 18%;  height: auto; }.jumbotron.big > .container{ margin: 0;  padding: 0; }#dropdownPanelSearch{ margin-top: 65px; }footer > .footer-section > .container-fluid,footer > .footer-section > .container-sm,footer > .footer-section > .container-md,footer > .footer-section > .container-lg,footer > .footer-section > .container-xl,footer > .footer-section > .container-xxl,footer > .footer-section > .container-xxxl,#content > .frame > .ce-content > .container.p-extra-padding.bg-white{ max-width: 1700px; }.accordion > .card:last-child .card-header,.accordion > .card:last-child{ border-bottom: none; }#c1724 > .ce-content > .intro > .p-extra-padding,#c1835 > .ce-content > .intro > .p-extra-padding{ padding-top: 0;  padding-bottom: 0; }h1,h2,h3,h4,h5,h6,.ce-bodytext,.ce-content{ -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto;  word-break: break-word; }#nav-primary nav.navbar{ padding-top: 40px; }.tx-contactpersons .card-body *{ font-family: 'Nunito Sans',sans-serif; }.tx-contactpersons .card-body > *{ font-size: 30px;  margin: 0;  line-height: 1.25; }#page_12 #content .container.p-extra-padding,#page_433 #content .container.p-extra-padding,#page_386 #content .container.p-extra-padding,#page_458 #content .container.p-extra-padding,#page_344 #content .container.p-extra-padding,#page_508 #content .container.p-extra-padding,#page_558 #content .container.p-extra-padding,#page_683 #content .container.p-extra-padding,#page_733 #content .container.p-extra-padding,#page_318 #content .container.p-extra-padding,#page_483 #content .container.p-extra-padding,#page_533 #content .container.p-extra-padding,#page_583 #content .container.p-extra-padding,#page_608 #content .container.p-extra-padding,#page_633 #content .container.p-extra-padding,#page_708 #content .container.p-extra-padding,#page_106 #content .container.p-extra-padding{ padding-right: 0;  padding-left: 0; }#page_12 #content p.MsoHeader,#page_433 #content p.MsoHeader,#page_386 #content p.MsoHeader,#page_458 #content p.MsoHeader,#page_344 #content p.MsoHeader,#page_508 #content p.MsoHeader,#page_558 #content p.MsoHeader,#page_683 #content p.MsoHeader,#page_733 #content p.MsoHeader,#page_318 #content p.MsoHeader,#page_483 #content p.MsoHeader,#page_533 #content p.MsoHeader,#page_583 #content p.MsoHeader,#page_608 #content p.MsoHeader,#page_633 #content p.MsoHeader,#page_708 #content p.MsoHeader,#page_106 #content p.MsoHeader{ margin: 0; }#page_12 #content *,#page_433 #content *,#page_386 #content *,#page_458 #content *,#page_344 #content *,#page_508 #content *,#page_558 #content *,#page_683 #content *,#page_733 #content *,#page_318 #content *,#page_483 #content *,#page_533 #content *,#page_583 #content *,#page_608 #content *,#page_633 #content *,#page_708 #content *,#page_106 #content *{ color: #234B59;  font-size: 30px;  font-family: 'Nunito Sans',sans-serif; }#page_12 #content strong,#page_433 #content strong,#page_386 #content strong,#page_458 #content strong,#page_344 #content strong,#page_508 #content strong,#page_558 #content strong,#page_683 #content strong,#page_733 #content strong,#page_318 #content strong,#page_483 #content strong,#page_533 #content strong,#page_583 #content strong,#page_608 #content strong,#page_633 #content strong,#page_708 #content strong,#page_106 #content strong{ font-family: "Roboto Condensed",arial,sans-serif; }#page_12 .intro,#page_433 .intro,#page_386 .intro,#page_458 .intro,#page_344 .intro,#page_508 .intro,#page_558 .intro,#page_683 .intro,#page_733 .intro,#page_318 .intro,#page_483 .intro,#page_533 .intro,#page_583 .intro,#page_608 .intro,#page_633 .intro,#page_708 .intro,#page_106 .intro{ margin-bottom: 2rem; }#page_12 .accordion > .card:first-child > .card-header{ border-color: #fff !important;  border-top: solid 1px; }#page_12 .accordion .card-header a.has-icon::after{ width: 50px;  height: 50px;  background-size: contain;  margin-top: -.75rem; }#page_12 .accordion .card-body{ padding: 0;  font-size: 25px; }#page_12 .frame-type-table td{ padding: 20px 0; }#page_12 #c1845{ margin-top: 2rem; }.angebotskacheln,#c8560,#c1741,#c1775,#c8039{ padding-top: 70px; }.angebotskacheln .card.teaser > .row,#c8560 .card.teaser > .row,#c1741 .card.teaser > .row,#c1775 .card.teaser > .row,#c8039 .card.teaser > .row{ min-height: auto;  height: 500px;  max-height: 500px; }.angebotskacheln .card-block,#c8560 .card-block,#c1741 .card-block,#c1775 .card-block,#c8039 .card-block{ padding: 30px !important; }.angebotskacheln .card-block p,#c8560 .card-block p,#c1741 .card-block p,#c1775 .card-block p,#c8039 .card-block p{ font-size: 22px; }.angebotskacheln .card-block h4.bold,#c8560 .card-block h4.bold,#c1741 .card-block h4.bold,#c1775 .card-block h4.bold,#c8039 .card-block h4.bold{ font-size: 30px; }.angebotskacheln .card-block > a,#c8560 .card-block > a,#c1741 .card-block > a,#c1775 .card-block > a,#c8039 .card-block > a{ position: absolute;  bottom: 20px;  font-size: 20px; }.news .card-body{ padding: 30px !important; }.news .card-body p{ font-size: 22px; }.news .card-body h4.bold{ font-size: 30px; }.news .card-body > a{ font-size: 20px; }.news .event-slider .card-body{ padding-left: 0 !important;  padding-right: 0 !important; }.hero-headline-mb-allowed .hero .h2-mb,.hero-headline-mb-allowed .hero .h1-mb,.hero-headline-mb-allowed .hero .h3-mb{ margin-bottom: 2rem; }.background-cover{ background-align: center center;  background-size: cover; }#content > .frame-type-wst3bootstrap_container > .ce-content > .p-extra-padding{ margin-left: 5%;  margin-right: 5%;  width: 90%; }#sidemenu .searchbox{ border: none;  text-transform: uppercase;  font-size: 18px;  border-top-right-radius: 0;  border-bottom-right-radius: 0;  padding: 10px 20px;  margin: 0; }#sidemenu .searchbox,#sidemenu .searchbox::placeholder{ color: #fff; }#sidemenu .form-search{ margin: 50px 20px 0 20px;  width: -webkit-calc(100% - 40px);  width: -webkit-calc(100% - 40px); width: calc(100% - 40px);  background-color: #DC6248;  border-radius: 30px; }#sidemenu .form-search *:not(input){ border-radius: 0; }#sidemenu .btn-search{ background: center center no-repeat transparent;  background-image: url(/fileadmin/user_upload/icons/suchfunktion-icon-netzwerk-Q4.0_menu.svg);  background-size: contain;  width: 50px;  margin-right: 5px;  padding: 0;  height: 100%; }#sidemenu .btn-search > i{ display: none; }#sidemenu .mm-menu a:active,#sidemenu .mm-menu a:hover,#sidemenu .mm-listitem_selected > a{ color: #dc6248 !important;  text-decoration: underline; }#sidemenu .mm-navbar{ padding-top: 1em;  min-height: 3em; }#sidemenu .mm-btn_prev:before{ background-position: bottom center; }#nav-primary .nav-item-240{ display: none; }body > .cc-revoke,div.cc-window{ z-index: 99999; }div.cc-window{ font-family: 'Nunito Sans',sans-serif;  border-radius: 0 !important; }div.cc-window.cc-floating{ max-width: 500px;  width: 100%; }div.cc-window .cc-compliance a[role="button"]{ text-transform: uppercase;  border-radius: 0;  padding: .5rem 1.25rem;  border-radius: 1.25rem; }#nav-primary .nav-item-35{ display: none; }a.disabled,li.disabled,li.disabled > a,a.disabled:hover,li.disabled:hover,li.disabled > a:hover{ color: #a0a9b1;  pointer-events: none;  text-decoration: none;  cursor: initial; }#page_1 #c1696 .accordion a.disabled{ color: #234B59; }#nav-primary .dropdown-menu.searchbox:before{ display: none; }#c1858 .card-body > a:hover{ border-color: #fff;  text-decoration: underline;  color: #fff; }.layout-mediathek .card-body h4,.layout-mediathek .card-body .h4,.layout-mediathek .card-body h3.h3{ font-size: 30px; }.layout-mediathek .tx-contactpersons .card-body > *,.layout-mediathek #c1820 .card-body > p,.layout-mediathek span.small,.layout-mediathek .h5{ font-size: 22px; }.layout-mediathek .card-header .h3,.layout-mediathek span.h3{ font-size: 50px; }.layout-angebot-fva h4 > strong > a{ font-size: 18px; }#nav-primary .navbar-nav .nav-link:hover,#nav-primary .navbar-nav .nav-link:focus,#nav-primary .navbar-nav .nav-link:active,#nav-primary .nav.navbar-nav .nav-link:hover,#nav-primary .navbar-nav .nav-link.active{ color: #d13627;  -moz-text-decoration-color: #d13627 !important; text-decoration-color: #d13627 !important; }.dropdown-menu .dropdown-item:hover,.dropdown-menu .dropdown-item:focus,.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item.current{ color: #dc6248;  -moz-text-decoration-color: #dc6248 !important; text-decoration-color: #dc6248 !important; }.layout-angebot-sub .jumbotron.big{ height: 100%; }.layout-angebot-sub .jumbotron.big h4,.layout-angebot-sub .jumbotron.big .h4{ font-size: 18px; }.col.bg-added{ background: center center no-repeat;  background-size: cover; }.news .rightImageLatest,.news .card.teaser > .row > .col{ min-height: auto;  height: 500px;  max-height: 500px; }.card.teaser .card-block h5.card-title{ font-weight: 300; }.flex-direction-nav a{ z-index: 666; }.flex-direction-nav a:before{ content: '' !important;  width: 1em;  height: 1em;  background: center center no-repeat;  background-size: contain;  text-shadow: none;  border-radius: 0; }.flex-direction-nav a.flex-prev:before{ background-image: url(/typo3conf/ext/yaw_template/Resources/Public/Icons/pfeil-arrow-links.svg); }.flex-direction-nav a.flex-next:before{ background-image: url(/typo3conf/ext/yaw_template/Resources/Public/Icons/pfeil-arrow-rechts.svg); }.layout-home #content > .frame-type-ws_slider{ max-width: 1700px;  margin-left: auto;  margin-right: auto;  width: 90%; }.layout-home #content > .frame-type-ws_slider .container.d-lg-block{ max-width: 100%; }.layout-home #content > .frame-type-ws_slider .container.d-lg-none .flex-direction-nav{ display: none; }.layout-home #content > .frame-type-ws_slider [id$="-desktop"] .slidercontent .row > div:nth-child(1) .inner:last-child{ padding: 0 !important; }.layout-home #content > .frame-type-ws_slider [id$="-desktop"] .slidercontent .row > div:nth-child(2){ padding: 5% !important; }.layout-mediathek .accordion .card-header a{ position: relative;  padding-right: 33%; }.layout-mediathek .accordion .card-header a:hover{ text-decoration: none; }.layout-mediathek .accordion .card-header a.has-icon:after,.layout-mediathek .accordion .card-header a.collapsed:after{ top: .5rem; }.jumbotron.big.blankhero{ height: auto !important; }.news-backlink-wrap{ font-size: 18px !important; }.news-backlink-wrap a,.news-text-wrap a,.news-backlink-wrap a:hover,.news-text-wrap a:hover{ color: #dc6248; }.modal[id^="videolink-"] .modal-header{ border-bottom: none;  padding-bottom: 0; }.layout-news #content .bg-secondary p{ color: #fff; }.news .article p,.news .article li{ font-size: 20px;  font-weight: 300;  line-height: 1.5;  font-family: 'Nunito Sans',sans-serif; }.news .article li{ margin-bottom: 13px; }.news .article .teaser-text p{ font-size: 30px; }#content ul li{ font-family: 'Nunito Sans',sans-serif; }.mm-navbars_bottom{ display: none; }.navbar-toggler{ opacity: 0; }form.cr_form div[rel]{ margin-bottom: 1.25rem; }form.cr_form input[name="email"]{ border-radius: 1.25rem;  padding: .5rem 1.25rem;  border: none;  width: 100%;  max-width: 320px;  font-size: 1.25rem; }form.cr_form *:focus{ border: none;  outline: none; }#c6739 .frame-type-wst3bootstrap_accordionteaser .accordion-teaser > div > .inner{ opacity: 0;  -webkit-transition: opacity .5s ease-out; transition: opacity .5s ease-out; }.label{ font-weight: 500; }.btn-primary{ font-weight: 300; }.teaser-tile .date-type{ text-transform: uppercase; }.news .card-body p{ color: #234b59; }.category-badge.small .text{ text-transform: uppercase;  font-weight: 500;  padding: 5px; }@media (min-width:1921px){.shape-after:before{ -webkit-transform: translate(0,-100px) rotate(-.85deg) skewX(-.85deg); -ms-transform: translate(0,-100px) rotate(-.85deg) skewX(-.85deg); transform: translate(0,-100px) rotate(-.85deg) skewX(-.85deg); }#content > .frame-type-wst3bootstrap_container > .ce-content > .intro > .container{ max-width: 1700px; }.jumbotron.big{ padding-left: 21%; }}@media (max-width:1600px){body p,p.lead,h4,.h4,.accordion .card-header a,p.lead.lead-md,.accordion .card-body,.layout-news .jumbotron p,.jumbotron .description,.tx-contactpersons .card-body > *,.news .article .teaser-text p,.news .article li{ font-size: 20px;  line-height: 1.25; }#page_12 #content *,#page_106 #content *{ font-size: 20px; }h2,.h2{ font-size: 35px; }.news-backlink-wrap{ font-size: 20px; }h1,.h1,.display-3{ font-size: 50px; }.btn-primary{ font-size: 1rem; }.jumbotron.big{ height: 65vh;  min-height: auto;  padding-left: 15%; }#nav-primary nav.navbar *:not(.dropdown-menu){ padding-top: 0;  padding-bottom: 0; }#nav-primary .btn{ height: 40px;  width: 40px;  font-size: 18px; }#nav-primary .nav.navbar-nav .nav-link{ padding-top: 5px;  padding-left: 20px;  padding-right: 0;  padding-bottom: 0;  font-size: 18px; }#nav-primary .dropdown-menu .dropdown-item{ font-size: 18px; }#nav-primary .navbar-light .d-flex > .d-none.d-lg-block:not(.dropdown){ margin-right: 30px; }.navbar-brand img{ max-height: 60px; }#nav-primary nav.navbar{ padding-top: 20px;  padding-left: 0;  padding-right: 0; }.dropdown-menu{ top: 2.5em !important;  left: -2.5em !important; }.layout-mediathek .card-body h4,.layout-mediathek .card-body .h4,.layout-mediathek .card-body h3.h3{ font-size: 22px; }.layout-mediathek .tx-contactpersons .card-body > *,.layout-mediathek #c1820 .card-body > p,.layout-mediathek span.small,.layout-mediathek .h5{ font-size: 18px; }.layout-mediathek .card-header .h3,.layout-mediathek span.h3{ font-size: 40px; }.layout-mediathek .tx-press a.mt-auto{ padding: 0 0 0 1rem; }.news .rightImageLatest{ min-height: auto; }}@media (max-width:1400px){.jumbotron.big{ height: auto;  min-height: 60vh;  padding-left: 20%; }.p-extra-padding{ padding: 40px 60px; }.p-extra-padding > [class*="frame-padding-top-"]{ padding-top: 0; }.p-extra-padding > [class*="frame-padding-bottom-"]{ padding-bottom: 0; }.p-extra-padding > [class*="frame-space-before-"]{ margin-top: 2rem; }.p-extra-padding > [class*="frame-space-after-"]{ margin-bottom: 0; }#nav-primary nav.navbar{ margin-left: 20px; }#footer > .footer-section{ padding-left: 20px;  padding-right: 15px; }#nav-primary .nav.navbar-nav .nav-link{ padding-left: 30px;  padding-right: 0;  font-size: 20px; }#nav-primary .navbar-light .d-flex > .d-none.d-lg-block:not(.dropdown){ margin-right: 50px; }.layout-home #content > .frame-type-ws_slider [id$="-desktop"] .slidercontent .row > div:nth-child(2){ padding: 0 !important; }}@media (max-width:1199px){.news .rightImageLatest{ max-height: 100%;  min-height: auto;  height: auto;  padding-bottom: 3rem; }.news .card.teaser > .row > .col{ height: 350px; }.angebotskacheln .card.teaser .bg-added,#c1741 .card.teaser .bg-added,#c1775 .card.teaser .bg-added,#c8039 .card.teaser .bg-added{ min-height: 350px;  background-position: top center; }.angebotskacheln .card.teaser > .row,#c1741 .card.teaser > .row,#c1775 .card.teaser > .row,#c8039 .card.teaser > .row{ height: auto;  max-height: 100%; }.angebotskacheln .card.teaser > .row > .col,#c1741 .card.teaser > .row > .col,#c1775 .card.teaser > .row > .col,#c8039 .card.teaser > .row > .col{ height: 350px;  max-height: 100%;  min-height: auto; }}@media (max-width:1024px){.layout-mediathek .tx-press a.mt-auto{ padding: 0; }.layout-mediathek .tx-press a.mt-auto > img{ width: 50%; }}@media (max-width:992px){.layout-home #content > .frame-type-ws_slider > .ce-content > .container.d-lg-none{ padding: 0;  max-width: 100%; }.news .rightImageLatest{ padding-bottom: 0;  height: auto !important; }}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.jumbotron.big,#page_12 .jumbotron.big,#page_106 .jumbotron.big{ height: 50vh; }}@media (max-width:768px){.jumbotron.big{ min-height: 50vh;  padding-left: 30%; }h1,.h1,.display-3{ font-size: 40px;  line-height: 1.25; }.frame-space-before-extra-large{ margin-top: 2.5rem; }[class*="frame-padding-top-"]{ padding-top: 0; }.layout-kontakt #content > .frame-type-wst3bootstrap_container > .ce-content > .p-extra-padding{ padding: 0; }.news .card-body > a{ position: absolute;  bottom: 10px; }.news > a{ margin-top: 2rem; }.layout-mediathek .tx-press a.mt-auto > img{ width: auto;  padding-left: 10px; }.accordion .card-header a:hover{ text-decoration: none; }}@media (max-width:576px){#page_12 .ce-table tr{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;  width: 100%;  margin-top: 1rem; }#page_12 .ce-table td{ display: inline-block;  padding: 0;  border: none; }#page_12 .ce-table td::after{ content: '|';  margin-right: .5rem;  margin-left: .5rem; }#page_12 .ce-table td:last-child::after{ display: none; }h1,.h1,.display-3{ font-size: 30px; }.shape-after:before,#footer:before{ left: 50px;  width: -webkit-calc(100% - 50px + 1px); width: calc(100% - 50px + 1px); }.shape-after .hero.bg-img::before{ width: 51px; }.shape-after:after{ width: 61px; }#footer:after{ left: -49px; }.intro:after{ margin-left: -49px;  bottom: 10px; }#content > .frame-type-wst3bootstrap_container > .ce-content > .p-extra-padding:not(.bg-white){ padding-left: 5px;  padding-right: 5px; }.p-extra-padding{ padding: 20px 30px; }.jumbotron.big{ height: 40vh;  padding-left: 75px; }.jumbotron.big > .container{ padding: 0; }.layout-partner .ce-content > .intro,.layout-angebot-dti .ce-content > .intro,.layout-angebot-fva .ce-content > .intro{ margin-bottom: 0; }h2,.h2{ font-size: 25px; }.layout-news .intro > .container.p-extra-padding{ padding-top: 2em; }.news > div > .row > div{ padding-bottom: 1em; }.news > a{ margin-top: 0; }#c1809 .btn,#c1809 .dropdown-item{ font-size: 20px; }.layout-news .news-single [class*="mt-"]{ margin-top: 0 !important; }.layout-news .news-single [class*="pt-"]{ padding-top: 0 !important; }.angebotskacheln .card-block > a,#c1741 .card-block > a,#c1775 .card-block > a,#c8039 .card-block > a{ position: relative;  bottom: 0; }.layout-home .intro > .container.p-extra-padding{ padding-left: 20px;  padding-right: 20px; }.shape-after:after{ left: 91px; }#c1724 > .ce-content > .intro > .p-extra-padding{ padding-top: 100px; }#footer #c1840 img{ float: left; }.layout-mediathek .card-body h4,.layout-mediathek .card-body .h4,.layout-mediathek .card-body h3.h3{ font-size: 20px; }.layout-mediathek .tx-contactpersons .card-body > *,.layout-mediathek #c1820 .card-body > p,.layout-mediathek span.small,.layout-mediathek .h5{ font-size: 18px; }.layout-mediathek .card-header .h3,.layout-mediathek span.h3{ font-size: 30px; }.layout-mediathek .tx-press a.mt-auto{ padding: 0 0 0 1rem; }.layout-mediathek .tx-press a.mt-auto > img{ margin-top: 1em; }.layout-mediathek .card-body{ padding: 1em 0; }.layout-mediathek .tx-contactpersons .card{ margin-bottom: 1em; }.layout-mediathek .tx-contactpersons .card-body{ padding-top: .5em; }.layout-mediathek #c1830{ margin-bottom: 0; }.layout-mediathek .card-header > h2 > a > p{ margin-top: 2rem; }#c1693{ margin: 1rem 0 2rem 0; }.accordion .card-header a{ position: relative;  border: solid 1px transparent; }.accordion .card-header a.has-icon:after{ right: 0;  top: 0; }.layout-mediathek .tx-press .card-body span.h3{ font-size: 22px; }.angebotskacheln .card.teaser > .row > .col,#c8560 .card.teaser > .row > .col,#c1741 .card.teaser > .row > .col,#c1775 .card.teaser > .row > .col,#c8039 .card.teaser > .row > .col{ height: auto;  min-height: 350px; }}@media (max-width:360px){h1,.h1,.display-3{ font-size: 36px; }}#nav-primary .nav-item-283 > ul.dropdown-menu{ display: none !important; }#c4332 .row,#c4225 .row,#c4222 .row,#c3384 .row{ display: block; }#c4332 .row > div[class*="col-"],#c4225 .row > div[class*="col-"],#c4222 .row > div[class*="col-"],#c3384 .row > div[class*="col-"]{ display: inline-block !important;  max-width: none;  width: auto; }.jumbotron.big .news-text-wrap > p{ padding-left: 0; }.accordion .card-header a.disabled{ color: #234B59; }body.b3 .footer-redesign{ display: block !important; }#topcontrol{ margin-bottom: 275px; }#footer .footer-redesign .nav-link,#footer .footer-redesign h2{ font-size: 20px;  color: #234B59; }#footer .footer-redesign h2{ margin-top: 0; }#footer .footer-redesign [class*="frame-space-after-"]{ margin-bottom: 1rem; }#footer .footer-redesign .top-logos{ margin-bottom: 5rem; }#footer .footer-redesign .top-logos img{ max-width: 200px; }#footer .footer-redesign .bottom-logos{ margin-top: 1rem;  margin-bottom: 3rem; }#footer .footer-redesign .bottom-logos img{ max-height: 142px;  vertical-align: top; }#footer .footer-redesign .bottom-logos img[src*=".svg"]{ width: auto; }#footer .footer-redesign .bottom-logos > *{ margin-left: 3rem; }#footer .footer-redesign .bottom-logos > *:nth-child(1){ margin-left: 0; }#footer .footer-redesign .bottom-logos > *:not(.bmf){ margin-top: .333rem; }#footer .footer-redesign .bottom-logos .title{ font-size: 11px;  color: #000; }#footer .footer-redesign .bottom-logos .iw img{ height: 55px; }#footer .footer-redesign .bottom-logos .partner .title{ margin-bottom: 0; }#footer .footer-redesign .bottom-logos .partner img{ width: 100%; }#footer .footer-redesign[data-footer-uid="69"] .text .ce-gallery > .row > div,#footer .footer-redesign .social .ce-gallery > .row > div{ display: inline-block !important;  width: auto !important;  max-width: none;  padding-right: 0;  -webkit-flex: 0 0 auto;  -ms-flex: 0 0 auto;  -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }#footer .footer-redesign .social{ margin-top: 2rem; }@media (max-width:768px){#footer .footer-redesign .bottom-logos > *:not(.bmf){ margin-left: 0; }.social{ margin-top: 0; }#nav-primary /*:not([data-footer-uid="69"])*/ a.brand-link[target="_blank"]{ display: none; }}@media (max-width:576px){#topcontrol{ margin: 0 20px 16px 0; }#footer .footer-redesign .top-logos figure{ margin-bottom: 1rem; }#footer .footer-redesign .top-logos img{ max-width: 150px; }#footer .footer-redesign .bottom-logos{ padding-bottom: 3rem; }#footer .footer-redesign .bottom-logos > *{ text-align: left;  margin-top: 3rem !important; }#footer .footer-redesign .bottom-logos .frame{ margin-bottom: 0; }#footer .footer-redesign .bottom-logos .partner img{ max-width: 300px; }#footer .footer-redesign .menu,#footer .footer-redesign .social{ margin-bottom: 1rem; }#footer .footer-redesign .copyright{ margin-top: 0; }}#footer > .footer-section:not(.footer-redesign){ display: none; }#footer .footer-redesign{ display: block !important; }#page_1262 .hero{ background-color: #234B59; }#c7113 .flexslider[id$="mobile"] .slides > li{ height: 100% !important; }.hero.bg-secondary #page a{ color: #DC6248; }.tx-referenten .modal p.credit{ margin-top: 1em;  margin-bottom: 0; }@media (max-width:767px){.tx-referenten .modal p.credit{ margin-bottom: 1em; }}#c7487 .btn{ width: 100%;  max-width: 100%; }#c7487 .btn .fa{ float: right; }.hero .flexslider .caption .btn{ margin-top: 1em; }.hero .flexslider .caption .btn span{ display: inline-block; }a.search-btn{ margin-right: 0; }input[name*="dsgvocheckbox"]{ margin-top: 1.25rem; }label[class*="dsgvocheckbox"] > p{ padding-top: 0; }.layout-FullWidthLightRedBG label[for*="dsgvocheckbox"] a{ color: #fff;  text-decoration: underline; }.jumbotron .news p{ display: block; }.jumbotron.big > div{ width: 100%; }.layout-FullWidthLightRedBG .eventdetail .textblock p a,.layout-FullWidthLightRedBG .eventdetail .textblock p a:hover{ color: #fff; }body .b3-flex-row,body .only-b3{ display: none; }body.b3 .b3-flex-row{ display: -ms-flexbox;  display: -webkit-flex;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-wrap: wrap;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }body.b3 .only-b3{ display: block; }.navbar-brand > a:hover,.navbar-brand > a:focus{ text-decoration: none; }.news.press .col-md-1{ padding-left: 0; }@media (max-width:576px){#wsslider-199news .owl-nav [class*="owl-"]{ display: -ms-flexbox; display: -webkit-flex; display: flex; }.layout-mediathek .accordion .card-header a{ padding-right: 15px; }}.overlay-menu.active{ min-width: 450px; }@media (max-width:500px){.overlay-menu.active{ min-width: -webkit-calc(100vw + 10px); min-width: calc(100vw + 10px); }}#map-wrapper,.map-wrapper{ position: relative;  width: auto; }#map-wrapper svg,.map-wrapper svg{ width: 100%;  height: auto; }#map-wrapper svg path,.map-wrapper svg path{ fill: #9FA9B0;  stroke: #fff;  cursor: pointer;  -webkit-transition: fill .5s; transition: fill .5s; }#map-wrapper svg path.active,.map-wrapper svg path.active,#map-wrapper svg path:hover,.map-wrapper svg path:hover{ fill: #4C6672 !important; }#map-wrapper .dot,.map-wrapper .dot{ position: absolute;  background-image: url(/fileadmin/user_upload/partner/_map/standtort-icon-netzwerk-Q4.0_RGB.svg); }#map-wrapper .dot.active,.map-wrapper .dot.active,#map-wrapper .dot:hover,.map-wrapper .dot:hover,#map-wrapper .dot[aria-describedby^="popover"],.map-wrapper .dot[aria-describedby^="popover"]{ background-image: url(/fileadmin/user_upload/partner/_map/standtort-icon-netzwerk-Q4.0_RGB_act.svg); }#states-wrapper ul,.states-wrapper ul,#states-wrapper li,.states-wrapper li{ margin: 0;  padding: 0;  list-style-type: none; }#states-wrapper ul,.states-wrapper ul{ margin-bottom: 1rem; }#states-wrapper .state a,.states-wrapper .state a{ color: #4C6672;  text-decoration: none; }#states-wrapper .state a:hover,.states-wrapper .state a:hover{ text-decoration: underline; }#states-wrapper .state a:not([href]),.states-wrapper .state a:not([href]){ cursor: not-allowed;  text-decoration: none; }#states-wrapper .state.active a,.states-wrapper .state.active a,#states-wrapper .state a.active,.states-wrapper .state a.active,#states-wrapper .state a:hover,.states-wrapper .state a:hover{ color: #DC6248; }.popover.partner{ max-width: 160px;  border-radius: 20px;  padding: 10px 15px;  border: none;  margin-left: -.25em; }.popover.partner .arrow::before,.popover.partner .arrow::after{ border-right-color: #DC6248; }.popover.partner,.popover.partner .popover-header{ background: #DC6248;  text-align: left;  color: #fff; }.popover.partner .popover-header{ border-bottom: none; }.popover.partner .popover-header,.popover.partner .popover-body{ padding: 0;  border-radius: 0; }.popover.partner .popover-body .icon{ margin-top: 1em;  background-image: url(/fileadmin/user_upload/partner/_map/arrow-link.svg); }#map-wrapper .icon,.map-wrapper .popover.partner .icon{ display: inline-block;  background-align: center center;  background-repeat: no-repeat;  background-color: transparent;  background-size: contain;  width: 30px;  height: 30px;  cursor: pointer;  z-index: 1; }#map-wrapper .icon.active,.map-wrapper .popover.partner .icon.active,#map-wrapper .icon:hover,.map-wrapper .popover.partner .icon:hover{ z-index: 2; }#content .popover.partner .popover-header{ font-size: 1.1rem;  margin-top: 0; }#content #states-wrapper .name,#content .states-wrapper .name{ font-family: "Roboto Condensed",arial,sans-serif; }#content #states-wrapper .name h2,#content .states-wrapper .name h2{ font-size: 20px; }#content #states-wrapper p.lead,#content .states-wrapper p.lead{ margin-bottom: 0;  font-size: 18px; }#content #c6265 .container.p-extra-padding{ padding-left: 0;  padding-right: 0; }.training-main .jumbotron h1,.training-staging.layout-home .jumbotron h1,.training-main .jumbotron .h1,.training-staging.layout-home .jumbotron .h1{ font-size: 70px; }.training-main p,.training-staging.layout-home p,.training-main h3.h4.c-primary,.training-staging.layout-home h3.h4.c-primary{ font-size: 30px; }.training-main .accordion .card-header a,.training-staging.layout-home .accordion .card-header a{ font-size: 25px; }.layout-TrainingDetails .jumbotron p,body[class*="layout-TrainingList"] .jumbotron p,.layout-TrainingDetails .jumbotron .description,body[class*="layout-TrainingList"] .jumbotron .description{ font-size: 25px; }body[class*="layout-TrainingList"] h1.h1{ font-size: 70px; }body[class*="layout-TrainingList"] .ce-header h2:not(.h3):not(.h5){ font-size: 40px; }body[class*="layout-TrainingList"] .ce-content > h3{ font-size: 30px; }body[class*="layout-TrainingList"] .hero .ce-header h2.h5{ font-size: 18px; }body[class*="layout-TrainingList"] h2.h3{ font-size: 35px; }body[class*="layout-TrainingList"] #content .h2.c-tertiary,body[class*="layout-TrainingList"] #content h2.h4.c-secondary{ font-size: 50px; }.layout-TrainingDetails .sidebar h4,.layout-TrainingDetails .sidebar .h4{ font-size: 25px; }.training-staging.layout-home p,.training-staging.layout-home li{ font-size: 25px; }.training-staging.layout-home h2.h3.c-primary{ font-size: 50px; }.training-staging.layout-home .news .event-slider span.h5{ font-size: 18px; }.training-staging.layout-home .news .event-slider span.h3{ font-size: 40px; }.training-staging.layout-home .news .card-body p{ font-size: 22px; }.training-staging.layout-home .owl-carousel h2{ font-size: 18px; }.training-staging.layout-home .owl-carousel h3{ font-size: 30px; }.training-staging.layout-home .owl-carousel p{ font-size: 20px; }.training-page .header h1,.training-page .header .h1{ font-size: 70px; }.training-page .description h2,.training-page .description .h2{ font-size: 50px; }.training-page .subheader h2,.training-page .subheader .h2{ font-size: 40px; }.training-page .description p{ font-size: 30px; }.training-page .form-check p,.training-page .form-group .radio p,.form-group .training-page .radio p,.training-page form > div.clearfix > p,.training-page .form-control{ font-size: 18px; }.training-page .sidebar .short-infos h3,.training-page .sidebar .large{ font-size: 30px; }.training-page .sidebar .trainings strong,.training-page .sidebar .trainings .headline,.training-page .sidebar .short-infos p,.training-page .sidebar h2,.training-page .sidebar .h2{ font-size: 25px; }.training-page .sidebar p{ font-size: 18px; }.training-page .sidebar .ce-uploads .ce-uploads-description{ font-size: 16px; }.training-page .sidebar .trainings small{ font-size: 12px; }.training-page .sidebar .cert-points .frame p,.training-page .sidebar .training-id p,.training-page .sidebar .units p,.training-page .sidebar p.points{ font-size: 20px; }.training-page .sidebar .short-infos .smaller,.training-page .sidebar .short-infos .smaller p{ font-size: 18px; }.training-page .h4,.training-main .h4,#page_1669 .h4,#page_1316 .h4,.training-staging.layout-home .h4{ font-size: 50px; }.category-badge.large .text{ font-size: 30px; }.category-badge.small .text,.category-badge.medium .text{ font-size: 18px; }div.custom-field .label{ font-size: 18px; }div.custom-field .value,div.custom-field label{ font-size: 22px; }div.custom-field .label,div.custom-field .value{ line-height: 1em; }form.filters small,form.filters .search input,.header-searchbox .search input{ font-size: 18px; }.frame-type-wst3bootstrap_headersearch p small{ font-size: 20px; }.category-badge.small .text,.category-badge.medium .text,.category-badge.large .text{ line-height: 1em; }#wsslider-199recommendedtrainings h5,#wsslider-199recommendedtrainings .h5{ font-size: 25px; }#wsslider-199recommendedtrainings .h1,#wsslider-199recommendedtrainings .h4{ font-size: 50px; }#wsslider-199recommendedtrainings .card .card-body .category-badge .text{ font-size: 18px; }.owl-project-slider .card-body .h5{ font-size: 30px; }.owl-project-slider .card-body .h1{ font-size: 45px; }.news #wsslider-199news .card-body p{ font-size: 18px; }.news #wsslider-199news h3,.news #wsslider-199news .h3{ font-size: 35px; }.navbar.pagination .nav-item a,ul.navbar.tx-indexedsearch-browsebox .nav-item a,.isotope-pager a{ font-size: 20px; }.training-page .description p,.training-page .description li{ font-size: 25px; }.layout-news.news-new .news h1{ font-size: 70px; }.layout-news.news-new .news .article .teaser-text p{ font-size: 30px; }.layout-news.news-new .news .article p,.layout-news.news-new .news .article li{ font-size: 25px; }.layout-news.news-new .news .article .footer p{ font-size: 22px; }.layout-news.news-new .news-latest-item .card-body > p{ font-size: 16px; }.layout-news.news-new .news-latest-item .card-text > p{ font-size: 18px; }.layout-news.news-new .news-latest-item h4{ font-size: 30px; }.layout-news.news-new .news-latest-item .btn{ font-size: 18px; }.layout-news.news-new .new-event-detail .event-shortdetails p:not(.small),.layout-news.news-new .new-event-detail .event-shortdetails li{ font-size: 18px; }.layout-news.news-new .new-event-detail .event-shortdetails .event-header{ font-size: 30px; }.layout-news.news-new .new-event-detail .event-shortdetails .dateinfo,.layout-news.news-new .new-event-detail .event-shortdetails .details,.layout-news.news-new .new-event-detail .event-shortdetails .h5{ font-size: 25px; }.layout-news.news-new .new-event-detail .event-shortdetails .statusbar p.small{ font-size: 12px; }.layout-news.news-new .new-event-detail .event-shortdetails .calendar-widget > a{ font-size: 16px; }.training-page .description p,#c2440 p,form[id^="event-Anmeldung"] p,form[id^="eventAnmeldung"] p,form[id^="anmeldung"] p,#c13309 p,form[id^="event-AnmeldungIWreduziert"] p{ font-size: 25px; }.training-page .description form p,#c2440 form p,form[id^="event-Anmeldung"] form p,form[id^="eventAnmeldung"] form p,form[id^="anmeldung"] form p,#c13309 form p,form[id^="event-AnmeldungIWreduziert"] form p,.training-page .description form > div.clearfix > p,#c2440 form > div.clearfix > p,form[id^="event-Anmeldung"] form > div.clearfix > p,form[id^="eventAnmeldung"] form > div.clearfix > p,form[id^="anmeldung"] form > div.clearfix > p,#c13309 form > div.clearfix > p,form[id^="event-AnmeldungIWreduziert"] form > div.clearfix > p{ font-size: 18px; }form .form-group.newsletter span{ font-size: 18px; }form[id^="event-AnmeldungIW"] p,form[id^="anmeldung"] p,form[id^="event-AnmeldungIW"] div.clearfix > p,form[id^="anmeldung"] div.clearfix > p{ font-size: 18px !important; }.teaser-tile .header h1,.teaser-tile .header .h1,.teaser-tile .header h2.h1{ font-size: 35px;  line-height: 1.1em; }.teaser-tile .subheader h2,.teaser-tile .subheader .h2{ font-size: 25px !important; }.teaser-tile .teaser p,.teaser-tile .date-type{ font-size: 18px; }.teaser-tile .availability{ font-size: 12px; }#footer p{ font-size: 18px; }body.layout-TrainingDetails .hero .description form .error-hint,body.news-new .formblock form .error-hint{ font-size: 12px; }body.layout-TrainingDetails .hero .description form h2,body.news-new .formblock form h2{ font-size: 25px; }.nugget-modal .modal-title{ font-size: 25px; }.nugget-modal .modal-body p{ font-size: 18px; }body[class*="layout-TrainingList"] .hero:not(.v2),.layout-TrainingDetails .hero:not(.v2){ background: #fdcb78 !important; }body[class*="layout-TrainingList"] .shape-after .hero.bg-img::before,.layout-TrainingDetails .shape-after .hero.bg-img::before{ background: #a0a9b1; }body[class*="layout-TrainingList"] .badge-container,.layout-TrainingDetails .badge-container{ margin-top: 75px; }body[class*="layout-TrainingList"] .jumbotron.big p,.layout-TrainingDetails .jumbotron.big p{ display: block; }body[class*="layout-TrainingList"] .jumbotron.big,.layout-TrainingDetails .jumbotron.big{ height: auto !important;  padding-left: 16%; }body[class*="layout-TrainingList"] .ce-headline .c-primary > a,.layout-TrainingDetails .ce-headline .c-primary > a{ color: #D13627; }.layout-TrainingDetails .hero{ margin-bottom: -300px;  padding-bottom: 300px; }.layout-TrainingDetails .frame-type-wst3bootstrap_trainingtimeline{ opacity: 0;  -webkit-transition: opacity .2s; transition: opacity .2s; }.layout-TrainingDetails .frame-type-wst3bootstrap_trainingtimeline.active,.layout-TrainingDetails .frame-type-wst3bootstrap_trainingtimeline.visible{ opacity: 1; }.layout-TrainingDetails .backlink .c-primary a{ color: #D13627; }.layout-TrainingDetails .frame-type-form_formframework > .ce-content > form:nth-child(2),.layout-TrainingDetails .frame-type-shortcut .frame-type-form_formframework{ margin-top: 3rem; }.layout-TrainingDetails .calendar-widget a{ color: #234B59; }.layout-TrainingDetails .calendar-widget a:hover{ background: transparent;  color: #D13627; }.layout-TrainingDetails .sidebar .list-group-item{ background: transparent; }.layout-TrainingDetails .sidebar .calendar-widget img{ width: 37.5px;  height: 37.5px; }.training-page .header h1,.training-page .header .h1{ text-transform: uppercase; }.training-page .description h2,.training-page .description .h2{ font-weight: bold;  text-transform: uppercase; }.training-page .sidebar .trainings .headline{ display: block; }.training-page .sidebar .short-infos h3,.training-page .sidebar .large{ font-weight: bold; }.training-page .sidebar .trainings strong,.training-page .sidebar .trainings .headline{ font-weight: bold; }.training-page .sidebar p{ padding-left: 0;  padding-right: 0; }.training-page .sidebar .accordion .text-secondary:hover{ color: #234B59 !important; }.training-page .sidebar .ce-uploads{ font-family: 'Nunito Sans',sans-serif; }.training-page .sidebar .ce-uploads .list-group-item{ border: none;  padding-left: 0;  padding-right: 0; }.training-page .sidebar .ce-uploads .list-group-item::before{ content: "";  width: 37.5px;  height: 37.5px;  background: center center no-repeat url(/fileadmin/user_upload/icons/download-icon-netzwerk-Q4.0_RGB.svg); }.training-page .sidebar .ce-uploads .ce-uploads-fileName{ display: none; }.training-page .sidebar .ce-uploads .ce-uploads-description{ margin-left: 5px;  line-height: 37.5px;  color: #234B59; }.training-page .sidebar .ce-uploads:hover span,.training-page .sidebar .ce-uploads:hover .list-group-item{ color: #D13627;  border-bottom-color: #D13627; }.training-page .sidebar .short-infos p{ line-height: 1.25; }.training-page .description{ padding-top: 150px; }.training-page .description .actions{ margin-top: 3rem; }.training-page #events > .frame-space-after-medium{ margin-bottom: 0; }.icon{ background-repeat: no-repeat;  background-position: center center;  background-size: contain; }.icon:focus,.icon.focus,.icon{ background-color: transparent;  border: none; }.icon.pdf{ background-image: url(/fileadmin/user_upload/icons/download-icon-netzwerk-Q4.0_RGB.svg); }.availability{ vertical-align: middle;  padding-left: -webkit-calc(1em + 5px); padding-left: calc(1em + 5px);  position: relative; }.availability::before{ display: inline-block;  width: 1em;  height: 1em;  content: '';  vertical-align: middle;  border-radius: 50%;  position: absolute;  left: 0;  bottom: 2.5px; }.availability.available::before{ background: #479f43; }.availability.scarce::before{ background: #f7a600; }.availability.list::before{ background: #758490; }.availability .atext{ white-space: nowrap; }.category-badge{ background: #a0a9b1;  border-radius: 15px; }.category-badge,.category-badge .text{ color: #fff; }.category-badge:not([href]){ pointer-events: none; }.category-badge span{ display: inline-block; }.category-badge .circle{ border-radius: 50%;  background: #234B59 no-repeat center center;  background-size: contain; }.category-badge .text{ text-transform: uppercase; }.category-badge.small,.category-badge.medium{ padding: 10px;  min-width: 150px; }.category-badge.small .circle,.category-badge.medium .circle{ width: 30px;  height: 30px;  margin-right: 5px; }.category-badge.small{ padding: 8px; }.category-badge.large{ width: 100%;  padding: 0 40px 0 20px;  position: relative; }.category-badge.large .circle{ width: 60px;  height: 60px;  margin-right: 10px;  margin-top: 30px;  margin-bottom: 30px; }.category-badge.large .text{ max-width: 66%; }.category-badge.large::after{ position: absolute;  right: 0;  content: '';  display: block;  height: 60px;  width: 60px;  background: center center no-repeat url(/fileadmin/user_upload/Trainings/_icons_svg/funktionen/chevron_rechts.svg); }.badge-wrapper.active .category-badge,.category-badge:hover{ background: #234B59;  text-decoration: none;  color: #fff; }.badge-wrapper.active .category-badge .circle,.category-badge:hover .circle{ background: #f7a600; }.badge-wrapper.active .category-badge.large::after,.category-badge.large:hover::after{ background-image: url(/fileadmin/user_upload/Trainings/_icons_svg/funktionen/chevron_rechts_yellow.svg); }.teaser-tile{ background: #dfe0e2;  color: #234B59;  padding: 30px;  height: 100%;  position: relative; }.teaser-tile h1,.teaser-tile h2{ margin: 0; }.teaser-tile .ce-header.h1-mb{ margin-bottom: 0; }.teaser-tile > *:nth-last-child(1),.teaser-tile > *:nth-last-child(1) > *{ margin-bottom: 0; }.teaser-tile .btn{ color: #fff;  padding: .8rem 1.25rem; }.teaser-tile .btn.btn-primary.list:not(:disabled):not(.disabled):active,.teaser-tile .btn.list{ background: transparent; }.teaser-tile .availability{ vertical-align: bottom; }.teaser-tile .body{ margin-bottom: 60px; }.teaser-tile .footer{ position: absolute;  bottom: 30px;  width: -webkit-calc(100% - 60px); width: calc(100% - 60px); }.teaser-tile a:not([href]):hover,.teaser-tile .category-badge:hover{ text-decoration: underline; }.frame-type-wst3bootstrap_trainingcategories .badge-wrapper{ width: 100%;  padding-bottom: 15px;  padding-top: 15px; }.frame-type-wst3bootstrap_trainingtiles .teaser-tile-wrapper{ padding-bottom: 30px; }.frame-type-wst3bootstrap_trainingtiles .page{ display: none; }.frame-type-wst3bootstrap_trainingtiles .page.active{ display: block; }.frame-type-wst3bootstrap_trainingtiles .page.active.row{ display: -ms-flexbox; display: -webkit-flex; display: flex; }.frame-type-wst3bootstrap_trainingtiles .training-tiles:not(.done),.frame-type-wst3bootstrap_trainingtiles .catalogue-items:not(.done){ overflow: hidden;  max-height: 100vh;  opacity: .5;  -webkit-transition: opacity .5s; transition: opacity .5s; }.frame-type-wst3bootstrap_trainingtiles .training-tiles.done,.frame-type-wst3bootstrap_trainingtiles .catalogue-items.done{ opacity: 1; }.frame-type-wst3bootstrap_trainingtiles .pagination,.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox{ padding: 0 15px 30px 15px;  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  width: -webkit-calc(100% + 30px); width: calc(100% + 30px); }.frame-type-wst3bootstrap_trainingtiles .noresults{ padding: 0 0 30px; }.frame-type-wst3bootstrap_trainingtiles .filters > .container{ z-index: 10000; }.frame-type-wst3bootstrap_trainingtiles .ce-content .container{ background: #fff;  padding-left: 30px;  padding-right: 30px;  padding-top: 30px; }.frame-type-wst3bootstrap_trainingtiles .catalogue-items .teaser-tile .footer{ text-align: right; }.frame-type-wst3bootstrap_trainingtiles .navbar.pagination .nav-item,.frame-type-wst3bootstrap_trainingtiles ul.navbar.tx-indexedsearch-browsebox .nav-item{ height: 2em;  width: 2em;  padding: .25em 0 0; }.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item,.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item,.isotope-pager .pager,.page-navigation .pagination .page-link,.page-navigation ul.tx-indexedsearch-browsebox .page-link,.page-navigation .pagination ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation .pagination a,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a{ border-radius: 50%;  color: #fff;  margin: 5px;  cursor: pointer;  background: center center no-repeat #9DA7AF; }.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item,.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item,.isotope-pager .pager,.page-navigation .pagination .page-link,.page-navigation ul.tx-indexedsearch-browsebox .page-link,.page-navigation .pagination ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation .pagination a,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a,.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item a,.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item a,.isotope-pager .pager a,.page-navigation .pagination .page-link a,.page-navigation ul.tx-indexedsearch-browsebox .page-link a,.page-navigation .pagination ul.tx-indexedsearch-browsebox li a a,ul.tx-indexedsearch-browsebox li .page-navigation .pagination a a,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a a,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a a{ height: 50px;  width: 50px;  vertical-align: middle;  text-align: center; }.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item.active,.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item.active,.isotope-pager .pager.active,.page-navigation .pagination .page-link.active,.page-navigation ul.tx-indexedsearch-browsebox .page-link.active,.page-navigation .pagination ul.tx-indexedsearch-browsebox li a.active,ul.tx-indexedsearch-browsebox li .page-navigation .pagination a.active,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a.active,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a.active,.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item:hover,.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item:hover,.isotope-pager .pager:hover,.page-navigation .pagination .page-link:hover,.page-navigation ul.tx-indexedsearch-browsebox .page-link:hover,.page-navigation .pagination ul.tx-indexedsearch-browsebox li a:hover,ul.tx-indexedsearch-browsebox li .page-navigation .pagination a:hover,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:hover,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a:hover{ background: #D13627;  color: #fff; }.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item.inactive,.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item.inactive,.isotope-pager .pager.inactive,.page-navigation .pagination .page-link.inactive,.page-navigation ul.tx-indexedsearch-browsebox .page-link.inactive,.page-navigation .pagination ul.tx-indexedsearch-browsebox li a.inactive,ul.tx-indexedsearch-browsebox li .page-navigation .pagination a.inactive,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a.inactive,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a.inactive{ pointer-events: none; }.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item[data-jump] .text-white,.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item[data-jump] .text-white,.isotope-pager .pager[data-jump] .text-white,.page-navigation .pagination .page-link[data-jump] .text-white,.page-navigation ul.tx-indexedsearch-browsebox .page-link[data-jump] .text-white,.page-navigation .pagination ul.tx-indexedsearch-browsebox li a[data-jump] .text-white,ul.tx-indexedsearch-browsebox li .page-navigation .pagination a[data-jump] .text-white,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a[data-jump] .text-white,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a[data-jump] .text-white{ display: none; }.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item[data-jump="first"],.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item[data-jump="first"],.isotope-pager .pager[data-jump="first"],.page-navigation .pagination .page-link[data-jump="first"],.page-navigation ul.tx-indexedsearch-browsebox .page-link[data-jump="first"],.page-navigation .pagination ul.tx-indexedsearch-browsebox li a[data-jump="first"],ul.tx-indexedsearch-browsebox li .page-navigation .pagination a[data-jump="first"],.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a[data-jump="first"],ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a[data-jump="first"]{ background-image: url(/fileadmin/user_upload/Trainings/_icons_svg/funktionen/arrow_left_gray_tiles_start.svg); }.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item[data-jump="prev"],.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item[data-jump="prev"],.isotope-pager .pager[data-jump="prev"],.page-navigation .pagination .page-link[data-jump="prev"],.page-navigation ul.tx-indexedsearch-browsebox .page-link[data-jump="prev"],.page-navigation .pagination ul.tx-indexedsearch-browsebox li a[data-jump="prev"],ul.tx-indexedsearch-browsebox li .page-navigation .pagination a[data-jump="prev"],.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a[data-jump="prev"],ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a[data-jump="prev"],.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item.prev,.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item.prev,.isotope-pager .pager.prev,.page-navigation .pagination .page-link.prev,.page-navigation ul.tx-indexedsearch-browsebox .page-link.prev,.page-navigation .pagination ul.tx-indexedsearch-browsebox li a.prev,ul.tx-indexedsearch-browsebox li .page-navigation .pagination a.prev,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a.prev,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a.prev{ background-image: url(/fileadmin/user_upload/Trainings/_icons_svg/funktionen/arrow_left_gray_tiles.svg); }.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item[data-jump="next"],.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item[data-jump="next"],.isotope-pager .pager[data-jump="next"],.page-navigation .pagination .page-link[data-jump="next"],.page-navigation ul.tx-indexedsearch-browsebox .page-link[data-jump="next"],.page-navigation .pagination ul.tx-indexedsearch-browsebox li a[data-jump="next"],ul.tx-indexedsearch-browsebox li .page-navigation .pagination a[data-jump="next"],.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a[data-jump="next"],ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a[data-jump="next"],.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item.next,.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item.next,.isotope-pager .pager.next,.page-navigation .pagination .page-link.next,.page-navigation ul.tx-indexedsearch-browsebox .page-link.next,.page-navigation .pagination ul.tx-indexedsearch-browsebox li a.next,ul.tx-indexedsearch-browsebox li .page-navigation .pagination a.next,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a.next,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a.next{ background-image: url(/fileadmin/user_upload/Trainings/_icons_svg/funktionen/arrow_right_gray_tiles.svg); }.frame-type-wst3bootstrap_trainingtiles .pagination .nav-item[data-jump="last"],.frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item[data-jump="last"],.isotope-pager .pager[data-jump="last"],.page-navigation .pagination .page-link[data-jump="last"],.page-navigation ul.tx-indexedsearch-browsebox .page-link[data-jump="last"],.page-navigation .pagination ul.tx-indexedsearch-browsebox li a[data-jump="last"],ul.tx-indexedsearch-browsebox li .page-navigation .pagination a[data-jump="last"],.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a[data-jump="last"],ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a[data-jump="last"]{ background-image: url(/fileadmin/user_upload/Trainings/_icons_svg/funktionen/arrow_right_gray_tiles_start.svg); }.isotope-pager{ display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }.isotope-pager .pager:not(.prev):not(.next){ padding-top: .5em; }.isotope-pager .pager img{ display: none; }.isotope-pager .pager.prev{ margin-right: auto; }.isotope-pager .pager.next{ margin-left: auto; }.page-navigation .pagination,.page-navigation ul.tx-indexedsearch-browsebox{ -webkit-justify-content: space-between !important; -ms-flex-pack: justify !important; justify-content: space-between !important;  margin-top: 3rem; }.page-navigation .pagination .page-link,.page-navigation ul.tx-indexedsearch-browsebox .page-link,.page-navigation .pagination ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation .pagination a,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a{ padding-top: .5em;  border: none; }.page-navigation .pagination .page-link span.fa,.page-navigation ul.tx-indexedsearch-browsebox .page-link span.fa,.page-navigation .pagination ul.tx-indexedsearch-browsebox li a span.fa,ul.tx-indexedsearch-browsebox li .page-navigation .pagination a span.fa,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a span.fa,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox a span.fa{ display: none; }.page-navigation .pagination .page-item,.page-navigation ul.tx-indexedsearch-browsebox .page-item,.page-navigation .pagination ul.tx-indexedsearch-browsebox li,ul.tx-indexedsearch-browsebox .page-navigation .pagination li,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li,ul.tx-indexedsearch-browsebox .page-navigation ul.tx-indexedsearch-browsebox li{ background: none; }.page-navigation .pagination .page-item.previous,.page-navigation ul.tx-indexedsearch-browsebox .page-item.previous,.page-navigation .pagination ul.tx-indexedsearch-browsebox li.previous,ul.tx-indexedsearch-browsebox .page-navigation .pagination li.previous,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.previous,ul.tx-indexedsearch-browsebox .page-navigation ul.tx-indexedsearch-browsebox li.previous{ margin-right: auto; }.page-navigation .pagination .page-item.previous .page-link,.page-navigation ul.tx-indexedsearch-browsebox .page-item.previous .page-link,.page-navigation .pagination ul.tx-indexedsearch-browsebox li.previous .page-link,ul.tx-indexedsearch-browsebox .page-navigation .pagination li.previous .page-link,.page-navigation .pagination .page-item.previous ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation .pagination .page-item.previous a,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.previous .page-link,ul.tx-indexedsearch-browsebox .page-navigation ul.tx-indexedsearch-browsebox li.previous .page-link,.page-navigation ul.tx-indexedsearch-browsebox .page-item.previous ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox .page-item.previous a,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.previous ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.previous a,.page-navigation .pagination ul.tx-indexedsearch-browsebox li.previous ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation .pagination ul.tx-indexedsearch-browsebox li.previous a{ background-image: url(/fileadmin/user_upload/Trainings/_icons_svg/funktionen/arrow_left_gray_tiles.svg); }.page-navigation .pagination .page-item.next,.page-navigation ul.tx-indexedsearch-browsebox .page-item.next,.page-navigation .pagination ul.tx-indexedsearch-browsebox li.next,ul.tx-indexedsearch-browsebox .page-navigation .pagination li.next,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.next,ul.tx-indexedsearch-browsebox .page-navigation ul.tx-indexedsearch-browsebox li.next{ margin-left: auto; }.page-navigation .pagination .page-item.next .page-link,.page-navigation ul.tx-indexedsearch-browsebox .page-item.next .page-link,.page-navigation .pagination ul.tx-indexedsearch-browsebox li.next .page-link,ul.tx-indexedsearch-browsebox .page-navigation .pagination li.next .page-link,.page-navigation .pagination .page-item.next ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation .pagination .page-item.next a,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.next .page-link,ul.tx-indexedsearch-browsebox .page-navigation ul.tx-indexedsearch-browsebox li.next .page-link,.page-navigation ul.tx-indexedsearch-browsebox .page-item.next ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox .page-item.next a,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.next ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.next a,.page-navigation .pagination ul.tx-indexedsearch-browsebox li.next ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation .pagination ul.tx-indexedsearch-browsebox li.next a{ background-image: url(/fileadmin/user_upload/Trainings/_icons_svg/funktionen/arrow_right_gray_tiles.svg); }.page-navigation .pagination .page-item.active .page-link,.page-navigation ul.tx-indexedsearch-browsebox .page-item.active .page-link,.page-navigation .pagination ul.tx-indexedsearch-browsebox li.active .page-link,ul.tx-indexedsearch-browsebox .page-navigation .pagination li.active .page-link,.page-navigation .pagination .page-item.active ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation .pagination .page-item.active a,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.active .page-link,ul.tx-indexedsearch-browsebox .page-navigation ul.tx-indexedsearch-browsebox li.active .page-link,.page-navigation ul.tx-indexedsearch-browsebox .page-item.active ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox .page-item.active a,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.active ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.active a,.page-navigation .pagination ul.tx-indexedsearch-browsebox li.active ul.tx-indexedsearch-browsebox li a,ul.tx-indexedsearch-browsebox li .page-navigation .pagination ul.tx-indexedsearch-browsebox li.active a{ background: #D13627; }.datepicker.datepicker-dropdown{ width: 265px; }.datepicker.datepicker-dropdown table{ width: 100%; }.datepicker.datepicker-dropdown table td,.datepicker.datepicker-dropdown table th{ text-align: center;  vertical-align: middle;  line-height: 1;  color: #000; }.datepicker.datepicker-dropdown table td.day{ width: 37.8571428571px;  padding: .75em 0; }.datepicker.datepicker-dropdown table td.day.old,.datepicker.datepicker-dropdown table td.day.new{ color: #dfe0e2; }.datepicker.datepicker-dropdown table td.day.old{ pointer-events: none; }.datepicker.datepicker-dropdown table .month,.datepicker.datepicker-dropdown table .year{ display: inline-block;  width: 33%;  padding: 1em; }.datepicker.datepicker-dropdown table td.day:hover,.datepicker.datepicker-dropdown table .month:hover,.datepicker.datepicker-dropdown table .year:hover,.datepicker.datepicker-dropdown table td.day.active /*,
            &.focused*/,.datepicker.datepicker-dropdown table .month.active /*,
            &.focused*/,.datepicker.datepicker-dropdown table .year.active /*,
            &.focused*/{ background: #f7a600;  cursor: pointer;  font-weight: bold; }.datepicker.datepicker-dropdown table .datepicker-switch,.datepicker.datepicker-dropdown table .dow{ padding: 1em 0; }.datepicker.datepicker-dropdown .next,.datepicker.datepicker-dropdown .prev{ cursor: pointer; }div.custom-field{ position: relative;  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }div.custom-field .label,div.custom-field .values{ background: #fff;  text-align: left; }div.custom-field .label,div.custom-field .value{ display: block;  text-transform: uppercase; }div.custom-field .label:hover,div.custom-field .value:hover{ cursor: pointer; }div.custom-field .btn{ margin-right: 0; }div.custom-field .label{ position: relative;  color: #D13627;  white-space: normal;  padding-right: 30px; }div.custom-field .label::after{ position: absolute;  right: 15px;  top: 0;  bottom: 0;  display: block;  width: 1em;  content: '';  background: center center no-repeat;  background-size: contain; }div.custom-field .label[aria-expanded="false"]::after{ background-image: url(/fileadmin/user_upload/icons/custom_field/arrow_red_right.svg); }div.custom-field .label[aria-expanded="true"]::after{ background-image: url(/fileadmin/user_upload/icons/custom_field/arrow_red_down.svg); }div.custom-field .label.btn:focus,div.custom-field .label.btn.focus{ outline: 0;  -webkit-box-shadow: none; box-shadow: none; }div.custom-field .values{ border-radius: 30px;  position: absolute;  z-index: 667; }div.custom-field .values::before{ position: absolute;  top: -30px;  left: 30px;  display: block;  content: '';  border: solid 15px #fff;  border-top-color: transparent;  border-right-color: transparent;  border-left-color: transparent;  opacity: 0;  -webkit-transition: opacity .25s ease-in; transition: opacity .25s ease-in; }div.custom-field .values.show::before{ opacity: 1; }div.custom-field .values .wrapper{ margin: 15px;  overflow-y: auto;  max-height: 400px;  padding: 5px 0; }div.custom-field .values .value{ color: #234B59;  display: block;  margin-bottom: 5px; }div.custom-field .values .value:nth-last-child(1){ margin-bottom: 0; }div.custom-field .values .value.selected,div.custom-field .values .value:hover{ color: #D13627; }div.custom-field .values .value:hover{ text-decoration: underline; }div.custom-field .values .value.unavailable{ color: #dfe0e2; }div.custom-field:not(.date) .values{ max-width: 70vw;  width: 400px; }div.custom-field.open-right .values{ top: 0;  left: -webkit-calc(100% + 25px); left: calc(100% + 25px); }div.custom-field.open-right .values.show::before{ left: -25px;  top: 15px;  border-bottom-color: transparent;  border-right-color: #fff; }div.custom-field.open-right .label[aria-expanded="true"]::after{ background-image: url(/fileadmin/user_upload/icons/custom_field/arrow_red_right.svg); }form.filters{ padding: 30px 0;  margin: 0 15px 30px 15px;  background: #dfe0e2; }form.filters .custom-select{ vertical-align: text-bottom; }form.filters .date .input-group-addon{ margin-left: .25em; }form.filters .bubble{ display: inline-block;  margin-right: 15px;  cursor: pointer;  position: relative;  color: #D13627;  background-color: #fff;  border-color: #fff; }form.filters .bubble::after{ display: block;  content: '';  position: absolute;  top: -10px;  right: -10px;  width: 30px;  height: 30px;  background: center center no-repeat url(/fileadmin/user_upload/icons/custom_field/filter_red_x.svg) #fff;  background-size: .75em;  border-radius: 50%; }form.filters .bubble:hover{ text-decoration: underline;  background: #D13627;  color: #fff; }form.filters .custom-field.date .datepicker{ top: 0 !important;  left: 0 !important;  position: relative;  border: none;  background: transparent; }form.filters .custom-field.date .wrapper{ margin-top: 0;  margin-bottom: 0;  padding: 0; }form.filters div.custom-field .label,form.filters button,form.filters .bubble,form.filters .btn,form.filters .search{ border-radius: 15px;  padding: 15px 20px; }form.filters div.custom-field .label,form.filters button,form.filters .bubble{ margin-bottom: 25px; }form.filters small{ margin: 15px 0;  display: block; }form.filters div.custom-field .label{ padding-right: 30px; }form.filters div.custom-field.open-right .values.show::before{ top: auto;  bottom: 25px; }form.filters div.custom-field.open-right .values{ bottom: -15px;  top: auto; }form.filters .search,.header-searchbox .search{ background: #fdcb78;  max-width: 300px;  padding: 0 0 0 15px;  margin-bottom: 50px;  border-radius: 15px; }form.filters .search input,.header-searchbox .search input,form.filters .search .btn,.header-searchbox .search .btn,form.filters .search input:focus,.header-searchbox .search input:focus,form.filters .search .btn:focus,.header-searchbox .search .btn:focus{ background: transparent;  border: none;  -webkit-box-shadow: none; box-shadow: none;  outline: 0; }form.filters .search .btn,.header-searchbox .search .btn,form.filters .search input,.header-searchbox .search input{ margin: 0;  padding: 0; }form.filters .search .btn-search,.header-searchbox .search .btn-search{ padding: 15px;  background: center center no-repeat url(/fileadmin/user_upload/icons/search.svg) !important;  background-size: 50% !important; }form.filters .search .btn-search .fa-search,.header-searchbox .search .btn-search .fa-search{ opacity: 0; }form.filters .search .btn:hover,.header-searchbox .search .btn:hover{ text-decoration: none; }.container.has-training-tiles,.container.has-training-tiles .ce-content .container{ max-width: 1700px; }.container.has-training-tiles .frame-type-wst3bootstrap_trainingtiles .ce-content .container{ padding-left: 8.3333333333%;  padding-right: 8.3333333333%;  padding-top: 80px;  padding-bottom: 80px; }.container.has-training-tiles .frame-type-wst3bootstrap_trainingtiles .ce-content .container .pagination,.container.has-training-tiles .frame-type-wst3bootstrap_trainingtiles .ce-content .container ul.tx-indexedsearch-browsebox{ padding-bottom: 0; }.frame-type-wst3bootstrap_headersearch form.filters{ background: transparent;  padding: 0;  margin: 0; }.frame-type-wst3bootstrap_headersearch form.filters .container{ padding: 0; }.frame-type-wst3bootstrap_headersearch form.filters .wrapper{ max-height: 250px; }.frame-type-wst3bootstrap_headersearch form.filters div.custom-field.open-right .label{ margin-bottom: 0; }.frame-type-wst3bootstrap_headersearch form.filters .form-group{ margin-bottom: 15px; }.frame-type-wst3bootstrap_headersearch form.filters .form-group:nth-last-child(1){ margin-bottom: 20px; }.frame-type-wst3bootstrap_headersearch form.filters .search-wrapper{ margin-left: 0;  margin-right: 0; }.frame-type-wst3bootstrap_headersearch .header-searchbox{ max-width: 390px; }.frame-type-wst3bootstrap_headersearch .header-searchbox .header-searchbox .input-group-btn{ margin-left: 0;  margin-top: 0; }.frame-type-wst3bootstrap_headersearch .header-searchbox .input-group-btn{ margin-left: 0;  margin-top: 0; }.frame-type-wst3bootstrap_headersearch .header-searchbox .search{ margin-bottom: 20px;  max-width: 100%; }.jumbotron.big .frame-type-wst3bootstrap_headersearch p{ display: block;  padding: 0; }.frame-type-wst3bootstrap_headersearch p{ line-height: 1em; }.training-slider{ background: #fff;  padding: 40px 0; }.training-slider .owl-theme .owl-nav,.training-slider .owl-theme .owl-nav .owl-prev{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.training-slider .owl-theme .owl-nav [class*='owl-'] .fa,.training-slider .owl-theme .owl-nav [class*='owl-']:hover .fa{ background: #dfe0e2; }.training-slider .owl-theme .owl-nav [class*='owl-'] .fa.fa-angle-right:before,.training-slider .owl-theme .owl-nav [class*='owl-']:hover .fa.fa-angle-right:before{ content: "";  background: center center url(/fileadmin/user_upload/icons/training-slider/arrow_gray_right.svg); }.training-slider .owl-theme .owl-nav [class*='owl-'] .fa.fa-angle-left:before,.training-slider .owl-theme .owl-nav [class*='owl-']:hover .fa.fa-angle-left:before{ content: ""; }.training-slider .owl-theme .owl-nav [class*='owl-'] .fa.fa-angle-right,.training-slider .owl-theme .owl-nav [class*='owl-'] .fa.fa-angle-left{ background-size: contain; }.training-slider .owl-theme .owl-nav [class*='owl-'] .fa.fa-angle-right{ background: center center url(/fileadmin/user_upload/icons/training-slider/arrow_gray_right.svg); }.training-slider .owl-theme .owl-nav [class*='owl-'] .fa.fa-angle-left{ background: center center url(/fileadmin/user_upload/icons/training-slider/arrow_gray_left.svg); }.training-slider .owl-theme .owl-nav .owl-prev{ margin-right: 0;  padding-right: 0; }.training-slider .owl-theme .owl-nav .owl-prev::after{ display: block;  height: 100%;  content: " slide"; }.training-slider .owl-theme .owl-nav .owl-next{ margin-left: 0; }body > .datepicker{ display: none !important; }.training-page .description .control-label,.new-event-detail .formblock .control-label,#c2440 .control-label,form[id^="event-Anmeldung"] .control-label,form[id^="eventAnmeldung"] .control-label,form[id^="anmeldung"] .control-label,#c13309 .control-label,.layout-kontakt form[id^="event-AnmeldungIWreduziert"] .control-label{ display: none; }.training-page .description .form-control,.new-event-detail .formblock .form-control,#c2440 .form-control,form[id^="event-Anmeldung"] .form-control,form[id^="eventAnmeldung"] .form-control,form[id^="anmeldung"] .form-control,#c13309 .form-control,.layout-kontakt form[id^="event-AnmeldungIWreduziert"] .form-control{ height: auto;  padding: 15px 20px;  border-radius: 15px;  line-height: 1em; }.training-page .description .form-control,.new-event-detail .formblock .form-control,#c2440 .form-control,form[id^="event-Anmeldung"] .form-control,form[id^="eventAnmeldung"] .form-control,form[id^="anmeldung"] .form-control,#c13309 .form-control,.layout-kontakt form[id^="event-AnmeldungIWreduziert"] .form-control,.training-page .description .form-control::placeholder,.new-event-detail .formblock .form-control::placeholder,#c2440 .form-control::placeholder,form[id^="event-Anmeldung"] .form-control::placeholder,form[id^="eventAnmeldung"] .form-control::placeholder,form[id^="anmeldung"] .form-control::placeholder,#c13309 .form-control::placeholder,.layout-kontakt form[id^="event-AnmeldungIWreduziert"] .form-control::placeholder{ color: #a0a9b1; }.training-page .description label > p,.new-event-detail .formblock label > p,#c2440 label > p,form[id^="event-Anmeldung"] label > p,form[id^="eventAnmeldung"] label > p,form[id^="anmeldung"] label > p,#c13309 label > p,.layout-kontakt form[id^="event-AnmeldungIWreduziert"] label > p{ margin-bottom: 0; }.teaser-tile .header h1,.teaser-tile .header .h1,.training-page .header h1,.training-page .header .h1,.training-page .description h2,.training-page .description .h2,body[class*="layout-TrainingList"] section.hero h1{ text-transform: none; }#c13309 .form-control,.layout-kontakt form[id^="event-AnmeldungIWreduziert"] .form-control{ background: #dfe0e2; }.special-button-offset-right .btn.mr-6{ margin-right: 16rem !important; }.frame-type-wst3bootstrap_container.pull-up{ margin-top: -77px; }.layout-TrainingDetails:not(.list-event) form select.formatfld{ display: none; }.layout-TrainingDetails form[id^="event-Anmeldung"] label[for*="dsgvocheckbox"] p::after,.layout-news.news-new form[id^="event-Anmeldung"] label[for*="dsgvocheckbox"] p::after,.layout-TrainingDetails form[id^="eventAnmeldung"] label[for*="dsgvocheckbox"] p::after,.layout-news.news-new form[id^="eventAnmeldung"] label[for*="dsgvocheckbox"] p::after,.layout-TrainingDetails form[id^="event-AnmeldungIWreduziert"] label[for*="dsgvocheckbox"] p::after,.layout-news.news-new form[id^="event-AnmeldungIWreduziert"] label[for*="dsgvocheckbox"] p::after,.layout-TrainingDetails form[id^="anmeldung"] label[for*="dsgvocheckbox"] p::after,.layout-news.news-new form[id^="anmeldung"] label[for*="dsgvocheckbox"] p::after{ display: inline;  content: '*'; }.layout-TrainingDetails form[id^="event-Anmeldung"] label[for*="dsgvocheckbox"] .required,.layout-news.news-new form[id^="event-Anmeldung"] label[for*="dsgvocheckbox"] .required,.layout-TrainingDetails form[id^="eventAnmeldung"] label[for*="dsgvocheckbox"] .required,.layout-news.news-new form[id^="eventAnmeldung"] label[for*="dsgvocheckbox"] .required,.layout-TrainingDetails form[id^="event-AnmeldungIWreduziert"] label[for*="dsgvocheckbox"] .required,.layout-news.news-new form[id^="event-AnmeldungIWreduziert"] label[for*="dsgvocheckbox"] .required,.layout-TrainingDetails form[id^="anmeldung"] label[for*="dsgvocheckbox"] .required,.layout-news.news-new form[id^="anmeldung"] label[for*="dsgvocheckbox"] .required{ display: none; }.news-single .eventdetail form[id^="event-Anmeldung"] input[id$="text-7"],.news-single .eventdetail form[id^="eventAnmeldung-"] input[id$="text-7"]{ display: none; }body.layout-TrainingDetails .hero .sidebar.bg-white,body.layout-TrainingDetails .hero .form-control,body.layout-TrainingDetails .hero .sidebar .bg-white{ background: transparent !important; }body.layout-TrainingDetails .hero .form-control,body.layout-TrainingDetails .hero .form-control::placeholder{ color: #234B59 !important; }body.layout-TrainingDetails .hero .description form,body.layout-TrainingDetails .hero .sidebar.bg-white{ background: #fbfbfb2e !important; }body.layout-TrainingDetails .points{ background: #fdcb78;  font-weight: bold;  border-radius: 5px;  min-width: 60px;  text-align: center; }body.news-new .new-event-detail .bg-white,body.news-new .new-event-detail .form-control{ background: transparent !important; }body.news-new .new-event-detail .c-secondary-lighten-1,body.news-new .new-event-detail .card-body p,body.news-new .new-event-detail .form-control,body.news-new .new-event-detail .form-control::placeholder{ color: #fff !important; }body.news-new .new-event-detail .card-body.bg-white,body.news-new .new-event-detail .form-control,body.news-new .new-event-detail form{ border: solid 2px #fff; }body.news-new .new-event-detail .form-control:focus,body.news-new .new-event-detail .form-control:focus::placeholder{ color: #234B59 !important;  background: #fff !important; }body.news-new .new-event-detail form,body.news-new .new-event-detail .event-shortdetails > .card{ background: rgba(255,255,255,.07); }body.news-new .new-event-detail form h2{ color: #fff;  font-weight: bold;  font-family: "Roboto Condensed",arial,sans-serif; }body.news-new .new-event-detail .event-shortdetails hr{ border-color: #fff; }body.layout-TrainingDetails .sidebar.bg-white,body.news-new .sidebar.bg-white,body.layout-TrainingDetails .form-control,body.news-new .form-control,body.layout-TrainingDetails .description form,body.news-new .description form{ border: 2px solid #fff; }body.layout-TrainingDetails .description-wrapper .actions,body.news-new .description-wrapper .actions,body.layout-TrainingDetails .formblock .actions,body.news-new .formblock .actions{ margin-top: 1rem; }body.layout-TrainingDetails .description-wrapper form,body.news-new .description-wrapper form,body.layout-TrainingDetails .formblock form,body.news-new .formblock form{ padding: 3rem; }body.layout-TrainingDetails .description-wrapper form .form-control.error:not(.event-datetime),body.news-new .description-wrapper form .form-control.error:not(.event-datetime),body.layout-TrainingDetails .formblock form .form-control.error:not(.event-datetime),body.news-new .formblock form .form-control.error:not(.event-datetime){ border-color: #D13627; }body.layout-TrainingDetails .description-wrapper form .checkbox.has-error,body.news-new .description-wrapper form .checkbox.has-error,body.layout-TrainingDetails .formblock form .checkbox.has-error,body.news-new .formblock form .checkbox.has-error{ border: solid 2px #D13627;  padding: 15px 20px;  border-radius: 15px; }body.layout-TrainingDetails .description-wrapper form .error.help-block,body.news-new .description-wrapper form .error.help-block,body.layout-TrainingDetails .formblock form .error.help-block,body.news-new .formblock form .error.help-block{ display: none; }body.layout-TrainingDetails .description-wrapper form h2,body.news-new .description-wrapper form h2,body.layout-TrainingDetails .formblock form h2,body.news-new .formblock form h2{ margin-bottom: 1.5rem; }body.layout-TrainingDetails .progressbar,body.news-new .progressbar{ margin-top: 3rem;  border: solid 2px #fff;  position: relative;  height: 40px; }body.layout-TrainingDetails .progressbar .bar,body.news-new .progressbar .bar{ background-color: #A0A9B1;  height: 100%;  -webkit-transition: width .5s ease-in-out; transition: width .5s ease-in-out; }body.layout-TrainingDetails .progressbar .value,body.news-new .progressbar .value{ vertical-align: middle;  text-align: center;  position: absolute;  left: 0;  top: 0;  bottom: 0;  right: 0;  color: #fff;  text-shadow: 1px 1px 3px black;  font-size: 25px;  line-height: 37.5px; }body.layout-TrainingDetails .tooltip .tooltip-inner,body.news-new .tooltip .tooltip-inner{ background: #A0A9B1;  color: #fff; }body.layout-TrainingDetails .tooltip.show,body.news-new .tooltip.show{ opacity: 1; }body.layout-TrainingDetails .tooltip.bs-tooltip-top .arrow::before,body.layout-TrainingDetails .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,body.news-new .tooltip.bs-tooltip-top .arrow::before,body.news-new .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before{ border-top-color: #A0A9B1; }form[id^="event-Anmeldung"] .form-group.newsletter,form[id^="eventAnmeldung"] .form-group.newsletter,form[id^="event-AnmeldungIWreduziert"] .form-group.newsletter,form[id^="anmeldung"] .form-group.newsletter{ font-weight: 300;  font-family: 'Nunito Sans',sans-serif; }form[id^="event-Anmeldung"] .form-group.newsletter .form-check,form[id^="event-Anmeldung"] .form-group.newsletter .form-group .radio,.form-group form[id^="event-Anmeldung"] .form-group.newsletter .radio,form[id^="eventAnmeldung"] .form-group.newsletter .form-check,form[id^="eventAnmeldung"] .form-group.newsletter .form-group .radio,.form-group form[id^="eventAnmeldung"] .form-group.newsletter .radio,form[id^="event-AnmeldungIWreduziert"] .form-group.newsletter .form-check,form[id^="event-AnmeldungIWreduziert"] .form-group.newsletter .form-group .radio,.form-group form[id^="event-AnmeldungIWreduziert"] .form-group.newsletter .radio,form[id^="anmeldung"] .form-group.newsletter .form-check,form[id^="anmeldung"] .form-group.newsletter .form-group .radio,.form-group form[id^="anmeldung"] .form-group.newsletter .radio{ padding-left: 0; }form[id^="event-Anmeldung"] .cr_body,form[id^="eventAnmeldung"] .cr_body,form[id^="event-AnmeldungIWreduziert"] .cr_body,form[id^="anmeldung"] .cr_body{ display: none; }.frame-type-wst3bootstrap_medianuggetlist > .ce-content > .container{ z-index: 0; }.frame-type-wst3bootstrap_medianuggetlist .teaser-tile-wrapper{ margin-bottom: 30px; }.frame-type-wst3bootstrap_medianuggetlist .teaser-tile-wrapper .modal-link{ cursor: pointer; }.frame-type-wst3bootstrap_medianuggetlist .teaser-tile-wrapper .body{ margin-top: .5em;  margin-bottom: 0; }.frame-type-wst3bootstrap_medianuggetlist .teaser-tile{ background: #fff; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper{ position: relative;  border-bottom: solid 1rem #fff; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .header{ position: absolute;  bottom: 10%;  left: 0;  right: 0; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .header h1 > span,.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .header .h1 > span{ background: #234B59;  color: #fff;  padding: .1em .25em;  display: inline-block;  margin-top: 5px; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .body{ margin-top: 0; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .ctype{ display: inline-block;  background: #758490;  padding: .25em;  position: absolute;  left: 0;  color: #fff;  text-transform: uppercase; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .tags{ line-height: 1rem;  margin-bottom: 1rem; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .tags .tag{ color: #D13627;  cursor: pointer; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .tags .tag.active{ text-decoration: underline; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2.video .img-wrapper{ border-color: #234B59; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2.video .header h1 > span,.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2.video .header .h1 > span{ background-color: #234B59; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2.wbt .img-wrapper{ border-color: #F7A600; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2.wbt .header h1 > span,.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2.wbt .header .h1 > span{ background-color: #F7A600; }.nugget-modal .modal-header{ border-bottom: none; }.nugget-modal .modal-footer{ border-top: none; }.nugget-modal .modal-body p{ margin-top: 1em; }.nugget-modal #socialshare{ position: relative;  margin: 0;  right: 0; }.nugget-modal #socialshare .dropdown-menu{ -webkit-transform: translate3d(-330px,-8px,0) !important; -ms-transform: translate3d(-330px,-8px,0) !important; transform: translate3d(-330px,-8px,0) !important;  width: 330px; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .ctype{ font-size: 1rem;  line-height: 1rem;  bottom: -2.5em; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper{ margin-bottom: 2rem; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper h1 > span,.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper .h1 > span{ font-size: 2rem; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .tags .tag{ font-size: 1rem; }@media (max-width:1440px){.training-main .jumbotron h1,.training-staging.layout-home .jumbotron h1,.training-main .jumbotron .h1,.training-staging.layout-home .jumbotron .h1{ font-size: 63px; }.training-main p,.training-staging.layout-home p,.training-main h3.h4.c-primary,.training-staging.layout-home h3.h4.c-primary{ font-size: 27px; }.training-main .accordion .card-header a,.training-staging.layout-home .accordion .card-header a{ font-size: 22.5px; }.layout-TrainingDetails .jumbotron p,body[class*="layout-TrainingList"] .jumbotron p,.layout-TrainingDetails .jumbotron .description,body[class*="layout-TrainingList"] .jumbotron .description{ font-size: 22.5px; }body[class*="layout-TrainingList"] h1.h1{ font-size: 63px; }body[class*="layout-TrainingList"] .ce-header h2:not(.h3):not(.h5){ font-size: 36px; }body[class*="layout-TrainingList"] .ce-content > h3{ font-size: 27px; }body[class*="layout-TrainingList"] .hero .ce-header h2.h5{ font-size: 16.2px; }body[class*="layout-TrainingList"] h2.h3{ font-size: 31.5px; }body[class*="layout-TrainingList"] #content .h2.c-tertiary,body[class*="layout-TrainingList"] #content h2.h4.c-secondary{ font-size: 45px; }.layout-TrainingDetails .sidebar h4,.layout-TrainingDetails .sidebar .h4{ font-size: 22.5px; }.training-staging.layout-home p,.training-staging.layout-home li{ font-size: 25px; }.training-staging.layout-home h2.h3.c-primary{ font-size: 45px; }.training-staging.layout-home .news .event-slider span.h5{ font-size: 16.2px; }.training-staging.layout-home .news .event-slider span.h3{ font-size: 36px; }.training-staging.layout-home .news .card-body p{ font-size: 19.8px; }.training-staging.layout-home .owl-carousel h2{ font-size: 16.2px; }.training-staging.layout-home .owl-carousel h3{ font-size: 27px; }.training-staging.layout-home .owl-carousel p{ font-size: 18px; }.training-page .header h1,.training-page .header .h1{ font-size: 63px; }.training-page .description h2,.training-page .description .h2{ font-size: 45px; }.training-page .subheader h2,.training-page .subheader .h2{ font-size: 36px; }.training-page .description p{ font-size: 27px; }.training-page .form-check p,.training-page .form-group .radio p,.form-group .training-page .radio p,.training-page form > div.clearfix > p,.training-page .form-control{ font-size: 16.2px; }.training-page .sidebar .short-infos h3,.training-page .sidebar .large{ font-size: 27px; }.training-page .sidebar .trainings strong,.training-page .sidebar .trainings .headline,.training-page .sidebar .short-infos p,.training-page .sidebar h2,.training-page .sidebar .h2{ font-size: 22.5px; }.training-page .sidebar p{ font-size: 16.2px; }.training-page .sidebar .ce-uploads .ce-uploads-description{ font-size: 14.4px; }.training-page .sidebar .trainings small{ font-size: 10.8px; }.training-page .sidebar .cert-points .frame p,.training-page .sidebar .training-id p,.training-page .sidebar .units p,.training-page .sidebar p.points{ font-size: 18px; }.training-page .sidebar .short-infos .smaller,.training-page .sidebar .short-infos .smaller p{ font-size: 16.2px; }.training-page .h4,.training-main .h4,#page_1669 .h4,#page_1316 .h4,.training-staging.layout-home .h4{ font-size: 45px; }.category-badge.large .text{ font-size: 27px; }.category-badge.small .text,.category-badge.medium .text{ font-size: 16.2px; }div.custom-field .label{ font-size: 16.2px; }div.custom-field .value,div.custom-field label{ font-size: 19.8px; }div.custom-field .label,div.custom-field .value{ line-height: 1em; }form.filters small,form.filters .search input,.header-searchbox .search input{ font-size: 16.2px; }.frame-type-wst3bootstrap_headersearch p small{ font-size: 18px; }.category-badge.small .text,.category-badge.medium .text,.category-badge.large .text{ line-height: 1em; }#wsslider-199recommendedtrainings h5,#wsslider-199recommendedtrainings .h5{ font-size: 22.5px; }#wsslider-199recommendedtrainings .h1,#wsslider-199recommendedtrainings .h4{ font-size: 45px; }#wsslider-199recommendedtrainings .card .card-body .category-badge .text{ font-size: 16.2px; }.owl-project-slider .card-body .h5{ font-size: 27px; }.owl-project-slider .card-body .h1{ font-size: 40.5px; }.news #wsslider-199news .card-body p{ font-size: 16.2px; }.news #wsslider-199news h3,.news #wsslider-199news .h3{ font-size: 31.5px; }.navbar.pagination .nav-item a,ul.navbar.tx-indexedsearch-browsebox .nav-item a,.isotope-pager a{ font-size: 18px; }.training-page .description p,.training-page .description li{ font-size: 22.5px; }.layout-news.news-new .news h1{ font-size: 63px; }.layout-news.news-new .news .article .teaser-text p{ font-size: 27px; }.layout-news.news-new .news .article p,.layout-news.news-new .news .article li{ font-size: 22.5px; }.layout-news.news-new .news .article .footer p{ font-size: 19.8px; }.layout-news.news-new .news-latest-item .card-body > p{ font-size: 14.4px; }.layout-news.news-new .news-latest-item .card-text > p{ font-size: 16.2px; }.layout-news.news-new .news-latest-item h4{ font-size: 27px; }.layout-news.news-new .news-latest-item .btn{ font-size: 16.2px; }.layout-news.news-new .new-event-detail .event-shortdetails p:not(.small),.layout-news.news-new .new-event-detail .event-shortdetails li{ font-size: 16.2px; }.layout-news.news-new .new-event-detail .event-shortdetails .event-header{ font-size: 27px; }.layout-news.news-new .new-event-detail .event-shortdetails .dateinfo,.layout-news.news-new .new-event-detail .event-shortdetails .details,.layout-news.news-new .new-event-detail .event-shortdetails .h5{ font-size: 22.5px; }.layout-news.news-new .new-event-detail .event-shortdetails .statusbar p.small{ font-size: 10.8px; }.layout-news.news-new .new-event-detail .event-shortdetails .calendar-widget > a{ font-size: 14.4px; }.training-page .description p,#c2440 p,form[id^="event-Anmeldung"] p,form[id^="eventAnmeldung"] p,form[id^="anmeldung"] p,#c13309 p,form[id^="event-AnmeldungIWreduziert"] p{ font-size: 22.5px; }.training-page .description form p,#c2440 form p,form[id^="event-Anmeldung"] form p,form[id^="eventAnmeldung"] form p,form[id^="anmeldung"] form p,#c13309 form p,form[id^="event-AnmeldungIWreduziert"] form p,.training-page .description form > div.clearfix > p,#c2440 form > div.clearfix > p,form[id^="event-Anmeldung"] form > div.clearfix > p,form[id^="eventAnmeldung"] form > div.clearfix > p,form[id^="anmeldung"] form > div.clearfix > p,#c13309 form > div.clearfix > p,form[id^="event-AnmeldungIWreduziert"] form > div.clearfix > p{ font-size: 16.2px; }form .form-group.newsletter span{ font-size: 16.2px; }form[id^="event-AnmeldungIW"] p,form[id^="anmeldung"] p,form[id^="event-AnmeldungIW"] div.clearfix > p,form[id^="anmeldung"] div.clearfix > p{ font-size: 16.2px !important; }.teaser-tile .header h1,.teaser-tile .header .h1,.teaser-tile .header h2.h1{ font-size: 31.5px;  line-height: 1.1em; }.teaser-tile .subheader h2,.teaser-tile .subheader .h2{ font-size: 22.5px !important; }.teaser-tile .teaser p,.teaser-tile .date-type{ font-size: 16.2px; }.teaser-tile .availability{ font-size: 10.8px; }#footer p{ font-size: 16.2px; }body.layout-TrainingDetails .hero .description form .error-hint,body.news-new .formblock form .error-hint{ font-size: 10.8px; }body.layout-TrainingDetails .hero .description form h2,body.news-new .formblock form h2{ font-size: 22.5px; }.nugget-modal .modal-title{ font-size: 22.5px; }.nugget-modal .modal-body p{ font-size: 16.2px; }body[class*="layout-TrainingList"] .badge-container,.layout-TrainingDetails .badge-container{ margin-top: 55px; }}@media (max-height:1280px){.header-searchbox [data-name="category"] .open-right .values{ margin-bottom: -110px; }.header-searchbox [data-name="category"] .open-right .values::before{ margin-bottom: 110px; }}@media (max-width:1280px){.training-main .jumbotron h1,.training-staging.layout-home .jumbotron h1,.training-main .jumbotron .h1,.training-staging.layout-home .jumbotron .h1{ font-size: 56px; }.training-main p,.training-staging.layout-home p,.training-main h3.h4.c-primary,.training-staging.layout-home h3.h4.c-primary{ font-size: 24px; }.training-main .accordion .card-header a,.training-staging.layout-home .accordion .card-header a{ font-size: 20px; }.layout-TrainingDetails .jumbotron p,body[class*="layout-TrainingList"] .jumbotron p,.layout-TrainingDetails .jumbotron .description,body[class*="layout-TrainingList"] .jumbotron .description{ font-size: 20px; }body[class*="layout-TrainingList"] h1.h1{ font-size: 56px; }body[class*="layout-TrainingList"] .ce-header h2:not(.h3):not(.h5){ font-size: 32px; }body[class*="layout-TrainingList"] .ce-content > h3{ font-size: 24px; }body[class*="layout-TrainingList"] .hero .ce-header h2.h5{ font-size: 14px; }body[class*="layout-TrainingList"] h2.h3{ font-size: 28px; }body[class*="layout-TrainingList"] #content .h2.c-tertiary,body[class*="layout-TrainingList"] #content h2.h4.c-secondary{ font-size: 40px; }.layout-TrainingDetails .sidebar h4,.layout-TrainingDetails .sidebar .h4{ font-size: 20px; }.training-staging.layout-home p,.training-staging.layout-home li{ font-size: 25px; }.training-staging.layout-home h2.h3.c-primary{ font-size: 40px; }.training-staging.layout-home .news .event-slider span.h5{ font-size: 14px; }.training-staging.layout-home .news .event-slider span.h3{ font-size: 32px; }.training-staging.layout-home .news .card-body p{ font-size: 17.6px; }.training-staging.layout-home .owl-carousel h2{ font-size: 14px; }.training-staging.layout-home .owl-carousel h3{ font-size: 24px; }.training-staging.layout-home .owl-carousel p{ font-size: 16px; }.training-page .header h1,.training-page .header .h1{ font-size: 56px; }.training-page .description h2,.training-page .description .h2{ font-size: 40px; }.training-page .subheader h2,.training-page .subheader .h2{ font-size: 32px; }.training-page .description p{ font-size: 24px; }.training-page .form-check p,.training-page .form-group .radio p,.form-group .training-page .radio p,.training-page form > div.clearfix > p,.training-page .form-control{ font-size: 14px; }.training-page .sidebar .short-infos h3,.training-page .sidebar .large{ font-size: 24px; }.training-page .sidebar .trainings strong,.training-page .sidebar .trainings .headline,.training-page .sidebar .short-infos p,.training-page .sidebar h2,.training-page .sidebar .h2{ font-size: 20px; }.training-page .sidebar p{ font-size: 14px; }.training-page .sidebar .ce-uploads .ce-uploads-description{ font-size: 12px; }.training-page .sidebar .trainings small{ font-size: 10px; }.training-page .sidebar .cert-points .frame p,.training-page .sidebar .training-id p,.training-page .sidebar .units p,.training-page .sidebar p.points{ font-size: 16px; }.training-page .sidebar .short-infos .smaller,.training-page .sidebar .short-infos .smaller p{ font-size: 14px; }.training-page .h4,.training-main .h4,#page_1669 .h4,#page_1316 .h4,.training-staging.layout-home .h4{ font-size: 40px; }.category-badge.large .text{ font-size: 24px; }.category-badge.small .text,.category-badge.medium .text{ font-size: 14px; }div.custom-field .label{ font-size: 14px; }div.custom-field .value,div.custom-field label{ font-size: 17.6px; }div.custom-field .label,div.custom-field .value{ line-height: 1em; }form.filters small,form.filters .search input,.header-searchbox .search input{ font-size: 14px; }.frame-type-wst3bootstrap_headersearch p small{ font-size: 16px; }.category-badge.small .text,.category-badge.medium .text,.category-badge.large .text{ line-height: 1em; }#wsslider-199recommendedtrainings h5,#wsslider-199recommendedtrainings .h5{ font-size: 20px; }#wsslider-199recommendedtrainings .h1,#wsslider-199recommendedtrainings .h4{ font-size: 40px; }#wsslider-199recommendedtrainings .card .card-body .category-badge .text{ font-size: 14px; }.owl-project-slider .card-body .h5{ font-size: 24px; }.owl-project-slider .card-body .h1{ font-size: 36px; }.news #wsslider-199news .card-body p{ font-size: 14px; }.news #wsslider-199news h3,.news #wsslider-199news .h3{ font-size: 28px; }.navbar.pagination .nav-item a,ul.navbar.tx-indexedsearch-browsebox .nav-item a,.isotope-pager a{ font-size: 16px; }.training-page .description p,.training-page .description li{ font-size: 20px; }.layout-news.news-new .news h1{ font-size: 56px; }.layout-news.news-new .news .article .teaser-text p{ font-size: 24px; }.layout-news.news-new .news .article p,.layout-news.news-new .news .article li{ font-size: 20px; }.layout-news.news-new .news .article .footer p{ font-size: 17.6px; }.layout-news.news-new .news-latest-item .card-body > p{ font-size: 12px; }.layout-news.news-new .news-latest-item .card-text > p{ font-size: 14px; }.layout-news.news-new .news-latest-item h4{ font-size: 24px; }.layout-news.news-new .news-latest-item .btn{ font-size: 14px; }.layout-news.news-new .new-event-detail .event-shortdetails p:not(.small),.layout-news.news-new .new-event-detail .event-shortdetails li{ font-size: 14px; }.layout-news.news-new .new-event-detail .event-shortdetails .event-header{ font-size: 24px; }.layout-news.news-new .new-event-detail .event-shortdetails .dateinfo,.layout-news.news-new .new-event-detail .event-shortdetails .details,.layout-news.news-new .new-event-detail .event-shortdetails .h5{ font-size: 20px; }.layout-news.news-new .new-event-detail .event-shortdetails .statusbar p.small{ font-size: 10px; }.layout-news.news-new .new-event-detail .event-shortdetails .calendar-widget > a{ font-size: 12px; }.training-page .description p,#c2440 p,form[id^="event-Anmeldung"] p,form[id^="eventAnmeldung"] p,form[id^="anmeldung"] p,#c13309 p,form[id^="event-AnmeldungIWreduziert"] p{ font-size: 20px; }.training-page .description form p,#c2440 form p,form[id^="event-Anmeldung"] form p,form[id^="eventAnmeldung"] form p,form[id^="anmeldung"] form p,#c13309 form p,form[id^="event-AnmeldungIWreduziert"] form p,.training-page .description form > div.clearfix > p,#c2440 form > div.clearfix > p,form[id^="event-Anmeldung"] form > div.clearfix > p,form[id^="eventAnmeldung"] form > div.clearfix > p,form[id^="anmeldung"] form > div.clearfix > p,#c13309 form > div.clearfix > p,form[id^="event-AnmeldungIWreduziert"] form > div.clearfix > p{ font-size: 14px; }form .form-group.newsletter span{ font-size: 14px; }form[id^="event-AnmeldungIW"] p,form[id^="anmeldung"] p,form[id^="event-AnmeldungIW"] div.clearfix > p,form[id^="anmeldung"] div.clearfix > p{ font-size: 14px !important; }.teaser-tile .header h1,.teaser-tile .header .h1,.teaser-tile .header h2.h1{ font-size: 28px;  line-height: 1.1em; }.teaser-tile .subheader h2,.teaser-tile .subheader .h2{ font-size: 20px !important; }.teaser-tile .teaser p,.teaser-tile .date-type{ font-size: 14px; }.teaser-tile .availability{ font-size: 10px; }#footer p{ font-size: 14px; }body.layout-TrainingDetails .hero .description form .error-hint,body.news-new .formblock form .error-hint{ font-size: 10px; }body.layout-TrainingDetails .hero .description form h2,body.news-new .formblock form h2{ font-size: 20px; }.nugget-modal .modal-title{ font-size: 20px; }.nugget-modal .modal-body p{ font-size: 14px; }body[class*="layout-TrainingList"] .bg-secondary-lighten-2{ height: auto; }body[class*="layout-TrainingList"] .badge-container,.layout-TrainingDetails .badge-container{ margin-top: 45px; }}@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape){.jumbotron.big{ height: auto;  min-height: 50vh; }.jumbotron.big > div:nth-child(1){ padding-top: 3rem;  padding-bottom: 3rem; }.special-button-offset-right .btn.mr-6{ margin-right: 8rem !important; }}@media (max-width:1024px){.training-main .jumbotron h1,.training-staging.layout-home .jumbotron h1,.training-main .jumbotron .h1,.training-staging.layout-home .jumbotron .h1{ font-size: 52.5px; }.training-main p,.training-staging.layout-home p,.training-main h3.h4.c-primary,.training-staging.layout-home h3.h4.c-primary{ font-size: 22.5px; }.training-main .accordion .card-header a,.training-staging.layout-home .accordion .card-header a{ font-size: 18.75px; }.layout-TrainingDetails .jumbotron p,body[class*="layout-TrainingList"] .jumbotron p,.layout-TrainingDetails .jumbotron .description,body[class*="layout-TrainingList"] .jumbotron .description{ font-size: 18.75px; }body[class*="layout-TrainingList"] h1.h1{ font-size: 52.5px; }body[class*="layout-TrainingList"] .ce-header h2:not(.h3):not(.h5){ font-size: 30px; }body[class*="layout-TrainingList"] .ce-content > h3{ font-size: 22.5px; }body[class*="layout-TrainingList"] .hero .ce-header h2.h5{ font-size: 16px; }body[class*="layout-TrainingList"] h2.h3{ font-size: 26.25px; }body[class*="layout-TrainingList"] #content .h2.c-tertiary,body[class*="layout-TrainingList"] #content h2.h4.c-secondary{ font-size: 37.5px; }.layout-TrainingDetails .sidebar h4,.layout-TrainingDetails .sidebar .h4{ font-size: 18.75px; }.training-staging.layout-home p,.training-staging.layout-home li{ font-size: 25px; }.training-staging.layout-home h2.h3.c-primary{ font-size: 37.5px; }.training-staging.layout-home .news .event-slider span.h5{ font-size: 16px; }.training-staging.layout-home .news .event-slider span.h3{ font-size: 30px; }.training-staging.layout-home .news .card-body p{ font-size: 16.5px; }.training-staging.layout-home .owl-carousel h2{ font-size: 16px; }.training-staging.layout-home .owl-carousel h3{ font-size: 22.5px; }.training-staging.layout-home .owl-carousel p{ font-size: 15px; }.training-page .header h1,.training-page .header .h1{ font-size: 52.5px; }.training-page .description h2,.training-page .description .h2{ font-size: 37.5px; }.training-page .subheader h2,.training-page .subheader .h2{ font-size: 30px; }.training-page .description p{ font-size: 22.5px; }.training-page .form-check p,.training-page .form-group .radio p,.form-group .training-page .radio p,.training-page form > div.clearfix > p,.training-page .form-control{ font-size: 16px; }.training-page .sidebar .short-infos h3,.training-page .sidebar .large{ font-size: 22.5px; }.training-page .sidebar .trainings strong,.training-page .sidebar .trainings .headline,.training-page .sidebar .short-infos p,.training-page .sidebar h2,.training-page .sidebar .h2{ font-size: 18.75px; }.training-page .sidebar p{ font-size: 16px; }.training-page .sidebar .ce-uploads .ce-uploads-description{ font-size: 14px; }.training-page .sidebar .trainings small{ font-size: 12px; }.training-page .sidebar .cert-points .frame p,.training-page .sidebar .training-id p,.training-page .sidebar .units p,.training-page .sidebar p.points{ font-size: 15px; }.training-page .sidebar .short-infos .smaller,.training-page .sidebar .short-infos .smaller p{ font-size: 16px; }.training-page .h4,.training-main .h4,#page_1669 .h4,#page_1316 .h4,.training-staging.layout-home .h4{ font-size: 37.5px; }.category-badge.large .text{ font-size: 22.5px; }.category-badge.small .text,.category-badge.medium .text{ font-size: 16px; }div.custom-field .label{ font-size: 16px; }div.custom-field .value,div.custom-field label{ font-size: 16.5px; }div.custom-field .label,div.custom-field .value{ line-height: 1em; }form.filters small,form.filters .search input,.header-searchbox .search input{ font-size: 16px; }.frame-type-wst3bootstrap_headersearch p small{ font-size: 15px; }.category-badge.small .text,.category-badge.medium .text,.category-badge.large .text{ line-height: 1em; }#wsslider-199recommendedtrainings h5,#wsslider-199recommendedtrainings .h5{ font-size: 18.75px; }#wsslider-199recommendedtrainings .h1,#wsslider-199recommendedtrainings .h4{ font-size: 37.5px; }#wsslider-199recommendedtrainings .card .card-body .category-badge .text{ font-size: 16px; }.owl-project-slider .card-body .h5{ font-size: 22.5px; }.owl-project-slider .card-body .h1{ font-size: 33.75px; }.news #wsslider-199news .card-body p{ font-size: 16px; }.news #wsslider-199news h3,.news #wsslider-199news .h3{ font-size: 26.25px; }.navbar.pagination .nav-item a,ul.navbar.tx-indexedsearch-browsebox .nav-item a,.isotope-pager a{ font-size: 15px; }.training-page .description p,.training-page .description li{ font-size: 18.75px; }.layout-news.news-new .news h1{ font-size: 52.5px; }.layout-news.news-new .news .article .teaser-text p{ font-size: 22.5px; }.layout-news.news-new .news .article p,.layout-news.news-new .news .article li{ font-size: 18.75px; }.layout-news.news-new .news .article .footer p{ font-size: 16.5px; }.layout-news.news-new .news-latest-item .card-body > p{ font-size: 14px; }.layout-news.news-new .news-latest-item .card-text > p{ font-size: 16px; }.layout-news.news-new .news-latest-item h4{ font-size: 22.5px; }.layout-news.news-new .news-latest-item .btn{ font-size: 16px; }.layout-news.news-new .new-event-detail .event-shortdetails p:not(.small),.layout-news.news-new .new-event-detail .event-shortdetails li{ font-size: 16px; }.layout-news.news-new .new-event-detail .event-shortdetails .event-header{ font-size: 22.5px; }.layout-news.news-new .new-event-detail .event-shortdetails .dateinfo,.layout-news.news-new .new-event-detail .event-shortdetails .details,.layout-news.news-new .new-event-detail .event-shortdetails .h5{ font-size: 18.75px; }.layout-news.news-new .new-event-detail .event-shortdetails .statusbar p.small{ font-size: 12px; }.layout-news.news-new .new-event-detail .event-shortdetails .calendar-widget > a{ font-size: 14px; }.training-page .description p,#c2440 p,form[id^="event-Anmeldung"] p,form[id^="eventAnmeldung"] p,form[id^="anmeldung"] p,#c13309 p,form[id^="event-AnmeldungIWreduziert"] p{ font-size: 18.75px; }.training-page .description form p,#c2440 form p,form[id^="event-Anmeldung"] form p,form[id^="eventAnmeldung"] form p,form[id^="anmeldung"] form p,#c13309 form p,form[id^="event-AnmeldungIWreduziert"] form p,.training-page .description form > div.clearfix > p,#c2440 form > div.clearfix > p,form[id^="event-Anmeldung"] form > div.clearfix > p,form[id^="eventAnmeldung"] form > div.clearfix > p,form[id^="anmeldung"] form > div.clearfix > p,#c13309 form > div.clearfix > p,form[id^="event-AnmeldungIWreduziert"] form > div.clearfix > p{ font-size: 16px; }form .form-group.newsletter span{ font-size: 16px; }form[id^="event-AnmeldungIW"] p,form[id^="anmeldung"] p,form[id^="event-AnmeldungIW"] div.clearfix > p,form[id^="anmeldung"] div.clearfix > p{ font-size: 16px !important; }.teaser-tile .header h1,.teaser-tile .header .h1,.teaser-tile .header h2.h1{ font-size: 26.25px;  line-height: 1.1em; }.teaser-tile .subheader h2,.teaser-tile .subheader .h2{ font-size: 18.75px !important; }.teaser-tile .teaser p,.teaser-tile .date-type{ font-size: 16px; }.teaser-tile .availability{ font-size: 12px; }#footer p{ font-size: 16px; }body.layout-TrainingDetails .hero .description form .error-hint,body.news-new .formblock form .error-hint{ font-size: 12px; }body.layout-TrainingDetails .hero .description form h2,body.news-new .formblock form h2{ font-size: 18.75px; }.nugget-modal .modal-title{ font-size: 18.75px; }.nugget-modal .modal-body p{ font-size: 16px; }body[class*="layout-TrainingList"] .badge-container,.layout-TrainingDetails .badge-container{ margin-top: 35px; }}@media (max-width:991px){body[class*="layout-TrainingList"] .jumbotron.big,.layout-TrainingDetails .jumbotron.big{ padding-left: 150px; }body[class*="layout-TrainingList"] .badge-container,.layout-TrainingDetails .badge-container{ margin-top: 35px; }}@media (max-width:900px){.frame-type-wst3bootstrap_headersearch .header-searchbox{ padding-bottom: 100px; }.frame-type-wst3bootstrap_headersearch .header-searchbox div.custom-field:not(.date) .values{ max-width: 100%;  width: -webkit-calc(100% - 8px); width: calc(100% - 8px); }body[class*="layout-TrainingList"] .badge-container,.layout-TrainingDetails .badge-container{ margin-top: 20px; }}@media (max-width:768px){.training-main .jumbotron h1,.training-staging.layout-home .jumbotron h1,.training-main .jumbotron .h1,.training-staging.layout-home .jumbotron .h1{ font-size: 46.2px; }.training-main p,.training-staging.layout-home p,.training-main h3.h4.c-primary,.training-staging.layout-home h3.h4.c-primary{ font-size: 19.8px; }.training-main .accordion .card-header a,.training-staging.layout-home .accordion .card-header a{ font-size: 22px; }.layout-TrainingDetails .jumbotron p,body[class*="layout-TrainingList"] .jumbotron p,.layout-TrainingDetails .jumbotron .description,body[class*="layout-TrainingList"] .jumbotron .description{ font-size: 22px; }body[class*="layout-TrainingList"] h1.h1{ font-size: 46.2px; }body[class*="layout-TrainingList"] .ce-header h2:not(.h3):not(.h5){ font-size: 26.4px; }body[class*="layout-TrainingList"] .ce-content > h3{ font-size: 19.8px; }body[class*="layout-TrainingList"] .hero .ce-header h2.h5{ font-size: 16px; }body[class*="layout-TrainingList"] h2.h3{ font-size: 23.1px; }body[class*="layout-TrainingList"] #content .h2.c-tertiary,body[class*="layout-TrainingList"] #content h2.h4.c-secondary{ font-size: 33px; }.layout-TrainingDetails .sidebar h4,.layout-TrainingDetails .sidebar .h4{ font-size: 22px; }.training-staging.layout-home p,.training-staging.layout-home li{ font-size: 25px; }.training-staging.layout-home h2.h3.c-primary{ font-size: 33px; }.training-staging.layout-home .news .event-slider span.h5{ font-size: 16px; }.training-staging.layout-home .news .event-slider span.h3{ font-size: 26.4px; }.training-staging.layout-home .news .card-body p{ font-size: 20px; }.training-staging.layout-home .owl-carousel h2{ font-size: 16px; }.training-staging.layout-home .owl-carousel h3{ font-size: 19.8px; }.training-staging.layout-home .owl-carousel p{ font-size: 18px; }.training-page .header h1,.training-page .header .h1{ font-size: 46.2px; }.training-page .description h2,.training-page .description .h2{ font-size: 33px; }.training-page .subheader h2,.training-page .subheader .h2{ font-size: 26.4px; }.training-page .description p{ font-size: 19.8px; }.training-page .form-check p,.training-page .form-group .radio p,.form-group .training-page .radio p,.training-page form > div.clearfix > p,.training-page .form-control{ font-size: 16px; }.training-page .sidebar .short-infos h3,.training-page .sidebar .large{ font-size: 19.8px; }.training-page .sidebar .trainings strong,.training-page .sidebar .trainings .headline,.training-page .sidebar .short-infos p,.training-page .sidebar h2,.training-page .sidebar .h2{ font-size: 22px; }.training-page .sidebar p{ font-size: 16px; }.training-page .sidebar .ce-uploads .ce-uploads-description{ font-size: 14px; }.training-page .sidebar .trainings small{ font-size: 12px; }.training-page .sidebar .cert-points .frame p,.training-page .sidebar .training-id p,.training-page .sidebar .units p,.training-page .sidebar p.points{ font-size: 18px; }.training-page .sidebar .short-infos .smaller,.training-page .sidebar .short-infos .smaller p{ font-size: 16px; }.training-page .h4,.training-main .h4,#page_1669 .h4,#page_1316 .h4,.training-staging.layout-home .h4{ font-size: 33px; }.category-badge.large .text{ font-size: 19.8px; }.category-badge.small .text,.category-badge.medium .text{ font-size: 16px; }div.custom-field .label{ font-size: 16px; }div.custom-field .value,div.custom-field label{ font-size: 20px; }div.custom-field .label,div.custom-field .value{ line-height: 1em; }form.filters small,form.filters .search input,.header-searchbox .search input{ font-size: 16px; }.frame-type-wst3bootstrap_headersearch p small{ font-size: 18px; }.category-badge.small .text,.category-badge.medium .text,.category-badge.large .text{ line-height: 1em; }#wsslider-199recommendedtrainings h5,#wsslider-199recommendedtrainings .h5{ font-size: 22px; }#wsslider-199recommendedtrainings .h1,#wsslider-199recommendedtrainings .h4{ font-size: 33px; }#wsslider-199recommendedtrainings .card .card-body .category-badge .text{ font-size: 16px; }.owl-project-slider .card-body .h5{ font-size: 19.8px; }.owl-project-slider .card-body .h1{ font-size: 29.7px; }.news #wsslider-199news .card-body p{ font-size: 16px; }.news #wsslider-199news h3,.news #wsslider-199news .h3{ font-size: 23.1px; }.navbar.pagination .nav-item a,ul.navbar.tx-indexedsearch-browsebox .nav-item a,.isotope-pager a{ font-size: 18px; }.training-page .description p,.training-page .description li{ font-size: 22px; }.layout-news.news-new .news h1{ font-size: 46.2px; }.layout-news.news-new .news .article .teaser-text p{ font-size: 19.8px; }.layout-news.news-new .news .article p,.layout-news.news-new .news .article li{ font-size: 22px; }.layout-news.news-new .news .article .footer p{ font-size: 20px; }.layout-news.news-new .news-latest-item .card-body > p{ font-size: 14px; }.layout-news.news-new .news-latest-item .card-text > p{ font-size: 16px; }.layout-news.news-new .news-latest-item h4{ font-size: 19.8px; }.layout-news.news-new .news-latest-item .btn{ font-size: 16px; }.layout-news.news-new .new-event-detail .event-shortdetails p:not(.small),.layout-news.news-new .new-event-detail .event-shortdetails li{ font-size: 16px; }.layout-news.news-new .new-event-detail .event-shortdetails .event-header{ font-size: 19.8px; }.layout-news.news-new .new-event-detail .event-shortdetails .dateinfo,.layout-news.news-new .new-event-detail .event-shortdetails .details,.layout-news.news-new .new-event-detail .event-shortdetails .h5{ font-size: 22px; }.layout-news.news-new .new-event-detail .event-shortdetails .statusbar p.small{ font-size: 12px; }.layout-news.news-new .new-event-detail .event-shortdetails .calendar-widget > a{ font-size: 14px; }.training-page .description p,#c2440 p,form[id^="event-Anmeldung"] p,form[id^="eventAnmeldung"] p,form[id^="anmeldung"] p,#c13309 p,form[id^="event-AnmeldungIWreduziert"] p{ font-size: 22px; }.training-page .description form p,#c2440 form p,form[id^="event-Anmeldung"] form p,form[id^="eventAnmeldung"] form p,form[id^="anmeldung"] form p,#c13309 form p,form[id^="event-AnmeldungIWreduziert"] form p,.training-page .description form > div.clearfix > p,#c2440 form > div.clearfix > p,form[id^="event-Anmeldung"] form > div.clearfix > p,form[id^="eventAnmeldung"] form > div.clearfix > p,form[id^="anmeldung"] form > div.clearfix > p,#c13309 form > div.clearfix > p,form[id^="event-AnmeldungIWreduziert"] form > div.clearfix > p{ font-size: 16px; }form .form-group.newsletter span{ font-size: 16px; }form[id^="event-AnmeldungIW"] p,form[id^="anmeldung"] p,form[id^="event-AnmeldungIW"] div.clearfix > p,form[id^="anmeldung"] div.clearfix > p{ font-size: 16px !important; }.teaser-tile .header h1,.teaser-tile .header .h1,.teaser-tile .header h2.h1{ font-size: 23.1px;  line-height: 1.1em; }.teaser-tile .subheader h2,.teaser-tile .subheader .h2{ font-size: 22px !important; }.teaser-tile .teaser p,.teaser-tile .date-type{ font-size: 16px; }.teaser-tile .availability{ font-size: 12px; }#footer p{ font-size: 16px; }body.layout-TrainingDetails .hero .description form .error-hint,body.news-new .formblock form .error-hint{ font-size: 12px; }body.layout-TrainingDetails .hero .description form h2,body.news-new .formblock form h2{ font-size: 22px; }.nugget-modal .modal-title{ font-size: 22px; }.nugget-modal .modal-body p{ font-size: 16px; }.frame-type-wst3bootstrap_trainingtiles form.filters div.custom-field .label,.frame-type-wst3bootstrap_trainingtiles form.filters button,.frame-type-wst3bootstrap_trainingtiles form.filters .bubble{ margin-bottom: 5px; }.frame-type-wst3bootstrap_trainingtiles form.filters div.custom-field .label{ margin-right: 0; }.frame-type-wst3bootstrap_trainingtiles form.filters .bubbles{ margin-top: 25px; }.frame-type-wst3bootstrap_trainingtiles div.custom-field:not(.date) .values{ width: 100%;  max-width: 100%; }.frame-type-wst3bootstrap_trainingtiles div.custom-field .values{ margin-top: 10px; }.frame-type-wst3bootstrap_trainingtiles .filters > .container{ margin-left: 0;  margin-right: 0;  max-width: 100%; }body[class*="layout-TrainingList"] .badge-container,.layout-TrainingDetails .badge-container{ margin-top: 0; }.p-extra-padding > [class*="frame-space-before-"]{ margin-top: 2rem; }.teaser-tile table.footer,.teaser-tile table.footer tr,.teaser-tile table.footer td{ display: block;  text-align: left; }.teaser-tile table.footer td{ margin-top: 1em; }.teaser-tile table.footer td:nth-child(1){ margin-top: 0; }.teaser-tile .footer{ margin-top: 1em; }}@media (max-width:576px){.training-main .jumbotron h1,.training-staging.layout-home .jumbotron h1,.training-main .jumbotron .h1,.training-staging.layout-home .jumbotron .h1{ font-size: 38.5px; }.training-main p,.training-staging.layout-home p,.training-main h3.h4.c-primary,.training-staging.layout-home h3.h4.c-primary{ font-size: 20px; }.training-main .accordion .card-header a,.training-staging.layout-home .accordion .card-header a{ font-size: 20px; }.layout-TrainingDetails .jumbotron p,body[class*="layout-TrainingList"] .jumbotron p,.layout-TrainingDetails .jumbotron .description,body[class*="layout-TrainingList"] .jumbotron .description{ font-size: 20px; }body[class*="layout-TrainingList"] h1.h1{ font-size: 38.5px; }body[class*="layout-TrainingList"] .ce-header h2:not(.h3):not(.h5){ font-size: 22px; }body[class*="layout-TrainingList"] .ce-content > h3{ font-size: 20px; }body[class*="layout-TrainingList"] .hero .ce-header h2.h5{ font-size: 16px; }body[class*="layout-TrainingList"] h2.h3{ font-size: 30px; }body[class*="layout-TrainingList"] #content .h2.c-tertiary,body[class*="layout-TrainingList"] #content h2.h4.c-secondary{ font-size: 27.5px; }.layout-TrainingDetails .sidebar h4,.layout-TrainingDetails .sidebar .h4{ font-size: 20px; }.training-staging.layout-home p,.training-staging.layout-home li{ font-size: 25px; }.training-staging.layout-home h2.h3.c-primary{ font-size: 27.5px; }.training-staging.layout-home .news .event-slider span.h5{ font-size: 16px; }.training-staging.layout-home .news .event-slider span.h3{ font-size: 22px; }.training-staging.layout-home .news .card-body p{ font-size: 20px; }.training-staging.layout-home .owl-carousel h2{ font-size: 16px; }.training-staging.layout-home .owl-carousel h3{ font-size: 20px; }.training-staging.layout-home .owl-carousel p{ font-size: 18px; }.training-page .header h1,.training-page .header .h1{ font-size: 38.5px; }.training-page .description h2,.training-page .description .h2{ font-size: 27.5px; }.training-page .subheader h2,.training-page .subheader .h2{ font-size: 22px; }.training-page .description p{ font-size: 20px; }.training-page .form-check p,.training-page .form-group .radio p,.form-group .training-page .radio p,.training-page form > div.clearfix > p,.training-page .form-control{ font-size: 16px; }.training-page .sidebar .short-infos h3,.training-page .sidebar .large{ font-size: 20px; }.training-page .sidebar .trainings strong,.training-page .sidebar .trainings .headline,.training-page .sidebar .short-infos p,.training-page .sidebar h2,.training-page .sidebar .h2{ font-size: 20px; }.training-page .sidebar p{ font-size: 16px; }.training-page .sidebar .ce-uploads .ce-uploads-description{ font-size: 14px; }.training-page .sidebar .trainings small{ font-size: 12px; }.training-page .sidebar .cert-points .frame p,.training-page .sidebar .training-id p,.training-page .sidebar .units p,.training-page .sidebar p.points{ font-size: 18px; }.training-page .sidebar .short-infos .smaller,.training-page .sidebar .short-infos .smaller p{ font-size: 16px; }.training-page .h4,.training-main .h4,#page_1669 .h4,#page_1316 .h4,.training-staging.layout-home .h4{ font-size: 27.5px; }.category-badge.large .text{ font-size: 20px; }.category-badge.small .text,.category-badge.medium .text{ font-size: 16px; }div.custom-field .label{ font-size: 16px; }div.custom-field .value,div.custom-field label{ font-size: 20px; }div.custom-field .label,div.custom-field .value{ line-height: 1em; }form.filters small,form.filters .search input,.header-searchbox .search input{ font-size: 16px; }.frame-type-wst3bootstrap_headersearch p small{ font-size: 18px; }.category-badge.small .text,.category-badge.medium .text,.category-badge.large .text{ line-height: 1em; }#wsslider-199recommendedtrainings h5,#wsslider-199recommendedtrainings .h5{ font-size: 20px; }#wsslider-199recommendedtrainings .h1,#wsslider-199recommendedtrainings .h4{ font-size: 27.5px; }#wsslider-199recommendedtrainings .card .card-body .category-badge .text{ font-size: 16px; }.owl-project-slider .card-body .h5{ font-size: 20px; }.owl-project-slider .card-body .h1{ font-size: 24.75px; }.news #wsslider-199news .card-body p{ font-size: 16px; }.news #wsslider-199news h3,.news #wsslider-199news .h3{ font-size: 30px; }.navbar.pagination .nav-item a,ul.navbar.tx-indexedsearch-browsebox .nav-item a,.isotope-pager a{ font-size: 18px; }.training-page .description p,.training-page .description li{ font-size: 20px; }.layout-news.news-new .news h1{ font-size: 38.5px; }.layout-news.news-new .news .article .teaser-text p{ font-size: 20px; }.layout-news.news-new .news .article p,.layout-news.news-new .news .article li{ font-size: 20px; }.layout-news.news-new .news .article .footer p{ font-size: 20px; }.layout-news.news-new .news-latest-item .card-body > p{ font-size: 14px; }.layout-news.news-new .news-latest-item .card-text > p{ font-size: 16px; }.layout-news.news-new .news-latest-item h4{ font-size: 20px; }.layout-news.news-new .news-latest-item .btn{ font-size: 16px; }.layout-news.news-new .new-event-detail .event-shortdetails p:not(.small),.layout-news.news-new .new-event-detail .event-shortdetails li{ font-size: 16px; }.layout-news.news-new .new-event-detail .event-shortdetails .event-header{ font-size: 20px; }.layout-news.news-new .new-event-detail .event-shortdetails .dateinfo,.layout-news.news-new .new-event-detail .event-shortdetails .details,.layout-news.news-new .new-event-detail .event-shortdetails .h5{ font-size: 20px; }.layout-news.news-new .new-event-detail .event-shortdetails .statusbar p.small{ font-size: 12px; }.layout-news.news-new .new-event-detail .event-shortdetails .calendar-widget > a{ font-size: 14px; }.training-page .description p,#c2440 p,form[id^="event-Anmeldung"] p,form[id^="eventAnmeldung"] p,form[id^="anmeldung"] p,#c13309 p,form[id^="event-AnmeldungIWreduziert"] p{ font-size: 20px; }.training-page .description form p,#c2440 form p,form[id^="event-Anmeldung"] form p,form[id^="eventAnmeldung"] form p,form[id^="anmeldung"] form p,#c13309 form p,form[id^="event-AnmeldungIWreduziert"] form p,.training-page .description form > div.clearfix > p,#c2440 form > div.clearfix > p,form[id^="event-Anmeldung"] form > div.clearfix > p,form[id^="eventAnmeldung"] form > div.clearfix > p,form[id^="anmeldung"] form > div.clearfix > p,#c13309 form > div.clearfix > p,form[id^="event-AnmeldungIWreduziert"] form > div.clearfix > p{ font-size: 16px; }form .form-group.newsletter span{ font-size: 16px; }form[id^="event-AnmeldungIW"] p,form[id^="anmeldung"] p,form[id^="event-AnmeldungIW"] div.clearfix > p,form[id^="anmeldung"] div.clearfix > p{ font-size: 16px !important; }.teaser-tile .header h1,.teaser-tile .header .h1,.teaser-tile .header h2.h1{ font-size: 30px;  line-height: 1.1em; }.teaser-tile .subheader h2,.teaser-tile .subheader .h2{ font-size: 20px !important; }.teaser-tile .teaser p,.teaser-tile .date-type{ font-size: 16px; }.teaser-tile .availability{ font-size: 12px; }#footer p{ font-size: 16px; }body.layout-TrainingDetails .hero .description form .error-hint,body.news-new .formblock form .error-hint{ font-size: 12px; }body.layout-TrainingDetails .hero .description form h2,body.news-new .formblock form h2{ font-size: 20px; }.nugget-modal .modal-title{ font-size: 20px; }.nugget-modal .modal-body p{ font-size: 16px; }body[class*="layout-TrainingList"] .jumbotron.big,.layout-TrainingDetails .jumbotron.big{ padding-left: 70px; }body[class*="layout-TrainingList"] .jumbotron.big p,.layout-TrainingDetails .jumbotron.big p{ padding-left: 0;  padding-right: 0; }.training-page .sidebar{ padding: 10px 20px !important; }.training-page .description-wrapper{ padding-right: 15px !important;  padding-left: 15px !important; }.training-page .jumbotron.big .btn-group{ display: block; }#page_1316 .jumbotron.big,.training-staging .jumbotron.big{ min-height: 600px;  padding-top: 0;  padding-bottom: 75px; }#page_1316 #wsslider-199recommendedtrainings .card .card-body .category-badge,.training-staging #wsslider-199recommendedtrainings .card .card-body .category-badge{ margin-right: 0; }#page_1316 .ml-10p,.training-staging .ml-10p{ margin-left: auto; }.special-button-offset-right .btn.mr-6{ margin-right: 0 !important; }.isotope-pager .pager.prev,.isotope-pager .pager.next,.frame-type-wst3bootstrap_trainingtiles .navbar.pagination .nav-item[data-jump],.frame-type-wst3bootstrap_trainingtiles ul.navbar.tx-indexedsearch-browsebox .nav-item[data-jump]{ display: none; }.page-navigation .pagination,.page-navigation ul.tx-indexedsearch-browsebox,.isotope-pager,.navbar.pagination .navbar-nav,ul.navbar.tx-indexedsearch-browsebox .navbar-nav{ -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important;  margin-top: 1rem !important; }.frame-type-wst3bootstrap_trainingtiles .teaser-tile-wrapper:nth-last-child(1){ padding-bottom: 0; }.frame-type-wst3bootstrap_trainingslider .owl-theme .owl-nav [class*="owl-"]{ display: -ms-flexbox; display: -webkit-flex; display: flex; }body[class*="layout-TrainingList"] .badge-container,.layout-TrainingDetails .badge-container{ margin-top: 25px; }.page-navigation .pagination .page-item.previous,.page-navigation ul.tx-indexedsearch-browsebox .page-item.previous,.page-navigation .pagination ul.tx-indexedsearch-browsebox li.previous,ul.tx-indexedsearch-browsebox .page-navigation .pagination li.previous,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.previous,ul.tx-indexedsearch-browsebox .page-navigation ul.tx-indexedsearch-browsebox li.previous,.page-navigation .pagination .page-item.next,.page-navigation ul.tx-indexedsearch-browsebox .page-item.next,.page-navigation .pagination ul.tx-indexedsearch-browsebox li.next,ul.tx-indexedsearch-browsebox .page-navigation .pagination li.next,.page-navigation ul.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li.next,ul.tx-indexedsearch-browsebox .page-navigation ul.tx-indexedsearch-browsebox li.next{ display: none; }.layout-news.news-new .news .article .teaser-text p{ padding-left: 0;  padding-right: 0; }}@media (max-width:400px){.container.has-training-tiles .frame-type-wst3bootstrap_trainingtiles .ce-content .container{ padding-top: 8.3333333333%;  padding-bottom: 8.3333333333%; }body[class*="layout-TrainingList"] .badge-container,.layout-TrainingDetails .badge-container{ margin-top: 0; }.frame-type-wst3bootstrap_trainingtiles .filters > .container{ padding-right: 0;  padding-left: 0; }.frame-type-wst3bootstrap_trainingtiles form.filters{ margin: 0; }.frame-type-wst3bootstrap_trainingtiles .catalogue-items .teaser-tile .footer{ text-align: left; }.teaser-tile{ padding: 15px; }.teaser-tile .footer{ width: 100%; }.teaser-tile .header h1,.teaser-tile .header .h1{ font-size: 20px; }.category-badge.large .circle{ margin-top: 15px;  margin-bottom: 15px; }body[class*="training"] .hero .container{ padding-left: 0;  padding-right: 0; }body[class*="training"] .hero [class*="frame-space-before"]:not(.frame-space-before-none){ margin-top: 1em; }body[class*="training"] .hero [class*="frame-space-before"]:not(.frame-space-before-none) .frame-type-textpic{ margin-top: 0; }body[class*="training"] .hero [class*="frame-space-after"]:not(.frame-space-after-none){ margin-bottom: 0; }.frame-type-wst3bootstrap_headersearch form.filters .custom-field.date .wrapper{ margin: 0;  padding: 0; }.frame-type-wst3bootstrap_headersearch form.filters .custom-field.date .wrapper table .month{ padding: .5em; }.frame-type-wst3bootstrap_headersearch table .datepicker-switch{ padding: .5em 0; }body[class*="layout-TrainingList"] .badge-container,.layout-TrainingDetails .badge-container{ margin-top: 25px; }.training-main #content > .frame-type-wst3bootstrap_container:nth-last-child(1) .intro,.layout-news.news-new #content > .frame-type-wst3bootstrap_container:nth-last-child(1) .intro{ margin-bottom: 0; }#wsslider-199recommendedtrainings .badge-wrapper{ margin-bottom: 1rem !important;  -webkit-align-self: start; align-self: start; }#wsslider-199recommendedtrainings h5,#wsslider-199recommendedtrainings .h5{ font-weight: 400; }.teaser-tile .header h1,.teaser-tile .header .h1,body[class*="layout-TrainingList"] .ce-header h2:not(.h3):not(.h5),.layout-news.news-new .news-latest-item h4{ font-size: 24px; }.layout-home.training-staging .hero > div > .frame:nth-child(1){ margin-top: 3rem; }}@media (max-width:360px){.quicknav .nav-item{ padding: .5rem; }.frame-type-wst3bootstrap_container.pull-up{ margin-top: -125px; }}#page_2660 .card-header a{ font-weight: bold !important; }body.newcolors .training-slider .teaser-tile{ background: #f9ebe9;  border: solid 0 #EEB59F; }.layout-blog .hero h2.h4{ background-color: rgba(255,255,255,.9);  padding: .5rem; }.layout-blog #content strong,.layout-blog #content .bold{ font-weight: 500; }.hero .flexslider .caption{ background: none;  margin-top: 10em;  width: 45em; }.owl-theme .card.odd{ margin-top: 0; }.news > a{ font-weight: 500;  text-transform: uppercase;  line-height: 1;  font-size: 18px;  font-family: 'Roboto Condensed',sans-serif; }.teaser-text pt-5 p{ font-size: 30px; }#page_743 .col-form-label{ font-size: 1.2rem; }#page_1950 .glossary ul li{ font-family: "nunito sans",arial,sans-serif !important; }.hero .flexslider .caption .title{ font-size: 5rem;  font-weight: 300;  line-height: 4.4rem;  margin-bottom: .7rem;  text-transform: uppercase;  color: #fff;  font-family: Roboto Condensed; }#accordion-2049 a.disabled{ color: #234B59; }body p{ font-size: 28px; }#page_747 .card-body body p{ font-size: 22px !important; }.layout-mediathek .tx-contactpersons .card-body > *,.layout-mediathek #c4163 .card-body > p,.layout-mediathek span.small,.layout-mediathek .h5{ font-size: 22px; }#page_304 body p{ color: #FFF; }.card-header a{ font-size: 28px; }#footer #c1840 img{ margin-top: 172px; }.c-black{ color: #234B59; }.news-backlink-wrap{ font-size: 18px !important;  color: #dc6248; }.owl-theme .owl-nav [class*="owl-"],.owl-theme .owl-nav [class*="owl-"]:hover{ background: none; }card{ border: 0 solid rgba(0,0,0,.125); }#c2065 .accordion-teaser .inner{ background: transparent -webkit-linear-gradient(64deg,#3A768C,#D06D63,#FFD173 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(64deg,#3A768C,#D06D63,#FFD173 100%) 0% 0% no-repeat padding-box;  background: transparent -webkit-linear-gradient(64deg,#3A768C,#D06D63,#FFD173 100%) 0% 0% no-repeat padding-box; background: transparent linear-gradient(64deg,#3A768C,#D06D63,#FFD173 100%) 0% 0% no-repeat padding-box; }#c2072 .img-fluid{ max-width: 76%;  height: auto; }#c1910 li,#c1975 li{ font-family: 'Nunito Sans',sans-serif;  font-size: 30px;  line-height: 1.5; }#page_306 .img-fluid{ max-width: 830px; }#c1877 p{ color: #fff; }#c1883 p{ color: #fff; }#c1922 h3,#c1974 h3{ color: #f7a600;  text-transform: uppercase;  font-weight: strong; }#page_.news .card-body p,#c1741 .card-block p,#c1775 .card-block p{ font-size: 21px; }.tx-contactpersons .card-body > h3.bold{ font-family: 'Roboto Condensed',sans-serif; }.tx-contactpersons .card-body > *{ font-size: 22px;  margin: 0;  line-height: 1.25; }#content strong,#content .bold{ font-weight: 500; }.btn-primary{ font-weight: 500; }.mm-listitem a,.mm-listitem a:hover{ font-weight: 500; }.layout-mediathek.neu #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_286 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_311 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_346 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_388 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_435 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_460 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_510 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_485 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_610 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_635 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_585 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_560 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_535 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_660 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_685 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_710 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_735 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,#page_747 #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container{ padding-left: 30px;  padding-right: 30px; }#page_1 h5.card-title.h3.uppercase{ color: #fff; }#page_284 h5.card-title.h3.uppercase{ font-size: 2.4rem; }#page_1 h5.card-title.h3.uppercase{ font-size: 2.4rem; }#page_285 .text-right{ margin-top: 1.5rem; }#page_311 .card-body{ padding: 0;  padding-top: 1.25rem; }#page_1271 .intro{ margin-bottom: 0; }#page_1271 .bg-secondary-lighten-2{ background-color: #a0a9b1 !important;  padding-left: 3rem;  padding-right: 3rem !important; }#page_1271 .owl-theme .card .card-body{ color: #234B59; }#page_1303 .owl-theme .card .card-body{ color: #234B59; }#page_1271 .owl-theme .card .card-body hover{ color: #234B59; }#page_1303 .owl-theme .card .card-body hover{ color: #234B59; }#page_1271 .btn-group,.btn-group-vertical{ position: absolute; }#page_1271 .mr-3,.mx-3{ margin-right: 5rem !important; }#page_1271 .btn-primary{ max-width: 100%; }.ref-modal .modal-body{ padding-bottom: 40px;  padding-left: 40px;  padding-right: 40px; }#page_1271 .tx-referenten .modal p.credit{ font-size: 12px; }.ref-modal .modal-dialog{ max-width: 60%; }#page_1271 .pl-7,.px-7{ padding-left: 3rem !important; }#page_1271 .pr-7,.px-7{ padding-right: 3rem !important; }#page_1271 .frame-space-after-extra-large{ margin-bottom: 1rem; }#c7447 p{ font-size: 22px; }.modal.show .modal-dialog{ max-width: 80%; }#c7467 .btn{ text-align: left; }#c7467 .fa{ float: right; }.modal.show .modal-dialog{ max-width: 70%; }.training-page .description{ padding-top: 30px; }.yellow-header #wsslider-199news .news .card-body p{ line-height: 23px; }.owl-project-slider .card-body .h1{ line-height: 3.2rem; }.news div.custom-field .label{ color: #234B59; }.news > a{ padding: .8rem 1.25rem; }#page_2033 #footer .footer-redesign .nav-link,#footer .footer-redesign h2{ font-size: 30px;  color: #234B59; }#page_2033 footer .copyright{ font-weight: bold; }.news .new-event-detail .ce-elements p{ color: #fff; }.new-event-detail .event-shortdetails .dropdown-menu a{ font-size: 1.1rem;  color: #234b59;  font-weight: 100; }.new-event-detail .event-shortdetails .dropdown-menu .dropdown-item:hover,.new-event-detail .event-shortdetails .dropdown-menu .dropdown-item:focus,.new-event-detail .event-shortdetails .dropdown-menu .dropdown-item.active,.new-event-detail .event-shortdetails .dropdown-menu .dropdown-item.current{ color: #d23427;  -moz-text-decoration-color: #dc6248 !important;  -moz-text-decoration-color: #d23427 !important; text-decoration-color: #d23427 !important; }.new-event-detail .event-shortdetails .dropdown-menu .dropdown-item:hover,.new-event-detail .event-shortdetails .dropdown-menu .dropdown-item:focus,.new-event-detail .event-shortdetails .dropdown-menu .dropdown-item.active,.new-event-detail .event-shortdetails .dropdown-menu .dropdown-item.current{ color: #D13627;  text-decoration: underline;  -moz-text-decoration-color: currentcolor; text-decoration-color: currentcolor;  background-color: white; }.atc-checkbox-label{ font-size: 16px; }.news-related .news-related-files{ font-size: 16px; }.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show > .btn-primary.dropdown-toggle{ background-color: #d13627;  border-color: #d13627;  text-decoration: underline; }.teaser-tile .date-type{ font-weight: 400; }#c12736 label{ display: none; }#c2440 p{ font-size: 18px; }#page_1950 .tx-glossar{ padding: 0; }#c12736 .frame-space-after-medium{ margin-bottom: .5rem; }a.text-white:hover,a.text-white:focus{ color: #fff !important; }.teaser-tile .header h1,.teaser-tile .header .h1{ margin-top: 5px; }.training-slider .owl-theme .owl-nav .owl-prev::after{ display: none; }#wsslider-199news .owl-nav .owl-prev::after{ display: none; }.owl-project-slider span.text{ display: none; }.owl-project-slider .owl-nav .owl-prev{ width: 54px; }div.custom-field .values .value{ margin-bottom: 15px; }form.filters div.custom-field .label{ margin-right: 8px; }div.custom-field .values{ padding: 10px; }.training-slider{ background: #fff;  padding: 0; }.category-badge.small .text,.category-badge.medium .text,.category-badge.large .text{ line-height: 1.2em; }.event-filter div.custom-field .label,.event-filter button,.event-filter .bubble,.event-filter .search{ margin-right: 8px; }.layout-mediathek.neu .c-tertiary{ color: #234b59; }.layout-mediathek.neu .news *:not(h2).uppercase,.layout-mediathek.neu .tx-publications *:not(h2).uppercase,.layout-mediathek.neu .tx-press *:not(h2).uppercase,.layout-mediathek.neu .tx-videos *:not(h2).uppercase,.layout-mediathek.neu .tx-contactpersons *:not(h2).uppercase{ text-transform: none; }.layout-mediathek.neu #content > .frame-type-wst3bootstrap_container:not(:nth-child(1)) .container,.layout-mediathek.neu .intro .container.p-normal{ padding-left: 40px;  padding-right: 30px; }.layout-events-neu .btn.read-more{ font-size: 18px;  padding: .8rem 1.25rem; }.layout-events-neu .intro{ margin-bottom: 2rem; }.layout-events-neu .intro:after{ display: none; }.layout-events-neu .news .card-body div > span.bold:nth-child(2){ display: block; }.layout-events-neu .news .card-body div > span.bold:nth-child(2),.layout-events-neu .news .card-body div > span.bold:nth-child(2) > *{ line-height: 1.5em; }.layout-news.news-new #content .news-latest-item p{ color: #234b59; }.layout-news.news-new .news-latest-item h4[itemprop="headline"] a:hover{ color: #d13627; }.layout-news.news-new .news-latest-item h4[itemprop="headline"] a{ text-transform: none; }.layout-news.news-new .news > a{ display: none; }.layout-news.news-new .news-list-date{ color: #fff; }.layout-news.news-new .event-shortdetails .card-body > span.h5:nth-child(2),.layout-news.news-new .event-shortdetails .event-time.h5{ display: none !important; }.layout-news.news-new .event-shortdetails p{ padding-left: 0;  padding-right: 0; }.layout-news.news-new .event-shortdetails .event-shortdetails .h2{ display: inline-block;  margin-bottom: 20px; }.layout-news.news-new .event-shortdetails .card-body > .mb-5:nth-last-child(1){ margin-bottom: 0 !important; }.layout-news.news-new .news-single > .article > div.row:not(.pt-5) > div{ -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }#wsslider-199news .card-title.uppercase{ text-transform: none; }.training-staging .tx-videos .card-title.c-tertiary{ color: #234B59; }.training-staging .news > a,.training-staging .news > strong > strong > a{ display: none; }@media (max-width:768px){.layout-news.news-new .news .card-body > a{ position: relative;  bottom: 0; }.layout-events-neu .btn.read-more,.new-event-list .btn.read-more{ -webkit-align-self: flex-start !important; -ms-flex-item-align: start !important; align-self: flex-start !important;  width: auto; }}@media (max-width:576px){.layout-mediathek.neu .container.p-normal.bg-white{ padding: 1rem !important;  margin: 1rem;  max-width: -webkit-calc(100% - 2rem); max-width: calc(100% - 2rem); }.layout-mediathek.neu .container.p-normal.bg-white .card-header{ padding-top: 0 !important; }.layout-mediathek.neu .container.p-normal.bg-white .card-header a{ padding-right: 2em; }.layout-mediathek.neu .container.p-normal.bg-white > div{ margin-bottom: 0 !important; }.layout-mediathek.neu .container.p-normal.bg-white .news.press .col-md-1{ padding-left: 15px;  text-align: left;  -webkit-align-items: start !important; align-items: start !important; }}#page_2039 .c-tertiary{ color: #fff; }#c12717 .intro{ margin-bottom: 0; }#c12525 .intro{ margin-bottom: 2.6rem; }#page_1669 .wrapper label{ line-height: 1em;  margin-bottom: 0; }.news .card-body p{ font-size: 19px; }.navbar-toggler{ color: #fff;  border: 0;  text-decoration: none; }div.custom-field .label{ color: #758490; }.event-filter div.custom-field .label{ color: #758490; }#c12446 .button-wrap{ margin-right: 16rem; }.frame-type-wst3bootstrap_headersearch .header-searchbox .search{ max-width: 98%; }.training-page .description .form-control,.new-event-detail .formblock .form-control,#c2440 .form-control,.training-page .description .form-control::placeholder,.new-event-detail .formblock .form-control::placeholder,#c2440 .form-control::placeholder{ color: #758490; }.c-secondary-lighten-2{ color: #758490; }.social-nav .calltoaction-item .calltoaction-item-link{ width: 40px !important;  height: 40px !important; }.social-nav .fa-xing{ background: url(/fileadmin/user_upload/icons/xing2.svg) no-repeat center center;  width: 50px !important;  height: 50px !important;  display: block;  margin-top: -5px;  margin-left: -5px; }.social-nav .fa-facebook-f{ background: url(/fileadmin/user_upload/icons/facebook.svg) no-repeat center center;  width: 50px !important;  height: 50px !important; }.social-nav .fa-youtube{ background: url(/fileadmin/user_upload/icons/youtube.svg) no-repeat center center;  width: 50px !important;  height: 50px !important; }.social-nav .fa-instagram{ background: url(/fileadmin/user_upload/icons/instagram.svg) no-repeat center center;  width: 50px !important;  height: 50px !important; }.social-nav .fa-linkedin-in{ background: url(/fileadmin/user_upload/icons/linked_in.svg) no-repeat center center;  width: 50px !important;  height: 50px !important; }.social-nav .fa-twitter{ background: url(/fileadmin/user_upload/icons/twitter.svg) no-repeat center center;  width: 50px !important;  height: 50px !important; }.navbar-toggler{ font-size: 1.38rem; }.teaser-tile .date-type{ line-height: 20px; }#page_1958.wrapper label{ text-transform: none !important; }div.custom-field .value{ text-transform: none !important; }#page_2037 .h3{ text-transform: none !important; }#page_2037 .wrapper label{ text-transform: none !important; }.new-event-detail .header [itemprop="headline"]{ text-transform: none; }.form-control{ border: 0 solid #ced4da; }.dropdown-menu .dropdown-item{ font-size: 20px; }.teaser-tile .header h1,.teaser-tile .header .h1{ margin-top: 12px; }.training-page .description .control-label,.new-event-detail .formblock .control-label,#8201.control-label{ display: none; }.training-page .description .form-control,.new-event-detail .formblock .form-control,#8201.form-control{ height: auto;  padding: 15px 20px;  border-radius: 15px;  line-height: 1em; }.quicknav .nav-item.item-3{ background: #A0A9B1; }.quicknav .nav-item.item-2{ background: #4D6773; }.quicknav .nav-item.item-1{ background: #F7A600; }.quicknav .nav-link{ color: #fff; }#wsslider-199recommendedtrainings .h1,#wsslider-199recommendedtrainings .h4{ text-transform: none; }.navbar-toggler{ padding-top: 0; }#nav-icon0{ margin-top: 2px; }.overlay-menu{ right: -16px; }.form-check-label p{ font-size: 16px; }#nav-icon-newsletter{ width: 47px !important;  height: 47px !important; }.overlay-menu a:not(.btn-primary):hover{ color: #D13627 !important; }.bg-gray-705 .owl-project-slider .owl-nav .owl-prev{ width: 55px; }.page-link,ul.tx-indexedsearch-browsebox li a{ position: relative;  display: block;  padding: .5rem .35rem;  margin-left: -1px;  line-height: 1.25;  color: #fff;  background-color: #D13627;  border: 1px solid #D13627;  margin-right: 20px;  border-radius: 25px;  padding: 9px;  font-size: 20px; }.tx-indexedsearch-title{ font-size: 30px; }#tx_indexedsearch .tx-indexedsearch-searchbox-sword{ color: #fff;  background-color: #a0a9b1;  border-radius: 20px;  padding: 24px;  font-size: 20px;  font-weight: 800; }a.text-primary:hover,a.text-primary:focus{ color: #d13627 !important;  text-decoration: underline; }#c13791 .c-secondary{ color: #234B59;  text-transform: none !important; }@media (max-device-width:1280px){#dropdownPanelSearch *,.searchbox *,#dropdownPanelSearch input::placeholder,.searchbox input::placeholder{ min-height: 3rem; }body p{ font-size: 20px; }.dropdown-menu .dropdown-item{ font-size: 18px; }#c1910 li,#c1975 li{ font-family: 'Nunito Sans',sans-serif;  font-size: 20px;  line-height: 1.25; }#c1910 #wsslider-199recommendedtrainings .card .card-body .category-badge,#c1975 #wsslider-199recommendedtrainings .card .card-body .category-badge{ margin-right: 17% !important; }#nav-primary .navbar-light .d-flex > .d-none.d-lg-block:not(.dropdown){ margin-right: 5px; }.overlay-menu{ width: 32vw !important; }.modal.show .modal-dialog{ max-width: 80%; }form.cr_form input[name="email"]{ max-width: 389px; }}@media (max-device-width:576px){#page_284 h5.card-title.h3.uppercase{ font-size: 1.4rem; }#page_1 h5.card-title.h3.uppercase{ font-size: 1.4rem; }#page_285 .text-right{ margin-top: 1.5rem; }#page_11 .tx-indexedsearch-title{ font-size: 1.8rem; }#topcontrol{ margin: 0 20px 65px 0; }h1,.h1,.display-3{ font-size: 28px; }#c2072 .img-fluid{ max-width: 40%;  height: auto; }.accordion-teaser .inner{ padding: 60px; }#page_286 .container{ margin-left: 15px;  margin-right: 15px;  width: -webkit-calc(100% - 30px); width: calc(100% - 30px); }#page_286 .container.p-extra-padding{ padding-left: 0;  padding-right: 0; }#page_286 .container{ padding-left: 15px;  padding-right: 15px; }}@media (max-width:1366){.overlay-menu{ width: 37vw !important; }}@media (min-width:3840px){.jumbotron.big{ padding-left: 37%;  padding-left: 33%; }}@media (max-width:767px){#c2072 .img-fluid{ max-width: 35%;  height: auto; }.ref-modal .modal-body{ padding-bottom: 5px;  padding-left: 10px;  padding-right: 10px; }.modal.show .modal-dialog{ max-width: 60%; }}.accordion .card-header a{ padding-right: 4rem; }@media (max-width:991px){.accordion-teaser .inner{ padding: 40px; }}.card-body{ padding-left: 0; }.hero.dark .flexslider .slides > div > div:after{ top: 0;  left: 0;  z-index: 2;  width: 100%;  height: 100%;  content: " ";  position: absolute;  background: rgba(0,0,0,.4); }.hero.dark .flexslider .slides > div > div > .container{ z-index: 9999;  position: relative;  display: -ms-flexbox; display: -webkit-flex; display: flex;  height: 100%; }.hero.dark .flexslider .slides > div > div > .container .title{ font-size: 70px;  margin-bottom: 0;  line-height: 4.4rem;  font-family: 'Roboto Condensed',sans-serif;  font-weight: 100; }.hero .flexslider .slides > div > div{ bottom: 0; }.hero .flexslider .caption{ background: none;  margin-top: 0;  width: 45em;  padding-left: 11%;  -webkit-align-self: center; -ms-flex-item-align: center; align-self: center;  margin-top: auto;  margin-bottom: auto; }.intro:before{ z-index: 3; }ul.dropdown-menu > li.dropdown-submenu ul.dropdown-menu,ul.dropdown-menu > li.dropdown-submenu .dropdown-toggle-submenu::after{ display: none !important; }.hero.dark .flexslider .slides > div > div > .container .title{ font-size: 70px;  line-height: 4.4rem;  font-family: 'Roboto Condensed',sans-serif; }@media (max-width:1280px){.hero.dark .flexslider .slides > div > div > .container .title{ font-size: 50px; }.overlay-menu{ width: 60vw !important; }body,body p,p.lead{ font-size: 20px; }.overlay-menu .frame-space-after-medium{ margin-bottom: 2.2rem; }#page_1271 .btn-primary{ max-width: 64%; }#page_1271 .mr-3,.mx-3{ margin-right: 0 !important; }.btn-group,.btn-group-vertical{ display: block; }#page_1271 .btn-primary{ font-size: 1rem;  margin-bottom: 1.5rem;  width: 100%; }#c7443 .btn{ text-align: left; }#c7443 .fa{ float: right; }.modal.show .modal-dialog{ max-width: 60%; }#c7463{ max-width: 70%; }}@media (max-width:1280px) and (min-width:1024px){#page_1271 .btn-primary{ width: 84%; }.jumbotron.big{ padding-left: 20%; }.overlay-menu{ width: 32vw !important; }}@media (max-width:1280px) and (max-width:991.98px){#wsslider-1858 .owl-stage,#wsslider-199-sipmple .owl-stage,#wsslider-199news .owl-stage,#wsslider-199x .owl-stage,#wsslider-199y .owl-stage{ left: 0; }#nav-primary .navbar-light .d-flex > .d-none.d-lg-block:not(.dropdown){ margin-right: 5px; }#page_1271 .mr-3,.mx-3{ margin-right: 1rem !important; }#c12449 .colindex-1 .button-wrap.text-right{ text-align: left !important; }}@media (max-width:768px){.hero.dark .flexslider .slides > div > div > .container .title{ font-size: 40px;  line-height: 1.25; }body,body p,p.lead{ font-size: 20px; }.btn-primary{ font-size: .8rem; }.hero .flexslider .caption{ padding-left: 20%; }#nav-icon-newsletter{ display: none; }#page_1271 .mr-3,.mx-3{ margin-right: 0 !important; }.btn-group,.btn-group-vertical{ display: block; }#page_1271 #c7467{ font-size: .8rem;  margin-bottom: 1.5rem;  max-width: 100% !important; }#page_1271 #c7444,#page_1271 #c7445{ max-width: 52% !important; }.p-extra-padding{ padding: 40px 20px; }#c7463{ max-width: 65%; }.modal.show .modal-dialog{ max-width: 80%; }}@media (max-width:768px) and (max-width:576px){.hero.dark .flexslider .slides > div > div > .container .title{ font-size: 36px; }.navbar-brand img{ margin-top: 5px;  max-height: 2.75rem;  max-width: 10rem; }body,body p,p.lead{ font-size: 20px; }#footer #c1840 img,#footer #c2540 img,#footer #c2334 img,#footer #c2811 img,#footer #c2914 img,#footer #c2437 img,#footer #c3017 img,#footer #c3120 img,#footer #c2073 img,#footer #c3221 img,#footer #c3328 img,#footer #c3644 img,#footer #c3539 img,#footer #c3436 img,#footer #c3747 img,#footer #c3850 img,#footer #c3953 img,#footer #c4056 img{ max-width: 160px;  max-height: 200px;  float: left;  margin-top: 40px; }#page_1271 .btn-primary{ max-width: 100%; }#page_1271 .mr-3,.mx-3{ margin-right: 0 !important; }.btn-group,.btn-group-vertical{ display: block; }#page_1271 .btn-primary{ font-size: .8rem;  margin-bottom: 1.5rem;  width: 100%; }.bg-secondary-lighten-2{ padding-top: 0 !important; }#c7463{ max-width: 75%; }#page_1271 .pl-7,.px-7{ padding-left: 5rem !important; }#page_1271 .pr-7,.px-7{ padding-right: 5rem !important; }#page_1271 .pt-5,.py-5{ padding-top: 2rem !important; }.modal.show .modal-dialog{ max-width: 95%; }form.cr_form input[name="email"]{ font-size: 1rem;  max-width: 100%; }.owl-carousel .owl-stage{ padding-left: 0 !important; }#page_1271.p-extra-padding{ padding: 20px 20px; }.accordion-teaser-image figure{ margin-bottom: -2em;  margin-left: -2em;  margin-right: 2em; }}@media (max-width:768px) and (max-width:360px){.hero.dark .flexslider .slides > div > div > .container .title{ font-size: 30px; }div#nav-primary{ font-size: .9rem !important; }.overlay-menu .frame-space-after-medium{ margin-bottom: 1rem; }.overlay-menu{ width: 103.5vw !important; }#nav-icon-newsletter{ display: none; }.bubble{ margin-bottom: 15px; }div.custom-field .values{ max-width: 100%; }.navbar-brand img{ margin-top: 5px;  max-height: 2.75rem;  max-width: 8rem; }body,body p,p.lead{ font-size: 20px; }#footer #c1840 img,#footer #c2540 img,#footer #c2334 img,#footer #c2811 img,#footer #c2914 img,#footer #c2437 img,#footer #c3017 img,#footer #c3120 img,#footer #c2073 img,#footer #c3221 img,#footer #c3328 img,#footer #c3644 img,#footer #c3539 img,#footer #c3436 img,#footer #c3747 img,#footer #c3850 img,#footer #c3953 img,#footer #c4056 img{ max-width: 140px;  max-height: 200px;  float: left;  margin-top: 40px; }.hero .flexslider .slides > div .caption{ padding: 1em 7em 0 2.8em; }#page_1271 .btn-primary{ max-width: 100%; }#page_1271 .mr-3,.mx-3{ margin-right: 0 !important; }.btn-group,.btn-group-vertical{ display: block; }#page_1271 .btn-primary{ font-size: .8rem;  margin-bottom: 1.5rem;  width: 100%; }.bg-secondary-lighten-2{}#c7463{ max-width: 75%; }#page_1271 .pl-7,.px-7{ padding-left: 2.5rem !important; }#page_1271 .pr-7,.px-7{ padding-right: 2.5rem !important; }#page_1271 .pt-5,.py-5{ padding-top: 2rem !important; }.accordion-teaser .inner{ padding: 30px; }form.cr_form input[name="email"]{ font-size: 1rem; }.owl-carousel .owl-stage{ padding-left: 0 !important; }.modal.show .modal-dialog{ max-width: 95%; }#page_1271 #c7467{ max-width: 100% !important; }}@media (max-width:768px) and (max-width:576px){.hero .flexslider .slides > div{ position: relative; }.hero .flexslider .slides > div > div{ position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0; }.hero .flexslider .slides > div .caption{ padding: 1em 2em 0 3.8em; }}.footer-section p{ font-size: 18px; }p.lead{ margin-bottom: 0;  line-height: 1.7;  padding-bottom: 12px; }#page_1256 .shape-after .hero.bg-img::before{ display: none; }.bg-secondary-lighten-2{ background-color: #DFE0E2 !important; }#page_1271 .btn{ text-align: left; }#page_1271 .btn .fa{ float: right; }#page_1271 #c7467{ font-size: .8rem;  margin-bottom: 1.5rem;  max-width: 100% !important; }#page_1271 #c7444,#page_1271 #c7445{ max-width: 52% !important; }@media (max-width:768px){#page_1271 #c7444,#page_1271 #c7445{ max-width: 100% !important; }}@media (max-width:768px){#c10825 .hero{ padding-left: 1rem !important; }.overlay-menu{ width: 103vw; }.overlay-menu .frame-space-after-medium{ margin-bottom: 1rem; }}#c7487 .btn{ width: 100%;  max-width: 100%; }#c7463{ max-width: 70%; }@media (min-width:1200px) and (max-width:1400px){#c7487 .btn{ font-size: .8rem; }.navbar-toggler{ padding-top: 8px; }}#wsslider-199recommendedtrainings .card .card-body .category-badge{ width: -webkit-min-content !important; width: -moz-min-content !important; width: min-content !important; }.btn-primary:focus,.btn-primary.focus{ background-color: #d13627 !important;  border-color: #d13627 !important; }.frame-type-html #overlaymenu-newsletter{ position: fixed;  top: auto;  bottom: 0;  right: 0;  height: auto;  width: 94.5vw;  z-index: -999;  visibility: hidden;  -webkit-transition: .8s ease-in-out;  -webkit-transition: .8s ease-in-out; transition: .8s ease-in-out;  background-color: white;  color: black;  opacity: 0;  padding-top: 30px !important;  padding-left: 0 !important;  padding-right: 0 !important;  border-radius: 25px;  width: 100% !important;  min-width: 0; }@media (max-width:402px){.jumbotron{ padding-left: 3rem; }}@media (max-width:320px){.jumbotron{ padding-left: 3rem; }}.event-AnmeldungIWinStufen-19547 .h2{ font-size: 25px; }.postmetagroup__list{ margin-bottom: 5px; }@media (max-width:576px){.layout-blog .bloglist.bloglist--tag{ font-size: 16px; }#page_3065 h1,.h1,.display-3{ font-size: 18px; }}@media (max-width:375){.intro.bg-white.no-end{ margin-bottom: 50px; }}form[id^="event-AnmeldungQ40Zertifizierungen"] .form-group .input.checkbox .form-check .form-check-label.add-on,form[id^="event-AnmeldungQ40Zertifizierungen"] .form-group .input.checkbox .form-group .radio .form-check-label.add-on,.form-group form[id^="event-AnmeldungQ40Zertifizierungen"] .form-group .input.checkbox .radio .form-check-label.add-on{ margin-left: -20px; }form[id^="event-AnmeldungQ40Zertifizierungen"] .form-group .input.checkbox label span,form[id^="event-AnmeldungQ40Zertifizierungen"] .form-group .input.checkbox label p{ font-family: 'Nunito Sans',sans-serif;  font-size: .666em; }form[id^="event-AnmeldungQ40Zertifizierungen"] input[name*="dsgvocheckbox"]{ margin-top: .666rem; }form[id^="event-AnmeldungQ40Zertifizierungen"] .form-group .input.checkbox .required{ display: none; }.event-filter{ padding: 30px 0;  margin: 0 15px 30px 15px;  background: #dfe0e2;  background: none !important; }.event-filter .filters div.custom-field:not(.date) .values{ width: auto; }.event-filter .custom-select{ vertical-align: text-bottom; }.event-filter div.custom-field .label{ font-size: 17px;  color: #758490; }.event-filter div.custom-field .label[aria-expanded="true"]{ color: #d54335; }.event-filter .date .input-group-addon{ margin-left: .25em; }.event-filter .bubble{ display: inline-block;  margin-right: 15px;  cursor: pointer;  position: relative;  color: #D13627;  background-color: #fff;  border-color: #fff; }.event-filter .bubble::after{ display: block;  content: '';  position: absolute;  top: -10px;  right: -10px;  width: 30px;  height: 30px;  background: center center no-repeat url(/fileadmin/user_upload/icons/filter_red_x.svg) #fff;  background-size: .75em;  border-radius: 50%; }.event-filter .custom-field.date .datepicker{ top: 0 !important;  left: 0 !important;  position: relative;  border: none;  background: transparent; }.event-filter .custom-field.date .wrapper{ margin-top: 0;  margin-bottom: 0;  padding: 0; }.event-filter div.custom-field .label,.event-filter button,.event-filter .bubble,.event-filter .btn,.event-filter .search{ border-radius: 15px;  padding: 15px 20px; }.event-filter div.custom-field .label,.event-filter button,.event-filter .bubble,.event-filter .search{ margin-bottom: 25px; }.event-filter small{ margin: 15px 0;  display: block; }.event-filter .search{ background: #fdcb78;  max-width: 300px;  padding-top: 0;  padding-bottom: 0; }.event-filter .search input,.event-filter .search input:focus{ background: transparent;  border: none;  -webkit-box-shadow: none; box-shadow: none;  outline: 0; }.event-filter .search .btn,.event-filter .search input{ margin: 0;  padding: 0; }#valuelist4 .datepicker{ width: 265px;  font-size: .95rem; }#valuelist4 .datepicker .month{ display: inline-block;  width: 33%;  padding: 1em; }#valuelist4 .datepicker .month.focused,#valuelist4 .datepicker .month:hover{ background: #f7a600;  cursor: pointer;  font-weight: bold; }#valuelist4 .datepicker table{ width: 100%; }#valuelist4 .datepicker table td,#valuelist4 .datepicker table th{ text-align: center;  vertical-align: middle;  line-height: 1;  color: #000; }#valuelist4 .datepicker table td.day{ width: 37.8571428571px;  padding: .75em 0; }#valuelist4 .datepicker table td.day:hover,#valuelist4 .datepicker table td.day.active{ background: #f7a600;  cursor: pointer;  font-weight: bold; }#valuelist4 .datepicker table td.day.old,#valuelist4 .datepicker table td.day.new{ color: #dfe0e2; }#valuelist4 .datepicker table td.day.old{ pointer-events: none; }#valuelist4 .datepicker table .datepicker-switch,#valuelist4 .datepicker table .dow{ padding: 1em 0; }#valuelist4 .datepicker .next,#valuelist4 .datepicker .prev{ cursor: pointer; }.event-item{ width: 100%; }.bubble{ display: inline-block;  margin-right: 15px;  cursor: pointer;  position: relative;  color: #D13627;  background-color: #fff;  border-color: #fff; }.bubble::after{ display: block;  content: '';  position: absolute;  top: -10px;  right: -10px;  width: 30px;  height: 30px;  background: center center no-repeat url(/fileadmin/user_upload/icons/custom_field/filter_red_x.svg) #fff;  background-size: .75em;  border-radius: 50%; }.wrapper label{ width: 100%;  font-size: 22px;  line-height: 22px;  margin-bottom: 5px;  height: 22px;  cursor: pointer; }.wrapper label:hover{ color: #d54335;  text-decoration: underline; }.filter-item{ display: none; }.pager{ font-size: 24px;  color: white;  background: #a0a9b1;  width: 30px;  height: 30px;  display: inline-block;  border-radius: 50%;  text-align: center;  line-height: 30px;  margin-right: 10px; }.pager:hover{ text-decoration: none;  color: #ccc; }#socialshare{ position: absolute;  margin-top: -136px;  right: 50px; }#socialshare .dropdown-menu{ position: absolute;  top: 0 !important;  left: 0 !important;  -webkit-transform: translate3d(-267px,-6px,0) !important; -ms-transform: translate3d(-267px,-6px,0) !important; transform: translate3d(-267px,-6px,0) !important;  width: 280px;  background: no-repeat;  border: none; }.jumbotron.big .formblock .btn-group{ display: block; }@media (max-width:1199.98px){.layout-news .news-single .new-event-detail .pt-6{ padding-top: 4rem !important; }}@media (max-width:991px){#socialshare{ margin-top: -125px;  right: 0; }}@media (max-width:576px){#socialshare{ margin-top: 0; }.new-event-detail{ padding-bottom: 3rem; }}.overlay-toggler{ opacity: 1;  z-index: 999; }.iconlabel{ color: #234B59;  font-weight: 500;  padding-top: 8px !important;  text-transform: none; }#nav-icon0{ width: 57px;  height: 40px;  position: relative;  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;  cursor: pointer;  z-index: 99999;  margin-right: 10px;  margin-top: 4px; }#nav-icon0 span{ display: block;  position: absolute;  height: 2px;  width: 50%;  background: #234B59;  opacity: 1;  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out; }#nav-icon0 span:nth-child(even){ left: 50%;  border-radius: 0 9px 9px 0; }#nav-icon0 span:nth-child(odd){ left: 0;  border-radius: 9px 0 0 9px; }#nav-icon0 span:nth-child(1),#nav-icon0 span:nth-child(2){ top: 0; }#nav-icon0 span:nth-child(3),#nav-icon0 span:nth-child(4){ top: 14px; }#nav-icon0 span:nth-child(5),#nav-icon0 span:nth-child(6){ top: 28px; }#nav-icon0.open span{ background: #234B59; }#nav-icon0.open span:nth-child(1),#nav-icon0.open span:nth-child(6){ -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }#nav-icon0.open span:nth-child(2),#nav-icon0.open span:nth-child(5){ -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }#nav-icon0.open span:nth-child(1){ left: 0;  top: 7px; }#nav-icon0.open span:nth-child(2){ left: -webkit-calc(50% - 6px); left: calc(50% - 6px);  top: 7px; }#nav-icon0.open span:nth-child(3){ left: -50%;  opacity: 0; }#nav-icon0.open span:nth-child(4){ left: 100%;  opacity: 0; }#nav-icon0.open span:nth-child(5){ left: 0;  top: 27px; }#nav-icon0.open span:nth-child(6){ left: -webkit-calc(50% - 6px); left: calc(50% - 6px);  top: 27px; }.overlay-menu{ position: absolute;  top: -10px;  right: -10px;  height: auto;  width: 94.5vw;  z-index: -999;  visibility: hidden;  -webkit-transition: .8s ease-in-out; transition: .8s ease-in-out;  background-color: white;  color: black;  opacity: 0;  padding-top: 4rem !important;  padding-left: 30px; }.overlay-menu.active{ z-index: 110;  visibility: visible;  opacity: 1; }@media (min-width:768px){.overlay-menu{ width: 55vw; }}@media (min-width:992px){.overlay-menu{ width: 33vw; }}@media (min-width:1200px){.overlay-menu{ width: 27vw; }}.navbar-overlay-menu .navbar-toggler{ text-decoration: none !important; }@media (max-width:1199.98px){.navbar-overlay-menu .navbar-toggler{ margin-right: 15px; }}.social-nav{ margin-right: 5rem;  display: -ms-flexbox; display: -webkit-flex; display: flex;  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }.social-nav .calltoaction-item .calltoaction-item-link{ width: 40px;  height: 40px;  background: #234B59;  display: block;  border-radius: 50%;  text-align: center;  margin-right: .5rem;  padding-top: 3px !important;  color: #fff; }.social-nav .fa:before,.social-nav .fab:before,.social-nav .fas:before{ content: ''; }.social-nav .fa-facebook-f{ background: url(/fileadmin/user_upload/icons/facebook.svg) no-repeat center center;  width: 40px;  height: 40px;  display: block;  margin-top: -8px;  margin-left: -5px; }.social-nav .fa-youtube{ background: url(/fileadmin/user_upload/icons/youtube.svg) no-repeat center center;  width: 40px;  height: 40px;  display: block;  margin-top: -8px;  margin-left: -5px; }.social-nav .fa-instagram{ background: url(/fileadmin/user_upload/icons/instagram.svg) no-repeat center center;  width: 40px;  height: 40px;  display: block;  margin-top: -8px;  margin-left: -5px; }.social-nav .fa-linkedin-in{ background: url(/fileadmin/user_upload/icons/linked_in.svg) no-repeat center center;  width: 40px;  height: 40px;  display: block;  margin-top: -8px;  margin-left: -5px; }.social-nav .fa-twitter{ background: url(/fileadmin/user_upload/icons/twitter.svg) no-repeat center center;  width: 40px;  height: 40px;  display: block;  margin-top: -8px;  margin-left: -5px; }.social-nav .fa-pinterest{ background: url(/fileadmin/user_upload/icons/blog.svg) no-repeat center center;  width: 40px;  height: 40px;  display: block;  margin-top: -3px;  margin-left: 0; }.overlay-searchbox{ margin-right: 4rem; }.overlay-searchbox .searchbox{ background-color: #DFE0E2 !important;  height: 40px;  border-radius: 40px; }@media (min-width:1280px){.overlay-searchbox .searchbox{ width: 300px; }}.overlay-searchbox .input-group-btn{ margin-left: -3rem;  z-index: 9; }.overlay-searchbox .input-group-btn .btn{ width: 40px !important;  height: 40px !important;  padding-top: 0 !important;  padding-bottom: 0 !important;  font-size: 18px !important; }.overlay-searchbox .input-group-btn .btn:hover{ text-decoration: none; }.overlay-searchbox .input-group-btn .fa{ background: url(/fileadmin/user_upload/icons/search.svg);  width: 20px;  height: 20px;  display: block;  margin-top: -1px; }.overlay-searchbox .input-group-btn .fa:before{ content: "" !important; }.brand-link.shrinked{ display: none; }.brand-link.shrinked img{ max-width: 100px; }.navbar-shrinked:before,.navbar-shrinked:after,.navbar-shrinked .brand-link.overlay-link{ display: none; }.navbar-shrinked .brand-link.overlay-link.shrinked{ display: block; }.navbar-shrinked .navbar{ padding-bottom: 20px; }i.fab,i.fa,i.fas{ font-style: normal; }#newsletter-popup{ position: relative;  margin-right: 0;  margin-left: auto;  margin-top: 30%; }.overlay-toggler-2{ opacity: 1;  z-index: 999;  margin-left: auto;  width: 40px;  display: inline-block; }#nav-icon-newsletter{ width: 34px;  height: 35px;  position: relative;  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;  cursor: pointer;  z-index: 99999;  margin-right: 10px;  background: url(/fileadmin/newsletter.svg); }#nav-icon-newsletter span{ display: none;  position: absolute;  height: 1px;  width: 50%;  background: #234B59;  opacity: 1;  -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg);  -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out; }#nav-icon-header-modal{ width: 47px;  height: 47px;  position: relative;  z-index: 1050;  margin-right: 10px;  background: url(/fileadmin/user_upload/aktuelles/roadshow/icon-roadshow-vbbus.svg);  background-size: cover;  display: block; }.overlay-menu__backdrop:before{ content: '';  position: fixed;  left: 0;  top: 0;  width: 100%;  height: 100%;  z-index: 1040;  -webkit-transition: opacity .2s,visibility .2s; transition: opacity .2s,visibility .2s;  -webkit-backdrop-filter: blur(10px);  backdrop-filter: blur(10px);  opacity: 0;  visibility: hidden; }.overlay-menu__backdrop.active:before{ opacity: 1;  visibility: visible; }#footer .overlay-close{ float: right; }#footer .overlay-menu{ position: fixed;  top: auto;  bottom: 0;  right: 0;  height: auto;  z-index: -999;  visibility: hidden;  -webkit-transition: none; transition: none;  background-color: white;  color: black;  opacity: 0;  padding-top: 30px !important;  padding-left: 30px;  padding-right: 30px;  border-radius: 25px;  overflow: hidden; }#footer .overlay-menu.active{ z-index: 1050;  visibility: visible;  opacity: 1; }#overlaymenu-header-modal .overlay-menu{ width: 100vw !important;  min-width: initial;  max-width: 630px; }#newsletter-popup{ position: absolute;  height: 40px;  width: 40px;  right: 0; }#overlaymenu-newsletter .overlay-menu{ position: fixed;  top: auto;  bottom: 0;  right: 0;  height: auto;  width: 94.5vw;  z-index: -999;  visibility: hidden;  -webkit-transition: none; transition: none;  background-color: white;  color: black;  opacity: 0;  padding-top: 30px !important;  padding-left: 30px;  padding-right: 30px;  border-radius: 25px; }#overlaymenu-newsletter .overlay-menu.active{ z-index: 1050;  visibility: visible;  opacity: 1; }@media (min-width:768px){#overlaymenu-newsletter .overlay-menu{ width: 55vw; }}@media (min-width:992px){#overlaymenu-newsletter .overlay-menu{ width: 33vw; }}@media (min-width:1200px){#overlaymenu-newsletter .overlay-menu{ width: 27vw; }}.newsletter__form p{ font-size: 19px;  color: #4D6773; }.newsletter__form p.small{ font-size: 13px; }.newsletter__form form.cr_form div[rel]{ margin-bottom: .7rem; }.newsletter__form h4{ font-size: 24px; }.newsletter__form .form-control,.newsletter__form input[name="email"].form-control{ background-color: #dfe0e2;  height: auto;  padding: 11px 20px;  border-radius: 15px;  line-height: 1em;  max-width: none;  font-size: .95rem; }#footer #overlaymenu{ max-height: 100vh; }#footer .overlay-menu__content{ max-height: -webkit-calc(100vh - 105px); max-height: calc(100vh - 105px);  overflow: auto; }#overlaymenu div.col-5 > strong{ color: #d13627;  text-decoration: underline; }#overlaymenu .ce-gallery img{ width: 218px !important; }#overlaymenu .ce-gallery figcaption{ font-size: 18px;  color: #234B59;  margin-left: 44px; }.frame-type-wst3bootstrap_overlaymenulinks > .ce-content > .row > div{ padding-left: 0; }@media screen and (max-width:1400px){.overlay-searchbox .searchbox{ height: 30px; }.overlay-searchbox .input-group-btn .fa{ margin-top: -9px; }.social-nav .calltoaction-item .calltoaction-item-link{ width: 30px !important;  height: 30px !important; }.social-nav .fas,.social-nav .fab{ width: 40px !important;  height: 39px !important; }.q-item img{ width: 30px;  height: auto; }.iconlabel{ padding-top: 5px !important; }#nav-icon0{ height: 30px;  width: 44px; }#nav-icon0 span:nth-child(3),#nav-icon0 span:nth-child(4){ top: 11px; }#nav-icon0 span:nth-child(5),#nav-icon0 span:nth-child(6){ top: 22px; }#nav-icon0.open span:nth-child(5){ left: 0;  top: 23px; }#nav-icon0.open span:nth-child(6){ left: -webkit-calc(50% - 6px); left: calc(50% - 6px);  top: 23px; }}@media screen and (max-width:1040px){.form-control.searchbox{ max-width: 160px; }.overlay-searchbox{ margin-right: 1.8rem; }}.layout-blog .jumbotron.big,.layout-BlogPage .jumbotron.big{ min-height: 80vh;  padding-left: 10% !important;  padding-right: 10% !important; }.layout-blog .container,.layout-BlogPage .container{ max-width: 88%; }.layout-blog .shape-after .hero.bg-img::before,.layout-BlogPage .shape-after .hero.bg-img::before{ display: none; }.layout-blog figure.effect-lily picture,.layout-BlogPage figure.effect-lily picture{ background: none; }.layout-blog figure.effect-lily img,.layout-BlogPage figure.effect-lily img{ opacity: .9; }.layout-blog figure.effect-lily .overlay-effect,.layout-BlogPage figure.effect-lily .overlay-effect{ -webkit-transition: background .2s ease-in; transition: background .2s ease-in; }.layout-blog figure.effect-lily:hover .overlay-effect,.layout-BlogPage figure.effect-lily:hover .overlay-effect{ background: rgba(48,133,163,.5); }.layout-blog figure.effect-lily .overlay-hover-text,.layout-BlogPage figure.effect-lily .overlay-hover-text,.layout-blog figure.effect-lily .overlay-text,.layout-BlogPage figure.effect-lily .overlay-text{ color: #fff; }.layout-blog figure.effect-lily figcaption > div,.layout-BlogPage figure.effect-lily figcaption > div{ height: auto; }.layout-blog header .headermenu,.layout-BlogPage header .headermenu{ display: none !important; }.layout-blog .shape-after:before,.layout-BlogPage .shape-after:before,.layout-blog .shape-after:after,.layout-BlogPage .shape-after:after{ display: none; }.layout-blog .hero .dockable,.layout-BlogPage .hero .dockable{ -webkit-transition: all .4s ease-in; transition: all .4s ease-in; }.layout-blog #header.hl-docked,.layout-BlogPage #header.hl-docked{ z-index: 6; }.layout-blog #header.hl-docked .dockable,.layout-BlogPage #header.hl-docked .dockable{ position: fixed;  background: #fff;  left: 0;  right: 0;  color: #D13627;  margin-top: 0; }.layout-blog#page_1952 #header.hl-docked .dockable,.layout-BlogPage#page_1952 #header.hl-docked .dockable{ display: none; }.layout-blog .ce-embed .frame-space-after-medium,.layout-BlogPage .ce-embed .frame-space-after-medium{ margin-bottom: 1rem; }.layout-blog #footer .quicknav,.layout-BlogPage #footer .quicknav{ display: none !important; }.layout-blog #content strong,.layout-BlogPage #content strong,.layout-blog #content .bold,.layout-BlogPage #content .bold{ font-weight: 600; }.postlist.blog-masonry .grid-item figure,.layout-blog .flockler-wall_v2-item figure,.layout-blog figure.effect-lily{ overflow: hidden; }.postlist.blog-masonry .grid-item figure img,.layout-blog .flockler-wall_v2-item figure img,.layout-blog figure.effect-lily img,.postlist.blog-masonry .grid-item figure video,.layout-blog .flockler-wall_v2-item figure video,.layout-blog figure.effect-lily video{ -webkit-transition: opacity .35s,transform 1s; transition: opacity .35s,transform 1s;  -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);  width: -webkit-calc(100% + 50px); width: calc(100% + 50px); }.postlist.blog-masonry .grid-item figure:hover img,.layout-blog .flockler-wall_v2-item figure:hover img,.layout-blog figure.effect-lily:hover img,.postlist.blog-masonry .grid-item figure:hover video,.layout-blog .flockler-wall_v2-item figure:hover video,.layout-blog figure.effect-lily:hover video{ -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }.bloglist--tag .over-limit{ opacity: 0; }.bloglist--tag .toggle{ cursor: pointer;  margin-top: .5em;  font-weight: 300; }.bloglist--tag .toggle.all,.bloglist--tag .toggle:hover{ text-decoration: underline;  color: #D13627; }.bloglist--tag .dots{ opacity: 1;  -webkit-transition: opacity .5s; transition: opacity .5s; }.bloglist--tag .dots.hide{ opacity: 0; }.postlist.blog-masonry{ margin-right: -50px; }.postlist.blog-masonry .grid-sizer,.postlist.blog-masonry .grid-item{ width: -webkit-calc(33% - 50px); width: calc(33% - 50px); }.postlist.blog-masonry .grid-item.width-2{ width: -webkit-calc(66% - 50px); width: calc(66% - 50px); }.postlist.blog-masonry .gutter-sizer{ width: 50px; }.postlist.blog-masonry .grid-item{ margin-bottom: 50px; }.postlist.blog-masonry .postlist__post .postlist__postdescription,.postlist.blog-masonry .postlist__post .postmetagroup__prefix,.postlist.blog-masonry .postlist__post .postmetagroup--type-listfooter .postmetagroup__item--tags,.postlist.blog-masonry .postlist__post .postmetagroup__icon,.postlist.blog-masonry .postlist__post .postmetagroup--type-listheader .postmetagroup__item--published,.postlist.blog-masonry .postlist__post .postmetagroup--type-listheader .postmetagroup__item--comments{ display: none; }.postlist.blog-masonry .postlist__post .postmetagroup__item--tags{ color: #D13627; }.postlist.blog-masonry .postlist__post .postmetagroup__item--tags a.tag:hover{ text-decoration: underline;  cursor: pointer; }.postlist.blog-masonry .postlist__post .postmetagroup__item--tags a.tag.active{ text-decoration: underline; }.postlist.blog-masonry .postlist__post .postmetagroup__body{ margin-left: 0; }.postlist.blog-masonry .postlist__post .postmetagroup__list{ line-height: 1rem; }.postlist.blog-masonry .postlist__post .postlist__posttitle{ margin-bottom: .25em; }.postlist.blog-masonry .postlist__post .postmetagroup__item--tags{ padding: 0; }.postlist.blog-masonry .postlist__post .postmetagroup__item--authors .postmetagroup__listtext{ font-style: italic; }.postlist.blog-masonry .postlist__post .postmetagroup__item--authors .postmetagroup__listtext > a{ cursor: pointer; }.postlist.blog-masonry .postlist__post .postmetagroup__item--authors .postmetagroup__listtext > a:hover{ text-decoration: underline; }#content .postlist.blog-masonry .postlist__post .postmetagroup__item--tags li,#content .postlist.blog-masonry .postlist__post .postlist__posttitle a,#content article.ce-embed h2 a{ font-weight: 500;  font-family: "Roboto Condensed",arial,sans-serif; }#content .postlist.blog-masonry .postlist__post .postmetagroup__item--tags li:hover,#content .postlist.blog-masonry .postlist__post .postlist__posttitle a:hover,#content article.ce-embed h2 a:hover{ color: #D13627; }.postlist{ opacity: 0;  -webkit-transition: opacity .5s; transition: opacity .5s; }.postlist.done{ opacity: 1; }.postauthors{ text-align: center; }.postauthors .postauthor--full{ display: -ms-inline-flexbox; display: -webkit-inline-flex; display: inline-flex; }.postauthors .postauthor--full .postauthor__intro,.postauthors .postauthor--full .postauthor__location,.postauthors .postauthor--full .postauthor__social,.postauthors .postauthor--full .postauthor__bio{ display: none; }.postauthors .postauthor--full .postauthor__body{ -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }.postauthors .postauthor--full .postauthor__name{ font-style: italic;  font-weight: 100; }.postauthors .postauthor--full .blogavatar{ width: 100px;  height: 100px; }.postauthors .postauthor--full .postauthor__name{ cursor: pointer; }.postauthors .postauthor + .postauthor{ border-top: none;  padding: 0;  margin: 0; }.postauthors .postauthor{ margin: 1.5rem; }.bloglist.bloglist--tag{ text-align: center;  color: #758490; }.bloglist.bloglist--tag .separator{ padding: 0 10px; }.bloglist.bloglist--tag .tag{ cursor: pointer; }.bloglist.bloglist--tag .tag:hover,.bloglist.bloglist--tag .tag.active{ text-decoration: underline;  color: #D13627; }.author-modal.show .modal-dialog{ max-width: 830px; }.author-modal.show .modal-content{ position: relative; }.author-modal.show .modal-content .postauthor__subline{ display: none; }.author-modal.show .modal-content .header{ margin-bottom: 40px; }.author-modal.show .modal-header{ border-bottom: 0;  position: absolute;  right: 60px;  top: 60px;  z-index: 1; }.author-modal.show .modal-body{ z-index: 0;  padding: 60px; }.author-modal.show .close{ opacity: 1 !important;  padding: 0; }.author-modal.show .close:focus{ outline: none; }.ukraine-ribbon{ background-image: url(/fileadmin/user_upload/ua/ukraine-flag.jpg);  background-repeat: repeat-x;  background-position: top;  height: 10px; }.ukraine-ribbon.video{ position: absolute;  bottom: 5px;  width: 100%; }.frame-type-wst3bootstrap_blogquote .author,.frame-type-wst3bootstrap_blogquote .quote{ font-style: italic; }.frame-type-wst3bootstrap_blogquote .quote{ color: #D13627;  font-weight: 500; }.frame-type-wst3bootstrap_blogimage .blog-image{ background: no-repeat center center transparent;  height: 66vh;  min-height: 800px;  max-height: 88vh;  position: relative; }.frame-type-wst3bootstrap_blogimage .blog-image .inner{ position: absolute;  top: -webkit-calc(50% - 2em); top: calc(50% - 2em);  text-align: center;  margin: 0 auto;  max-width: 64%;  min-width: 300px;  left: 18%;  right: 18%; }.frame-type-wst3bootstrap_blogimage .blog-image .inner > *{ margin: 0; }.frame-type-wst3bootstrap_sharebutton .share-button{ text-align: center;  display: inline-block;  -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }.frame-type-wst3bootstrap_sharebutton #socialshare{ position: relative;  margin-top: 0;  right: 0; }.flockler-posts .flockler-wall_v2-item::before{ display: none; }.flockler-posts .flockler-wall_v2-item__wrapper{ border-radius: 0;  border: none;  background: #fff; }.postlist .postlist__post .postlist__posttitle{ font-size: 40px;  line-height: 40px; }.postlist .postlist__post .postmetagroup__item--authors li,.postlist .postlist__post .postmetagroup__item--tags li{ font-size: 18px; }.frame-type-list h2.h4.text-center.c-secondary-lighten-2.bold{ font-size: 30px; }.bloglist.bloglist--tag{ font-size: 22px; }article.ce-embed h2{ font-size: 40px;  line-height: 40px; }.postauthor__name{ font-size: 18px; }.frame-type-wst3bootstrap_blogquote .quote{ font-size: 50px;  line-height: 52.5px; }.frame-type-wst3bootstrap_blogquote .author{ font-size: 18px; }.frame-type-wst3bootstrap_blogimage .tags{ font-size: 18px; }.frame-type-wst3bootstrap_blogimage h2{ font-size: 70px;  line-height: 73.5px; }.layout-BlogPage h2.h5,.layout-blog h2.h5{ font-size: 18px; }.layout-BlogPage h2.c-secondary,.layout-blog h2.c-secondary{ font-size: 50px; }.layout-BlogPage .hero h1,.layout-blog .hero h1,.layout-BlogPage .hero .h1,.layout-blog .hero .h1{ font-size: 70px; }.layout-BlogPage .hero h2,.layout-blog .hero h2,.layout-BlogPage .hero .h2,.layout-blog .hero .h2{ font-size: 50px; }.layout-BlogPage .hero h2.h4,.layout-blog .hero h2.h4{ font-size: 18px; }.layout-BlogPage p,.layout-blog p,.layout-BlogPage ol li,.layout-blog ol li{ font-size: 25px; }.layout-BlogPage p.lead,.layout-blog p.lead{ font-size: 30px;  line-height: 1.5em; }.layout-BlogPage #header.hl-docked .dockable,.layout-blog #header.hl-docked .dockable{ font-size: 20px; }.layout-BlogPage h2.h3,.layout-blog h2.h3{ font-size: 18px; }.frame-type-wst3bootstrap_sharebutton .title{ font-size: 18px; }.flockler-posts p{ font-size: 18px; }.layout-BlogPage .hero h1,.layout-BlogPage .hero .h1{ font-size: 59.5px; }.layout-BlogPage .hero h2,.layout-BlogPage .hero .h2{ font-size: 42.5px; }@media (min-width:1920px){.layout-blog #content > .frame-type-wst3bootstrap_container .intro:before{ display: none; }}@media (max-width:1440px){.postlist .postlist__post .postlist__posttitle{ font-size: 36px;  line-height: 36px; }.postlist .postlist__post .postmetagroup__item--authors li,.postlist .postlist__post .postmetagroup__item--tags li{ font-size: 16.2px; }.frame-type-list h2.h4.text-center.c-secondary-lighten-2.bold{ font-size: 27px; }.bloglist.bloglist--tag{ font-size: 19.8px; }article.ce-embed h2{ font-size: 36px;  line-height: 36px; }.postauthor__name{ font-size: 16.2px; }.frame-type-wst3bootstrap_blogquote .quote{ font-size: 45px;  line-height: 47.25px; }.frame-type-wst3bootstrap_blogquote .author{ font-size: 16.2px; }.frame-type-wst3bootstrap_blogimage .tags{ font-size: 16.2px; }.frame-type-wst3bootstrap_blogimage h2{ font-size: 63px;  line-height: 66.15px; }.layout-BlogPage h2.h5,.layout-blog h2.h5{ font-size: 16.2px; }.layout-BlogPage h2.c-secondary,.layout-blog h2.c-secondary{ font-size: 45px; }.layout-BlogPage .hero h1,.layout-blog .hero h1,.layout-BlogPage .hero .h1,.layout-blog .hero .h1{ font-size: 63px; }.layout-BlogPage .hero h2,.layout-blog .hero h2,.layout-BlogPage .hero .h2,.layout-blog .hero .h2{ font-size: 45px; }.layout-BlogPage .hero h2.h4,.layout-blog .hero h2.h4{ font-size: 16.2px; }.layout-BlogPage p,.layout-blog p,.layout-BlogPage ol li,.layout-blog ol li{ font-size: 22.5px; }.layout-BlogPage p.lead,.layout-blog p.lead{ font-size: 27px;  line-height: 1.5em; }.layout-BlogPage #header.hl-docked .dockable,.layout-blog #header.hl-docked .dockable{ font-size: 18px; }.layout-BlogPage h2.h3,.layout-blog h2.h3{ font-size: 16.2px; }.frame-type-wst3bootstrap_sharebutton .title{ font-size: 16.2px; }.flockler-posts p{ font-size: 16.2px; }.layout-BlogPage .hero h1,.layout-BlogPage .hero .h1{ font-size: 53.55px; }.layout-BlogPage .hero h2,.layout-BlogPage .hero .h2{ font-size: 38.25px; }}@media (max-width:1280px){.postlist .postlist__post .postlist__posttitle{ font-size: 32px;  line-height: 32px; }.postlist .postlist__post .postmetagroup__item--authors li,.postlist .postlist__post .postmetagroup__item--tags li{ font-size: 14px; }.frame-type-list h2.h4.text-center.c-secondary-lighten-2.bold{ font-size: 24px; }.bloglist.bloglist--tag{ font-size: 17.6px; }article.ce-embed h2{ font-size: 32px;  line-height: 32px; }.postauthor__name{ font-size: 14px; }.frame-type-wst3bootstrap_blogquote .quote{ font-size: 40px;  line-height: 42px; }.frame-type-wst3bootstrap_blogquote .author{ font-size: 14px; }.frame-type-wst3bootstrap_blogimage .tags{ font-size: 14px; }.frame-type-wst3bootstrap_blogimage h2{ font-size: 56px;  line-height: 58.8px; }.layout-BlogPage h2.h5,.layout-blog h2.h5{ font-size: 14px; }.layout-BlogPage h2.c-secondary,.layout-blog h2.c-secondary{ font-size: 40px; }.layout-BlogPage .hero h1,.layout-blog .hero h1,.layout-BlogPage .hero .h1,.layout-blog .hero .h1{ font-size: 56px; }.layout-BlogPage .hero h2,.layout-blog .hero h2,.layout-BlogPage .hero .h2,.layout-blog .hero .h2{ font-size: 40px; }.layout-BlogPage .hero h2.h4,.layout-blog .hero h2.h4{ font-size: 14px; }.layout-BlogPage p,.layout-blog p,.layout-BlogPage ol li,.layout-blog ol li{ font-size: 20px; }.layout-BlogPage p.lead,.layout-blog p.lead{ font-size: 24px;  line-height: 1.5em; }.layout-BlogPage #header.hl-docked .dockable,.layout-blog #header.hl-docked .dockable{ font-size: 16px; }.layout-BlogPage h2.h3,.layout-blog h2.h3{ font-size: 14px; }.frame-type-wst3bootstrap_sharebutton .title{ font-size: 14px; }.flockler-posts p{ font-size: 14px; }.layout-BlogPage .hero h1,.layout-BlogPage .hero .h1{ font-size: 47.6px; }.layout-BlogPage .hero h2,.layout-BlogPage .hero .h2{ font-size: 34px; }.postlist.blog-masonry{ margin-right: -40px; }.postlist.blog-masonry .grid-sizer,.postlist.blog-masonry .grid-item{ width: -webkit-calc(50% - 40px); width: calc(50% - 40px); }.postlist.blog-masonry .grid-item.width-2{ width: -webkit-calc(100% - 40px); width: calc(100% - 40px); }.postlist.blog-masonry .gutter-sizer{ width: 40px; }.postlist.blog-masonry .grid-item{ margin-bottom: 40px; }}@media (max-width:1024px){.postlist .postlist__post .postlist__posttitle{ font-size: 30px;  line-height: 30px; }.postlist .postlist__post .postmetagroup__item--authors li,.postlist .postlist__post .postmetagroup__item--tags li{ font-size: 16px; }.frame-type-list h2.h4.text-center.c-secondary-lighten-2.bold{ font-size: 22.5px; }.bloglist.bloglist--tag{ font-size: 16.5px; }article.ce-embed h2{ font-size: 30px;  line-height: 30px; }.postauthor__name{ font-size: 16px; }.frame-type-wst3bootstrap_blogquote .quote{ font-size: 37.5px;  line-height: 39.375px; }.frame-type-wst3bootstrap_blogquote .author{ font-size: 16px; }.frame-type-wst3bootstrap_blogimage .tags{ font-size: 16px; }.frame-type-wst3bootstrap_blogimage h2{ font-size: 52.5px;  line-height: 55.125px; }.layout-BlogPage h2.h5,.layout-blog h2.h5{ font-size: 16px; }.layout-BlogPage h2.c-secondary,.layout-blog h2.c-secondary{ font-size: 37.5px; }.layout-BlogPage .hero h1,.layout-blog .hero h1,.layout-BlogPage .hero .h1,.layout-blog .hero .h1{ font-size: 52.5px; }.layout-BlogPage .hero h2,.layout-blog .hero h2,.layout-BlogPage .hero .h2,.layout-blog .hero .h2{ font-size: 37.5px; }.layout-BlogPage .hero h2.h4,.layout-blog .hero h2.h4{ font-size: 16px; }.layout-BlogPage p,.layout-blog p,.layout-BlogPage ol li,.layout-blog ol li{ font-size: 18.75px; }.layout-BlogPage p.lead,.layout-blog p.lead{ font-size: 22.5px;  line-height: 1.5em; }.layout-BlogPage #header.hl-docked .dockable,.layout-blog #header.hl-docked .dockable{ font-size: 15px; }.layout-BlogPage h2.h3,.layout-blog h2.h3{ font-size: 16px; }.frame-type-wst3bootstrap_sharebutton .title{ font-size: 16px; }.flockler-posts p{ font-size: 16px; }.layout-BlogPage .hero h1,.layout-BlogPage .hero .h1{ font-size: 44.625px; }.layout-BlogPage .hero h2,.layout-BlogPage .hero .h2{ font-size: 31.875px; }}@media (max-width:768px){.postlist .postlist__post .postlist__posttitle{ font-size: 26.4px;  line-height: 26.4px; }.postlist .postlist__post .postmetagroup__item--authors li,.postlist .postlist__post .postmetagroup__item--tags li{ font-size: 16px; }.frame-type-list h2.h4.text-center.c-secondary-lighten-2.bold{ font-size: 19.8px; }.bloglist.bloglist--tag{ font-size: 20px; }article.ce-embed h2{ font-size: 26.4px;  line-height: 26.4px; }.postauthor__name{ font-size: 16px; }.frame-type-wst3bootstrap_blogquote .quote{ font-size: 33px;  line-height: 34.65px; }.frame-type-wst3bootstrap_blogquote .author{ font-size: 16px; }.frame-type-wst3bootstrap_blogimage .tags{ font-size: 16px; }.frame-type-wst3bootstrap_blogimage h2{ font-size: 46.2px;  line-height: 48.51px; }.layout-BlogPage h2.h5,.layout-blog h2.h5{ font-size: 16px; }.layout-BlogPage h2.c-secondary,.layout-blog h2.c-secondary{ font-size: 33px; }.layout-BlogPage .hero h1,.layout-blog .hero h1,.layout-BlogPage .hero .h1,.layout-blog .hero .h1{ font-size: 46.2px; }.layout-BlogPage .hero h2,.layout-blog .hero h2,.layout-BlogPage .hero .h2,.layout-blog .hero .h2{ font-size: 33px; }.layout-BlogPage .hero h2.h4,.layout-blog .hero h2.h4{ font-size: 16px; }.layout-BlogPage p,.layout-blog p,.layout-BlogPage ol li,.layout-blog ol li{ font-size: 22px; }.layout-BlogPage p.lead,.layout-blog p.lead{ font-size: 19.8px;  line-height: 1.5em; }.layout-BlogPage #header.hl-docked .dockable,.layout-blog #header.hl-docked .dockable{ font-size: 18px; }.layout-BlogPage h2.h3,.layout-blog h2.h3{ font-size: 16px; }.frame-type-wst3bootstrap_sharebutton .title{ font-size: 16px; }.flockler-posts p{ font-size: 16px; }.layout-BlogPage .hero h1,.layout-BlogPage .hero .h1{ font-size: 39.27px; }.layout-BlogPage .hero h2,.layout-BlogPage .hero .h2{ font-size: 28.05px; }.postlist.blog-masonry{ margin-right: -30px; }.postlist.blog-masonry .grid-sizer,.postlist.blog-masonry .grid-item,.postlist.blog-masonry .grid-item.width-2{ width: -webkit-calc(100% - 30px); width: calc(100% - 30px); }.postlist.blog-masonry .gutter-sizer{ width: 30px; }.postlist.blog-masonry .grid-item{ margin-bottom: 30px; }}@media (max-width:576px){.postlist .postlist__post .postlist__posttitle{ font-size: 22px;  line-height: 22px; }.postlist .postlist__post .postmetagroup__item--authors li,.postlist .postlist__post .postmetagroup__item--tags li{ font-size: 16px; }.frame-type-list h2.h4.text-center.c-secondary-lighten-2.bold{ font-size: 20px; }.bloglist.bloglist--tag{ font-size: 20px; }article.ce-embed h2{ font-size: 22px;  line-height: 22px; }.postauthor__name{ font-size: 16px; }.frame-type-wst3bootstrap_blogquote .quote{ font-size: 27.5px;  line-height: 28.875px; }.frame-type-wst3bootstrap_blogquote .author{ font-size: 16px; }.frame-type-wst3bootstrap_blogimage .tags{ font-size: 16px; }.frame-type-wst3bootstrap_blogimage h2{ font-size: 38.5px;  line-height: 40.425px; }.layout-BlogPage h2.h5,.layout-blog h2.h5{ font-size: 16px; }.layout-BlogPage h2.c-secondary,.layout-blog h2.c-secondary{ font-size: 27.5px; }.layout-BlogPage .hero h1,.layout-blog .hero h1,.layout-BlogPage .hero .h1,.layout-blog .hero .h1{ font-size: 38.5px; }.layout-BlogPage .hero h2,.layout-blog .hero h2,.layout-BlogPage .hero .h2,.layout-blog .hero .h2{ font-size: 27.5px; }.layout-BlogPage .hero h2.h4,.layout-blog .hero h2.h4{ font-size: 16px; }.layout-BlogPage p,.layout-blog p,.layout-BlogPage ol li,.layout-blog ol li{ font-size: 20px; }.layout-BlogPage p.lead,.layout-blog p.lead{ font-size: 20px;  line-height: 1.5em; }.layout-BlogPage #header.hl-docked .dockable,.layout-blog #header.hl-docked .dockable{ font-size: 18px; }.layout-BlogPage h2.h3,.layout-blog h2.h3{ font-size: 16px; }.frame-type-wst3bootstrap_sharebutton .title{ font-size: 16px; }.flockler-posts p{ font-size: 16px; }.layout-BlogPage .hero h1,.layout-BlogPage .hero .h1{ font-size: 32.725px; }.layout-BlogPage .hero h2,.layout-BlogPage .hero .h2{ font-size: 23.375px; }}.tx-referenten .owl-theme[id^="wsslider-"] .owl-nav,.tx-referenten .owl-theme[id^="wsslider-"] .owl-nav .owl-prev{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }.tx-referenten .owl-theme[id^="wsslider-"] .owl-nav .owl-prev{ margin-right: 0;  padding-right: 0; }.tx-referenten .owl-theme[id^="wsslider-"] .owl-nav .owl-next{ margin-left: 0; }.tx-referenten .owl-theme[id^="wsslider-"] .owl-nav [class*='owl-'] .fa.fa-angle-left{ background: center center url(/fileadmin/user_upload/icons/training-slider/arrow_gray_left.svg); }.tx-referenten .owl-theme[id^="wsslider-"] .owl-nav [class*='owl-'] .fa.fa-angle-right{ background: center center url(/fileadmin/user_upload/icons/training-slider/arrow_gray_right.svg); }.tx-referenten .owl-theme[id^="wsslider-"] .owl-nav [class*='owl-'] .fa.fa-angle-left::before,.tx-referenten .owl-theme[id^="wsslider-"] .owl-nav [class*='owl-'] .fa.fa-angle-right::before{ content: ''; }.tx-referenten .uppercase{ text-transform: none; }.tx-referenten .card a:hover,.tx-referenten .card a:hover .card-title{ color: #D13627 !important; }.ref-modal .card-title{ text-transform: none !important; }body.layout-Roadshow .jumbotron.big{ min-height: 80vh;  padding-left: 10% !important;  padding-right: 10% !important; }body.layout-Roadshow .container{ max-width: 88%; }body.layout-Roadshow .shape-after .hero.bg-img::before{ display: none; }body.layout-Roadshow .shape-after:before,body.layout-Roadshow .shape-after:after{ display: none; }body.layout-Roadshow #map-wrapper svg path,body.layout-Roadshow #map-wrapper svg path.active,body.layout-Roadshow #map-wrapper svg path:hover{ fill: #9FA9B0;  cursor: auto; }body.layout-Roadshow #content > .frame:nth-child(1) > .ce-content > .intro::before{ display: none; }body.layout-Roadshow #states-wrapper .tabpanel .nav-link,body.layout-Roadshow .states-wrapper .tabpanel .nav-link{ margin-bottom: 0;  border-bottom: 0; }body.layout-Roadshow #states-wrapper .tabpanel .nav-tabs .nav-link.active,body.layout-Roadshow .states-wrapper .tabpanel .nav-tabs .nav-link.active,body.layout-Roadshow #states-wrapper .tabpanel .nav-tabs .nav-item.show .nav-link,body.layout-Roadshow .states-wrapper .tabpanel .nav-tabs .nav-item.show .nav-link,body.layout-Roadshow #states-wrapper .tabpanel .nav-link:active,body.layout-Roadshow .states-wrapper .tabpanel .nav-link:active,body.layout-Roadshow #states-wrapper .tabpanel .nav-link:focus,body.layout-Roadshow .states-wrapper .tabpanel .nav-link:focus{ text-decoration: none; }body.layout-Roadshow #states-wrapper .tabpanel .nav-link.active,body.layout-Roadshow .states-wrapper .tabpanel .nav-link.active{ color: #D13627; }body.layout-Roadshow #states-wrapper .tabpanel .tab-pane,body.layout-Roadshow .states-wrapper .tabpanel .tab-pane{ padding: 0; }body.layout-Roadshow form[id^="event-Anmeldung"] .form-control{ border: solid 1px #234B59; }body.layout-Roadshow form[id^="event-Anmeldung"] .form-control,body.layout-Roadshow form[id^="event-Anmeldung"] .form-control::placeholder{ color: #234B59; }body.layout-Roadshow form[id^="event-Anmeldung"] label[for*="dsgvocheckbox"] p::after{ display: inline;  content: '*'; }body.layout-Roadshow form[id^="event-Anmeldung"] label[for*="dsgvocheckbox"] .required{ display: none; }body.layout-Roadshow form[id^="event-Anmeldung"] h2.c-secondary{ display: none; }body.layout-Roadshow #map-wrapper .icon.dot.truck{ background-image: url(/fileadmin/user_upload/icons/icon-roadshow-vbbus.svg);  left: 5%;  top: 45%;  -webkit-transition: all .8s ease-in; transition: all .8s ease-in;  z-index: 2;  width: 60px;  height: 60px; }body.layout-Roadshow #map-wrapper .icon.dot.truck.moved{ margin-left: -45px;  margin-top: -15px; }body.layout-Roadshow form[id^="event-Anmeldung"] p{ font-size: 18px; }body.layout-Roadshow #states-wrapper .tabpanel .nav-link,body.layout-Roadshow .states-wrapper .tabpanel .nav-link{ color: #FFF;  font-weight: 300;  border-radius: 25px;  background-color: #234b59;  margin-right: 5px;  text-transform: uppercase;  border: 0; }body.layout-Roadshow #states-wrapper .tabpanel .nav-link.active,body.layout-Roadshow .states-wrapper .tabpanel .nav-link.active{ color: #FFF;  font-weight: 300;  border-radius: 25px;  background-color: #D13627;  margin-right: 5px;  text-transform: uppercase;  border: 0; }body.layout-Roadshow #states-wrapper .tabpanel .nav-link.active,body.layout-Roadshow .states-wrapper .tabpanel .nav-link.active{ color: #FFF !important; }body.layout-Roadshow .nav-tabs{ border-bottom: 0 solid #dee2e6; }body.layout-Roadshow .btn-primary{ font-weight: 800;  padding: .8rem 1.25rem;  text-transform: uppercase;  line-height: 1;  font-size: 18px;  border-radius: 2.25rem;  font-family: 'Roboto Condensed',sans-serif; }body.layout-Roadshow .custom-content .container-fluid,body.layout-Roadshow .custom-content .container-sm,body.layout-Roadshow .custom-content .container-md,body.layout-Roadshow .custom-content .container-lg,body.layout-Roadshow .custom-content .container-xl,body.layout-Roadshow .custom-content .container-xxl,body.layout-Roadshow .custom-content .container-xxxl{ padding-left: 0;  padding-right: 0; }body.layout-Roadshow a.email:hover{ color: #D13627 !important; }body.layout-Roadshow .nunito strong,body.layout-Roadshow #content strong{ font-weight: 600; }body.layout-Roadshow .backlink a,body.layout-Roadshow .backlink a:hover{ color: #D13627; }body.layout-Roadshow .owl-theme[id^="wsslider-"] > .owl-dots,body.layout-Roadshow .owl-theme[id^="wsslider-"] > .owl-carousel > .owl-nav{ display: none !important; }body.layout-Roadshow .custom-content .accordion .card-header{ padding: .5rem 1rem;  border-radius: 25px;  vertical-align: middle;  display: inline-block;  -webkit-align-self: start; align-self: start; }body.layout-Roadshow .custom-content .accordion .card-header > h5{ margin-top: 0; }body.layout-Roadshow .custom-content .accordion .card-header a{ color: #fff !important;  font-size: 20px;  padding-right: 0;  font-family: 'Roboto Condensed',sans-serif;  text-transform: uppercase; }body.layout-Roadshow .custom-content .accordion .card-header a:hover{ text-decoration: underline !important; }body.layout-Roadshow .custom-content .accordion .card{ border-bottom: none !important;  padding-bottom: .5em; }body.layout-Roadshow #content .tx-referenten strong{ font-weight: 100; }body.layout-Roadshow .agenda-wrapper{ overflow: auto;  white-space: nowrap; }body.layout-Roadshow .agenda-wrapper td{ min-width: 350px;  white-space: normal;  word-break: break-word;  -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }body.layout-Roadshow .agenda-wrapper td:nth-child(1){ min-width: 250px; }.ticker{ width: 100%;  white-space: nowrap;  overflow: hidden;  max-width: 100vw; }.ticker > .inner{ width: -webkit-fit-content; width: -moz-fit-content; width: fit-content;  display: -ms-flexbox; display: -webkit-flex; display: flex;  position: relative;  -webkit-transform: translate3d(0%,0,0); -ms-transform: translate3d(0%,0,0); transform: translate3d(0%,0,0); }.ticker > .inner,.ticker > .inner *{ color: #234b59;  font-size: 1em; }.ticker > .inner a:hover{ color: #D13627;  text-decoration: underline; }.ticker:hover > .inner{ -webkit-animation-play-state: paused; animation-play-state: paused; }body.layout-Roadshow .description.floatimg ul{ display: inline-block; }body.layout-Roadshow.dddia #states-wrapper .c-primary,body.layout-Roadshow.fvm #states-wrapper .c-primary,body.layout-Roadshow.partner #states-wrapper .c-primary,body.layout-Roadshow.dddia .states-wrapper .c-primary,body.layout-Roadshow.fvm .states-wrapper .c-primary,body.layout-Roadshow.partner .states-wrapper .c-primary{ color: #234B59; }body.layout-Roadshow.dddia .bg-primary,body.layout-Roadshow.fvm .bg-primary,body.layout-Roadshow.partner .bg-primary{ background-color: #4D6773 !important;  border-color: #4D6773 !important; }body.layout-Roadshow.dddia #states-wrapper .tabpanel .nav-link,body.layout-Roadshow.fvm #states-wrapper .tabpanel .nav-link,body.layout-Roadshow.partner #states-wrapper .tabpanel .nav-link,body.layout-Roadshow.dddia .states-wrapper .tabpanel .nav-link,body.layout-Roadshow.fvm .states-wrapper .tabpanel .nav-link,body.layout-Roadshow.partner .states-wrapper .tabpanel .nav-link{ border: solid 1px #4D6773;  background-color: transparent;  color: #4D6773; }body.layout-Roadshow.dddia #states-wrapper .tabpanel .nav-link.active,body.layout-Roadshow.fvm #states-wrapper .tabpanel .nav-link.active,body.layout-Roadshow.partner #states-wrapper .tabpanel .nav-link.active,body.layout-Roadshow.dddia .states-wrapper .tabpanel .nav-link.active,body.layout-Roadshow.fvm .states-wrapper .tabpanel .nav-link.active,body.layout-Roadshow.partner .states-wrapper .tabpanel .nav-link.active{ background-color: #4D6773;  color: #fff; }body.layout-Roadshow.dddia #map-wrapper .dot,body.layout-Roadshow.fvm #map-wrapper .dot,body.layout-Roadshow.partner #map-wrapper .dot{ background-image: none;  border-radius: 50%;  background-color: #4D6773;  border: solid 1px #fff; }body.layout-Roadshow.dddia #map-wrapper .dot.active,body.layout-Roadshow.fvm #map-wrapper .dot.active,body.layout-Roadshow.partner #map-wrapper .dot.active,body.layout-Roadshow.dddia #map-wrapper .dot:hover,body.layout-Roadshow.fvm #map-wrapper .dot:hover,body.layout-Roadshow.partner #map-wrapper .dot:hover{ background-color: #DC6248; }body.layout-Roadshow.dddia .popover.partner,body.layout-Roadshow.fvm .popover.partner,body.layout-Roadshow.partner .popover.partner,body.layout-Roadshow.dddia .popover.partner .popover-header,body.layout-Roadshow.fvm .popover.partner .popover-header,body.layout-Roadshow.partner .popover.partner .popover-header{ background: #4D6773;  color: #fff; }body.layout-Roadshow.dddia .popover.partner .arrow::before,body.layout-Roadshow.fvm .popover.partner .arrow::before,body.layout-Roadshow.partner .popover.partner .arrow::before,body.layout-Roadshow.dddia .popover.partner .arrow::after,body.layout-Roadshow.fvm .popover.partner .arrow::after,body.layout-Roadshow.partner .popover.partner .arrow::after{ border-right-color: #fff; }body.layout-Roadshow.dddia .popover.partner,body.layout-Roadshow.fvm .popover.partner,body.layout-Roadshow.partner .popover.partner{ border: solid 1px #fff; }body.layout-Roadshow #states-wrapper .state.singleline,body.layout-Roadshow .states-wrapper .state.singleline{ margin-bottom: 1rem; }body.layout-Roadshow #states-wrapper .state.singleline .name h2,body.layout-Roadshow .states-wrapper .state.singleline .name h2{ margin: 0; }body.layout-Roadshow #states-wrapper .state.singleline .facilities,body.layout-Roadshow .states-wrapper .state.singleline .facilities{ margin-bottom: 0; }body.layout-Roadshow #states-wrapper .state.singleline p.lead,body.layout-Roadshow .states-wrapper .state.singleline p.lead{ padding-bottom: 0; }body.layout-Roadshow #states-wrapper-p .name.nodate{ display: none; }#map-wrapper svg path.active,.map-wrapper svg path.active,#map-wrapper svg path:hover,.map-wrapper svg path:hover{ fill: #9FA9B0 !important; }#map-wrapper.partner .dot,.map-wrapper.partner .dot{ background-image: url(/fileadmin/user_upload/partner/_map/standtort-icon-netzwerk-Q4.0_RGB.svg) !important; }#map-wrapper.partner .dot.active,.map-wrapper.partner .dot.active,#map-wrapper.partner .dot:hover,.map-wrapper.partner .dot:hover,#map-wrapper.partner .dot[aria-describedby^="popover"],.map-wrapper.partner .dot[aria-describedby^="popover"]{ background-image: url(/fileadmin/user_upload/partner/_map/standtort-icon-netzwerk-Q4.0_RGB_act.svg) !important; }body.layout-Roadshow.partner .custom-content .accordion .card-header{ display: none; }body.layout-Roadshow.dddia #content #states-wrapper .name h2,body.layout-Roadshow.fvm #content #states-wrapper .name h2,body.layout-Roadshow.partner #content #states-wrapper .name h2,body.layout-Roadshow.dddia #content .states-wrapper .name h2,body.layout-Roadshow.fvm #content .states-wrapper .name h2,body.layout-Roadshow.partner #content .states-wrapper .name h2{ font-size: 18px; }body.layout-Roadshow.dddia #roadshow-details h2.title,body.layout-Roadshow.fvm #roadshow-details h2.title,body.layout-Roadshow.partner #roadshow-details h2.title{ font-size: 40px; }body.layout-Roadshow.dddia #roadshow-details h3.subtitle,body.layout-Roadshow.fvm #roadshow-details h3.subtitle,body.layout-Roadshow.partner #roadshow-details h3.subtitle{ font-size: 30px; }body.layout-Roadshow.dddia,body.layout-Roadshow.fvm,body.layout-Roadshow.partner,body.layout-Roadshow.dddia p,body.layout-Roadshow.fvm p,body.layout-Roadshow.partner p,body.layout-Roadshow.dddia p.lead,body.layout-Roadshow.fvm p.lead,body.layout-Roadshow.partner p.lead{ font-size: 20px; }@media (max-width:1440px){body.layout-Roadshow.dddia #content #states-wrapper .name h2,body.layout-Roadshow.fvm #content #states-wrapper .name h2,body.layout-Roadshow.partner #content #states-wrapper .name h2,body.layout-Roadshow.dddia #content .states-wrapper .name h2,body.layout-Roadshow.fvm #content .states-wrapper .name h2,body.layout-Roadshow.partner #content .states-wrapper .name h2{ font-size: 16.2px; }body.layout-Roadshow.dddia #roadshow-details h2.title,body.layout-Roadshow.fvm #roadshow-details h2.title,body.layout-Roadshow.partner #roadshow-details h2.title{ font-size: 36px; }body.layout-Roadshow.dddia #roadshow-details h3.subtitle,body.layout-Roadshow.fvm #roadshow-details h3.subtitle,body.layout-Roadshow.partner #roadshow-details h3.subtitle{ font-size: 27px; }body.layout-Roadshow.dddia,body.layout-Roadshow.fvm,body.layout-Roadshow.partner,body.layout-Roadshow.dddia p,body.layout-Roadshow.fvm p,body.layout-Roadshow.partner p,body.layout-Roadshow.dddia p.lead,body.layout-Roadshow.fvm p.lead,body.layout-Roadshow.partner p.lead{ font-size: 18px; }}@media (max-width:1280px){body.layout-Roadshow.dddia #content #states-wrapper .name h2,body.layout-Roadshow.fvm #content #states-wrapper .name h2,body.layout-Roadshow.partner #content #states-wrapper .name h2,body.layout-Roadshow.dddia #content .states-wrapper .name h2,body.layout-Roadshow.fvm #content .states-wrapper .name h2,body.layout-Roadshow.partner #content .states-wrapper .name h2{ font-size: 14px; }body.layout-Roadshow.dddia #roadshow-details h2.title,body.layout-Roadshow.fvm #roadshow-details h2.title,body.layout-Roadshow.partner #roadshow-details h2.title{ font-size: 32px; }body.layout-Roadshow.dddia #roadshow-details h3.subtitle,body.layout-Roadshow.fvm #roadshow-details h3.subtitle,body.layout-Roadshow.partner #roadshow-details h3.subtitle{ font-size: 24px; }body.layout-Roadshow.dddia,body.layout-Roadshow.fvm,body.layout-Roadshow.partner,body.layout-Roadshow.dddia p,body.layout-Roadshow.fvm p,body.layout-Roadshow.partner p,body.layout-Roadshow.dddia p.lead,body.layout-Roadshow.fvm p.lead,body.layout-Roadshow.partner p.lead{ font-size: 16px; }}@media (max-width:1024px){body.layout-Roadshow.dddia #content #states-wrapper .name h2,body.layout-Roadshow.fvm #content #states-wrapper .name h2,body.layout-Roadshow.partner #content #states-wrapper .name h2,body.layout-Roadshow.dddia #content .states-wrapper .name h2,body.layout-Roadshow.fvm #content .states-wrapper .name h2,body.layout-Roadshow.partner #content .states-wrapper .name h2{ font-size: 16px; }body.layout-Roadshow.dddia #roadshow-details h2.title,body.layout-Roadshow.fvm #roadshow-details h2.title,body.layout-Roadshow.partner #roadshow-details h2.title{ font-size: 30px; }body.layout-Roadshow.dddia #roadshow-details h3.subtitle,body.layout-Roadshow.fvm #roadshow-details h3.subtitle,body.layout-Roadshow.partner #roadshow-details h3.subtitle{ font-size: 22.5px; }body.layout-Roadshow.dddia,body.layout-Roadshow.fvm,body.layout-Roadshow.partner,body.layout-Roadshow.dddia p,body.layout-Roadshow.fvm p,body.layout-Roadshow.partner p,body.layout-Roadshow.dddia p.lead,body.layout-Roadshow.fvm p.lead,body.layout-Roadshow.partner p.lead{ font-size: 15px; }}@media (max-width:768px){body.layout-Roadshow.dddia #content #states-wrapper .name h2,body.layout-Roadshow.fvm #content #states-wrapper .name h2,body.layout-Roadshow.partner #content #states-wrapper .name h2,body.layout-Roadshow.dddia #content .states-wrapper .name h2,body.layout-Roadshow.fvm #content .states-wrapper .name h2,body.layout-Roadshow.partner #content .states-wrapper .name h2{ font-size: 16px; }body.layout-Roadshow.dddia #roadshow-details h2.title,body.layout-Roadshow.fvm #roadshow-details h2.title,body.layout-Roadshow.partner #roadshow-details h2.title{ font-size: 26.4px; }body.layout-Roadshow.dddia #roadshow-details h3.subtitle,body.layout-Roadshow.fvm #roadshow-details h3.subtitle,body.layout-Roadshow.partner #roadshow-details h3.subtitle{ font-size: 19.8px; }body.layout-Roadshow.dddia,body.layout-Roadshow.fvm,body.layout-Roadshow.partner,body.layout-Roadshow.dddia p,body.layout-Roadshow.fvm p,body.layout-Roadshow.partner p,body.layout-Roadshow.dddia p.lead,body.layout-Roadshow.fvm p.lead,body.layout-Roadshow.partner p.lead{ font-size: 18px; }}@media (min-width:768px){body.layout-Roadshow .description.floatimg img.img-fluid{ width: 50%;  margin-right: 2rem;  margin-bottom: 1rem; }body.layout-Roadshow .roadshow-event.reduced .description.floatimg img.img-fluid{ width: auto; }}@media (max-width:576px){body.layout-Roadshow.dddia #content #states-wrapper .name h2,body.layout-Roadshow.fvm #content #states-wrapper .name h2,body.layout-Roadshow.partner #content #states-wrapper .name h2,body.layout-Roadshow.dddia #content .states-wrapper .name h2,body.layout-Roadshow.fvm #content .states-wrapper .name h2,body.layout-Roadshow.partner #content .states-wrapper .name h2{ font-size: 16px; }body.layout-Roadshow.dddia #roadshow-details h2.title,body.layout-Roadshow.fvm #roadshow-details h2.title,body.layout-Roadshow.partner #roadshow-details h2.title{ font-size: 22px; }body.layout-Roadshow.dddia #roadshow-details h3.subtitle,body.layout-Roadshow.fvm #roadshow-details h3.subtitle,body.layout-Roadshow.partner #roadshow-details h3.subtitle{ font-size: 20px; }body.layout-Roadshow.dddia,body.layout-Roadshow.fvm,body.layout-Roadshow.partner,body.layout-Roadshow.dddia p,body.layout-Roadshow.fvm p,body.layout-Roadshow.partner p,body.layout-Roadshow.dddia p.lead,body.layout-Roadshow.fvm p.lead,body.layout-Roadshow.partner p.lead{ font-size: 18px; }}@media (max-width:1600px){.agenda-wrapper td:nth-child(1){ min-width: 150px; }}@media (max-width:1440px){body.layout-Roadshow #states-wrapper li.nav-item,body.layout-Roadshow .states-wrapper li.nav-item{ width: 50%;  padding: 5px 0; }}@media (max-width:768px){body.layout-Roadshow #states-wrapper li.nav-item,body.layout-Roadshow .states-wrapper li.nav-item{ width: 50%; }}@media (max-width:400px){body.layout-Roadshow #states-wrapper li.nav-item,body.layout-Roadshow .states-wrapper li.nav-item{ width: 100%; }}.frame-type-wst3bootstrap_headermodal{ margin-bottom: 30px !important; }.header-modal{ background: #fff;  color: #234B59;  display: -ms-flexbox; display: -webkit-flex; display: flex;  z-index: 1050; }.header-modal__image{ overflow: hidden;  width: 80px;  margin: -30px 25px -30px -30px;  background-size: cover; }@media (min-width:768px){.header-modal__image{ width: 200px; }}.header-modal__content{ -webkit-flex-basis: -webkit-calc(100% - 80px); -webkit-flex-basis: calc(100% - 80px); flex-basis: -webkit-calc(100% - 80px); flex-basis: calc(100% - 80px);  -webkit-flex-grow: 1; flex-grow: 1; }@media (min-width:768px){.header-modal__content{ -webkit-flex-basis: -webkit-calc(100% - 200px); -webkit-flex-basis: calc(100% - 200px); flex-basis: -webkit-calc(100% - 200px); flex-basis: calc(100% - 200px); }}.header-modal__header{ -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; }.header-modal__subheader strong{ font-size: 23px;  font-weight: bold;  line-height: 1; }#overlaymenu-header-modal .header-modal__notice p{ font-size: 13px;  margin-bottom: 0; }.jumbotron.big{ min-height: 80vh; }.shape-after .hero.bg-img::before{ display: none; }.container{ max-width: 88%; }.layout-news.news-new.side-fullheight .jumbotron.big,.layout-TrainingDetails .jumbotron.big{ padding-left: 10% !important;  padding-right: 10% !important; }body#page_1 .shape-after:before,body#page_1 .shape-after:after{ background-image: url(/fileadmin/user_upload/ua/ukraine-flag.jpg);  background-repeat: repeat-x;  background-position: bottom; }body#page_1 .social-nav .calltoaction-item.q-item a.calltoaction-item-link{ background: center center no-repeat url(/fileadmin/user_upload/Trainings/_icons_svg/social/Icon-Q-Netz-Ukraine-60x60.png) !important;  background-size: contain !important; }body#page_1 .social-nav .calltoaction-item.q-item a.calltoaction-item-link img{ visibility: hidden; }header #overlaymenu{ max-height: 95vh;  overflow: auto; }header #overlaymenu .frame-space-after-medium{ margin-bottom: 1.5rem; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .day-title{ font-size: 16px;  font-family: Nunito Sans;  line-height: 1.5rem; }.frame-type-wst3bootstrap_trainingtimelineday .day-title::after{ font-size: 16px;  font-family: Nunito Sans;  line-height: 1.5rem; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .day-title{ font-size: 16px;  font-family: Nunito Sans;  line-height: 1.5rem; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-wrapper,form.filters.v2 .accordion-wrapper,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .card-header,form.filters.v2 .card-header{ background: #fff; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .card-header,form.filters.v2 .card-header{ border-color: #dfe0e2; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion > .card:last-child .card-header,form.filters.v2 .accordion > .card:last-child .card-header{ border-bottom: solid 1px #dfe0e2; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion > .card:nth-child(1) .card-header,form.filters.v2 .accordion > .card:nth-child(1) .card-header{ border-top: solid 1px #dfe0e2; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .card-header.main,form.filters.v2 .card-header.main{ border: none; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode a.accordion-header:hover,form.filters.v2 a.accordion-header:hover,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode a.accordion-header:hover small,form.filters.v2 a.accordion-header:hover small{ text-decoration: none; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode a.accordion-header:hover span.title,form.filters.v2 a.accordion-header:hover span.title{ text-decoration: underline; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .day-title,form.filters.v2 .frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .day-title{ font-size: 16px;  font-family: Nunito Sans;  font-weight: 200; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header.has-icon,form.filters.v2 .accordion-header.has-icon{ line-height: 1.25em; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header.has-icon::after,form.filters.v2 .accordion-header.has-icon::after{ position: absolute;  content: '';  width: 35px;  height: 35px;  display: block;  right: 1.5rem;  top: auto; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-subheader:hover span:not(.availability),form.filters.v2 .accordion-subheader:hover span:not(.availability){ text-decoration: underline; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header.has-icon::after,form.filters.v2 .accordion-header.has-icon::after,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion .card-header a.has-icon:after,form.filters.v2 .accordion .card-header a.has-icon:after{ background: no-repeat center center url(/fileadmin/user_upload/icons/2023/arrow_grey_up.png); }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion .card-header a.has-icon:after,form.filters.v2 .accordion .card-header a.has-icon:after{ background-size: 70% auto; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header.has-icon.collapsed::after,form.filters.v2 .accordion-header.has-icon.collapsed::after,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion .card-header a.has-icon.collapsed:after,form.filters.v2 .accordion .card-header a.has-icon.collapsed:after{ background-image: url(/fileadmin/user_upload/icons/2023/arrow_grey_down.png); }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion .card-header a.has-icon:after,form.filters.v2 .accordion .card-header a.has-icon:after{ top: auto;  right: 0; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode{ background: transparent; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .training-tiles .teaser-tile-wrapper .teaser-tile{ background: #fff;  border: none;  border-bottom: solid 1px #dfe0e2; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .training-tiles .teaser-tile-wrapper .teaser-tile [class*="frame-space-after-"]{ margin-bottom: 0; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser h2,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser h1{ margin-top: 0; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .no-formatting h1,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .no-formatting h2,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .no-formatting h3,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .no-formatting h4,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .no-formatting h5,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .no-formatting strong,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .no-formatting small,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .no-formatting b,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .no-formatting i{ margin-top: 0;  margin-bottom: 0; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .date-type{ text-transform: none; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .btn-primary{ text-transform: none; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-wrapper .frame-space-after-medium{ margin-bottom: 0; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full .ce-header,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full h1,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full h2,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full h3,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full h4,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full h5{ display: none; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full ul{ margin-bottom: 1em;  padding-left: 1.25rem; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full ul,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full li,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full p{ line-height: 1.5; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full p{ padding-bottom: 0; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile span.circle{ display: none; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .image-wrapper img{ border-radius: 50%; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .toggle-favorite{ cursor: pointer; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .image-wrapper figcaption{ display: none; }.layout-TrainingDetails .hero.v2 .description form,.layout-TrainingDetails .hero.v2 .sidebar.bg-white{ background: #fff !important; }.layout-TrainingDetails .hero.v2 .description form,.layout-TrainingDetails .hero.v2 .progressbar,.layout-TrainingDetails .hero.v2 .form-control{ border-color: #dee2e6;  border-width: 1px; }.layout-TrainingDetails .hero.v2 .progressbar{ border: none;  margin-top: 0; }.layout-TrainingDetails .hero.v2 .progressbar .value{ color: #234B59;  text-shadow: none; }.layout-TrainingDetails .hero.v2 .description h2,.layout-TrainingDetails .hero.v2 .description h2 a,.layout-TrainingDetails .hero.v2 .description p > strong{ font-family: "Roboto Condensed",arial,sans-serif;  font-weight: 500; }.layout-TrainingDetails .hero.v2 .content h1,.layout-TrainingDetails .hero.v2 .content h2,.layout-TrainingDetails .hero.v2 .content h3,.layout-TrainingDetails .hero.v2 .content h4,.layout-TrainingDetails .hero.v2 .content h5{ font-family: "Roboto Condensed",arial,sans-serif;  font-weight: 500; }.layout-TrainingDetails .hero.v2 .training-page .description .form-control,.layout-TrainingDetails .hero.v2 form[id^="event-Anmeldung"] .form-control,.layout-TrainingDetails .hero.v2 form[id^="eventAnmeldung"] .form-control,.layout-TrainingDetails .hero.v2 form[id^="anmeldung"] .form-control,.layout-TrainingDetails .hero.v2 form[id^="event-Anmeldung"] .form-control::placeholder,.layout-TrainingDetails .hero.v2 form[id^="eventAnmeldung"] .form-control::placeholder,.layout-TrainingDetails .hero.v2 form[id^="anmeldung"] .form-control::placeholder{ border-radius: 0; }.layout-TrainingDetails .hero.v2 .frame-type-form_formframework > .ce-content > form:nth-child(2),.layout-TrainingDetails .hero.v2 .frame-type-shortcut .frame-type-form_formframework{ margin-top: 1em; }.layout-TrainingDetails .hero.v2 .description.form{ font-family: 'Nunito Sans',sans-serif; }.layout-TrainingDetails .hero.v2 .description.form .form-control{ padding: .5em .75em; }.layout-TrainingDetails .hero.v2 .description.form form{ padding: .5em; }.layout-TrainingDetails .hero.v2 .description.form .form-step p{ padding-left: 0;  padding-right: 0; }.layout-TrainingDetails .image-xl{ background: center center no-repeat transparent;  background-size: cover;  opacity: 0;  -webkit-transition: opacity .3s ease-in; transition: opacity .3s ease-in; }.layout-TrainingDetails .image-xl div.image{ display: none; }.layout-TrainingDetails .hero.reduced{ margin-bottom: 0;  padding: 0 !important; }.layout-TrainingDetails .hero.reduced .container{ max-width: 100%; }.layout-TrainingDetails .hero.reduced .description .onlyform > .frame > .ce-content > .frame > .ce-content > .ce-header{ display: none; }.layout-TrainingDetails .hero.reduced .description .onlyform .frame-type-form_formframework > .ce-content > form:nth-child(2),.layout-TrainingDetails .hero.reduced .description .onlyform .frame-type-shortcut .frame-type-form_formframework,.layout-TrainingDetails .hero.reduced .description .onlyform form{ margin-top: 0; }.layout-TrainingDetails .hero.reduced .row.header{ margin-top: 0 !important; }.layout-TrainingDetails .hero.v2 .event-infos i,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .event-infos i{ width: 1.25rem;  display: inline-block; }.layout-TrainingDetails .hero.v2 .availability,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .availability{ padding-left: 1.5rem; }.layout-TrainingDetails .hero.v2 .event-infos p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .event-infos p,.layout-TrainingDetails .hero.v2 .availability,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .availability{ line-height: 2rem; }.layout-TrainingDetails .hero.v2 .event-infos .organizer p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .event-infos .organizer p{ line-height: 1.5rem; }.layout-TrainingDetails .hero.v2 .category-badge,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge{ background: #fff;  border-radius: 0;  padding: 0; }.layout-TrainingDetails .hero.v2 .category-badge .text,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge .text{ color: #234B59;  text-transform: none;  font-weight: 300; }.layout-TrainingDetails .hero.v2 .category-badge:hover,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge:hover{ background: transparent; }.layout-TrainingDetails .hero.v2 .category-badge:hover .text,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge:hover .text{ color: #D13627;  text-decoration: underline; }.layout-TrainingDetails .hero.v2 .category-badge:hover .circle,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge:hover .circle{ background: #D13627; }.layout-TrainingDetails .hero.v2 .border .content p:nth-last-child(1),.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .border .content p:nth-last-child(1),.layout-TrainingDetails .hero.v2 .border .content > div > div:nth-last-child(1) figure,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .border .content > div > div:nth-last-child(1) figure{ margin-bottom: 0; }.layout-TrainingDetails .hero.v2 .event-infos .tag,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .event-infos .tag{ cursor: pointer; }.layout-TrainingDetails .hero.v2 .event-infos .tag.active,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .event-infos .tag.active{ text-decoration: underline;  color: #d13627; }.layout-TrainingDetails .hero.v2 .event-organizers .organizer a:hover,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .event-organizers .organizer a:hover,.layout-TrainingDetails .hero.v2 .training-info-v2 a[data-toggle="modal"],.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .training-info-v2 a[data-toggle="modal"],.layout-TrainingDetails .hero.v2 .training-info-v2 a[data-toggle="modal"]:hover,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .training-info-v2 a[data-toggle="modal"]:hover{ text-decoration: underline; }.layout-TrainingDetails .hero.v2 .training-info-v2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .training-info-v2{ font-family: 'Nunito Sans',sans-serif; }.layout-TrainingDetails .hero.v2 .training-info-v2 td,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .training-info-v2 td{ vertical-align: top; }form.filters.v2{ background: transparent; }form.filters.v2 .container{ padding-left: 7.5px;  padding-right: 7.5px; }form.filters.v2 .inner,form.filters.v2 .accordion-wrapper,form.filters.v2 .card-header{ background: #f7f7f7; }form.filters.v2 .search{ margin-left: 5px;  background: #f7f7f7;  border: 1px solid #dee2e6; }form.filters.v2 div.custom-field .values::before{ border-bottom-color: #dee2e6; }form.filters.v2.vertical div.custom-field .values::before{ border-bottom-color: transparent;  border-right-color: #dee2e6;  left: -30px; }form.filters.v2.vertical .inner,form.filters.v2.vertical .search{ margin-bottom: 1rem; }form.filters.v2.vertical .label{ margin-right: 0; }form.filters.v2.vertical .search{ margin-left: 0;  max-width: 100%; }form.filters.v2.vertical .inner{ display: none; }form.filters.v2 .accordion-header.has-icon::after{ right: 0; }form.filters.v2 .modal-header{ border-bottom: none; }form.filters.v2 .modal-footer{ border-top: none; }form.filters.v2 a.favorite-toggle{ cursor: pointer; }form.filters.v2 div.custom-field .label{ margin-bottom: 5px; }form.filters.v2 div.custom-field .values{ margin-top: 10px; }form.filters.v2 div.custom-field .values .value:nth-last-child(1){ margin-bottom: 0; }form.filters.v2 div.custom-field .values .wrapper{ margin: 10px; }body[class*="layout-TrainingList"] .hero:not(.v2){ background: #fff !important; }body[class*="layout-TrainingList"] .jumbotron.bg-img .ce-headline .c-secondary span{ color: #234B59; }body[class*="layout-TrainingList"] .hero > div > .frame-type-textpic{ display: none !important; }body[class*="layout-TrainingList"] .hero.kludge{ background: top center no-repeat #fff !important;  background-size: cover !important; }body.layout-TrainingDetails .hero.v2[data-availability="list"] .more-info-wrapper,body.layout-TrainingDetails .hero.v2[data-availability="list"] .event-organizers-wrapper,body.layout-TrainingDetails .hero.v2[data-availability="list"] .agenda-wrapper,body.layout-TrainingDetails .hero.v2[data-availability="list"] .tags-wrapper,body.layout-TrainingDetails .hero.v2[data-availability="list"] .contact-wrapper{ display: none !important; }body.layout-TrainingDetails .sidebar .collapsing{ -webkit-transition: none;  -webkit-transition: none; transition: none;  display: none;  height: auto !important; }body.layout-TrainingDetails .jumbotron.bg-img .ce-headline span{ color: #234B59; }a.cert{ text-decoration: underline; }.layout-TrainingDetails form[id^="event-Anmeldung"][id*="ANWALT"] label[for*="dsgvocheckbox"] p::after,.layout-TrainingDetails form[id^="event-AnmeldungIWreduziert"][id*="ANWALT"] label[for*="dsgvocheckbox"] p::after{ display: none; }@media (max-width:1280px){.layout-TrainingDetails .hero.reduced .description .onlyform .btn-group,.layout-TrainingDetails .hero.reduced .description .onlyform .btn-group-vertical{ display: -ms-flexbox; display: -webkit-flex; display: flex; }}@media (max-width:576px){.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header.has-icon::after,form.filters.v2 .accordion-header.has-icon::after{ left: auto; }.training-main .frame-type-wst3bootstrap_trainingtiles .container.training-tiles-wrapper.group-mode{ padding-left: 0;  padding-right: 0; }.training-main .frame-type-wst3bootstrap_trainingtiles .container.training-tiles-wrapper.group-mode span.spacer{ display: none; }.layout-TrainingDetails .hero.v2{ padding-left: 0 !important;  padding-right: 0 !important;  padding-top: 0 !important; }.layout-TrainingDetails .hero.v2 .description-wrapper{ padding-left: 0 !important;  padding-right: 0 !important; }.layout-TrainingDetails .hero.v2 .description form{ padding: 1rem; }.layout-TrainingDetails .hero.v2 .description ul{ padding-left: 1em; }.layout-TrainingDetails .hero.v2 .mt-4{ margin-top: .5rem !important; }.layout-TrainingDetails .hero.v2 .mb-4{ margin-bottom: .5rem !important; }}.frame-type-wst3bootstrap_trainingtimelinev2 .roboto.bold{ font-weight: 500; }.frame-type-wst3bootstrap_trainingtimelineday{ margin-bottom: .5rem; }.frame-type-wst3bootstrap_trainingtimelineday .day-title{ position: relative;  display: block;  padding-right: 1.25em; }.frame-type-wst3bootstrap_trainingtimelineday .day-title::after{ position: absolute;  display: inline-block;  content: "";  right: 0;  top: 0;  background: no-repeat url(/fileadmin/user_upload/icons/2023/arrow_grey_down.png);  background-position: center .666rem;  background-size: contain;  width: 1em;  height: 100%; }.frame-type-wst3bootstrap_trainingtimelineday .day-title[aria-expanded="true"]::after{ background-image: url(/fileadmin/user_upload/icons/2023/arrow_grey_up.png); }.frame-type-wst3bootstrap_trainingtimelineday .day-title.nohref::after{ display: none; }.frame-type-wst3bootstrap_trainingtimelineday ul{ padding-left: 1em; }.frame-type-wst3bootstrap_trainingtimelineday p:nth-child(1){ margin-bottom: 0; }.frame-type-wst3bootstrap_trainingtimelinemodules{ margin-bottom: 0; }.frame-type-wst3bootstrap_trainingtimelinemodules td.icon{ background: center center no-repeat orange;  width: 40px;  height: 40px;  background-size: contain; }.frame-type-wst3bootstrap_trainingtimelinemodules .module-title{ font-family: 'Nunito Sans',sans-serif; }.frame-type-wst3bootstrap_testimonial .testimonial{ max-width: 100%; }.frame-type-wst3bootstrap_testimonial .testimonial .quote{ min-height: 175px; }.frame-type-wst3bootstrap_testimonial .testimonial h1,.frame-type-wst3bootstrap_testimonial .testimonial h2,.frame-type-wst3bootstrap_testimonial .testimonial h3,.frame-type-wst3bootstrap_testimonial .testimonial h4,.frame-type-wst3bootstrap_testimonial .testimonial h5,.frame-type-wst3bootstrap_testimonial .testimonial h6{ font-family: "Roboto Condensed",arial,sans-serif;  font-weight: 500; }.frame-type-wst3bootstrap_trainingteaser,.frame-type-wst3bootstrap_trainingteaser > .ce-content,.frame-type-wst3bootstrap_trainingteaser .training-teaser{ height: 100%; }.frame-type-wst3bootstrap_trainingteaser .training-teaser{ background: no-repeat center center transparent;  background-size: auto 125%;  position: relative;  z-index: 0;  overflow: hidden;  min-height: 400px;  -webkit-transition: background-size .5s ease-in-out; transition: background-size .5s ease-in-out; }.frame-type-wst3bootstrap_trainingteaser .training-teaser::before{ display: block;  content: '';  position: absolute;  top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: 1;  background: black;  background: -moz-linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);  background: -webkit-linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);  background: -webkit-linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%); background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }.frame-type-wst3bootstrap_trainingteaser .training-teaser .inner{ z-index: 3;  position: absolute;  bottom: 0;  left: 0;  right: 0;  -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }.frame-type-wst3bootstrap_trainingteaser .training-teaser .inner h1,.frame-type-wst3bootstrap_trainingteaser .training-teaser .inner h2,.frame-type-wst3bootstrap_trainingteaser .training-teaser .inner h3,.frame-type-wst3bootstrap_trainingteaser .training-teaser .inner p{ color: #fff !important; }.frame-type-wst3bootstrap_trainingteaser .training-teaser .inner [class*="frame-space-after"]{ margin-bottom: 0; }.frame-type-wst3bootstrap_trainingteaser .training-teaser .inner::after{ display: block;  content: '';  position: absolute;  left: -50%;  bottom: -50%;  width: 0;  height: 0;  background: rgba(244,158,158,.64);  z-index: -1;  border-radius: 50%;  -webkit-transition: all 1s ease-out; transition: all 1s ease-out; }.frame-type-wst3bootstrap_trainingteaser .training-teaser.hovered{ background-size: auto 135%; }.frame-type-wst3bootstrap_trainingteaser .training-teaser.hovered .inner::after{ width: 175%;  height: 280%;  left: -55%;  bottom: -150%; }.frame-type-wst3bootstrap_trainingteaser .training-teaser h1,.frame-type-wst3bootstrap_trainingteaser .training-teaser h2,.frame-type-wst3bootstrap_trainingteaser .training-teaser h3{ margin-top: 0;  margin-bottom: 0;  font-family: "Roboto Condensed",arial,sans-serif;  font-weight: 500; }.author-modal.organizer{}.author-modal.organizer .content > .frame-type-wst3bootstrap_container > .ce-content > .ce-header{ display: none; }.author-modal.organizer .container{ max-width: 100%;  padding: 0; }.author-modal.price p:nth-last-child(1){ margin-bottom: 0; }.training-tiles-modal .modal-header{ line-height: 1em; }.training-tiles-modal .modal-dialog{ max-width: 1440px !important; }.training-tiles-modal .modal-content{ max-height: 1280px !important; }.training-tiles-modal .btn-close{ border: none;  background: no-repeat center center url(/fileadmin/user_upload/icons/2023/close.png) transparent;  background-size: contain;  width: 1em;  height: 1em; }.training-tiles-modal .btn-close:focus{ outline: 0; }.author-modal.agenda.show .modal-dialog{ max-width: 90vw;  overflow: auto; }.author-modal.agenda.show .modal-body{ overflow: auto;  max-height: 90vh; }.author-modal.agenda.show .print-btn,.author-modal.agenda.show .email-btn{ width: 40px;  height: 40px;  display: block;  background: center center no-repeat; }.author-modal.agenda.show .print-btn,.author-modal.agenda.show .email-btn,.author-modal.agenda.show .print-btn:focus,.author-modal.agenda.show .email-btn:focus{ border: none;  outline: none; }.author-modal.agenda.show .print-btn{ background-image: url(/fileadmin/user_upload/icons/2023/print_v2.svg); }.author-modal.agenda.show .email-btn{ background-image: url(/fileadmin/user_upload/icons/2023/email_v2.svg); }.author-modal.agenda.show ul,.author-modal.agenda.show li,.author-modal.agenda.show p,.author-modal.agenda.show .p{ font-family: 'Nunito Sans',sans-serif;  color: #234B59; }.author-modal.agenda.show ul:nth-last-child(1),.author-modal.agenda.show p:nth-last-child(1){ margin-bottom: 0; }.author-modal.agenda.show ul{ padding-left: 1.25rem; }.author-modal.agenda.show .g .border-bottom{ border-color: #D13627 !important; }.author-modal.agenda.show .s .border-bottom{ border-color: #234B59 !important; }.author-modal.agenda.show .g,.author-modal.agenda.show .g ul{ color: #D13627; }.author-modal.agenda.show .s,.author-modal.agenda.show .s ul{ color: #234B59; }.author-modal.agenda.show h5.nunito{ font-weight: 300; }.author-modal.agenda.show .explanation .square{ width: 1em;  height: 1em;  display: inline-block; }.author-modal.agenda.show .explanation .square.g{ background-color: #D13627; }.author-modal.agenda.show .explanation .square.s{ background-color: #234B59; }.author-modal.agenda.show .arrow-bg-right,.author-modal.agenda.show .arrow-bg-right-spacer{ background: none;  position: relative;  padding-bottom: 1em; }.author-modal.agenda.show .arrow-bg-right::before,.author-modal.agenda.show .arrow-bg-right-spacer::before{ display: block;  height: 1px;  background: #999;  content: '';  position: absolute;  left: 0;  right: 0;  bottom: .25em; }.author-modal.agenda.show .arrow-bg-right::after{ display: block;  content: '';  background: center right no-repeat url(/fileadmin/user_upload/icons/2023/modul_arrow_right_grey.svg);  width: 1em;  height: 1em;  background-size: contain;  position: absolute;  right: 0;  bottom: 0; }@media print{body.modal-open,body.modal-open.print{ width: 210cm;  overflow: hidden; }body.modal-open,body.modal-open.print,body.modal-open .modal-backdrop,body.modal-open.print .modal-backdrop{ background: #fff !important; }body.modal-open #page,body.modal-open.print #page{ display: none; }body.modal-open .modal.agenda.show,body.modal-open.print .modal.agenda.show{ padding: 0 !important; }body.modal-open .modal.agenda.show .modal-header,body.modal-open.print .modal.agenda.show .modal-header{ padding: 0; }body.modal-open .modal.agenda.show .modal-header img,body.modal-open.print .modal.agenda.show .modal-header img{ height: 35px; }body.modal-open .modal.agenda.show,body.modal-open.print .modal.agenda.show,body.modal-open .modal.agenda.show .modal-dialog,body.modal-open.print .modal.agenda.show .modal-dialog,body.modal-open .modal.agenda.show .modal-content,body.modal-open.print .modal.agenda.show .modal-content,body.modal-open .modal.agenda.show .modal-body,body.modal-open.print .modal.agenda.show .modal-body{ width: 100%;  height: 100%;  overflow: hidden;  max-width: 100%;  max-height: 100%; }body.modal-open .modal.agenda.show .modal-body,body.modal-open.print .modal.agenda.show .modal-body{ padding: 8pt !important; }body.modal-open .modal.agenda.show *,body.modal-open.print .modal.agenda.show *{ overflow: hidden; }body.modal-open .modal.agenda.show .modal-dialog,body.modal-open.print .modal.agenda.show .modal-dialog{ margin: 0;  padding: 0; }body.modal-open .modal.agenda.show button.close,body.modal-open.print .modal.agenda.show button.close,body.modal-open .modal.agenda.show button.print-btn,body.modal-open.print .modal.agenda.show button.print-btn{ display: none !important; }body.modal-open .modal.agenda.show .row,body.modal-open.print .modal.agenda.show .row{ page-break-after: avoid; }body.modal-open .modal.agenda.show .col-lg-3,body.modal-open.print .modal.agenda.show .col-lg-3{ max-width: 25% !important; }body.modal-open .modal.agenda.show .explanation,body.modal-open.print .modal.agenda.show .explanation{ display: -ms-flexbox !important; display: -webkit-flex !important; display: flex !important; }body.modal-open .modal.agenda.show .explanation .mr-md-1,body.modal-open.print .modal.agenda.show .explanation .mr-md-1{ margin-right: .25rem !important; }body.modal-open .modal.agenda.show .explanation .ml-md-4,body.modal-open.print .modal.agenda.show .explanation .ml-md-4{ margin-left: 1.5rem !important; }body.modal-open .modal.agenda.show h1,body.modal-open.print .modal.agenda.show h1,body.modal-open .modal.agenda.show h2,body.modal-open.print .modal.agenda.show h2{ font-size: 12pt;  line-height: 13.2pt; }body.modal-open .modal.agenda.show h3,body.modal-open.print .modal.agenda.show h3{ font-size: 10pt; }body.modal-open .modal.agenda.show ul,body.modal-open.print .modal.agenda.show ul,body.modal-open .modal.agenda.show li,body.modal-open.print .modal.agenda.show li,body.modal-open .modal.agenda.show .p,body.modal-open.print .modal.agenda.show .p,body.modal-open .modal.agenda.show p,body.modal-open.print .modal.agenda.show p,body.modal-open .modal.agenda.show h5,body.modal-open.print .modal.agenda.show h5{ font-size: 8pt; }body.modal-open .modal.agenda.show .explanation,body.modal-open.print .modal.agenda.show .explanation,body.modal-open .modal.agenda.show .explanation .title-wrapper,body.modal-open.print .modal.agenda.show .explanation .title-wrapper{ font-size: 7.7pt;  line-height: 7.7pt; }body.modal-open .modal.agenda.show .note,body.modal-open.print .modal.agenda.show .note{ font-size: 6pt; }body.modal-open .modal.agenda.show .icon-header .icon-wrapper,body.modal-open.print .modal.agenda.show .icon-header .icon-wrapper{ width: 20px; }body.modal-open .modal.agenda.show .icon-header .icon-wrapper img.icon,body.modal-open.print .modal.agenda.show .icon-header .icon-wrapper img.icon{ width: 100%; }body.modal-open .modal.agenda.show .icon-header .title-wrapper,body.modal-open.print .modal.agenda.show .icon-header .title-wrapper{ padding-left: .5em; }body.modal-open .modal.agenda.show .explanation .noicon,body.modal-open.print .modal.agenda.show .explanation .noicon{ height: 40px; }body.modal-open .modal.agenda.show .modal-body .legend,body.modal-open.print .modal.agenda.show .modal-body .legend{ margin-bottom: 1rem; }body.modal-open .modal.agenda.show .arrow-bg-right-spacer::before,body.modal-open.print .modal.agenda.show .arrow-bg-right-spacer::before,body.modal-open .modal.agenda.show .arrow-bg-right::before,body.modal-open.print .modal.agenda.show .arrow-bg-right::before,body.modal-open .modal.agenda.show .arrow-bg-right-spacer::after,body.modal-open.print .modal.agenda.show .arrow-bg-right-spacer::after,body.modal-open .modal.agenda.show .arrow-bg-right::after,body.modal-open.print .modal.agenda.show .arrow-bg-right::after{ display: none; }body.modal-open .modal.agenda.show .icon-header.arrow-bg-right-spacer,body.modal-open.print .modal.agenda.show .icon-header.arrow-bg-right-spacer,body.modal-open .modal.agenda.show .icon-header.arrow-bg-right,body.modal-open.print .modal.agenda.show .icon-header.arrow-bg-right{ border-bottom: solid 1px #999; }body.modal-open .cc-revoke,body.modal-open.print .cc-revoke,body.modal-open #typo3-preview-info,body.modal-open.print #typo3-preview-info{ display: none !important; }body.modal-open .author-modal.agenda.show li::before,body.modal-open.print .author-modal.agenda.show li::before{ display: inline-block;  content: "•";  width: 1em;  height: 1.5em;  text-align: left;  vertical-align: text-bottom; }body.modal-open .author-modal.agenda.show ul,body.modal-open.print .author-modal.agenda.show ul{ padding-left: 0; }@page{ size: A4 landscape;  margin: 1cm; }}#overlaymenu.v2{ width: 0;  height: 95vh;  max-height: 100vh;  max-width: 1700px;  margin-top: -30px;  padding-left: 30px;  padding-right: 30px;  right: 0; }#overlaymenu.v2.active{ width: -webkit-calc(100vw - 90px) !important; width: calc(100vw - 90px) !important;  z-index: 1031; }#overlaymenu.v2 h2{ color: #234B59; }#overlaymenu.v2 h2.bold a{ font-weight: 500; }#overlaymenu.v2 ul li a{ padding-left: 0;  padding-right: 0; }@media (max-width:1800px){#overlaymenu.v2.active{ width: -webkit-calc(100vw - 45px) !important; width: calc(100vw - 45px) !important; }}@media (max-width:1600px){#overlaymenu.v2{ margin-top: -10px; }}@media (max-width:991px){#overlaymenu.v2.active{ width: -webkit-calc(100vw - 15px) !important; width: calc(100vw - 15px) !important; }}@media (max-width:768px){#overlaymenu.v2 .frame-space-after-large{ margin-bottom: 25px; }}nav.has-flyout .flyout-container{ background: #fff;  min-width: 200px;  position: absolute;  top: 100%; }nav.has-flyout .flyout-container .ce-header{ display: none; }nav.has-flyout .flyout-container .row.align-items-end li{ text-align: right; }nav.has-flyout .item > span{ cursor: default; }nav.has-flyout .item.has-content{ position: relative;  padding-right: 5px; }nav.has-flyout .item.has-content::after{ position: absolute;  right: 0;  top: 0;  content: "";  width: 1em;  height: 100%;  display: inline-block;  background: no-repeat url(/fileadmin/user_upload/icons/2023/arrow_grey_down.png);  background-size: 1em;  background-position: center center; }nav.has-flyout .flyout-container .nav-link span{ position: relative;  display: inline-block; }nav.has-flyout .item:hover a,nav.has-flyout .item.open a,nav.has-flyout a.nav-link:hover{ color: #D13627; }nav.has-flyout .item:hover a,nav.has-flyout .item.open a,nav.has-flyout a.nav-link:hover,nav.has-flyout .item:hover a span,nav.has-flyout .item.open a span,nav.has-flyout a.nav-link:hover span{ text-decoration: underline; }nav.has-flyout .item.index-0 span{ padding-left: 0; }nav.has-flyout .item:not(.has-content):nth-last-child(1) span{ padding-right: 0; }nav.has-flyout .item{ margin-right: .25em; }nav.has-flyout .item:not(.has-content):nth-last-child(1){ margin-right: 0; }nav.has-flyout .navbar-brand img{ max-height: 45px !important; }nav.has-flyout .brand-link.shrinked img{ max-width: 140px !important; }nav.has-flyout #overlaymenu.v2.active .frame-type-wst3bootstrap_fluidrow{ margin-bottom: 1em; }nav.has-flyout #overlaymenu.v2.active .frame-type-div{ display: none; }nav.has-flyout #overlaymenu.v2.active .ce-header h2,nav.has-flyout #overlaymenu.v2.active .ce-header h2 a{ font-family: "Roboto Condensed",arial,sans-serif;  font-weight: 500; }nav.has-flyout .item .inner,nav.has-flyout .flyout-container .nav-link,#nav-primary nav.navbar.has-flyout .flyout-container .nav-link{ padding: .5rem 1rem; }body.flyout .shape-after .hero.bg-img::before,body.flyout .shape-after::before,body.flyout .shape-after::after,body.flyout #header::before,body.flyout #header::after,body.flyout #content > .frame:nth-child(1) > .ce-content > .intro::before{ display: none; }body.flyout #nav-primary{ -webkit-box-shadow: 0 -10px 15px 2px #000; box-shadow: 0 -10px 15px 2px #000; }body.flyout .flyout-container{ -webkit-box-shadow: 0 10px 10px -10px #000; box-shadow: 0 10px 10px -10px #000; }.header-training-search{ width: 100%;  max-width: 300px; }.header-training-search .search{ margin-left: 5px;  border: 1px solid #dee2e6;  max-width: 300px;  padding: 0 0 0 15px;  border-radius: 15px; }.header-training-search .btn-search{ padding: 15px;  background: center center no-repeat url(/fileadmin/user_upload/icons/search.svg) !important;  background-size: 50% !important; }.header-training-search .btn-search:focus,.header-training-search .form-control:focus{ outline: 0;  -webkit-box-shadow: none; box-shadow: none;  background: transparent; }.header-training-search .form-control{ border: none !important; }.header-training-search .search,.header-training-search input{ background: #f7f7f7; }.header-training-search .fa-search{ opacity: 0; }.breadcrumb-menu{ padding: 0;  margin: 0;  list-style-type: none; }.breadcrumb-menu li{ display: inline; }@media (max-width:1440px){nav.has-flyout .flyout-container .nav-link span::before{ background-position: center 5px; }}@media (min-width:992px){nav.has-flyout .overlay-wrap{ display: none; }#nav-primary .d-none.d-lg-block:not(.dropdown){ margin-right: 15px; }}body.newcolors a:hover,body.newcolors p a,body.newcolors p a:hover,body.newcolors p a:focus,body.newcolors .accordion .card-header a:hover,body.newcolors div.custom-field .label:hover,body.newcolors div.custom-field .values .value.selected,body.newcolors div.custom-field .values .value:hover,body.newcolors.layout-TrainingDetails .hero.v2 .category-badge:hover .text,body.newcolors.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge:hover .text,body.newcolors nav.has-flyout .item:hover a,body.newcolors nav.has-flyout .item.open a,body.newcolors nav.has-flyout a.nav-link:hover{ color: #4D6773; }body.newcolors nav.has-flyout{ background-color: #fff; }body.newcolors .text-primary,body.newcolors a.text-primary:hover,body.newcolors a.text-primary:focus{ color: #4D6773 !important; }body.newcolors .border-primary{ border-color: #4D6773 !important; }body.newcolors .btn-primary:not(:disabled):not(.disabled):active,body.newcolors .btn-primary:not(:disabled):not(.disabled).active,body.newcolors .show > .btn-primary.dropdown-toggle,body.newcolors .btn-primary,body.newcolors .btn-primary:hover{ background-color: #4D6773;  border-color: #4D6773; }body.newcolors .btn-primary:hover,body.newcolors form.filters .bubble{ color: #fff; }body.newcolors .btn-primary.text-primary.border-primary:hover{ color: #fff !important; }body.newcolors .btn-primary:focus,body.newcolors .btn-primary.focus{ background-color: #4D6773 !important;  border-color: #4D6773 !important; }body.newcolors.layout-TrainingDetails .hero.v2 .category-badge:hover .circle,body.newcolors.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge:hover .circle,body.newcolors .frame-type-wst3bootstrap_trainingtiles .pagination .nav-item.active,body.newcolors .frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item.active,body.newcolors .frame-type-wst3bootstrap_trainingtiles .pagination .nav-item:hover,body.newcolors .frame-type-wst3bootstrap_trainingtiles ul.tx-indexedsearch-browsebox .nav-item:hover{ background-color: #4D6773; }body.newcolors div.custom-field .label[aria-expanded="false"]::after{ background-image: url(/fileadmin/user_upload/icons/2023/arrow_grey_right.png);  background-size: 60% auto; }body.newcolors div.custom-field .label[aria-expanded="true"]::after{ background-image: url(/fileadmin/user_upload/icons/2023/arrow_grey_down.png); }body.newcolors .tooltip .tooltip-inner{ background: #758490; }body.newcolors .tooltip.show{ opacity: 1; }body.newcolors .bs-tooltip-top .arrow::before,body.newcolors .bs-tooltip-auto[x-placement^="top"] .arrow::before{ border-top-color: #758490; }body.newcolors .btn-primary.text-primary.border-primary .fa.fa-arrow-right:before{ background-image: url(/fileadmin/user_upload/icons/2023/pfeil-button-blue.svg); }body.newcolors .btn-primary.text-primary.border-primary:hover .fa.fa-arrow-right:before{ background-image: url(/fileadmin/user_upload/icons/pfeil-button-weiss.svg); }body.newcolors .training-slider .teaser-tile{ background: #fff;  border: solid 1px #EEB59F; }body.newcolors .training-slider .teaser-tile .region{ display: none; }body.newcolors .training-slider .teaser-tile h1,body.newcolors .training-slider .teaser-tile h2,body.newcolors .training-slider .teaser-tile h3{ font-family: "Roboto Condensed",arial,sans-serif;  font-weight: 300; }body.newcolors .training-slider .teaser-tile .header,body.newcolors .training-slider .teaser-tile .subheader,body.newcolors .training-slider .teaser-tile .teaser{ margin-bottom: .75rem !important; }body.newcolors .training-slider .teaser-tile .badge-wrapper{ display: none !important; }body.newcolors .training-slider .teaser-tile .body{ margin-bottom: 0; }body.newcolors .training-slider .teaser-tile [class*="frame-space-after-"]{ margin-bottom: 0; }body.newcolors .training-slider .teaser-tile .teaser{ display: none; }body.newcolors .tx-referenten .card a:hover,body.newcolors .tx-referenten .card a:hover .card-title{ color: #4D6773 !important; }body.newcolors .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .btn-primary{ border-color: #D98768 !important; }body.newcolors .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .btn-primary.text-white{ background-color: #D98768; }body.newcolors form.filters button[type="reset"]{ color: #4D6773;  background-color: transparent;  border-color: rgba(77,103,115,.25); }body.newcolors form.filters button[type="reset"]:hover{ color: #fff !important;  background-color: #4D6773; }body.newcolors:not(.layout-blog):not(.layout-BlogPage) .jumbotron.big,body.newcolors .image-xl{ min-height: 60vh; }body.newcolors.layout-TrainingDetails .quicknav,body.newcolors#page_2520 .quicknav,body.newcolors#page_1669 .quicknav{ display: none !important; }body.newcolors #content p,body.newcolors #content p a{ font-weight: 200; }body.newcolors #content p .bold:not(.roboto),body.newcolors #content p a .bold:not(.roboto),body.newcolors #content p strong:not(.roboto),body.newcolors #content p a strong:not(.roboto){ font-weight: 600; }body.newcolors #content p .bold:not(.roboto).strong-strong,body.newcolors #content p a .bold:not(.roboto).strong-strong,body.newcolors #content p strong:not(.roboto).strong-strong,body.newcolors #content p a strong:not(.roboto).strong-strong{ font-weight: 200; }body.newcolors #content p a{ text-decoration: underline; }body.newcolors .frame-type-wst3bootstrap_trainingtiles .training-tiles{ opacity: 0;  -webkit-transition: all .5s ease-in; transition: all .5s ease-in;  max-height: 500px; }body.newcolors .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper{ position: relative; }body.newcolors .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper .spinner{ position: absolute;  top: 0;  right: 33%;  left: 33%;  bottom: 0;  -webkit-transition: opacity .25s ease-in; transition: opacity .25s ease-in;  opacity: 1; }body.newcolors .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.done .training-tiles{ opacity: 1;  max-height: none; }body.newcolors .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.done .spinner{ opacity: 0; }body.newcolors .frame-type-wst3bootstrap_medianuggetlist .training-tiles.done{ opacity: 1;  max-height: none; }body.newcolors .frame-type-wst3bootstrap_medianuggetlist .ce-content .container{ background: transparent; }body.newcolors .spinner{ width: 40px;  height: 40px;  position: relative;  margin: 150px auto; }body.newcolors .double-bounce1,body.newcolors .double-bounce2{ width: 100%;  height: 100%;  border-radius: 50%;  background-color: #333;  opacity: .6;  position: absolute;  top: 0;  left: 0;  -webkit-animation: sk-training-bounce 2s infinite ease-in-out;  -webkit-animation: sk-training-bounce 2s infinite ease-in-out; animation: sk-training-bounce 2s infinite ease-in-out; }body.newcolors .double-bounce2{ -webkit-animation-delay: -1s;  -webkit-animation-delay: -1s; animation-delay: -1s; }body.newcolors .training-page form[id*="eventAnmeldung"] .btn[type="submit"].btn-primary,body.newcolors .training-page form[id*="event-Anmeldung"] .btn[type="submit"].btn-primary,body.newcolors .training-page form[id*="eventAnmeldung"] .btn[type="submit"].btn-primary:hover,body.newcolors .training-page form[id*="event-Anmeldung"] .btn[type="submit"].btn-primary:hover{ background-color: #D98768;  border-color: #D98768; }body.newcolors .training-page form[id*="eventAnmeldung"] .btn.btn-primary.next,body.newcolors .training-page form[id*="event-Anmeldung"] .btn.btn-primary.next{ text-transform: none; }body.newcolors p a.btn-primary{ color: #fff; }body.newcolors .sidebar .timelines .btn-primary{ color: #fff; }body.newcolors .sidebar .timelines .btn-primary:hover{ text-decoration: underline; }@-webkit-keyframes sk-training-bounce{0%,100%{ -webkit-transform: scale(0); }50%{ -webkit-transform: scale(1); }}@keyframes sk-training-bounce{0%,100%{ -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0);  -webkit-transform: scale(0); }50%{ -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);  -webkit-transform: scale(1); }}span.q40.fwp-200.fw-600.font-nunito{ font-weight: 200; }span.q40.fwp-300.fw-700.font-nunito{ font-weight: 300; }span.q40.fwp-100.fw-500.font-nunito,span.q40.fwp-100.fw-500.font-roboto{ font-weight: 100; }@media (prefers-reduced-motion:reduce){.collapsing{ -webkit-transition-property: height,visibility; transition-property: height,visibility;  -webkit-transition-duration: .35s; transition-duration: .35s; }}form.filters .btn-primary,div.custom-field .label,div.custom-field .value{ text-transform: none; }.tooltip.show{ opacity: 1; }body.newcolors .training-slider .teaser-tile{ background: #dde1e3;  border: none; }.hero.video .content{ position: absolute;  top: 33%;  left: 0;  right: 0; }#nav-icon-header-modal{ background: url(/fileadmin/newsletter.svg); }span.specialtip::after{ display: inline-block;  font-family: 'Font Awesome 5 Free';  font-weight: 900;  content: "\f05a";  margin-left: 2px;  color: #dee2e6;  cursor: pointer; }span.specialtip.v2 i.fas{ color: #dee2e6; }span.specialtip.v2::after{ display: none; }a[data-toggle="modal"]{ cursor: pointer; }i.far{ font-style: normal; }.bg-gradient{ background: white;  background: -moz-linear-gradient(180deg,white 0%,rgba(212,207,201,.5) 100%);  background: -webkit-linear-gradient(180deg,white 0%,rgba(212,207,201,.5) 100%);  background: -webkit-linear-gradient(180deg,white 0%,rgba(212,207,201,.5) 100%); background: linear-gradient(180deg,white 0%,rgba(212,207,201,.5) 100%);  -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d4cfc9",GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d4cfc9",GradientType=1); }body #content .ce-content li,body section.hero .ce-content li{ font-weight: 200; }.training-border /*,
.layout-TrainingDetails .hero.v2 .description form,
.layout-TrainingDetails .hero.v2 .progressbar,
.layout-TrainingDetails .hero.v2 .form-control*/{ border-color: #EEB59F !important; }button.nobutton{ background: transparent;  border: none;  padding: 0;  font-size: 1em;  font-weight: 600;  color: #4D6773 !important; }button.nobutton:hover{ text-decoration: underline; }button.nobutton:focus{ outline: none; }body.newcolors #content p,body.newcolors #content p a,.newcolors.training-main p,body[class*="layout-TrainingList"] p,.training-staging.layout-home p,.training-staging.layout-home li{ font-weight: 200; }.timeline-wrapper .timeline strong,.timeline-wrapper .timeline em,.timeline-wrapper .timeline p,.timeline-wrapper .timeline h1,.timeline-wrapper .timeline h2,.timeline-wrapper .timeline h3,.timeline-wrapper .timeline h4,.timeline-wrapper .timeline h5,.timeline-wrapper .timeline h6,.timeline-wrapper .timeline ul,.timeline-wrapper .timeline li{ font-weight: 300 !important;  font-family: 'Nunito Sans',sans-serif !important; }.timeline-wrapper .timeline .btn-primary{ text-transform: none; }form[id*="kostenpflichtigeAngebote"] .form-check:not(.dsgvo),form[id*="kostenpflichtigeAngebote"] .form-group .radio:not(.dsgvo),.form-group form[id*="kostenpflichtigeAngebote"] .radio:not(.dsgvo){ padding-left: 0; }form[id*="kostenpflichtigeAngebote"] a.tos{ text-decoration: underline; }form[id*="Anmeldung"] p a,form[id*="Anmeldung"] span a{ text-decoration: underline; }.layout-TrainingDetails .hero.v2 .description.form textarea.form-control{ min-height: 6.5rem; }#price-terms-button{ position: fixed;  right: 1.1vw;  top: 41vh;  z-index: 1; }#price-terms-button a{ display: block;  width: 48px;  height: 48px;  background: center center no-repeat url(/fileadmin/user_upload/icons/2023/q40-info.svg); }#price-terms-modal b,#price-terms-modal strong,#price-terms-modal em{ font-family: "Roboto Condensed",arial,sans-serif;  font-weight: 500; }#nav-icon-header-modal{ display: none; }#nav-icon-newsletter{ display: none; }.availability.booked::before{ background: #D13627; }#footer .footer-redesign .bottom-logos .iw img{ height: 90px; }.contact-2023 .tx-contactpersons .card .c-white{ color: #234B59; }label.add-on.form-check-label{ line-height: 1em; }label.add-on.form-check-label > input{ float: left;  margin-top: 5px; }label.add-on.form-check-label > span{ display: block;  padding-left: 1.5em; }input[name*="dsgvocheckbox"]{ margin-top: 10px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework .frame-type-text .ce-header h2{ margin-bottom: 0; }.frame-type-wst3bootstrap_medianuggetlist .container.done .spinner{ display: none; }#page_4583 body.layout-Roadshow .custom-content .accordion .card-header{ display: none; }#page_4783 .jumbotron{ padding: 0 0 !important;  padding-left: 0 !important; }.navbar-brand > picture:nth-last-child(1),.navbar-brand > a:nth-last-child(1){ display: none; }.brand-link.shrinked{ display: block; }@media (max-width:450px){.container{ width: 100%;  padding-right: 0;  padding-left: 0;  max-width: 92% !important; }form.filters.v2 .container{ padding-left: 0;  padding-right: 0;  max-width: 100% !important; }.frame-type-wst3bootstrap_trainingtiles .filters{ margin-left: 0;  margin-right: 0; }.frame-type-wst3bootstrap_trainingtiles form.filters .search{ max-width: 100%; }}body,body p,p.lead{ font-size: 25px; }h2,.h2{ font-size: 40px; }h1,.h1{ font-size: 50px; }.teaser-tile .no-formatting h1,.teaser-tile .no-formatting h2,.teaser-tile .no-formatting h3,.teaser-tile .no-formatting h4,.teaser-tile .no-formatting h5,.teaser-tile .no-formatting strong,.teaser-tile .no-formatting small,.teaser-tile .no-formatting b,.teaser-tile .no-formatting i{ font-size: 18px; }#overlaymenu.v2 h2{ font-size: 30px; }#overlaymenu.v2 ul li a{ font-size: 20px; }.flyout-wrapper .item .inner{ font-size: 20px; }.flyout-wrapper .flyout-container .nav-link{ font-size: 18px; }.layout-TrainingDetails .hero.v2 .header h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .header h1,.layout-TrainingDetails .hero.v2 .header h2.h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .header h2.h1{ font-size: 40px;  line-height: 40px; }.layout-TrainingDetails .hero.v2 .subheader h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader h2,.layout-TrainingDetails .hero.v2 .subheader .h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader .h2{ font-size: 25px;  line-height: 25px; }.layout-TrainingDetails .hero.v2 .event-infos p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .event-infos p,.layout-TrainingDetails .hero.v2 .contact p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .contact p,.layout-TrainingDetails .hero.v2 .availability,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .availability,.layout-TrainingDetails .hero.v2 .sidebar p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .sidebar p,.layout-TrainingDetails .hero.v2 .teaser p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .teaser p,.layout-TrainingDetails .hero.v2 .training-info-v2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .training-info-v2{ font-size: 16px;  line-height: 1.5; }.layout-TrainingDetails .hero.v2 .category-badge .text,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge .text{ font-size: 18px; }.layout-TrainingDetails .hero.v2 .timeline p span.headline,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline p span.headline{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline p,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h1,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h2,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h3,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h3,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h4,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h4,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h5,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h5,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h6,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h6,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline ul,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline ul,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline li,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline li{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .description-wrapper p,.layout-TrainingDetails .hero.v2 .description-wrapper li,.layout-TrainingDetails .hero.v2 .description-wrapper .form-control,.layout-TrainingDetails .hero.v2 .description-wrapper p > strong{ font-size: 20px; }.layout-TrainingDetails .hero.v2 .description-wrapper h2,.layout-TrainingDetails .hero.v2 .description-wrapper .description h2,.layout-TrainingDetails .hero.v2 .description-wrapper .description h2 a{ font-size: 27.5px; }.layout-TrainingDetails .hero.v2 .sidebar h1,.layout-TrainingDetails .hero.v2 .sidebar h2,.layout-TrainingDetails .hero.v2 .sidebar h3,.layout-TrainingDetails .hero.v2 .sidebar h4,.layout-TrainingDetails .hero.v2 .sidebar h5,.layout-TrainingDetails .hero.v2 h2{ font-size: 25px; }.layout-TrainingDetails .hero.v2 .sidebar .content.tags{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .description.form h2{ font-size: 22px; }.layout-TrainingDetails .hero.v2 .description.form .form-control{ font-size: 18px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework p{ font-size: 12px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework label p,.layout-TrainingDetails .hero.v2 .description.form form .form-group.newsletter span{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .progressbar .value{ font-size: 16px; }.layout-TrainingDetails .hero.v2 button.nobutton{ font-size: 20px; }.layout-TrainingDetails .hero.v2 .testimonial p,.testimonial p{ font-size: 12px !important; }.layout-TrainingDetails .hero.v2 .testimonial p.quote,.testimonial p.quote{ font-size: 18px !important; }.layout-TrainingDetails .hero.v2 .testimonial h1,.testimonial h1,.layout-TrainingDetails .hero.v2 .testimonial h2,.testimonial h2,.layout-TrainingDetails .hero.v2 .testimonial h3,.testimonial h3,.layout-TrainingDetails .hero.v2 .testimonial h4,.testimonial h4,.layout-TrainingDetails .hero.v2 .testimonial h5,.testimonial h5{ font-size: 25px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader .h2{ font-size: 25px !important; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .border > h2{ font-size: 22px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h3,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h4,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h5{ font-size: 25px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-wrapper p{ font-size: 18px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full ul,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full li,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full p{ font-size: 16px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .toggle-favorite{ font-size: 20px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode h2.maingroup{ font-size: 25px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .title{ font-size: 30px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion .card-header a,form.filters.v2 .accordion .card-header a{ font-size: 20px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header,form.filters.v2 .accordion-header{ font-size: 22px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header small,form.filters.v2 .accordion-header small,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .small,form.filters.v2 .accordion-header .small{ font-size: 16px; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .day-title{ font-size: 16px; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .frame-type-wst3bootstrap_trainingtimelinemodules .module-title{ font-size: 16px;  line-height: 17.6px; }.newcolors.training-main:not(.topic-ai) h4,body[class*="layout-TrainingList"] h4{ font-size: 50px;  line-height: 50px; }.newcolors.training-main:not(.topic-ai) p,body[class*="layout-TrainingList"] p{ font-size: 22px; }.author-modal.organizer .name,.author-modal.price .name{ font-size: 25px; }.author-modal.organizer p,.author-modal.price p{ font-size: 16px !important; }.newcolors .training-slider .teaser-tile .header h1,.newcolors .training-slider .teaser-tile .header h2,.newcolors .training-slider .teaser-tile .header h3{ font-size: 33px !important;  line-height: 1.1em; }.frame-type-wst3bootstrap_trainingteaser .header h1,.frame-type-wst3bootstrap_trainingteaser .header h2,.frame-type-wst3bootstrap_trainingteaser .header h3{ font-size: 50px !important;  line-height: 60px !important; }.newcolors .training-slider .teaser-tile .header h1,.frame-type-wst3bootstrap_trainingteaser .header h1,.newcolors .training-slider .teaser-tile .header h2.h1,.frame-type-wst3bootstrap_trainingteaser .header h2.h1{ font-size: 40px;  line-height: 40px; }.newcolors .training-slider .teaser-tile .subheader h2,.frame-type-wst3bootstrap_trainingteaser .subheader h2,.newcolors .training-slider .teaser-tile .subheader .h2,.frame-type-wst3bootstrap_trainingteaser .subheader .h2{ font-size: 25px;  line-height: 25px; }.newcolors .training-slider .teaser-tile p,.frame-type-wst3bootstrap_trainingteaser p,.newcolors .training-slider .teaser-tile strong,.frame-type-wst3bootstrap_trainingteaser strong,.newcolors .training-slider .teaser-tile b,.frame-type-wst3bootstrap_trainingteaser b{ font-size: 18px !important; }.newcolors .training-slider .teaser-tile .subheader h1,.frame-type-wst3bootstrap_trainingteaser .subheader h1,.newcolors .training-slider .teaser-tile .subheader h2,.frame-type-wst3bootstrap_trainingteaser .subheader h2,.newcolors .training-slider .teaser-tile .subheader h3,.frame-type-wst3bootstrap_trainingteaser .subheader h3{ font-size: 18px !important; }.breadcrumb-menu a,.breadcrumb-menu li{ font-size: 18px; }form.filters.v2 a.favorite-toggle{ font-size: 20px; }form.filters.v2 div.custom-field .value,form.filters.v2 div.custom-field label{ font-size: 20px; }form.filters.v2 .results{ font-size: 16px; }.header-training-search .form-control{ font-size: 16px; }.newcolors.training-main:not(.topic-ai) p,body[class*="layout-TrainingList"] p,.training-staging.layout-home p,.training-staging.layout-home li{ font-size: 25px; }.modal.author-modal.organizer .ce-bodytext p{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework label p,.layout-TrainingDetails .hero.v2 .description.form form .form-group .checkbox span,.layout-TrainingDetails .hero.v2 .description-wrapper .container-fluid[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-sm[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-md[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-lg[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xl[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xxl[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xxxl[class*="bg-"] p{ font-size: 16px !important;  font-weight: 300; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework p{ font-size: 12px !important; }.layout-TrainingDetails .hero.v2 .description.form form h2{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .description.form h2.c-primary-lighten{ font-size: 25px; }#event-select-wrapper select{ font-size: 16px; }.footer-section.footer-redesign .top-logos h3.h4{ font-size: 25px; }.contact-2023 .tx-contactpersons .card-body > *{ font-size: 18px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework .frame-type-text p{ font-size: 18px !important; }#footer .newsletter__form p.small{ font-size: 12px; }.modal.agenda.show h1,.modal.agenda.show h2{ font-size: 25px;  line-height: 27.5px; }.modal.agenda.show h3{ font-size: 22px; }.modal.agenda.show .explanation,.modal.agenda.show .explanation .title-wrapper{ font-size: 13.2px;  line-height: 13.2px; }.modal.agenda.show ul,.modal.agenda.show li,.modal.agenda.show .p,.modal.agenda.show p,.modal.agenda.show h5{ font-size: 16px; }.modal.agenda.show .note{ font-size: 12px; }@media (max-width:1440px){body,body p,p.lead{ font-size: 22.5px; }h2,.h2{ font-size: 36px; }h1,.h1{ font-size: 45px; }.teaser-tile .no-formatting h1,.teaser-tile .no-formatting h2,.teaser-tile .no-formatting h3,.teaser-tile .no-formatting h4,.teaser-tile .no-formatting h5,.teaser-tile .no-formatting strong,.teaser-tile .no-formatting small,.teaser-tile .no-formatting b,.teaser-tile .no-formatting i{ font-size: 16.2px; }#overlaymenu.v2 h2{ font-size: 27px; }#overlaymenu.v2 ul li a{ font-size: 18px; }.flyout-wrapper .item .inner{ font-size: 18px; }.flyout-wrapper .flyout-container .nav-link{ font-size: 16.2px; }.layout-TrainingDetails .hero.v2 .header h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .header h1,.layout-TrainingDetails .hero.v2 .header h2.h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .header h2.h1{ font-size: 36px;  line-height: 36px; }.layout-TrainingDetails .hero.v2 .subheader h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader h2,.layout-TrainingDetails .hero.v2 .subheader .h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader .h2{ font-size: 22.5px;  line-height: 22.5px; }.layout-TrainingDetails .hero.v2 .event-infos p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .event-infos p,.layout-TrainingDetails .hero.v2 .contact p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .contact p,.layout-TrainingDetails .hero.v2 .availability,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .availability,.layout-TrainingDetails .hero.v2 .sidebar p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .sidebar p,.layout-TrainingDetails .hero.v2 .teaser p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .teaser p,.layout-TrainingDetails .hero.v2 .training-info-v2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .training-info-v2{ font-size: 14.4px;  line-height: 1.5; }.layout-TrainingDetails .hero.v2 .category-badge .text,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge .text{ font-size: 16.2px; }.layout-TrainingDetails .hero.v2 .timeline p span.headline,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline p span.headline{ font-size: 14.4px; }.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline p,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h1,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h2,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h3,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h3,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h4,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h4,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h5,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h5,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h6,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h6,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline ul,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline ul,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline li,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline li{ font-size: 14.4px; }.layout-TrainingDetails .hero.v2 .description-wrapper p,.layout-TrainingDetails .hero.v2 .description-wrapper li,.layout-TrainingDetails .hero.v2 .description-wrapper .form-control,.layout-TrainingDetails .hero.v2 .description-wrapper p > strong{ font-size: 18px; }.layout-TrainingDetails .hero.v2 .description-wrapper h2,.layout-TrainingDetails .hero.v2 .description-wrapper .description h2,.layout-TrainingDetails .hero.v2 .description-wrapper .description h2 a{ font-size: 24.75px; }.layout-TrainingDetails .hero.v2 .sidebar h1,.layout-TrainingDetails .hero.v2 .sidebar h2,.layout-TrainingDetails .hero.v2 .sidebar h3,.layout-TrainingDetails .hero.v2 .sidebar h4,.layout-TrainingDetails .hero.v2 .sidebar h5,.layout-TrainingDetails .hero.v2 h2{ font-size: 22.5px; }.layout-TrainingDetails .hero.v2 .sidebar .content.tags{ font-size: 14.4px; }.layout-TrainingDetails .hero.v2 .description.form h2{ font-size: 19.8px; }.layout-TrainingDetails .hero.v2 .description.form .form-control{ font-size: 16.2px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework p{ font-size: 10.8px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework label p,.layout-TrainingDetails .hero.v2 .description.form form .form-group.newsletter span{ font-size: 14.4px; }.layout-TrainingDetails .hero.v2 .progressbar .value{ font-size: 14.4px; }.layout-TrainingDetails .hero.v2 button.nobutton{ font-size: 18px; }.layout-TrainingDetails .hero.v2 .testimonial p,.testimonial p{ font-size: 10.8px !important; }.layout-TrainingDetails .hero.v2 .testimonial p.quote,.testimonial p.quote{ font-size: 16.2px !important; }.layout-TrainingDetails .hero.v2 .testimonial h1,.testimonial h1,.layout-TrainingDetails .hero.v2 .testimonial h2,.testimonial h2,.layout-TrainingDetails .hero.v2 .testimonial h3,.testimonial h3,.layout-TrainingDetails .hero.v2 .testimonial h4,.testimonial h4,.layout-TrainingDetails .hero.v2 .testimonial h5,.testimonial h5{ font-size: 22.5px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader .h2{ font-size: 22.5px !important; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .border > h2{ font-size: 19.8px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h3,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h4,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h5{ font-size: 22.5px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-wrapper p{ font-size: 16.2px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full ul,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full li,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full p{ font-size: 14.4px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .toggle-favorite{ font-size: 18px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode h2.maingroup{ font-size: 22.5px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .title{ font-size: 27px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion .card-header a,form.filters.v2 .accordion .card-header a{ font-size: 18px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header,form.filters.v2 .accordion-header{ font-size: 19.8px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header small,form.filters.v2 .accordion-header small,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .small,form.filters.v2 .accordion-header .small{ font-size: 14.4px; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .day-title{ font-size: 14.4px; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .frame-type-wst3bootstrap_trainingtimelinemodules .module-title{ font-size: 14.4px;  line-height: 15.84px; }.newcolors.training-main:not(.topic-ai) h4,body[class*="layout-TrainingList"] h4{ font-size: 45px;  line-height: 45px; }.newcolors.training-main:not(.topic-ai) p,body[class*="layout-TrainingList"] p{ font-size: 19.8px; }.author-modal.organizer .name,.author-modal.price .name{ font-size: 22.5px; }.author-modal.organizer p,.author-modal.price p{ font-size: 14.4px !important; }.newcolors .training-slider .teaser-tile .header h1,.newcolors .training-slider .teaser-tile .header h2,.newcolors .training-slider .teaser-tile .header h3{ font-size: 29.7px !important;  line-height: 1.1em; }.frame-type-wst3bootstrap_trainingteaser .header h1,.frame-type-wst3bootstrap_trainingteaser .header h2,.frame-type-wst3bootstrap_trainingteaser .header h3{ font-size: 45px !important;  line-height: 54px !important; }.newcolors .training-slider .teaser-tile .header h1,.frame-type-wst3bootstrap_trainingteaser .header h1,.newcolors .training-slider .teaser-tile .header h2.h1,.frame-type-wst3bootstrap_trainingteaser .header h2.h1{ font-size: 36px;  line-height: 36px; }.newcolors .training-slider .teaser-tile .subheader h2,.frame-type-wst3bootstrap_trainingteaser .subheader h2,.newcolors .training-slider .teaser-tile .subheader .h2,.frame-type-wst3bootstrap_trainingteaser .subheader .h2{ font-size: 22.5px;  line-height: 22.5px; }.newcolors .training-slider .teaser-tile p,.frame-type-wst3bootstrap_trainingteaser p,.newcolors .training-slider .teaser-tile strong,.frame-type-wst3bootstrap_trainingteaser strong,.newcolors .training-slider .teaser-tile b,.frame-type-wst3bootstrap_trainingteaser b{ font-size: 16.2px !important; }.newcolors .training-slider .teaser-tile .subheader h1,.frame-type-wst3bootstrap_trainingteaser .subheader h1,.newcolors .training-slider .teaser-tile .subheader h2,.frame-type-wst3bootstrap_trainingteaser .subheader h2,.newcolors .training-slider .teaser-tile .subheader h3,.frame-type-wst3bootstrap_trainingteaser .subheader h3{ font-size: 16.2px !important; }.breadcrumb-menu a,.breadcrumb-menu li{ font-size: 16.2px; }form.filters.v2 a.favorite-toggle{ font-size: 18px; }form.filters.v2 div.custom-field .value,form.filters.v2 div.custom-field label{ font-size: 18px; }form.filters.v2 .results{ font-size: 14.4px; }.header-training-search .form-control{ font-size: 14.4px; }.newcolors.training-main:not(.topic-ai) p,body[class*="layout-TrainingList"] p,.training-staging.layout-home p,.training-staging.layout-home li{ font-size: 22.5px; }.modal.author-modal.organizer .ce-bodytext p{ font-size: 14.4px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework label p,.layout-TrainingDetails .hero.v2 .description.form form .form-group .checkbox span,.layout-TrainingDetails .hero.v2 .description-wrapper .container-fluid[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-sm[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-md[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-lg[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xl[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xxl[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xxxl[class*="bg-"] p{ font-size: 14.4px !important;  font-weight: 300; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework p{ font-size: 10.8px !important; }.layout-TrainingDetails .hero.v2 .description.form form h2{ font-size: 14.4px; }.layout-TrainingDetails .hero.v2 .description.form h2.c-primary-lighten{ font-size: 22.5px; }#event-select-wrapper select{ font-size: 14.4px; }.footer-section.footer-redesign .top-logos h3.h4{ font-size: 22.5px; }.contact-2023 .tx-contactpersons .card-body > *{ font-size: 16.2px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework .frame-type-text p{ font-size: 16.2px !important; }#footer .newsletter__form p.small{ font-size: 10.8px; }.modal.agenda.show h1,.modal.agenda.show h2{ font-size: 22.5px;  line-height: 24.75px; }.modal.agenda.show h3{ font-size: 19.8px; }.modal.agenda.show .explanation,.modal.agenda.show .explanation .title-wrapper{ font-size: 11.88px;  line-height: 11.88px; }.modal.agenda.show ul,.modal.agenda.show li,.modal.agenda.show .p,.modal.agenda.show p,.modal.agenda.show h5{ font-size: 14.4px; }.modal.agenda.show .note{ font-size: 10.8px; }}@media (max-width:1024px){body,body p,p.lead{ font-size: 18.75px; }h2,.h2{ font-size: 30px; }h1,.h1{ font-size: 37.5px; }.teaser-tile .no-formatting h1,.teaser-tile .no-formatting h2,.teaser-tile .no-formatting h3,.teaser-tile .no-formatting h4,.teaser-tile .no-formatting h5,.teaser-tile .no-formatting strong,.teaser-tile .no-formatting small,.teaser-tile .no-formatting b,.teaser-tile .no-formatting i{ font-size: 16px; }#overlaymenu.v2 h2{ font-size: 22.5px; }#overlaymenu.v2 ul li a{ font-size: 15px; }.flyout-wrapper .item .inner{ font-size: 15px; }.flyout-wrapper .flyout-container .nav-link{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .header h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .header h1,.layout-TrainingDetails .hero.v2 .header h2.h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .header h2.h1{ font-size: 30px;  line-height: 30px; }.layout-TrainingDetails .hero.v2 .subheader h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader h2,.layout-TrainingDetails .hero.v2 .subheader .h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader .h2{ font-size: 18.75px;  line-height: 18.75px; }.layout-TrainingDetails .hero.v2 .event-infos p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .event-infos p,.layout-TrainingDetails .hero.v2 .contact p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .contact p,.layout-TrainingDetails .hero.v2 .availability,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .availability,.layout-TrainingDetails .hero.v2 .sidebar p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .sidebar p,.layout-TrainingDetails .hero.v2 .teaser p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .teaser p,.layout-TrainingDetails .hero.v2 .training-info-v2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .training-info-v2{ font-size: 14px;  line-height: 1.5; }.layout-TrainingDetails .hero.v2 .category-badge .text,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge .text{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .timeline p span.headline,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline p span.headline{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline p,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h1,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h2,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h3,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h3,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h4,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h4,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h5,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h5,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h6,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h6,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline ul,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline ul,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline li,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline li{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description-wrapper p,.layout-TrainingDetails .hero.v2 .description-wrapper li,.layout-TrainingDetails .hero.v2 .description-wrapper .form-control,.layout-TrainingDetails .hero.v2 .description-wrapper p > strong{ font-size: 15px; }.layout-TrainingDetails .hero.v2 .description-wrapper h2,.layout-TrainingDetails .hero.v2 .description-wrapper .description h2,.layout-TrainingDetails .hero.v2 .description-wrapper .description h2 a{ font-size: 20.625px; }.layout-TrainingDetails .hero.v2 .sidebar h1,.layout-TrainingDetails .hero.v2 .sidebar h2,.layout-TrainingDetails .hero.v2 .sidebar h3,.layout-TrainingDetails .hero.v2 .sidebar h4,.layout-TrainingDetails .hero.v2 .sidebar h5,.layout-TrainingDetails .hero.v2 h2{ font-size: 18.75px; }.layout-TrainingDetails .hero.v2 .sidebar .content.tags{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description.form h2{ font-size: 16.5px; }.layout-TrainingDetails .hero.v2 .description.form .form-control{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework p{ font-size: 12px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework label p,.layout-TrainingDetails .hero.v2 .description.form form .form-group.newsletter span{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .progressbar .value{ font-size: 14px; }.layout-TrainingDetails .hero.v2 button.nobutton{ font-size: 15px; }.layout-TrainingDetails .hero.v2 .testimonial p,.testimonial p{ font-size: 12px !important; }.layout-TrainingDetails .hero.v2 .testimonial p.quote,.testimonial p.quote{ font-size: 16px !important; }.layout-TrainingDetails .hero.v2 .testimonial h1,.testimonial h1,.layout-TrainingDetails .hero.v2 .testimonial h2,.testimonial h2,.layout-TrainingDetails .hero.v2 .testimonial h3,.testimonial h3,.layout-TrainingDetails .hero.v2 .testimonial h4,.testimonial h4,.layout-TrainingDetails .hero.v2 .testimonial h5,.testimonial h5{ font-size: 18.75px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader .h2{ font-size: 18.75px !important; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .border > h2{ font-size: 16.5px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h3,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h4,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h5{ font-size: 18.75px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-wrapper p{ font-size: 16px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full ul,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full li,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full p{ font-size: 14px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .toggle-favorite{ font-size: 15px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode h2.maingroup{ font-size: 18.75px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .title{ font-size: 22.5px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion .card-header a,form.filters.v2 .accordion .card-header a{ font-size: 15px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header,form.filters.v2 .accordion-header{ font-size: 16.5px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header small,form.filters.v2 .accordion-header small,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .small,form.filters.v2 .accordion-header .small{ font-size: 14px; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .day-title{ font-size: 14px; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .frame-type-wst3bootstrap_trainingtimelinemodules .module-title{ font-size: 14px;  line-height: 15.4px; }.newcolors.training-main:not(.topic-ai) h4,body[class*="layout-TrainingList"] h4{ font-size: 37.5px;  line-height: 37.5px; }.newcolors.training-main:not(.topic-ai) p,body[class*="layout-TrainingList"] p{ font-size: 16.5px; }.author-modal.organizer .name,.author-modal.price .name{ font-size: 18.75px; }.author-modal.organizer p,.author-modal.price p{ font-size: 14px !important; }.newcolors .training-slider .teaser-tile .header h1,.newcolors .training-slider .teaser-tile .header h2,.newcolors .training-slider .teaser-tile .header h3{ font-size: 24.75px !important;  line-height: 1.1em; }.frame-type-wst3bootstrap_trainingteaser .header h1,.frame-type-wst3bootstrap_trainingteaser .header h2,.frame-type-wst3bootstrap_trainingteaser .header h3{ font-size: 37.5px !important;  line-height: 45px !important; }.newcolors .training-slider .teaser-tile .header h1,.frame-type-wst3bootstrap_trainingteaser .header h1,.newcolors .training-slider .teaser-tile .header h2.h1,.frame-type-wst3bootstrap_trainingteaser .header h2.h1{ font-size: 30px;  line-height: 30px; }.newcolors .training-slider .teaser-tile .subheader h2,.frame-type-wst3bootstrap_trainingteaser .subheader h2,.newcolors .training-slider .teaser-tile .subheader .h2,.frame-type-wst3bootstrap_trainingteaser .subheader .h2{ font-size: 18.75px;  line-height: 18.75px; }.newcolors .training-slider .teaser-tile p,.frame-type-wst3bootstrap_trainingteaser p,.newcolors .training-slider .teaser-tile strong,.frame-type-wst3bootstrap_trainingteaser strong,.newcolors .training-slider .teaser-tile b,.frame-type-wst3bootstrap_trainingteaser b{ font-size: 16px !important; }.newcolors .training-slider .teaser-tile .subheader h1,.frame-type-wst3bootstrap_trainingteaser .subheader h1,.newcolors .training-slider .teaser-tile .subheader h2,.frame-type-wst3bootstrap_trainingteaser .subheader h2,.newcolors .training-slider .teaser-tile .subheader h3,.frame-type-wst3bootstrap_trainingteaser .subheader h3{ font-size: 16px !important; }.breadcrumb-menu a,.breadcrumb-menu li{ font-size: 16px; }form.filters.v2 a.favorite-toggle{ font-size: 15px; }form.filters.v2 div.custom-field .value,form.filters.v2 div.custom-field label{ font-size: 15px; }form.filters.v2 .results{ font-size: 14px; }.header-training-search .form-control{ font-size: 14px; }.newcolors.training-main:not(.topic-ai) p,body[class*="layout-TrainingList"] p,.training-staging.layout-home p,.training-staging.layout-home li{ font-size: 18.75px; }.modal.author-modal.organizer .ce-bodytext p{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework label p,.layout-TrainingDetails .hero.v2 .description.form form .form-group .checkbox span,.layout-TrainingDetails .hero.v2 .description-wrapper .container-fluid[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-sm[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-md[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-lg[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xl[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xxl[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xxxl[class*="bg-"] p{ font-size: 14px !important;  font-weight: 300; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework p{ font-size: 12px !important; }.layout-TrainingDetails .hero.v2 .description.form form h2{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description.form h2.c-primary-lighten{ font-size: 18.75px; }#event-select-wrapper select{ font-size: 14px; }.footer-section.footer-redesign .top-logos h3.h4{ font-size: 18.75px; }.contact-2023 .tx-contactpersons .card-body > *{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework .frame-type-text p{ font-size: 16px !important; }#footer .newsletter__form p.small{ font-size: 12px; }.modal.agenda.show h1,.modal.agenda.show h2{ font-size: 18.75px;  line-height: 20.625px; }.modal.agenda.show h3{ font-size: 16.5px; }.modal.agenda.show .explanation,.modal.agenda.show .explanation .title-wrapper{ font-size: 13.2px;  line-height: 13.2px; }.modal.agenda.show ul,.modal.agenda.show li,.modal.agenda.show .p,.modal.agenda.show p,.modal.agenda.show h5{ font-size: 14px; }.modal.agenda.show .note{ font-size: 12px; }}@media (max-width:768px){body,body p,p.lead{ font-size: 22px; }h2,.h2{ font-size: 26.4px; }h1,.h1{ font-size: 33px; }.teaser-tile .no-formatting h1,.teaser-tile .no-formatting h2,.teaser-tile .no-formatting h3,.teaser-tile .no-formatting h4,.teaser-tile .no-formatting h5,.teaser-tile .no-formatting strong,.teaser-tile .no-formatting small,.teaser-tile .no-formatting b,.teaser-tile .no-formatting i{ font-size: 16px; }#overlaymenu.v2 h2{ font-size: 19.8px; }#overlaymenu.v2 ul li a{ font-size: 18px; }.flyout-wrapper .item .inner{ font-size: 18px; }.flyout-wrapper .flyout-container .nav-link{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .header h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .header h1,.layout-TrainingDetails .hero.v2 .header h2.h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .header h2.h1{ font-size: 26.4px;  line-height: 26.4px; }.layout-TrainingDetails .hero.v2 .subheader h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader h2,.layout-TrainingDetails .hero.v2 .subheader .h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader .h2{ font-size: 22px;  line-height: 22px; }.layout-TrainingDetails .hero.v2 .event-infos p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .event-infos p,.layout-TrainingDetails .hero.v2 .contact p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .contact p,.layout-TrainingDetails .hero.v2 .availability,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .availability,.layout-TrainingDetails .hero.v2 .sidebar p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .sidebar p,.layout-TrainingDetails .hero.v2 .teaser p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .teaser p,.layout-TrainingDetails .hero.v2 .training-info-v2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .training-info-v2{ font-size: 14px;  line-height: 1.5; }.layout-TrainingDetails .hero.v2 .category-badge .text,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge .text{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .timeline p span.headline,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline p span.headline{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline p,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h1,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h2,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h3,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h3,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h4,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h4,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h5,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h5,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h6,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h6,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline ul,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline ul,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline li,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline li{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description-wrapper p,.layout-TrainingDetails .hero.v2 .description-wrapper li,.layout-TrainingDetails .hero.v2 .description-wrapper .form-control,.layout-TrainingDetails .hero.v2 .description-wrapper p > strong{ font-size: 18px; }.layout-TrainingDetails .hero.v2 .description-wrapper h2,.layout-TrainingDetails .hero.v2 .description-wrapper .description h2,.layout-TrainingDetails .hero.v2 .description-wrapper .description h2 a{ font-size: 24.2px; }.layout-TrainingDetails .hero.v2 .sidebar h1,.layout-TrainingDetails .hero.v2 .sidebar h2,.layout-TrainingDetails .hero.v2 .sidebar h3,.layout-TrainingDetails .hero.v2 .sidebar h4,.layout-TrainingDetails .hero.v2 .sidebar h5,.layout-TrainingDetails .hero.v2 h2{ font-size: 22px; }.layout-TrainingDetails .hero.v2 .sidebar .content.tags{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description.form h2{ font-size: 20px; }.layout-TrainingDetails .hero.v2 .description.form .form-control{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework p{ font-size: 12px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework label p,.layout-TrainingDetails .hero.v2 .description.form form .form-group.newsletter span{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .progressbar .value{ font-size: 14px; }.layout-TrainingDetails .hero.v2 button.nobutton{ font-size: 18px; }.layout-TrainingDetails .hero.v2 .testimonial p,.testimonial p{ font-size: 12px !important; }.layout-TrainingDetails .hero.v2 .testimonial p.quote,.testimonial p.quote{ font-size: 16px !important; }.layout-TrainingDetails .hero.v2 .testimonial h1,.testimonial h1,.layout-TrainingDetails .hero.v2 .testimonial h2,.testimonial h2,.layout-TrainingDetails .hero.v2 .testimonial h3,.testimonial h3,.layout-TrainingDetails .hero.v2 .testimonial h4,.testimonial h4,.layout-TrainingDetails .hero.v2 .testimonial h5,.testimonial h5{ font-size: 22px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader .h2{ font-size: 22px !important; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .border > h2{ font-size: 20px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h3,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h4,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h5{ font-size: 22px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-wrapper p{ font-size: 16px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full ul,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full li,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full p{ font-size: 14px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .toggle-favorite{ font-size: 18px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode h2.maingroup{ font-size: 22px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .title{ font-size: 19.8px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion .card-header a,form.filters.v2 .accordion .card-header a{ font-size: 18px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header,form.filters.v2 .accordion-header{ font-size: 20px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header small,form.filters.v2 .accordion-header small,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .small,form.filters.v2 .accordion-header .small{ font-size: 14px; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .day-title{ font-size: 14px; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .frame-type-wst3bootstrap_trainingtimelinemodules .module-title{ font-size: 14px;  line-height: 15.4px; }.newcolors.training-main:not(.topic-ai) h4,body[class*="layout-TrainingList"] h4{ font-size: 33px;  line-height: 33px; }.newcolors.training-main:not(.topic-ai) p,body[class*="layout-TrainingList"] p{ font-size: 20px; }.author-modal.organizer .name,.author-modal.price .name{ font-size: 22px; }.author-modal.organizer p,.author-modal.price p{ font-size: 14px !important; }.newcolors .training-slider .teaser-tile .header h1,.newcolors .training-slider .teaser-tile .header h2,.newcolors .training-slider .teaser-tile .header h3{ font-size: 21.78px !important;  line-height: 1.1em; }.frame-type-wst3bootstrap_trainingteaser .header h1,.frame-type-wst3bootstrap_trainingteaser .header h2,.frame-type-wst3bootstrap_trainingteaser .header h3{ font-size: 33px !important;  line-height: 39.6px !important; }.newcolors .training-slider .teaser-tile .header h1,.frame-type-wst3bootstrap_trainingteaser .header h1,.newcolors .training-slider .teaser-tile .header h2.h1,.frame-type-wst3bootstrap_trainingteaser .header h2.h1{ font-size: 26.4px;  line-height: 26.4px; }.newcolors .training-slider .teaser-tile .subheader h2,.frame-type-wst3bootstrap_trainingteaser .subheader h2,.newcolors .training-slider .teaser-tile .subheader .h2,.frame-type-wst3bootstrap_trainingteaser .subheader .h2{ font-size: 22px;  line-height: 22px; }.newcolors .training-slider .teaser-tile p,.frame-type-wst3bootstrap_trainingteaser p,.newcolors .training-slider .teaser-tile strong,.frame-type-wst3bootstrap_trainingteaser strong,.newcolors .training-slider .teaser-tile b,.frame-type-wst3bootstrap_trainingteaser b{ font-size: 16px !important; }.newcolors .training-slider .teaser-tile .subheader h1,.frame-type-wst3bootstrap_trainingteaser .subheader h1,.newcolors .training-slider .teaser-tile .subheader h2,.frame-type-wst3bootstrap_trainingteaser .subheader h2,.newcolors .training-slider .teaser-tile .subheader h3,.frame-type-wst3bootstrap_trainingteaser .subheader h3{ font-size: 16px !important; }.breadcrumb-menu a,.breadcrumb-menu li{ font-size: 16px; }form.filters.v2 a.favorite-toggle{ font-size: 18px; }form.filters.v2 div.custom-field .value,form.filters.v2 div.custom-field label{ font-size: 18px; }form.filters.v2 .results{ font-size: 14px; }.header-training-search .form-control{ font-size: 14px; }.newcolors.training-main:not(.topic-ai) p,body[class*="layout-TrainingList"] p,.training-staging.layout-home p,.training-staging.layout-home li{ font-size: 22px; }.modal.author-modal.organizer .ce-bodytext p{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework label p,.layout-TrainingDetails .hero.v2 .description.form form .form-group .checkbox span,.layout-TrainingDetails .hero.v2 .description-wrapper .container-fluid[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-sm[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-md[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-lg[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xl[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xxl[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xxxl[class*="bg-"] p{ font-size: 14px !important;  font-weight: 300; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework p{ font-size: 12px !important; }.layout-TrainingDetails .hero.v2 .description.form form h2{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description.form h2.c-primary-lighten{ font-size: 22px; }#event-select-wrapper select{ font-size: 14px; }.footer-section.footer-redesign .top-logos h3.h4{ font-size: 22px; }.contact-2023 .tx-contactpersons .card-body > *{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework .frame-type-text p{ font-size: 16px !important; }#footer .newsletter__form p.small{ font-size: 12px; }.modal.agenda.show h1,.modal.agenda.show h2{ font-size: 22px;  line-height: 24.2px; }.modal.agenda.show h3{ font-size: 20px; }.modal.agenda.show .explanation,.modal.agenda.show .explanation .title-wrapper{ font-size: 13.2px;  line-height: 13.2px; }.modal.agenda.show ul,.modal.agenda.show li,.modal.agenda.show .p,.modal.agenda.show p,.modal.agenda.show h5{ font-size: 14px; }.modal.agenda.show .note{ font-size: 12px; }}@media (max-width:576px){body,body p,p.lead{ font-size: 20px; }h2,.h2{ font-size: 22px; }h1,.h1{ font-size: 27.5px; }.teaser-tile .no-formatting h1,.teaser-tile .no-formatting h2,.teaser-tile .no-formatting h3,.teaser-tile .no-formatting h4,.teaser-tile .no-formatting h5,.teaser-tile .no-formatting strong,.teaser-tile .no-formatting small,.teaser-tile .no-formatting b,.teaser-tile .no-formatting i{ font-size: 16px; }#overlaymenu.v2 h2{ font-size: 20px; }#overlaymenu.v2 ul li a{ font-size: 18px; }.flyout-wrapper .item .inner{ font-size: 18px; }.flyout-wrapper .flyout-container .nav-link{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .header h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .header h1,.layout-TrainingDetails .hero.v2 .header h2.h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .header h2.h1{ font-size: 22px;  line-height: 22px; }.layout-TrainingDetails .hero.v2 .subheader h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader h2,.layout-TrainingDetails .hero.v2 .subheader .h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader .h2{ font-size: 20px;  line-height: 20px; }.layout-TrainingDetails .hero.v2 .event-infos p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .event-infos p,.layout-TrainingDetails .hero.v2 .contact p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .contact p,.layout-TrainingDetails .hero.v2 .availability,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .availability,.layout-TrainingDetails .hero.v2 .sidebar p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .sidebar p,.layout-TrainingDetails .hero.v2 .teaser p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .teaser p,.layout-TrainingDetails .hero.v2 .training-info-v2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .training-info-v2{ font-size: 14px;  line-height: 1.5; }.layout-TrainingDetails .hero.v2 .category-badge .text,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .category-badge .text{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .timeline p span.headline,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline p span.headline{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline p,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline p,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h1,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h2,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h3,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h3,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h4,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h4,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h5,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h5,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline h6,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline h6,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline ul,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline ul,.layout-TrainingDetails .hero.v2 .timeline-wrapper .timeline li,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .timeline-wrapper .timeline li{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description-wrapper p,.layout-TrainingDetails .hero.v2 .description-wrapper li,.layout-TrainingDetails .hero.v2 .description-wrapper .form-control,.layout-TrainingDetails .hero.v2 .description-wrapper p > strong{ font-size: 18px; }.layout-TrainingDetails .hero.v2 .description-wrapper h2,.layout-TrainingDetails .hero.v2 .description-wrapper .description h2,.layout-TrainingDetails .hero.v2 .description-wrapper .description h2 a{ font-size: 22px; }.layout-TrainingDetails .hero.v2 .sidebar h1,.layout-TrainingDetails .hero.v2 .sidebar h2,.layout-TrainingDetails .hero.v2 .sidebar h3,.layout-TrainingDetails .hero.v2 .sidebar h4,.layout-TrainingDetails .hero.v2 .sidebar h5,.layout-TrainingDetails .hero.v2 h2{ font-size: 20px; }.layout-TrainingDetails .hero.v2 .sidebar .content.tags{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description.form h2{ font-size: 20px; }.layout-TrainingDetails .hero.v2 .description.form .form-control{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework p{ font-size: 12px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework label p,.layout-TrainingDetails .hero.v2 .description.form form .form-group.newsletter span{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .progressbar .value{ font-size: 14px; }.layout-TrainingDetails .hero.v2 button.nobutton{ font-size: 18px; }.layout-TrainingDetails .hero.v2 .testimonial p,.testimonial p{ font-size: 12px !important; }.layout-TrainingDetails .hero.v2 .testimonial p.quote,.testimonial p.quote{ font-size: 16px !important; }.layout-TrainingDetails .hero.v2 .testimonial h1,.testimonial h1,.layout-TrainingDetails .hero.v2 .testimonial h2,.testimonial h2,.layout-TrainingDetails .hero.v2 .testimonial h3,.testimonial h3,.layout-TrainingDetails .hero.v2 .testimonial h4,.testimonial h4,.layout-TrainingDetails .hero.v2 .testimonial h5,.testimonial h5{ font-size: 20px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-tile .subheader .h2{ font-size: 20px !important; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .border > h2{ font-size: 20px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h1,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h2,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h3,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h4,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content:not(.timeline) h5{ font-size: 20px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-wrapper p{ font-size: 16px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full ul,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full li,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .content.teaser .full p{ font-size: 14px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .toggle-favorite{ font-size: 18px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode h2.maingroup{ font-size: 20px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .title{ font-size: 20px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion .card-header a,form.filters.v2 .accordion .card-header a{ font-size: 18px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header,form.filters.v2 .accordion-header{ font-size: 20px; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header small,form.filters.v2 .accordion-header small,.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .small,form.filters.v2 .accordion-header .small{ font-size: 14px; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .day-title{ font-size: 14px; }.frame-type-wst3bootstrap_trainingtimelinev2 .frame-type-wst3bootstrap_trainingtimelineday .frame-type-wst3bootstrap_trainingtimelinemodules .module-title{ font-size: 14px;  line-height: 15.4px; }.newcolors.training-main:not(.topic-ai) h4,body[class*="layout-TrainingList"] h4{ font-size: 27.5px;  line-height: 27.5px; }.newcolors.training-main:not(.topic-ai) p,body[class*="layout-TrainingList"] p{ font-size: 20px; }.author-modal.organizer .name,.author-modal.price .name{ font-size: 20px; }.author-modal.organizer p,.author-modal.price p{ font-size: 14px !important; }.newcolors .training-slider .teaser-tile .header h1,.newcolors .training-slider .teaser-tile .header h2,.newcolors .training-slider .teaser-tile .header h3{ font-size: 22px !important;  line-height: 1.1em; }.frame-type-wst3bootstrap_trainingteaser .header h1,.frame-type-wst3bootstrap_trainingteaser .header h2,.frame-type-wst3bootstrap_trainingteaser .header h3{ font-size: 27.5px !important;  line-height: 33px !important; }.newcolors .training-slider .teaser-tile .header h1,.frame-type-wst3bootstrap_trainingteaser .header h1,.newcolors .training-slider .teaser-tile .header h2.h1,.frame-type-wst3bootstrap_trainingteaser .header h2.h1{ font-size: 22px;  line-height: 22px; }.newcolors .training-slider .teaser-tile .subheader h2,.frame-type-wst3bootstrap_trainingteaser .subheader h2,.newcolors .training-slider .teaser-tile .subheader .h2,.frame-type-wst3bootstrap_trainingteaser .subheader .h2{ font-size: 20px;  line-height: 20px; }.newcolors .training-slider .teaser-tile p,.frame-type-wst3bootstrap_trainingteaser p,.newcolors .training-slider .teaser-tile strong,.frame-type-wst3bootstrap_trainingteaser strong,.newcolors .training-slider .teaser-tile b,.frame-type-wst3bootstrap_trainingteaser b{ font-size: 16px !important; }.newcolors .training-slider .teaser-tile .subheader h1,.frame-type-wst3bootstrap_trainingteaser .subheader h1,.newcolors .training-slider .teaser-tile .subheader h2,.frame-type-wst3bootstrap_trainingteaser .subheader h2,.newcolors .training-slider .teaser-tile .subheader h3,.frame-type-wst3bootstrap_trainingteaser .subheader h3{ font-size: 16px !important; }.breadcrumb-menu a,.breadcrumb-menu li{ font-size: 16px; }form.filters.v2 a.favorite-toggle{ font-size: 18px; }form.filters.v2 div.custom-field .value,form.filters.v2 div.custom-field label{ font-size: 18px; }form.filters.v2 .results{ font-size: 14px; }.header-training-search .form-control{ font-size: 14px; }.newcolors.training-main:not(.topic-ai) p,body[class*="layout-TrainingList"] p,.training-staging.layout-home p,.training-staging.layout-home li{ font-size: 20px; }.modal.author-modal.organizer .ce-bodytext p{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework label p,.layout-TrainingDetails .hero.v2 .description.form form .form-group .checkbox span,.layout-TrainingDetails .hero.v2 .description-wrapper .container-fluid[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-sm[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-md[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-lg[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xl[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xxl[class*="bg-"] p,.layout-TrainingDetails .hero.v2 .description-wrapper .container-xxxl[class*="bg-"] p{ font-size: 14px !important;  font-weight: 300; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework p{ font-size: 12px !important; }.layout-TrainingDetails .hero.v2 .description.form form h2{ font-size: 14px; }.layout-TrainingDetails .hero.v2 .description.form h2.c-primary-lighten{ font-size: 20px; }#event-select-wrapper select{ font-size: 14px; }.footer-section.footer-redesign .top-logos h3.h4{ font-size: 20px; }.contact-2023 .tx-contactpersons .card-body > *{ font-size: 16px; }.layout-TrainingDetails .hero.v2 .description.form .frame-type-form_formframework .frame-type-text p{ font-size: 16px !important; }#footer .newsletter__form p.small{ font-size: 12px; }.modal.agenda.show h1,.modal.agenda.show h2{ font-size: 20px;  line-height: 22px; }.modal.agenda.show h3{ font-size: 20px; }.modal.agenda.show .explanation,.modal.agenda.show .explanation .title-wrapper{ font-size: 13.2px;  line-height: 13.2px; }.modal.agenda.show ul,.modal.agenda.show li,.modal.agenda.show .p,.modal.agenda.show p,.modal.agenda.show h5{ font-size: 14px; }.modal.agenda.show .note{ font-size: 12px; }}.testimonial-slider .item [class*="frame-space-after"]{ margin-bottom: 0; }.testimonial-slider .owl-carousel h2,.frame-type-wst3bootstrap_testimonial .testimonial h2{ min-height: 2.5em; }.frame-type-wst3bootstrap_testimonial .testimonial{ margin-right: 1px; }@media (max-width:576px){.frame-type-wst3bootstrap_testimonial .testimonial .quote{ min-height: 0; }.frame-type-wst3bootstrap_testimonial img.rounded-circle{ max-width: 50%;  margin: 0 auto; }.testimonial-slider .owl-carousel h2,.frame-type-wst3bootstrap_testimonial .testimonial h2{ min-height: 0; }.frame-type-wst3bootstrap_testimonial .mt-4,.frame-type-wst3bootstrap_testimonial .my-4{ margin-top: 0 !important; }.frame-type-wst3bootstrap_testimonial .mb-4,.frame-type-wst3bootstrap_testimonial .my-4{ margin-bottom: .5rem !important; }.frame-type-wst3bootstrap_trainingteaser .training-teaser[class*="size-"]{ min-height: 400px !important; }.frame-type-wst3bootstrap_testimonial img.rounded-circle{ margin-top: 1.5em; }}@media (max-width:400px){.testimonial-slider .owl-carousel .owl-item img,.frame-type-wst3bootstrap_testimonial img.rounded-circle{ max-width: 50%; }.testimonial-slider .owl-carousel .owl-item img{ margin: 0 auto; }.frame-type-wst3bootstrap_testimonial .row.align-items-end .col-12:nth-last-child(1){ text-align: center; }}.modal.author-modal.inhouse.show .modal-dialog{ max-width: 750px; }.modal.author-modal.inhouse.show form input,#c50536 form input,.modal.author-modal.inhouse.show form textarea,#c50536 form textarea{ border: solid 1px #999;  color: #234B59;  padding: 1rem .75rem;  height: auto; }.modal.author-modal.inhouse.show form label,#c50536 form label{ display: none; }.modal.author-modal.inhouse.show form .btn-toolbar,#c50536 form .btn-toolbar{ -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }.modal.author-modal.inhouse.show form .btn-primary,#c50536 form .btn-primary{ text-transform: none; }.modal.author-modal.feedback.show .modal-dialog{ max-width: 500px; }.modal.author-modal.feedback.show .ce-headline{ padding-right: 1em; }.modal.author-modal.feedback.show .modal-header{ top: 1rem;  right: 1rem; }.modal.author-modal.feedback.show form textarea{ padding: .25rem .5rem; }.modal.author-modal.feedback.show form .form-check label,.modal.author-modal.feedback.show form .form-group .radio label,.form-group .modal.author-modal.feedback.show form .radio label{ display: inline-block;  font-family: 'Nunito Sans',sans-serif;  margin-left: .5rem; }.modal.author-modal.feedback.show form .form-check input.form-check-input,.modal.author-modal.feedback.show form .form-group .radio input.form-check-input,.form-group .modal.author-modal.feedback.show form .radio input.form-check-input{ border-color: red;  height: 2rem;  width: 1rem; }body.modal-blur .modal-backdrop,body.modal-blur .modal-backdrop::before{ background: transparent; }body.modal-blur .modal.show .modal-dialog{ margin: auto 0 auto auto;  -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }.inhouse-btn-wrapper .btn-primary{ text-transform: none;  color: #fff; }.inhouse-btn-wrapper .btn-primary:hover{ text-decoration: underline; }.container.has-training-tiles.calendar-mode .teaser-tile{ padding: .75em; }.container.has-training-tiles.calendar-mode form.filters.v2 .inner,.container.has-training-tiles.calendar-mode .teaser-tile{ border: solid 1px #ccc;  border-radius: .5rem; }.container.has-training-tiles.calendar-mode .teaser-tile{ background: transparent; }.container.has-training-tiles.calendar-mode .training-info-v3 > .d-inline-block{ margin-right: .5em; }.container.has-training-tiles.calendar-mode .training-info-v3 > .d-inline-block:nth-last-child(1){ margin-right: 0; }.container.has-training-tiles.calendar-mode ul{ padding-left: .75em; }.container.has-training-tiles.calendar-mode .title-container{ white-space: nowrap;  -o-text-overflow: ellipsis; text-overflow: ellipsis;  overflow: hidden; }.container.has-training-tiles.calendar-mode .frame-type-text:nth-last-child(1),.container.has-training-tiles.calendar-mode .frame-type-image:nth-last-child(1),.container.has-training-tiles.calendar-mode p:nth-last-child(1){ margin-bottom: 0; }.container.has-training-tiles.calendar-mode .organizer-col a{ text-decoration: none !important; }.container.has-training-tiles.calendar-mode .btn-primary{ background: #4D6773;  text-transform: none; }.container.has-training-tiles.calendar-mode figcaption{ display: none; }.tooltip.tile-header .tooltip-inner{ max-width: 400px; }.datepicker table td.day{ -webkit-transition: all .05s ease-in; transition: all .05s ease-in; }.datepicker table td.day.range{ background-color: #ccc; }.datepicker table td.day.today{ font-weight: bold;  background-color: #dee2e6; }.datepicker table td.day.old.today{ color: #000 !important; }.datepicker .datepicker-days.multi table td.day.range{ cursor: no-drop !important; }#valuelist4 .datepicker table td.day:hover,#valuelist4 .datepicker table td.day.active{ background: #4D6773;  color: #fff; }form.filters.v2 div.custom-field .values .dateradios label{ display: inline;  vertical-align: middle; }form.filters.v2 div.custom-field .values .dateradios input{ margin-right: .25rem;  height: 1rem; }form.filters.v2 div.custom-field .values .dateradios .button{ margin: 0 .25rem;  padding: .25rem .75rem;  border: 1px solid #dee2e6;  border-radius: 1em;  cursor: pointer;  background: #f7f7f7; }form.filters.v2 .date-filter-col{ min-width: 300px; }form.filters.v2 .date-filter-col .custom-field.date .label > span::before{ display: inline-block;  margin-left: .5rem;  margin-right: .5rem;  color: #dee2e6;  content: '|'; }form.filters .bubble.readonly{ cursor: no-drop; }form.filters .bubble.readonly::after{ display: none; }.frame-type-wst3bootstrap_customanchor{ margin: 0 !important; }form.filters.field-preset-events .custom-field[data-name="format"] .value[data-value*="Blended"]{ display: none; }body.layout-glossary24 .glossary .card-header{ background: #fff !important; }body.layout-glossary24 .glossary ul li{ font-weight: 200;  font-family: "Nunito Sans",arial,sans-serif !important; }form.filters .form-row.search-wrapper{ margin-bottom: 50px; }.container.has-training-tiles.calendar-mode > .frame-type-wst3bootstrap_trainingtiles{ padding: 1em; }.container.has-training-tiles .bubble{ padding: 8px 15px 8px 15px; }.container.has-training-tiles .bubble::after{ width: 25px;  height: 25px; }form.filters .search{ margin-bottom: 0; }.container.has-training-tiles.calendar-mode:not(.py-0).p-extra-padding,.container.has-training-tiles.accordion-mode:not(.py-0).p-extra-padding{ padding-left: 0;  padding-right: 0; }.container.has-training-tiles.calendar-mode:not(.py-0).p-extra-padding > *:not(.frame-type-wst3bootstrap_trainingtiles),.container.has-training-tiles.accordion-mode:not(.py-0).p-extra-padding > *:not(.frame-type-wst3bootstrap_trainingtiles){ padding-left: 5%;  padding-right: 5%; }.container.has-training-tiles.calendar-mode:not(.py-0) > .frame-type-wst3bootstrap_trainingtiles,.container.has-training-tiles.accordion-mode:not(.py-0) > .frame-type-wst3bootstrap_trainingtiles{ padding: 1em; }.container.has-training-tiles.calendar-mode:not(.py-0) .frame-type-wst3bootstrap_trainingtiles .container,.container.has-training-tiles.accordion-mode:not(.py-0) .frame-type-wst3bootstrap_trainingtiles .container{ max-width: 100%; }.container.has-training-tiles.calendar-mode:not(.py-0) form.filters,.container.has-training-tiles.accordion-mode:not(.py-0) form.filters{ margin-left: 0;  margin-right: 0; }.container.has-training-tiles.calendar-mode .frame-type-wst3bootstrap_trainingtiles > .ce-content > .container{ padding-left: 7.5px;  padding-right: 7.5px; }.container.has-training-tiles.accordion-mode .frame-type-wst3bootstrap_trainingtiles > .ce-content > .container{ padding-left: 20px;  padding-right: 20px; }#nav-primary .brand-link .mainlogo.shrinked{ display: none; }#nav-primary.navbar-shrinked .brand-link .mainlogo.shrinked{ display: block; }#nav-primary.navbar-shrinked .brand-link .mainlogo.regular{ display: none; }.topic-ai .frame-type-wst3bootstrap_trainingteaser .training-teaser.no-link .inner::after{ background: rgba(125,125,125,.5); }div.custom-field .label,form.filters.v2 .results,form.filters.v2 a.favorite-toggle,form.filters a.switch-view-mode{ font-weight: 300; }form.filters.v2 a.favorite-toggle:hover,form.filters a.switch-view-mode:hover{ text-decoration: none; }.info-card-v3-wrapper .toggle-favorite{ max-width: 25px;  text-align: right;  vertical-align: top;  cursor: pointer; }@media (max-width:576px){.container.has-training-tiles.calendar-mode > .frame-type-wst3bootstrap_trainingtiles{ padding: 0; }.container.has-training-tiles.calendar-mode > .frame-type-wst3bootstrap_trainingtiles .teaser-tile-wrapper{ padding: 0; }.container.has-training-tiles.calendar-mode form.filters.v2 .date-filter-col{ min-width: auto; }.container.has-training-tiles.calendar-mode > .frame-type-wst3bootstrap_trainingtiles,.container.has-training-tiles.accordion-mode > .frame-type-wst3bootstrap_trainingtiles{ padding: 0; }.container.has-training-tiles.accordion-mode .frame-type-wst3bootstrap_trainingtiles > .ce-content > .container{ padding-left: 0;  padding-right: 0; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .title-wrapper > span{ display: block; }.training-main .frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .accordion-header .title-wrapper > br{ display: none; }div#c52847 > .ce-content > .container{ margin: 0;  max-width: 100% !important; }div#c52847 form.filters{ padding-top: 0; }.container.has-training-tiles.calendar-mode .frame-type-wst3bootstrap_trainingtiles > .ce-content > .container{ padding-left: 0;  padding-right: 0; }form.filters .form-row.search-wrapper{ margin-bottom: 0; }}@media (max-width:400px){.container.has-training-tiles.calendar-mode form.filters.v2 div.custom-field .values .dateradios{ display: none !important; }}.frame-type-table table,.frame-type-html table{ border-collapse: collapse;  border-spacing: 0;  border: none; }.frame-type-table table td,.frame-type-html table td,.frame-type-table table th,.frame-type-html table th{ padding: .25em .5em;  border-style: solid;  border-width: 1px;  border-color: #dee2e6;  overflow: hidden;  word-break: normal;  vertical-align: top;  line-height: 1.25; }.frame-type-table table td,.frame-type-html table td{ font-weight: 300; }.frame-type-table table th,.frame-type-html table th{ font-weight: 400; }@media (max-width:1024px){.frame-type-table table,.frame-type-html table{ display: block;  overflow-x: auto;  white-space: nowrap; }}.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .image-wrapper{ max-width: 200px; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-wrapper{ max-width: -webkit-calc(100% - 200px); max-width: calc(100% - 200px); }@media (max-width:575px){.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .teaser-wrapper,.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .image-wrapper{ max-width: 100%; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .image-wrapper img{ max-width: 150px; }.frame-type-wst3bootstrap_trainingtiles .training-tiles-wrapper.group-mode .image-wrapper{ text-align: center; }}.container.has-training-tiles.py-0 > .frame-type-wst3bootstrap_trainingtiles{ padding-left: 0;  padding-right: 0; }.container.has-training-tiles.py-0 > .frame-type-wst3bootstrap_trainingtiles .container{ max-width: 100%; }.postmetagroup__list li:not(:last-child):after{ content: ' '; }.frame-type-wst3bootstrap_relatedcontent .badge,.frame-type-wst3bootstrap_homeblognews .badge{ display: inline-block;  background: #ccc;  color: #fff;  border-radius: .5rem;  padding: .25rem .75rem;  text-transform: uppercase;  z-index: 10; }.frame-type-wst3bootstrap_relatedcontent .training-teaser.blog-entry .badge{ background: #234B59; }.frame-type-wst3bootstrap_relatedcontent .training-teaser.training .badge{ background: #DB6248; }.frame-type-wst3bootstrap_relatedcontent .training-teaser.nugget .badge{ background: #F7A600; }.frame-type-wst3bootstrap_relatedcontent .training-teaser::before{ z-index: -1;  background: -webkit-linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.25) 50%,rgba(0,0,0,.75) 100%); background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.25) 50%,rgba(0,0,0,.75) 100%);  -webkit-transition: background .25s ease-in; transition: background .25s ease-in; }.frame-type-wst3bootstrap_relatedcontent .training-teaser.hovered::before{ background: -webkit-linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%); background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%); }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .training-teaser .inner::after,.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .training-teaser .teaser{ display: none; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.custom-background-color,.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.custom-background-color .training-slider{ background: transparent; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.custom-background-color .training-teaser{ border: transparent !important; }.frame-type-wst3bootstrap_relatedcontent .testimonial-slider .owl-carousel h2{ min-height: auto; }.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .training-teaser::before{ background: -webkit-linear-gradient(180deg,rgba(255,255,255,.666) 0%,rgba(255,255,255,.5) 50%,rgba(0,0,0,.25) 100%); background: linear-gradient(180deg,rgba(255,255,255,.666) 0%,rgba(255,255,255,.5) 50%,rgba(0,0,0,.25) 100%); }.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .training-teaser.hovered::before{ background: -webkit-linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%); background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%); }.frame-type-wst3bootstrap_homeblognews .image-wrapper{ position: relative; }.frame-type-wst3bootstrap_homeblognews .badge{ position: absolute;  left: 0;  top: 0;  background: #234B59; }.frame-type-wst3bootstrap_homeblognews h2{ min-height: -webkit-calc(2em + .5rem); min-height: calc(2em + .5rem); }.frame-type-wst3bootstrap_trainingslider .training-slider .owl-theme .owl-nav .owl-prev,.tx-publications .owl-theme .owl-nav .owl-prev{ margin-left: auto; }#footer .rss-overlay,#footer .rss-toggle{ position: fixed;  right: 0;  top: 40vh; }#footer .rss-overlay .fa-rss,#footer .rss-toggle .fa-rss{ color: #F7A600; }#footer .rss-toggle{ z-index: 666;  cursor: pointer;  width: 50px;  height: 50px;  background: #4D6773;  color: #fff;  border-radius: 50%;  right: 1em; }#footer .rss-toggle .fa-rss{ font-size: 25px; }#footer .rss-overlay{ z-index: -666; }#footer .rss-overlay.active{ z-index: 666; }#footer .rss-overlay{ border: solid 1px #dee2e6;  background: #fff;  text-align: center;  padding: 1em;  margin-top: -webkit-calc(1em + 50px); margin-top: calc(1em + 50px);  max-width: 300px; }#footer .rss-overlay a,#footer .rss-overlay button{ text-transform: none; }#footer .rss-overlay a:hover,#footer .rss-overlay button:hover{ text-decoration: none; }#footer .rss-overlay a span:hover,#footer .rss-overlay button span:hover{ text-decoration: underline; }#footer .rss-overlay input{ border-radius: 0;  border: solid 1px #dee2e6;  color: #234B59 !important;  padding: .5em .75em;  background: transparent !important;  line-height: 1em; }#footer .rss-overlay input:active,#footer .rss-overlay input:focus{ outline: none; }#footer .rss-overlay input{ font-size: 18px; }#footer .rss-overlay p{ font-size: 15px; }#footer .rss-overlay.layout-2{ background: transparent;  border: none;  text-align: center;  width: -webkit-calc(2em + 50px); width: calc(2em + 50px);  margin-top: -webkit-calc(.25em + 50px); margin-top: calc(.25em + 50px); }#footer .wrapper.layout-3{ position: fixed;  width: 300px;  right: -webkit-calc((300px - 51px - 1em)* -1); right: calc((300px - 51px - 1em)* -1);  -webkit-transition: right .3s ease-in; transition: right .3s ease-in;  top: 40vh;  z-index: 666;  background: #fff;  padding: .5em 0 .5em .5em;  border-top-left-radius: 1em;  border-bottom-left-radius: 1em;  border: solid 1px #dee2e6; }#footer .wrapper.layout-3.active{ right: 0; }#footer .wrapper.layout-3 > div{ position: relative;  right: auto;  top: auto;  margin: 0;  padding: 0; }#footer .wrapper.layout-3 .rss-overlay{ background: none;  border: none;  opacity: 0;  -webkit-transition: opacity .25s ease-in; transition: opacity .25s ease-in; }#footer .wrapper.layout-3 .rss-overlay.active{ opacity: 1; }#footer .wrapper.layout-3 .rss-toggle{ background: transparent no-repeat center center url(/fileadmin/user_upload/2024/icons/icon_rss.jpg);  width: 51px;  height: 64px;  border-radius: 0; }#footer .wrapper.layout-3 .btn{ margin-top: .125em; }#footer .wrapper.layout-4{ position: fixed;  top: 40vh;  right: 0;  background: #fff;  padding: .5em 0 .5em .5em;  border-top-left-radius: 1em;  border-bottom-left-radius: 1em;  border: solid 1px #dee2e6;  z-index: 666; }#footer .wrapper.layout-4 .rss-toggle{ background: transparent no-repeat center center url(/fileadmin/user_upload/2024/icons/icon_rss.jpg);  width: 51px;  height: 64px;  border-radius: 0;  position: relative;  top: 0;  right: 0;  margin-right: 1em; }.modal.rss.show .modal-body > .frame:nth-last-child(1){ margin-bottom: 0; }.modal.rss.show strong a{ font-weight: 600; }#footer .footer-redesign.redesign-2024{ padding: 0;  margin: 0; }#footer .footer-redesign.redesign-2024 .frame-type-wst3bootstrap_container[class*="frame-space-after-"]{ margin-bottom: 0; }#footer .footer-redesign.redesign-2024 .container-fluid,#footer .footer-redesign.redesign-2024 .container-sm,#footer .footer-redesign.redesign-2024 .container-md,#footer .footer-redesign.redesign-2024 .container-lg,#footer .footer-redesign.redesign-2024 .container-xl,#footer .footer-redesign.redesign-2024 .container-xxl,#footer .footer-redesign.redesign-2024 .container-xxxl{ max-width: 100%; }#footer .footer-redesign.redesign-2024 .frame-space-after-none{ margin-bottom: 0; }#footer .footer-redesign.redesign-2024 .footer-2024-content h2,#footer .footer-redesign.redesign-2024 .footer-2024-content a,#footer .footer-redesign.redesign-2024 .footer-2024-content p{ font-family: "Roboto Condensed",arial,sans-serif;  font-weight: 500; }#footer .footer-redesign.redesign-2024 .footer-2024-content h2,#footer .footer-redesign.redesign-2024 .footer-2024-content a,#footer .footer-redesign.redesign-2024 .footer-2024-content p{ color: #fff; }#footer .footer-redesign.redesign-2024 .footer-2024-content .footer-mainnav .nav-link{ text-transform: none; }#footer .footer-redesign.redesign-2024 .footer-2024-content .footer-mainnav .nav-item{ margin-bottom: 1rem; }#footer .footer-redesign.redesign-2024 .footer-2024-content .footer-mainnav .nav-item:nth-last-child(1){ margin-bottom: 0; }#footer .footer-redesign.redesign-2024 .bottom-logos p{ font-family: "Roboto Condensed",arial,sans-serif;  font-weight: 500; }#footer .footer-redesign.redesign-2024 .x-margin{ margin-left: 15px;  margin-right: 15px; }#footer .footer-redesign.redesign-2024 .bg-secondary-lighten-2{ background-color: #A0A9B1 !important; }#footer .footer-redesign.redesign-2024 .bottom-logos{ margin-bottom: 0; }.tooltip.footer-tip.show .tooltip-inner{ background: #234B59; }.tooltip.footer-tip.show.bs-tooltip-top .arrow::before,.tooltip.footer-tip.show.bs-tooltip-auto[x-placement^="top"] .arrow::before{ border-top-color: #234B59; }.tooltip.footer-tip.show.bs-tooltip-left .arrow::before,.tooltip.footer-tip.show.bs-tooltip-auto[x-placement^="left"] .arrow::before{ border-top-color: #234B59; }.frame-type-wst3bootstrap_toggleimagelink .image-toggle-element{ background: no-repeat center center transparent;  background-size: contain;  height: 60px; }@media (max-width:992px){#footer .footer-redesign.redesign-2024 .frame-type-wst3bootstrap_toggleimagelink .image-toggle-element{ margin: 0 auto;  width: 100%;  height: 50px;  margin-bottom: .5em; }#footer .footer-redesign.redesign-2024 .footer-2024-content .partnerlogos .frame-type-wst3bootstrap_fluidrow[class*="frame-space-after-"]{ margin-bottom: 0; }#footer .footer-redesign.redesign-2024 .footer-2024-content .partnerlogos .frame-type-wst3bootstrap_fluidrow[class*="frame-space-before-"]{ margin-top: 0; }#footer .footer-redesign.redesign-2024 .footer-2024-content .footer-mainnav .nav-item{ margin-bottom: 0; }#footer .footer-redesign.redesign-2024 .footer-2024-content .frame-space-before-small{ margin-top: 0; }#footer .footer-redesign.redesign-2024 .footer-2024-content .frame-type-header{ margin-top: .5em; }#footer .footer-redesign.redesign-2024 .footer-2024-content .frame-type-menu_pages{ margin-bottom: .5em; }#footer .footer-redesign.redesign-2024 .footer-2024-content .p-extra-padding > [class*="frame-space-before-"]{ margin-top: 0; }#footer .footer-redesign.redesign-2024 .partnerlogos > .frame:not(:nth-last-child(1)){ display: none; }}.newsletter__form span.label,.newsletter__form .cr_form-inputgroup--typecheckbox label{ color: #4D6773;  font-family: "Roboto Condensed",arial,sans-serif;  font-size: 1rem;  padding: 0; }.newsletter__form .cr_form-inputgroup--typecheckbox label:nth-last-child(1){ margin-bottom: 0; }.newsletter__form span.label,.newsletter__form .cr_form-inputgroup--typecheckbox{ display: block;  text-align: left;  line-height: 1; }.newsletter__form .cr_form-component--checkbox{ background-color: #dfe0e2;  padding: 11px 20px;  border-radius: 15px; }form{ opacity: 1;  -webkit-transition: opacity .3s; transition: opacity .3s; }form.disabled{ opacity: .5;  pointer-events: none; }.custom-appointment-picker-row{ position: relative; }.custom-appointment-picker-row .datepicker-wrapper{ position: absolute;  bottom: 0;  left: 0; }.custom-appointment-picker-row .datepicker-wrapper .datepicker{ border-top: none !important;  margin: -1px 0 0 .75em; }.custom-appointment-picker-row .datepicker.datepicker-dropdown{ border: solid 1px #999; }.frame-type-wst3bootstrap_medianuggetlist #filterung{ padding-bottom: 0;  margin-bottom: 0; }.modal.show.content-type-leando,.modal.show.content-type-Rise{ padding-right: 0 !important;  padding-left: 1px !important;  max-height: 100vh;  max-width: 100vw; }.modal.show.content-type-leando .modal-dialog,.modal.show.content-type-Rise .modal-dialog{ max-width: 100vw;  margin: 0; }.modal.show.content-type-leando .embed-responsive,.modal.show.content-type-Rise .embed-responsive{ max-height: 85vh; }.modal.show.content-type-leando .abstract,.modal.show.content-type-Rise .abstract{ display: none; }.modal.show.content-type-leando .close,.modal.show.content-type-Rise .close{ font-size: 2.425rem; }.container.has-training-tiles .frame-type-wst3bootstrap_trainingtiles.frame-type-wst3bootstrap_medianuggetlist .container{ margin: 0 auto;  max-width: 100%;  padding-left: 0;  padding-right: 0; }.container.has-training-tiles .frame-type-wst3bootstrap_trainingtiles.frame-type-wst3bootstrap_medianuggetlist .ce-content .container{ padding-left: 15px;  padding-right: 15px; }.container.has-training-tiles .frame-type-wst3bootstrap_trainingtiles.frame-type-wst3bootstrap_medianuggetlist .teaser-tile{ background: #f7f7f7; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2.rise .img-wrapper{ border-color: #758490; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2.rise .header h1 > span,.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2.rise .header .h1 > span{ background: #758490; }.nugget-modal #socialshare .dropdown-menu{ width: 400px; }.nugget-modal #socialshare .dropdown-menu{ -webkit-transform: translate3d(-400px,-9px,0) !important; -ms-transform: translate3d(-400px,-9px,0) !important; transform: translate3d(-400px,-9px,0) !important;  width: 400px; }@media (max-width:768px){.nugget-modal #socialshare{ display: none !important; }}#page_4872 .jumbotron.dark:after,#page_4901 .jumbotron.dark:after{ background: transparent; }#footer .footer-redesign .bottom-logos > .bmf{ margin-left: 0; }#footer .footer-redesign .bottom-logos > .bmf.iw-wrapper{ margin-left: 150px; }#footer .footer-redesign.redesign-2024 .partnerlogos h2,#footer .footer-redesign.redesign-2024 .footer-mainnav h2{ font-size: 22px; }#footer .footer-redesign.redesign-2024 .partnerlogos h2 a,#footer .footer-redesign.redesign-2024 .partnerlogos p,#footer .footer-redesign.redesign-2024 .footer-mainnav .nav-link{ font-size: 18px; }#footer .footer-redesign.redesign-2024 .content h3.h4,#footer .footer-redesign.redesign-2024 .bottom-logos p{ font-size: 25px; }.modal.author-modal.inhouse.show p,.modal.author-modal.inhouse.show input,.modal.author-modal.inhouse.show textarea{ font-size: 20px !important; }.modal.author-modal.feedback.show p,.modal.author-modal.feedback.show input,.modal.author-modal.feedback.show textarea,.modal.author-modal.feedback.show form .form-check label,.modal.author-modal.feedback.show form .form-group .radio label,.form-group .modal.author-modal.feedback.show form .radio label{ font-size: 16px !important; }.modal.author-modal.feedback.show .h4{ font-size: 25px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h3{ font-size: 70px !important;  line-height: 84px !important; }.frame-type-wst3bootstrap_trainingteaser .size-1 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h2.h1{ font-size: 50px;  line-height: 50px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader .h2{ font-size: 30px;  line-height: 30px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h3{ font-size: 20px !important; }.frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h3{ font-size: 40px !important;  line-height: 48px !important; }.frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h2.h1{ font-size: 35px;  line-height: 35px; }.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader .h2{ font-size: 22px;  line-height: 22px; }.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h3{ font-size: 16px !important; }.training-staging.layout-home .testimonial-slider .owl-carousel h2,.testimonial-slider .owl-carousel h2,.frame-type-wst3bootstrap_testimonial .testimonial h2{ font-size: 22px; }.training-staging.layout-home .testimonial-slider .owl-carousel p,.testimonial-slider .owl-carousel p,.frame-type-wst3bootstrap_testimonial .testimonial p{ font-size: 16px !important; }.bloglist.bloglist--tag{ font-size: 16px; }.training-tiles-wrapper.calendar-tiles .title-container{ font-size: 25px; }.training-tiles-wrapper.calendar-tiles .training-info-v3{ font-size: 16px; }.training-tiles-wrapper.calendar-tiles .teaser-tile a,.training-tiles-wrapper.calendar-tiles .teaser-tile p,.training-tiles-wrapper.calendar-tiles .teaser-tile li{ font-size: 16px; }.training-tiles-wrapper.calendar-tiles .organizer-col strong,.training-tiles-wrapper.calendar-tiles .organizer-col a,.training-tiles-wrapper.calendar-tiles .organizer-col p{ font-size: 13.2px;  line-height: 13.2px; }form.filters.v2 div.custom-field .values .dateradios label{ font-size: 16px; }form.filters.v2 div.custom-field .values .dateradios .button{ font-size: 13.2px; }.container.has-training-tiles form.filters .bubble{ font-size: 13.2px; }.body.layout-glossary24 .glossary ul li{ font-size: 25px; }form.filters a.switch-view-mode,.info-card-v3-wrapper .toggle-favorite{ font-size: 20px; }form.filters.v2 .accordion-header{ font-size: 20px; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper h1 > span,.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper .h1 > span{ font-size: 30px; }.frame-type-wst3bootstrap_homeblognews h2.h4{ font-size: 25px !important; }.frame-type-wst3bootstrap_homeblognews .teaser{ font-size: 16px; }.frame-type-wst3bootstrap_relatedcontent .badge,.frame-type-wst3bootstrap_homeblognews .badge{ font-size: 16px; }.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h2,.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h3{ font-size: 30px !important; }body[class*="layout-TrainingOverview"] #overview-table th,body[class*="layout-TrainingOverview"] #overview-table td,body[class*="layout-TrainingOverview"] #overview-table span,body[class*="layout-TrainingOverview"] #overview-table a,body[class*="layout-TrainingOverview"] #overview-table p,body[class*="layout-TrainingOverview"] #overview-table li,body[class*="layout-TrainingOverview"] #overview-table strong,body[class*="layout-TrainingOverview"] #overview-table b,body[class*="layout-TrainingOverview"] #overview-table em,body[class*="layout-TrainingOverview"] #overview-table i,body[class*="layout-TrainingOverview"] #overview-table h1,body[class*="layout-TrainingOverview"] #overview-table h2,body[class*="layout-TrainingOverview"] #overview-table h3,body[class*="layout-TrainingOverview"] #overview-table h4,body[class*="layout-TrainingOverview"] #overview-table h5,body[class*="layout-TrainingOverview"] #overview-table h6{ font-size: 16px; }@media (max-width:1440px){#footer .footer-redesign.redesign-2024 .partnerlogos h2,#footer .footer-redesign.redesign-2024 .footer-mainnav h2{ font-size: 19.8px; }#footer .footer-redesign.redesign-2024 .partnerlogos h2 a,#footer .footer-redesign.redesign-2024 .partnerlogos p,#footer .footer-redesign.redesign-2024 .footer-mainnav .nav-link{ font-size: 16.2px; }#footer .footer-redesign.redesign-2024 .content h3.h4,#footer .footer-redesign.redesign-2024 .bottom-logos p{ font-size: 22.5px; }.modal.author-modal.inhouse.show p,.modal.author-modal.inhouse.show input,.modal.author-modal.inhouse.show textarea{ font-size: 18px !important; }.modal.author-modal.feedback.show p,.modal.author-modal.feedback.show input,.modal.author-modal.feedback.show textarea,.modal.author-modal.feedback.show form .form-check label,.modal.author-modal.feedback.show form .form-group .radio label,.form-group .modal.author-modal.feedback.show form .radio label{ font-size: 14.4px !important; }.modal.author-modal.feedback.show .h4{ font-size: 22.5px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h3{ font-size: 63px !important;  line-height: 75.6px !important; }.frame-type-wst3bootstrap_trainingteaser .size-1 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h2.h1{ font-size: 45px;  line-height: 45px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader .h2{ font-size: 27px;  line-height: 27px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h3{ font-size: 18px !important; }.frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h3{ font-size: 36px !important;  line-height: 43.2px !important; }.frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h2.h1{ font-size: 31.5px;  line-height: 31.5px; }.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader .h2{ font-size: 19.8px;  line-height: 19.8px; }.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h3{ font-size: 14.4px !important; }.training-staging.layout-home .testimonial-slider .owl-carousel h2,.testimonial-slider .owl-carousel h2,.frame-type-wst3bootstrap_testimonial .testimonial h2{ font-size: 19.8px; }.training-staging.layout-home .testimonial-slider .owl-carousel p,.testimonial-slider .owl-carousel p,.frame-type-wst3bootstrap_testimonial .testimonial p{ font-size: 14.4px !important; }.bloglist.bloglist--tag{ font-size: 14.4px; }.training-tiles-wrapper.calendar-tiles .title-container{ font-size: 22.5px; }.training-tiles-wrapper.calendar-tiles .training-info-v3{ font-size: 14.4px; }.training-tiles-wrapper.calendar-tiles .teaser-tile a,.training-tiles-wrapper.calendar-tiles .teaser-tile p,.training-tiles-wrapper.calendar-tiles .teaser-tile li{ font-size: 14.4px; }.training-tiles-wrapper.calendar-tiles .organizer-col strong,.training-tiles-wrapper.calendar-tiles .organizer-col a,.training-tiles-wrapper.calendar-tiles .organizer-col p{ font-size: 11.88px;  line-height: 11.88px; }form.filters.v2 div.custom-field .values .dateradios label{ font-size: 14.4px; }form.filters.v2 div.custom-field .values .dateradios .button{ font-size: 11.88px; }.container.has-training-tiles form.filters .bubble{ font-size: 11.88px; }.body.layout-glossary24 .glossary ul li{ font-size: 22.5px; }form.filters a.switch-view-mode,.info-card-v3-wrapper .toggle-favorite{ font-size: 18px; }form.filters.v2 .accordion-header{ font-size: 18px; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper h1 > span,.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper .h1 > span{ font-size: 27px; }.frame-type-wst3bootstrap_homeblognews h2.h4{ font-size: 22.5px !important; }.frame-type-wst3bootstrap_homeblognews .teaser{ font-size: 14.4px; }.frame-type-wst3bootstrap_relatedcontent .badge,.frame-type-wst3bootstrap_homeblognews .badge{ font-size: 14.4px; }.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h2,.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h3{ font-size: 27px !important; }body[class*="layout-TrainingOverview"] #overview-table th,body[class*="layout-TrainingOverview"] #overview-table td,body[class*="layout-TrainingOverview"] #overview-table span,body[class*="layout-TrainingOverview"] #overview-table a,body[class*="layout-TrainingOverview"] #overview-table p,body[class*="layout-TrainingOverview"] #overview-table li,body[class*="layout-TrainingOverview"] #overview-table strong,body[class*="layout-TrainingOverview"] #overview-table b,body[class*="layout-TrainingOverview"] #overview-table em,body[class*="layout-TrainingOverview"] #overview-table i,body[class*="layout-TrainingOverview"] #overview-table h1,body[class*="layout-TrainingOverview"] #overview-table h2,body[class*="layout-TrainingOverview"] #overview-table h3,body[class*="layout-TrainingOverview"] #overview-table h4,body[class*="layout-TrainingOverview"] #overview-table h5,body[class*="layout-TrainingOverview"] #overview-table h6{ font-size: 14.4px; }}@media (max-width:1024px){#footer .footer-redesign.redesign-2024 .partnerlogos h2,#footer .footer-redesign.redesign-2024 .footer-mainnav h2{ font-size: 16.5px; }#footer .footer-redesign.redesign-2024 .partnerlogos h2 a,#footer .footer-redesign.redesign-2024 .partnerlogos p,#footer .footer-redesign.redesign-2024 .footer-mainnav .nav-link{ font-size: 16px; }#footer .footer-redesign.redesign-2024 .content h3.h4,#footer .footer-redesign.redesign-2024 .bottom-logos p{ font-size: 18.75px; }.modal.author-modal.inhouse.show p,.modal.author-modal.inhouse.show input,.modal.author-modal.inhouse.show textarea{ font-size: 15px !important; }.modal.author-modal.feedback.show p,.modal.author-modal.feedback.show input,.modal.author-modal.feedback.show textarea,.modal.author-modal.feedback.show form .form-check label,.modal.author-modal.feedback.show form .form-group .radio label,.form-group .modal.author-modal.feedback.show form .radio label{ font-size: 14px !important; }.modal.author-modal.feedback.show .h4{ font-size: 18.75px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h3{ font-size: 52.5px !important;  line-height: 63px !important; }.frame-type-wst3bootstrap_trainingteaser .size-1 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h2.h1{ font-size: 37.5px;  line-height: 37.5px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader .h2{ font-size: 22.5px;  line-height: 22.5px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h3{ font-size: 15px !important; }.frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h3{ font-size: 30px !important;  line-height: 36px !important; }.frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h2.h1{ font-size: 26.25px;  line-height: 26.25px; }.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader .h2{ font-size: 16.5px;  line-height: 16.5px; }.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h3{ font-size: 14px !important; }.training-staging.layout-home .testimonial-slider .owl-carousel h2,.testimonial-slider .owl-carousel h2,.frame-type-wst3bootstrap_testimonial .testimonial h2{ font-size: 16.5px; }.training-staging.layout-home .testimonial-slider .owl-carousel p,.testimonial-slider .owl-carousel p,.frame-type-wst3bootstrap_testimonial .testimonial p{ font-size: 14px !important; }.bloglist.bloglist--tag{ font-size: 14px; }.training-tiles-wrapper.calendar-tiles .title-container{ font-size: 18.75px; }.training-tiles-wrapper.calendar-tiles .training-info-v3{ font-size: 14px; }.training-tiles-wrapper.calendar-tiles .teaser-tile a,.training-tiles-wrapper.calendar-tiles .teaser-tile p,.training-tiles-wrapper.calendar-tiles .teaser-tile li{ font-size: 14px; }.training-tiles-wrapper.calendar-tiles .organizer-col strong,.training-tiles-wrapper.calendar-tiles .organizer-col a,.training-tiles-wrapper.calendar-tiles .organizer-col p{ font-size: 13.2px;  line-height: 13.2px; }form.filters.v2 div.custom-field .values .dateradios label{ font-size: 14px; }form.filters.v2 div.custom-field .values .dateradios .button{ font-size: 13.2px; }.container.has-training-tiles form.filters .bubble{ font-size: 13.2px; }.body.layout-glossary24 .glossary ul li{ font-size: 18.75px; }form.filters a.switch-view-mode,.info-card-v3-wrapper .toggle-favorite{ font-size: 15px; }form.filters.v2 .accordion-header{ font-size: 15px; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper h1 > span,.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper .h1 > span{ font-size: 22.5px; }.frame-type-wst3bootstrap_homeblognews h2.h4{ font-size: 18.75px !important; }.frame-type-wst3bootstrap_homeblognews .teaser{ font-size: 14px; }.frame-type-wst3bootstrap_relatedcontent .badge,.frame-type-wst3bootstrap_homeblognews .badge{ font-size: 14px; }.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h2,.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h3{ font-size: 22.5px !important; }body[class*="layout-TrainingOverview"] #overview-table th,body[class*="layout-TrainingOverview"] #overview-table td,body[class*="layout-TrainingOverview"] #overview-table span,body[class*="layout-TrainingOverview"] #overview-table a,body[class*="layout-TrainingOverview"] #overview-table p,body[class*="layout-TrainingOverview"] #overview-table li,body[class*="layout-TrainingOverview"] #overview-table strong,body[class*="layout-TrainingOverview"] #overview-table b,body[class*="layout-TrainingOverview"] #overview-table em,body[class*="layout-TrainingOverview"] #overview-table i,body[class*="layout-TrainingOverview"] #overview-table h1,body[class*="layout-TrainingOverview"] #overview-table h2,body[class*="layout-TrainingOverview"] #overview-table h3,body[class*="layout-TrainingOverview"] #overview-table h4,body[class*="layout-TrainingOverview"] #overview-table h5,body[class*="layout-TrainingOverview"] #overview-table h6{ font-size: 14px; }}@media (max-width:768px){#footer .footer-redesign.redesign-2024 .partnerlogos h2,#footer .footer-redesign.redesign-2024 .footer-mainnav h2{ font-size: 20px; }#footer .footer-redesign.redesign-2024 .partnerlogos h2 a,#footer .footer-redesign.redesign-2024 .partnerlogos p,#footer .footer-redesign.redesign-2024 .footer-mainnav .nav-link{ font-size: 16px; }#footer .footer-redesign.redesign-2024 .content h3.h4,#footer .footer-redesign.redesign-2024 .bottom-logos p{ font-size: 22px; }.modal.author-modal.inhouse.show p,.modal.author-modal.inhouse.show input,.modal.author-modal.inhouse.show textarea{ font-size: 18px !important; }.modal.author-modal.feedback.show p,.modal.author-modal.feedback.show input,.modal.author-modal.feedback.show textarea,.modal.author-modal.feedback.show form .form-check label,.modal.author-modal.feedback.show form .form-group .radio label,.form-group .modal.author-modal.feedback.show form .radio label{ font-size: 14px !important; }.modal.author-modal.feedback.show .h4{ font-size: 22px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h3{ font-size: 46.2px !important;  line-height: 55.44px !important; }.frame-type-wst3bootstrap_trainingteaser .size-1 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h2.h1{ font-size: 33px;  line-height: 33px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader .h2{ font-size: 19.8px;  line-height: 19.8px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h3{ font-size: 18px !important; }.frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h3{ font-size: 26.4px !important;  line-height: 31.68px !important; }.frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h2.h1{ font-size: 23.1px;  line-height: 23.1px; }.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader .h2{ font-size: 20px;  line-height: 20px; }.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h3{ font-size: 14px !important; }.training-staging.layout-home .testimonial-slider .owl-carousel h2,.testimonial-slider .owl-carousel h2,.frame-type-wst3bootstrap_testimonial .testimonial h2{ font-size: 20px; }.training-staging.layout-home .testimonial-slider .owl-carousel p,.testimonial-slider .owl-carousel p,.frame-type-wst3bootstrap_testimonial .testimonial p{ font-size: 14px !important; }.bloglist.bloglist--tag{ font-size: 14px; }.training-tiles-wrapper.calendar-tiles .title-container{ font-size: 22px; }.training-tiles-wrapper.calendar-tiles .training-info-v3{ font-size: 14px; }.training-tiles-wrapper.calendar-tiles .teaser-tile a,.training-tiles-wrapper.calendar-tiles .teaser-tile p,.training-tiles-wrapper.calendar-tiles .teaser-tile li{ font-size: 14px; }.training-tiles-wrapper.calendar-tiles .organizer-col strong,.training-tiles-wrapper.calendar-tiles .organizer-col a,.training-tiles-wrapper.calendar-tiles .organizer-col p{ font-size: 13.2px;  line-height: 13.2px; }form.filters.v2 div.custom-field .values .dateradios label{ font-size: 14px; }form.filters.v2 div.custom-field .values .dateradios .button{ font-size: 13.2px; }.container.has-training-tiles form.filters .bubble{ font-size: 13.2px; }.body.layout-glossary24 .glossary ul li{ font-size: 22px; }form.filters a.switch-view-mode,.info-card-v3-wrapper .toggle-favorite{ font-size: 18px; }form.filters.v2 .accordion-header{ font-size: 18px; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper h1 > span,.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper .h1 > span{ font-size: 19.8px; }.frame-type-wst3bootstrap_homeblognews h2.h4{ font-size: 22px !important; }.frame-type-wst3bootstrap_homeblognews .teaser{ font-size: 14px; }.frame-type-wst3bootstrap_relatedcontent .badge,.frame-type-wst3bootstrap_homeblognews .badge{ font-size: 14px; }.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h2,.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h3{ font-size: 19.8px !important; }body[class*="layout-TrainingOverview"] #overview-table th,body[class*="layout-TrainingOverview"] #overview-table td,body[class*="layout-TrainingOverview"] #overview-table span,body[class*="layout-TrainingOverview"] #overview-table a,body[class*="layout-TrainingOverview"] #overview-table p,body[class*="layout-TrainingOverview"] #overview-table li,body[class*="layout-TrainingOverview"] #overview-table strong,body[class*="layout-TrainingOverview"] #overview-table b,body[class*="layout-TrainingOverview"] #overview-table em,body[class*="layout-TrainingOverview"] #overview-table i,body[class*="layout-TrainingOverview"] #overview-table h1,body[class*="layout-TrainingOverview"] #overview-table h2,body[class*="layout-TrainingOverview"] #overview-table h3,body[class*="layout-TrainingOverview"] #overview-table h4,body[class*="layout-TrainingOverview"] #overview-table h5,body[class*="layout-TrainingOverview"] #overview-table h6{ font-size: 14px; }}@media (max-width:576px){#footer .footer-redesign.redesign-2024 .partnerlogos h2,#footer .footer-redesign.redesign-2024 .footer-mainnav h2{ font-size: 20px; }#footer .footer-redesign.redesign-2024 .partnerlogos h2 a,#footer .footer-redesign.redesign-2024 .partnerlogos p,#footer .footer-redesign.redesign-2024 .footer-mainnav .nav-link{ font-size: 16px; }#footer .footer-redesign.redesign-2024 .content h3.h4,#footer .footer-redesign.redesign-2024 .bottom-logos p{ font-size: 20px; }.modal.author-modal.inhouse.show p,.modal.author-modal.inhouse.show input,.modal.author-modal.inhouse.show textarea{ font-size: 18px !important; }.modal.author-modal.feedback.show p,.modal.author-modal.feedback.show input,.modal.author-modal.feedback.show textarea,.modal.author-modal.feedback.show form .form-check label,.modal.author-modal.feedback.show form .form-group .radio label,.form-group .modal.author-modal.feedback.show form .radio label{ font-size: 14px !important; }.modal.author-modal.feedback.show .h4{ font-size: 20px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h3{ font-size: 38.5px !important;  line-height: 46.2px !important; }.frame-type-wst3bootstrap_trainingteaser .size-1 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .header h2.h1{ font-size: 27.5px;  line-height: 27.5px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader .h2{ font-size: 20px;  line-height: 20px; }.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h1,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-1 .subheader h3{ font-size: 18px !important; }.frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h3{ font-size: 22px !important;  line-height: 26.4px !important; }.frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .header h2.h1{ font-size: 20px;  line-height: 20px; }.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader .h2{ font-size: 20px;  line-height: 20px; }.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h1,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h2,.frame-type-wst3bootstrap_trainingteaser .size-3 .subheader h3{ font-size: 14px !important; }.training-staging.layout-home .testimonial-slider .owl-carousel h2,.testimonial-slider .owl-carousel h2,.frame-type-wst3bootstrap_testimonial .testimonial h2{ font-size: 20px; }.training-staging.layout-home .testimonial-slider .owl-carousel p,.testimonial-slider .owl-carousel p,.frame-type-wst3bootstrap_testimonial .testimonial p{ font-size: 14px !important; }.bloglist.bloglist--tag{ font-size: 14px; }.training-tiles-wrapper.calendar-tiles .title-container{ font-size: 20px; }.training-tiles-wrapper.calendar-tiles .training-info-v3{ font-size: 14px; }.training-tiles-wrapper.calendar-tiles .teaser-tile a,.training-tiles-wrapper.calendar-tiles .teaser-tile p,.training-tiles-wrapper.calendar-tiles .teaser-tile li{ font-size: 14px; }.training-tiles-wrapper.calendar-tiles .organizer-col strong,.training-tiles-wrapper.calendar-tiles .organizer-col a,.training-tiles-wrapper.calendar-tiles .organizer-col p{ font-size: 13.2px;  line-height: 13.2px; }form.filters.v2 div.custom-field .values .dateradios label{ font-size: 14px; }form.filters.v2 div.custom-field .values .dateradios .button{ font-size: 13.2px; }.container.has-training-tiles form.filters .bubble{ font-size: 13.2px; }.body.layout-glossary24 .glossary ul li{ font-size: 20px; }form.filters a.switch-view-mode,.info-card-v3-wrapper .toggle-favorite{ font-size: 18px; }form.filters.v2 .accordion-header{ font-size: 18px; }.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper h1 > span,.frame-type-wst3bootstrap_medianuggetlist .media-nugget.v2 .img-wrapper .h1 > span{ font-size: 20px; }.frame-type-wst3bootstrap_homeblognews h2.h4{ font-size: 20px !important; }.frame-type-wst3bootstrap_homeblognews .teaser{ font-size: 14px; }.frame-type-wst3bootstrap_relatedcontent .badge,.frame-type-wst3bootstrap_homeblognews .badge{ font-size: 14px; }.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h1,.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h2,.layout-TrainingDetails .frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_trainingteaser .size-3 .header h3{ font-size: 20px !important; }body[class*="layout-TrainingOverview"] #overview-table th,body[class*="layout-TrainingOverview"] #overview-table td,body[class*="layout-TrainingOverview"] #overview-table span,body[class*="layout-TrainingOverview"] #overview-table a,body[class*="layout-TrainingOverview"] #overview-table p,body[class*="layout-TrainingOverview"] #overview-table li,body[class*="layout-TrainingOverview"] #overview-table strong,body[class*="layout-TrainingOverview"] #overview-table b,body[class*="layout-TrainingOverview"] #overview-table em,body[class*="layout-TrainingOverview"] #overview-table i,body[class*="layout-TrainingOverview"] #overview-table h1,body[class*="layout-TrainingOverview"] #overview-table h2,body[class*="layout-TrainingOverview"] #overview-table h3,body[class*="layout-TrainingOverview"] #overview-table h4,body[class*="layout-TrainingOverview"] #overview-table h5,body[class*="layout-TrainingOverview"] #overview-table h6{ font-size: 14px; }}.layout-TrainingDetails .allow-rte-bold strong,.layout-TrainingDetails .allow-rte-bold b{ font-weight: 600; }.layout-TrainingDetails section.hero.no-trainings .hide-when-no-trainings{ display: none !important; }.layout-TrainingDetails section.hero.no-trainings .description > .frame-type-shortcut,.layout-TrainingDetails section.hero.no-trainings .description > .frame-type-form_formframework{ display: none !important; }.layout-TrainingDetails .modal.no-trainings.show .modal-body > .frame:nth-last-child(1){ margin-bottom: 0; }.layout-TrainingDetails .modal.no-trainings.show a{ font-weight: 200; }.layout-TrainingDetails .modal.no-trainings.show strong a{ font-weight: 600; }#footer .footer-redesign .bottom-logos > .bmf.iw-wrapper{ margin-left: 25px; }.frame-type-wst3bootstrap_trainingteaser .box-link{ height: 100%; }.modal.author-modal.contact.show .modal-body{ margin-top: 4rem; }.modal.author-modal.contact.show p{ font-size: 16px !important; }.modal.author-modal.contact.show form .form-check label,.modal.author-modal.contact.show form .form-group .radio label,.form-group .modal.author-modal.contact.show form .radio label{ display: inline-block; }.modal.author-modal.contact.show span.required{ display: none; }.modal.author-modal.contact.show select{ border: solid 1px #999;  color: #6c757d;  padding: 1rem .75rem;  height: auto;  font-size: 20px !important; }.tag-groups-wrapper{ background: #f7f7f7;  border: 1px solid #dee2e6;  border-radius: .5rem; }.tag-groups-wrapper a.btn-primary{ text-transform: none; }span.separator[data-tag]:nth-last-child(1){ display: none; }.frame-type-wst3bootstrap_relatedcontent .training-teaser.video .badge{ background: #D13627; }.frame-type-wst3bootstrap_relatedcontent .training-teaser.news .badge,.frame-type-wst3bootstrap_relatedcontent .training-teaser.download .badge{ background: #4D6773; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .box-link:hover{ text-decoration: none; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser::before,.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser figcaption{ display: none; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser .teaser{ display: block; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser .inner{ position: relative; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser h1,.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser h2{ min-height: -webkit-calc(2em + .5rem); min-height: calc(2em + .5rem);  line-height: 1.2 !important;  margin-top: .5rem; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser h1:hover,.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser h2:hover{ text-decoration: underline; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser h2{ margin-top: 1rem; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser p{ line-height: 1.5; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser .ce-header,.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser figure{ margin-bottom: 0; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser .pseudo-image{ background: no-repeat center center transparent;  background-size: cover; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .training-teaser .badge{ position: absolute;  margin-left: 1.5rem;  margin-top: 1.5rem; }.container.has-training-tiles.calendar-mode .frame-type-textpic ul,.container.has-training-tiles.calendar-mode .frame-type-text ul{ padding-left: 1.6em; }#page_5229 p,#page_5229 ul,#page_5229 li{ font-size: 24px !important; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel h1,.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel h2{ font-size: 25px !important; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel p{ font-size: 16px !important; }body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG p{ font-size: 25px; }body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile a,body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile p,body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile li{ font-size: 16px; }body.layout-BlogPage h3.h3,body.layout-BlogPage h2.h3{ font-size: 30px; }@media (max-width:1440px){#page_5229 p,#page_5229 ul,#page_5229 li{ font-size: 24px !important; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel h1,.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel h2{ font-size: 22.5px !important; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel p{ font-size: 14.4px !important; }body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG p{ font-size: 22.5px; }body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile a,body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile p,body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile li{ font-size: 14.4px; }body.layout-BlogPage h3.h3,body.layout-BlogPage h2.h3{ font-size: 27px; }}@media (max-width:1024px){#page_5229 p,#page_5229 ul,#page_5229 li{ font-size: 24px !important; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel h1,.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel h2{ font-size: 18.75px !important; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel p{ font-size: 14px !important; }body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG p{ font-size: 18.75px; }body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile a,body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile p,body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile li{ font-size: 14px; }body.layout-BlogPage h3.h3,body.layout-BlogPage h2.h3{ font-size: 22.5px; }}@media (max-width:768px){#page_5229 p,#page_5229 ul,#page_5229 li{ font-size: 24px !important; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel h1,.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel h2{ font-size: 22px !important; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel p{ font-size: 14px !important; }body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG p{ font-size: 22px; }body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile a,body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile p,body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile li{ font-size: 14px; }body.layout-BlogPage h3.h3,body.layout-BlogPage h2.h3{ font-size: 19.8px; }}@media (max-width:576px){#page_5229 p,#page_5229 ul,#page_5229 li{ font-size: 24px !important; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel h1,.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel h2{ font-size: 20px !important; }.frame-type-wst3bootstrap_relatedcontent .frame-type-wst3bootstrap_fluidrow.display-mode-2 .owl-carousel p{ font-size: 14px !important; }body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG p{ font-size: 20px; }body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile a,body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile p,body.training-main.topic-ai.newcolors.layout-FullWidthLightBlueBG .training-tiles-wrapper.calendar-tiles .teaser-tile li{ font-size: 14px; }body.layout-BlogPage h3.h3,body.layout-BlogPage h2.h3{ font-size: 20px; }#footer .wrapper.layout-4{ top: auto;  bottom: 5px;  padding: .25em 0 .25em .25em;  border-top-left-radius: .5em;  border-bottom-left-radius: .5em; }#footer .wrapper.layout-4 .rss-toggle{ background-size: contain;  width: 40px;  height: 50px; }.author-modal.rss.show .modal-body{ padding: 30px; }.author-modal.rss.show .modal-header{ right: 15px;  top: 15px; }}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2F(stdin)%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2F_core.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2F_larger.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2F_fixed-width.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2F_list.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2F_bordered-pulled.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2F_animated.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2F_rotated-flipped.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2F_stacked.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2F_icons.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2F_screen-reader.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2F_mixins.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2Fregular.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2Fsolid.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Ffontawesome%2Fbrands.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_root.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_reboot.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_hover.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fvendor%2F_rfs.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_type.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_images.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_code.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_grid.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_breakpoints.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_grid-framework.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_grid.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_tables.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_table-row.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_forms.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_transition.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_forms.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_buttons.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_buttons.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_transitions.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_dropdown.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_button-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_input-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_custom-forms.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_nav.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_navbar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_card.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_breadcrumb.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_pagination.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_pagination.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_badge.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_badge.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_jumbotron.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_alert.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_alert.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_progress.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_media.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_list-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_list-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_close.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_toasts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_modal.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_tooltip.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_popover.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_carousel.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_clearfix.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_spinners.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_align.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_background-variant.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_background.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_borders.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_clearfix.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_display.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_embed.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_flex.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_float.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_overflow.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_position.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_screenreaders.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_screen-reader.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_shadows.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_sizing.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_stretched-link.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_spacing.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_text.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Fmixins%2F_text-emphasis.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2Futilities%2F_visibility.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fbootstrap%2F_print.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_fonts.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_breadcrumb.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_scaffolding.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_footer.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_header.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_navbar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_type.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_clearfix.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_media.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_alert.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_buttons.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_card.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_bsexample.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_panel.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_tabs.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_megamenu.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_images.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_labels.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_jumbotron.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_backgrounds.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_dropdown.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_effects.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_print.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_table.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_utilities.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_colors.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_scrolltotop.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fextensions%2Fthemes%2Fmmenu.themes.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2Fmmenu.oncanvas.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2F_oncanvas.menu.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2F_oncanvas.menu.rtl.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2F_oncanvas.panels.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2F_oncanvas.panels.rtl.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2F_oncanvas.vertical.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2F_oncanvas.buttons.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2F_oncanvas.buttons.rtl.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2F_oncanvas.navbar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2F_oncanvas.navbar.rtl.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2F_oncanvas.listviews.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foncanvas%2F_oncanvas.listviews.rtl.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foffcanvas%2Fmmenu.offcanvas.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fextensions%2Fthemes%2F..%2F..%2F_mixins.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Foffcanvas%2F_offcanvas.rtl.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fcore%2Fscreenreader%2Fmmenu.screenreader.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fautoheight%2Fmmenu.autoheight.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fcolumns%2Fmmenu.columns.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fcounters%2Fmmenu.counters.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fcounters%2F_counters.rtl.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fdividers%2Fmmenu.dividers.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fdrag%2Fmmenu.drag.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fdropdown%2Fmmenu.dropdown.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Ficonbar%2Fmmenu.iconbar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Ficonpanels%2Fmmenu.iconpanels.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Ficonpanels%2F_iconpanels.rtl.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fkeyboardnavigation%2Fmmenu.keyboardnavigation.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fnavbars%2Fmmenu.navbars.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fnavbars%2F_navbar.searchfield.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fnavbars%2F_navbar.breadcrumbs.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fnavbars%2F_navbar.tabs.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fsearchfield%2Fmmenu.searchfield.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fsectionindexer%2Fmmenu.sectionindexer.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fsetselected%2Fmmenu.setselected.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fsidebar%2Fmmenu.sidebar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Fsidebar%2F_sidebar.rtl.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Ftoggles%2Fmmenu.toggles.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Faddons%2Ftoggles%2F_toggles.rtl.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fextensions%2Fborderstyle%2Fmmenu.borderstyle.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fextensions%2Feffects%2Fmmenu.effects.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fextensions%2Flistview%2Fmmenu.listview.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fextensions%2Fmultiline%2Fmmenu.multiline.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fextensions%2Fpagedim%2Fmmenu.pagedim.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fextensions%2Fpopup%2Fmmenu.popup.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fextensions%2Fpositioning%2Fmmenu.positioning.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fextensions%2Fshadows%2Fmmenu.shadows.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fextensions%2Ftileview%2Fmmenu.tileview.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fmmenu%2Fwrappers%2Fbootstrap%2Fmmenu.bootstrap.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_mmenu.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_flexslider.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_forms.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_counterbar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_nav.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_searchbar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_content-elements.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_list-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_hero.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_arrow.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_blockteaser.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_calendar.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_helper.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_yellow-header.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_recommendedtrainings.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_projectslider.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_quicknav.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_header-search.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_glossary.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_newevents.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Futilities%2F_order.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fextensions%2F_news.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fextensions%2F_fluid_styled_content.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fextensions%2F_indexed_search.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fextensions%2F_gomaps.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fextensions%2F_powermail.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fextensions%2F_calendarize.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Felements%2F_cards-carousel.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Felements%2F_number-carousel.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Felements%2F_timeline.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fnq40_v2.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fpartner_map.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_training.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fcb.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_events.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_overlaymenu.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_blog.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_roadshow.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_header-modal.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_redesign_2022.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2023%2F_trainings.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2023%2F_components.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2023%2F_menu.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2023%2F_newcolors.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2023%2F_misc_and_b3.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_redesign_2023.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2024%2F_testimonials.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2024%2F_components.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2024%2F_rss.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2024%2F_footer.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2024%2F_newsletter.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2024%2F_nuggets.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2Fredesign_2024%2F_misc_and_b3.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_redesign_2024.scss%22%2C%22%2Ftypo3conf%2Fext%2Fyaw_template%2FResources%2FPrivate%2FSCSS%2F_redesign_2025.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CwCAAA%2CAAAA%2CACGA%2CAAAA%2C6BAAA%2CuLAAA%2CAAAA%2CCAeA%2CACdA%2CAAAA%2COAAA%2C4EAAA%2CAAAA%2CCAMA%2CAAAA%2COAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CoBAAA%2CAAAA%2CCAKE%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CQAAA%2CkBAAA%2CAAAA%2CCCjBF%2CAAAA%2COAAA%2CqCAAA%2CAAAA%2CCCCA%2CAAAA%2COAAA%2C%2BDAAA%2CAAAA%2CCAKE%2CAAAA%2CYAAA%2CqBAAA%2CAAAA%2CCAGF%2CAAAA%2COAAA%2C2FAAA%2CAAAA%2CCCRA%2CAAAA%2CWAAA%2C6EAAA%2CAAAA%2CCAMA%2CAAAA%2CcAAA%2CcAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CeAAA%2CAAAA%2CCAEA%2CAAKE%2CAAAA%2CyFAAA%2CqBAAA%2CAAAA%2CCACA%2CAAAA%2C8FAAA%2CoBAAA%2CAAAA%2CCCfF%2CAAAA%2CSAAA%2CuFAAA%2CAAAA%2CCAIA%2CAAAA%2CUAAA%2C2FAAA%2CAAAA%2CCAIA%2CmBACE%2CAAAA%2CGAAA%2CwFAAA%2CAAAA%2CCAIA%2CAAAA%2CKAAA%2C8FAAA%2CAAAA%2CCAAA%2CCCbF%2CAAAA%2CcAAA%2CoKAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CuKAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CuKAAA%2CAAAA%2CCAEA%2CAAAA%2CoBAAA%2CwKAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CwKAAA%2CAAAA%2CCACA%2CAAAA%2CmDAAA%2C2KAAA%2CAAAA%2CCAKA%2CAACE%2CAAAA%2CoIAAA%2CqCAAA%2CAAAA%2CCCZF%2CAAAA%2CUAAA%2CsHAAA%2CAAAA%2CCASA%2CAAAA%2C0BAAA%2CkEAAA%2CAAAA%2CCAQA%2CAAAA%2CaAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CaAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CcAAA%2CAAAA%2CCR5BA%2CASGA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0CAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCC13CA%2CAAAA%2CSAAA%2CiIAAA%2CAAAA%2CCACA%2CAC0CE%2CAAAA%2CmDAAA%2C6FAAA%2CAAAA%2CCX9CF%2CAYMA%2CWAAA%2C4uBAAA%2CAAAA%2CCAaA%2CAAAA%2CKAAA%2CwDAAA%2CAAAA%2CCZnBA%2CAaMA%2CWAAA%2CguBAAA%2CAAAA%2CCAaA%2CAAAA%2CSAAA%2CwDAAA%2CAAAA%2CCbnBA%2CAcMA%2CWAAA%2C2uBAAA%2CAAAA%2CCAaA%2CAAAA%2CKAAA%2CuCAAA%2CAAAA%2CCdnBA%2CAeCA%2CAAAA%2CMAAA%2CsvCAAA%2CAAAA%2CCCiBA%2CAAAA%2CqBAAA%2CsFAAA%2CAAAA%2CCAMA%2CAAAA%2CKAAA%2C4HAAA%2CAAAA%2CCAUA%2CAAAA%2CsEAAA%2CiBAAA%2CAAAA%2CCAWA%2CAAAA%2CKAAA%2CsLAAA%2CAAAA%2CCAoBA%2CAAAA%2C0CAAA%2CwBAAA%2CAAAA%2CCAUA%2CAAAA%2CGAAA%2CyHAAA%2CAAAA%2CCAgBA%2CAAAA%2CkBAAA%2CuCAAA%2CAAAA%2CCASA%2CAAAA%2CEAAA%2CsCAAA%2CAAAA%2CCAaA%2CAAAA%2CsCAAA%2CoIAAA%2CAAAA%2CCASA%2CAAAA%2CQAAA%2CkEAAA%2CAAAA%2CCAMA%2CAAAA%2CSAAA%2CsCAAA%2CAAAA%2CCAOA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCAOA%2CAAAA%2CGAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CGAAA%2CwCAAA%2CAAAA%2CCAKA%2CAAAA%2CWAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CSAAA%2CmBAAA%2CAAAA%2CCAKA%2CAAAA%2CMAAA%2CiBAAA%2CAAAA%2CCASA%2CAAAA%2CQAAA%2CkFAAA%2CAAAA%2CCAQA%2CAAAA%2CIAAA%2CiBAAA%2CAAAA%2CCACA%2CAAAA%2CIAAA%2CaAAA%2CAAAA%2CCAOA%2CAAAA%2CEAAA%2CyEAAA%2CAAAA%2CCC7KE%2CAAAA%2CQAAA%2C8CAAA%2CAAAA%2CCD6LF%2CAAAA%2CcAAA%2CyCAAA%2CAAAA%2CCC7LE%2CAAAA%2CoBAAA%2CyCAAA%2CAAAA%2CCD4MF%2CAAAA%2CkBAAA%2C%2BGAAA%2CAAAA%2CCAQA%2CAAAA%2CIAAA%2CuDAAA%2CAAAA%2CCAcA%2CAAAA%2COAAA%2CmBAAA%2CAAAA%2CCAUA%2CAAAA%2CIAAA%2C8CAAA%2CAAAA%2CCAKA%2CAAAA%2CIAAA%2C4CAAA%2CAAAA%2CCAYA%2CAAAA%2CMAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CQAAA%2C0GAAA%2CAAAA%2CCAQA%2CAAAA%2CGAAA%2CsBAAA%2CAAAA%2CCAWA%2CAAAA%2CMAAA%2C%2BCAAA%2CAAAA%2CCASA%2CAAAA%2COAAA%2CmBAAA%2CAAAA%2CCASA%2CAAAA%2CaAAA%2CmEAAA%2CAAAA%2CCAKA%2CAAAA%2CsCAAA%2C%2BEAAA%2CAAAA%2CCAWA%2CAAAA%2CaAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CcAAA%2CuBAAA%2CAAAA%2CCAQA%2CAAAA%2COAAA%2CoBAAA%2CAAAA%2CCAQA%2CAAAA%2CsDAAA%2C6BAAA%2CAAAA%2CCASE%2CAAIE%2CAAAA%2CkHAAA%2CkBAAA%2CAAAA%2CCAOJ%2CAAAA%2C8HAAA%2CkCAAA%2CAAAA%2CCAQA%2CAAAA%2C2CAAA%2CmGAAA%2CAAAA%2CCAOA%2CAAAA%2CuFAAA%2C8BAAA%2CAAAA%2CCAYA%2CAAAA%2CSAAA%2CoCAAA%2CAAAA%2CCAMA%2CAAAA%2CSAAA%2CoDAAA%2CAAAA%2CCAeA%2CAAAA%2COAAA%2CuKAAA%2CAAAA%2CCE5OQ%2C0BAAA%2CAAAA%2COAAA%2C6EAAA%2CAAAA%2CCAAA%2CCFwPR%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCAKA%2CAAAA%2CsFAAA%2CeAAA%2CAAAA%2CCAKA%2CAAAA%2CgBAAA%2CkDAAA%2CAAAA%2CCAaA%2CAAAA%2C2CAAA%2C2BAAA%2CAAAA%2CCASA%2CAAAA%2C6BAAA%2C6CAAA%2CAAAA%2CCASA%2CAAAA%2COAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CQAAA%2CuCAAA%2CAAAA%2CCAKA%2CAAAA%2CSAAA%2CgBAAA%2CAAAA%2CCAMA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCGzdA%2CAAAA%2C0CAAA%2C6DAAA%2CAAAA%2CCASA%2CAAAA%2COAAA%2CsBAAA%2CAAAA%2CCDgKQ%2C0BAAA%2COAAA%2CqFAAA%2CAAAA%2CCAAA%2CCC%2FJR%2CAAAA%2COAAA%2CwBAAA%2CAAAA%2CCD%2BJQ%2C0BAAA%2COAAA%2C2FAAA%2CAAAA%2CCAAA%2CCC9JR%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCD8JQ%2C0BAAA%2COAAA%2CqFAAA%2CAAAA%2CCAAA%2CCC7JR%2CAAAA%2COAAA%2CsBAAA%2CAAAA%2CCD6JQ%2C0BAAA%2COAAA%2CiFAAA%2CAAAA%2CCAAA%2CCC5JR%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CoBAAA%2CAAAA%2CCAEA%2CAAAA%2CMAAA%2CuCAAA%2CAAAA%2CCDyJQ%2C0BAAA%2CMAAA%2C%2BEAAA%2CAAAA%2CCAAA%2CCCnJR%2CAAAA%2CWAAA%2CwDAAA%2CAAAA%2CCDmJQ%2C0BAAA%2CWAAA%2C%2BEAAA%2CAAAA%2CCAAA%2CCC9IR%2CAAAA%2CWAAA%2C0DAAA%2CAAAA%2CCD8IQ%2C0BAAA%2CWAAA%2C%2BEAAA%2CAAAA%2CCAAA%2CCCzIR%2CAAAA%2CWAAA%2C0DAAA%2CAAAA%2CCDyIQ%2C0BAAA%2CWAAA%2C%2BEAAA%2CAAAA%2CCAAA%2CCCpIR%2CAAAA%2CWAAA%2CwDAAA%2CAAAA%2CCDoIQ%2C0BAAA%2CWAAA%2C%2BEAAA%2CAAAA%2CCAAA%2CCCzHR%2CAAAA%2CGAAA%2C4FAAA%2CAAAA%2CCAYA%2CAAAA%2CaAAA%2CoCAAA%2CAAAA%2CCAMA%2CAAAA%2CWAAA%2C4CAAA%2CAAAA%2CCAWA%2CAAAA%2CeAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2CaAAA%2CqCAAA%2CAAAA%2CCAGA%2CAAAA%2CkBAAA%2CwBAAA%2CAAAA%2CCAGE%2CAAAA%2CmCAAA%2CsBAAA%2CAAAA%2CCAWF%2CAAAA%2CYAAA%2C6CAAA%2CAAAA%2CCAMA%2CAAAA%2CYAAA%2C6CAAA%2CAAAA%2CCAKA%2CAAAA%2CmBAAA%2CmDAAA%2CAAAA%2CCAKE%2CAAAA%2C2BAAA%2CwBAAA%2CAAAA%2CCClHF%2CAAAA%2CWAAA%2CiCAAA%2CAAAA%2CCAMA%2CAAAA%2CeAAA%2CwGAAA%2CAAAA%2CCAeA%2CAAAA%2CQAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2CYAAA%2CwCAAA%2CAAAA%2CCAKA%2CAAAA%2CgBAAA%2CkCAAA%2CAAAA%2CCCrCA%2CAAAA%2CKAAA%2C4DAAA%2CAAAA%2CCAME%2CAAAA%2CSAAA%2CiBAAA%2CAAAA%2CCAMF%2CAAAA%2CIAAA%2CoFAAA%2CAAAA%2CCAQE%2CAAAA%2CQAAA%2CkDAAA%2CAAAA%2CCASF%2CAAAA%2CIAAA%2CqDAAA%2CAAAA%2CCAME%2CAAAA%2CSAAA%2C2DAAA%2CAAAA%2CCAQF%2CAAAA%2CgBAAA%2CyCAAA%2CAAAA%2CCCtCE%2CAAAA%2CWAAA%2CkGAAA%2CAAAA%2CCCsDE%2CyBAAA%2CAAAA%2CWAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAAA%2CyBAAA%2CWAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAAA%2CyBAAA%2CWAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAAA%2C0BAAA%2CWAAA%2CoBAAA%2CAAAA%2CCAAA%2CCAAA%2C0BAAA%2CWAAA%2CoBAAA%2CAAAA%2CCAAA%2CCAAA%2C0BAAA%2CWAAA%2CoBAAA%2CAAAA%2CCAAA%2CCDhDF%2CAAAA%2CwGAAA%2CkGAAA%2CAAAA%2CCAME%2CAC0CA%2CyBDrCE%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCAMI%2CAAAA%2CAAAA%2CCAXN%2CAC0CA%2CyBDrCE%2CAAAA%2CuCAAA%2CmBAAA%2CAAAA%2CCAMI%2CAAAA%2CAAAA%2CAAAA%2CCAXN%2CAC0CA%2CyBDrCE%2CAAAA%2CqDAAA%2CmBAAA%2CAAAA%2CCAMI%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CCAXN%2CAC0CA%2C0BDrCE%2CAAAA%2CmEAAA%2CoBAAA%2CAAAA%2CCAMI%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CCAXN%2CAC0CA%2C0BDrCE%2CAAAA%2CiGAAA%2CoBAAA%2CAAAA%2CCAMI%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CCAXN%2CAC0CA%2C0BDrCE%2CAAAA%2CiHAAA%2CoBAAA%2CAAAA%2CCAMI%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CCAeR%2CAAAA%2CKAAA%2CwKAAA%2CAAAA%2CCAMA%2CAAAA%2CYAAA%2CmCAAA%2CAAAA%2CCAIE%2CAAAA%2CiDAAA%2CqCAAA%2CAAAA%2CCE%2FCF%2CAAAA%2Cs1CAAA%2C8EAAA%2CAAAA%2CCAYI%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAIF%2CAAOE%2CAAAA%2CKAAA%2C8FAAA%2CAAAA%2CCAOE%2CAC2BN%2CAAAA%2CgBAAA%2C%2BEAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CgBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CgBAAA%2CuHAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CgBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CgBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CgBAAA%2CuHAAA%2CAAAA%2CCDtBI%2CAAAA%2CUAAA%2C6FAAA%2CAAAA%2CCAKE%2CAAAA%2COAAA%2CmHAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CQAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CQAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CQAAA%2C%2BEAAA%2CAAAA%2CCAKF%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAEA%2CAAAA%2CYAAA%2CmDAAA%2CAAAA%2CCAGE%2CAAAA%2CSAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CmDAAA%2CAAAA%2CCAME%2CAAAA%2CUAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C8BAAA%2CAAAA%2CCA5CJ%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAIF%2CADqCA%2CyBC9BE%2CAAAA%2CQAAA%2C8FAAA%2CAAAA%2CCAOE%2CAC2BN%2CAAAA%2CmBAAA%2C%2BEAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2CuHAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2CuHAAA%2CAAAA%2CCDtBI%2CAAAA%2CaAAA%2C6FAAA%2CAAAA%2CCAKE%2CAAAA%2CUAAA%2CmHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C%2BEAAA%2CAAAA%2CCAKF%2CAAAA%2CgBAAA%2CmDAAA%2CAAAA%2CCAEA%2CAAAA%2CeAAA%2CmDAAA%2CAAAA%2CCAGE%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAME%2CAAAA%2CaAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CCA5CJ%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAIF%2CADqCA%2CyBC9BE%2CAAAA%2CQAAA%2C8FAAA%2CAAAA%2CCAOE%2CAC2BN%2CAAAA%2CmBAAA%2C%2BEAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2CuHAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2CuHAAA%2CAAAA%2CCDtBI%2CAAAA%2CaAAA%2C6FAAA%2CAAAA%2CCAKE%2CAAAA%2CUAAA%2CmHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C%2BEAAA%2CAAAA%2CCAKF%2CAAAA%2CgBAAA%2CmDAAA%2CAAAA%2CCAEA%2CAAAA%2CeAAA%2CmDAAA%2CAAAA%2CCAGE%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAME%2CAAAA%2CaAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CCA5CJ%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAIF%2CADqCA%2CyBC9BE%2CAAAA%2CQAAA%2C8FAAA%2CAAAA%2CCAOE%2CAC2BN%2CAAAA%2CmBAAA%2C%2BEAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2CuHAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2CuHAAA%2CAAAA%2CCDtBI%2CAAAA%2CaAAA%2C6FAAA%2CAAAA%2CCAKE%2CAAAA%2CUAAA%2CmHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C%2BEAAA%2CAAAA%2CCAKF%2CAAAA%2CgBAAA%2CmDAAA%2CAAAA%2CCAEA%2CAAAA%2CeAAA%2CmDAAA%2CAAAA%2CCAGE%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAME%2CAAAA%2CaAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CCA5CJ%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAIF%2CADqCA%2C0BC9BE%2CAAAA%2CQAAA%2C8FAAA%2CAAAA%2CCAOE%2CAC2BN%2CAAAA%2CmBAAA%2C%2BEAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2CuHAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CmBAAA%2CuHAAA%2CAAAA%2CCDtBI%2CAAAA%2CaAAA%2C6FAAA%2CAAAA%2CCAKE%2CAAAA%2CUAAA%2CmHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C%2BEAAA%2CAAAA%2CCAKF%2CAAAA%2CgBAAA%2CmDAAA%2CAAAA%2CCAEA%2CAAAA%2CeAAA%2CmDAAA%2CAAAA%2CCAGE%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmDAAA%2CAAAA%2CCAME%2CAAAA%2CaAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CCA5CJ%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAIF%2CADqCA%2C0BC9BE%2CAAAA%2CSAAA%2C8FAAA%2CAAAA%2CCAOE%2CAC2BN%2CAAAA%2CoBAAA%2C%2BEAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CoBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CoBAAA%2CuHAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CoBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CoBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CoBAAA%2CuHAAA%2CAAAA%2CCDtBI%2CAAAA%2CcAAA%2C6FAAA%2CAAAA%2CCAKE%2CAAAA%2CWAAA%2CmHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C%2BEAAA%2CAAAA%2CCAKF%2CAAAA%2CiBAAA%2CmDAAA%2CAAAA%2CCAEA%2CAAAA%2CgBAAA%2CmDAAA%2CAAAA%2CCAGE%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmDAAA%2CAAAA%2CCAME%2CAAAA%2CcAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C8BAAA%2CAAAA%2CCAAA%2CCA5CJ%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAIF%2CADqCA%2C0BC9BE%2CAAAA%2CSAAA%2C8FAAA%2CAAAA%2CCAOE%2CAC2BN%2CAAAA%2CoBAAA%2C%2BEAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CoBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CoBAAA%2CuHAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CoBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CoBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CoBAAA%2CuHAAA%2CAAAA%2CCDtBI%2CAAAA%2CcAAA%2C6FAAA%2CAAAA%2CCAKE%2CAAAA%2CWAAA%2CmHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C%2BEAAA%2CAAAA%2CCAKF%2CAAAA%2CiBAAA%2CmDAAA%2CAAAA%2CCAEA%2CAAAA%2CgBAAA%2CmDAAA%2CAAAA%2CCAGE%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmDAAA%2CAAAA%2CCAME%2CAAAA%2CcAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C8BAAA%2CAAAA%2CCAAA%2CCA5CJ%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAIF%2CADqCA%2C0BC9BE%2CAAAA%2CUAAA%2C8FAAA%2CAAAA%2CCAOE%2CAC2BN%2CAAAA%2CqBAAA%2C%2BEAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CqBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CqBAAA%2CuHAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CqBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CqBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CqBAAA%2CuHAAA%2CAAAA%2CCDtBI%2CAAAA%2CeAAA%2C6FAAA%2CAAAA%2CCAKE%2CAAAA%2CYAAA%2CmHAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C%2BEAAA%2CAAAA%2CCAKF%2CAAAA%2CkBAAA%2CmDAAA%2CAAAA%2CCAEA%2CAAAA%2CiBAAA%2CmDAAA%2CAAAA%2CCAGE%2CAAAA%2CcAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2CmDAAA%2CAAAA%2CCAME%2CAAAA%2CeAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2C8BAAA%2CAAAA%2CCAAA%2CCA5CJ%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAIF%2CADqCA%2C0BC9BE%2CAAAA%2CYAAA%2C8FAAA%2CAAAA%2CCAOE%2CAC2BN%2CAAAA%2CuBAAA%2C%2BEAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CuBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CuBAAA%2CuHAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CuBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CuBAAA%2C2EAAA%2CAAAA%2CCD3BM%2CAC2BN%2CAAAA%2CuBAAA%2CuHAAA%2CAAAA%2CCDtBI%2CAAAA%2CiBAAA%2C6FAAA%2CAAAA%2CCAKE%2CAAAA%2CcAAA%2CmHAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C2EAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2CuHAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C%2BEAAA%2CAAAA%2CCAKF%2CAAAA%2CoBAAA%2CmDAAA%2CAAAA%2CCAEA%2CAAAA%2CmBAAA%2CmDAAA%2CAAAA%2CCAGE%2CAAAA%2CgBAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgDAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmDAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmDAAA%2CAAAA%2CCAME%2CAAAA%2CiBAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCAAA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAAA%2CCE3DV%2CAAAA%2CiBAAA%2CqDAAA%2CAAAA%2CCAME%2CAAAA%2C8CAAA%2CwEAAA%2CAAAA%2CCAOA%2CAAAA%2CmCAAA%2C4DAAA%2CAAAA%2CCAKA%2CAAAA%2C6CAAA%2CgCAAA%2CAAAA%2CCAUF%2CAACE%2CAAAA%2C0BAAA%2CiBAAA%2CAAAA%2CCAWF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCAGE%2CAAAA%2CkFAAA%2C4BAAA%2CAAAA%2CCAKA%2CAACE%2CAAAA%2C0GAAA%2C2BAAA%2CAAAA%2CCAOJ%2CAACE%2CAAAA%2CqGAAA%2CYAAA%2CAAAA%2CCAYF%2CAACE%2CAAAA%2CyCAAA%2CoCAAA%2CAAAA%2CCAUF%2CAACE%2CATzEA%2CAAAA%2C4BAAA%2CsDAAA%2CAAAA%2CCUPA%2CAACE%2CAAAA%2CuDAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2CyFAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CkCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2C8EAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C6DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2CiGAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CoCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CkFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2CuDAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2CyFAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CkCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2C8EAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C8CAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6EAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2C%2BBAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CwEAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2CuDAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2CyFAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CkCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2C8EAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2CoDAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2CqFAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CiCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2C4EAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2CiDAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2CiFAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CgCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2C0EAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C8CAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6EAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2C%2BBAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CwEAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2CgEAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2CqGAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CqCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CoFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C%2BEAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2CyHAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2C0CAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2C8FAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C2FAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2CyIAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2C8CAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CsGAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C2FAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2CyIAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2C8CAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CsGAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2C6FAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2CgFAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2CiDAAA%2C4BAAA%2CAAAA%2CCAOE%2CAAAA%2CiFAAA%2CwBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CgCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2C0EAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2CiDAAA%2C0BAAA%2CAAAA%2CCAOE%2CAAAA%2CiFAAA%2CsBAAA%2CAAAA%2CCAWJ%2CAAGE%2CAVfF%2CAAAA%2CgCAAA%2C4BAAA%2CAAAA%2CCUmBM%2CAAAA%2C0EAAA%2C4BAAA%2CAAAA%2CCA1BN%2CAACE%2CAAAA%2CoDAAA%2CqCAAA%2CAAAA%2CCAkBF%2CAAGE%2CAVfF%2CAAAA%2CiCAAA%2CqCAAA%2CAAAA%2CCUmBM%2CAAAA%2C4EAAA%2CqCAAA%2CAAAA%2CCDgFR%2CAACE%2CAACE%2CAAAA%2C%2BCAAA%2CkEAAA%2CAAAA%2CCAOF%2CAACE%2CAAAA%2CiDAAA%2CqEAAA%2CAAAA%2CCAQJ%2CAAAA%2CYAAA%2C0CAAA%2CAAAA%2CCAIE%2CAAAA%2CmDAAA%2CwBAAA%2CAAAA%2CCAMA%2CAAAA%2CyDAAA%2CYAAA%2CAAAA%2CCAIA%2CAACE%2CAAAA%2CoDAAA%2C0CAAA%2CAAAA%2CCAKF%2CAACE%2CAT1IF%2CAAAA%2CuCAAA%2CyDAAA%2CAAAA%2CCSyJF%2CAAKI%2CAHjGA%2C4BAAA%2CAAAA%2CqBAAA%2CsFAAA%2CAAAA%2CCGyGI%2CAAAA%2CiFAAA%2CYAAA%2CAAAA%2CCAAA%2CCARJ%2CAHjGA%2C4BAAA%2CqBAAA%2CsFAAA%2CAAAA%2CCGyGI%2CAAAA%2CiFAAA%2CYAAA%2CAAAA%2CCAAA%2CCARJ%2CAHjGA%2C4BAAA%2CqBAAA%2CsFAAA%2CAAAA%2CCGyGI%2CAAAA%2CiFAAA%2CYAAA%2CAAAA%2CCAAA%2CCARJ%2CAHjGA%2C6BAAA%2CqBAAA%2CsFAAA%2CAAAA%2CCGyGI%2CAAAA%2CiFAAA%2CYAAA%2CAAAA%2CCAAA%2CCARJ%2CAHjGA%2C6BAAA%2CsBAAA%2CsFAAA%2CAAAA%2CCGyGI%2CAAAA%2CmFAAA%2CYAAA%2CAAAA%2CCAAA%2CCARJ%2CAHjGA%2C6BAAA%2CsBAAA%2CsFAAA%2CAAAA%2CCGyGI%2CAAAA%2CmFAAA%2CYAAA%2CAAAA%2CCAAA%2CCARJ%2CAHjGA%2C6BAAA%2CuBAAA%2CsFAAA%2CAAAA%2CCGyGI%2CAAAA%2CqFAAA%2CYAAA%2CAAAA%2CCAAA%2CCARJ%2CAHjGA%2C6BAAA%2CyBAAA%2CsFAAA%2CAAAA%2CCGyGI%2CAAAA%2CyFAAA%2CYAAA%2CAAAA%2CCAAA%2CCARJ%2CAAAA%2CkBAAA%2CsFAAA%2CAAAA%2CCAQI%2CAAAA%2C2EAAA%2CYAAA%2CAAAA%2CCE5KR%2CAAAA%2CcAAA%2CmdAAA%2CAAAA%2CCCKI%2CuCAAA%2CAAAA%2CcAAA%2C6CAAA%2CAAAA%2CCAAA%2CCDgBF%2CAAAA%2C0BAAA%2C4CAAA%2CAAAA%2CCAMA%2CAAAA%2C6BAAA%2CkDAAA%2CAAAA%2CCEpBA%2CAAAA%2CoBAAA%2CkLAAA%2CAAAA%2CCF6BA%2CAAAA%2C2BAAA%2C8BAAA%2CAAAA%2CCAWA%2CAAAA%2C%2BCAAA%2CyCAAA%2CAAAA%2CCAQF%2CAACE%2CAAAA%2CqCAAA%2C0CAAA%2CAAAA%2CCAYF%2CAAAA%2CuCAAA%2C%2BBAAA%2CAAAA%2CCAaA%2CAAAA%2CgBAAA%2C2NAAA%2CAAAA%2CCAQA%2CAAAA%2CmBAAA%2CkMAAA%2CAAAA%2CCAOA%2CAAAA%2CmBAAA%2CsMAAA%2CAAAA%2CCAaA%2CAAAA%2CwBAAA%2CiNAAA%2CAAAA%2CCAYE%2CAAAA%2CgFAAA%2CqCAAA%2CAAAA%2CCAeF%2CAAAA%2CiBAAA%2CiJAAA%2CAAAA%2CCAQA%2CAAAA%2CiBAAA%2C6IAAA%2CAAAA%2CCASA%2CAACE%2CAAAA%2CwDAAA%2CeAAA%2CAAAA%2CCAMF%2CAAAA%2CsBAAA%2CeAAA%2CAAAA%2CCASA%2CAAAA%2CYAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CWAAA%2CsCAAA%2CAAAA%2CCAUA%2CAAAA%2CUAAA%2CsKAAA%2CAAAA%2CCAME%2CAAAA%2C6CAAA%2CyCAAA%2CAAAA%2CCAYF%2CAAAA%2C%2BBAAA%2C8DAAA%2CAAAA%2CCAMA%2CAAAA%2CkBAAA%2CiEAAA%2CAAAA%2CCAME%2CAAAA%2C%2BFAAA%2CiBAAA%2CAAAA%2CCAMF%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CmBAAA%2CsMAAA%2CAAAA%2CCAOE%2CAAAA%2CqCAAA%2C6EAAA%2CAAAA%2CCEhMA%2CAAAA%2CgBAAA%2CqFAAA%2CAAAA%2CCAQA%2CAAAA%2CeAAA%2C2NAAA%2CAAAA%2CCApBE%2CAAoCA%2CAAAA%2CsIAAA%2CiBAAA%2CAAAA%2CCAMF%2CAA1CE%2CAAAA%2C0DAAA%2CqpBAAA%2CAAAA%2CCAsDE%2CAAAA%2CsEAAA%2C2HAAA%2CAAAA%2CCAQJ%2CAA9DE%2CAAAA%2C0EAAA%2CoQAAA%2CAAAA%2CCAuEF%2CAAvEE%2CAAAA%2C4DAAA%2C0rCAAA%2CAAAA%2CCAgFE%2CAAAA%2CwEAAA%2C2HAAA%2CAAAA%2CCAOJ%2CAAvFE%2CAAyFE%2CAAAA%2C0GAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C0MAAA%2CiBAAA%2CAAAA%2CCAOJ%2CAApGE%2CAAsGE%2CAAAA%2C0HAAA%2CiBAAA%2CAAAA%2CCAGE%2CAAAA%2C0IAAA%2CwBAAA%2CAAAA%2CCAKF%2CAACE%2CAAAA%2C0JAAA%2CoDAAA%2CAAAA%2CCAMF%2CAACE%2CAAAA%2CsJAAA%2CmGAAA%2CAAAA%2CCAIA%2CAAAA%2CkLAAA%2CwBAAA%2CAAAA%2CCAQN%2CAAlIE%2CAAoIE%2CAAAA%2C8GAAA%2CwBAAA%2CAAAA%2CCAIA%2CAACE%2CAAAA%2C0HAAA%2C2HAAA%2CAAAA%2CCA7HN%2CAAAA%2CkBAAA%2CqFAAA%2CAAAA%2CCAQA%2CAAAA%2CiBAAA%2C2NAAA%2CAAAA%2CCApBE%2CAAoCA%2CAAAA%2CsJAAA%2CiBAAA%2CAAAA%2CCAMF%2CAA1CE%2CAAAA%2C8DAAA%2C%2BrBAAA%2CAAAA%2CCAsDE%2CAAAA%2C0EAAA%2C2HAAA%2CAAAA%2CCAQJ%2CAA9DE%2CAAAA%2C8EAAA%2CoQAAA%2CAAAA%2CCAuEF%2CAAvEE%2CAAAA%2CgEAAA%2C8wCAAA%2CAAAA%2CCAgFE%2CAAAA%2C4EAAA%2C2HAAA%2CAAAA%2CCAOJ%2CAAvFE%2CAAyFE%2CAAAA%2C8GAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C0NAAA%2CiBAAA%2CAAAA%2CCAOJ%2CAApGE%2CAAsGE%2CAAAA%2C8HAAA%2CiBAAA%2CAAAA%2CCAGE%2CAAAA%2C8IAAA%2CwBAAA%2CAAAA%2CCAKF%2CAACE%2CAAAA%2C8JAAA%2CoDAAA%2CAAAA%2CCAMF%2CAACE%2CAAAA%2C0JAAA%2CmGAAA%2CAAAA%2CCAIA%2CAAAA%2CsLAAA%2CwBAAA%2CAAAA%2CCAQN%2CAAlIE%2CAAoIE%2CAAAA%2CkHAAA%2CwBAAA%2CAAAA%2CCAIA%2CAACE%2CAAAA%2C8HAAA%2C2HAAA%2CAAAA%2CCFgGR%2CAAAA%2CaAAA%2CoNAAA%2CAAAA%2CCAQE%2CAAAA%2CyFAAA%2CcAAA%2CAAAA%2CCLrNE%2CyBK2NA%2CAAAA%2CmBAAA%2C6OAAA%2CAAAA%2CCAQA%2CAAAA%2CyBAAA%2CoSAAA%2CAAAA%2CCASA%2CAAAA%2C2BAAA%2C%2BDAAA%2CAAAA%2CCAOA%2CAAAA%2CqCAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CsDAAA%2CcAAA%2CAAAA%2CCAOA%2CAAAA%2CyFAAA%2C0PAAA%2CAAAA%2CCAOA%2CAAAA%2C%2BBAAA%2CsHAAA%2CAAAA%2CCAQA%2CAAAA%2C6BAAA%2C6JAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CmBAAA%2CAAAA%2CCAAA%2CCGvUJ%2CAAAA%2CKAAA%2CunBAAA%2CAAAA%2CCFKI%2CuCAAA%2CKAAA%2C6CAAA%2CAAAA%2CCAAA%2CCZCF%2CAAAA%2CWAAA%2CyCAAA%2CAAAA%2CCccA%2CAAAA%2CsBAAA%2CgHAAA%2CAAAA%2CCAOA%2CAAAA%2C4BAAA%2CeAAA%2CAAAA%2CCAMA%2CAAIE%2CAAOJ%2CAAAA%2CuCAAA%2CuBAAA%2CAAAA%2CCAWE%2CAAAA%2CaAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2CmBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CsCAAA%2CmKAAA%2CAAAA%2CCAcA%2CAAAA%2C4CAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2CyIAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2C2JAAA%2CiGAAA%2CAAAA%2CCDSF%2CAAAA%2CeAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2CqBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2C0CAAA%2CqKAAA%2CAAAA%2CCAcA%2CAAAA%2CgDAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2C%2BIAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2CiKAAA%2CmGAAA%2CAAAA%2CCDSF%2CAAAA%2CaAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2CmBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CsCAAA%2CmKAAA%2CAAAA%2CCAcA%2CAAAA%2C4CAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2CyIAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2C2JAAA%2CiGAAA%2CAAAA%2CCDSF%2CAAAA%2CUAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2CgBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CgCAAA%2CqKAAA%2CAAAA%2CCAcA%2CAAAA%2CsCAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2CgIAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2CkJAAA%2CmGAAA%2CAAAA%2CCDSF%2CAAAA%2CaAAA%2CqEAAA%2CAAAA%2CCdjDA%2CAAAA%2CmBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CsCAAA%2CmKAAA%2CAAAA%2CCAcA%2CAAAA%2C4CAAA%2CqEAAA%2CAAAA%2CCAWA%2CAAAA%2CyIAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2C2JAAA%2CiGAAA%2CAAAA%2CCDSF%2CAAAA%2CYAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2CkBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CoCAAA%2CmKAAA%2CAAAA%2CCAcA%2CAAAA%2C0CAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2CsIAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2CwJAAA%2CiGAAA%2CAAAA%2CCDSF%2CAAAA%2CWAAA%2CqEAAA%2CAAAA%2CCdjDA%2CAAAA%2CiBAAA%2CqEAAA%2CAAAA%2CCeKA%2CAAAA%2CkCAAA%2C0KAAA%2CAAAA%2CCAcA%2CAAAA%2CwCAAA%2CqEAAA%2CAAAA%2CCAWA%2CAAAA%2CmIAAA%2CqEAAA%2CAAAA%2CCAUE%2CAAAA%2CqJAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CUAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2CgBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CgCAAA%2CiKAAA%2CAAAA%2CCAcA%2CAAAA%2CsCAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2CgIAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2CkJAAA%2C%2BFAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CqEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2CmKAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CqEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2CiGAAA%2CAAAA%2CCDSF%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCdjDA%2CAAAA%2CsBAAA%2CqEAAA%2CAAAA%2CCeKA%2CAAAA%2C4CAAA%2C0KAAA%2CAAAA%2CCAcA%2CAAAA%2CkDAAA%2CqEAAA%2CAAAA%2CCAWA%2CAAAA%2CkJAAA%2CqEAAA%2CAAAA%2CCAUE%2CAAAA%2CoKAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CqBAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2C2BAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CsDAAA%2CqKAAA%2CAAAA%2CCAcA%2CAAAA%2C4DAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2CiKAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2CmLAAA%2CmGAAA%2CAAAA%2CCDSF%2CAAAA%2CyBAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2C%2BBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2C8DAAA%2CuKAAA%2CAAAA%2CCAcA%2CAAAA%2CoEAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2C6KAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2C%2BLAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CyBAAA%2CqEAAA%2CAAAA%2CCdjDA%2CAAAA%2C%2BBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2C8DAAA%2CuKAAA%2CAAAA%2CCAcA%2CAAAA%2CoEAAA%2CqEAAA%2CAAAA%2CCAWA%2CAAAA%2C6KAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2C%2BLAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CqEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CqEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2C0KAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CqEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CqEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CqEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CqEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2C0KAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CqEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CqEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CqEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CqEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2C0KAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CqEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CqEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CqEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CqEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2C0KAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CqEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CqEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CqEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CqEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2C0KAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CqEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CqEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2CuKAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2CuKAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2CiKAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2C%2BFAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2CiKAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2C%2BFAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CqEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CqEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2C0KAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CqEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CqEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CcAAA%2CkEAAA%2CAAAA%2CCdjDA%2CAAAA%2CoBAAA%2CkEAAA%2CAAAA%2CCeKA%2CAAAA%2CwCAAA%2CuKAAA%2CAAAA%2CCAcA%2CAAAA%2C8CAAA%2CkEAAA%2CAAAA%2CCAWA%2CAAAA%2C4IAAA%2CkEAAA%2CAAAA%2CCAUE%2CAAAA%2C8JAAA%2CqGAAA%2CAAAA%2CCDSF%2CAAAA%2CWAAA%2C4DAAA%2CAAAA%2CCdjDA%2CAAAA%2CiBAAA%2C8DAAA%2CAAAA%2CCeKA%2CAAAA%2CkCAAA%2C6JAAA%2CAAAA%2CCAcA%2CAAAA%2CwCAAA%2C4DAAA%2CAAAA%2CCAWA%2CAAAA%2CmIAAA%2C8DAAA%2CAAAA%2CCAUE%2CAAAA%2CqJAAA%2C%2BFAAA%2CAAAA%2CCDSF%2CAAAA%2CWAAA%2C%2BDAAA%2CAAAA%2CCdjDA%2CAAAA%2CiBAAA%2CqEAAA%2CAAAA%2CCeKA%2CAAAA%2CkCAAA%2C0KAAA%2CAAAA%2CCAcA%2CAAAA%2CwCAAA%2C%2BDAAA%2CAAAA%2CCAWA%2CAAAA%2CmIAAA%2CqEAAA%2CAAAA%2CCAUE%2CAAAA%2CqJAAA%2CqGAAA%2CAAAA%2CCDeF%2CAAAA%2CqBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C2BAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2CsDAAA%2CiGAAA%2CAAAA%2CCAKA%2CAAAA%2C4DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CiKAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2CmLAAA%2CiGAAA%2CAAAA%2CCDxBF%2CAAAA%2CuBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C6BAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2C0DAAA%2C%2BFAAA%2CAAAA%2CCAKA%2CAAAA%2CgEAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CuKAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2CyLAAA%2C%2BFAAA%2CAAAA%2CCDxBF%2CAAAA%2CqBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C2BAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2CsDAAA%2CiGAAA%2CAAAA%2CCAKA%2CAAAA%2C4DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CiKAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2CmLAAA%2CiGAAA%2CAAAA%2CCDxBF%2CAAAA%2CkBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2CwBAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2CgDAAA%2CmGAAA%2CAAAA%2CCAKA%2CAAAA%2CsDAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CwJAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2C0KAAA%2CmGAAA%2CAAAA%2CCDxBF%2CAAAA%2CqBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C2BAAA%2CqEAAA%2CAAAA%2CCe6DA%2CAAAA%2CsDAAA%2CiGAAA%2CAAAA%2CCAKA%2CAAAA%2C4DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CiKAAA%2CqEAAA%2CAAAA%2CCAOE%2CAAAA%2CmLAAA%2CiGAAA%2CAAAA%2CCDxBF%2CAAAA%2CoBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C0BAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2CoDAAA%2CiGAAA%2CAAAA%2CCAKA%2CAAAA%2C0DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2C8JAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2CgLAAA%2CiGAAA%2CAAAA%2CCDxBF%2CAAAA%2CmBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2CyBAAA%2CqEAAA%2CAAAA%2CCe6DA%2CAAAA%2CkDAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2CwDAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2C2JAAA%2CqEAAA%2CAAAA%2CCAOE%2CAAAA%2C6KAAA%2CqGAAA%2CAAAA%2CCDxBF%2CAAAA%2CkBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2CwBAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2CgDAAA%2C%2BFAAA%2CAAAA%2CCAKA%2CAAAA%2CsDAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CwJAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2C0KAAA%2C%2BFAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CqEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2CiGAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CqEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2CiGAAA%2CAAAA%2CCDxBF%2CAAAA%2CwBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C8BAAA%2CqEAAA%2CAAAA%2CCe6DA%2CAAAA%2C4DAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2CkEAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2C0KAAA%2CqEAAA%2CAAAA%2CCAOE%2CAAAA%2C4LAAA%2CqGAAA%2CAAAA%2CCDxBF%2CAAAA%2C6BAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2CmCAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2CsEAAA%2CiGAAA%2CAAAA%2CCAKA%2CAAAA%2C4EAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CyLAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2C2MAAA%2CiGAAA%2CAAAA%2CCDxBF%2CAAAA%2CiCAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2CuCAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2C8EAAA%2CmGAAA%2CAAAA%2CCAKA%2CAAAA%2CoFAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CqMAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2CuNAAA%2CmGAAA%2CAAAA%2CCDxBF%2CAAAA%2CiCAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2CuCAAA%2CqEAAA%2CAAAA%2CCe6DA%2CAAAA%2C8EAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2CoFAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CqMAAA%2CqEAAA%2CAAAA%2CCAOE%2CAAAA%2CuNAAA%2CqGAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CqEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CqEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2CqGAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CqEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CqEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2CqGAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CqEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CqEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2CqGAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CqEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CqEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2CqGAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CqEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CqEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2CqGAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2CqGAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2C%2BFAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2C%2BFAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2C%2BFAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2C%2BFAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2C%2BFAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2C%2BFAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CqEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CqEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2CqGAAA%2CAAAA%2CCDxBF%2CAAAA%2CsBAAA%2CyCAAA%2CAAAA%2CCdvDA%2CAAAA%2C4BAAA%2CkEAAA%2CAAAA%2CCe6DA%2CAAAA%2CwDAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CoKAAA%2CkEAAA%2CAAAA%2CCAOE%2CAAAA%2CsLAAA%2CqGAAA%2CAAAA%2CCDxBF%2CAAAA%2CmBAAA%2CmCAAA%2CAAAA%2CCdvDA%2CAAAA%2CyBAAA%2C4DAAA%2CAAAA%2CCe6DA%2CAAAA%2CkDAAA%2CyFAAA%2CAAAA%2CCAKA%2CAAAA%2CwDAAA%2C8CAAA%2CAAAA%2CCAMA%2CAAAA%2C2JAAA%2C4DAAA%2CAAAA%2CCAOE%2CAAAA%2C6KAAA%2CyFAAA%2CAAAA%2CCDxBF%2CAAAA%2CmBAAA%2CmCAAA%2CAAAA%2CCdvDA%2CAAAA%2CyBAAA%2C%2BDAAA%2CAAAA%2CCe6DA%2CAAAA%2CkDAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2CwDAAA%2C8CAAA%2CAAAA%2CCAMA%2CAAAA%2C2JAAA%2C%2BDAAA%2CAAAA%2CCAOE%2CAAAA%2C6KAAA%2CqGAAA%2CAAAA%2CCDbJ%2CAAAA%2CUAAA%2C4DAAA%2CAAAA%2CCdlEE%2CAAAA%2CgBAAA%2C8CAAA%2CAAAA%2CCc4EA%2CAAAA%2CgCAAA%2C0EAAA%2CAAAA%2CCAMA%2CAAAA%2CsCAAA%2CwCAAA%2CAAAA%2CCAcF%2CAAAA%2C6BAAA%2CmFAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CqFAAA%2CAAAA%2CCASA%2CAAAA%2CWAAA%2C%2BBAAA%2CAAAA%2CCAKE%2CAAAA%2CwBAAA%2CoBAAA%2CAAAA%2CCAMF%2CAAGE%2CAAAA%2C4FAAA%2CcAAA%2CAAAA%2CCEvIF%2CAAAA%2CMAAA%2C2EAAA%2CAAAA%2CCJWI%2CuCAAA%2CMAAA%2C6CAAA%2CAAAA%2CCAAA%2CCIRF%2CAAAA%2CiBAAA%2CaAAA%2CAAAA%2CCAKF%2CAACE%2CAAAA%2CqBAAA%2CgBAAA%2CAAAA%2CCAKF%2CAAAA%2CYAAA%2CyHAAA%2CAAAA%2CCJHI%2CuCAAA%2CYAAA%2C6CAAA%2CAAAA%2CCAAA%2CCKVJ%2CAAAA%2CuCAAA%2CqBAAA%2CAAAA%2CCAOA%2CAAAA%2CiBAAA%2CsBAAA%2CAAAA%2CCAQA%2CAAAA%2CeAAA%2C4TAAA%2CAAAA%2CCAyBI%2CAAAA%2CoBAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2CqBAAA%2CwBAAA%2CAAAA%2CCXcA%2CyBWnBA%2CAAAA%2CuBAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2CwBAAA%2CwBAAA%2CAAAA%2CCAAA%2CCXcA%2CyBWnBA%2CAAAA%2CuBAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2CwBAAA%2CwBAAA%2CAAAA%2CCAAA%2CCXcA%2CyBWnBA%2CAAAA%2CuBAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2CwBAAA%2CwBAAA%2CAAAA%2CCAAA%2CCXcA%2C0BWnBA%2CAAAA%2CuBAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2CwBAAA%2CwBAAA%2CAAAA%2CCAAA%2CCXcA%2C0BWnBA%2CAAAA%2CwBAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2CwBAAA%2CAAAA%2CCAAA%2CCXcA%2C0BWnBA%2CAAAA%2CwBAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2CwBAAA%2CAAAA%2CCAAA%2CCXcA%2C0BWnBA%2CAAAA%2CyBAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2C0BAAA%2CwBAAA%2CAAAA%2CCAAA%2CCXcA%2C0BWnBA%2CAAAA%2C2BAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2C4BAAA%2CwBAAA%2CAAAA%2CCAAA%2CCASJ%2CAACE%2CAAAA%2CuBAAA%2CoEAAA%2CAAAA%2CCAOA%2CAAKF%2CAACE%2CAAAA%2C0BAAA%2C2EAAA%2CAAAA%2CCAQA%2CAAEE%2CAAAA%2CmCAAA%2CoBAAA%2CAAAA%2CCAMJ%2CAACE%2CAAAA%2CyBAAA%2C4EAAA%2CAAAA%2CCAQA%2CAAEE%2CAAAA%2CmCAAA%2CoBAAA%2CAAAA%2CCAQJ%2CAACE%2CAAAA%2CkJAAA%2C6BAAA%2CAAAA%2CCAUF%2CAAAA%2CkBAAA%2CiFAAA%2CAAAA%2CCAOA%2CAAAA%2CeAAA%2CkMAAA%2CAAAA%2CCjB1GE%2CAAAA%2C0CAAA%2CqEAAA%2CAAAA%2CCiBwIA%2CAAAA%2C4CAAA%2CkEAAA%2CAAAA%2CCAOA%2CAAAA%2CgDAAA%2CwEAAA%2CAAAA%2CCAYF%2CAAAA%2CoBAAA%2CiBAAA%2CAAAA%2CCAKA%2CAAAA%2CiBAAA%2C0HAAA%2CAAAA%2CCAUA%2CAAAA%2CoBAAA%2C2DAAA%2CAAAA%2CCCvLA%2CAAAA%2C%2BBAAA%2CgIAAA%2CAAAA%2CCAME%2CAAAA%2C6CAAA%2CkFAAA%2CAAAA%2CClBGA%2CAAAA%2CyDAAA%2CaAAA%2CAAAA%2CCkBME%2CAAAA%2C%2BKAAA%2CaAAA%2CAAAA%2CCASJ%2CAAAA%2CaAAA%2CsNAAA%2CAAAA%2CCAKE%2CAAAA%2C0BAAA%2CcAAA%2CAAAA%2CCAKF%2CAAEE%2CAAAA%2C8EAAA%2CoBAAA%2CAAAA%2CCAMA%2CAAKA%2CAAUF%2CAACA%2CAAOA%2CAAAA%2CuBAAA%2CmDAAA%2CAAAA%2CCAIE%2CAAAA%2C6GAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAKF%2CAAAA%2C%2BEAAA%2CiDAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BEAAA%2C%2BCAAA%2CAAAA%2CCAQA%2CAAIE%2CAAUF%2CAAAA%2CoBAAA%2CyPAAA%2CAAAA%2CCAKE%2CAAAA%2C4DAAA%2CcAAA%2CAAAA%2CCAKA%2CAAAA%2CgGAAA%2CmBAAA%2CAAAA%2CCAMA%2CAAKA%2CAAmBF%2CAACE%2CAAAA%2C%2BDAAA%2CmBAAA%2CAAAA%2CCAIE%2CAAAA%2CoNAAA%2CkEAAA%2CAAAA%2CCCrJJ%2CAAAA%2CaAAA%2C8OAAA%2CAAAA%2CCAOE%2CAAAA%2C8HAAA%2C8GAAA%2CAAAA%2CCASE%2CAAAA%2C0jBAAA%2CoBAAA%2CAAAA%2CCAQF%2CAAAA%2CiJAAA%2CaAAA%2CAAAA%2CCAOA%2CAAAA%2CqDAAA%2CaAAA%2CAAAA%2CCAIA%2CAAEE%2CAACA%2CAAKF%2CAAAA%2C4BAAA%2CwIAAA%2CAAAA%2CCAIE%2CAAEA%2CAAWJ%2CAAAA%2CyCAAA%2C6DAAA%2CAAAA%2CCAOE%2CAAAA%2CmDAAA%2CkCAAA%2CAAAA%2CCAIE%2CAAAA%2C%2BDAAA%2CaAAA%2CAAAA%2CCAKF%2CAAAA%2C4WAAA%2CoBAAA%2CAAAA%2CCAQF%2CAAAA%2CqBAAA%2CqBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CoBAAA%2CAAAA%2CCAQA%2CAAAA%2CkBAAA%2CmWAAA%2CAAAA%2CCAgBE%2CAAAA%2C%2BEAAA%2CgBAAA%2CAAAA%2CCAYF%2CAAAA%2C%2BEAAA%2C6EAAA%2CAAAA%2CCAKA%2CAAAA%2CiRAAA%2CgEAAA%2CAAAA%2CCAYA%2CAAAA%2C%2BEAAA%2C%2BEAAA%2CAAAA%2CCAKA%2CAAAA%2CiRAAA%2CkEAAA%2CAAAA%2CCAYA%2CAAAA%2CkEAAA%2CyBAAA%2CAAAA%2CCAaA%2CAASA%2CAC9KA%2CAAAA%2CgBAAA%2CoFAAA%2CAAAA%2CCAOA%2CAAAA%2CuBAAA%2CuGAAA%2CAAAA%2CCAKA%2CAAAA%2CsBAAA%2C4FAAA%2CAAAA%2CCAQE%2CAAAA%2C8DAAA%2CkEAAA%2CAAAA%2CCAOA%2CAAAA%2C4DAAA%2CmGAAA%2CAAAA%2CCASA%2CAAAA%2C0EAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CkEAAA%2CAAAA%2CCAQA%2CAAEE%2CAAAA%2C%2BGAAA%2CiBAAA%2CAAAA%2CCAGE%2CAAAA%2C%2BHAAA%2C4BAAA%2CAAAA%2CCAWN%2CAAAA%2CsBAAA%2C8DAAA%2CAAAA%2CCAQE%2CAAAA%2C8BAAA%2C6LAAA%2CAAAA%2CCAeA%2CAAAA%2C6BAAA%2CuJAAA%2CAAAA%2CCAiBF%2CAACE%2CAAIA%2CAACE%2CAAAA%2C8EAAA%2CgNAAA%2CAAAA%2CCAKF%2CAACE%2CAAAA%2CqFAAA%2CoDAAA%2CAAAA%2CCAKA%2CAAAA%2CoFAAA%2C6JAAA%2CAAAA%2CCAKF%2CAACE%2CAAAA%2CwFAAA%2CuCAAA%2CAAAA%2CCAGA%2CAAAA%2C8FAAA%2CuCAAA%2CAAAA%2CCAUJ%2CAACE%2CAAAA%2C4CAAA%2CqBAAA%2CAAAA%2CCAKA%2CAACE%2CAAAA%2C2EAAA%2C0JAAA%2CAAAA%2CCAKF%2CAACE%2CAAAA%2CqFAAA%2CuCAAA%2CAAAA%2CCAWJ%2CAAAA%2CeAAA%2CwBAAA%2CAAAA%2CCAGE%2CAACE%2CAAAA%2C6CAAA%2C%2BEAAA%2CAAAA%2CCAQA%2CAAAA%2C4CAAA%2C4jBAAA%2CAAAA%2CCR9KA%2CuCAAA%2C4CAAA%2C6CAAA%2CAAAA%2CCAAA%2CCQ0LF%2CAACE%2CAAAA%2C4EAAA%2CmIAAA%2CAAAA%2CCAMF%2CAACE%2CAAAA%2CsFAAA%2CuCAAA%2CAAAA%2CCAaJ%2CAAAA%2CeAAA%2C8kBAAA%2CAAAA%2CCAiBE%2CAAAA%2CqBAAA%2CwIAAA%2CAAAA%2CCASE%2CAAAA%2CgCAAA%2C0CAAA%2CAAAA%2CCAWF%2CAAAA%2C8DAAA%2CgEAAA%2CAAAA%2CCAOA%2CAAAA%2CwBAAA%2C6CAAA%2CAAAA%2CCAMA%2CAAAA%2C2BAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2C8BAAA%2CkDAAA%2CAAAA%2CCAMF%2CAAAA%2CkBAAA%2C2KAAA%2CAAAA%2CCAQA%2CAAAA%2CkBAAA%2CsKAAA%2CAAAA%2CCAaA%2CAAAA%2CaAAA%2C%2BJAAA%2CAAAA%2CCAQA%2CAAAA%2CmBAAA%2C0JAAA%2CAAAA%2CCAQE%2CAAAA%2C8CAAA%2C2HAAA%2CAAAA%2CCAMA%2CAAAA%2CmGAAA%2C4BAAA%2CAAAA%2CCAME%2CAAAA%2CwDAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CwDAAA%2C8BAAA%2CAAAA%2CCAKF%2CAAAA%2C4DAAA%2C6BAAA%2CAAAA%2CCAKF%2CAAAA%2CmBAAA%2CuRAAA%2CAAAA%2CCAiBE%2CAAAA%2C0BAAA%2C6RAAA%2CAAAA%2CCAwBF%2CAAAA%2CcAAA%2CgJAAA%2CAAAA%2CCAOE%2CAAAA%2CoBAAA%2CgBAAA%2CAAAA%2CCAKE%2CAAAA%2C0CAAA%2CiIAAA%2CAAAA%2CCACA%2CAAAA%2CsCAAA%2CiIAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CiIAAA%2CAAAA%2CCAGF%2CAAAA%2CgCAAA%2CYAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2C0XAAA%2CAAAA%2CCRrYE%2CuCAAA%2CoCAAA%2C6CAAA%2CAAAA%2CCAAA%2CCQgZA%2CAAAA%2C2CAAA%2C4BAAA%2CAAAA%2CCAKF%2CAAAA%2C6CAAA%2C6HAAA%2CAAAA%2CCAWA%2CAAAA%2CgCAAA%2CoWAAA%2CAAAA%2CCRhaE%2CuCAAA%2CgCAAA%2C6CAAA%2CAAAA%2CCAAA%2CCQ0aA%2CAAAA%2CuCAAA%2C4BAAA%2CAAAA%2CCAKF%2CAAAA%2CgCAAA%2C6HAAA%2CAAAA%2CCAWA%2CAAAA%2CyBAAA%2C%2BZAAA%2CAAAA%2CCR1bE%2CuCAAA%2CyBAAA%2C6CAAA%2CAAAA%2CCAAA%2CCQucA%2CAAAA%2CgCAAA%2C4BAAA%2CAAAA%2CCAKF%2CAAAA%2CyBAAA%2CuJAAA%2CAAAA%2CCAWA%2CAAAA%2C8BAAA%2C4BAAA%2CAAAA%2CCAKA%2CAAAA%2C8BAAA%2CiDAAA%2CAAAA%2CCAMA%2CAACE%2CAAAA%2C6CAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2C4BAAA%2CAAAA%2CCAMJ%2CAAAA%2CgEAAA%2C2NAAA%2CAAAA%2CCRzfI%2CuCAAA%2CgEAAA%2C6CAAA%2CAAAA%2CCAAA%2CCSNJ%2CAAAA%2CKAAA%2CqLAAA%2CAAAA%2CCAQA%2CAAAA%2CUAAA%2CuCAAA%2CAAAA%2CCrBGE%2CAAAA%2CgCAAA%2CwBAAA%2CAAAA%2CCqBMA%2CAAAA%2CmBAAA%2C0DAAA%2CAAAA%2CCAWF%2CAAAA%2CUAAA%2CmCAAA%2CAAAA%2CCAGE%2CAAAA%2CoBAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCrBxBA%2CAAAA%2CoDAAA%2CwCAAA%2CAAAA%2CCqBgCE%2CAAAA%2C6BAAA%2C6EAAA%2CAAAA%2CCAOF%2CAAAA%2C8DAAA%2C%2BEAAA%2CAAAA%2CCAOA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCAaF%2CAACE%2CAAIA%2CAAAA%2CyDAAA%2C0CAAA%2CAAAA%2CCAYF%2CAACE%2CAAAA%2CoBAAA%2CkFAAA%2CAAAA%2CCAMF%2CAACE%2CAAAA%2CyBAAA%2CiGAAA%2CAAAA%2CCAYF%2CAACE%2CAAAA%2CyBAAA%2CgBAAA%2CAAAA%2CCAGA%2CAAAA%2CuBAAA%2CiBAAA%2CAAAA%2CCCnGF%2CAAAA%2CQAAA%2CoVAAA%2CAAAA%2CCAUE%2CAAAA%2CsUAAA%2CySAAA%2CAAAA%2CCAOA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAWJ%2CAAAA%2CcAAA%2CwKAAA%2CAAAA%2CCtBnCE%2CAAAA%2CwCAAA%2CwBAAA%2CAAAA%2CCsBsDF%2CAAAA%2CYAAA%2C0MAAA%2CAAAA%2CCAOE%2CAAAA%2CsBAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2C2BAAA%2CiCAAA%2CAAAA%2CCAWF%2CAAAA%2CaAAA%2CqEAAA%2CAAAA%2CCAeA%2CAAAA%2CiBAAA%2C6JAAA%2CAAAA%2CCASA%2CAAAA%2CgBAAA%2CiIAAA%2CAAAA%2CCtBrGE%2CAAAA%2C4CAAA%2CwBAAA%2CAAAA%2CCsBoHF%2CAAAA%2CqBAAA%2CiKAAA%2CAAAA%2CCAYA%2CAAKI%2CAhB5EA%2C4BgB8EI%2CAAAA%2CmRAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CChBtGN%2CyBAAA%2CkBAAA%2C2KAAA%2CAAAA%2CCgBgHI%2CAAAA%2C8BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAAAA%2C6CAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CwCAAA%2C6CAAA%2CAAAA%2CCAOF%2CAAAA%2CmRAAA%2CsEAAA%2CAAAA%2CCAIA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAKF%2CAAAA%2CmCAAA%2C2IAAA%2CAAAA%2CCAOA%2CAAAA%2CkCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCA3DJ%2CAhB5EA%2C4BgB8EI%2CAAAA%2CmRAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CChBtGN%2CyBAAA%2CkBAAA%2C2KAAA%2CAAAA%2CCgBgHI%2CAAAA%2C8BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAAAA%2C6CAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CwCAAA%2C6CAAA%2CAAAA%2CCAOF%2CAAAA%2CmRAAA%2CsEAAA%2CAAAA%2CCAIA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAKF%2CAAAA%2CmCAAA%2C2IAAA%2CAAAA%2CCAOA%2CAAAA%2CkCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCA3DJ%2CAhB5EA%2C4BgB8EI%2CAAAA%2CmRAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CChBtGN%2CyBAAA%2CkBAAA%2C2KAAA%2CAAAA%2CCgBgHI%2CAAAA%2C8BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAAAA%2C6CAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CwCAAA%2C6CAAA%2CAAAA%2CCAOF%2CAAAA%2CmRAAA%2CsEAAA%2CAAAA%2CCAIA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAKF%2CAAAA%2CmCAAA%2C2IAAA%2CAAAA%2CCAOA%2CAAAA%2CkCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCA3DJ%2CAhB5EA%2C6BgB8EI%2CAAAA%2CmRAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CChBtGN%2C0BAAA%2CkBAAA%2C2KAAA%2CAAAA%2CCgBgHI%2CAAAA%2C8BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAAAA%2C6CAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CwCAAA%2C6CAAA%2CAAAA%2CCAOF%2CAAAA%2CmRAAA%2CsEAAA%2CAAAA%2CCAIA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAKF%2CAAAA%2CmCAAA%2C2IAAA%2CAAAA%2CCAOA%2CAAAA%2CkCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCA3DJ%2CAhB5EA%2C6BgB8EI%2CAAAA%2C2RAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CChBtGN%2C0BAAA%2CmBAAA%2C2KAAA%2CAAAA%2CCgBgHI%2CAAAA%2C%2BBAAA%2C4EAAA%2CAAAA%2CCAGE%2CAAAA%2C8CAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2C6CAAA%2CAAAA%2CCAOF%2CAAAA%2C2RAAA%2CsEAAA%2CAAAA%2CCAIA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAKF%2CAAAA%2CoCAAA%2C2IAAA%2CAAAA%2CCAOA%2CAAAA%2CmCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCA3DJ%2CAhB5EA%2C6BgB8EI%2CAAAA%2C2RAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CChBtGN%2C0BAAA%2CmBAAA%2C2KAAA%2CAAAA%2CCgBgHI%2CAAAA%2C%2BBAAA%2C4EAAA%2CAAAA%2CCAGE%2CAAAA%2C8CAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2C6CAAA%2CAAAA%2CCAOF%2CAAAA%2C2RAAA%2CsEAAA%2CAAAA%2CCAIA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAKF%2CAAAA%2CoCAAA%2C2IAAA%2CAAAA%2CCAOA%2CAAAA%2CmCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCA3DJ%2CAhB5EA%2C6BgB8EI%2CAAAA%2CmSAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CChBtGN%2C0BAAA%2CoBAAA%2C2KAAA%2CAAAA%2CCgBgHI%2CAAAA%2CgCAAA%2C4EAAA%2CAAAA%2CCAGE%2CAAAA%2C%2BCAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2C6CAAA%2CAAAA%2CCAOF%2CAAAA%2CmSAAA%2CsEAAA%2CAAAA%2CCAIA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAKF%2CAAAA%2CqCAAA%2C2IAAA%2CAAAA%2CCAOA%2CAAAA%2CoCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCA3DJ%2CAhB5EA%2C6BgB8EI%2CAAAA%2CmTAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CChBtGN%2C0BAAA%2CsBAAA%2C2KAAA%2CAAAA%2CCgBgHI%2CAAAA%2CkCAAA%2C4EAAA%2CAAAA%2CCAGE%2CAAAA%2CiDAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2C6CAAA%2CAAAA%2CCAOF%2CAAAA%2CmTAAA%2CsEAAA%2CAAAA%2CCAIA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAKF%2CAAAA%2CuCAAA%2C2IAAA%2CAAAA%2CCAOA%2CAAAA%2CsCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCA3DJ%2CAAAA%2CeAAA%2C2KAAA%2CAAAA%2CCAEI%2CAAAA%2C2PAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAUF%2CAAAA%2C2BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAAAA%2C0CAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CqCAAA%2C6CAAA%2CAAAA%2CCAOF%2CAAAA%2C2PAAA%2CsEAAA%2CAAAA%2CCAIA%2CAAME%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAAA%2CAAKF%2CAAAA%2CgCAAA%2C2IAAA%2CAAAA%2CCAOA%2CAAAA%2C%2BBAAA%2CgBAAA%2CAAAA%2CCAcR%2CAACE%2CAAAA%2C4BAAA%2CwBAAA%2CAAAA%2CCtB%2FMA%2CAAAA%2CoEAAA%2CwBAAA%2CAAAA%2CCsBuNA%2CAACE%2CAAAA%2CoCAAA%2CwBAAA%2CAAAA%2CCtBxNF%2CAAAA%2CoFAAA%2CwBAAA%2CAAAA%2CCsB%2BNI%2CAAAA%2C6CAAA%2CwBAAA%2CAAAA%2CCAKF%2CAAAA%2C8KAAA%2CwBAAA%2CAAAA%2CCAQF%2CAAAA%2C8BAAA%2CuDAAA%2CAAAA%2CCAKA%2CAAAA%2CmCAAA%2CyQAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CwBAAA%2CAAAA%2CCAEE%2CAAAA%2C6BAAA%2CwBAAA%2CAAAA%2CCtBvPF%2CAAAA%2CsEAAA%2CwBAAA%2CAAAA%2CCsBkQF%2CAACE%2CAAAA%2C2BAAA%2CcAAA%2CAAAA%2CCtBnQA%2CAAAA%2CkEAAA%2CcAAA%2CAAAA%2CCsB2QA%2CAACE%2CAAAA%2CmCAAA%2C8BAAA%2CAAAA%2CCtB5QF%2CAAAA%2CkFAAA%2C%2BBAAA%2CAAAA%2CCsBmRI%2CAAAA%2C4CAAA%2C%2BBAAA%2CAAAA%2CCAKF%2CAAAA%2C0KAAA%2CcAAA%2CAAAA%2CCAQF%2CAAAA%2C6BAAA%2CmEAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2CiQAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C8BAAA%2CAAAA%2CCAEE%2CAAAA%2C4BAAA%2CcAAA%2CAAAA%2CCtB3SF%2CAAAA%2CoEAAA%2CcAAA%2CAAAA%2CCuBZF%2CAAAA%2CMAAA%2C0SAAA%2CAAAA%2CCAYE%2CAAAA%2CWAAA%2CmCAAA%2CAAAA%2CCAKA%2CAACE%2CAAKF%2CAACE%2CAAMJ%2CAAAA%2CWAAA%2CkGAAA%2CAAAA%2CCAWA%2CAAAA%2CYAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CeAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAvB9CE%2CAAAA%2CiBAAA%2CwBAAA%2CAAAA%2CCuBmDA%2CAAAA%2CwBAAA%2CuBAAA%2CAAAA%2CCASF%2CAAAA%2CaAAA%2C6HAAA%2CAAAA%2CCAOE%2CAAIA%2CAACE%2CAAAA%2CwDAAA%2CgBAAA%2CAAAA%2CCAMJ%2CAAAA%2CaAAA%2CuGAAA%2CAAAA%2CCAKE%2CAAUF%2CAAAA%2CkBAAA%2C6FAAA%2CAAAA%2CCAOA%2CAAAA%2CmBAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CkBAAA%2CkFAAA%2CAAAA%2CCASA%2CAAAA%2CyCAAA%2CuDAAA%2CAAAA%2CCAOA%2CAAKA%2CAAQA%2CAACE%2CAAAA%2CiBAAA%2CsBAAA%2CAAAA%2CCjBxFE%2CyBAAA%2CWAAA%2CoLAAA%2CAAAA%2CCiBkGA%2CAAAA%2CiBAAA%2CmHAAA%2CAAAA%2CCAAA%2CCAeJ%2CAAGE%2CAAAA%2CoBAAA%2CsBAAA%2CAAAA%2CCjBpHE%2CyBAAA%2CYAAA%2CyIAAA%2CAAAA%2CCiB6HA%2CAAAA%2CoBAAA%2C0EAAA%2CAAAA%2CCAKE%2CAAAA%2C4BAAA%2CkCAAA%2CAAAA%2CCAAA%2CCA8CN%2CAACE%2CAAAA%2CoBAAA%2CwBAAA%2CAAAA%2CCjBjLE%2CyBAAA%2CcAAA%2CuKAAA%2CAAAA%2CCiB2LA%2CAAAA%2CoBAAA%2CsCAAA%2CAAAA%2CCAAA%2CCAYJ%2CAACE%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCAGE%2CAAAA%2CsCAAA%2CmBAAA%2CAAAA%2CCAKA%2CAAIA%2CAAAA%2CkCAAA%2CsBAAA%2CAAAA%2CCChRJ%2CAAAA%2CYAAA%2C6NAAA%2CAAAA%2CCAWA%2CAAEE%2CAAAA%2CoCAAA%2CsBAAA%2CAAAA%2CCAGE%2CAAAA%2C4CAAA%2C%2BEAAA%2CAAAA%2CCAcF%2CAAAA%2CkDAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CkDAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CiBAAA%2CAAAA%2CCCtCF%2CAAAA%2C0CAAA%2CkGAAA%2CAAAA%2CCAMA%2CAAAA%2C8CAAA%2C4KAAA%2CAAAA%2CCAUE%2CAAAA%2C0DAAA%2CuGAAA%2CAAAA%2CCAQA%2CAAAA%2C0DAAA%2C6HAAA%2CAAAA%2CCAOF%2CAACE%2CAACE%2CAAAA%2CkTAAA%2CiBAAA%2CAAAA%2CCAKF%2CAACE%2CAAKF%2CAAAA%2CoRAAA%2C%2BEAAA%2CAAAA%2CCAOA%2CAAAA%2CgSAAA%2CwGAAA%2CAAAA%2CCAeF%2CAC%2FDE%2CAAAA%2C8HAAA%2CmEAAA%2CAAAA%2CCAMA%2CAACE%2CAACE%2CAAIF%2CAACE%2CADsDN%2CACnEE%2CAAAA%2C8HAAA%2CkEAAA%2CAAAA%2CCAMA%2CAACE%2CAACE%2CAAIF%2CAACE%2CACXN%2CAAAA%2COAAA%2CkbAAA%2CAAAA%2CCfMI%2CuCAAA%2COAAA%2C6CAAA%2CAAAA%2CCAAA%2CCeMF%2CA3BDA%2CAAAA%2C4BAAA%2CwBAAA%2CAAAA%2CC2BQA%2CAAAA%2CaAAA%2CgBAAA%2CAAAA%2CCAMF%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCASA%2CAAAA%2CYAAA%2C2CAAA%2CAAAA%2CCAWE%2CAAAA%2CeAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C4CAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2C4CAAA%2C8GAAA%2CAAAA%2CCDwCF%2CAAAA%2CiBAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2CgDAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2CgDAAA%2C4GAAA%2CAAAA%2CCDwCF%2CAAAA%2CeAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C4CAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2C4CAAA%2C8GAAA%2CAAAA%2CCDwCF%2CAAAA%2CYAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2CsCAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2CsCAAA%2CgHAAA%2CAAAA%2CCDwCF%2CAAAA%2CeAAA%2C6CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C4CAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2C4CAAA%2C8GAAA%2CAAAA%2CCDwCF%2CAAAA%2CcAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C0CAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2C0CAAA%2C8GAAA%2CAAAA%2CCDwCF%2CAAAA%2CaAAA%2C6CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2CwCAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2CwCAAA%2CkHAAA%2CAAAA%2CCDwCF%2CAAAA%2CYAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2CsCAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2CsCAAA%2C4GAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C6CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2C8GAAA%2CAAAA%2CCDwCF%2CAAAA%2CkBAAA%2C6CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2CkDAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2CkDAAA%2CkHAAA%2CAAAA%2CCDwCF%2CAAAA%2CuBAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C4DAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2C4DAAA%2C8GAAA%2CAAAA%2CCDwCF%2CAAAA%2C2BAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2CoEAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2CoEAAA%2CgHAAA%2CAAAA%2CCDwCF%2CAAAA%2C2BAAA%2C6CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2CoEAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2CoEAAA%2CkHAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C6CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2CkHAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C6CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2CkHAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C6CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2CkHAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C6CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2CkHAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C6CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2CkHAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2CkHAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2C4GAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2C4GAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2C4GAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C6CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2CkHAAA%2CAAAA%2CCDwCF%2CAAAA%2CgBAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2C8CAAA%2C0CAAA%2CAAAA%2CC4BNE%2CAAAA%2C8CAAA%2CkHAAA%2CAAAA%2CCDwCF%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2CwCAAA%2CwCAAA%2CAAAA%2CC4BNE%2CAAAA%2CwCAAA%2CsGAAA%2CAAAA%2CCDwCF%2CAAAA%2CaAAA%2C0CAAA%2CAAAA%2CCC9CA%2CA5BYA%2CAAAA%2CwCAAA%2C6CAAA%2CAAAA%2CC4BNE%2CAAAA%2CwCAAA%2CkHAAA%2CAAAA%2CCCVJ%2CAAAA%2CWAAA%2CuEAAA%2CAAAA%2CCvB4DI%2CyBAAA%2CWAAA%2CqBAAA%2CAAAA%2CCAAA%2CCuBhDJ%2CAAAA%2CiBAAA%2CqCAAA%2CAAAA%2CCCRA%2CAAAA%2COAAA%2CqGAAA%2CAAAA%2CCASA%2CAAAA%2CeAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2CYAAA%2CmBAAA%2CAAAA%2CCASA%2CAAAA%2CmBAAA%2C0BAAA%2CAAAA%2CCAIE%2CAAAA%2C0BAAA%2CoFAAA%2CAAAA%2CCAeA%2CAAAA%2CeAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CiBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CoBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CeAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2C2BAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CiCAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CmDAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CeAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2C2BAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CiCAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CmDAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CaAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CgBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CYAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CkBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CqBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CuBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2C0BAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2C2BAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2C8BAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2C2BAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2C8BAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CeAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCC1CA%2CAAAA%2CmBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCDsCA%2CAAAA%2CaAAA%2CgEAAA%2CAAAA%2CCC1CA%2CAAAA%2CgBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CeAAA%2CAAAA%2CCDsCA%2CAAAA%2CaAAA%2CiEAAA%2CAAAA%2CCC1CA%2CAAAA%2CgBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CiBAAA%2CAAAA%2CCCPA%2CgCACE%2CAAAA%2CKAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CGAAA%2C2BAAA%2CAAAA%2CCAAA%2CCAIJ%2CAAAA%2CUAAA%2CiJAAA%2CAAAA%2CCAUA%2CAAAA%2CcAAA%2C6YAAA%2CAAAA%2CCpBPI%2CuCAAA%2CcAAA%2C6CAAA%2CAAAA%2CCAAA%2CCoBmBJ%2CAAAA%2CsBAAA%2C8YAAA%2CAAAA%2CCAME%2CAAAA%2CuBAAA%2CiHAAA%2CAAAA%2CCAII%2CuCAAA%2CAAAA%2CuBAAA%2C2CAAA%2CAAAA%2CCAAA%2CCCxCN%2CAAAA%2COAAA%2C%2BIAAA%2CAAAA%2CCAKA%2CAAAA%2CYAAA%2CwCAAA%2CAAAA%2CCCDA%2CAAAA%2CYAAA%2CuLAAA%2CAAAA%2CCAeA%2CAAAA%2CwBAAA%2CqDAAA%2CAAAA%2CClCHE%2CAAAA%2C4DAAA%2CkFAAA%2CAAAA%2CCkCgBA%2CAAAA%2C%2BBAAA%2C6CAAA%2CAAAA%2CCAWF%2CAAAA%2CiBAAA%2C8HAAA%2CAAAA%2CCAQE%2CAAIA%2CAAIA%2CAAAA%2CoDAAA%2CiEAAA%2CAAAA%2CCAQA%2CAAAA%2CwBAAA%2C%2BEAAA%2CAAAA%2CCAOA%2CAAAA%2CoCAAA%2CsBAAA%2CAAAA%2CCAGE%2CAAAA%2C2CAAA%2C2CAAA%2CAAAA%2CCAgBA%2CAAAA%2CuBAAA%2C4EAAA%2CAAAA%2CCAGE%2CAACE%2CAAKA%2CAAKA%2CAAAA%2C%2BCAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2C%2BCAAA%2CAAAA%2CCAIE%2CAAAA%2CkEAAA%2C6CAAA%2CAAAA%2CC5BvDN%2CyB4BiCA%2CAAAA%2C0BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAACE%2CAAKA%2CAAKA%2CAAAA%2CkDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C8DAAA%2C%2BCAAA%2CAAAA%2CCAIE%2CAAAA%2CqEAAA%2C6CAAA%2CAAAA%2CCAAA%2CC5BvDN%2CyB4BiCA%2CAAAA%2C0BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAACE%2CAAKA%2CAAKA%2CAAAA%2CkDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C8DAAA%2C%2BCAAA%2CAAAA%2CCAIE%2CAAAA%2CqEAAA%2C6CAAA%2CAAAA%2CCAAA%2CC5BvDN%2CyB4BiCA%2CAAAA%2C0BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAACE%2CAAKA%2CAAKA%2CAAAA%2CkDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C8DAAA%2C%2BCAAA%2CAAAA%2CCAIE%2CAAAA%2CqEAAA%2C6CAAA%2CAAAA%2CCAAA%2CC5BvDN%2C0B4BiCA%2CAAAA%2C0BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAACE%2CAAKA%2CAAKA%2CAAAA%2CkDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C8DAAA%2C%2BCAAA%2CAAAA%2CCAIE%2CAAAA%2CqEAAA%2C6CAAA%2CAAAA%2CCAAA%2CC5BvDN%2C0B4BiCA%2CAAAA%2C2BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAACE%2CAAKA%2CAAKA%2CAAAA%2CmDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2C%2BCAAA%2CAAAA%2CCAIE%2CAAAA%2CsEAAA%2C6CAAA%2CAAAA%2CCAAA%2CC5BvDN%2C0B4BiCA%2CAAAA%2C2BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAACE%2CAAKA%2CAAKA%2CAAAA%2CmDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2C%2BCAAA%2CAAAA%2CCAIE%2CAAAA%2CsEAAA%2C6CAAA%2CAAAA%2CCAAA%2CC5BvDN%2C0B4BiCA%2CAAAA%2C4BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAACE%2CAAKA%2CAAKA%2CAAAA%2CoDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CgEAAA%2C%2BCAAA%2CAAAA%2CCAIE%2CAAAA%2CuEAAA%2C6CAAA%2CAAAA%2CCAAA%2CC5BvDN%2C0B4BiCA%2CAAAA%2C8BAAA%2C4EAAA%2CAAAA%2CCAGE%2CAACE%2CAAKA%2CAAKA%2CAAAA%2CsDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CkEAAA%2C%2BCAAA%2CAAAA%2CCAIE%2CAAAA%2CyEAAA%2C6CAAA%2CAAAA%2CCAAA%2CCAgBV%2CAACE%2CAAAA%2CmCAAA%2C%2BCAAA%2CAAAA%2CCAKE%2CAAAA%2C%2BCAAA%2CsBAAA%2CAAAA%2CCAKF%2CAACE%2CAAAA%2CyDAAA%2CyBAAA%2CAAAA%2CCC5IF%2CAAAA%2CyBAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C4GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CuDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C2BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2CgHAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CyDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2CyBAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C4GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CuDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2CsBAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2CsGAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CoDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2CyBAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C4GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CuDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2CwBAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C0GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CsDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2CuBAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2CwGAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CqDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2CsBAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2CsGAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CoDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C4BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2CkHAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2C0DAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2CiCAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C4HAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2C%2BDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2CqCAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2CoIAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CmEAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2CqCAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2CoIAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CmEAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2C8GAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CwDAAA%2CkEAAA%2CAAAA%2CCAVJ%2CAAAA%2CuBAAA%2C2CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2CwGAAA%2C2CAAA%2CAAAA%2CCmCHI%2CAAAA%2CqDAAA%2C8DAAA%2CAAAA%2CCAVJ%2CAAAA%2CuBAAA%2C2CAAA%2CAAAA%2CCAIE%2CAnCSF%2CAAAA%2CwGAAA%2C6CAAA%2CAAAA%2CCmCHI%2CAAAA%2CqDAAA%2CkEAAA%2CAAAA%2CCCbN%2CAAAA%2COAAA%2CiIAAA%2CAAAA%2CCnC%2BKQ%2C0BAAA%2COAAA%2CiFAAA%2CAAAA%2CCAAA%2CCDnKN%2CAAAA%2CaAAA%2CsCAAA%2CAAAA%2CCoCGA%2CApCCA%2CAAAA%2CsFAAA%2CeAAA%2CAAAA%2CCoCYF%2CAAAA%2CaAAA%2C6HAAA%2CAAAA%2CCAUA%2CAAAA%2CiBAAA%2CuBAAA%2CAAAA%2CCCtCA%2CAAAA%2COAAA%2CmTAAA%2CAAAA%2CCAaE%2CAAAA%2CwBAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CeAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C8BAAA%2CAAAA%2CCAKA%2CAAAA%2CYAAA%2CgBAAA%2CAAAA%2CCAKF%2CAAAA%2CcAAA%2CsSAAA%2CAAAA%2CCAUA%2CAAAA%2CYAAA%2CkBAAA%2CAAAA%2CCCnCA%2CAAAA%2CYAAA%2CmBAAA%2CAAAA%2CCAIE%2CAAAA%2CmBAAA%2CwCAAA%2CAAAA%2CCAOF%2CAAAA%2COAAA%2CkIAAA%2CAAAA%2CCAkBA%2CAAAA%2CcAAA%2C0EAAA%2CAAAA%2CCAQE%2CAAAA%2C0BAAA%2C2LAAA%2CAAAA%2CC1BhCE%2CuCAAA%2C0BAAA%2C6CAAA%2CAAAA%2CCAAA%2CC0BoCF%2CAAAA%2C0BAAA%2CgEAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2CqFAAA%2CAAAA%2CCAKF%2CAAAA%2CyBAAA%2CoIAAA%2CAAAA%2CCAIE%2CAAAA%2CwCAAA%2C4FAAA%2CAAAA%2CCAKA%2CAAAA%2C8EAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2CqCAAA%2CmBAAA%2CAAAA%2CCAKF%2CAAAA%2CuBAAA%2C%2BMAAA%2CAAAA%2CCAME%2CAAAA%2C%2BBAAA%2CgGAAA%2CAAAA%2CCAOA%2CAAAA%2C%2BCAAA%2CsLAAA%2CAAAA%2CCAKE%2CAAAA%2C8DAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CgBAAA%2CAAAA%2CCAOJ%2CAAAA%2CeAAA%2CoTAAA%2CAAAA%2CCAkBA%2CAAAA%2CgBAAA%2C6GAAA%2CAAAA%2CCAUE%2CAAAA%2CqBAAA%2CaAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CcAAA%2CAAAA%2CCAKF%2CAAAA%2CcAAA%2CwSAAA%2CAAAA%2CCAQE%2CAAAA%2CqBAAA%2CsDAAA%2CAAAA%2CCAQF%2CAAAA%2CaAAA%2CsCAAA%2CAAAA%2CCAOA%2CAAAA%2CYAAA%2CkGAAA%2CAAAA%2CCASA%2CAAAA%2CcAAA%2C6UAAA%2CAAAA%2CCAaE%2CAAAA%2CkBAAA%2CiBAAA%2CAAAA%2CCAMF%2CAAAA%2CyBAAA%2CoFAAA%2CAAAA%2CChClII%2CyBgC6IF%2CAAAA%2CcAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2C2EAAA%2CAAAA%2CCAGE%2CAAAA%2CwCAAA%2C6EAAA%2CAAAA%2CCAKF%2CAAAA%2CuBAAA%2C2EAAA%2CAAAA%2CCAGE%2CAAAA%2C%2BBAAA%2CqEAAA%2CAAAA%2CCAKF%2CAAIA%2CAAAA%2CUAAA%2CmBAAA%2CAAAA%2CCAAA%2CChCtKE%2CyBgC0KF%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCAAA%2CChC1KE%2C0BgCiLF%2CAAAA%2CUAAA%2CoBAAA%2CAAAA%2CCAAA%2CCC5OF%2CAAAA%2CSAAA%2CocAAA%2CAAAA%2CCAaE%2CAAAA%2CcAAA%2CcAAA%2CAAAA%2CCAEA%2CAAAA%2CgBAAA%2CqEAAA%2CAAAA%2CCAME%2CAAAA%2CwBAAA%2CqFAAA%2CAAAA%2CCASJ%2CAAAA%2CqDAAA%2CmBAAA%2CAAAA%2CCAGE%2CAAAA%2CmEAAA%2CYAAA%2CAAAA%2CCAGE%2CAAAA%2CmFAAA%2CgEAAA%2CAAAA%2CCAQJ%2CAAAA%2CyDAAA%2CmBAAA%2CAAAA%2CCAGE%2CAAAA%2CuEAAA%2CyCAAA%2CAAAA%2CCAKE%2CAAAA%2CuFAAA%2C0EAAA%2CAAAA%2CCAQJ%2CAAAA%2C2DAAA%2CmBAAA%2CAAAA%2CCAGE%2CAAAA%2CyEAAA%2CSAAA%2CAAAA%2CCAGE%2CAAAA%2CyFAAA%2CsEAAA%2CAAAA%2CCAQJ%2CAAAA%2CuDAAA%2CmBAAA%2CAAAA%2CCAGE%2CAAAA%2CqEAAA%2C0CAAA%2CAAAA%2CCAKE%2CAAAA%2CqFAAA%2CwEAAA%2CAAAA%2CCAQJ%2CAACE%2CAAGA%2CAAGA%2CAAGA%2CAAMF%2CAAAA%2CeAAA%2CuGAAA%2CAAAA%2CCC3GA%2CAAAA%2CSAAA%2C4iBAAA%2CAAAA%2CCAmBE%2CAAAA%2CgBAAA%2CsFAAA%2CAAAA%2CCAOE%2CAAAA%2C%2BCAAA%2CsGAAA%2CAAAA%2CCAWJ%2CAAAA%2CqDAAA%2CuBAAA%2CAAAA%2CCAGE%2CAAAA%2CuEAAA%2CiEAAA%2CAAAA%2CCAGE%2CAAAA%2CuFAAA%2C8EAAA%2CAAAA%2CCAMA%2CAAAA%2CqFAAA%2CqEAAA%2CAAAA%2CCAQJ%2CAAAA%2CyDAAA%2CqBAAA%2CAAAA%2CCAGE%2CAAAA%2C2EAAA%2C6GAAA%2CAAAA%2CCAME%2CAAAA%2C2FAAA%2CoFAAA%2CAAAA%2CCAMA%2CAAAA%2CyFAAA%2C2EAAA%2CAAAA%2CCAQJ%2CAAAA%2C2DAAA%2CoBAAA%2CAAAA%2CCAGE%2CAAAA%2C6EAAA%2C2DAAA%2CAAAA%2CCAGE%2CAAAA%2C6FAAA%2CoFAAA%2CAAAA%2CCAMA%2CAAAA%2C2FAAA%2C2EAAA%2CAAAA%2CCAQF%2CAAAA%2C2GAAA%2CgJAAA%2CAAAA%2CCAYF%2CAAAA%2CuDAAA%2CsBAAA%2CAAAA%2CCAGE%2CAAAA%2CyEAAA%2C%2BGAAA%2CAAAA%2CCAME%2CAAAA%2CyFAAA%2CoFAAA%2CAAAA%2CCAMA%2CAAAA%2CuFAAA%2C2EAAA%2CAAAA%2CCAQJ%2CAACE%2CAAGA%2CAAGA%2CAAGA%2CAAOF%2CAAAA%2CgBAAA%2C8HAAA%2CAAAA%2CCASE%2CAAAA%2CsBAAA%2CgBAAA%2CAAAA%2CCAKF%2CAAAA%2CcAAA%2CyCAAA%2CAAAA%2CCCzJA%2CAAAA%2CUAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CgBAAA%2CsDAAA%2CAAAA%2CCCpBE%2CAAAA%2CuBAAA%2C6CAAA%2CAAAA%2CCD2BF%2CAAAA%2CeAAA%2CiPAAA%2CAAAA%2CC7BjBI%2CuCAAA%2CeAAA%2C6CAAA%2CAAAA%2CCAAA%2CC6B2BJ%2CAAAA%2C8DAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2CyEAAA%2CoGAAA%2CAAAA%2CCAKA%2CAAAA%2CyEAAA%2CuGAAA%2CAAAA%2CCAUA%2CAACE%2CAAAA%2C8BAAA%2CkJAAA%2CAAAA%2CCAMA%2CAAAA%2CkJAAA%2C0BAAA%2CAAAA%2CCAOA%2CAAAA%2CqFAAA%2C2FAAA%2CAAAA%2CC7B9DE%2CuCAAA%2CqFAAA%2C6CAAA%2CAAAA%2CCAAA%2CC6B2EJ%2CAAAA%2C8CAAA%2CsZAAA%2CAAAA%2CC7B3EI%2CuCAAA%2C8CAAA%2C6CAAA%2CAAAA%2CCAAA%2CCZKF%2CAAAA%2CoHAAA%2CiEAAA%2CAAAA%2CCyC8FF%2CAAAA%2CuBAAA%2CUAAA%2CAAAA%2CCAMA%2CAAAA%2CuBAAA%2CWAAA%2CAAAA%2CCAQA%2CAAAA%2CwDAAA%2C6FAAA%2CAAAA%2CCAOA%2CAAAA%2C4BAAA%2CsMAAA%2CAAAA%2CCAGA%2CAAAA%2C4BAAA%2CsMAAA%2CAAAA%2CCAUA%2CAAAA%2CqBAAA%2C%2BRAAA%2CAAAA%2CCAcE%2CAAAA%2CwBAAA%2CydAAA%2CAAAA%2CC7BnJE%2CuCAAA%2CwBAAA%2C6CAAA%2CAAAA%2CCAAA%2CC6BqKF%2CAAAA%2C6BAAA%2CaAAA%2CAAAA%2CCAUF%2CAAAA%2CkBAAA%2CyJAAA%2CAAAA%2CCEtLA%2C0BACE%2CAAAA%2CGAAA%2C8FAAA%2CAAAA%2CCAAA%2CCAGF%2CAAAA%2CgBAAA%2CsRAAA%2CAAAA%2CCAYA%2CAAAA%2CmBAAA%2CkDAAA%2CAAAA%2CCAUA%2CwBACE%2CAAAA%2CGAAA%2C4EAAA%2CAAAA%2CCAGA%2CAAAA%2CIAAA%2CaAAA%2CAAAA%2CCAAA%2CCAKF%2CAAAA%2CcAAA%2C2PAAA%2CAAAA%2CCAYA%2CAAAA%2CiBAAA%2C6BAAA%2CAAAA%2CCCjDA%2CAAAA%2CgBAAA%2CsCAAA%2CAAAA%2CCACA%2CAAAA%2CWAAA%2CiCAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CoCAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CoCAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CyCAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CsCAAA%2CAAAA%2CCCFE%2CAAAA%2CYAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2CsFAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CcAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C8FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CYAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2CsFAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CSAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0EAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CYAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2CsFAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CWAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2CkFAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CUAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C8EAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CSAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0EAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CeAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2CkGAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CoBAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2CsHAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CwBAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2CsIAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CwBAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2CsIAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CaAAA%2CuCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C0FAAA%2CuCAAA%2CAAAA%2CC6CXA%2CAAAA%2CUAAA%2CoCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C8EAAA%2CqCAAA%2CAAAA%2CC6CXA%2CAAAA%2CUAAA%2CoCAAA%2CAAAA%2CCAGA%2CA7CQA%2CAAAA%2C8EAAA%2CuCAAA%2CAAAA%2CC8CJF%2CAAAA%2CUAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CgBAAA%2C2CAAA%2CAAAA%2CCCVA%2CAAAA%2CQAAA%2CuCAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C2CAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2C6CAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2C8CAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2C4CAAA%2CAAAA%2CCAEA%2CAAAA%2CUAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAGE%2CAAAA%2CgBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CwBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2C4BAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2C4BAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CgCAAA%2CAAAA%2CCAKF%2CAAAA%2CcAAA%2CgCAAA%2CAAAA%2CCAQA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CSAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CaAAA%2CyFAAA%2CAAAA%2CCAKA%2CAAAA%2CeAAA%2C6FAAA%2CAAAA%2CCAKA%2CAAAA%2CgBAAA%2C%2BFAAA%2CAAAA%2CCAKA%2CAAAA%2CcAAA%2C2FAAA%2CAAAA%2CCAKA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CgBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CWAAA%2C8BAAA%2CAAAA%2CCCxEA%2CANCE%2CAAAA%2CiBAAA%2C6CAAA%2CAAAA%2CCOUI%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCAAA%2CAAAA%2CUAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CiCAAA%2CAAAA%2CCAAA%2CAAAA%2CQAAA%2C8FAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2CmHAAA%2CAAAA%2CC3CiDF%2CyB2CjDE%2CAAAA%2CWAAA%2C2BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CiCAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C8FAAA%2CAAAA%2CCAAA%2CAAAA%2CkBAAA%2CmHAAA%2CAAAA%2CCAAA%2CC3CiDF%2CyB2CjDE%2CAAAA%2CWAAA%2C2BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CiCAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C8FAAA%2CAAAA%2CCAAA%2CAAAA%2CkBAAA%2CmHAAA%2CAAAA%2CCAAA%2CC3CiDF%2CyB2CjDE%2CAAAA%2CWAAA%2C2BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CiCAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C8FAAA%2CAAAA%2CCAAA%2CAAAA%2CkBAAA%2CmHAAA%2CAAAA%2CCAAA%2CC3CiDF%2C0B2CjDE%2CAAAA%2CWAAA%2C2BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CiCAAA%2CAAAA%2CCAAA%2CAAAA%2CWAAA%2C8FAAA%2CAAAA%2CCAAA%2CAAAA%2CkBAAA%2CmHAAA%2CAAAA%2CCAAA%2CC3CiDF%2C0B2CjDE%2CAAAA%2CYAAA%2C2BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C8FAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CmHAAA%2CAAAA%2CCAAA%2CC3CiDF%2C0B2CjDE%2CAAAA%2CYAAA%2C2BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2C8FAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CmHAAA%2CAAAA%2CCAAA%2CC3CiDF%2C0B2CjDE%2CAAAA%2CaAAA%2C2BAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CqBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CiCAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2C8FAAA%2CAAAA%2CCAAA%2CAAAA%2CoBAAA%2CmHAAA%2CAAAA%2CCAAA%2CC3CiDF%2C0B2CjDE%2CAAAA%2CeAAA%2C2BAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CuBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CqBAAA%2CiCAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C8FAAA%2CAAAA%2CCAAA%2CAAAA%2CsBAAA%2CmHAAA%2CAAAA%2CCAAA%2CCAUN%2CaAAA%2CAAEI%2CAAAA%2CcAAA%2C2BAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2C8FAAA%2CAAAA%2CCAAA%2CAAAA%2CqBAAA%2CmHAAA%2CAAAA%2CCAAA%2CCCrBJ%2CAAAA%2CkBAAA%2CoFAAA%2CAAAA%2CCAOE%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAKA%2CAAAA%2C2IAAA%2C6FAAA%2CAAAA%2CCAmBA%2CAACE%2CAAAA%2CgCAAA%2C8BAAA%2CAAAA%2CCADF%2CAACE%2CAAAA%2CgCAAA%2CsBAAA%2CAAAA%2CCADF%2CAACE%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCADF%2CAACE%2CAAAA%2C%2BBAAA%2CoBAAA%2CAAAA%2CCADF%2CAACE%2CAAAA%2CgCAAA%2C8BAAA%2CAAAA%2CCADF%2CAACE%2CAAAA%2CgCAAA%2CsBAAA%2CAAAA%2CCADF%2CAACE%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCADF%2CAACE%2CAAAA%2C%2BBAAA%2CoBAAA%2CAAAA%2CCCxBA%2CAAAA%2CUAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CqIAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2C8IAAA%2CAAAA%2CCAEA%2CAAAA%2CWAAA%2CiGAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2CuGAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CyHAAA%2CAAAA%2CCACA%2CAAAA%2CWAAA%2C8FAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2C%2BDAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2C%2BDAAA%2CAAAA%2CCAEA%2CAAAA%2CuBAAA%2C0HAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CkIAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CmIAAA%2CAAAA%2CCAEA%2CAAAA%2CmBAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C4GAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CkHAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2C%2BGAAA%2CAAAA%2CCAEA%2CAAAA%2CqBAAA%2C2HAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CmIAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CoIAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CuHAAA%2CAAAA%2CCAEA%2CAAAA%2CiBAAA%2CyGAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CgHAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2C%2BGAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CkHAAA%2CAAAA%2CC7CYA%2CyB6ClDA%2CAAAA%2CaAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CqIAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C8IAAA%2CAAAA%2CCAEA%2CAAAA%2CcAAA%2CiGAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CuGAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CyHAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2C8FAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BDAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BDAAA%2CAAAA%2CCAEA%2CAAAA%2C0BAAA%2C0HAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CkIAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmIAAA%2CAAAA%2CCAEA%2CAAAA%2CsBAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2C4GAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CkHAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C%2BGAAA%2CAAAA%2CCAEA%2CAAAA%2CwBAAA%2C2HAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmIAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CoIAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CuHAAA%2CAAAA%2CCAEA%2CAAAA%2CoBAAA%2CyGAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CgHAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BGAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CkHAAA%2CAAAA%2CCAAA%2CC7CYA%2CyB6ClDA%2CAAAA%2CaAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CqIAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C8IAAA%2CAAAA%2CCAEA%2CAAAA%2CcAAA%2CiGAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CuGAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CyHAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2C8FAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BDAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BDAAA%2CAAAA%2CCAEA%2CAAAA%2C0BAAA%2C0HAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CkIAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmIAAA%2CAAAA%2CCAEA%2CAAAA%2CsBAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2C4GAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CkHAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C%2BGAAA%2CAAAA%2CCAEA%2CAAAA%2CwBAAA%2C2HAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmIAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CoIAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CuHAAA%2CAAAA%2CCAEA%2CAAAA%2CoBAAA%2CyGAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CgHAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BGAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CkHAAA%2CAAAA%2CCAAA%2CC7CYA%2CyB6ClDA%2CAAAA%2CaAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CqIAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C8IAAA%2CAAAA%2CCAEA%2CAAAA%2CcAAA%2CiGAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CuGAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CyHAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2C8FAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BDAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BDAAA%2CAAAA%2CCAEA%2CAAAA%2C0BAAA%2C0HAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CkIAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmIAAA%2CAAAA%2CCAEA%2CAAAA%2CsBAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2C4GAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CkHAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C%2BGAAA%2CAAAA%2CCAEA%2CAAAA%2CwBAAA%2C2HAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmIAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CoIAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CuHAAA%2CAAAA%2CCAEA%2CAAAA%2CoBAAA%2CyGAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CgHAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BGAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CkHAAA%2CAAAA%2CCAAA%2CC7CYA%2C0B6ClDA%2CAAAA%2CaAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CqIAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C8IAAA%2CAAAA%2CCAEA%2CAAAA%2CcAAA%2CiGAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CuGAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CyHAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2C8FAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BDAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BDAAA%2CAAAA%2CCAEA%2CAAAA%2C0BAAA%2C0HAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CkIAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmIAAA%2CAAAA%2CCAEA%2CAAAA%2CsBAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2C4GAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CkHAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C%2BGAAA%2CAAAA%2CCAEA%2CAAAA%2CwBAAA%2C2HAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CmIAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CoIAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CuHAAA%2CAAAA%2CCAEA%2CAAAA%2CoBAAA%2CyGAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CgHAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BGAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CkHAAA%2CAAAA%2CCAAA%2CC7CYA%2C0B6ClDA%2CAAAA%2CcAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CqIAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2C8IAAA%2CAAAA%2CCAEA%2CAAAA%2CeAAA%2CiGAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CuGAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CyHAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2C8FAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2C%2BDAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2C%2BDAAA%2CAAAA%2CCAEA%2CAAAA%2C2BAAA%2C0HAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CkIAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmIAAA%2CAAAA%2CCAEA%2CAAAA%2CuBAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C4GAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CkHAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2C%2BGAAA%2CAAAA%2CCAEA%2CAAAA%2CyBAAA%2C2HAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmIAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CoIAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CuHAAA%2CAAAA%2CCAEA%2CAAAA%2CqBAAA%2CyGAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgHAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2C%2BGAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CkHAAA%2CAAAA%2CCAAA%2CC7CYA%2C0B6ClDA%2CAAAA%2CcAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CqIAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2C8IAAA%2CAAAA%2CCAEA%2CAAAA%2CeAAA%2CiGAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CuGAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CyHAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2C8FAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2C%2BDAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2C%2BDAAA%2CAAAA%2CCAEA%2CAAAA%2C2BAAA%2C0HAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CkIAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmIAAA%2CAAAA%2CCAEA%2CAAAA%2CuBAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C4GAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CkHAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2C%2BGAAA%2CAAAA%2CCAEA%2CAAAA%2CyBAAA%2C2HAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CmIAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CoIAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CuHAAA%2CAAAA%2CCAEA%2CAAAA%2CqBAAA%2CyGAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgHAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2C%2BGAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CkHAAA%2CAAAA%2CCAAA%2CC7CYA%2C0B6ClDA%2CAAAA%2CeAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CqIAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C8IAAA%2CAAAA%2CCAEA%2CAAAA%2CgBAAA%2CiGAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CuGAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CyHAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C8FAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BDAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BDAAA%2CAAAA%2CCAEA%2CAAAA%2C4BAAA%2C0HAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CkIAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CmIAAA%2CAAAA%2CCAEA%2CAAAA%2CwBAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2C4GAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CkHAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C%2BGAAA%2CAAAA%2CCAEA%2CAAAA%2C0BAAA%2C2HAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CmIAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CoIAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CuHAAA%2CAAAA%2CCAEA%2CAAAA%2CsBAAA%2CyGAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CgHAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C%2BGAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CkHAAA%2CAAAA%2CCAAA%2CC7CYA%2C0B6ClDA%2CAAAA%2CiBAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CqIAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2C8IAAA%2CAAAA%2CCAEA%2CAAAA%2CkBAAA%2CiGAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CuGAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CyHAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8FAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C2DAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BDAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BDAAA%2CAAAA%2CCAEA%2CAAAA%2C8BAAA%2C0HAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CgCAAA%2CkIAAA%2CAAAA%2CCACA%2CAAAA%2C%2BBAAA%2CmIAAA%2CAAAA%2CCAEA%2CAAAA%2C0BAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C6GAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2C4GAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CkHAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2C%2BGAAA%2CAAAA%2CCAEA%2CAAAA%2C4BAAA%2C2HAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CoHAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CmIAAA%2CAAAA%2CCACA%2CAAAA%2C6BAAA%2CoIAAA%2CAAAA%2CCACA%2CAAAA%2C8BAAA%2CuHAAA%2CAAAA%2CCAEA%2CAAAA%2CwBAAA%2CyGAAA%2CAAAA%2CCACA%2CAAAA%2CyBAAA%2CsHAAA%2CAAAA%2CCACA%2CAAAA%2CuBAAA%2CgHAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C%2BGAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CqHAAA%2CAAAA%2CCACA%2CAAAA%2C2BAAA%2CkHAAA%2CAAAA%2CCAAA%2CCC1CA%2CAAAA%2CYAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CyBAAA%2CAAAA%2CC9CoDA%2CyB8CtDA%2CAAAA%2CeAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CyBAAA%2CAAAA%2CCAAA%2CC9CoDA%2CyB8CtDA%2CAAAA%2CeAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CyBAAA%2CAAAA%2CCAAA%2CC9CoDA%2CyB8CtDA%2CAAAA%2CeAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CyBAAA%2CAAAA%2CCAAA%2CC9CoDA%2C0B8CtDA%2CAAAA%2CeAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CyBAAA%2CAAAA%2CCAAA%2CC9CoDA%2C0B8CtDA%2CAAAA%2CgBAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CyBAAA%2CAAAA%2CCAAA%2CC9CoDA%2C0B8CtDA%2CAAAA%2CgBAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CyBAAA%2CAAAA%2CCAAA%2CC9CoDA%2C0B8CtDA%2CAAAA%2CiBAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CyBAAA%2CAAAA%2CCAAA%2CC9CoDA%2C0B8CtDA%2CAAAA%2CmBAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CyBAAA%2CAAAA%2CCAAA%2CCCLF%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2C8BAAA%2CAAAA%2CCCCA%2CAAAA%2CiBAAA%2C8BAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CgCAAA%2CAAAA%2CCAAA%2CAAAA%2CgBAAA%2C6BAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CmEAAA%2CAAAA%2CCAKF%2CAAAA%2CWAAA%2CgEAAA%2CAAAA%2CCAQA%2CAAAA%2CcAAA%2CmEAAA%2CAAAA%2CCAQA%2CAACE%2C6BAAA%2CYAAA%2CsEAAA%2CAAAA%2CCAAA%2CCCtBF%2CAAAA%2CSAAA%2CuJAAA%2CAAAA%2CCAIA%2CACgBE%2CAAAA%2CmDAAA%2CuGAAA%2CAAAA%2CCCtBF%2CAAAA%2CWAAA%2C6HAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CWAAA%2CmHAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2CmEAAA%2CAAAA%2CCCCI%2CAAAA%2CMAAA%2CwBAAA%2CAAAA%2CCAAA%2CAAAA%2CMAAA%2CwBAAA%2CAAAA%2CCAAA%2CAAAA%2CMAAA%2CwBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CyBAAA%2CAAAA%2CCAAA%2CAAAA%2CQAAA%2CyBAAA%2CAAAA%2CCAAA%2CAAAA%2CMAAA%2CyBAAA%2CAAAA%2CCAAA%2CAAAA%2CMAAA%2CyBAAA%2CAAAA%2CCAAA%2CAAAA%2CMAAA%2CyBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2C0BAAA%2CAAAA%2CCAAA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCAIJ%2CAAAA%2CQAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAEA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCCfA%2CAACE%2CAAAA%2CuBAAA%2CmJAAA%2CAAAA%2CCCKM%2CAAAA%2CKAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C6BAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CKAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAUA%2CAAAA%2CMAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CMAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CMAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CMAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CMAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CMAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CMAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CgCAAA%2CAAAA%2CCAQJ%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2C%2BBAAA%2CAAAA%2CCtDPA%2CyBsDlDI%2CAAAA%2CQAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C6BAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAUA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAQJ%2CAAAA%2CWAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2C%2BBAAA%2CAAAA%2CCAAA%2CCtDPA%2CyBsDlDI%2CAAAA%2CQAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C6BAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAUA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAQJ%2CAAAA%2CWAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2C%2BBAAA%2CAAAA%2CCAAA%2CCtDPA%2CyBsDlDI%2CAAAA%2CQAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C6BAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAUA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAQJ%2CAAAA%2CWAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2C%2BBAAA%2CAAAA%2CCAAA%2CCtDPA%2C0BsDlDI%2CAAAA%2CQAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C6BAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CQAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAUA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAQJ%2CAAAA%2CWAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2C%2BBAAA%2CAAAA%2CCAAA%2CCtDPA%2C0BsDlDI%2CAAAA%2CSAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C4BAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C6BAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAUA%2CAAAA%2CUAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAQJ%2CAAAA%2CYAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAAA%2CCtDPA%2C0BsDlDI%2CAAAA%2CSAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C4BAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C6BAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CSAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAUA%2CAAAA%2CUAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAQJ%2CAAAA%2CYAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAAA%2CCtDPA%2C0BsDlDI%2CAAAA%2CUAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C4BAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C6BAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CUAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CsBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgCAAA%2CAAAA%2CCAUA%2CAAAA%2CWAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CWAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CWAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CWAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CWAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CWAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CWAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2CwBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CgCAAA%2CAAAA%2CCAQJ%2CAAAA%2CaAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2C%2BBAAA%2CAAAA%2CCAAA%2CCtDPA%2C0BsDlDI%2CAAAA%2CYAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C4BAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C6BAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CYAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgCAAA%2CAAAA%2CCAUA%2CAAAA%2CaAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CaAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiCAAA%2CAAAA%2CCAbA%2CAAAA%2CaAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CaAAA%2C6BAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkCAAA%2CAAAA%2CCAbA%2CAAAA%2CaAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CaAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CgCAAA%2CAAAA%2CCAbA%2CAAAA%2CaAAA%2C2BAAA%2CAAAA%2CCACA%2CAAAA%2C4BAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CgCAAA%2CAAAA%2CCAQJ%2CAAAA%2CeAAA%2C0BAAA%2CAAAA%2CCACA%2CAAAA%2CgCAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2C%2BBAAA%2CAAAA%2CCAAA%2CCC7DJ%2CAAAA%2CgBAAA%2CyGAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CiCAAA%2CAAAA%2CCACA%2CAAAA%2CWAAA%2CiCAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2CiCAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2C%2BFAAA%2CAAAA%2CCAQI%2CAAAA%2CWAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2CgCAAA%2CAAAA%2CCvDqCA%2CyBuDvCA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2C%2BBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CgCAAA%2CAAAA%2CCAAA%2CCvDqCA%2CyBuDvCA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2C%2BBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CgCAAA%2CAAAA%2CCAAA%2CCvDqCA%2CyBuDvCA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2C%2BBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CgCAAA%2CAAAA%2CCAAA%2CCvDqCA%2C0BuDvCA%2CAAAA%2CcAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2C%2BBAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CgCAAA%2CAAAA%2CCAAA%2CCvDqCA%2C0BuDvCA%2CAAAA%2CeAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C%2BBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CgCAAA%2CAAAA%2CCAAA%2CCvDqCA%2C0BuDvCA%2CAAAA%2CeAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2C%2BBAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CgCAAA%2CAAAA%2CCAAA%2CCvDqCA%2C0BuDvCA%2CAAAA%2CgBAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2C%2BBAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAAA%2CCvDqCA%2C0BuDvCA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2C%2BBAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2CgCAAA%2CAAAA%2CCAAA%2CCAMJ%2CAAAA%2CgBAAA%2CuCAAA%2CAAAA%2CCACA%2CAAAA%2CgBAAA%2CuCAAA%2CAAAA%2CCACA%2CAAAA%2CiBAAA%2CwCAAA%2CAAAA%2CCAIA%2CAAAA%2CmBAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CqBAAA%2CkCAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CkBAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CoBAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CyBAAA%2CAAAA%2CCCvCE%2CAAAA%2CcAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C0CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CgBAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C8CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CcAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C0CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CWAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2CoCAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CcAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C0CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CaAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2CwCAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2CsCAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CWAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2CoCAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CiBAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2CgDAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CsBAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C0DAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2C0BAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2CkEAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2C0BAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2CkEAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C0BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2C4CAAA%2C4BAAA%2CAAAA%2CC8DXA%2CAAAA%2CYAAA%2CyBAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2CsCAAA%2C0BAAA%2CAAAA%2CC8DXA%2CAAAA%2CYAAA%2CyBAAA%2CAAAA%2CCAIE%2CA9DOF%2CAAAA%2CsCAAA%2C4BAAA%2CAAAA%2CC6DkCF%2CAAAA%2CWAAA%2C4BAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAEA%2CAAAA%2CeAAA%2CmCAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CyCAAA%2CAAAA%2CCAIA%2CAAAA%2CWAAA%2CmGAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmCAAA%2CAAAA%2CCAEA%2CAAAA%2CYAAA%2C2EAAA%2CAAAA%2CCAOA%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCEjEA%2CAAAA%2CSAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CWAAA%2CgCAAA%2CAAAA%2CCCCE%2CaACE%2CAAAA%2CqBAAA%2CkGAAA%2CAAAA%2CCAUA%2CAACE%2CAAAA%2CYAAA%2C6BAAA%2CAAAA%2CCAUF%2CAAAA%2CmBAAA%2CgCAAA%2CAAAA%2CCAeA%2CAAAA%2CIAAA%2CmCAAA%2CAAAA%2CCAGA%2CAAAA%2CeAAA%2CuDAAA%2CAAAA%2CCAWA%2CAAAA%2CMAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2C2BAAA%2CAAAA%2CCAKA%2CAAAA%2CQAAA%2CyBAAA%2CAAAA%2CCAOA%2CAAAA%2CMAAA%2C0BAAA%2CAAAA%2CCAUA%2CMAAA%2CyDAAA%2CWAAA%2CAAAA%2CCAAA%2CCAGA%2CAAAA%2CKAAA%2C8BAAA%2CAAAA%2CCAGA%2CAAAA%2CWAAA%2C8BAAA%2CAAAA%2CCAKA%2CAAAA%2CQAAA%2CgBAAA%2CAAAA%2CCAGA%2CAAAA%2COAAA%2CyBAAA%2CAAAA%2CCAIA%2CAAAA%2CiBAAA%2CuCAAA%2CAAAA%2CCAGE%2CAAAA%2C8CAAA%2CoCAAA%2CAAAA%2CCAMF%2CAACE%2CAAAA%2CkFAAA%2CuCAAA%2CAAAA%2CCAMF%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAGE%2CAAAA%2C6EAAA%2CwBAAA%2CAAAA%2CCAQF%2CAAAA%2C%2BCAAA%2CyCAAA%2CAAAA%2CCAAA%2CCCnIJ%2CWAAA%2C8sBAAA%2CAAAA%2CCAaA%2CWAAA%2CqtBAAA%2CAAAA%2CCAaA%2CWAAA%2CmuBAAA%2CAAAA%2CCAaA%2CWAAA%2C0vBAAA%2CAAAA%2CCAaA%2CWAAA%2CquBAAA%2CAAAA%2CCAaA%2CWAAA%2CutBAAA%2CAAAA%2CCAaA%2CWAAA%2CsqBAAA%2CAAAA%2CCC9EA%2CAAAA%2CYAAA%2CmCAAA%2CAAAA%2CCAKE%2CAAAA%2CcAAA%2CmCAAA%2CAAAA%2CCAMF%2CAAAA%2C0BAAA%2CgBAAA%2CAAAA%2CCCbA%2CAAAA%2CMAAA%2CqBAAA%2CAAAA%2CCAIA%2CAACE%2CAAAA%2CoBAAA%2CiBAAA%2CAAAA%2CC7DuDE%2CyB6DnDA%2CAAAA%2CoBAAA%2CiBAAA%2CAAAA%2CCAAA%2CCAOJ%2CAACE%2CAAAA%2C6BAAA%2CgBAAA%2CAAAA%2CCAEA%2CAAAA%2CeAAA%2CmCAAA%2CAAAA%2CCAKE%2CAAAA%2CiBAAA%2CsEAAA%2CAAAA%2CCAMA%2CAAAA%2CkBAAA%2CsEAAA%2CAAAA%2CCpF9BJ%2CAoF0CA%2CAAAA%2CkBAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2CqBAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CiBAAA%2CqGAAA%2CAAAA%2CCAQA%2CAACE%2CAAAA%2CiBAAA%2C2CAAA%2CAAAA%2CCAIE%2CAAAA%2C2DAAA%2C2CAAA%2CAAAA%2CCAMA%2CAAAA%2CmBAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAACE%2CAAAA%2CiBAAA%2C2CAAA%2CAAAA%2CCAIE%2CAAAA%2C2DAAA%2C2CAAA%2CAAAA%2CCAMA%2CAAAA%2CmBAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAAAA%2CYAAA%2CyDAAA%2CAAAA%2CCAGE%2CAAAA%2CiDAAA%2C2DAAA%2CAAAA%2CCAOF%2CAACE%2CAAAA%2CgCAAA%2CgDAAA%2CAAAA%2CCAKF%2CAAAA%2CUAAA%2CqBAAA%2CAAAA%2CCAEE%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAIE%2CAAAA%2C8BAAA%2C6BAAA%2CAAAA%2CCAOJ%2CAAEE%2CAAAA%2CwDAAA%2C2CAAA%2CAAAA%2CC7DlEE%2CyBAAA%2CwDAAA%2CoBAAA%2CAAAA%2CCAAA%2CCAAA%2CyBAAA%2CwDAAA%2CoBAAA%2CAAAA%2CCAAA%2CCAAA%2C0BAAA%2CwDAAA%2CoBAAA%2CAAAA%2CCAAA%2CC6DsFJ%2CAAAA%2C4BAAA%2CgCAAA%2CAAAA%2CCpFlJA%2CAoFuJA%2CAACE%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAOF%2CAAAA%2CgFAAA%2CgFAAA%2CAAAA%2CCAOA%2CAAAA%2CqGAAA%2CmFAAA%2CAAAA%2CC7D7FI%2C4B6DoGH%2CAAAA%2C4IAAA%2CcAAA%2CAAAA%2CCAAA%2CCASD%2CAAAA%2CoBAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCAEE%2CAAAA%2CyBAAA%2CsbAAA%2CAAAA%2CCAKA%2CAAAA%2C0CAAA%2CqCAAA%2CAAAA%2CCAGG%2CAAAA%2C4CAAA%2CkDAAA%2CAAAA%2CCAOH%2CAAAA%2CoCAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CyBAAA%2CAAAA%2CC7DpJE%2CyB6DyJA%2CAAAA%2CyBAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAMJ%2CAACE%2CAAAA%2CkEAAA%2CiCAAA%2CAAAA%2CCAKF%2CAAEI%2CAAAA%2CqCAAA%2C2FAAA%2CAAAA%2CCAKF%2CAAAA%2CgBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CwCAAA%2CAAAA%2CC7DvKE%2C4BAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCAAA%2CC6D%2BKA%2CAAAA%2C6BAAA%2C2FAAA%2CAAAA%2CCAKJ%2CAACE%2CAACE%2CAAAA%2CoCAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCASF%2CAAAA%2C0BAAA%2CAAAA%2CAAAA%2CCAIE%2CAAAA%2C8DAAA%2C8CAAA%2CAAAA%2CCAOJ%2CAAAA%2C4BAAA%2C2CAAA%2CAAAA%2CCAKA%2CAACE%2CAAAA%2CoCAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CuBAAA%2CiBAAA%2CAAAA%2CCAKF%2CAAAA%2CkBAAA%2C2CAAA%2CAAAA%2CCACE%2CAAAA%2CwBAAA%2CqFAAA%2CAAAA%2CCASF%2CAAAA%2CwBAAA%2CmGAAA%2CAAAA%2CC7DvOI%2C4BAAA%2CwBAAA%2C2DAAA%2CAAAA%2CC6DkPE%2CAAAA%2C4BAAA%2CgCAAA%2CAAAA%2CCAAA%2CC7DlPF%2C4B6DyPF%2CAACE%2CAAAA%2CmCAAA%2CiDAAA%2CAAAA%2CCAAA%2CCAQJ%2CAAAA%2CaAAA%2CsHAAA%2CAAAA%2CCAOA%2CAAAA%2CsCAAA%2CiCAAA%2CAAAA%2CCAGE%2CAAAA%2C6CAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CmDAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2C4IAAA%2CAAAA%2CC7DrSE%2CyB6DgTA%2CAAAA%2CwDAAA%2CaAAA%2CAAAA%2CCAAA%2CCAKF%2CAAAA%2C6CAAA%2CqBAAA%2CAAAA%2CCAIE%2CAAAA%2CmDAAA%2Cm9BAAA%2CAAAA%2CCA0CF%2CAACE%2CAAAA%2CwDAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CwBAAA%2CAAAA%2CC7D3VA%2C4B6DoWE%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAKN%2CAACE%2CAAAA%2CyBAAA%2CiBAAA%2CAAAA%2CCAGA%2CAAAA%2CyBAAA%2C8EAAA%2CAAAA%2CCAMA%2CAAAA%2CuBAAA%2CiFAAA%2CAAAA%2CCAME%2CAAAA%2CyBAAA%2CkBAAA%2CAAAA%2CCAIF%2CAAAA%2CkBAAA%2CaAAA%2CAAAA%2CCAKF%2CAAAA%2CWAAA%2C2FAAA%2CAAAA%2CCAEA%2CAAAA%2CgBAAA%2CqDAAA%2CAAAA%2CC7DpYI%2C6B6D0YF%2CAACE%2CAAAA%2CsBAAA%2C2BAAA%2CAAAA%2CCAKA%2CAACE%2CAAAA%2C2BAAA%2C0DAAA%2CAAAA%2CCAAA%2CCAUN%2CAACM%2CAAAA%2CmBAAA%2CqBAAA%2CAAAA%2CCAMN%2CAACE%2CAAAA%2CyCAAA%2C4BAAA%2CAAAA%2CCAMF%2CAAEI%2CAACI%2CAAAA%2C0HAAA%2C8FAAA%2CAAAA%2CCAUJ%2CAAAA%2C0RAAA%2CiHAAA%2CAAAA%2CCAOA%2CAAAA%2CsRAAA%2CcAAA%2CAAAA%2CCAMA%2CAAAA%2CgPAAA%2C2BAAA%2CAAAA%2CCAKA%2CAAAA%2CyHAAA%2CmGAAA%2CAAAA%2CCAIA%2CAAAA%2CuHAAA%2CkGAAA%2CAAAA%2CCAIA%2CAAAA%2CuEAAA%2CqCAAA%2CAAAA%2CCAII%2CAAAA%2CqFAAA%2CoDAAA%2CAAAA%2CCAOJ%2CAAAA%2CuEAAA%2CiBAAA%2CAAAA%2CCAIF%2CAAAA%2CqDAAA%2C0GAAA%2CAAAA%2CCASF%2CAACE%2CAAAA%2CqBAAA%2CyCAAA%2CAAAA%2CCAIE%2CAACI%2CAAAA%2CgCAAA%2CyOAAA%2CAAAA%2CC7D3fJ%2C0B6D2gBF%2CAAAA%2CyBAAA%2C6BAAA%2CAAAA%2CCAIE%2CAAAA%2C%2BBAAA%2CoCAAA%2CAAAA%2CCAAA%2CCAMJ%2CAAAA%2CsCAAA%2CmBAAA%2CAAAA%2CCAEE%2CAAAA%2C%2BDAAA%2C0DAAA%2CAAAA%2CCAOF%2CAAAA%2CoBAAA%2CsCAAA%2CAAAA%2CCC1lBA%2CAAAA%2CQAAA%2C0CAAA%2CAAAA%2CCAIE%2CAAAA%2C6BAAA%2CoFAAA%2CAAAA%2CCAQA%2CAAAA%2CeAAA%2CglBAAA%2CAAAA%2CCAYA%2CAAAA%2CcAAA%2CqWAAA%2CAAAA%2CCASA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CsVAAA%2C0EAAA%2CAAAA%2CCA4BA%2CAAAA%2CkBAAA%2C8EAAA%2CAAAA%2CCASF%2CAAAA%2CkBAAA%2CwCAAA%2CAAAA%2CCAMA%2CAAAA%2CgBAAA%2CmIAAA%2CAAAA%2CCAWE%2CAAAA%2C4CAAA%2CmCAAA%2CAAAA%2CCAIE%2CAAAA%2CkDAAA%2CcAAA%2CAAAA%2CCAKF%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAEE%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCAKF%2CAAAA%2CoDAAA%2CuCAAA%2CAAAA%2CC9DlCE%2C4BAAA%2CoDAAA%2CiCAAA%2CAAAA%2CCAAA%2CC%2BDxEJ%2CAAAA%2CqBAAA%2C8BAAA%2CAAAA%2CCAKA%2CAAAA%2CcAAA%2CmLAAA%2CAAAA%2CC%2FDsDI%2C0BAAA%2CcAAA%2C6BAAA%2CAAAA%2CCAAA%2CC%2BDzCJ%2CAAAA%2CaAAA%2CyLAAA%2CAAAA%2CC%2FDyCI%2C0BAAA%2CaAAA%2C6BAAA%2CAAAA%2CCAAA%2CC%2BD5BJ%2CAAAA%2CaAAA%2CqBAAA%2CAAAA%2CCAGC%2CAAAA%2CyEAAA%2CmKAAA%2CAAAA%2CCAWA%2CAAAA%2CkCAAA%2CmFAAA%2CAAAA%2CCASA%2CAAAA%2CoBAAA%2CoaAAA%2CAAAA%2CCASA%2CAAAA%2CmBAAA%2C8WAAA%2CAAAA%2CCAUC%2CAAAA%2CoBAAA%2C0MAAA%2CAAAA%2CC%2FDdE%2CyB%2BDqBC%2CAAAA%2CuCAAA%2CgBAAA%2CAAAA%2CCAKH%2CAAAA%2CkCAAA%2CuEAAA%2CAAAA%2CCAQA%2CAAAA%2CoBAAA%2C6SAAA%2CAAAA%2CCAOA%2CAAAA%2CmBAAA%2CoPAAA%2CAAAA%2CCAAA%2CC%2FDzCE%2CyB%2BDqDC%2CAAAA%2CuCAAA%2CgBAAA%2CAAAA%2CCAKH%2CAAAA%2CoBAAA%2C6SAAA%2CAAAA%2CCAOA%2CAAAA%2CmBAAA%2C8OAAA%2CAAAA%2CCAAA%2CC%2FDjEE%2C0B%2BD2EF%2CAAAA%2CkCAAA%2CeAAA%2CAAAA%2CCAIG%2CAAAA%2CuCAAA%2CgBAAA%2CAAAA%2CCAKH%2CAAAA%2CoBAAA%2C6SAAA%2CAAAA%2CCAOA%2CAAAA%2CmBAAA%2C8OAAA%2CAAAA%2CCAAA%2CC%2FD3FE%2C0B%2BDqGF%2CAAAA%2CkCAAA%2CeAAA%2CAAAA%2CCAIG%2CAAAA%2CuCAAA%2CgBAAA%2CAAAA%2CCAKH%2CAAAA%2CoBAAA%2C6SAAA%2CAAAA%2CCAOA%2CAAAA%2CmBAAA%2C8OAAA%2CAAAA%2CCAAA%2CCC%2FKF%2CAAAA%2CkBAAA%2CgBAAA%2CAAAA%2CCtEcE%2CAAAA%2CgDAAA%2CgBAAA%2CAAAA%2CCMyDE%2C4BgE%2FDF%2CAAAA%2CkBAAA%2CyEAAA%2CAAAA%2CCAOA%2CAACE%2CAAAA%2C0CAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CiBAAA%2CAAAA%2CCAAA%2CChEsCA%2CyBgE7BF%2CAAAA%2CkBAAA%2CuFAAA%2CAAAA%2CCAAA%2CChE6BE%2C0BgEjBF%2CAAAA%2CkBAAA%2CwFAAA%2CAAAA%2CCAAA%2CChEiBE%2C0BgELF%2CAAAA%2CkBAAA%2CmGAAA%2CAAAA%2CCAAA%2CChEKE%2CyBgEMF%2CAAAA%2CkBAAA%2CiKAAA%2CAAAA%2CCAAA%2CCAOF%2CAAAA%2CwBAAA%2CyBAAA%2CAAAA%2CCAIA%2CAAAA%2CmBAAA%2CgLAAA%2CAAAA%2CCtE7DE%2CAAAA%2CkDAAA%2CwBAAA%2CAAAA%2CCsEyEF%2CAAAA%2CwBAAA%2CiKAAA%2CAAAA%2CCAUA%2CAAEE%2CAAAA%2CiCAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2CoeAAA%2CAAAA%2CCAMF%2CAAAA%2CqBAAA%2C6HAAA%2CAAAA%2CCAUA%2CAAAA%2CgBAAA%2C0CAAA%2CAAAA%2CCAKE%2CAAAA%2CqCAAA%2C%2BCAAA%2CAAAA%2CCAQF%2CAAEE%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCAGE%2CAAAA%2C2BAAA%2CcAAA%2CAAAA%2CCAOJ%2CAAAA%2CiBAAA%2CqBAAA%2CAAAA%2CCAGE%2CAAAA%2CmBAAA%2CcAAA%2CAAAA%2CCAMF%2CAAEE%2CAAAA%2C%2BBAAA%2CyOAAA%2CAAAA%2CCAcA%2CAAAA%2C8BAAA%2CaAAA%2CAAAA%2CChE%2FGE%2CyBgEqHF%2CAAAA%2CiBAAA%2CqBAAA%2CAAAA%2CCAEE%2CAAAA%2CqBAAA%2C4CAAA%2CAAAA%2CCAAA%2CCAQJ%2CAACE%2CAAAA%2CoBAAA%2CgEAAA%2CAAAA%2CCAGA%2CAAAA%2CiCAAA%2CgDAAA%2CAAAA%2CCAGA%2CAAAA%2CmDAAA%2CkBAAA%2CAAAA%2CCC9LF%2CAAAA%2C0CAAA%2CiFAAA%2CAAAA%2CCASA%2CAAAA%2COAAA%2CsBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CsBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CoBAAA%2CAAAA%2CCjEuDI%2C6BiEpDF%2CAAAA%2COAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CsBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CqBAAA%2CAAAA%2CCAAA%2CCjE%2BCE%2C6BiE3CF%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CsBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CqBAAA%2CAAAA%2CCAAA%2CCjEsCE%2C4BiElCF%2CAAAA%2COAAA%2CsBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CsBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CqBAAA%2CAAAA%2CCAAA%2CCjE6BE%2C4BiExBF%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CyBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CwBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CsBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCACA%2CAAAA%2COAAA%2CqBAAA%2CAAAA%2CCAAA%2CCAIA%2CAAAA%2COAAA%2CwBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CsBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCAAA%2CAAAA%2COAAA%2CuBAAA%2CAAAA%2CCAMF%2CAAAA%2CWAAA%2CwDAAA%2CAAAA%2CCjESI%2C4BAAA%2CWAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAAA%2C4BAAA%2CWAAA%2CoBAAA%2CAAAA%2CCAAA%2CCiEGJ%2CAAAA%2CWAAA%2C0DAAA%2CAAAA%2CCjEHI%2C4BAAA%2CWAAA%2CqBAAA%2CAAAA%2CCAAA%2CCAAA%2C4BAAA%2CWAAA%2CoBAAA%2CAAAA%2CCAAA%2CCiEeJ%2CAAAA%2CWAAA%2C0DAAA%2CAAAA%2CCjEfI%2C4BAAA%2CWAAA%2CoBAAA%2CAAAA%2CCAAA%2CCAAA%2C4BAAA%2CWAAA%2CkBAAA%2CAAAA%2CCAAA%2CCiE2BJ%2CAAAA%2CWAAA%2CwDAAA%2CAAAA%2CCjE3BI%2C4BAAA%2CWAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAAA%2C4BAAA%2CWAAA%2CqBAAA%2CAAAA%2CCAAA%2CCiE0CJ%2CAAAA%2CYAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2CoBAAA%2CAAAA%2CCACA%2CAAAA%2CcAAA%2CqBAAA%2CAAAA%2CCACA%2CAAAA%2CeAAA%2CsBAAA%2CAAAA%2CCAEA%2CAAAA%2CWAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CSAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CMAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CMAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CMAAA%2CuCAAA%2CAAAA%2CCAIE%2CAAAA%2CcAAA%2CoBAAA%2CAAAA%2CCAKF%2CAAAA%2CQAAA%2CwCAAA%2CAAAA%2CCAIA%2CAAAA%2CQAAA%2CmDAAA%2CAAAA%2CCAIA%2CAAAA%2CqEAAA%2CwCAAA%2CAAAA%2CCAMA%2CAAAA%2CuCAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2C0PAAA%2CAAAA%2CCAaA%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CsBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CEAAA%2C2CAAA%2CAAAA%2CCASA%2CAACE%2CAAAA%2CuCAAA%2CcAAA%2CAAAA%2CCAWF%2CAACE%2CAAAA%2CqBAAA%2CwBAAA%2CAAAA%2CCAKF%2CAAAA%2CgBAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CQAAA%2CiBAAA%2CAAAA%2CCAQA%2CAAAA%2CGAAA%2C4FAAA%2CAAAA%2CCAWA%2CAAAA%2CaAAA%2CoCAAA%2CAAAA%2CCAMA%2CAAAA%2CWAAA%2C4CAAA%2CAAAA%2CCAOA%2CAAAA%2CQAAA%2C4CAAA%2CAAAA%2CCAIE%2CAACE%2CAAAA%2CaAAA%2CmFAAA%2CAAAA%2CCAaJ%2CAAAA%2CeAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2CaAAA%2CqCAAA%2CAAAA%2CCAGA%2CAAAA%2CkBAAA%2CwBAAA%2CAAAA%2CCAGE%2CAAAA%2CmCAAA%2CsBAAA%2CAAAA%2CCAKF%2CAAAA%2CQAAA%2C0DAAA%2CAAAA%2CCAKE%2CAAAA%2CWAAA%2CywBAAA%2CAAAA%2CCAeF%2CAAAA%2CYAAA%2C6CAAA%2CAAAA%2CCAMA%2CAAAA%2CYAAA%2C6CAAA%2CAAAA%2CCAKA%2CAAAA%2CmBAAA%2CmDAAA%2CAAAA%2CCAKE%2CAAAA%2C2BAAA%2CyBAAA%2CAAAA%2CCAKF%2CAAAA%2CQAAA%2CeAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C0CAAA%2CAAAA%2CCAMA%2CAAAA%2CaAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CqBAAA%2CAAAA%2CCAGA%2CAAAA%2CaAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CiBAAA%2CuDAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2C4GAAA%2CAAAA%2CCASA%2CAAAA%2CwBAAA%2CmCAAA%2CAAAA%2CCAKA%2CAAAA%2CuBAAA%2CiCAAA%2CAAAA%2CCAKA%2CAAAA%2CiBAAA%2CgFAAA%2CAAAA%2CCCjYA%2CAAAA%2CUAAA%2CcAAA%2CAAAA%2CCCAA%2CAAAA%2CcAAA%2C4EAAA%2CAAAA%2CCAOA%2CAAAA%2CgBAAA%2CqBAAA%2CAAAA%2CCCRA%2CAAEE%2CAAAA%2CSAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCAMF%2CAAIA%2CAChBA%2CAAAA%2CKAAA%2CyIAAA%2CAAAA%2CCAOE%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCAKF%2CAAAA%2C%2BBAAA%2CyOAAA%2CAAAA%2CCAWA%2CAAAA%2CyBAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CeAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmBAAA%2CmCAAA%2CAAAA%2CCAGE%2CAAAA%2CyBAAA%2CiCAAA%2CAAAA%2CCCtCF%2CAAAA%2CMAAA%2C%2BCAAA%2CAAAA%2CCAIA%2CAAAA%2CUAAA%2C0FAAA%2CAAAA%2CCAUA%2CAAAA%2CeAAA%2CiBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CkEAAA%2CkBAAA%2CAAAA%2CCAIF%2CAAAA%2CwBAAA%2C8BAAA%2CAAAA%2CCAEE%2CAAEE%2CAAAA%2CyCAAA%2CkMAAA%2CAAAA%2CCAWA%2CAAAA%2C0CAAA%2CsFAAA%2CAAAA%2CCAIA%2CAAAA%2CgEAAA%2CmCAAA%2CAAAA%2CCAON%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CeAAA%2CAAAA%2CCAMA%2CAACE%2CAAAA%2CsBAAA%2CwKAAA%2CAAAA%2CCtEAE%2CyBsEQA%2CAAAA%2CsBAAA%2CmHAAA%2CAAAA%2CCAAA%2CCAWJ%2CAAAA%2CiBAAA%2CmCAAA%2CAAAA%2CC7F%2FEA%2CA6F2FA%2CAAAA%2CiBAAA%2C8WAAA%2CAAAA%2CCASA%2CAAAA%2CkCAAA%2CiGAAA%2CAAAA%2CCAIA%2CAAAA%2CiCAAA%2C4ZAAA%2CAAAA%2CCASA%2CAAAA%2CiBAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2CgBAAA%2C2QAAA%2CAAAA%2CCAWA%2CAAEE%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CgBAAA%2C2IAAA%2CAAAA%2CC5EtHA%2CA4E4HE%2CAAAA%2C4CAAA%2CkFAAA%2CAAAA%2CCAOJ%2CAACE%2CAAAA%2CeAAA%2CyBAAA%2CAAAA%2CCtE3EE%2C6BsEiFA%2CAAAA%2CaAAA%2C6HAAA%2CAAAA%2CCAAA%2CCASJ%2CAACE%2CAAAA%2CiBAAA%2CkCAAA%2CAAAA%2CCAGE%2CAAAA%2C4BAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CuBAAA%2CiCAAA%2CAAAA%2CCAMF%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCAEE%2CAAAA%2C8EAAA%2CgMAAA%2CAAAA%2CCAQE%2CAAAA%2CsFAAA%2CkRAAA%2CAAAA%2CCAaE%2CAAAA%2CkIAAA%2CcAAA%2CAAAA%2CCAKJ%2CAAAA%2C8BAAA%2C2BAAA%2CAAAA%2CCAMJ%2CAACE%2CAACE%2CAACE%2CAAAA%2CgCAAA%2C6DAAA%2CAAAA%2CCAIE%2CAAAA%2C2CAAA%2CmCAAA%2CAAAA%2CCC7NR%2CAAAA%2CYAAA%2C6SAAA%2CAAAA%2CCAWA%2CAAAA%2CYAAA%2C0MAAA%2CAAAA%2CCAWA%2CAAAA%2CkBAAA%2C2KAAA%2CAAAA%2CCAYA%2CAAAA%2CkCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CUAAA%2CkCAAA%2CAAAA%2CCAMA%2CAACE%2CAAAA%2CgFAAA%2C4KAAA%2CAAAA%2CCC7CF%2CAAAA%2CeAAA%2CsBAAA%2CAAAA%2CCAEE%2CAAAA%2CiBAAA%2CmBAAA%2CAAAA%2CCAKF%2CAAAA%2CgBAAA%2CeAAA%2CAAAA%2CCCRA%2CAAAA%2CUAAA%2CeAAA%2CAAAA%2CCCAA%2CAAAA%2CUAAA%2CmBAAA%2CAAAA%2CCAIE%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CuBAAA%2CAAAA%2CCAKA%2CAAAA%2C4BAAA%2CeAAA%2CAAAA%2CCCbF%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CWAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CYAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CeAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CiBAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CaAAA%2C8BAAA%2CAAAA%2CCCFA%2CAAAA%2COAAA%2CwLAAA%2CAAAA%2CCAaE%2CAAAA%2CaAAA%2CgBAAA%2CAAAA%2CCAMF%2CAAAA%2CYAAA%2CiCAAA%2CAAAA%2CCAMA%2CAlF7BE%2CAAAA%2C4BAAA%2CwDAAA%2CAAAA%2CCkFyCF%2CAAAA%2CYAAA%2C2CAAA%2CAAAA%2CCAYA%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCA3DE%2CAlFMA%2CAAAA%2CsDAAA%2C4BAAA%2CAAAA%2CCkFyDF%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCA%2FDE%2CAlFMA%2CAAAA%2CsDAAA%2C4BAAA%2CAAAA%2CCkF6DF%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCAnEE%2CAlFMA%2CAAAA%2CsDAAA%2C4BAAA%2CAAAA%2CCkFiEF%2CAAAA%2CYAAA%2C4BAAA%2CAAAA%2CCAvEE%2CAlFMA%2CAAAA%2CgDAAA%2C4BAAA%2CAAAA%2CCkFqEF%2CAAAA%2CeAAA%2C4BAAA%2CAAAA%2CCA3EE%2CAlFMA%2CAAAA%2CsDAAA%2C4BAAA%2CAAAA%2CCkFyEF%2CAAAA%2CcAAA%2C4BAAA%2CAAAA%2CCA%2FEE%2CAlFMA%2CAAAA%2CoDAAA%2C4BAAA%2CAAAA%2CCmFbF%2CAAAA%2CWAAA%2C4LAAA%2CAAAA%2CCAWE%2CAAAA%2CkBAAA%2CcAAA%2CAAAA%2CCAEE%2CAAAA%2CoCAAA%2CcAAA%2CAAAA%2CCAaF%2CAAAA%2CqCAAA%2CsDAAA%2CAAAA%2CC7E4CE%2C4BAAA%2CqCAAA%2CoBAAA%2CAAAA%2CCAAA%2CCAbA%2CyBAAA%2CqCAAA%2CoBAAA%2CAAAA%2CCAAA%2CC6EhBF%2CAAAA%2CsBAAA%2C%2BHAAA%2CAAAA%2CCAWA%2CAAAA%2CeAAA%2CuPAAA%2CAAAA%2CC7EKE%2CyBAAA%2CeAAA%2CwDAAA%2CAAAA%2CCAAA%2CCAAA%2C0BAAA%2CeAAA%2CwDAAA%2CAAAA%2CCAAA%2CCAAA%2C0BAAA%2CeAAA%2CwDAAA%2CAAAA%2CCAAA%2CCA4BA%2CmDAAA%2CAAAA%2CeAAA%2CwDAAA%2CAAAA%2CCAAA%2CCAfA%2C4BAAA%2CeAAA%2CwDAAA%2CAAAA%2CCAAA%2CCAAA%2C4BAAA%2CeAAA%2CuDAAA%2CAAAA%2CCAAA%2CC6E6BA%2CAAAA%2CiBAAA%2CiCAAA%2CAAAA%2CC7E7BA%2C4B6EoCE%2CAAAA%2C0BAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAQJ%2CAACE%2CAAAA%2C%2BCAAA%2CmBAAA%2CAAAA%2CCCpHJ%2CAAAA%2CUAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAIA%2CAAAA%2CaAAA%2CumBAAA%2CAAAA%2CCAQA%2CAAAA%2COAAA%2C2CAAA%2CAAAA%2CCAKI%2CAAAA%2CcAAA%2CgDAAA%2CAAAA%2CCAKH%2CAAAA%2CcAAA%2CwaAAA%2CAAAA%2CCAeA%2CAAAA%2CaAAA%2C4vBAAA%2CAAAA%2CCA8BA%2CAAAA%2C2KAAA%2CkCAAA%2CAAAA%2CCAQD%2C4DACC%2CAAAA%2CcAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAMD%2CAAAA%2CQAAA%2CoEAAA%2CAAAA%2CC9EpCI%2C0BAAA%2CQAAA%2CwBAAA%2CAAAA%2CCAAA%2CC8E6CA%2CAAAA%2CeAAA%2CgDAAA%2CAAAA%2CCAKH%2CAAAA%2CeAAA%2CyaAAA%2CAAAA%2CCAgBA%2CAAAA%2CcAAA%2C2bAAA%2CAAAA%2CCAgBA%2CAAAA%2CmLAAA%2CkCAAA%2CAAAA%2CCC5ID%2CAAAA%2C%2BBAAA%2CgQAAA%2CAAAA%2CCCCA%2CAAAA%2CYAAA%2C6KAAA%2CAAAA%2CCAcE%2CAAAA%2CkBAAA%2C8HAAA%2CAAAA%2CCAWA%2CAAAA%2CkBAAA%2CkCAAA%2CAAAA%2CCAKA%2CAAAA%2CgCAAA%2C2GAAA%2CAAAA%2CCvGjCF%2CAuG8CA%2CAAEE%2CAAAA%2CoBAAA%2CwCAAA%2CAAAA%2CCAKA%2CAAAA%2CsBAAA%2C0DAAA%2CAAAA%2CCAWF%2CAAAA%2CyBAAA%2CiFAAA%2CAAAA%2CCAKE%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCAKF%2CAAAA%2C%2BBAAA%2CuCAAA%2CAAAA%2CCvG1EA%2CAAAA%2CAAAA%2CAuGoFA%2CAAAA%2CmBAAA%2C%2BEAAA%2CAAAA%2CCAOA%2CAAAA%2CuBAAA%2CubAAA%2CAAAA%2CCAWA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2CoGAAA%2CAAAA%2CCAUA%2CAAAA%2CwEAAA%2C8JAAA%2CAAAA%2CCAMA%2CAAAA%2CiCAAA%2C8GAAA%2CAAAA%2CCAKA%2CAAAA%2CuCAAA%2C6LAAA%2CAAAA%2CCAOA%2CAAAA%2C0EAAA%2CaAAA%2CAAAA%2CCAKA%2CAAAA%2CiHAAA%2CkJAAA%2CAAAA%2CCAOA%2CAAAA%2C6CAAA%2C6LAAA%2CAAAA%2CCvGlJA%2CAAAA%2CAAAA%2CAuG8JA%2CAAEE%2CAAAA%2CqCAAA%2CqBAAA%2CAAAA%2CCAKF%2CAAAA%2C6CAAA%2C4fAAA%2CAAAA%2CCAcA%2CAAAA%2CkCAAA%2CsXAAA%2CAAAA%2CCAYA%2CAAAA%2CqFAAA%2CqJAAA%2CAAAA%2CCAMA%2CAAAA%2CwCAAA%2CiQAAA%2CAAAA%2CCAYA%2CAAAA%2CwCAAA%2CwQAAA%2CAAAA%2CCAMA%2CAAAA%2CiGAAA%2C%2BJAAA%2CAAAA%2CCvGvNA%2CAAAA%2CAAAA%2CAuGmOA%2CAAEE%2CAAAA%2C0BAAA%2CoCAAA%2CAAAA%2CCAMF%2CAAAA%2CwBAAA%2C8GAAA%2CAAAA%2CCAMA%2CAAAA%2C8BAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CuQAAA%2CAAAA%2CCAYA%2CAAAA%2CkCAAA%2CmQAAA%2CAAAA%2CCAWA%2CAAAA%2CqCAAA%2CyVAAA%2CAAAA%2CCASA%2CAAAA%2CgFAAA%2C8GAAA%2CAAAA%2CCAMA%2CAAAA%2CgIAAA%2C%2BJAAA%2CAAAA%2CCCzRA%2CaAAA%2CAAEE%2CAAAA%2CqBAAA%2C6DAAA%2CAAAA%2CCAOA%2CAACE%2CAAAA%2CkBAAA%2C4BAAA%2CAAAA%2CCAGA%2CAAAA%2CqBAAA%2CwIAAA%2CAAAA%2CCAAA%2CCCbJ%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCCDA%2CAAAA%2CYAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CmBAAA%2CqFAAA%2CAAAA%2CCCFE%2CAAAA%2CWAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CcAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CmBAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CuBAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CuBAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CaAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CYAAA%2CiBAAA%2CAAAA%2CCAAA%2CAAAA%2CQAAA%2CcAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2CcAAA%2CAAAA%2CCAAA%2CAAAA%2CSAAA%2CcAAA%2CAAAA%2CCCFF%2CAAAA%2CYAAA%2CuPAAA%2CAAAA%2CC5GDA%2CA6GOC%2CAAAA%2CqBAAA%2C6TAAA%2CAAAA%2CCAaA%2CAAAA%2CoBAAA%2CqVAAA%2CAAAA%2CCAaA%2CAAAA%2CqBAAA%2C%2BUAAA%2CAAAA%2CCC9BD%2CAAAA%2CMAAA%2C0eAAA%2CAAAA%2CCAyBA%2CAAAA%2CWAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2C0CAAA%2CAAAA%2CCChCA%2CAAAA%2CSAAA%2Cy0BAAA%2CAAAA%2CCAoCI%2CAAAA%2CiFAAA%2CyCAAA%2CAAAA%2CCCnCH%2CAAAA%2CqBAAA%2CiBAAA%2CAAAA%2CCCCD%2CAAAA%2CUAAA%2CqkBAAA%2CAAAA%2CCAMQ%2CAAAA%2CgBAAA%2CeAAA%2CAAAA%2CCAsBJ%2CAAAA%2C0BAAA%2CiBAAA%2CAAAA%2CCAKA%2CAAAA%2CgBAAA%2CiEAAA%2CAAAA%2CCAMA%2CAAAA%2CiBAAA%2C0HAAA%2CAAAA%2CCAKA%2CAAAA%2CwBAAA%2CmHAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmEAAA%2CAAAA%2CCAGI%2CAAAA%2C6CAAA%2C0GAAA%2CAAAA%2CCAKJ%2CAAAA%2CuBAAA%2C%2BDAAA%2CAAAA%2CCASJ%2CAAAA%2CmBAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CWAAA%2CqRAAA%2CAAAA%2CCC1EI%2CAACI%2CAAAA%2C4CAAA%2CsHAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CgHAAA%2CAAAA%2CCCLJ%2CAAAA%2CkCAAA%2C2JAAA%2CAAAA%2CCAOI%2CAAAA%2CiFAAA%2CgCAAA%2CAAAA%2CCAOJ%2CAAAA%2CgCAAA%2CiBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C0CAAA%2CgEAAA%2CAAAA%2CCASA%2CAAAA%2CoDAAA%2C4BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C8CAAA%2C4GAAA%2CAAAA%2CCCjCR%2CAAAA%2CQAAA%2CoNAAA%2CAAAA%2CCAQI%2CAAAA%2C6BAAA%2C8EAAA%2CAAAA%2CCAUJ%2CAAAA%2CuCAAA%2CuPAAA%2CAAAA%2CCAcA%2CAACI%2CAAAA%2CoBAAA%2CyHAAA%2CAAAA%2CCAKA%2CAAAA%2CmBAAA%2CyHAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CyCAAA%2C0SAAA%2CAAAA%2CCAcA%2CAAAA%2CqBAAA%2CyDAAA%2CAAAA%2CCAKA%2CAAAA%2CoBAAA%2CqDAAA%2CAAAA%2CCC9DP%2CAACC%2CAACC%2CAAAA%2C%2BBAAA%2CyHAAA%2CAAAA%2CCAKA%2CAAAA%2CgCAAA%2CyHAAA%2CAAAA%2CCAIA%2CAACC%2CAAAA%2CiEAAA%2CcAAA%2CAAAA%2CCAKA%2CAAAA%2CiCAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2CaAAA%2CAAAA%2CCCtBJ%2CAAAA%2CWAAA%2CgbAAA%2CAAAA%2CCAOQ%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCAeJ%2C6BACI%2CAAAA%2CkBAAA%2CmEAAA%2CAAAA%2CCAAA%2CCAOJ%2CAAAA%2CeAAA%2CqVAAA%2CAAAA%2CCASJ%2CAAAA%2CgBAAA%2CqCAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiQAAA%2CAAAA%2CCASI%2CAAAA%2CmCAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2C%2BDAAA%2CsBAAA%2CAAAA%2CCC1DJ%2CAACI%2CAAAA%2CuBAAA%2CoGAAA%2CAAAA%2CCCFR%2CAAAA%2CaAAA%2C6DAAA%2CAAAA%2CCAOA%2CAAAA%2CaAAA%2C4UAAA%2CAAAA%2CCAkBI%2CAAAA%2CmBAAA%2CwKAAA%2CAAAA%2CCAYA%2CAAAA%2CoCAAA%2CwBAAA%2CAAAA%2CCAMJ%2CAAAA%2CqCAAA%2C4OAAA%2CAAAA%2CCAYA%2CAAAA%2CmBAAA%2C0NAAA%2CAAAA%2CCAUA%2CAAAA%2CkBAAA%2C6GAAA%2CAAAA%2CCASI%2CAAAA%2C0CAAA%2CoDAAA%2CAAAA%2CCAMJ%2CAACI%2CAACI%2CAAAA%2C2CAAA%2CqFAAA%2CAAAA%2CCASJ%2CAACI%2CAAAA%2CwEAAA%2CiFAAA%2CAAAA%2CCC3FP%2CAAGC%2CAAAA%2C%2BBAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BBAAA%2C2CAAA%2CAAAA%2CCAKA%2CAAAA%2C8BAAA%2CsEAAA%2CAAAA%2CCAKC%2CAAAA%2CsDAAA%2CyEAAA%2CAAAA%2CCClBH%2CAAAA%2CSAAA%2C2GAAA%2CAAAA%2CCAKA%2CAAAA%2CaAAA%2CsFAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CmBAAA%2C0CAAA%2CAAAA%2CCAII%2CAAAA%2C4BAAA%2CoBAAA%2CAAAA%2CCAIJ%2CAACI%2CAAAA%2CgCAAA%2CsBAAA%2CAAAA%2CCAOR%2CAAAA%2CmBAAA%2C6CAAA%2CAAAA%2CCAKI%2CAAAA%2CwCAAA%2CgBAAA%2CAAAA%2CCCLH%2CAAAA%2CmBAAA%2CmDAAA%2CAAAA%2CCAMA%2CAACC%2CAAAA%2CsDAAA%2CmHAAA%2CAAAA%2CCAMD%2CyBACC%2CAACC%2CAAAA%2CsDAAA%2CsHAAA%2CAAAA%2CCAAA%2CCAMF%2CyBACC%2CAACC%2CAAAA%2CsDAAA%2CsHAAA%2CAAAA%2CCAAA%2CCDVC%2CAAAA%2CqBAAA%2CwIAAA%2CAAAA%2CCAYA%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCAGI%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2CiBAAA%2CAAAA%2CCE9DP%2CAAAA%2C%2BBAAA%2CAAAA%2CAAAA%2CCCKD%2CAAAA%2CWAAA%2CoUAAA%2CAAAA%2CCCJA%2CAACI%2CAAAA%2C4CAAA%2CqBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CqFAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CwCAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CoDAAA%2CAAAA%2CCAMI%2CAAAA%2CuFAAA%2C2BAAA%2CAAAA%2CCCvBZ%2CAAAA%2C4BAAA%2CiEAAA%2CAAAA%2CCAGI%2CAACI%2CAAAA%2CmDAAA%2CmGAAA%2CAAAA%2CCAII%2CAAAA%2C2HAAA%2C4BAAA%2CAAAA%2CCAQZ%2CAAAA%2C6BAAA%2CkDAAA%2CAAAA%2CCAKA%2CAAAA%2C4JAAA%2CqBAAA%2CAAAA%2CCJuCI%2CAAAA%2C6DAAA%2C6GAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2CaAAA%2CAAAA%2CCAMI%2CAAAA%2C%2BCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2C6FAAA%2CmHAAA%2CAAAA%2CCA7CP%2CAAAA%2CmBAAA%2C%2BCAAA%2CAAAA%2CCAMA%2CAACC%2CAAAA%2CsDAAA%2CmHAAA%2CAAAA%2CCAMD%2CyBACC%2CAACC%2CAAAA%2CsDAAA%2CsHAAA%2CAAAA%2CCAAA%2CCAMF%2CuBACC%2CAACC%2CAAAA%2CsDAAA%2C0GAAA%2CAAAA%2CCAAA%2CCA%2BEC%2CAACI%2CAAAA%2C4FAAA%2CsHAAA%2CAAAA%2CCAMJ%2CyBACI%2CAACI%2CAAAA%2C4FAAA%2CyHAAA%2CAAAA%2CCAAA%2CCAKR%2CuBACI%2CAACI%2CAAAA%2C4FAAA%2C0GAAA%2CAAAA%2CCAAA%2CCAvFR%2CAAAA%2C6DAAA%2CmHAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2C2BAAA%2CAAAA%2CCAMI%2CAAAA%2C%2BCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2C6FAAA%2CmHAAA%2CAAAA%2CCA7CP%2CAAAA%2CmBAAA%2CmDAAA%2CAAAA%2CCAMA%2CAACC%2CAAAA%2CsDAAA%2CmHAAA%2CAAAA%2CCAMD%2CyBACC%2CAACC%2CAAAA%2CsDAAA%2CsHAAA%2CAAAA%2CCAAA%2CCAMF%2CyBACC%2CAACC%2CAAAA%2CsDAAA%2CsHAAA%2CAAAA%2CCAAA%2CCA%2BEC%2CAACI%2CAAAA%2C4FAAA%2CsHAAA%2CAAAA%2CCAMJ%2CyBACI%2CAACI%2CAAAA%2C4FAAA%2CyHAAA%2CAAAA%2CCAAA%2CCAKR%2CyBACI%2CAACI%2CAAAA%2C4FAAA%2CyHAAA%2CAAAA%2CCAAA%2CCAvFR%2CAAAA%2C6DAAA%2CmHAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2C0BAAA%2CAAAA%2CCAMI%2CAAAA%2C%2BCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2C6FAAA%2CmHAAA%2CAAAA%2CCA7CP%2CAAAA%2CmBAAA%2CmDAAA%2CAAAA%2CCAMA%2CAACC%2CAAAA%2CsDAAA%2CmHAAA%2CAAAA%2CCAMD%2CyBACC%2CAACC%2CAAAA%2CsDAAA%2CsHAAA%2CAAAA%2CCAAA%2CCAMF%2C0BACC%2CAACC%2CAAAA%2CsDAAA%2CsHAAA%2CAAAA%2CCAAA%2CCA%2BEC%2CAACI%2CAAAA%2C4FAAA%2CsHAAA%2CAAAA%2CCAMJ%2CyBACI%2CAACI%2CAAAA%2C4FAAA%2CyHAAA%2CAAAA%2CCAAA%2CCAKR%2C0BACI%2CAACI%2CAAAA%2C4FAAA%2CyHAAA%2CAAAA%2CCAAA%2CCAvFR%2CAAAA%2C6DAAA%2CmHAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2C6BAAA%2CAAAA%2CCAMI%2CAAAA%2C%2BCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2C6FAAA%2CmHAAA%2CAAAA%2CCA7CP%2CAAAA%2CmBAAA%2CoDAAA%2CAAAA%2CCAMA%2CAACC%2CAAAA%2CsDAAA%2CmHAAA%2CAAAA%2CCAMD%2CyBACC%2CAACC%2CAAAA%2CsDAAA%2CsHAAA%2CAAAA%2CCAAA%2CCAMF%2C0BACC%2CAACC%2CAAAA%2CsDAAA%2CyHAAA%2CAAAA%2CCAAA%2CCA%2BEC%2CAACI%2CAAAA%2C4FAAA%2CsHAAA%2CAAAA%2CCAMJ%2CyBACI%2CAACI%2CAAAA%2C4FAAA%2CyHAAA%2CAAAA%2CCAAA%2CCAKR%2C0BACI%2CAACI%2CAAAA%2C4FAAA%2C4HAAA%2CAAAA%2CCAAA%2CCAvFR%2CAAAA%2C6DAAA%2CmHAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2C0BAAA%2CAAAA%2CCAMI%2CAAAA%2C%2BCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2C6FAAA%2CmHAAA%2CAAAA%2CCA7CP%2CAAAA%2CmBAAA%2CoDAAA%2CAAAA%2CCAMA%2CAACC%2CAAAA%2CsDAAA%2CmHAAA%2CAAAA%2CCAMD%2CyBACC%2CAACC%2CAAAA%2CsDAAA%2CsHAAA%2CAAAA%2CCAAA%2CCAMF%2C0BACC%2CAACC%2CAAAA%2CsDAAA%2CyHAAA%2CAAAA%2CCAAA%2CCA%2BEC%2CAACI%2CAAAA%2C4FAAA%2CsHAAA%2CAAAA%2CCAMJ%2CyBACI%2CAACI%2CAAAA%2C4FAAA%2CyHAAA%2CAAAA%2CCAAA%2CCAKR%2C0BACI%2CAACI%2CAAAA%2C4FAAA%2C4HAAA%2CAAAA%2CCAAA%2CCIhHR%2CAACI%2CAACI%2CAAAA%2CqGAAA%2CkDAAA%2CAAAA%2CCAWR%2CAACI%2CAACI%2CAAAA%2CuEAAA%2C6HAAA%2CAAAA%2CCChDZ%2CAAAA%2CYAAA%2CsIAAA%2CAAAA%2CCAaI%2CAAAA%2CsCAAA%2CgBAAA%2CAAAA%2CCChBA%2CAAAA%2CwBAAA%2CyEAAA%2CAAAA%2CCCGJ%2CAAAA%2CYAAA%2CykBAAA%2CAAAA%2CCAOQ%2CAAAA%2CmBAAA%2C8BAAA%2CAAAA%2CCAOJ%2C6BAAA%2CYAAA%2CmEAAA%2CAAAA%2CCAKI%2CAAAA%2C6DAAA%2C6BAAA%2CAAAA%2CCAAA%2CCAmBJ%2CAAAA%2CmBAAA%2C8IAAA%2CAAAA%2CCCxCJ%2CAACI%2CAAAA%2CgEAAA%2C2NAAA%2CAAAA%2CCAMA%2CAAAA%2C8BAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2C2BAAA%2CAAAA%2CCCVA%2CAAAA%2CkBAAA%2CqGAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CkCAAA%2C8GAAA%2CAAAA%2CCAMI%2CAAAA%2C0CAAA%2CwFAAA%2CAAAA%2CCAMJ%2CAAAA%2CuCAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2CkFAAA%2CgBAAA%2CAAAA%2CCAQJ%2CAACI%2CAAII%2CAAAA%2CsGAAA%2CuSAAA%2CAAAA%2CCAgBJ%2CAAAA%2CyBAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CYAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CeAAA%2CAAAA%2CCC9DR%2CAAAA%2CMAAA%2C0BAAA%2CAAAA%2CCAIA%2CAACI%2CAACI%2CAAAA%2CgHAAA%2C0DAAA%2CAAAA%2CCAUA%2CAAAA%2CkCAAA%2CqDAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CmHAAA%2C4DAAA%2CAAAA%2CCAUA%2CAAAA%2CmCAAA%2CqDAAA%2CAAAA%2CCAQR%2CAAAA%2CYAAA%2CocAAA%2CAAAA%2CCAyBA%2CAAAA%2CqCAAA%2CsCAAA%2CAAAA%2CCAII%2CAAAA%2C6CAAA%2C2HAAA%2CAAAA%2CCAMA%2CAAAA%2C8FAAA%2CwBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiBAAA%2CSAAA%2CAAAA%2CCAKA%2CAAAA%2CoBAAA%2CYAAA%2CAAAA%2CCAMI%2CAAAA%2C0BAAA%2CqFAAA%2CAAAA%2CCC%2FFJ%2CAAAA%2CMAAA%2C4BAAA%2CAAAA%2CCX8FI%2CAAAA%2CsBAAA%2C8KAAA%2CAAAA%2CCAAA%2CAAAA%2CsBAAA%2CgLAAA%2CAAAA%2CCAAA%2CAAAA%2CsBAAA%2CgLAAA%2CAAAA%2CCWtFJ%2CAACI%2CAAAA%2CsCAAA%2CkKAAA%2CAAAA%2CCASJ%2CAACI%2CAAAA%2C0CAAA%2CkGAAA%2CAAAA%2CCAII%2CAAAA%2CyGAAA%2C4BAAA%2CAAAA%2CCAKA%2CAAAA%2CwDAAA%2CwFAAA%2CAAAA%2CCAKA%2CAAAA%2CoGAAA%2CoDAAA%2CAAAA%2CCAOR%2CAAAA%2CgHAAA%2CaAAA%2CAAAA%2CCAMI%2CAAAA%2CmBAAA%2CyLAAA%2CAAAA%2CCAaI%2CAAAA%2C2CAAA%2CkCAAA%2CAAAA%2CCC5DJ%2CAACI%2CAAAA%2CsDAAA%2C6GAAA%2CAAAA%2CCAKI%2CAAAA%2CgHAAA%2CsEAAA%2CAAAA%2CCCLZ%2CAACI%2CAAEI%2CAAAA%2CoGAAA%2CqGAAA%2CAAAA%2CCAWR%2CAACI%2CAAAA%2CkCAAA%2CgEAAA%2CAAAA%2CCAMA%2CAAAA%2CgCAAA%2C8CAAA%2CAAAA%2CCCjBA%2CAAAA%2CgBAAA%2CyCAAA%2CAAAA%2CCAGI%2CAAAA%2C4CAAA%2CsBAAA%2CAAAA%2CCAOJ%2CAAAA%2CmBAAA%2CyCAAA%2CAAAA%2CCAGI%2CAAAA%2C8BAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2C0CAAA%2CsFAAA%2CAAAA%2CCCrBR%2CAACI%2CAAAA%2CyEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgEAAA%2CmBAAA%2CAAAA%2CCCLJ%2CAAAA%2CwBAAA%2CwXAAA%2CAAAA%2CCAUI%2CAAAA%2C4BAAA%2C%2BOAAA%2CAAAA%2CCAOA%2CAAAA%2C4BAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CkDAAA%2CkBAAA%2CAAAA%2CCCtBJ%2CAACI%2CAAAA%2CoBAAA%2CkDAAA%2CAAAA%2CCAOJ%2CAAAA%2CyBAAA%2CmHAAA%2CAAAA%2CCAKQ%2CAAAA%2C2CAAA%2CoCAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2CqCAAA%2CAAAA%2CCAUJ%2CAAAA%2C2CAAA%2C4CAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2C6CAAA%2CAAAA%2CCAQJ%2CAACI%2CAAAA%2CgCAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAAA%2CoCAAA%2CoFAAA%2CAAAA%2CCAQA%2CAAAA%2CyCAAA%2CiHAAA%2CAAAA%2CCAUA%2CAACI%2CAAAA%2C%2BCAAA%2CqFAAA%2CAAAA%2CCAQA%2CAAAA%2CiEAAA%2C4DAAA%2CAAAA%2CCAYR%2CAACI%2CAACI%2CAAAA%2C%2BCAAA%2CmBAAA%2CAAAA%2CCAMJ%2CAAAA%2CuCAAA%2C8EAAA%2CAAAA%2CCAQA%2CAAAA%2C4CAAA%2CoHAAA%2CAAAA%2CCASA%2CAACI%2CAAAA%2CkDAAA%2C4DAAA%2CAAAA%2CCAQA%2CAAAA%2C2HAAA%2CqFAAA%2CAAAA%2CCCtHZ%2CAAAA%2CgBAAA%2CiLAAA%2CAAAA%2CCAIQ%2CAAAA%2CsBAAA%2CuCAAA%2CAAAA%2CCAII%2CAAAA%2C8EAAA%2CuDAAA%2CAAAA%2CCAeR%2CAAAA%2CsBAAA%2CmkBAAA%2CAAAA%2CCAkBI%2CAAAA%2C8EAAA%2CiFAAA%2CAAAA%2CCAQJ%2CAAAA%2CiCAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuBAAA%2C6UAAA%2CAAAA%2CCAWA%2CAAAA%2CwBAAA%2CsHAAA%2CAAAA%2CCAYI%2CAAAA%2CqBAAA%2CqDAAA%2CAAAA%2CCASA%2CAAAA%2CiBAAA%2CmGAAA%2CAAAA%2CCAOA%2CAAAA%2CwBAAA%2CkNAAA%2CAAAA%2CCAcA%2CAAAA%2C%2BBAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C4CAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CsBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CsEAAA%2CqCAAA%2CAAAA%2CCC7HJ%2CAAAA%2CmBAAA%2CigBAAA%2CAAAA%2CCAoBI%2CAAAA%2CqBAAA%2CuHAAA%2CAAAA%2CCAWA%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CWAAA%2CAAAA%2CCAGI%2CAAAA%2CsCAAA%2CsBAAA%2CAAAA%2CCCxCR%2CAACI%2CAAEI%2CAAAA%2C4KAAA%2CuFAAA%2CAAAA%2CCAOJ%2CAACI%2CAACI%2CAAAA%2CwFAAA%2CmBAAA%2CAAAA%2CCAIJ%2CAAEI%2CAAAA%2CiGAAA%2CqFAAA%2CAAAA%2CCAUR%2CAACI%2CAACI%2CAAAA%2CqHAAA%2CmBAAA%2CAAAA%2CCAIJ%2CAACI%2CAAAA%2CqJAAA%2CqFAAA%2CAAAA%2CCClCR%2CAAAA%2CMAAA%2CwEAAA%2CAAAA%2CCAKA%2CAACI%2CAAEI%2CAAAA%2CqEAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CqFAAA%2CqFAAA%2CAAAA%2CCAIA%2CAAAA%2C6EAAA%2CgIAAA%2CAAAA%2CCAOJ%2CAAAA%2CgHAAA%2CuLAAA%2CAAAA%2CCAYJ%2CAACI%2CAACI%2CAAAA%2C2CAAA%2C4eAAA%2CAAAA%2CCAUA%2CAACI%2CAAAA%2C8KAAA%2CaAAA%2CAAAA%2CCAUZ%2CAACI%2CAACI%2CAAAA%2CuDAAA%2CyKAAA%2CAAAA%2CCAYQ%2CAAAA%2CgFAAA%2CgCAAA%2CAAAA%2CCAQJ%2CAACI%2CAAAA%2CuGAAA%2CoBAAA%2CAAAA%2CCAMJ%2CAAAA%2CkDAAA%2C2BAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2CqHAAA%2C4eAAA%2CAAAA%2CCAwBhB%2CAAAA%2CkBAAA%2CyHAAA%2CAAAA%2CCAUI%2CAAAA%2CkCAAA%2CgBAAA%2CAAAA%2CCCjIN%2CAACC%2CAACC%2CAAAA%2CsDAAA%2C0GAAA%2CAAAA%2CCAQF%2CAACC%2CAAAA%2CqDAAA%2C0GAAA%2CAAAA%2CCAIA%2CAACC%2CAACC%2CAAAA%2CgIAAA%2C0GAAA%2CAAAA%2CCChBD%2CAAAA%2CgBAAA%2CmiBAAA%2CAAAA%2CCAKQ%2CAAAA%2CuBAAA%2CmBAAA%2CAAAA%2CCAkBJ%2CAAAA%2CuBAAA%2CkNAAA%2CAAAA%2CCAWA%2CAAAA%2CwBAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2C%2BBAAA%2CoGAAA%2CAAAA%2CCAQR%2CAAAA%2CeAAA%2CgYAAA%2CAAAA%2CCAeI%2CAAAA%2CsBAAA%2C0VAAA%2CAAAA%2CCAcA%2CAACI%2CAAAA%2C8BAAA%2CaAAA%2CAAAA%2CCC5EV%2CAAAA%2C6DAAA%2CcAAA%2CAAAA%2CCCCE%2CAACI%2CAAAA%2CwCAAA%2CgBAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CwCAAA%2CqBAAA%2CAAAA%2CCCPJ%2CAAAA%2CuBAAA%2CyEAAA%2CAAAA%2CCAKA%2CAAAA%2C0CAAA%2CmHAAA%2CAAAA%2CCAIA%2CAAAA%2C2CAAA%2C6GAAA%2CAAAA%2CCAMA%2CAAAA%2CiEAAA%2CgHAAA%2CAAAA%2CCAIA%2CAAAA%2CkEAAA%2C6GAAA%2CAAAA%2CCAOA%2CAAAA%2CoDAAA%2C%2BDAAA%2CAAAA%2CCAII%2CAAAA%2CkGAAA%2C0GAAA%2CAAAA%2CCAQJ%2CAAAA%2CmDAAA%2C0GAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CsHAAA%2CAAAA%2CC1BhBH%2CAAAA%2CoBAAA%2CsDAAA%2CAAAA%2CCAMA%2CAACC%2CAAAA%2CuDAAA%2CsHAAA%2CAAAA%2CCAMD%2CyBACC%2CAACC%2CAAAA%2CuDAAA%2CsHAAA%2CAAAA%2CCAAA%2CCAMF%2C2BACC%2CAACC%2CAAAA%2CuDAAA%2C4HAAA%2CAAAA%2CCAAA%2CCA%2BEC%2CAACI%2CAAAA%2C6FAAA%2CyHAAA%2CAAAA%2CCAMJ%2CyBACI%2CAACI%2CAAAA%2C6FAAA%2CyHAAA%2CAAAA%2CCAAA%2CCAKR%2C2BACI%2CAACI%2CAAAA%2C6FAAA%2C%2BHAAA%2CAAAA%2CCAAA%2CCAcR%2CAAAA%2CyCAAA%2C0DAAA%2CAAAA%2CCAcA%2CAAAA%2C4CAAA%2C0DAAA%2CAAAA%2CC2B7KA%2CAAAA%2CiDAAA%2CkJAAA%2CAAAA%2CCAII%2CAAAA%2CuDAAA%2CgCAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CyOAAA%2CAAAA%2CCAUA%2CAAAA%2C8DAAA%2CgFAAA%2CAAAA%2CCAKA%2CAAAA%2CoEAAA%2C2RAAA%2CAAAA%2CCAWJ%2CAAAA%2CmBAAA%2CgFAAA%2CAAAA%2CCASI%2CAAAA%2CgCAAA%2CiBAAA%2CAAAA%2CCC9CR%2CAACI%2CAAAA%2CsCAAA%2CoEAAA%2CAAAA%2CCCIH%2CAACC%2CAAAA%2CiEAAA%2CaAAA%2CAAAA%2CCAKD%2CAACC%2CAAAA%2CqFAAA%2C2FAAA%2CAAAA%2CCAMD%2CAAEE%2CAAAA%2CuDAAA%2CsBAAA%2CAAAA%2CCAMA%2CAAAA%2C6DAAA%2CmBAAA%2CAAAA%2CCAMA%2CAAAA%2C6DAAA%2CmBAAA%2CAAAA%2CCChCH%2CAAAA%2CeAAA%2C4ZAAA%2CAAAA%2CCAiBI%2CAACI%2CAAAA%2C6CAAA%2C8GAAA%2CAAAA%2CCAKA%2CAAAA%2CqDAAA%2CwFAAA%2CAAAA%2CCAMJ%2CAAAA%2CmCAAA%2CaAAA%2CAAAA%2CCC5BA%2CAACI%2CAAAA%2CwBAAA%2CwBAAA%2CAAAA%2CC%2FBiIJ%2CAACI%2CAAAA%2C0EAAA%2CsHAAA%2CAAAA%2CCAMJ%2CyBACI%2CAACI%2CAAAA%2C0EAAA%2CyHAAA%2CAAAA%2CCAAA%2CCAKR%2CyBACI%2CAACI%2CAAAA%2C0EAAA%2CyHAAA%2CAAAA%2CCAAA%2CC%2BBpIR%2CAACI%2CAAAA%2CuEAAA%2CyEAAA%2CAAAA%2CCAKI%2CAAAA%2CoHAAA%2CaAAA%2CAAAA%2CCAGI%2CAAAA%2CiKAAA%2C8GAAA%2CAAAA%2CCAKA%2CAAAA%2CyLAAA%2CaAAA%2CAAAA%2CCAQR%2CAACI%2CAAAA%2CwBAAA%2CsHAAA%2CAAAA%2CCAIQ%2CAAAA%2C%2BCAAA%2CmHAAA%2CAAAA%2CCASZ%2CAACI%2CAAAA%2C%2BCAAA%2CkDAAA%2CAAAA%2CCAUJ%2CAACI%2CAAAA%2CsBAAA%2CsHAAA%2CAAAA%2CC%2FBkGR%2CAAAA%2CsBAAA%2CuDAAA%2CAAAA%2CC%2BB1FI%2CAACI%2CAAAA%2CyBAAA%2C%2BHAAA%2CAAAA%2CC%2FBuGR%2CAAAA%2CyBAAA%2CuDAAA%2CAAAA%2CC%2BB%2FFA%2CAACI%2CAACI%2CAAAA%2CmIAAA%2C0GAAA%2CAAAA%2CCCjFR%2CAACI%2CAAAA%2C2BAAA%2CqUAAA%2CAAAA%2CCAmBI%2CAAAA%2CkDAAA%2CmFAAA%2CAAAA%2CCAQA%2CAAAA%2CkDAAA%2CgCAAA%2CAAAA%2CCASR%2CAAAA%2CqBAAA%2CwJAAA%2CAAAA%2CCAUA%2CAAAA%2C8CAAA%2CwJAAA%2CAAAA%2CCCzCA%2CAAEI%2CAAAA%2C%2BDAAA%2CuBAAA%2CAAAA%2CCjCWP%2CAAAA%2C2EAAA%2C6CAAA%2CAAAA%2CCiCLO%2CAAAA%2C%2BDAAA%2C4FAAA%2CAAAA%2CCAKI%2CAAAA%2C2EAAA%2CuFAAA%2CAAAA%2CCASI%2CAAAA%2CqFAAA%2CoCAAA%2CAAAA%2CCAOA%2CAAAA%2CmFAAA%2CgCAAA%2CAAAA%2CCAaA%2CAAAA%2CmFAAA%2CgCAAA%2CAAAA%2CCAOA%2CAAAA%2CqFAAA%2CkCAAA%2CAAAA%2CCAOR%2CAAAA%2C2EAAA%2CkJAAA%2CAAAA%2CCAYA%2CAAAA%2CyEAAA%2CcAAA%2CAAAA%2CCAGI%2CAAAA%2C4KAAA%2CgCAAA%2CAAAA%2CCAOJ%2CAAAA%2C6DAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2C%2BCAAA%2CqCAAA%2CAAAA%2CCAKI%2CAAAA%2CwHAAA%2CgCAAA%2CAAAA%2CCCjGR%2CAAAA%2C6BAAA%2CiBAAA%2CAAAA%2CCCMA%2CAAAA%2CMAAA%2CudAAA%2CAAAA%2CCAoBA%2CAAAA%2CsBAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2CoCAAA%2CmKAAA%2CAAAA%2CCAOA%2CAAAA%2CmBAAA%2CaAAA%2CAAAA%2CCAKA%2CAAAA%2CoCAAA%2CiEAAA%2CAAAA%2CCAOA%2CAAAA%2C2CAAA%2CkDAAA%2CAAAA%2CCAKA%2CAAAA%2CyDAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2CkBAAA%2CgBAAA%2CAAAA%2CCAIA%2CyBACC%2CAAAA%2C2BAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C4BAAA%2CAAAA%2CCAAA%2CCAKD%2CAAAA%2CoCAAA%2CmKAAA%2CAAAA%2CCAQA%2CAAAA%2CuCAAA%2CmOAAA%2CAAAA%2CCASA%2CAAAA%2CoBAAA%2C8FAAA%2CAAAA%2CCAIA%2CAAAA%2C2EAAA%2C0DAAA%2CAAAA%2CCAQA%2CAAAA%2CaAAA%2C4GAAA%2CAAAA%2CCASA%2CAAAA%2CgCAAA%2CaAAA%2CAAAA%2CCAKA%2CAAAA%2CaAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C0BAAA%2CAAAA%2CCAIA%2CAAAA%2CaAAA%2CaAAA%2CAAAA%2CCAGI%2CAAAA%2C8DAAA%2CoBAAA%2CAAAA%2CCCjIJ%2CAAAA%2CYAAA%2CwDAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CgBAAA%2CAAAA%2CCAGE%2CAAAA%2CoCAAA%2CiBAAA%2CAAAA%2CCAKF%2CAAAA%2CkBAAA%2CmFAAA%2CAAAA%2CCAMA%2CAAAA%2C0BAAA%2C8BAAA%2CAAAA%2CCAGA%2CAAAA%2CsCAAA%2CmDAAA%2CAAAA%2CCCpBA%2CAAAA%2CuBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAKA%2CAAAA%2CeAAA%2C8qBAAA%2CAAAA%2CCAYA%2CAAAA%2CqBAAA%2C2HAAA%2CAAAA%2CCAKA%2CAAAA%2C4BAAA%2C4CAAA%2CAAAA%2CCAKC%2CAAAA%2C8CAAA%2CqEAAA%2CAAAA%2CCAQD%2CAAAA%2CiBAAA%2CgrBAAA%2CAAAA%2CCAYA%2CAAAA%2CuBAAA%2C2HAAA%2CAAAA%2CCCpDA%2CAACE%2CAAAA%2CuBAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2C2EAAA%2CAAAA%2CCAKE%2CAAAA%2CyCAAA%2CYAAA%2CAAAA%2CCAGA%2CAAAA%2CyCAAA%2CqBAAA%2CAAAA%2CCAIF%2CAAAA%2CiCAAA%2CyCAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BBAAA%2C4CAAA%2CAAAA%2CCCpBF%2CAAEE%2CAAAA%2CwBAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CoBAAA%2CAAAA%2CCAGA%2CAACE%2CAAAA%2CuCAAA%2CuGAAA%2CAAAA%2CCASF%2CAAAA%2C%2BCAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2CmCAAA%2CiOAAA%2CAAAA%2CCAcF%2CAACE%2CAAAA%2C8BAAA%2CqBAAA%2CAAAA%2CCACA%2CAAAA%2CmJAAA%2CkGAAA%2CAAAA%2CCASF%2CAACE%2CAAAA%2C0BAAA%2CyCAAA%2CAAAA%2CCAIE%2CAAAA%2CgEAAA%2CuEAAA%2CAAAA%2CC3IKA%2C0B2IOF%2CAAAA%2CaAAA%2CsIAAA%2CAAAA%2CCAGE%2CAAAA%2CwBAAA%2CuCAAA%2CAAAA%2CCAAA%2CC3IVA%2C0B2ImBF%2CAACE%2CAAAA%2CwBAAA%2CuCAAA%2CAAAA%2CCAKA%2CAACE%2CAAAA%2CuCAAA%2C0FAAA%2CAAAA%2CCAAA%2CCAWN%2CAAEE%2CAAAA%2CoBAAA%2CoIAAA%2CAAAA%2CCjJnFA%2CAAAA%2CoDAAA%2CsCAAA%2CAAAA%2CCiJiGA%2CAAAA%2CoBAAA%2CsGAAA%2CAAAA%2CCAQA%2CAAAA%2CuBAAA%2CmEAAA%2CAAAA%2CC3IhDE%2C4BAAA%2CkBAAA%2CsBAAA%2CAAAA%2CC2IwDA%2CAAAA%2CuBAAA%2CgBAAA%2CAAAA%2CCAAA%2CC3IrEA%2CyBAAA%2CkBAAA%2C2IAAA%2CAAAA%2CC2IiFA%2CAAAA%2CyBAAA%2CmCAAA%2CAAAA%2CCAKA%2CAAAA%2CoBAAA%2C8OAAA%2CAAAA%2CCjJlIF%2CAAAA%2CoDAAA%2CcAAA%2CAAAA%2CCiJ%2BIE%2CAAAA%2CwBAAA%2CuDAAA%2CAAAA%2CCAAA%2CCC7JJ%2CAAAA%2CmBAAA%2CgLAAA%2CAAAA%2CClJcE%2CAAAA%2CkDAAA%2CwBAAA%2CAAAA%2CCkJFF%2CAAAA%2CwBAAA%2CiKAAA%2CAAAA%2CCAUA%2CAAAA%2CgCAAA%2C6DAAA%2CAAAA%2CCAMI%2CAAAA%2C0GAAA%2CwCAAA%2CAAAA%2CCAKA%2CAAAA%2CsEAAA%2CoFAAA%2CAAAA%2CCAMA%2CAAAA%2C8HAAA%2C0BAAA%2CAAAA%2CCAKA%2CAAAA%2CwDAAA%2C6KAAA%2CAAAA%2CCASA%2CAAAA%2C4JAAA%2CyGAAA%2CAAAA%2CCAMA%2CAAAA%2CwDAAA%2C2KAAA%2CAAAA%2CCAMI%2CAAAA%2C8EAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CoDAAA%2CwFAAA%2CAAAA%2CCACI%2CAAAA%2CgIAAA%2CuCAAA%2CAAAA%2CCAOA%2CAAAA%2C4EAAA%2CwIAAA%2CAAAA%2CCC7ER%2CAAAA%2CuBAAA%2C%2BIAAA%2CAAAA%2CCAKA%2CAACE%2CAAAA%2CiBAAA%2CqCAAA%2CAAAA%2CCAKF%2CAAAA%2CYAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CoDAAA%2CAAAA%2CCAMA%2CAAIA%2CAAIA%2CAAAA%2CQAAA%2CmCAAA%2CAAAA%2CCAKA%2CAAAA%2CYAAA%2CuLAAA%2CAAAA%2CCAKE%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCpK1CF%2CAoKmDE%2CAAAA%2CwBAAA%2CyDAAA%2CAAAA%2CCAKA%2CAAAA%2C2BAAA%2C4BAAA%2CAAAA%2CCALA%2CAAAA%2CuBAAA%2CyDAAA%2CAAAA%2CCAKA%2CAAAA%2C0BAAA%2C4BAAA%2CAAAA%2CCALA%2CAAAA%2CyBAAA%2CyDAAA%2CAAAA%2CCAKA%2CAAAA%2C4BAAA%2C4BAAA%2CAAAA%2CCALA%2CAAAA%2CwBAAA%2CyDAAA%2CAAAA%2CCAKA%2CAAAA%2C2BAAA%2C4BAAA%2CAAAA%2CCALA%2CAAAA%2C0BAAA%2CyDAAA%2CAAAA%2CCAKA%2CAAAA%2C6BAAA%2C4BAAA%2CAAAA%2CCALA%2CAAAA%2C%2BBAAA%2CyDAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2C4BAAA%2CAAAA%2CCALA%2CAAAA%2CmCAAA%2CyDAAA%2CAAAA%2CCAKA%2CAAAA%2CsCAAA%2C4BAAA%2CAAAA%2CCALA%2CAAAA%2CmCAAA%2CyDAAA%2CAAAA%2CCAKA%2CAAAA%2CsCAAA%2C4BAAA%2CAAAA%2CCAMA%2CAAAA%2CiBAAA%2CgHAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CgHAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CgHAAA%2CAAAA%2CCAAA%2CAAAA%2CiBAAA%2CgHAAA%2CAAAA%2CCAUF%2CAAAA%2CSAAA%2C4MAAA%2CAAAA%2CCAOE%2CAAAA%2CaAAA%2CcAAA%2CAAAA%2CCAKF%2CAAAA%2CWAAA%2C6DAAA%2CAAAA%2CCAGE%2CAAAA%2CoBAAA%2CwUAAA%2CAAAA%2CCAWF%2CAAEE%2CAAAA%2C6BAAA%2CsBAAA%2CAAAA%2CCAKF%2CAAAA%2CaAAA%2CoOAAA%2CAAAA%2CCAMA%2CAAAA%2CkBAAA%2CkFAAA%2CAAAA%2CCAGE%2CAAAA%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAIF%2CAAAA%2CgBAAA%2CuDAAA%2CAAAA%2CCAGA%2CAAAA%2CiBAAA%2CmFAAA%2CAAAA%2CCAIA%2CAAAA%2CiBAAA%2C6DAAA%2CAAAA%2CCAGA%2CAAAA%2CqBAAA%2CsLAAA%2CAAAA%2CCAGE%2CAAAA%2C8BAAA%2CoBAAA%2CAAAA%2CCAEE%2CAAAA%2C2CAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CoBAAA%2C8JAAA%2CAAAA%2CCAGE%2CAAAA%2C6BAAA%2CqBAAA%2CAAAA%2CCAEE%2CAAAA%2C0CAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4BAAA%2CqFAAA%2CAAAA%2CCAEE%2CAAAA%2CqCAAA%2CqGAAA%2CAAAA%2CCAGE%2CAAAA%2CqDAAA%2CwBAAA%2CAAAA%2CCAMJ%2CAAAA%2CyBAAA%2CwCAAA%2CAAAA%2CCAII%2CAAAA%2CyCAAA%2CqIAAA%2CAAAA%2CCAWJ%2CAAAA%2CyBAAA%2CiBAAA%2CAAAA%2CCAEE%2CAAAA%2CyCAAA%2CaAAA%2CAAAA%2CCAGA%2CAAAA%2CyCAAA%2CoJAAA%2CAAAA%2CCAUA%2CAAAA%2CyCAAA%2CeAAA%2CAAAA%2CCAKF%2CAAAA%2CkBAAA%2C2BAAA%2CAAAA%2CCAKA%2CAAAA%2C6BAAA%2C4DAAA%2CAAAA%2CCAKI%2CAAAA%2C6CAAA%2CqIAAA%2CAAAA%2CCAYJ%2CAAAA%2C6BAAA%2CuCAAA%2CAAAA%2CCAII%2CAAAA%2C6CAAA%2CqIAAA%2CAAAA%2CCAYJ%2CAAAA%2CgCAAA%2C4DAAA%2CAAAA%2CCAIE%2CAAAA%2CuCAAA%2CmEAAA%2CAAAA%2CCAMA%2CAAAA%2CgDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CqHAAA%2CAAAA%2CCASA%2CAAAA%2CgDAAA%2CuIAAA%2CAAAA%2CCASA%2CAAAA%2CuDAAA%2CsDAAA%2CAAAA%2CCCvQF%2CAACE%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCCAF%2CAAEE%2CAAAA%2CYAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCAOF%2CAAAA%2CkBAAA%2CqEAAA%2CAAAA%2CCAME%2CA%2FImCE%2CyBAAA%2CsCAAA%2CmDAAA%2CAAAA%2CCAAA%2CC%2BI3BF%2CAAAA%2C2BAAA%2CeAAA%2CAAAA%2CC%2FI2BE%2CyBAAA%2C2BAAA%2CoEAAA%2CAAAA%2CCAAA%2CCAAA%2CyBAAA%2C2BAAA%2CcAAA%2CAAAA%2CCAAA%2CC%2BIhBA%2CAAAA%2CgCAAA%2CiBAAA%2CAAAA%2CCAGA%2CAAAA%2CkCAAA%2CqFAAA%2CAAAA%2CCC%2FCJ%2CAAAA%2CqBAAA%2CouBAAA%2CAAAA%2CCA0BI%2CAAAA%2CyBAAA%2C2hBAAA%2CAAAA%2CCAgBJ%2CAAAA%2C4BAAA%2C%2B4BAAA%2CAAAA%2CCA0BC%2CAAAA%2CyBAAA%2CcAAA%2CAAAA%2CCAMD%2CAAAA%2C4BAAA%2C%2B4BAAA%2CAAAA%2CCA2BA%2CAAAA%2CsHAAA%2CiNAAA%2CAAAA%2CCASA%2CAAAA%2CsGAAA%2C2BAAA%2CAAAA%2CCAKI%2CAAAA%2C8GAAA%2C2hBAAA%2CAAAA%2CCAgBJ%2CAACI%2CAAAA%2CmCAAA%2C%2BCAAA%2CAAAA%2CCAII%2CAAAA%2CuCAAA%2C4iBAAA%2CAAAA%2CCAiBJ%2CAACI%2CAACI%2CAAAA%2C2CAAA%2C4BAAA%2CAAAA%2CCAGI%2CAAAA%2C%2BCAAA%2CyiBAAA%2CAAAA%2CCC9JhB%2CAAAA%2CUAAA%2CoBAAA%2CAAAA%2CCAGC%2CAAAA%2C8CAAA%2CoBAAA%2CAAAA%2CCAKA%2CAACC%2CAACC%2CAAAA%2CqCAAA%2CyKAAA%2CAAAA%2CCAWD%2CAACC%2CAAAA%2CmCAAA%2CyKAAA%2CAAAA%2CCjJmDC%2C4BiJrCF%2CAACC%2CAAAA%2C8BAAA%2CoBAAA%2CAAAA%2CCAID%2CAACC%2CAAAA%2C%2BBAAA%2CwCAAA%2CAAAA%2CCAMD%2CAAAA%2CuBAAA%2CoBAAA%2CAAAA%2CCAAA%2CCChDF%2CAACI%2CAAAA%2CqBAAA%2CoBAAA%2CAAAA%2CCAGA%2CAAAA%2CkBAAA%2CgFAAA%2CAAAA%2CCAKA%2CAAAA%2CgBAAA%2CoBAAA%2CAAAA%2CCAKA%2CyBACI%2CAAAA%2CeAAA%2CeAAA%2CAAAA%2CCAAA%2CCCfR%2CAAAA%2CUAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CQAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CWAAA%2CaAAA%2CAAAA%2CCCRA%2CAACC%2CAAAA%2CiDAAA%2CsBAAA%2CAAAA%2CCAKD%2CAACC%2CAAAA%2CkDAAA%2CiCAAA%2CAAAA%2CCAGA%2CAACC%2CAAAA%2CsEAAA%2C4IAAA%2CAAAA%2CCpJ8DE%2C6BAAA%2CsEAAA%2CeAAA%2CAAAA%2CCAAA%2CCoJ9CH%2CAAAA%2CwlBAAA%2CsBAAA%2CAAAA%2CCAGA%2CAAAA%2CoDAAA%2CkBAAA%2CAAAA%2CC3K9BD%2CA2KuCA%2CAAAA%2CaAAA%2CsBAAA%2CAAAA%2CCAIA%2CAACC%2CAAAA%2C2EAAA%2C6BAAA%2CAAAA%2CCAGA%2CAAAA%2CmFAAA%2C2BAAA%2CAAAA%2CCC%2FCD%2CAAAA%2CkCAAA%2CmBAAA%2CAAAA%2CCAEC%2CAACC%2CAAAA%2CsDAAA%2CcAAA%2CAAAA%2CCAGA%2CAAAA%2C0GAAA%2CgEAAA%2CAAAA%2CCAOA%2CAAAA%2CqDAAA%2CqOAAA%2CAAAA%2CCASA%2CAAAA%2CqDAAA%2CwIAAA%2CAAAA%2CCASD%2CAAAA%2C6CAAA%2C6DAAA%2CAAAA%2CCAGC%2CAAAA%2CoDAAA%2CyIAAA%2CAAAA%2CCAMD%2CAAAA%2CwCAAA%2CyUAAA%2CAAAA%2CCAUI%2CAAAA%2CmDAAA%2C6EAAA%2CAAAA%2CCrJuBD%2C6BAAA%2CmDAAA%2CgBAAA%2CAAAA%2CCAAA%2CCqJdC%2CAAAA%2CmDAAA%2CsIAAA%2CAAAA%2CCrJcD%2C6BAAA%2CmDAAA%2C2BAAA%2CAAAA%2CCAAA%2CCqJLE%2CAAAA%2CuDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CmEAAA%2CmBAAA%2CAAAA%2CCAGC%2CAAAA%2CyEAAA%2CwCAAA%2CAAAA%2CCAMD%2CAAAA%2CwDAAA%2CmBAAA%2CAAAA%2CCASN%2C6BAAA%2CAAEI%2CAACI%2CAAAA%2CmDAAA%2CeAAA%2CAAAA%2CCAIA%2CAAAA%2C2CAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAQR%2CmDAEI%2CAAAA%2CmDAAA%2CgBAAA%2CAAAA%2CCAAA%2CCC3GJ%2CAACC%2CAACC%2CAAAA%2C8BAAA%2CYAAA%2CAAAA%2CCAKD%2CAAAA%2C%2BBAAA%2CoBAAA%2CAAAA%2CCACC%2CAAAA%2CsCAAA%2C%2BJAAA%2CAAAA%2CCAQA%2CAAAA%2CmCAAA%2CuCAAA%2CAAAA%2CCAKA%2CAAAA%2CmCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2CgHAAA%2CAAAA%2CCAYD%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CwGAAA%2CmSAAA%2CAAAA%2CCAeA%2CAAAA%2C6CAAA%2CuGAAA%2CAAAA%2CCAQA%2CAAAA%2CuCAAA%2CcAAA%2CAAAA%2CCAGA%2CAAAA%2C4FAAA%2CqEAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CgGAAA%2CAAAA%2CCASD%2CAACC%2CAACC%2CAAAA%2C0CAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CkIAAA%2CoSAAA%2CAAAA%2CCAeA%2CAAAA%2C0DAAA%2CuGAAA%2CAAAA%2CCAQA%2CAAAA%2CoDAAA%2CcAAA%2CAAAA%2CCAGA%2CAAAA%2CsHAAA%2CsEAAA%2CAAAA%2CCAIA%2CAAAA%2C2CAAA%2CgGAAA%2CAAAA%2CCCtHF%2CAAAA%2CUAAA%2CiEAAA%2CAAAA%2CCAMI%2CAAAA%2CoBAAA%2CwBAAA%2CAAAA%2CCAGC%2CAAAA%2C2BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CkBAAA%2CAAAA%2CC7JLH%2CAAAA%2CwEAAA%2CiBAAA%2CAAAA%2CC6JaE%2CAACI%2CAAAA%2CsCAAA%2CmKAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2C2CAAA%2CAAAA%2CCAKJ%2CAAAA%2C4BAAA%2CoQAAA%2CAAAA%2CCAUI%2CAAAA%2CiCAAA%2CiQAAA%2CAAAA%2CCAWA%2CAACI%2CAAAA%2CsCAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2CsGAAA%2C2FAAA%2CAAAA%2CCAKA%2CAAAA%2CsGAAA%2C8FAAA%2CAAAA%2CCAKA%2CAAAA%2CmDAAA%2CqBAAA%2CAAAA%2CCAKA%2CAAAA%2CmDAAA%2CkEAAA%2CAAAA%2CCAKA%2CAAAA%2CmDAAA%2C0BAAA%2CAAAA%2CCAKA%2CAAAA%2CmDAAA%2C0BAAA%2CAAAA%2CCAKD%2CAAAA%2CmDAAA%2CsBAAA%2CAAAA%2CCAKC%2CAAAA%2CmDAAA%2CmEAAA%2CAAAA%2CCAUZ%2CAAAA%2C%2BBAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CiCAAA%2C8CAAA%2CAAAA%2CCAMJ%2CyBAEI%2CAAAA%2CsCAAA%2CmDAAA%2CAAAA%2CCAAA%2CCAMJ%2CyBAEI%2CAAAA%2CUAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CoCAAA%2CAAAA%2CCAAA%2CCAKJ%2CqCAEI%2CAAAA%2C%2BCAAA%2CmDAAA%2CAAAA%2CCAAA%2CCC5IJ%2CAAEC%2CAAAA%2CgCAAA%2CsBAAA%2CAAAA%2CCAGA%2CAAAA%2C6BAAA%2C0GAAA%2CAAAA%2CCAOA%2CAAAA%2CmCAAA%2CqDAAA%2CAAAA%2CCxJgDG%2C0BAAA%2CkBAAA%2CiBAAA%2CAAAA%2CCAAA%2CCyJ5DJ%2CAACC%2CAAAA%2CgBAAA%2C8DAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2C2CAAA%2CAAAA%2CCAGC%2CAAAA%2C8BAAA%2CqRAAA%2CAAAA%2CCAcA%2CAAAA%2CoCAAA%2CcAAA%2CAAAA%2CCAOA%2CAAAA%2C4DAAA%2CkEAAA%2CAAAA%2CCAOD%2CAAAA%2C8CAAA%2CyBAAA%2CAAAA%2CCAEC%2CAAAA%2CoDAAA%2CsFAAA%2CAAAA%2CCAKD%2CAAAA%2CyBAAA%2CwGAAA%2CAAAA%2CCAOC%2CAAAA%2CgCAAA%2C2MAAA%2CAAAA%2CCAcD%2CAAAA%2CyBAAA%2C%2BDAAA%2CAAAA%2CCAKC%2CAAAA%2C8DAAA%2CyEAAA%2CAAAA%2CCCzFF%2CAAEC%2CAAAA%2CkBAAA%2CqFAAA%2CAAAA%2CCASD%2CAAAA%2C6BAAA%2C4GAAA%2CAAAA%2CCAOA%2CAAAA%2CkCAAA%2C6BAAA%2CAAAA%2CCAKA%2CAAAA%2CoBAAA%2CiGAAA%2CAAAA%2CCAOA%2CAACC%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CiCAAA%2CgBAAA%2CAAAA%2CCAGA%2CAAAA%2CgCAAA%2CsGAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAACC%2CAACC%2CAAAA%2C4CAAA%2CmDAAA%2CAAAA%2CCAMA%2CAAAA%2CgDAAA%2C6BAAA%2CAAAA%2CCAEC%2CAAAA%2CkDAAA%2C4FAAA%2CAAAA%2CCAKA%2CAAAA%2CkQAAA%2CgKAAA%2CAAAA%2CCCxDA%2CAAAA%2CKAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CKAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CKAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CKAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CKAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CKAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CKAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CKAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CKAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CMAAA%2CoFAAA%2CAAAA%2CC3J8CA%2CyB2JvDA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CoFAAA%2CAAAA%2CCAAA%2CC3J8CA%2CyB2JvDA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CoFAAA%2CAAAA%2CCAAA%2CC3J8CA%2CyB2JvDA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CoFAAA%2CAAAA%2CCAAA%2CC3J8CA%2C0B2JvDA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CQAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CoFAAA%2CAAAA%2CCAAA%2CC3J8CA%2C0B2JvDA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CUAAA%2CoFAAA%2CAAAA%2CCAAA%2CC3J8CA%2C0B2JvDA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CSAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CUAAA%2CoFAAA%2CAAAA%2CCAAA%2CC3J8CA%2C0B2JvDA%2CAAAA%2CUAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CUAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CUAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CUAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CUAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CUAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CUAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CUAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CUAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CWAAA%2CoFAAA%2CAAAA%2CCAAA%2CC3J8CA%2C0B2JvDA%2CAAAA%2CYAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CYAAA%2CiFAAA%2CAAAA%2CCACA%2CAAAA%2CaAAA%2CoFAAA%2CAAAA%2CCAAA%2CCCZJ%2CAAEE%2CAAAA%2CaAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CmBAAA%2CAAAA%2CCAEE%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAMF%2CAAAA%2CaAAA%2CiCAAA%2CAAAA%2CCAIE%2CAAAA%2CeAAA%2C2CAAA%2CAAAA%2CCAGE%2CAAAA%2C2BAAA%2CiBAAA%2CAAAA%2CCAMJ%2CAACE%2CAAAA%2CcAAA%2C4CAAA%2CAAAA%2CCAKA%2CAAAA%2CcAAA%2CcAAA%2CAAAA%2CCAGA%2CAAAA%2CaAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CiBAAA%2C%2BEAAA%2CAAAA%2CCASF%2CAAAA%2CeAAA%2C6CAAA%2CAAAA%2CCAIE%2CAAAA%2C0BAAA%2CuCAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2C%2BEAAA%2CAAAA%2CCAQA%2CAAAA%2C8BAAA%2C0DAAA%2CAAAA%2CCAIE%2CAAAA%2CgCAAA%2C0FAAA%2CAAAA%2CCAOA%2CAAAA%2CkCAAA%2C2CAAA%2CAAAA%2CCAOF%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCAMF%2CAAAA%2CcAAA%2CqDAAA%2CAAAA%2CCAIE%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CmBAAA%2CgGAAA%2CAAAA%2CCAKE%2CAAAA%2C8BAAA%2CkBAAA%2CAAAA%2CCAKF%2CAAAA%2C%2BBAAA%2C4BAAA%2CAAAA%2CCAIF%2CAAAA%2CqBAAA%2CsCAAA%2CAAAA%2CCnLhHF%2CAmLwHA%2CAACE%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCAGE%2CAAAA%2C6BAAA%2C4BAAA%2CAAAA%2CCAIF%2CAAAA%2C8CAAA%2CmFAAA%2CAAAA%2CCAMA%2CAAAA%2CmCAAA%2CuEAAA%2CAAAA%2CCnLtIF%2CAmL8IA%2CAACE%2CAAAA%2CqBAAA%2C%2BEAAA%2CAAAA%2CCAMA%2CAAAA%2CqCAAA%2CmDAAA%2CAAAA%2CCAIE%2CAAAA%2CyCAAA%2CcAAA%2CAAAA%2CCAOJ%2CAAAA%2CgBAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CcAAA%2CAAAA%2CCAIA%2CAAEE%2CAAAA%2CiEAAA%2CuLAAA%2CAAAA%2CCAMA%2CAAAA%2C8BAAA%2C2DAAA%2CAAAA%2CCAKA%2CAAAA%2CqBAAA%2C0CAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CsDAAA%2CAAAA%2CCASF%2CAAAA%2CkBAAA%2CoBAAA%2CAAAA%2CCAKA%2CAACE%2CAAAA%2C8DAAA%2C6EAAA%2CAAAA%2CCAGE%2CAAAA%2C4VAAA%2C6SAAA%2CAAAA%2CCAgBE%2CAAAA%2CgYAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CsbAAA%2CkHAAA%2CAAAA%2CCAKE%2CAAAA%2CgeAAA%2CcAAA%2CAAAA%2CCAIF%2CAAAA%2C4bAAA%2CmHAAA%2CAAAA%2CCAKE%2CAAAA%2CseAAA%2CcAAA%2CAAAA%2CCCjPR%2CAAIA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CsGAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CoBAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CqBAAA%2CqBAAA%2CAAAA%2CCAME%2CAAAA%2CgCAAA%2CoBAAA%2CAAAA%2CCAGA%2CAAAA%2C%2BBAAA%2CuBAAA%2CAAAA%2CCAHA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CyBAAA%2CsBAAA%2CAAAA%2CCAHA%2CAAAA%2C2BAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2C0BAAA%2CsBAAA%2CAAAA%2CCAHA%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CyBAAA%2CsBAAA%2CAAAA%2CCAHA%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2C%2BBAAA%2CsBAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAGA%2CAAAA%2CkCAAA%2CwBAAA%2CAAAA%2CCAHA%2CAAAA%2CyBAAA%2CoBAAA%2CAAAA%2CCAGA%2CAAAA%2C4BAAA%2CuBAAA%2CAAAA%2CCAHA%2CAAAA%2C0BAAA%2CoBAAA%2CAAAA%2CCAGA%2CAAAA%2C6BAAA%2CuBAAA%2CAAAA%2CCAHA%2CAAAA%2CyBAAA%2CoBAAA%2CAAAA%2CCAGA%2CAAAA%2C4BAAA%2CuBAAA%2CAAAA%2CCAHA%2CAAAA%2C%2BBAAA%2CoBAAA%2CAAAA%2CCAGA%2CAAAA%2CkCAAA%2CuBAAA%2CAAAA%2CCAOF%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCpL1CA%2CAoLiDA%2CAAAA%2CWAAA%2C4DAAA%2CAAAA%2CCAMA%2CAAAA%2CoBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CmBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CiBAAA%2CwcAAA%2CAAAA%2CCpL%2FDA%2CAoL8EA%2CAAAA%2CwBAAA%2CmDAAA%2CAAAA%2CCAMA%2CAAAA%2CYAAA%2C%2BBAAA%2CAAAA%2CCAKA%2CAAAA%2COAAA%2CsFAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BBAAA%2CmCAAA%2CAAAA%2CCAEE%2CAAAA%2CsCAAA%2C2HAAA%2CAAAA%2CCAYF%2CAAAA%2CcAAA%2CqBAAA%2CAAAA%2CCAEE%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCpL%2FGF%2CAoLsHA%2CAAAA%2CcAAA%2CgCAAA%2CAAAA%2CCAGA%2CAAAA%2CaAAA%2CmCAAA%2CAAAA%2CCAOA%2CAAAA%2C0BAAA%2CuEAAA%2CAAAA%2CCAMI%2CAAAA%2CiCAAA%2CmBAAA%2CAAAA%2CC7J7DA%2C4B6JkEI%2CAAAA%2C8BAAA%2CcAAA%2CAAAA%2CCAAA%2CC7J%2FEJ%2CyBAAA%2C0BAAA%2CgBAAA%2CAAAA%2CCAAA%2CC6JyFJ%2CAAAA%2CyBAAA%2CoDAAA%2CAAAA%2CC7J5EI%2C4BAAA%2CyBAAA%2C2BAAA%2CAAAA%2CCAAA%2CCAbA%2CyBAAA%2CyBAAA%2CsCAAA%2CAAAA%2CCAAA%2CC6JyGA%2CAAAA%2CoCAAA%2CqDAAA%2CAAAA%2CCAMA%2CAAAA%2CyDAAA%2CkBAAA%2CAAAA%2CCCzKJ%2CAAGE%2CAAGE%2CAACE%2CAAAA%2C%2BCAAA%2CiBAAA%2CAAAA%2CCAKF%2CAACE%2CAAKF%2CAAMJ%2CAAAA%2CsHAAA%2C0CAAA%2CAAAA%2CCC1BA%2CAAAA%2CqBAAA%2C0EAAA%2CAAAA%2CCAMC%2CAAAA%2CyDAAA%2C2FAAA%2CAAAA%2CCAUD%2CAAAA%2CYAAA%2CgWAAA%2CAAAA%2CCCdA%2CAAAA%2CcAAA%2CgBAAA%2CAAAA%2CCCDA%2CAAEE%2CAAAA%2C%2BBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CoDAAA%2CAAAA%2CCAKA%2CAAAA%2CiCAAA%2C%2BBAAA%2CAAAA%2CCAMA%2CAAAA%2CiCAAA%2C8GAAA%2CAAAA%2CCAQE%2CAAAA%2C6CAAA%2C2CAAA%2CAAAA%2CCAIA%2CAAAA%2CkDAAA%2C8CAAA%2CAAAA%2CCAMF%2CAAAA%2CgCAAA%2C2EAAA%2CAAAA%2CCAKE%2CAAAA%2CiDAAA%2CyBAAA%2CAAAA%2CCAKF%2CAAAA%2CgCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CiCAAA%2CyNAAA%2CAAAA%2CCjKUE%2CyBiKOA%2CAAAA%2CiCAAA%2CsXAAA%2CAAAA%2CCAaA%2CAAAA%2CiCAAA%2CyGAAA%2CAAAA%2CCAMA%2CAAAA%2CgCAAA%2CsQAAA%2CAAAA%2CCAAA%2CCjKbA%2C4BiK2BA%2CAAAA%2CgCAAA%2CgBAAA%2CAAAA%2CCAGA%2CAAAA%2CiCAAA%2CgCAAA%2CAAAA%2CCAAA%2CCCrGJ%2CAAAA%2CgBAAA%2CkBAAA%2CAAAA%2CCAGE%2CAAAA%2CsBAAA%2C4FAAA%2CAAAA%2CCAKA%2CAAAA%2CsBAAA%2CqCAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2C2FAAA%2CAAAA%2CCAQE%2CAAAA%2CmCAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2CgBAAA%2CAAAA%2CCAIF%2CAAAA%2CqDAAA%2C6DAAA%2CAAAA%2CCChCF%2CAAEE%2CAAAA%2C2BAAA%2CkQAAA%2CAAAA%2CCAOE%2CAAAA%2CoCAAA%2CkMAAA%2CAAAA%2CCAYE%2CAAAA%2C2CAAA%2C4BAAA%2CAAAA%2CCAMJ%2CAAAA%2CiCAAA%2CmDAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C2FAAA%2CAAAA%2CCAQE%2CAAAA%2CoCAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CiCAAA%2CgBAAA%2CAAAA%2CCCrDJ%2CAAAA%2CkCAAA%2CqBAAA%2CAAAA%2CCAKE%2CAAAA%2CyCAAA%2CkKAAA%2CAAAA%2CCpKsDE%2CyBAAA%2CyCAAA%2CYAAA%2CAAAA%2CCAAA%2CCoKtCF%2CAAAA%2CuCAAA%2CkHAAA%2CAAAA%2CCpKmDE%2C4BAAA%2CuCAAA%2CsEAAA%2CAAAA%2CCAAA%2CCAbA%2CyBoKpBA%2CAAAA%2CwDAAA%2CmBAAA%2CAAAA%2CCAGE%2CAAAA%2CoGAAA%2C2BAAA%2CAAAA%2CCAIE%2CAAAA%2C2GAAA%2C6CAAA%2CAAAA%2CCAKA%2CAAAA%2C0GAAA%2CsDAAA%2CAAAA%2CCAMF%2CAAAA%2C%2BFAAA%2C8CAAA%2CAAAA%2CCAAA%2CCAQJ%2CAACE%2CAAAA%2C8FAAA%2CuBAAA%2CAAAA%2CCAKF%2CAAAA%2CwCAAA%2CqBAAA%2CAAAA%2CCpKZE%2CyBAAA%2CwCAAA%2CsBAAA%2CAAAA%2CCAAA%2CCAaA%2C4BAAA%2CwCAAA%2CmBAAA%2CAAAA%2CCoKQE%2CAAAA%2CoDAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAMJ%2CAAAA%2C4CAAA%2C0EAAA%2CAAAA%2CCpKdE%2C4BAAA%2C4CAAA%2CwBAAA%2CAAAA%2CCAAA%2CCoK2BA%2CAAAA%2CmDAAA%2CmMAAA%2CAAAA%2CCpK3BA%2C4BAAA%2CmDAAA%2C6CAAA%2CAAAA%2CCAAA%2CCoK2CA%2CAAAA%2CkDAAA%2CkOAAA%2CAAAA%2CCpK3CA%2C4BAAA%2CkDAAA%2CsDAAA%2CAAAA%2CCAAA%2CCoKiEJ%2CAAAA%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAKE%2CAAAA%2CqCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2CyEAAA%2CAAAA%2CCpKvFE%2CyBAAA%2CsCAAA%2CwFAAA%2CAAAA%2CCAAA%2CCoKuGF%2CAAAA%2CyCAAA%2CyEAAA%2CAAAA%2CCpK1FE%2C4BAAA%2CyCAAA%2CqCAAA%2CAAAA%2CCAAA%2CCoKuGA%2CAAAA%2CgDAAA%2C4GAAA%2CAAAA%2CCpKpHA%2CyBAAA%2CgDAAA%2C4FAAA%2CAAAA%2CCAAA%2CCAaA%2C4BAAA%2CgDAAA%2CwGAAA%2CAAAA%2CCAAA%2CCoKiIF%2CAAAA%2CoCAAA%2CsHAAA%2CAAAA%2CCpKjIE%2C4BAAA%2CoCAAA%2CsEAAA%2CAAAA%2CCAAA%2CCqKzEJ%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2COAAA%2CwGAAA%2CAAAA%2CCAOA%2CAAAA%2COAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2CaAAA%2CiLAAA%2CAAAA%2CCAUA%2CAAAA%2COAAA%2C2CAAA%2CAAAA%2CCAKA%2CAAAA%2CwJAAA%2C6BAAA%2CAAAA%2CCAOA%2CAAAA%2CmBAAA%2C8CAAA%2CAAAA%2CCAKA%2CAAAA%2CiBAAA%2C8EAAA%2CAAAA%2CCAOA%2CAAAA%2COAAA%2CkFAAA%2CAAAA%2CCAMA%2CAAAA%2CWAAA%2C2EAAA%2CAAAA%2CCAOA%2CAAAA%2CeAAA%2C0DAAA%2CAAAA%2CCAKA%2CAAAA%2CgCAAA%2C8CAAA%2CAAAA%2CCAKA%2CAAAA%2COAAA%2CqDAAA%2CAAAA%2CCAMA%2CAAAA%2CkBAAA%2C%2BBAAA%2CAAAA%2CCAKA%2CAAAA%2CwDAAA%2C8CAAA%2CAAAA%2CCAOA%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2CkBAAA%2C0HAAA%2CAAAA%2CCAMA%2CAAAA%2CmCAAA%2C4CAAA%2CAAAA%2CCrKvCI%2C4BAAA%2CmCAAA%2CsBAAA%2CAAAA%2CCAAA%2CCqKgDJ%2CAAAA%2CgBAAA%2C6IAAA%2CAAAA%2CCAKI%2CAAAA%2CgCAAA%2CyBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CiBAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CiIAAA%2CAAAA%2CCAUA%2CAAAA%2CUAAA%2C4SAAA%2CAAAA%2CCAgBA%2CAAAA%2CsEAAA%2CwGAAA%2CAAAA%2CCAQA%2CAAAA%2CuCAAA%2C0DAAA%2CAAAA%2CCAMA%2CAAAA%2CmNAAA%2CiBAAA%2CAAAA%2CCAQA%2CAAAA%2CwJAAA%2C6BAAA%2CAAAA%2CCAOA%2CAAAA%2CeAAA%2CsDAAA%2CAAAA%2CCAKI%2CAAAA%2C4BAAA%2CyBAAA%2CAAAA%2CCAMJ%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C2WAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CyEAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAEI%2CAAAA%2CkGAAA%2CqCAAA%2CAAAA%2CCAMJ%2CAAAA%2C2CAAA%2CuGAAA%2CAAAA%2CCAMA%2CAAAA%2CwBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2CwCAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CkDAAA%2CAAAA%2CCAMA%2CAAiBI%2CAAAA%2C6wBAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2C8gBAAA%2CYAAA%2CAAAA%2CCAIA%2CAAAA%2CoWAAA%2C2EAAA%2CAAAA%2CCAMA%2CAAAA%2CybAAA%2CmDAAA%2CAAAA%2CCAIA%2CAAAA%2CgSAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CuDAAA%2CwDAAA%2CAAAA%2CCAKA%2CAAAA%2CmDAAA%2C8EAAA%2CAAAA%2CCAOA%2CAAAA%2C%2BBAAA%2C%2BBAAA%2CAAAA%2CCAKA%2CAAAA%2C8BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCAQJ%2CAAAA%2C6CAAA%2CoBAAA%2CAAAA%2CCAOI%2CAAAA%2CiJAAA%2CuDAAA%2CAAAA%2CCAMA%2CAAAA%2CyGAAA%2C2BAAA%2CAAAA%2CCAGI%2CAAAA%2CmHAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiJAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6HAAA%2CsDAAA%2CAAAA%2CCAQR%2CAAAA%2CiBAAA%2C2BAAA%2CAAAA%2CCAGI%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAAAA%2C%2BBAAA%2C2DAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CqHAAA%2CsBAAA%2CAAAA%2CCAOJ%2CAAAA%2CkBAAA%2C2DAAA%2CAAAA%2CCAKA%2CAAAA%2CgFAAA%2CkDAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CqBAAA%2C2JAAA%2CAAAA%2CCASI%2CAAAA%2CuDAAA%2CcAAA%2CAAAA%2CCAKJ%2CAAAA%2CuBAAA%2C6KAAA%2CAAAA%2CCAOI%2CAAAA%2CoCAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2CsBAAA%2C0OAAA%2CAAAA%2CCASI%2CAAAA%2C0BAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2C2FAAA%2CyDAAA%2CAAAA%2CCAOA%2CAAAA%2CqBAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2C8BAAA%2CqCAAA%2CAAAA%2CCAKJ%2CAAAA%2C2BAAA%2CgBAAA%2CAAAA%2CC5LrcA%2CA4L%2BcA%2CAAAA%2CgCAAA%2CiBAAA%2CAAAA%2CCAKA%2CAAAA%2CcAAA%2CsEAAA%2CAAAA%2CCAII%2CAAAA%2C0BAAA%2CiCAAA%2CAAAA%2CCAKA%2CAAAA%2C8CAAA%2CiGAAA%2CAAAA%2CCAQJ%2CAAAA%2C0BAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAGI%2CAAAA%2CgGAAA%2CkFAAA%2CAAAA%2CCAQJ%2CAAAA%2CqCAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CgEAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CoGAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BIAAA%2CkBAAA%2CAAAA%2CCAOA%2CAAAA%2C6DAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAAAA%2CoCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmNAAA%2C6GAAA%2CAAAA%2CCASA%2CAAAA%2CmJAAA%2C6GAAA%2CAAAA%2CCAQA%2CAAAA%2CmCAAA%2CeAAA%2CAAAA%2CCAGI%2CAAAA%2C6EAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CcAAA%2C%2BDAAA%2CAAAA%2CCAKA%2CAAAA%2CyDAAA%2CuDAAA%2CAAAA%2CCAOA%2CAAAA%2CuCAAA%2CmBAAA%2CAAAA%2CCAMA%2CAAAA%2CsBAAA%2CeAAA%2CAAAA%2CCAGI%2CAAAA%2C6BAAA%2C4JAAA%2CAAAA%2CCAUA%2CAAAA%2CuCAAA%2CkGAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2CmGAAA%2CAAAA%2CCAMJ%2CAAAA%2C8CAAA%2C0EAAA%2CAAAA%2CCAMI%2CAAAA%2CoEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CuFAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CwHAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CsGAAA%2CyBAAA%2CAAAA%2CCAQR%2CAACI%2CAAAA%2C4CAAA%2C0CAAA%2CAAAA%2CCAII%2CAAAA%2CkDAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CuHAAA%2CaAAA%2CAAAA%2CCASR%2CAAAA%2CyBAAA%2C0BAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2C4FAAA%2CiBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuCAAA%2C0CAAA%2CAAAA%2CCAOA%2CAAAA%2CsCAAA%2CcAAA%2CAAAA%2CCAMA%2CAAAA%2CmCAAA%2CgGAAA%2CAAAA%2CCAOA%2CAAAA%2CkBAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CeAAA%2CwCAAA%2CAAAA%2CCAMA%2CAAAA%2CmBAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CgBAAA%2CaAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CsBAAA%2CyBAAA%2CAAAA%2CCAIA%2CAAAA%2CiCAAA%2CuHAAA%2CAAAA%2CCASA%2CAAAA%2CqBAAA%2C%2BBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CkFAAA%2C0FAAA%2CAAAA%2CC5L3tBJ%2CA4LmuBA%2CAAAA%2COAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CmBAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2C8DAAA%2CAAAA%2CC5LnvBA%2CAAAA%2CA4LoxBA%2C0BAAA%2CAAEI%2CAAAA%2CoBAAA%2C0MAAA%2CAAAA%2CCAIA%2CAAAA%2CmFAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CeAAA%2CoBAAA%2CAAAA%2CCAAA%2CCAYJ%2C0BAEI%2CAAAA%2CwNAAA%2CsCAAA%2CAAAA%2CCAeA%2CAAEI%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CaAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CeAAA%2CsDAAA%2CAAAA%2CCAMA%2CAAAA%2C8CAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2CkBAAA%2C%2BCAAA%2CAAAA%2CCAMA%2CAAAA%2CuCAAA%2CiGAAA%2CAAAA%2CCAQA%2CAAAA%2C2CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuEAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CyDAAA%2CAAAA%2CCAMA%2CAAAA%2CeAAA%2CkDAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CoGAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BIAAA%2CkBAAA%2CAAAA%2CCAOA%2CAAAA%2C6DAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CsCAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAKJ%2C0BAEI%2CAAAA%2CeAAA%2CsDAAA%2CAAAA%2CCAMA%2CAAAA%2CiBAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CkDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2C2CAAA%2CAAAA%2CCAKA%2CAAAA%2CuCAAA%2C0DAAA%2CAAAA%2CCAMA%2CAAAA%2CuEAAA%2CqBAAA%2CAAAA%2CCAKA%2CAAAA%2CsGAAA%2CwBAAA%2CAAAA%2CCAAA%2CCAKJ%2C0BAEI%2CAACI%2CAAAA%2CwBAAA%2C4EAAA%2CAAAA%2CCAOA%2CAAAA%2CiCAAA%2CgBAAA%2CAAAA%2CCAOJ%2CAAII%2CAACI%2CAAAA%2CkIAAA%2CsDAAA%2CAAAA%2CCAKA%2CAAAA%2CsHAAA%2CkCAAA%2CAAAA%2CCAII%2CAAAA%2CkJAAA%2CsDAAA%2CAAAA%2CCAAA%2CCAUhB%2C0BAEI%2CAACI%2CAAAA%2CsCAAA%2CaAAA%2CAAAA%2CCAGI%2CAAAA%2C4CAAA%2CaAAA%2CAAAA%2CCAAA%2CCAOZ%2CyBAEI%2CAAAA%2CmFAAA%2C%2BBAAA%2CAAAA%2CCAKA%2CAAAA%2CwBAAA%2C8CAAA%2CAAAA%2CCAAA%2CCAMJ%2C0GAEI%2CAAAA%2CgEAAA%2CeAAA%2CAAAA%2CCAAA%2CCAOJ%2CyBAEI%2CAAAA%2CeAAA%2CuCAAA%2CAAAA%2CCAKA%2CAAAA%2CkBAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CgCAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CgGAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2CoCAAA%2CAAAA%2CCAKA%2CAAAA%2CUAAA%2CmBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C4CAAA%2CmCAAA%2CAAAA%2CCAMJ%2CAAAA%2CgCAAA%2CwBAAA%2CAAAA%2CCAAA%2CCAKJ%2CyBAAA%2CAAEI%2CAACI%2CAAAA%2CsBAAA%2C8JAAA%2CAAAA%2CCAOA%2CAAAA%2CsBAAA%2CoDAAA%2CAAAA%2CCAMA%2CAAAA%2C6BAAA%2C0DAAA%2CAAAA%2CCAMA%2CAAAA%2CwCAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CsFAAA%2CAAAA%2CCAMA%2CAAAA%2CkCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CmBAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CaAAA%2CoCAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BFAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2CiBAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CeAAA%2CoCAAA%2CAAAA%2CCAKA%2CAAAA%2C4BAAA%2CaAAA%2CAAAA%2CCAIA%2CAAGI%2CAAAA%2CuHAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CUAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAACI%2CAAAA%2CyCAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2C4BAAA%2CAAAA%2CCAQR%2CAAII%2CAAAA%2CsGAAA%2CiCAAA%2CAAAA%2CCAMJ%2CAAAA%2CiDAAA%2C2CAAA%2CAAAA%2CCAKA%2CAAAA%2CmBAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CmBAAA%2CcAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CoGAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BIAAA%2CkBAAA%2CAAAA%2CCAOA%2CAAAA%2C6DAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CsCAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2C4CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C6BAAA%2CiBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2CAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CmBAAA%2CAAAA%2CCASJ%2CAAAA%2COAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CqDAAA%2CAAAA%2CCAKI%2CAAAA%2CyCAAA%2CoBAAA%2CAAAA%2CCAMJ%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAKI%2CAAAA%2CoLAAA%2CmCAAA%2CAAAA%2CCAAA%2CCAOR%2CyBAEI%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAAA%2CC5LrzCJ%2CA4Ls0CA%2CAAAA%2C8CAAA%2C2BAAA%2CAAAA%2CCAMA%2CAAII%2CAAAA%2CgDAAA%2CiBAAA%2CAAAA%2CCAGI%2CAAAA%2CoIAAA%2CmEAAA%2CAAAA%2CCAUR%2CAAAA%2CmCAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2CmCAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2CyBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CuBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C%2BDAAA%2CmCAAA%2CAAAA%2CCAMA%2CAAAA%2C4BAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2CwCAAA%2CmBAAA%2CAAAA%2CCAMJ%2CAAAA%2CuCAAA%2CyCAAA%2CAAAA%2CCAII%2CAAAA%2C2CAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2CwDAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2C2CAAA%2CoBAAA%2CAAAA%2CCAGI%2CAAAA%2CwDAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8CAAA%2CgCAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CeAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CuDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CcAAA%2CAAAA%2CCAMR%2CAAEI%2CAAAA%2CwIAAA%2C4MAAA%2CAAAA%2CCAYJ%2CAAAA%2CiCAAA%2CmBAAA%2CAAAA%2CCAKJ%2CyBACI%2CAACI%2CAACI%2CAACI%2CAAAA%2CqDAAA%2CiBAAA%2CAAAA%2CCAOZ%2CAAAA%2CQAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAKJ%2CyBACI%2CAAAA%2CYAAA%2CwBAAA%2CAAAA%2CCAKA%2CAACI%2CAACI%2CAAAA%2C2CAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CwCAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuCAAA%2CuBAAA%2CAAAA%2CCAGI%2CAAAA%2C2CAAA%2CiDAAA%2CAAAA%2CCAKA%2CAAAA%2C8CAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2CgEAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAAA%2CoCAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAQR%2CAACI%2CAAAA%2CgDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2C4BAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CiBAAA%2C4BAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2C8CAAA%2C0BAAA%2CAAAA%2CCAQJ%2CAACI%2CAAAA%2C2BAAA%2CiBAAA%2CAAAA%2CCAOJ%2CAAAA%2C%2BBAAA%2CqCAAA%2CAAAA%2CCAKA%2CyBACI%2CAAAA%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAAA%2CCAKJ%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAII%2CAAAA%2CgBAAA%2CeAAA%2CAAAA%2CCAOJ%2CAAAA%2CgCAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2CqCAAA%2CwBAAA%2CAAAA%2CCAKJ%2CAAAA%2CaAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C6BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2C2CAAA%2CAAAA%2CCAOA%2CAAAA%2CmBAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2CqBAAA%2CcAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CsHAAA%2CcAAA%2CAAAA%2CCAQJ%2CAAAA%2CgCAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2CqBAAA%2C4NAAA%2CAAAA%2CCASA%2CAAAA%2CiBAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2CsBAAA%2CkBAAA%2CAAAA%2CCAIA%2CyBAGI%2CAACI%2CAAAA%2C2CAAA%2C6DAAA%2CAAAA%2CCAOJ%2CAAAA%2C4CAAA%2CsBAAA%2CAAAA%2CCAAA%2CCAOJ%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCAIA%2CyBACI%2CAAAA%2CqBAAA%2CuEAAA%2CAAAA%2CCAAA%2CCChqDJ%2CAAAA%2C0BAAA%2CmCAAA%2CAAAA%2CCAKI%2CAAAA%2CkCAAA%2C6BAAA%2CAAAA%2CCAII%2CAAAA%2C4CAAA%2CsGAAA%2CAAAA%2CCAMI%2CAAAA%2CkHAAA%2C2BAAA%2CAAAA%2CCAOR%2CAAAA%2CoCAAA%2CuHAAA%2CAAAA%2CCAII%2CAAAA%2CgMAAA%2CsGAAA%2CAAAA%2CCAQR%2CAAEI%2CAAAA%2C4EAAA%2CiDAAA%2CAAAA%2CCAMA%2CAAAA%2CsCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CkDAAA%2CyCAAA%2CAAAA%2CCAII%2CAAAA%2C8DAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C0EAAA%2C8CAAA%2CAAAA%2CCAMJ%2CAAAA%2C8LAAA%2CiBAAA%2CAAAA%2CCAQR%2CAAAA%2CiBAAA%2CmGAAA%2CAAAA%2CCAOI%2CAAAA%2C%2BDAAA%2C8BAAA%2CAAAA%2CCAKA%2CAAAA%2CkDAAA%2CuDAAA%2CAAAA%2CCAMA%2CAAAA%2CiCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CgEAAA%2CgCAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CqCAAA%2C8FAAA%2CAAAA%2CCAOR%2CAAGI%2CAAAA%2CuDAAA%2CgNAAA%2CAAAA%2CCAWI%2CAAAA%2CwIAAA%2CaAAA%2CAAAA%2CCASR%2CAACI%2CAAAA%2C0CAAA%2CoCAAA%2CAAAA%2CCAKA%2CAAEI%2CAAAA%2C8DAAA%2CmDAAA%2CAAAA%2CCAGI%2CAAAA%2CoEAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CgEAAA%2CqCAAA%2CAAAA%2CCAMJ%2CAAAA%2C2CAAA%2CqCAAA%2CAAAA%2CCC3IA%2CAAEI%2CAACI%2CAAAA%2CoJAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8HAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiGAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CgMAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyHAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAACI%2CAAAA%2CyEAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CiEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CqDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyKAAA%2CkBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CuEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CqLAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C0BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuJAAA%2CkBAAA%2CAAAA%2CCAOA%2CAACI%2CAAAA%2C8FAAA%2CkBAAA%2CAAAA%2CCAOZ%2CAAII%2CAAAA%2CsGAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8EAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqFAAA%2CmBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2C2EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyEAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CmCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CqCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiGAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C6DAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C%2BBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CyIAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2MAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiFAAA%2CkBAAA%2CAAAA%2CCAMR%2CAAOI%2CAAAA%2C6KAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuhBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CiCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8IAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C4EAAA%2CuCAAA%2CAAAA%2CCAOA%2CAAAA%2CuDAAA%2C6BAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C2BAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CUAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2C0GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwFAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C2BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCAUR%2CAAEI%2CAAAA%2CyFAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BHAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C6FAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C6FAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CyFAAA%2C8CAAA%2CAAAA%2CCAKA%2CAAAA%2CmHAAA%2CiBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C8BAAA%2CgDAAA%2CAAAA%2CCAKA%2CAAAA%2CmEAAA%2CwEAAA%2CAAAA%2CCAII%2CAAAA%2CqJAAA%2CaAAA%2CAAAA%2CCAKJ%2CAAAA%2C%2BCAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CqKAAA%2CmBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C2CAAA%2CiBAAA%2CAAAA%2CCAGI%2CAAAA%2CiDAAA%2C2CAAA%2CAAAA%2CCAOR%2CAAAA%2CkDAAA%2C0BAAA%2CAAAA%2CCAIA%2CAAAA%2CsDAAA%2CiCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CqDAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2CgDAAA%2CAAAA%2CCAKA%2CAACI%2CAACI%2CAAAA%2C6CAAA%2CiBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuEAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CuFAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2C0BAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2CyDAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2CwCAAA%2CAAAA%2CCAGI%2CAAAA%2CqDAAA%2CoDAAA%2CAAAA%2CCAKI%2CAAAA%2C6DAAA%2C2JAAA%2CAAAA%2CCAQJ%2CAAAA%2CyDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2C0DAAA%2CAAAA%2CCAMA%2CAAAA%2C0GAAA%2CgDAAA%2CAAAA%2CCAOJ%2CAAAA%2CuCAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4BAAA%2CqBAAA%2CAAAA%2CCAGI%2CAAAA%2CqCAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2CmDAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2CMAAA%2C%2BFAAA%2CAAAA%2CCAKI%2CAAAA%2C8BAAA%2C%2BCAAA%2CAAAA%2CCAMA%2CAAAA%2CUAAA%2C0FAAA%2CAAAA%2CCAKJ%2CAAAA%2CcAAA%2CqHAAA%2CAAAA%2CCAKI%2CAAAA%2CsBAAA%2C8JAAA%2CAAAA%2CCAYA%2CAAAA%2CgCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAAAA%2CgBAAA%2C4CAAA%2CAAAA%2CCAII%2CAAAA%2CsCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2C8FAAA%2CAAAA%2CCAMA%2CAAAA%2CsBAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CmCAAA%2CAAAA%2CCAKI%2CAAAA%2C6DAAA%2CiDAAA%2CAAAA%2CCAOJ%2CAAAA%2CsBAAA%2CeAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C4DAAA%2CAAAA%2CCAKI%2CAAAA%2C8BAAA%2C2FAAA%2CAAAA%2CCAQA%2CAAAA%2C4BAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CiNAAA%2CAAAA%2CCAWJ%2CAAAA%2C4DAAA%2C4DAAA%2CAAAA%2CCAMI%2CAAAA%2C4EAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CsFAAA%2C0GAAA%2CAAAA%2CCAMR%2CAAAA%2CaAAA%2C2FAAA%2CAAAA%2CCAOI%2CAAAA%2CgCAAA%2CYAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C0EAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2CkBAAA%2CuCAAA%2CAAAA%2CCAII%2CAAAA%2C%2BFAAA%2C0BAAA%2CAAAA%2CCAMJ%2CAAAA%2C2BAAA%2CyBAAA%2CAAAA%2CCAIA%2CAAAA%2CmBAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2CiGAAA%2CAAAA%2CCAMA%2CAAAA%2CoEAAA%2C6BAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C4DAAA%2CyDAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2C6DAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CgBAAA%2CAAAA%2CCAGI%2CAAAA%2CqDAAA%2CiBAAA%2CAAAA%2CCAGI%2CAAAA%2CyDAAA%2C6DAAA%2CAAAA%2CCAMR%2CAAEI%2CAAAA%2CuIAAA%2CgHAAA%2CAAAA%2CCAQJ%2CAAEI%2CAAAA%2C2HAAA%2CaAAA%2CAAAA%2CCAKJ%2CAAAA%2C0HAAA%2CuLAAA%2CAAAA%2CCAUA%2CAAAA%2CmDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C8DAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2CkFAAA%2CAAAA%2CCAOA%2CAACI%2CAACI%2CAAAA%2C8EAAA%2CoBAAA%2CAAAA%2CCAMR%2CAAAA%2C4JAAA%2CgDAAA%2CAAAA%2CCAQJ%2CAAAA%2C0iBAAA%2CiHAAA%2CAAAA%2CCASI%2CAAAA%2CsmCAAA%2C2EAAA%2CAAAA%2CCAOA%2CAAAA%2CysCAAA%2CoCAAA%2CAAAA%2CCAKA%2CAAAA%2C2nBAAA%2CuBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CyvBAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CqtBAAA%2CgHAAA%2CAAAA%2CCAIA%2CAAAA%2CmyCAAA%2C0GAAA%2CAAAA%2CCAIA%2CAAAA%2CmyCAAA%2C2GAAA%2CAAAA%2CCAIA%2CAAAA%2C4sBAAA%2CiHAAA%2CAAAA%2CCAKJ%2CAAAA%2CeAAA%2C8JAAA%2CAAAA%2CCAII%2CAACI%2CAAAA%2C4CAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CoBAAA%2CAAAA%2CCAMR%2CAAAA%2C4EAAA%2CqJAAA%2CAAAA%2CCAII%2CAAAA%2CsYAAA%2CmCAAA%2CAAAA%2CCAII%2CAAAA%2CsbAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8XAAA%2CmBAAA%2CAAAA%2CCAGI%2CAAAA%2CobAAA%2CqBAAA%2CAAAA%2CCAGI%2CAAAA%2CszCAAA%2C0GAAA%2CAAAA%2CCAKJ%2CAAAA%2C4ZAAA%2CoBAAA%2CAAAA%2CCAGI%2CAAAA%2C8vCAAA%2C2GAAA%2CAAAA%2CCAKJ%2CAAAA%2C0xCAAA%2CsBAAA%2CAAAA%2CCAMR%2CAAAA%2CgCAAA%2CeAAA%2CAAAA%2CCAGI%2CAAAA%2CsCAAA%2CcAAA%2CAAAA%2CCAGI%2CAAAA%2CkFAAA%2C6EAAA%2CAAAA%2CCAOA%2CAAAA%2C6CAAA%2C4CAAA%2CAAAA%2CCAII%2CAAAA%2CkGAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CuBAAA%2CAAAA%2CCAKJ%2CAAAA%2CyFAAA%2CoDAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%3B%3B%3BwBAAA%2C4DAAA%2CAAAA%2CCASJ%2CAAAA%2CoGAAA%2CiBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4EAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiBAAA%2CmHAAA%2CAAAA%2CCAII%2CAAAA%2CiDAAA%2CsCAAA%2CAAAA%2CCAMA%2CAAAA%2CgDAAA%2C6CAAA%2CAAAA%2CCAKI%2CAAAA%2C4DAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CsBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkFAAA%2CAAAA%2CCAMI%2CAAAA%2C%2BBAAA%2CqKAAA%2CAAAA%2CCAYA%2CAAAA%2CsDAAA%2CuFAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CsFAAA%2CAAAA%2CCAIA%2CAAAA%2CoEAAA%2C0DAAA%2CAAAA%2CCAOJ%2CAAAA%2CyBAAA%2C0DAAA%2CAAAA%2CCAKI%2CAAAA%2CiCAAA%2CqSAAA%2CAAAA%2CCAcA%2CAAAA%2CsCAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CuEAAA%2CAAAA%2CCAOA%2CAAAA%2CgCAAA%2CuDAAA%2CAAAA%2CCAKI%2CAAAA%2CkDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CiBAAA%2CAAAA%2CCAMR%2CAAAA%2CoCAAA%2CiCAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CoCAAA%2CoEAAA%2CAAAA%2CCAII%2CAAAA%2CiDAAA%2CwFAAA%2CAAAA%2CCAQJ%2CAAAA%2CgEAAA%2CuFAAA%2CAAAA%2CCAMR%2CAAAA%2CaAAA%2CmEAAA%2CAAAA%2CCAKI%2CAAAA%2C4BAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2CmJAAA%2CAAAA%2CCASI%2CAAAA%2C4BAAA%2CsQAAA%2CAAAA%2CCAaA%2CAAAA%2C2BAAA%2CiEAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2C4CAAA%2CuGAAA%2CAAAA%2CCAQA%2CAAAA%2CyCAAA%2CgDAAA%2CAAAA%2CCAOJ%2CAAAA%2CqHAAA%2C2CAAA%2CAAAA%2CCAOA%2CAAAA%2C8EAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAAA%2CmBAAA%2CkCAAA%2CAAAA%2CCAKA%2CAAAA%2CqCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C8DAAA%2C2BAAA%2CAAAA%2CCAKA%2CAAAA%2CiDAAA%2C4BAAA%2CAAAA%2CCAOR%2CAAEI%2CAAAA%2C%2BCAAA%2C2GAAA%2CAAAA%2CCAOI%2CAACI%2CAAAA%2CgQAAA%2CmGAAA%2CAAAA%2CCAQJ%2CAAAA%2CoHAAA%2CyBAAA%2CAAAA%2CCAKA%2CAAAA%2CuEAAA%2CgJAAA%2CAAAA%2CCAKI%2CAAAA%2C6FAAA%2CaAAA%2CAAAA%2CCAKJ%2CAAAA%2CqEAAA%2CwBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CmFAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C6FAAA%2CwGAAA%2CAAAA%2CCAMI%2CAAAA%2CoOAAA%2CoBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CoDAAA%2CmDAAA%2CAAAA%2CCAKI%2CAAAA%2C%2BDAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2C6DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CuFAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CgEAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2CkFAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAAAA%2CoEAAA%2CmCAAA%2CAAAA%2CCAMJ%2CAAAA%2CyDAAA%2CmBAAA%2CAAAA%2CCAGI%2CAAAA%2C4FAAA%2CiCAAA%2CAAAA%2CCAKA%2CAAAA%2C0EAAA%2CiCAAA%2CAAAA%2CCAKA%2CAAAA%2CiEAAA%2CwCAAA%2CAAAA%2CCAMJ%2CAAAA%2CwDAAA%2C8BAAA%2CAAAA%2CCAKA%2CAAAA%2CyCAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiBAAA%2CqCAAA%2CAAAA%2CCAII%2CAACI%2CAAAA%2CoFAAA%2C8FAAA%2CAAAA%2CCAKJ%2CAAAA%2CwHAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAAA%2CoKAAA%2CiHAAA%2CAAAA%2CCAOA%2CAAAA%2CkKAAA%2CcAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BIAAA%2C2BAAA%2CAAAA%2CCAKA%2CAAAA%2CwEAAA%2CmGAAA%2CAAAA%2CCAIA%2CAAAA%2CuEAAA%2CkGAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CqCAAA%2CAAAA%2CCAII%2CAAAA%2CsDAAA%2CoDAAA%2CAAAA%2CCAOJ%2CAAAA%2C%2BCAAA%2CiBAAA%2CAAAA%2CCAKJ%2CAAAA%2CmBAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAQI%2CAAAA%2CoUAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C4TAAA%2C6EAAA%2CAAAA%2CCAMI%2CAAAA%2CguBAAA%2CiBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4RAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwNAAA%2CuBAAA%2CAAAA%2CCAUA%2CAACI%2CAAAA%2C2FAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuCAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C%2BDAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAII%2CAACI%2CAAAA%2CwsBAAA%2CiCAAA%2CAAAA%2CCAKA%2CAAAA%2CgtBAAA%2CgBAAA%2CAAAA%2CCAOZ%2CAACI%2CAAEI%2CAAAA%2CoJAAA%2CgBAAA%2CAAAA%2CCAOR%2CAACI%2CAACI%2CAACI%2CAAAA%2CyJAAA%2CqCAAA%2CAAAA%2CCAMA%2CAAAA%2C6GAAA%2C4BAAA%2CAAAA%2CCAKA%2CAAAA%2CwGAAA%2CmCAAA%2CAAAA%2CCAMJ%2CAAAA%2CoCAAA%2CsGAAA%2CAAAA%2CCASJ%2CAACI%2CAACI%2CAAAA%2CwFAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2C6MAAA%2CyBAAA%2CAAAA%2CCAOA%2CAAAA%2CuIAAA%2CyBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CqHAAA%2C0DAAA%2CAAAA%2CCAMJ%2CAAAA%2CiGAAA%2CoCAAA%2CAAAA%2CCAKA%2CAAAA%2CwCAAA%2CqFAAA%2CAAAA%2CCAMA%2CAAAA%2CuDAAA%2CqBAAA%2CAAAA%2CCAMR%2CAAEI%2CAAAA%2CkOAAA%2CyBAAA%2CAAAA%2CCAMA%2CAAEI%2CAAAA%2CwLAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CwKAAA%2CgBAAA%2CAAAA%2CCAGI%2CAAAA%2C4UAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CwPAAA%2CuEAAA%2CAAAA%2CCAMA%2CAAAA%2CgPAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CoLAAA%2CwBAAA%2CAAAA%2CCAWR%2CAAAA%2CoEAAA%2CgFAAA%2CAAAA%2CCAMI%2CAAAA%2C8EAAA%2C0HAAA%2CAAAA%2CCAMA%2CAAAA%2CkFAAA%2CoMAAA%2CAAAA%2CCAeJ%2CAACI%2CAAAA%2C0FAAA%2CoCAAA%2CAAAA%2CCAKA%2CAAAA%2CsEAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2C0RAAA%2C4BAAA%2CAAAA%2CCAOZ%2CAAII%2CAAAA%2CgNAAA%2C2DAAA%2CAAAA%2CCAII%2CAAAA%2CwzBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwJAAA%2CgBAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CqEAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2C2EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqEAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAAAA%2CuDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwEAAA%2CsDAAA%2CAAAA%2CCAKA%2CAAAA%2CmEAAA%2CwDAAA%2CAAAA%2CCAMI%2CAAAA%2C2JAAA%2CoGAAA%2CAAAA%2CCAUJ%2CAAAA%2CiEAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CkEAAA%2CwIAAA%2CAAAA%2CCAUA%2CAAAA%2CiEAAA%2C0CAAA%2CAAAA%2CCAII%2CAAAA%2CsEAAA%2CmCAAA%2CAAAA%2CCAII%2CAAAA%2C6EAAA%2C6BAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2C8EAAA%2CwBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CuKAAA%2C4BAAA%2CAAAA%2CCAOR%2CAACI%2CAAAA%2C4EAAA%2CwBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CmKAAA%2C4BAAA%2CAAAA%2CCAShB%2CAACI%2CAAAA%2C4BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CmBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C2BAAA%2C4CAAA%2CAAAA%2CCAKI%2CAAAA%2C0CAAA%2CkLAAA%2CAAAA%2CCAQR%2CAACI%2CAAAA%2CkEAAA%2CuDAAA%2CAAAA%2CCAMA%2CAAAA%2CwEAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2CqKAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAAAA%2CsEAAA%2CkBAAA%2CAAAA%2CCAQJ%2C0BAAA%2CAA%2FwDI%2CAAEI%2CAACI%2CAAAA%2CoJAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8HAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiGAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CgMAAA%2CoBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyHAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAACI%2CAAAA%2CyEAAA%2CoBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CiEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C%2BCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CqDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyKAAA%2CoBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CuEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CqLAAA%2CoBAAA%2CAAAA%2CCAMA%2CAAAA%2C0BAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CuJAAA%2CkBAAA%2CAAAA%2CCAOA%2CAACI%2CAAAA%2C8FAAA%2CoBAAA%2CAAAA%2CCAOZ%2CAAII%2CAAAA%2CsGAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CoBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CwBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8EAAA%2CoBAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqFAAA%2CmBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2C2EAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyEAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CmCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CqCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiGAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C6DAAA%2CoBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C%2BBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CuDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C2CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CyIAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C0EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2MAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CiFAAA%2CoBAAA%2CAAAA%2CCAMR%2CAAOI%2CAAAA%2C6KAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CuhBAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CiCAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8IAAA%2C%2BBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C4EAAA%2CyCAAA%2CAAAA%2CCAOA%2CAAAA%2CuDAAA%2C%2BBAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2C2BAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CUAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2C0GAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CwFAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C2BAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CoBAAA%2CAAAA%2CCAw5CJ%2CAAAA%2C6FAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAMJ%2C2BAEI%2CAAAA%2C6DAAA%2CwBAAA%2CAAAA%2CCAGI%2CAAAA%2CqEAAA%2CuBAAA%2CAAAA%2CCAAA%2CCAMR%2C0BAAA%2CAAtyDI%2CAAEI%2CAACI%2CAAAA%2CoJAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8HAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiGAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CgMAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyHAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAACI%2CAAAA%2CyEAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CiEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CqDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyKAAA%2CkBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CuEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CqLAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C0BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuJAAA%2CkBAAA%2CAAAA%2CCAOA%2CAACI%2CAAAA%2C8FAAA%2CkBAAA%2CAAAA%2CCAOZ%2CAAII%2CAAAA%2CsGAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8EAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqFAAA%2CmBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2C2EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyEAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CmCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CqCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiGAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C6DAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C%2BBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CyIAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2MAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiFAAA%2CkBAAA%2CAAAA%2CCAMR%2CAAOI%2CAAAA%2C6KAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuhBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CiCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8IAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C4EAAA%2CuCAAA%2CAAAA%2CCAOA%2CAAAA%2CuDAAA%2C6BAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C2BAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CUAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2C0GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwFAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C2BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCA%2B6CJ%2CAACI%2CAAAA%2C2DAAA%2CeAAA%2CAAAA%2CCAKJ%2CAAAA%2C6FAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAMJ%2C0GAEI%2CAAAA%2CeAAA%2CkCAAA%2CAAAA%2CCAII%2CAAAA%2CkCAAA%2C2CAAA%2CAAAA%2CCAMJ%2CAAAA%2CuCAAA%2CgCAAA%2CAAAA%2CCAAA%2CCAKJ%2C0BAAA%2CAAz0DI%2CAAEI%2CAACI%2CAAAA%2CoJAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8HAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CiGAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CgMAAA%2CqBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CyCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CmEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CyHAAA%2CoBAAA%2CAAAA%2CCAMJ%2CAACI%2CAACI%2CAAAA%2CyEAAA%2CqBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CiEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CqDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyKAAA%2CkBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CuEAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CqLAAA%2CqBAAA%2CAAAA%2CCAMA%2CAAAA%2C0BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuJAAA%2CkBAAA%2CAAAA%2CCAOA%2CAACI%2CAAAA%2C8FAAA%2CkBAAA%2CAAAA%2CCAOZ%2CAAII%2CAAAA%2CsGAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4BAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8EAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqFAAA%2CmBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2C2EAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyEAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CmCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CqCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiGAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C6DAAA%2CqBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C%2BBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CqBAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2CAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CyIAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0EAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C2MAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiFAAA%2CkBAAA%2CAAAA%2CCAMR%2CAAOI%2CAAAA%2C6KAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CuhBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CiCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8IAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C4EAAA%2C0CAAA%2CAAAA%2CCAOA%2CAAAA%2CuDAAA%2CgCAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C2BAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CUAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2C0GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwFAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C2BAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCAk9CJ%2CAAAA%2C6FAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAMJ%2CyBAEI%2CAAAA%2CyFAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAAA%2C6FAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAMJ%2CyBAEI%2CAAAA%2CyDAAA%2CwBAAA%2CAAAA%2CCAGI%2CAAAA%2C6FAAA%2C6EAAA%2CAAAA%2CCAMJ%2CAAAA%2C6FAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAMJ%2CyBAAA%2CAAn3DI%2CAAEI%2CAACI%2CAAAA%2CoJAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8HAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CiGAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CgMAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CyCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CmEAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyHAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAACI%2CAAAA%2CyEAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CiEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CqDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyKAAA%2CkBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CuEAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CqLAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C0BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuJAAA%2CkBAAA%2CAAAA%2CCAOA%2CAACI%2CAAAA%2C8FAAA%2CkBAAA%2CAAAA%2CCAOZ%2CAAII%2CAAAA%2CsGAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4BAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8EAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqFAAA%2CmBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2C2EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyEAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CmCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CqCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiGAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C6DAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C%2BBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2CAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CyIAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0EAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C2MAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiFAAA%2CkBAAA%2CAAAA%2CCAMR%2CAAOI%2CAAAA%2C6KAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuhBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CiCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8IAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C4EAAA%2CyCAAA%2CAAAA%2CCAOA%2CAAAA%2CuDAAA%2C6BAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C2BAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CUAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2C0GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwFAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C2BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCA4%2FCJ%2CAACI%2CAAAA%2CsMAAA%2CqBAAA%2CAAAA%2CCAMA%2CAAAA%2C6EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8DAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CgCAAA%2CAAAA%2CCAKA%2CAAAA%2CiEAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C8DAAA%2CqDAAA%2CAAAA%2CCAOJ%2CAAAA%2C6FAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2CkDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CoFAAA%2CoCAAA%2CAAAA%2CCAMA%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2C0CAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CqBAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAOR%2CyBAAA%2CAAv7DI%2CAAEI%2CAACI%2CAAAA%2CoJAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8HAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiGAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CgMAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CyCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CmEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyHAAA%2CoBAAA%2CAAAA%2CCAMJ%2CAACI%2CAACI%2CAAAA%2CyEAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CiEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CqDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyKAAA%2CkBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CuEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CqLAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C0BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuJAAA%2CkBAAA%2CAAAA%2CCAOA%2CAACI%2CAAAA%2C8FAAA%2CkBAAA%2CAAAA%2CCAOZ%2CAAII%2CAAAA%2CsGAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8EAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqFAAA%2CmBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2C2EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyEAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CmCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CqCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiGAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C6DAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C%2BBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CoDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CyIAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0EAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2MAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiFAAA%2CkBAAA%2CAAAA%2CCAMR%2CAAOI%2CAAAA%2C6KAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuhBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CiCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8IAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C4EAAA%2CuCAAA%2CAAAA%2CCAOA%2CAAAA%2CuDAAA%2C6BAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C2BAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CUAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2C0GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwFAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C2BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCAgkDJ%2CAAAA%2CyFAAA%2CqBAAA%2CAAAA%2CCAII%2CAAAA%2C6FAAA%2CqCAAA%2CAAAA%2CCAMJ%2CAAAA%2CwBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2CiEAAA%2CAAAA%2CCAKA%2CAAAA%2CyCAAA%2CiBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2DAAA%2C4DAAA%2CAAAA%2CCAMA%2CAAAA%2CmKAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuCAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CwOAAA%2CgBAAA%2CAAAA%2CCAMA%2CAAAA%2C2KAAA%2CiJAAA%2CAAAA%2CCAOA%2CAACI%2CAAAA%2C%2BEAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C6EAAA%2C6DAAA%2CAAAA%2CCAIA%2CAAAA%2C6FAAA%2CmBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2Cg1BAAA%2CgBAAA%2CAAAA%2CCAMJ%2CAAAA%2CoDAAA%2CqCAAA%2CAAAA%2CCAAA%2CCAMJ%2CyBAEI%2CAAAA%2C6FAAA%2C6DAAA%2CAAAA%2CCAKA%2CAAAA%2C6FAAA%2CgBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C8DAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2CqDAAA%2CYAAA%2CAAAA%2CCAIA%2CAAAA%2C8EAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2CaAAA%2CgBAAA%2CAAAA%2CCAGI%2CAAAA%2CqBAAA%2CcAAA%2CAAAA%2CCAKJ%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C8BAAA%2CyCAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CyCAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2C0FAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2C8GAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwFAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CgFAAA%2CyBAAA%2CAAAA%2CCAII%2CAAAA%2C6FAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CgEAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C6FAAA%2CmBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CqLAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CiDAAA%2CgFAAA%2CAAAA%2CCAKA%2CAAAA%2C2EAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2C%2BJAAA%2CkBAAA%2CAAAA%2CCAOA%2CAAAA%2CgEAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAKJ%2CyBAEI%2CAAAA%2CoBAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CqBAAA%2CAAAA%2CCAAA%2CC9L9pEJ%2CA%2BLEA%2CAAAA%2C0BAAA%2C%2BBAAA%2CAAAA%2CCAKA%2CAAAA%2C6CAAA%2CgDAAA%2CAAAA%2CCAMA%2CAAAA%2CyBAAA%2C0DAAA%2CAAAA%2CCAKA%2CAAAA%2CyDAAA%2CmBAAA%2CAAAA%2CCAYA%2CAAAA%2C2BAAA%2CoDAAA%2CAAAA%2CCAMA%2CAAAA%2CqBAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CUAAA%2C%2BHAAA%2CAAAA%2CCAQA%2CAAAA%2CoBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CoBAAA%2CAAAA%2CCAMA%2CAAAA%2C2BAAA%2CyDAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2C4JAAA%2CAAAA%2CCAUA%2CAAAA%2C2BAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4BAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BIAAA%2CkBAAA%2CAAAA%2CCAOA%2CAAAA%2CiBAAA%2CcAAA%2CAAAA%2CCAKA%2CAAAA%2CeAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CSAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C8CAAA%2CAAAA%2CCAKA%2CAAAA%2C8EAAA%2CmBAAA%2CAAAA%2CCAKA%2CAAAA%2CKAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2CsbAAA%2CAAAA%2CCAKA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAKA%2CAAEI%2CAAAA%2CoBAAA%2C6EAAA%2CAAAA%2CCAOJ%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CSAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CSAAA%2CcAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2CoBAAA%2CmEAAA%2CAAAA%2CCAOJ%2CAAAA%2CmEAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2CwCAAA%2C6CAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CkDAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2C%2BBAAA%2CmBAAA%2CAAAA%2CCAMJ%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2CmBAAA%2CAAAA%2CC%2FL9LA%2CA%2BLqMA%2CAAmBI%2CAAAA%2CioDAAA%2C2CAAA%2CAAAA%2CC%2FLxNJ%2CA%2BL8OA%2CAAAA%2CmCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CqCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2CoCAAA%2CAAAA%2CC%2FL9PA%2CA%2BLsQA%2CAAAA%2CkBAAA%2CmBAAA%2CAAAA%2CCAKA%2CAAAA%2CmCAAA%2C6FAAA%2CAAAA%2CCAOA%2CAAAA%2CuCAAA%2CiBAAA%2CAAAA%2CCAKA%2CAAAA%2CuCAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2C6CAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2C0CAAA%2CqBAAA%2CAAAA%2CCAKA%2CAAAA%2CuBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CuBAAA%2CkEAAA%2CAAAA%2CCAMA%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CuBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CuBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CSAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CYAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CWAAA%2CeAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiBAAA%2CAAAA%2CC%2FLhWA%2CAAAA%2CA%2BL%2BWA%2CAAAA%2C4BAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACC%2CAAAA%2CoDAAA%2CoBAAA%2CAAAA%2CCAMD%2CAAAA%2CmCAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAAA%2C8BAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CUAAA%2CyBAAA%2CAAAA%2CCAIA%2CAAAA%2C0EAAA%2CmCAAA%2CAAAA%2CCAKA%2CAAAA%2C6BAAA%2CoBAAA%2CAAAA%2CC%2FL5YA%2CA%2BLoZA%2CAAAA%2CuCAAA%2CcAAA%2CAAAA%2CC%2FLpZA%2CA%2BL0ZA%2CAACI%2CAAAA%2CuDAAA%2CwDAAA%2CAAAA%2CCAMA%2CAAAA%2C2SAAA%2C8JAAA%2CAAAA%2CCASA%2CAAAA%2C2SAAA%2CwJAAA%2CAAAA%2CCAWJ%2CAAAA%2CoBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyIAAA%2CiFAAA%2CAAAA%2CCAMA%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CC%2FLncA%2CA%2BLycA%2CAACI%2CAAAA%2CcAAA%2CgBAAA%2CAAAA%2CC%2FL1cJ%2CA%2BLodA%2CAAAA%2CSAAA%2CkBAAA%2CAAAA%2CC%2FLpdA%2CA%2BL0dA%2CAAAA%2CuBAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2CyBAAA%2CAAAA%2CC%2FLleA%2CA%2BLueA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CC%2FLveA%2CA%2BL8eA%2CAAAA%2CsDAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2C8BAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2CuCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2CsBAAA%2CAAAA%2CC%2FLjgBA%2CA%2BLwgBA%2CAAAA%2CqCAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2CgBAAA%2CAAAA%2CC%2FL7gBA%2CA%2BLohBA%2CAAAA%2CiBAAA%2CgCAAA%2CAAAA%2CC%2FLphBA%2CAAAA%2CA%2BLyiBA%2CAAAA%2CqFAAA%2CqBAAA%2CAAAA%2CC%2FLziBA%2CA%2BL%2BiBA%2CAAAA%2CuGAAA%2CoBAAA%2CAAAA%2CC%2FL%2FiBA%2CA%2BLsjBA%2CAACI%2CAAAA%2CkCAAA%2CiBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CiRAAA%2CuBAAA%2CAAAA%2CCAKJ%2CAAAA%2CoJAAA%2C2CAAA%2CAAAA%2CC%2FLjkBJ%2CA%2BL0kBA%2CAACI%2CAAAA%2CkCAAA%2C2CAAA%2CAAAA%2CCAKA%2CAAAA%2C0BAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2CgCAAA%2CgBAAA%2CAAAA%2CCASJ%2CAAAA%2CiEAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CsIAAA%2CqBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CmDAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CwEAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CkEAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2CcAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CqIAAA%2C2BAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2CkEAAA%2C8CAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BEAAA%2C8BAAA%2CAAAA%2CCAKJ%2CAAAA%2CyEAAA%2C8EAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CwCAAA%2CuBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2CoDAAA%2CiBAAA%2CAAAA%2CCAKJ%2CAAAA%2C0EAAA%2CgBAAA%2CAAAA%2CCAKJ%2CyBACI%2CAACI%2CAAAA%2C2CAAA%2CiCAAA%2CAAAA%2CCAMJ%2CAAEI%2CAAAA%2CiEAAA%2CoIAAA%2CAAAA%2CCAAA%2CCAOR%2CyBACI%2CAACI%2CAAAA%2CmDAAA%2C%2BGAAA%2CAAAA%2CCAKI%2CAAAA%2CgEAAA%2C4BAAA%2CAAAA%2CCAGI%2CAAAA%2CkEAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAAAA%2CyDAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CyEAAA%2C%2BGAAA%2CAAAA%2CCAAA%2CCAWZ%2CAAAA%2CuBAAA%2CcAAA%2CAAAA%2CC%2FLttBA%2CA%2BL4tBA%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CC%2FL5tBA%2CA%2BLmuBA%2CAAAA%2CeAAA%2CwBAAA%2CAAAA%2CCAMA%2CAAAA%2C0BAAA%2CsCAAA%2CAAAA%2CC%2FLzuBA%2CA%2BLmvBA%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CC%2FLnvBA%2CAAAA%2CA%2BLmwBA%2CAAAA%2CgBAAA%2CkDAAA%2CAAAA%2CC%2FLnwBA%2CA%2BL2wBA%2CAAAA%2CwBAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2CsCAAA%2CiBAAA%2CAAAA%2CCAKA%2CAAAA%2CqBAAA%2CsBAAA%2CAAAA%2CC%2FLtxBA%2CAAAA%2CA%2BLkyBA%2CAAAA%2CiEAAA%2CiBAAA%2CAAAA%2CC%2FLlyBA%2CA%2BLyyBA%2CAAAA%2C2PAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CuBAAA%2CiBAAA%2CAAAA%2CC%2FL7yBA%2CA%2BLmzBA%2CAAAA%2CuDAAA%2CmDAAA%2CAAAA%2CCAMA%2CAAAA%2CqBAAA%2C6LAAA%2CAAAA%2CCAUA%2CAAAA%2C2BAAA%2CwIAAA%2CAAAA%2CCAOA%2CAAAA%2CwBAAA%2CuIAAA%2CAAAA%2CCAOA%2CAAAA%2C0BAAA%2CyIAAA%2CAAAA%2CCAQA%2CAAAA%2C4BAAA%2CyIAAA%2CAAAA%2CCAOA%2CAAAA%2CwBAAA%2CuIAAA%2CAAAA%2CC%2FLh2BA%2CA%2BL02BA%2CAAAA%2CgBAAA%2CqBAAA%2CAAAA%2CC%2FL12BA%2CAAAA%2CA%2BLu3BA%2CAAAA%2CwBAAA%2CoBAAA%2CAAAA%2CC%2FLv3BA%2CA%2BL%2B3BA%2CAAAA%2CyBAAA%2CkCAAA%2CAAAA%2CC%2FL%2F3BA%2CA%2BLu4BC%2CAAAA%2CwBAAA%2CkCAAA%2CAAAA%2CC%2FLv4BD%2CA%2BL84BC%2CAAAA%2CeAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CkCAAA%2CAAAA%2CCAKD%2CAAAA%2CgDAAA%2CuBAAA%2CAAAA%2CC%2FLv5BA%2CA%2BLg6BA%2CAAAA%2CcAAA%2C0BAAA%2CAAAA%2CC%2FLh6BA%2CA%2BLw6BA%2CAAAA%2C8BAAA%2CkBAAA%2CAAAA%2CC%2FLx6BA%2CA%2BL%2B6BA%2CAAAA%2CiDAAA%2CmBAAA%2CAAAA%2CC%2FL%2F6BA%2CA%2BLq7BA%2CAAAA%2C2GAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CwGAAA%2C6EAAA%2CAAAA%2CC%2FLz7BA%2CA%2BLm8BA%2CAAAA%2C2BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CcAAA%2CAAAA%2CC%2FL%2F8BA%2CA%2BLs9BA%2CAAAA%2C4EAAA%2CuBAAA%2CAAAA%2CC%2FLt9BA%2CA%2BL69BA%2CAAAA%2CgBAAA%2CiBAAA%2CAAAA%2CC%2FL79BA%2CAAAA%2CA%2BLy%2BBA%2CAAAA%2CWAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CcAAA%2CeAAA%2CAAAA%2CCAMA%2CAAAA%2CoBAAA%2CkBAAA%2CAAAA%2CC%2FLp%2FBA%2CA%2BL0%2FBA%2CAAAA%2CqBAAA%2CmDAAA%2CAAAA%2CCAMA%2CAAAA%2CwCAAA%2C4BAAA%2CAAAA%2CC%2FLhgCA%2CA%2BLwgCA%2CAAAA%2CoDAAA%2CcAAA%2CAAAA%2CC%2FLxgCA%2CA%2BL8gCA%2CAAAA%2C8CAAA%2CwPAAA%2CAAAA%2CCAeA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CoDAAA%2CqHAAA%2CAAAA%2CC%2FLliCA%2CA%2BL4iCA%2CAAAA%2C0CAAA%2CyDAAA%2CAAAA%2CC%2FL5iCA%2CA%2BLmjCA%2CAAAA%2CqBAAA%2CmDAAA%2CAAAA%2CC%2FLnjCA%2CA%2BL2jCA%2CiCACI%2CAAAA%2C0GAAA%2CmBAAA%2CAAAA%2CCAMA%2CAAAA%2COAAA%2CkBAAA%2CAAAA%2CCAGA%2CAAAA%2C8BAAA%2CkBAAA%2CAAAA%2CCAGA%2CAAEI%2CAAAA%2CoBAAA%2C8EAAA%2CAAAA%2CCAMN%2CAAAA%2CoJAAA%2C%2BBAAA%2CAAAA%2CCAMF%2CAAAA%2CuEAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CcAAA%2CyBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CiCAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAQA%2CgCAAA%2CAACI%2CAAAA%2CqCAAA%2CoBAAA%2CAAAA%2CCAGA%2CAAAA%2CmCAAA%2CoBAAA%2CAAAA%2CCAGA%2CAAAA%2CsBAAA%2CqBAAA%2CAAAA%2CCAGA%2CAAAA%2CiCAAA%2CoBAAA%2CAAAA%2CCAIH%2CAAAA%2CYAAA%2CwBAAA%2CAAAA%2CCAIG%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CgBAAA%2CAAAA%2CCAOA%2CAAAA%2CqBAAA%2CsGAAA%2CAAAA%2CCAKA%2CAAAA%2CqCAAA%2CqCAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2C2CAAA%2CAAAA%2CCAAA%2CCAWJ%2CwBAGC%2CAAAA%2CcAAA%2CyBAAA%2CAAAA%2CCAAA%2CCAUD%2C0BACI%2CAAAA%2CeAAA%2CwCAAA%2CAAAA%2CCAAA%2CCAMJ%2CyBAAA%2CAACI%2CAAAA%2CkBAAA%2CgCAAA%2CAAAA%2CCAKH%2CAAAA%2CuBAAA%2CiEAAA%2CAAAA%2CCAMD%2CAAAA%2C0BAAA%2CiBAAA%2CAAAA%2CCAAA%2CCAMA%2CAAAA%2C0BAAA%2CsBAAA%2CAAAA%2CCAIA%2CyBACI%2CAAAA%2CyBAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAKJ%2CAAAA%2CWAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2C8HAAA%2CAAAA%2CCAWA%2CAAAA%2CwDAAA%2CiHAAA%2CAAAA%2CCAKI%2CAAAA%2C%2BDAAA%2C2HAAA%2CAAAA%2CCASJ%2CAAAA%2CsCAAA%2CYAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2C4LAAA%2CAAAA%2CCAUA%2CAAAA%2CcAAA%2CaAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C%2BHAAA%2C2BAAA%2CAAAA%2CCAQJ%2CAAAA%2C%2BDAAA%2CqFAAA%2CAAAA%2CCAMA%2C0BAAA%2CAACI%2CAAAA%2C%2BDAAA%2CkBAAA%2CAAAA%2CCAIH%2CAAAA%2CcAAA%2CyBAAA%2CAAAA%2CCAKC%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAMF%2CAAAA%2CwCAAA%2CwBAAA%2CAAAA%2CCAOA%2CAAAA%2CwBAAA%2CiBAAA%2CAAAA%2CCAKA%2CAAAA%2CuBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BBAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2CwBAAA%2CwDAAA%2CAAAA%2CCAaC%2CAAAA%2CYAAA%2CmBAAA%2CAAAA%2CCAID%2CAAAA%2CWAAA%2CeAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiBAAA%2CAAAA%2CCA6CA%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAAA%2CCAzCA%2CiDAEA%2CAAAA%2CwBAAA%2CaAAA%2CAAAA%2CCAKA%2CAAAA%2CeAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CyBAAA%2CAAAA%2CCAAA%2CCASA%2CmDAAA%2CAACA%2CAAAA%2C4IAAA%2CUAAA%2CAAAA%2CCAIA%2CAAAA%2CuEAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CuBAAA%2CgCAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2C8BAAA%2CAAAA%2CCAAA%2CCAYA%2CyBAAA%2CAACI%2CAAAA%2C%2BDAAA%2CsCAAA%2CAAAA%2CCAKH%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAID%2CAAAA%2CaAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C2BAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CqBAAA%2CgBAAA%2CAAAA%2CCASA%2CAAAA%2CuBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BBAAA%2CiBAAA%2CAAAA%2CCAMA%2CAACA%2CAAAA%2CkBAAA%2CwEAAA%2CAAAA%2CCAMA%2CAAAA%2CoCAAA%2C4BAAA%2CAAAA%2CCAKA%2CAAAA%2CiBAAA%2CqBAAA%2CAAAA%2CCAWC%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAID%2CAAAA%2C0BAAA%2CiBAAA%2CAAAA%2CCAAA%2CCAOA%2C%2BCAAA%2CAACI%2CAAAA%2C%2BDAAA%2CkBAAA%2CAAAA%2CCAIH%2CAAAA%2CkBAAA%2C2DAAA%2CAAAA%2CCAOD%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CsVAAA%2CwEAAA%2CAAAA%2CCASA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CuBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BBAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2CwBAAA%2CyDAAA%2CAAAA%2CCAMA%2CAAAA%2CwBAAA%2C4BAAA%2CAAAA%2CCAOC%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAID%2CAAAA%2CuBAAA%2CgCAAA%2CAAAA%2CCAGA%2CAAAA%2CuBAAA%2CiCAAA%2CAAAA%2CCAGA%2CAAAA%2CuBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CiCAAA%2CoCAAA%2CAAAA%2CCAMA%2CAAAA%2CyBAAA%2C6BAAA%2CAAAA%2CCAMA%2CAAAA%2C2BAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BBAAA%2C8DAAA%2CAAAA%2CCAAA%2CCAUA%2C%2BCAAA%2CAACI%2CAAAA%2C%2BDAAA%2CkBAAA%2CAAAA%2CCAKH%2CAAAA%2CgBAAA%2C8BAAA%2CAAAA%2CCAQD%2CAAAA%2CwCAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAAA%2CcAAA%2C4BAAA%2CAAAA%2CCAMA%2CAAAA%2CqBAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2CQAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2CkBAAA%2CAAAA%2CCAOA%2CAAAA%2CkBAAA%2C0DAAA%2CAAAA%2CCAOA%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CsVAAA%2CwEAAA%2CAAAA%2CCAOA%2CAAAA%2CyCAAA%2C2BAAA%2CAAAA%2CCAMA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CuBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BBAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAAA%2CwBAAA%2CyDAAA%2CAAAA%2CCAMA%2CAAAA%2CwBAAA%2CAAAA%2CAAAA%2CCAQA%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CuBAAA%2CkCAAA%2CAAAA%2CCAGA%2CAAAA%2CuBAAA%2CmCAAA%2CAAAA%2CCAGA%2CAAAA%2CuBAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CiCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2C6BAAA%2CAAAA%2CCAMA%2CAAAA%2C0BAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2C6BAAA%2CAAAA%2CCAAA%2CCAeA%2C%2BCACI%2CAACI%2CAAAA%2CgCAAA%2CqBAAA%2CAAAA%2CCAGI%2CAAAA%2CsCAAA%2C%2BDAAA%2CAAAA%2CCAQA%2CAAAA%2CyCAAA%2C2BAAA%2CAAAA%2CCAAA%2CCAUZ%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2C6DAAA%2CAAAA%2CC%2FLjtDA%2CA%2BLytDA%2CAAAA%2C6CAAA%2CgBAAA%2CAAAA%2CCAGA%2CAAAA%2CwBAAA%2CuCAAA%2CAAAA%2CC%2FL5tDA%2CA%2BLquDA%2CAACI%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCAGI%2CAAAA%2CoBAAA%2CeAAA%2CAAAA%2CCAKJ%2CAAAA%2CkBAAA%2CwEAAA%2CAAAA%2CCAMA%2CAAAA%2CoCAAA%2C4BAAA%2CAAAA%2CCAMJ%2CyBACI%2CAAKI%2CAAAA%2CoCAAA%2C6BAAA%2CAAAA%2CCAAA%2CCAWR%2CyBAAA%2CAAAA%2CAAGC%2CAAAA%2CcAAA%2CgCAAA%2CAAAA%2CCAOA%2CAAAA%2CcAAA%2CeAAA%2CAAAA%2CCAMD%2CAAAA%2CwCAAA%2CsBAAA%2CAAAA%2CCAAA%2CCAOA%2CAAAA%2CYAAA%2CgCAAA%2CAAAA%2CCAKA%2CAAAA%2COAAA%2CiBAAA%2CAAAA%2CCAIA%2CiDAAA%2CAACA%2CAAAA%2CYAAA%2CmBAAA%2CAAAA%2CCAMA%2CAAAA%2CgBAAA%2CmBAAA%2CAAAA%2CCAAA%2CC%2FLlzDA%2CA%2BL4zDA%2CAAAA%2CmEAAA%2C2GAAA%2CAAAA%2CC%2FL5zDA%2CA%2BLm0DA%2CAAAA%2CsCAAA%2C0EAAA%2CAAAA%2CCAOA%2CAAAA%2CyCAAA%2CgbAAA%2CAAAA%2CCAuBA%2CyBAAA%2CAAAA%2CAAIA%2CAAAA%2CWAAA%2CqBAAA%2CAAAA%2CCAAA%2CCAOA%2CyBAAA%2CAAAA%2CAAIA%2CAAAA%2CWAAA%2CqBAAA%2CAAAA%2CCAAA%2CCAOA%2CAAAA%2CqCAAA%2CkBAAA%2CAAAA%2CC%2FLv3DA%2CAAAA%2CAAAA%2CA%2BL84DA%2CAAAA%2CqBAAA%2CqBAAA%2CAAAA%2CCAME%2CyBAEF%2CAAAA%2CqCAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAOA%2CuBAEA%2CAAAA%2CuBAAA%2CsBAAA%2CAAAA%2CCAAA%2CCAOA%2CAACI%2CAAAA%2C8VAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CyKAAA%2C4DAAA%2CAAAA%2CCAMA%2CAAAA%2C4EAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CqFAAA%2CgBAAA%2CAAAA%2CCC17DJ%2CAAAA%2CcAAA%2CiGAAA%2CAAAA%2CCAEA%2CAAAA%2C2DAAA%2CcAAA%2CAAAA%2CCAQI%2CAAAA%2C6BAAA%2C8BAAA%2CAAAA%2CCAIJ%2CAAAA%2CsCAAA%2CmCAAA%2CAAAA%2CCAMA%2CAAAA%2C4DAAA%2CiBAAA%2CAAAA%2CCAII%2CAAAA%2CuCAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CmJAAA%2CAAAA%2CCASI%2CAAAA%2C6BAAA%2CyPAAA%2CAAAA%2CCAcJ%2CAACI%2CAAAA%2C6CAAA%2CuGAAA%2CAAAA%2CCAQA%2CAAAA%2C0CAAA%2CgDAAA%2CAAAA%2CCAOJ%2CAAAA%2C0HAAA%2C2CAAA%2CAAAA%2CCAOA%2CAAAA%2CuGAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAAA%2CoBAAA%2CkCAAA%2CAAAA%2CCAKA%2CAAAA%2CsBAAA%2C8EAAA%2CAAAA%2CCAMI%2CAACI%2CAAAA%2C8DAAA%2CmGAAA%2CAAAA%2CCAQJ%2CAAAA%2CuDAAA%2CyBAAA%2CAAAA%2CCAQR%2CAAAA%2CwBAAA%2CmCAAA%2CAAAA%2CCAII%2CAAAA%2C%2BBAAA%2CoDAAA%2CAAAA%2CCAKI%2CAAAA%2C4EAAA%2C4DAAA%2CAAAA%2CCAQJ%2CAAAA%2C8BAAA%2CcAAA%2CAAAA%2CCAGI%2CAAAA%2CkEAAA%2C6EAAA%2CAAAA%2CCAOA%2CAAAA%2CqCAAA%2C4CAAA%2CAAAA%2CCAKI%2CAAAA%2CuFAAA%2C4DAAA%2CAAAA%2CCAOA%2CAAAA%2CkFAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CuBAAA%2CAAAA%2CCAKJ%2CAAAA%2CoFAAA%2CiBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4DAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CYAAA%2CcAAA%2CAAAA%2CCAII%2CAAAA%2CQAAA%2CmJAAA%2CAAAA%2CCASI%2CAAAA%2CeAAA%2CsQAAA%2CAAAA%2CCAeR%2CAAAA%2CeAAA%2C0GAAA%2CAAAA%2CCASI%2CAAAA%2CqBAAA%2C8CAAA%2CAAAA%2CCAMJ%2CAAAA%2CaAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2C%2BLAAA%2CAAAA%2CCAYI%2CAAAA%2CaAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAAAA%2CaAAA%2CwDAAA%2CAAAA%2CCAMA%2CAAAA%2C4BAAA%2CuRAAA%2CAAAA%2CCAUA%2CAAAA%2CqCAAA%2CiBAAA%2CAAAA%2CCzK7KI%2C6ByKkLA%2CAAAA%2CkDAAA%2C%2BBAAA%2CAAAA%2CCAAA%2CCAKJ%2CyBAEI%2CAAAA%2CaAAA%2CgCAAA%2CAAAA%2CCAAA%2CCAMJ%2CyBAEI%2CAAAA%2CaAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CkBAAA%2CuBAAA%2CAAAA%2CCAAA%2CCC9QJ%2CAAAA%2CiBAAA%2C4BAAA%2CAAAA%2CCAKA%2CAAAA%2CWAAA%2CyFAAA%2CAAAA%2CCAOA%2CAAAA%2CWAAA%2CuRAAA%2CAAAA%2CCAaA%2CAAAA%2CgBAAA%2CiQAAA%2CAAAA%2CCAWA%2CAAAA%2CgCAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BBAAA%2CuCAAA%2CAAAA%2CCAKA%2CAAAA%2C0DAAA%2CSAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CYAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CYAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CoEAAA%2C2FAAA%2CAAAA%2CCAIA%2CAAAA%2CoEAAA%2C8FAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CqBAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2CkEAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2C0BAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2C0BAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2CmEAAA%2CAAAA%2CCAKA%2CAAAA%2CcAAA%2CkSAAA%2CAAAA%2CCAeE%2CAAAA%2CqBAAA%2CkDAAA%2CAAAA%2CC1KvDE%2CyBAAA%2CcAAA%2CcAAA%2CAAAA%2CCAAA%2CCAAA%2CyBAAA%2CcAAA%2CcAAA%2CAAAA%2CCAAA%2CCAAA%2C0BAAA%2CcAAA%2CcAAA%2CAAAA%2CCAAA%2CC0K4EJ%2CAACE%2CAAAA%2CqCAAA%2CmCAAA%2CAAAA%2CC1KhEE%2C6BAAA%2CqCAAA%2CqBAAA%2CAAAA%2CCAAA%2CC0KyEJ%2CAAAA%2CYAAA%2CoOAAA%2CAAAA%2CCAKE%2CAACE%2CAAAA%2CuDAAA%2CgLAAA%2CAAAA%2CCAaF%2CAAGE%2CAAAA%2CuEAAA%2CcAAA%2CAAAA%2CCAKF%2CAAAA%2C2BAAA%2C0KAAA%2CAAAA%2CCASA%2CAAAA%2CwBAAA%2CyKAAA%2CAAAA%2CCASA%2CAAAA%2C0BAAA%2C2KAAA%2CAAAA%2CCASA%2CAAAA%2C4BAAA%2C2KAAA%2CAAAA%2CCASA%2CAAAA%2CwBAAA%2CyKAAA%2CAAAA%2CCASA%2CAAAA%2C0BAAA%2CmKAAA%2CAAAA%2CCAUF%2CAAAA%2CmBAAA%2CqBAAA%2CAAAA%2CCAEE%2CAAAA%2C8BAAA%2C4EAAA%2CAAAA%2CC1K1KE%2C0BAAA%2C8BAAA%2CeAAA%2CAAAA%2CCAAA%2CC0KqLF%2CAAAA%2CoCAAA%2CkCAAA%2CAAAA%2CCAIE%2CAAAA%2CyCAAA%2C2IAAA%2CAAAA%2CCAME%2CAAAA%2C%2BCAAA%2CwBAAA%2CAAAA%2CCAMF%2CAAAA%2CwCAAA%2C4HAAA%2CAAAA%2CCAOE%2CAAAA%2C%2BCAAA%2CyBAAA%2CAAAA%2CCAON%2CAAAA%2CqBAAA%2CgBAAA%2CAAAA%2CCAGE%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCAKF%2CAACE%2CAAAA%2CyFAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2CmDAAA%2CiBAAA%2CAAAA%2CCAGA%2CAAAA%2CyBAAA%2CuBAAA%2CAAAA%2CCAKF%2CAAAA%2CiBAAA%2CqBAAA%2CAAAA%2CCAMA%2CAAAA%2CkBAAA%2C6EAAA%2CAAAA%2CCAMA%2CAAAA%2CmBAAA%2CsFAAA%2CAAAA%2CCAQA%2CAAAA%2CqBAAA%2CkTAAA%2CAAAA%2CCAWE%2CAAAA%2C0BAAA%2CgQAAA%2CAAAA%2CCAYF%2CAAAA%2CuBAAA%2CsNAAA%2CAAAA%2CCAYA%2CAACE%2CAAAA%2C%2BBAAA%2C%2BRAAA%2CAAAA%2CCAeA%2CAAAA%2CsCAAA%2CmCAAA%2CAAAA%2CCAMF%2CAAAA%2CuBAAA%2CeAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2C%2BTAAA%2CAAAA%2CCAkBE%2CAAAA%2C6BAAA%2CmDAAA%2CAAAA%2CCAOF%2CAACE%2CAAAA%2CwCAAA%2CkEAAA%2CAAAA%2CCAOF%2CAAAA%2CkBAAA%2C6DAAA%2CAAAA%2CCAWA%2CAACE%2CAAAA%2CsCAAA%2C4TAAA%2CAAAA%2CCAkBE%2CAAAA%2C6CAAA%2CmDAAA%2CAAAA%2CC1KzXA%2CyBAAA%2CsCAAA%2CcAAA%2CAAAA%2CCAAA%2CCAAA%2CyBAAA%2CsCAAA%2CcAAA%2CAAAA%2CCAAA%2CCAAA%2C0BAAA%2CsCAAA%2CcAAA%2CAAAA%2CCAAA%2CC0KgZJ%2CAACE%2CAAAA%2CoBAAA%2CmCAAA%2CAAAA%2CCAIE%2CAAAA%2C0BAAA%2CkBAAA%2CAAAA%2CCAKF%2CAAAA%2CwCAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmFAAA%2C%2BIAAA%2CAAAA%2CCAaF%2CAAAA%2CqBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BBAAA%2C4FAAA%2CAAAA%2CCAKA%2CAAAA%2CgCAAA%2C8CAAA%2CAAAA%2CCAKA%2CAAAA%2C6BAAA%2C0BAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2CuDAAA%2CAAAA%2CCAMA%2CAAAA%2CsEAAA%2CkBAAA%2CAAAA%2CCAIA%2CqCACE%2CAAAA%2C8BAAA%2CeAAA%2CAAAA%2CCAGA%2CAAAA%2CwCAAA%2CmBAAA%2CAAAA%2CCAGA%2CAAAA%2CuDAAA%2CmDAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CmDAAA%2CAAAA%2CCAMA%2CAAAA%2CYAAA%2C6BAAA%2CAAAA%2CCAKA%2CAAAA%2CWAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CWAAA%2C6BAAA%2CAAAA%2CCAIE%2CAAAA%2C0DAAA%2CYAAA%2CAAAA%2CCAKA%2CAAAA%2C0DAAA%2CYAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CmEAAA%2CAAAA%2CCAAA%2CCAWJ%2CqCACE%2CAAAA%2CwBAAA%2CmBAAA%2CAAAA%2CCACA%2CAAAA%2CmBAAA%2CuBAAA%2CAAAA%2CCAAA%2CCC9jBF%2CAAEI%2CAAAA%2C4DAAA%2CkFAAA%2CAAAA%2CCAMA%2CAAAA%2CoDAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CkGAAA%2CgBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CoFAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CoGAAA%2CiFAAA%2CAAAA%2CCAIA%2CAAAA%2CgHAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2C4MAAA%2CcAAA%2CAAAA%2CCAKA%2CAAAA%2CsGAAA%2CeAAA%2CAAAA%2CCAKJ%2CAAAA%2CoEAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2C0IAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CmEAAA%2CAAAA%2CCAIA%2CAAAA%2CkEAAA%2CaAAA%2CAAAA%2CCAGI%2CAAAA%2CsFAAA%2C2FAAA%2CAAAA%2CCAUJ%2CAAAA%2C0GAAA%2CgBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CsGAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAAAA%2CkEAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2C0HAAA%2CmBAAA%2CAAAA%2CCAMJ%2CAAAA%2CoHAAA%2CmBAAA%2CAAAA%2CCAKI%2CAAAA%2CsQAAA%2CgOAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2C0SAAA%2CqFAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2C2BAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2CuBAAA%2CwDAAA%2CAAAA%2CCAKI%2CAAAA%2CwDAAA%2C8CAAA%2CAAAA%2CCAOJ%2CAAAA%2CqBAAA%2CwEAAA%2CAAAA%2CCAII%2CAAAA%2C0BAAA%2CaAAA%2CAAAA%2CCAMR%2CAAAA%2CuBAAA%2CsBAAA%2CAAAA%2CCAKI%2CAAAA%2CqEAAA%2C2DAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2C2DAAA%2CAAAA%2CCAIA%2CAAAA%2CqCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2C2eAAA%2CgBAAA%2CAAAA%2CCASA%2CAAAA%2CkEAAA%2CiBAAA%2CAAAA%2CCAGI%2CAAAA%2C8EAAA%2C%2BCAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BEAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAAA%2C4DAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CkEAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2C8FAAA%2CqBAAA%2CAAAA%2CCAGI%2CAAAA%2CkGAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2CwGAAA%2C6BAAA%2CAAAA%2CCAQhB%2CAACI%2CAAAA%2CoLAAA%2CsEAAA%2CAAAA%2CCAMI%2CAAAA%2CsMAAA%2CiBAAA%2CAAAA%2CCAMR%2CAAAA%2CUAAA%2CwEAAA%2CAAAA%2CCAII%2CAAAA%2CeAAA%2CaAAA%2CAAAA%2CCAKJ%2CAAAA%2CaAAA%2CqBAAA%2CAAAA%2CCAGI%2CAAAA%2C%2BBAAA%2CkFAAA%2CAAAA%2CCAGI%2CAAAA%2C0MAAA%2CgBAAA%2CAAAA%2CCAOA%2CAAAA%2CiDAAA%2C8EAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CwCAAA%2CAAAA%2CCAKA%2CAAAA%2C2CAAA%2C%2BBAAA%2CAAAA%2CCAKA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuCAAA%2C4CAAA%2CAAAA%2CCAMA%2CAAAA%2CyBAAA%2CiBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwBAAA%2CsCAAA%2CAAAA%2CCAII%2CAAAA%2CmCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2CuEAAA%2C8CAAA%2CAAAA%2CCAQR%2CAACI%2CAAAA%2CiCAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CqBAAA%2CAAAA%2CCAGI%2CAAAA%2CuDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiCAAA%2C%2BEAAA%2CAAAA%2CCAQA%2CAAAA%2C%2BBAAA%2C6BAAA%2CAAAA%2CCAKA%2CAAAA%2C0BAAA%2CqCAAA%2CAAAA%2CCAII%2CAAAA%2CgCAAA%2CgBAAA%2CAAAA%2CCAMR%2CAAAA%2CgBAAA%2C4IAAA%2CAAAA%2CCAMI%2CAAAA%2CsBAAA%2CiDAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CuFAAA%2CqBAAA%2CAAAA%2CCAKA%2CAAAA%2C2CAAA%2CoCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CgDAAA%2C6HAAA%2CAAAA%2CCAOI%2CAAAA%2CuDAAA%2C6KAAA%2CAAAA%2CCAUI%2CAAAA%2C2DAAA%2CYAAA%2CAAAA%2CCAOZ%2CAACI%2CAAAA%2CoDAAA%2C2HAAA%2CAAAA%2CCAMA%2CAAAA%2CmDAAA%2CgDAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2C%2BCAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CqDAAA%2CAAAA%2CCAaA%2CAACI%2CAACI%2CAAAA%2C%2BCAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CmHAAA%2CkBAAA%2CAAAA%2CCAOR%2CAAAA%2C8DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2CAAA%2CwCAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2CwCAAA%2CAAAA%2CCAMJ%2CAAEI%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CkGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CkGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4EAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CuCAAA%2CAAAA%2CCAKA%2CAAAA%2CsFAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2CqDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CoBAAA%2CAAAA%2CCAWZ%2C0BAEI%2CAACI%2CAAAA%2C0EAAA%2CgBAAA%2CAAAA%2CCAAA%2CCAMR%2C0BAAA%2CAAtII%2CAACI%2CAACI%2CAAAA%2C%2BCAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CmHAAA%2CoBAAA%2CAAAA%2CCAOR%2CAAAA%2C8DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CkBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2CAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C0CAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2CyCAAA%2CAAAA%2CCAMJ%2CAAEI%2CAAAA%2C0CAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CkGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CkGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CsDAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4EAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CuCAAA%2CAAAA%2CCAKA%2CAAAA%2CsFAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6CAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CkBAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2CqDAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CqBAAA%2CAAAA%2CCAAA%2CCA2BZ%2C0BAAA%2CAA7II%2CAACI%2CAACI%2CAAAA%2C%2BCAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CmHAAA%2CkBAAA%2CAAAA%2CCAOR%2CAAAA%2C8DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2CAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2CwCAAA%2CAAAA%2CCAMJ%2CAAEI%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CkGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CkGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4EAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CuCAAA%2CAAAA%2CCAKA%2CAAAA%2CsFAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2CqDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CkBAAA%2CAAAA%2CCAiCR%2CAAAA%2CuBAAA%2CsBAAA%2CAAAA%2CCAKI%2CAAAA%2CqEAAA%2C2DAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2C6DAAA%2CAAAA%2CCAIA%2CAAAA%2CqCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CsBAAA%2CAAAA%2CCAAA%2CCAMR%2C0BAAA%2CAA1KI%2CAACI%2CAACI%2CAAAA%2C%2BCAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CmHAAA%2CkBAAA%2CAAAA%2CCAOR%2CAAAA%2C8DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2CAAA%2C4CAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2C4CAAA%2CAAAA%2CCAMJ%2CAAEI%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CkGAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CkGAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4EAAA%2CqBAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2CsFAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2CqDAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CsBAAA%2CAAAA%2CCAAA%2CCA%2BDZ%2CyBAAA%2CAAjLI%2CAACI%2CAACI%2CAAAA%2C%2BCAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2CmHAAA%2CkBAAA%2CAAAA%2CCAOR%2CAAAA%2C8DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2CAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2C2CAAA%2CAAAA%2CCAMJ%2CAAEI%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CkGAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CkGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4EAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2CsFAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2CqDAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CqBAAA%2CAAAA%2CCAqER%2CAAAA%2CuBAAA%2CsBAAA%2CAAAA%2CCAKI%2CAAAA%2C%2BGAAA%2C6DAAA%2CAAAA%2CCAIA%2CAAAA%2CqCAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CsBAAA%2CAAAA%2CCAAA%2CCAMR%2CyBAAA%2CAA1MI%2CAACI%2CAACI%2CAAAA%2C%2BCAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CmHAAA%2CkBAAA%2CAAAA%2CCAOR%2CAAAA%2C8DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2CAAA%2C4CAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2C4CAAA%2CAAAA%2CCAMJ%2CAAEI%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CkGAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CkGAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4EAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C4CAAA%2CuCAAA%2CAAAA%2CCAKA%2CAAAA%2CsFAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C0CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CkBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2CqDAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CsBAAA%2CAAAA%2CCAAA%2CCCnhBZ%2CAACI%2CAACI%2CAAAA%2CkHAAA%2C8FAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CsFAAA%2CkGAAA%2CAAAA%2CCAIA%2CAAAA%2CuFAAA%2CmGAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2C6LAAA%2CcAAA%2CAAAA%2CCAMR%2CAAAA%2C0BAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CsEAAA%2C4BAAA%2CAAAA%2CCAMJ%2CAAAA%2CuBAAA%2CkCAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CoCAAA%2CkFAAA%2CAAAA%2CCAMA%2CAAAA%2CgCAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CuDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CiFAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2C8IAAA%2C%2BBAAA%2CAAAA%2CCAOA%2CAAAA%2CmFAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAEI%2CAACI%2CAAAA%2CkHAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CsjBAAA%2CwBAAA%2CAAAA%2CCAOA%2CAAAA%2CgIAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CkHAAA%2CaAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2C%2BDAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2C2IAAA%2CiBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CsFAAA%2CiCAAA%2CAAAA%2CCAKA%2CAAAA%2CuFAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CgEAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CkDAAA%2CiNAAA%2CAAAA%2CCASI%2CAAAA%2CwDAAA%2CyCAAA%2CAAAA%2CCAMJ%2CAAAA%2CmDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2CkHAAA%2C%2BIAAA%2CAAAA%2CCAWJ%2CAAEI%2CAAAA%2CgIAAA%2C%2BIAAA%2CAAAA%2CCAWJ%2CAAEI%2CAAAA%2CgIAAA%2CyBAAA%2CAAAA%2CCAKJ%2CAAAA%2C%2BBAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CiLAAA%2CAAAA%2CCAkBA%2CAAAA%2C2WAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2CmCAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CyEAAA%2CmBAAA%2CAAAA%2CCAKA%2CAAAA%2CwEAAA%2CiBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CyIAAA%2C2BAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C6DAAA%2C4IAAA%2CAAAA%2CCAOI%2CAAAA%2CkEAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2CuIAAA%2CAAAA%2CCAOI%2CAAAA%2CqEAAA%2CwCAAA%2CAAAA%2CCAMR%2CAAAA%2CsDAAA%2CwDAAA%2CAAAA%2CCAcJ%2CAAAA%2CoDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CqCAAA%2CuCAAA%2CAAAA%2CCAII%2CAAAA%2CwCAAA%2CgJAAA%2CAAAA%2CCAOA%2CAAAA%2CqDAAA%2CmBAAA%2CAAAA%2CCAQR%2CAAAA%2CQAAA%2C0EAAA%2CAAAA%2CCAMI%2CAAAA%2CiBAAA%2CyQAAA%2CAAAA%2CCAOI%2CAAAA%2CoCAAA%2CkCAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2C8CAAA%2CAAAA%2CCAMJ%2CAAAA%2CuBAAA%2CqEAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2C8CAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAGI%2CAAEK%2CAAAA%2CoUAAA%2CiBAAA%2CAAAA%2CCAKL%2CAAAA%2CqHAAA%2C0EAAA%2CAAAA%2CCAKA%2CAAEI%2CAAAA%2C0XAAA%2C6EAAA%2CAAAA%2CCAKI%2CAAAA%2CoaAAA%2C0CAAA%2CAAAA%2CCAOR%2CAAAA%2CuIAAA%2CmGAAA%2CAAAA%2CCAMI%2CAAAA%2CqTAAA%2C4BAAA%2CAAAA%2CCAMJ%2CAAAA%2CwTAAA%2CoCAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BVAAA%2C2BAAA%2CAAAA%2CCAKA%2CAAAA%2CoIAAA%2CyBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8GAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2CgIAAA%2CYAAA%2CAAAA%2CCAIA%2CAAAA%2CsIAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C4HAAA%2CoBAAA%2CAAAA%2CCAMR%2CAAAA%2CoDAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CkHAAA%2C2BAAA%2CAAAA%2CCAOA%2CAAEI%2CAAAA%2CoDAAA%2C6GAAA%2CAAAA%2CCAGI%2CAAAA%2CgPAAA%2CiHAAA%2CAAAA%2CCAQR%2CAACI%2CAAAA%2CqEAAA%2CgBAAA%2CAAAA%2CCAYA%2CAACI%2CAAGI%2CAACI%2CAAEI%2CAAAA%2C8WAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CkKAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2KAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8QAAA%2CkBAAA%2CAAAA%2CCASZ%2C0BAAA%2CAAhCI%2CAACI%2CAAGI%2CAACI%2CAAEI%2CAAAA%2C8WAAA%2CoBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CkKAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2KAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8QAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAgBZ%2C0BAAA%2CAAvCI%2CAACI%2CAAGI%2CAACI%2CAAEI%2CAAAA%2C8WAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CkKAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2KAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8QAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAuBZ%2C0BAAA%2CAA9CI%2CAACI%2CAAGI%2CAACI%2CAAEI%2CAAAA%2C8WAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CkKAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2KAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8QAAA%2CkBAAA%2CAAAA%2CCAAA%2CCA8BZ%2CyBAAA%2CAArDI%2CAACI%2CAAGI%2CAACI%2CAAEI%2CAAAA%2C8WAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CkKAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C2KAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8QAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAqCZ%2CyBAEI%2CAACI%2CAAAA%2CyDAAA%2CwDAAA%2CAAAA%2CCAMA%2CAAAA%2CiFAAA%2CcAAA%2CAAAA%2CCAAA%2CCAMR%2CyBAAA%2CAA3EI%2CAACI%2CAAGI%2CAACI%2CAAEI%2CAAAA%2C8WAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CkKAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2KAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8QAAA%2CkBAAA%2CAAAA%2CCAAA%2CCA6DZ%2C0BAEI%2CAACI%2CAAAA%2CgCAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAMR%2C0BAEI%2CAACI%2CAAEI%2CAAAA%2CkGAAA%2C8BAAA%2CAAAA%2CCAAA%2CCnM1hBZ%2CAmM2iBA%2CyBAEI%2CAACI%2CAAEI%2CAAAA%2CkGAAA%2CaAAA%2CAAAA%2CCAAA%2CCAOZ%2CyBAEI%2CAACI%2CAAEI%2CAAAA%2CkGAAA%2CcAAA%2CAAAA%2CCAAA%2CCCvjBZ%2CAAAA%2CsCAAA%2CiCAAA%2CAAAA%2CCAIA%2CAAAA%2CcAAA%2CiHAAA%2CAAAA%2CCAOA%2CAAAA%2CqBAAA%2C2FAAA%2CAAAA%2CC7K4CI%2CyBAAA%2CqBAAA%2CeAAA%2CAAAA%2CCAAA%2CC6KjCJ%2CAAAA%2CuBAAA%2CkMAAA%2CAAAA%2CC7KiCI%2CyBAAA%2CuBAAA%2CiKAAA%2CAAAA%2CCAAA%2CC6KxBJ%2CAAAA%2CsBAAA%2C8EAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CgCAAA%2CuDAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CkDAAA%2CqCAAA%2CAAAA%2CCC%2FCJ%2CAAAA%2CeAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CWAAA%2CiBAAA%2CAAAA%2CCAMA%2CAAEI%2CAAAA%2C4FAAA%2C%2BDAAA%2CAAAA%2CCAQJ%2CAACI%2CAAAA%2C%2BDAAA%2CgIAAA%2CAAAA%2CCAMA%2CAAAA%2C2EAAA%2C6KAAA%2CAAAA%2CCAII%2CAAAA%2C%2BEAAA%2CqBAAA%2CAAAA%2CCAQR%2CAAAA%2CoBAAA%2CoCAAA%2CAAAA%2CCAII%2CAAAA%2C8CAAA%2CwBAAA%2CAAAA%2CCC%2FCJ%2CAAAA%2CsGAAA%2CmEAAA%2CAAAA%2CCAMA%2CAAAA%2CgEAAA%2CmEAAA%2CAAAA%2CCAMA%2CAAAA%2CsGAAA%2CmEAAA%2CAAAA%2CCAMA%2CAAEI%2CAAAA%2CsPAAA%2CmBAAA%2CAAAA%2CCAKA%2CAAAA%2CqHAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CiLAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CqLAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BHAAA%2CeAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CsSAAA%2CwBAAA%2CAAAA%2CCAKA%2CAAAA%2CmKAAA%2C6BAAA%2CAAAA%2CCAKP%2CAAAA%2CuSAAA%2CgEAAA%2CAAAA%2CCAMG%2CAAAA%2CiJAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2C%2BJAAA%2C6GAAA%2CAAAA%2CCAWJ%2CAAAA%2CiMAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C4UAAA%2C%2BFAAA%2CAAAA%2CCAKA%2CAAAA%2C6KAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CoXAAA%2C%2BEAAA%2CAAAA%2CCAKA%2CAAAA%2C6KAAA%2CuBAAA%2CAAAA%2CCAMJ%2CAAAA%2C2EAAA%2C0BAAA%2CAAAA%2CCAGI%2CAAAA%2C6HAAA%2CqEAAA%2CAAAA%2CCAKI%2CAAAA%2C2JAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C4KAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C00BAAA%2CmCAAA%2CAAAA%2CCAMJ%2CAAAA%2CmGAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CwFAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CqHAAA%2CmBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CgmBAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CoGAAA%2C6CAAA%2CAAAA%2CCAKA%2CAAAA%2C2SAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CmGAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CoGAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C8FAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C4FAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqGAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2CsGAAA%2C8BAAA%2CAAAA%2CCAKA%2CAAAA%2CgJAAA%2C4CAAA%2CAAAA%2CCAOA%2CAAAA%2C8CAAA%2C%2BBAAA%2CAAAA%2CCAII%2CAAAA%2CqDAAA%2CqCAAA%2CAAAA%2CCAMJ%2CAAAA%2C6JAAA%2CsEAAA%2CAAAA%2CCAOA%2CAACI%2CAAAA%2CiOAAA%2CsEAAA%2CAAAA%2CCAMJ%2CAAAA%2CsiBAAA%2CmBAAA%2CAAAA%2CCAUA%2CAAAA%2CuLAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CmDAAA%2CwCAAA%2CAAAA%2CCAGI%2CAAAA%2CiEAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CwDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CgEAAA%2CqCAAA%2CAAAA%2CCAOR%2CAAAA%2CkCAAA%2CmKAAA%2CAAAA%2CCAMI%2CAAAA%2C4CAAA%2CgBAAA%2CAAAA%2CCAMR%2CAAAA%2CsCAAA%2C2CAAA%2CAAAA%2CCAII%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwHAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CiTAAA%2CgBAAA%2CAAAA%2CCAOJ%2CAAAA%2CkDAAA%2C2BAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CsKAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2CoKAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2C0UAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2C4LAAA%2CsBAAA%2CAAAA%2CCAaA%2CAAAA%2CwKAAA%2CmDAAA%2CAAAA%2CCAKI%2CAAAA%2CoLAAA%2C2DAAA%2CAAAA%2CCAMA%2CAAAA%2CoLAAA%2C0BAAA%2CAAAA%2CCAGI%2CAAAA%2CgMAAA%2C8CAAA%2CAAAA%2CCAKA%2CAAAA%2CoMAAA%2CsBAAA%2CAAAA%2CCAMR%2CAAAA%2CscAAA%2CmBAAA%2CAAAA%2CCAKA%2CAAAA%2C4KAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2C0LAAA%2C8CAAA%2CAAAA%2CCAMJ%2CAAAA%2CkpBAAA%2C6BAAA%2CAAAA%2CCAMA%2CAAAA%2C4KAAA%2CwCAAA%2CAAAA%2CCAGI%2CAAAA%2CkLAAA%2CsBAAA%2CAAAA%2CCAMR%2CAAAA%2CgBAAA%2C0BAAA%2CAAAA%2CCAGI%2CAAAA%2C2BAAA%2C6CAAA%2CAAAA%2CCAKA%2CAAAA%2CuFAAA%2CsBAAA%2CAAAA%2CCAMA%2CAAAA%2CwBAAA%2CqEAAA%2CAAAA%2CCAMA%2CAAAA%2CiDAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C0DAAA%2C%2BEAAA%2CAAAA%2CCAMA%2CAAAA%2CiEAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiCAAA%2CmCAAA%2CAAAA%2CCAKA%2CAAAA%2CgCAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CkDAAA%2CWAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAQA%2CAAAA%2CwCAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CyCAAA%2CmBAAA%2CAAAA%2CCAOI%2CAAAA%2CkEAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CkDAAA%2CeAAA%2CAAAA%2CCAOR%2CAACI%2CAAAA%2CkDAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CoFAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CqEAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CuFAAA%2CAAAA%2CCAMJ%2CAACI%2CAACI%2CAAAA%2CuZAAA%2C2BAAA%2CAAAA%2CCASJ%2CAAAA%2CiDAAA%2CkHAAA%2CAAAA%2CCAOA%2CAAAA%2CgEAAA%2CiBAAA%2CAAAA%2CCAKJ%2CAAAA%2COAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CyNAAA%2CgBAAA%2CAAAA%2CCAKA%2C0BAEI%2CAACI%2CAACI%2CAAAA%2CyJAAA%2C6DAAA%2CAAAA%2CCAAA%2CCAOZ%2CyBAEI%2CAAEI%2CAAAA%2C%2BJAAA%2CaAAA%2CAAAA%2CCAKJ%2CAAAA%2CoGAAA%2CqCAAA%2CAAAA%2CCAII%2CAAAA%2CgHAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiCAAA%2CuFAAA%2CAAAA%2CCAKI%2CAAAA%2CsDAAA%2C2DAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CmDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuCAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2CkCAAA%2CAAAA%2CCAAA%2CCC7iBR%2CAACI%2CAAAA%2C0DAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8CAAA%2CuBAAA%2CAAAA%2CCAGI%2CAAAA%2CyDAAA%2C8DAAA%2CAAAA%2CCAKI%2CAAAA%2CgEAAA%2C%2BPAAA%2CAAAA%2CCAaA%2CAAAA%2CsFAAA%2C6EAAA%2CAAAA%2CCAIA%2CAAAA%2CuEAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C6DAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2CkDAAA%2CmBAAA%2CAAAA%2CCAGI%2CAAAA%2C0DAAA%2CqGAAA%2CAAAA%2CCAOA%2CAAAA%2CgEAAA%2CwCAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CmDAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2C0DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CoUAAA%2CsEAAA%2CAAAA%2CCASR%2CAACI%2CAAAA%2C0JAAA%2CeAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2C2PAAA%2CAAAA%2CCA2BI%2CAAAA%2CkEAAA%2C4qBAAA%2CAAAA%2CCAiBA%2CAAAA%2CiEAAA%2C8IAAA%2CAAAA%2CCASI%2CAAAA%2C%2BQAAA%2CyBAAA%2CAAAA%2CCAIA%2CAAAA%2C8FAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CwEAAA%2CiPAAA%2CAAAA%2CCAmBJ%2CAAAA%2CkEAAA%2C6BAAA%2CAAAA%2CCAaI%2CAAAA%2CgFAAA%2C0DAAA%2CAAAA%2CCAQJ%2CAAAA%2CuLAAA%2CyGAAA%2CAAAA%2CCAYR%2CAAAA%2CwBAAA%2CAAAA%2CAAAA%2CCAOI%2CAAAA%2CkGAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2C%2BBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CwCAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CoCAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CqCAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2CiCAAA%2CwKAAA%2CAAAA%2CCAOI%2CAAAA%2CuCAAA%2CaAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CwCAAA%2CmCAAA%2CAAAA%2CCAKA%2CAAAA%2CsCAAA%2CoCAAA%2CAAAA%2CCAKA%2CAAAA%2C0EAAA%2CoFAAA%2CAAAA%2CCAOI%2CAAAA%2CgKAAA%2C%2BBAAA%2CAAAA%2CCAMJ%2CAAAA%2CqCAAA%2CwEAAA%2CAAAA%2CCAIA%2CAAAA%2CqCAAA%2CwEAAA%2CAAAA%2CCAIA%2CAAAA%2CmHAAA%2CyDAAA%2CAAAA%2CCAKA%2CAAAA%2C6FAAA%2CmBAAA%2CAAAA%2CCAKA%2CAAAA%2C6BAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2C6DAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C6DAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2CmBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C%2BCAAA%2CmDAAA%2CAAAA%2CCAKI%2CAAAA%2CiDAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2C4BAAA%2CAAAA%2CCAMR%2CAAAA%2C2FAAA%2C8DAAA%2CAAAA%2CCAMI%2CAAAA%2C2GAAA%2C0HAAA%2CAAAA%2CCAYJ%2CAAEI%2CAAAA%2CiDAAA%2CwOAAA%2CAAAA%2CCAcR%2CaACI%2CAAAA%2CsCAAA%2CkCAAA%2CAAAA%2CCAOI%2CAAAA%2C4GAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CkDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CwBAAA%2CAAAA%2CCAGI%2CAAAA%2CwGAAA%2CaAAA%2CAAAA%2CCAGI%2CAAAA%2CgHAAA%2CeAAA%2CAAAA%2CCAKJ%2CAAAA%2CkYAAA%2CqFAAA%2CAAAA%2CCAWA%2CAAAA%2CoGAAA%2C0BAAA%2CAAAA%2CCAIA%2CAAAA%2CgFAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CwGAAA%2CyBAAA%2CAAAA%2CCAKA%2CAAAA%2CoNAAA%2C2BAAA%2CAAAA%2CCAKA%2CAAAA%2CsFAAA%2C0BAAA%2CAAAA%2CCAIA%2CAAAA%2CgGAAA%2C4BAAA%2CAAAA%2CCAIA%2CAAAA%2CsGAAA%2C8FAAA%2CAAAA%2CCAGI%2CAAAA%2CwHAAA%2CkCAAA%2CAAAA%2CCAIA%2CAAAA%2CwHAAA%2CiCAAA%2CAAAA%2CCAKJ%2CAAAA%2CoKAAA%2CwCAAA%2CAAAA%2CCAKA%2CAAAA%2CkFAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwZAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C0OAAA%2CwCAAA%2CAAAA%2CCAMA%2CAAAA%2CwFAAA%2CiBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CkIAAA%2CcAAA%2CAAAA%2CCAGI%2CAAAA%2CoJAAA%2CcAAA%2CAAAA%2CCAKJ%2CAAAA%2CoIAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAAAA%2CsHAAA%2CeAAA%2CAAAA%2CCAIA%2CAAAA%2CoHAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2CwgBAAA%2CgBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CsRAAA%2CgCAAA%2CAAAA%2CCAOR%2CAAAA%2C0IAAA%2C2BAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CgHAAA%2CuHAAA%2CAAAA%2CCASA%2CAAAA%2CgGAAA%2CkBAAA%2CAAAA%2CCAMR%2CMAAA%2CmCAAA%2CCAAA%2CCCxgBJ%2CAAAA%2CgBAAA%2C4IAAA%2CAAAA%2CCAUI%2CAAAA%2CuBAAA%2CqGAAA%2CAAAA%2CCAKA%2CAAAA%2CmBAAA%2CiBAAA%2CAAAA%2CCAGI%2CAAAA%2C0BAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwBAAA%2CqCAAA%2CAAAA%2CCAMJ%2C0BAEI%2CAAAA%2CuBAAA%2CqFAAA%2CAAAA%2CCAAA%2CCAKJ%2C0BAEI%2CAAAA%2CgBAAA%2CoBAAA%2CAAAA%2CCAAA%2CCAKJ%2CyBAEI%2CAAAA%2CuBAAA%2CqFAAA%2CAAAA%2CCAAA%2CCAKJ%2CyBAEI%2CAACI%2CAAAA%2CyCAAA%2CsBAAA%2CAAAA%2CCAAA%2CCAQR%2CAACI%2CAAAA%2CiCAAA%2CuEAAA%2CAAAA%2CCAMI%2CAAAA%2C4CAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiCAAA%2C0CAAA%2CAAAA%2CCAII%2CAAAA%2CwCAAA%2C0PAAA%2CAAAA%2CCAcJ%2CAAAA%2CgDAAA%2C6CAAA%2CAAAA%2CCAkBA%2CAAAA%2CyFAAA%2CiBAAA%2CAAAA%2CCAKI%2CAAAA%2CiMAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8DAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CqBAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2CyDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CiCAAA%2C8BAAA%2CAAAA%2CCAKH%2CAAAA%2CwCAAA%2C8BAAA%2CAAAA%2CCAIG%2CAACI%2CAAAA%2CyEAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CsDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C0GAAA%2CsEAAA%2CAAAA%2CCAQR%2CAAAA%2CsIAAA%2CsBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CgPAAA%2CgBAAA%2CAAAA%2CCASA%2CAAAA%2CyBAAA%2C%2BEAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CiFAAA%2CAAAA%2CCAKJ%2CAAAA%2CwBAAA%2CiCAAA%2CAAAA%2CCAII%2CAAAA%2CgCAAA%2C8GAAA%2CAAAA%2CCAQA%2CAAAA%2CoCAAA%2CgJAAA%2CAAAA%2CCAMA%2CAAEI%2CAAAA%2CsFAAA%2CoFAAA%2CAAAA%2CCAOJ%2CAAAA%2CsCAAA%2C0BAAA%2CAAAA%2CCAIA%2CAAAA%2C8DAAA%2CsBAAA%2CAAAA%2CCAKA%2CAAAA%2CmCAAA%2CaAAA%2CAAAA%2CCAOJ%2CAAAA%2CiBAAA%2CiDAAA%2CAAAA%2CCAKI%2CAAAA%2CoBAAA%2CkBAAA%2CAAAA%2CCAOJ%2C0BAEI%2CAAAA%2CwDAAA%2CkCAAA%2CAAAA%2CCAAA%2CCAKJ%2CyBAEI%2CAAAA%2C6BAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CqBAAA%2CAAAA%2CCAAA%2CCCxQJ%2CAACI%2CAAAA%2CuoBAAA%2CiBAAA%2CAAAA%2CCAaA%2CAAAA%2C8BAAA%2CyBAAA%2CAAAA%2CCAIA%2CAAAA%2CqGAAA%2C4BAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BBAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CoPAAA%2CoDAAA%2CAAAA%2CCASA%2CAAAA%2CsEAAA%2CcAAA%2CAAAA%2CCAKA%2CAAAA%2C8DAAA%2CyBAAA%2CAAAA%2CCAIA%2CAAAA%2CoEAAA%2C0EAAA%2CAAAA%2CCAMA%2CAAAA%2CklBAAA%2C4BAAA%2CAAAA%2CCAOA%2CAAAA%2CqEAAA%2C4GAAA%2CAAAA%2CCAKA%2CAAAA%2CoEAAA%2C%2BEAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CuCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CaAAA%2CAAAA%2CCAKJ%2CAAAA%2CiHAAA%2C4BAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CkFAAA%2CiFAAA%2CAAAA%2CCAIA%2CAAAA%2CwFAAA%2C6EAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6CAAA%2C%2BCAAA%2CAAAA%2CCAII%2CAAAA%2CqDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CgJAAA%2CsEAAA%2CAAAA%2CCAKA%2CAAAA%2CkKAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2C4DAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CmDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C2EAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CgBAAA%2CAAAA%2CCAMR%2CAAAA%2CoGAAA%2C4BAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CuGAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CkHAAA%2C4BAAA%2CAAAA%2CCAOJ%2CAAAA%2CiDAAA%2CsFAAA%2CAAAA%2CCAKI%2CAAAA%2CuDAAA%2CqDAAA%2CAAAA%2CCAQJ%2CAAAA%2C%2BFAAA%2CmBAAA%2CAAAA%2CCAaA%2CAAGI%2CAAAA%2CsHAAA%2C2BAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CsDAAA%2CmBAAA%2CAAAA%2CCAII%2CAAEI%2CAAAA%2C0LAAA%2CmBAAA%2CAAAA%2CCAGI%2CAAAA%2CkPAAA%2CmBAAA%2CAAAA%2CCAOZ%2CAAAA%2C4BAAA%2C6BAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CuEAAA%2CoGAAA%2CAAAA%2CCAMA%2CAAAA%2C%2BEAAA%2CqBAAA%2CAAAA%2CCAGI%2CAAAA%2CwFAAA%2C6JAAA%2CAAAA%2CCAUA%2CAACI%2CAAAA%2CoGAAA%2CgCAAA%2CAAAA%2CCAKA%2CAAAA%2C6FAAA%2CaAAA%2CAAAA%2CCAOZ%2CAACI%2CAAAA%2C8EAAA%2CgCAAA%2CAAAA%2CCAKA%2CAAAA%2CgFAAA%2C0BAAA%2CAAAA%2CCAKJ%2CAAAA%2CwBAAA%2CuEAAA%2CAAAA%2CCAOA%2CAAAA%2C8DAAA%2CwTAAA%2CAAAA%2CCAcA%2CAAAA%2C%2BBAAA%2CoFAAA%2CAAAA%2CCAOA%2CAACI%2CAAEI%2CAACI%2CAAAA%2CkXAAA%2CoDAAA%2CAAAA%2CCAOJ%2CAAAA%2C%2BJAAA%2CuBAAA%2CAAAA%2CCAQR%2CAAAA%2C%2BBAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CcAAA%2CAAAA%2CCAGI%2CAAAA%2CsDAAA%2C6BAAA%2CAAAA%2CCAMR%2CsCACI%2CAAAA%2CQAAA%2C8BAAA%2CAAAA%2CCACA%2CAAAA%2CIAAA%2C8BAAA%2CAAAA%2CCAAA%2CCAGJ%2C8BACI%2CAAAA%2CQAAA%2C0GAAA%2CAAAA%2CCAGE%2CAAAA%2CIAAA%2C0GAAA%2CAAAA%2CCAAA%2CCAQN%2CAAAA%2CoCAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CoCAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CwEAAA%2CmBAAA%2CAAAA%2CCC7UA%2CuCACI%2CAAAA%2CYAAA%2CwJAAA%2CAAAA%2CCAAA%2CCAQJ%2CAAAA%2C0EAAA%2CuBAAA%2CAAAA%2CCAMA%2CAAAA%2CcAAA%2CaAAA%2CAAAA%2CCAIA%2CAAAA%2C6CAAA%2CqCAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CqBAAA%2CqDAAA%2CAAAA%2CCAQJ%2CAAAA%2CuBAAA%2C6CAAA%2CAAAA%2CCAKA%2CAAAA%2CuBAAA%2CyJAAA%2CAAAA%2CCAUA%2CAACI%2CAAAA%2CyBAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C0BAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CMAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CaAAA%2CyjBAAA%2CAAAA%2CCAUA%2CAAAA%2C8DAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%3B%3B%3BiDAAA%2CmCAAA%2CAAAA%2CC1MlFA%2CA0MiGA%2CAAAA%2CgBAAA%2CsHAAA%2CAAAA%2CCAQI%2CAAAA%2CsBAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CsBAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuLAAA%2CmBAAA%2CAAAA%2CCASA%2CAACI%2CAAAA%2CwVAAA%2CiFAAA%2CAAAA%2CCAKA%2CAAAA%2CyCAAA%2CuBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CqMAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2CAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2CuDAAA%2C6BAAA%2CAAAA%2CCAMR%2CAAAA%2CyEAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CoBAAA%2C0DAAA%2CAAAA%2CCAMI%2CAAAA%2CsBAAA%2CwIAAA%2CAAAA%2CCAQJ%2CAACI%2CAAAA%2CqEAAA%2CsEAAA%2CAAAA%2CCAMJ%2CAAAA%2CuBAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2CqBAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2C6BAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CeAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C8BAAA%2CmBAAA%2CAAAA%2CCAGI%2CAAAA%2CsCAAA%2CgCAAA%2CAAAA%2CCAKA%2CAAAA%2CqCAAA%2CuCAAA%2CAAAA%2CCAMJ%2CAAAA%2C6BAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CiHAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CmEAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAEA%2CAAAA%2CwEAAA%2CgBAAA%2CAAAA%2CCAMA%2CAAEA%2CAAAA%2CsBAAA%2CuDAAA%2CAAAA%2CCAMA%2CAAAA%2C8EAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2CqBAAA%2CiBAAA%2CAAAA%2CC1MtPA%2CA0M4PA%2CyBAEI%2CAAAA%2CWAAA%2C%2BEAAA%2CAAAA%2CCAOA%2CAAAA%2C2BAAA%2CkEAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CiDAAA%2CmCAAA%2CAAAA%2CCAKA%2CAAAA%2C6DAAA%2CkBAAA%2CAAAA%2CCAAA%2CCC5PJ%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAACI%2CAAAA%2C4RAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CkUAAA%2CsCAAA%2CAAAA%2CCAMA%2CAAAA%2C0UAAA%2CsCAAA%2CAAAA%2CCAMA%2CAAAA%2C88BAAA%2CqCAAA%2CAAAA%2CCAUA%2CAAAA%2CoLAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4LAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CovDAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CsPAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuMAAA%2CoBAAA%2CAAAA%2CCAOJ%2CAAAA%2CqQAAA%2CkBAAA%2CAAAA%2CCASA%2CAAAA%2CwDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoFAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8KAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAAAA%2CqDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C%2BDAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C2EAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CqUAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2C2OAAA%2C6BAAA%2CAAAA%2CCAMJ%2CAAAA%2CuGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CykBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwVAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C2GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmHAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8JAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8IAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2CsTAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CsGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2JAAA%2CwCAAA%2CAAAA%2CCAQZ%2CAAEI%2CAAAA%2CiFAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CwDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2C4JAAA%2CkDAAA%2CAAAA%2CCAOR%2CAACI%2CAACI%2CAAAA%2C4JAAA%2C4DAAA%2CAAAA%2CCAOR%2CAAEI%2CAACI%2CAAAA%2CsNAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C8NAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAAAA%2C4QAAA%2C6BAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C0UAAA%2C6BAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CuCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CsCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgJAAA%2CkBAAA%2CAAAA%2CCAOA%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BvBAAA%2CgDAAA%2CAAAA%2CCAOA%2CAAAA%2CoFAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CgDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CqGAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C4CAAA%2CwCAAA%2CAAAA%2CCAKA%2CAAAA%2CsBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2C0CAAA%2CAAAA%2CCAMA%2CAAAA%2C6GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CkBAAA%2CAAAA%2CCAgCR%2C0BAAA%2CAAhaI%2CAAAA%2CmBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAACI%2CAAAA%2C4RAAA%2CoBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CkUAAA%2CsCAAA%2CAAAA%2CCAMA%2CAAAA%2C0UAAA%2C0CAAA%2CAAAA%2CCAMA%2CAAAA%2C88BAAA%2CuCAAA%2CAAAA%2CCAUA%2CAAAA%2CoLAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C4LAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CovDAAA%2CoBAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CsPAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuMAAA%2CqBAAA%2CAAAA%2CCAOJ%2CAAAA%2CqQAAA%2CoBAAA%2CAAAA%2CCASA%2CAAAA%2CwDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CsDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CiEAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CoFAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C8KAAA%2CoBAAA%2CAAAA%2CCAMJ%2CAAAA%2CqDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C%2BDAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C2EAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CqUAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2C2OAAA%2C%2BBAAA%2CAAAA%2CCAMJ%2CAAAA%2CuGAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CykBAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4GAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwVAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2C2GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuGAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CmHAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8JAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8IAAA%2CoBAAA%2CAAAA%2CCAGI%2CAAAA%2CsTAAA%2CoBAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CsGAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2JAAA%2C2CAAA%2CAAAA%2CCAQZ%2CAAEI%2CAAAA%2CiFAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BEAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CwDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2C%2BBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2C4JAAA%2CoDAAA%2CAAAA%2CCAOR%2CAACI%2CAACI%2CAAAA%2C4JAAA%2C4DAAA%2CAAAA%2CCAOR%2CAAEI%2CAACI%2CAAAA%2CsNAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C8NAAA%2C0CAAA%2CAAAA%2CCAMJ%2CAAAA%2C4QAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C0UAAA%2C%2BBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CuCAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CsCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CgJAAA%2CoBAAA%2CAAAA%2CCAOA%2CAAAA%2C6CAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BvBAAA%2CkDAAA%2CAAAA%2CCAOA%2CAAAA%2CoFAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CwEAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CgDAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CqGAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C4CAAA%2C2CAAA%2CAAAA%2CCAKA%2CAAAA%2CsBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2C4CAAA%2CAAAA%2CCAMA%2CAAAA%2C6GAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CoBAAA%2CAAAA%2CCAAA%2CC3MrZR%2CA2MmcA%2C0BAAA%2CAA9aI%2CAAAA%2CmBAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAACI%2CAAAA%2C4RAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CmBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CkUAAA%2CsCAAA%2CAAAA%2CCAMA%2CAAAA%2C0UAAA%2C4CAAA%2CAAAA%2CCAMA%2CAAAA%2C88BAAA%2CqCAAA%2CAAAA%2CCAUA%2CAAAA%2CoLAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4LAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CovDAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CsPAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuMAAA%2CsBAAA%2CAAAA%2CCAOJ%2CAAAA%2CqQAAA%2CqBAAA%2CAAAA%2CCASA%2CAAAA%2CwDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CsDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CiEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoFAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8KAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAAAA%2CqDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C%2BDAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C2EAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CqUAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2C2OAAA%2CgCAAA%2CAAAA%2CCAMJ%2CAAAA%2CuGAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CykBAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwVAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C2GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuGAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CmHAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8JAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8IAAA%2CoBAAA%2CAAAA%2CCAGI%2CAAAA%2CsTAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CsGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2JAAA%2CwCAAA%2CAAAA%2CCAQZ%2CAAEI%2CAAAA%2CiFAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BEAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CwDAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2C4JAAA%2CqDAAA%2CAAAA%2CCAOR%2CAACI%2CAACI%2CAAAA%2C4JAAA%2C8DAAA%2CAAAA%2CCAOR%2CAAEI%2CAACI%2CAAAA%2CsNAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C8NAAA%2C4CAAA%2CAAAA%2CCAMJ%2CAAAA%2C4QAAA%2C6BAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C0UAAA%2C6BAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CuCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CsCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgJAAA%2CqBAAA%2CAAAA%2CCAOA%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BvBAAA%2CgDAAA%2CAAAA%2CCAOA%2CAAAA%2CoFAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwEAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CqBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CgDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CqGAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C4CAAA%2C6CAAA%2CAAAA%2CCAKA%2CAAAA%2CsBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2C0CAAA%2CAAAA%2CCAMA%2CAAAA%2C6GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAqDR%2CyBAAA%2CAArbI%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAACI%2CAAAA%2C4RAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CmBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CkUAAA%2C0CAAA%2CAAAA%2CCAMA%2CAAAA%2C0UAAA%2CsCAAA%2CAAAA%2CCAMA%2CAAAA%2C88BAAA%2CqCAAA%2CAAAA%2CCAUA%2CAAAA%2CoLAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4LAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CovDAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CsPAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuMAAA%2CoBAAA%2CAAAA%2CCAOJ%2CAAAA%2CqQAAA%2CkBAAA%2CAAAA%2CCASA%2CAAAA%2CwDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoFAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8KAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAAAA%2CqDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C%2BDAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C2EAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CqUAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2C2OAAA%2C6BAAA%2CAAAA%2CCAMJ%2CAAAA%2CuGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CykBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwVAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C2GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmHAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8JAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8IAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2CsTAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CsGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2JAAA%2CwCAAA%2CAAAA%2CCAQZ%2CAAEI%2CAAAA%2CiFAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CwDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2C4JAAA%2CqDAAA%2CAAAA%2CCAOR%2CAACI%2CAACI%2CAAAA%2C4JAAA%2C8DAAA%2CAAAA%2CCAOR%2CAAEI%2CAACI%2CAAAA%2CsNAAA%2C0CAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C8NAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAAAA%2C4QAAA%2C6BAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C0UAAA%2C6BAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CuCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CsCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgJAAA%2CkBAAA%2CAAAA%2CCAOA%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BvBAAA%2CgDAAA%2CAAAA%2CCAOA%2CAAAA%2CoFAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CgDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CqGAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C4CAAA%2CwCAAA%2CAAAA%2CCAKA%2CAAAA%2CsBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2C0CAAA%2CAAAA%2CCAMA%2CAAAA%2C6GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CkBAAA%2CAAAA%2CCAAA%2CCA4DR%2CyBAAA%2CAA5bI%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2COAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAACI%2CAAAA%2C4RAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CmBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4CAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CkUAAA%2CsCAAA%2CAAAA%2CCAMA%2CAAAA%2C0UAAA%2CsCAAA%2CAAAA%2CCAMA%2CAAAA%2C88BAAA%2CqCAAA%2CAAAA%2CCAUA%2CAAAA%2CoLAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C4LAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CovDAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CsPAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuMAAA%2CkBAAA%2CAAAA%2CCAOJ%2CAAAA%2CqQAAA%2CkBAAA%2CAAAA%2CCASA%2CAAAA%2CwDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CoFAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8KAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAAAA%2CqDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C%2BDAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C2EAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CqUAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2C2OAAA%2C6BAAA%2CAAAA%2CCAMJ%2CAAAA%2CuGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CykBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C4GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwVAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C2GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CmHAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8JAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C8IAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2CsTAAA%2CkBAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CsGAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2JAAA%2CwCAAA%2CAAAA%2CCAQZ%2CAAEI%2CAAAA%2CiFAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CwDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAAAA%2C4JAAA%2CkDAAA%2CAAAA%2CCAOR%2CAACI%2CAACI%2CAAAA%2C4JAAA%2C8DAAA%2CAAAA%2CCAOR%2CAAEI%2CAACI%2CAAAA%2CsNAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C8NAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAAAA%2C4QAAA%2C6BAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C0UAAA%2C6BAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CuCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CyBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CsCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CgJAAA%2CkBAAA%2CAAAA%2CCAOA%2CAAAA%2C6CAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BvBAAA%2CgDAAA%2CAAAA%2CCAOA%2CAAAA%2CoFAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CwEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CiDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CgDAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CqGAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C4CAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2CsBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2C0CAAA%2CAAAA%2CCAMA%2CAAAA%2C6GAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CkBAAA%2CAAAA%2CCAAA%2CCCrZR%2CAACI%2CAACI%2CAAAA%2CuDAAA%2CmBAAA%2CAAAA%2CCAMR%2CAAAA%2C2FAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CmDAAA%2CoBAAA%2CAAAA%2CCAMA%2CyBAEI%2CAACI%2CAAAA%2C0DAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CkCAAA%2CAAAA%2CCAMJ%2CAAAA%2C2FAAA%2CgBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CwFAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CwFAAA%2CkCAAA%2CAAAA%2CCAKJ%2CAAAA%2C0EAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CoBAAA%2CAAAA%2CCAAA%2CCAKJ%2CyBAEI%2CAAAA%2CyGAAA%2CiBAAA%2CAAAA%2CCAKA%2CAAAA%2CgDAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CqFAAA%2CqBAAA%2CAAAA%2CCAAA%2CCCnEJ%2CAACI%2CAAAA%2C%2BCAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAACI%2CAAAA%2CoIAAA%2CgFAAA%2CAAAA%2CCAOA%2CAAAA%2C%2BDAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C6EAAA%2CmFAAA%2CAAAA%2CCAIA%2CAAAA%2C6EAAA%2CuBAAA%2CAAAA%2CCAMR%2CAACI%2CAAAA%2CgDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CgDAAA%2C0BAAA%2CAAAA%2CCAKA%2CAAAA%2CgDAAA%2CwBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CyLAAA%2CqFAAA%2CAAAA%2CCAMA%2CAAAA%2C4OAAA%2CiDAAA%2CAAAA%2CCAQR%2CAACI%2CAACI%2CAAAA%2CwEAAA%2C0BAAA%2CAAAA%2CCAKJ%2CAAAA%2C0CAAA%2CuGAAA%2CAAAA%2CCAMJ%2CAAAA%2CkCAAA%2CqCAAA%2CAAAA%2CCAII%2CAAAA%2CwCAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CyDAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C4HAAA%2CgDAAA%2CAAAA%2CCAKA%2CAAAA%2CyDAAA%2C0BAAA%2CAAAA%2CCAIA%2CAAAA%2CgFAAA%2CqBAAA%2CAAAA%2CCAGI%2CAAAA%2CkGAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C%2BCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C6DAAA%2C%2BFAAA%2CAAAA%2CCAMA%2CAAGI%2CAAAA%2C%2BNAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAAAA%2C6DAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2C6CAAA%2CAAAA%2CCAKA%2CAAAA%2CuDAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CoCAAA%2CmBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CyBAAA%2CqEAAA%2CAAAA%2CCAGI%2CAAAA%2C%2BBAAA%2CyBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BBAAA%2CgDAAA%2CAAAA%2CCAKA%2CAAAA%2CmCAAA%2CyBAAA%2CAAAA%2CCAKJ%2CAAAA%2CsDAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAAA%2CuFAAA%2CoCAAA%2CAAAA%2CCAMA%2CAACI%2CAACI%2CAAAA%2C2DAAA%2C2CAAA%2CAAAA%2CCAKA%2CAAAA%2C2DAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2C6DAAA%2CqIAAA%2CAAAA%2CCAUJ%2CAAAA%2CiCAAA%2CmBAAA%2CAAAA%2CCAGI%2CAAAA%2C0EAAA%2CmGAAA%2CAAAA%2CCAUR%2CAAAA%2C8BAAA%2CkBAAA%2CAAAA%2CCAGI%2CAAAA%2CqCAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuCAAA%2CuBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2CiGAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C8CAAA%2C8BAAA%2CAAAA%2CCAIA%2CAAAA%2CuCAAA%2C4EAAA%2CAAAA%2CCAMJ%2CAAAA%2CsCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CsFAAA%2CeAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CsCAAA%2C6BAAA%2CAAAA%2CCAGI%2CAAAA%2C6CAAA%2C6BAAA%2CAAAA%2CCAOR%2CAAAA%2CqBAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2C%2BIAAA%2CqCAAA%2CAAAA%2CCAII%2CAAAA%2CiPAAA%2CuCAAA%2CAAAA%2CCAMJ%2CAAAA%2CmMAAA%2CeAAA%2CAAAA%2CCAIA%2CAAAA%2CqNAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyIAAA%2CmCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C%2BGAAA%2C6CAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CgHAAA%2C2CAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C4CAAA%2CgBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C4DAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2C2DAAA%2CgBAAA%2CAAAA%2CCAMR%2CAAAA%2C0FAAA%2CmCAAA%2CAAAA%2CCAIA%2CAAAA%2CmHAAA%2CmBAAA%2CAAAA%2CCAOA%2CAAEI%2CAAAA%2C8EAAA%2CwBAAA%2CAAAA%2CCAKJ%2CAAAA%2CuCAAA%2C8EAAA%2CAAAA%2CCAOA%2CyBAEI%2CAACI%2CAAAA%2CsFAAA%2CaAAA%2CAAAA%2CCAGI%2CAAAA%2C2GAAA%2CaAAA%2CAAAA%2CCAKJ%2CAAAA%2C6EAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C6KAAA%2CaAAA%2CAAAA%2CCAKA%2CAAAA%2CgHAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2CkIAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CgIAAA%2CgBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CsCAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2CwBAAA%2CiBAAA%2CAAAA%2CCAIJ%2CAAAA%2C%2BGAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2CsCAAA%2CmBAAA%2CAAAA%2CCAAA%2CCAKJ%2CyBAEI%2CAACI%2CAAAA%2CiGAAA%2C2BAAA%2CAAAA%2CCAAA%2CCAQR%2CAAEI%2CAAAA%2C%2BCAAA%2C%2BDAAA%2CAAAA%2CCAKI%2CAAAA%2C0GAAA%2C0KAAA%2CAAAA%2CCAWA%2CAAAA%2CqDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CmBAAA%2CAAAA%2CCAMR%2C0BAEI%2CAAEI%2CAAAA%2C%2BCAAA%2C0DAAA%2CAAAA%2CCAAA%2CCAYR%2CAAAA%2C0FAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C2FAAA%2CuEAAA%2CAAAA%2CCAIA%2CyBACI%2CAAAA%2CqLAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2C8FAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C0FAAA%2CqBAAA%2CAAAA%2CCAAA%2CCAOJ%2CAAAA%2C6EAAA%2CqCAAA%2CAAAA%2CCAII%2CAAAA%2CwFAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C%2BCAAA%2CeAAA%2CAAAA%2CCAIA%2CAAEI%2CAAAA%2C8FAAA%2CmJAAA%2CAAAA%2CCAWJ%2CAACI%2CAACI%2CAAAA%2C4EAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C0EAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CwEAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CkEAAA%2CwSAAA%2CAAAA%2CCAOA%2CAAAA%2C0EAAA%2C%2BJAAA%2CAAAA%2CCAKJ%2CAAAA%2C4NAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAGI%2CAACI%2CAAAA%2CyNAAA%2C0BAAA%2CAAAA%2CCAIA%2CAAAA%2CqHAAA%2CiCAAA%2CAAAA%2CCAMR%2CAAAA%2C8EAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C0FAAA%2CmOAAA%2CAAAA%2CCAIA%2CAAAA%2CkGAAA%2C%2BJAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CsDAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C8CAAA%2C8DAAA%2CAAAA%2CCAOA%2CAAAA%2C0CAAA%2CuEAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CuIAAA%2CoBAAA%2CAAAA%2CCClkBJ%2CAACI%2CAAAA%2CyCAAA%2CyCAAA%2CAAAA%2CCAKI%2CAAAA%2CyDAAA%2CiBAAA%2CAAAA%2CCAKJ%2CAAAA%2CoBAAA%2CoIAAA%2CAAAA%2CCAUI%2CAAAA%2C4BAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2CqBAAA%2CgBAAA%2CAAAA%2CCAGI%2CAAAA%2C4BAAA%2CeAAA%2CAAAA%2CCAKJ%2CAAAA%2CqBAAA%2C2KAAA%2CAAAA%2CCAQI%2CAAAA%2CmDAAA%2CuBAAA%2CAAAA%2CCAGI%2CAAAA%2C%2BDAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CyEAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAAA%2C2BAAA%2CyJAAA%2CAAAA%2CCAQI%2CAAAA%2CmEAAA%2CgBAAA%2CAAAA%2CCAMJ%2CAAAA%2C2BAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuBAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAAA%2C8BAAA%2CkMAAA%2CAAAA%2CCAUA%2CAAAA%2C0BAAA%2CoWAAA%2CAAAA%2CCAaI%2CAAAA%2CiCAAA%2CWAAA%2CAAAA%2CCAIA%2CAAAA%2CgCAAA%2CwEAAA%2CAAAA%2CCAQA%2CAAAA%2CuCAAA%2C4HAAA%2CAAAA%2CCAMI%2CAAAA%2C8CAAA%2CaAAA%2CAAAA%2CCAKJ%2CAAAA%2CsCAAA%2CsJAAA%2CAAAA%2CCAOA%2CAAAA%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAAAA%2C0BAAA%2CkMAAA%2CAAAA%2CCAWI%2CAAAA%2CsCAAA%2CmNAAA%2CAAAA%2CCAaR%2CAACI%2CAAAA%2CuDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CyBAAA%2CmBAAA%2CAAAA%2CCCtKJ%2CAAAA%2CuCAAA%2CyBAAA%2CAAAA%2CCAII%2CAAAA%2CwGAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CyXAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2LAAA%2CsEAAA%2CAAAA%2CCAKA%2CAAAA%2C2LAAA%2CcAAA%2CAAAA%2CCAIA%2CAAAA%2CsFAAA%2CuBAAA%2CAAAA%2CCAIA%2CAAAA%2CsFAAA%2CsBAAA%2CAAAA%2CCAGI%2CAAAA%2CwGAAA%2CmBAAA%2CAAAA%2CCAMR%2CAAAA%2CuDAAA%2CsEAAA%2CAAAA%2CCAKA%2CAAAA%2CiDAAA%2CyCAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BDAAA%2CuCAAA%2CAAAA%2CCAIA%2CAAAA%2CqDAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CwCAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CmIAAA%2C4BAAA%2CAAAA%2CCAKA%2CAAAA%2CqIAAA%2C4BAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CgEAAA%2C4FAAA%2CAAAA%2CCAOJ%2CyBAEI%2CAACI%2CAAAA%2CuGAAA%2CoEAAA%2CAAAA%2CCAOA%2CAACI%2CAAAA%2C0IAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C2IAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CsFAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CsFAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BEAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CmFAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2C8GAAA%2CgBAAA%2CAAAA%2CCAKJ%2CAAAA%2CsFAAA%2CgBAAA%2CAAAA%2CCAAA%2CCC1HR%2CAACI%2CAAAA%2CuFAAA%2CmGAAA%2CAAAA%2CCAQA%2CAAAA%2C4EAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CiFAAA%2CqDAAA%2CAAAA%2CCAOA%2CAAAA%2C%2BCAAA%2CuEAAA%2CAAAA%2CCAOJ%2CAAAA%2CKAAA%2CwEAAA%2CAAAA%2CCAKA%2CAAAA%2CcAAA%2CqCAAA%2CAAAA%2CCAKA%2CAAAA%2C%2BBAAA%2CqBAAA%2CAAAA%2CCAGI%2CAAAA%2CmDAAA%2C2CAAA%2CAAAA%2CCAKI%2CAAAA%2C%2BDAAA%2CuDAAA%2CAAAA%2CCAMJ%2CAAAA%2C%2BDAAA%2CyBAAA%2CAAAA%2CCCnDJ%2CAACI%2CAAAA%2CqDAAA%2CuCAAA%2CAAAA%2CCAQJ%2CAAAA%2C8DAAA%2CoGAAA%2CAAAA%2CCAOI%2CAAAA%2C0FAAA%2C%2BBAAA%2CAAAA%2CCAKA%2CAAAA%2CkGAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CkFAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2C4EAAA%2CsBAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2C0HAAA%2CwEAAA%2CAAAA%2CCAOA%2CAAAA%2CsIAAA%2C2CAAA%2CAAAA%2CCAKA%2CAAAA%2C4HAAA%2CsBAAA%2CAAAA%2CCAKJ%2CAAAA%2C6EAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2CqKAAA%2CsBAAA%2CAAAA%2CCAOA%2CAAAA%2C0CAAA%2CeAAA%2CAAAA%2CCAMA%2CAAAA%2C0CAAA%2CkLAAA%2CAAAA%2CCAKA%2CyBAEI%2CAAAA%2C2BAAA%2C2BAAA%2CAAAA%2CCAAA%2CCChFJ%2CAAEI%2CAAAA%2CkEAAA%2C0BAAA%2CAAAA%2CCAOJ%2CAAAA%2C8CAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CqBAAA%2CAAAA%2CCCKI%2CAACI%2CAAAA%2CkHAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CkLAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C6GAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CoHAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CgTAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAACI%2CAAAA%2CoLAAA%2C4DAAA%2CAAAA%2CCAKA%2CAAAA%2C2HAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C%2BHAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2C6LAAA%2C6BAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CoLAAA%2C4DAAA%2CAAAA%2CCAKA%2CAAAA%2C2HAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C%2BHAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2C6LAAA%2C6BAAA%2CAAAA%2CCAOZ%2CAAGI%2CAAAA%2C8JAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2JAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CmKAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6KAAA%2C0CAAA%2CAAAA%2CCAOR%2CAACI%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6DAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CmDAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqKAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C6CAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8FAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CuXAAA%2C6BAAA%2CAAAA%2CCAOJ%2CAACI%2CAACI%2CAAAA%2Ck6BAAA%2CkBAAA%2CAAAA%2CCAaZ%2C0BAAA%2CAAvMI%2CAACI%2CAAAA%2CkHAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CkLAAA%2CoBAAA%2CAAAA%2CCAMA%2CAAAA%2C6GAAA%2CoBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CoHAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CgTAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAACI%2CAAAA%2CoLAAA%2C8DAAA%2CAAAA%2CCAKA%2CAAAA%2C2HAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C%2BHAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2C6LAAA%2C6BAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CoLAAA%2C8DAAA%2CAAAA%2CCAKA%2CAAAA%2C2HAAA%2C0CAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C%2BHAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2C6LAAA%2C%2BBAAA%2CAAAA%2CCAOZ%2CAAGI%2CAAAA%2C8JAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C2JAAA%2C%2BBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwBAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CoBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CmKAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6KAAA%2C4CAAA%2CAAAA%2CCAOR%2CAACI%2CAAAA%2C2DAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C6DAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CmDAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwCAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CuEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqKAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C6CAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8FAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CuXAAA%2C6BAAA%2CAAAA%2CCAOJ%2CAACI%2CAACI%2CAAAA%2Ck6BAAA%2CoBAAA%2CAAAA%2CCAAA%2CCnN5MZ%2CAmNuOA%2C0BAAA%2CAArNI%2CAACI%2CAAAA%2CkHAAA%2CoBAAA%2CAAAA%2CCAKA%2CAAAA%2CkLAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C6GAAA%2CqBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CoHAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CgTAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2CqBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAACI%2CAAAA%2CoLAAA%2C8DAAA%2CAAAA%2CCAKA%2CAAAA%2C2HAAA%2C0CAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C%2BHAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2C6LAAA%2C6BAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CoLAAA%2C4DAAA%2CAAAA%2CCAKA%2CAAAA%2C2HAAA%2C4CAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C%2BHAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2C6LAAA%2C6BAAA%2CAAAA%2CCAOZ%2CAAGI%2CAAAA%2C8JAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2C2JAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwDAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CmKAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6KAAA%2C0CAAA%2CAAAA%2CCAOR%2CAACI%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6DAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CmDAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwCAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CuEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqKAAA%2CoBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C6CAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8FAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CuXAAA%2C%2BBAAA%2CAAAA%2CCAOJ%2CAACI%2CAACI%2CAAAA%2Ck6BAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAkCZ%2CyBAAA%2CAA5NI%2CAACI%2CAAAA%2CkHAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CkLAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C6GAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CoHAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CgTAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAACI%2CAAAA%2CoLAAA%2CiEAAA%2CAAAA%2CCAKA%2CAAAA%2C2HAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C%2BHAAA%2C0CAAA%2CAAAA%2CCAKA%2CAAAA%2C6LAAA%2C6BAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CoLAAA%2CiEAAA%2CAAAA%2CCAKA%2CAAAA%2C2HAAA%2C0CAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C%2BHAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2C6LAAA%2C6BAAA%2CAAAA%2CCAOZ%2CAAGI%2CAAAA%2C8JAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2JAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CmKAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6KAAA%2C0CAAA%2CAAAA%2CCAOR%2CAACI%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6DAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CmDAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqKAAA%2CoBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C6CAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8FAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CuXAAA%2C%2BBAAA%2CAAAA%2CCAOJ%2CAACI%2CAACI%2CAAAA%2Ck6BAAA%2CkBAAA%2CAAAA%2CCAAA%2CCAyCZ%2CyBAAA%2CAAnOI%2CAACI%2CAAAA%2CkHAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CkLAAA%2CkBAAA%2CAAAA%2CCAMA%2CAAAA%2C6GAAA%2CkBAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CoHAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CgTAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CsCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAACI%2CAACI%2CAAAA%2CoLAAA%2CgEAAA%2CAAAA%2CCAKA%2CAAAA%2C2HAAA%2C0CAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C%2BHAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2C6LAAA%2C6BAAA%2CAAAA%2CCAMR%2CAACI%2CAACI%2CAAAA%2CoLAAA%2C8DAAA%2CAAAA%2CCAKA%2CAAAA%2C2HAAA%2CsCAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2C%2BHAAA%2CsCAAA%2CAAAA%2CCAKA%2CAAAA%2C6LAAA%2C6BAAA%2CAAAA%2CCAOZ%2CAAGI%2CAAAA%2C8JAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C2JAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAAA%2CwBAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CwDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyDAAA%2CkBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2CmKAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C6KAAA%2C0CAAA%2CAAAA%2CCAOR%2CAACI%2CAAAA%2C2DAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2C6DAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CmDAAA%2CoBAAA%2CAAAA%2CCAKJ%2CAAAA%2CwCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CuEAAA%2CkBAAA%2CAAAA%2CCAKA%2CAAAA%2CkCAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CqKAAA%2CkBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C6CAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2C8FAAA%2CkBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CuXAAA%2C6BAAA%2CAAAA%2CCAOJ%2CAACI%2CAACI%2CAAAA%2Ck6BAAA%2CkBAAA%2CAAAA%2CCAAA%2CCCjKZ%2CAACI%2CAACI%2CAAAA%2CyFAAA%2CmBAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2C0EAAA%2C2BAAA%2CAAAA%2CCAIA%2CAAAA%2CsLAAA%2C2BAAA%2CAAAA%2CCAMJ%2CAACI%2CAAAA%2CwFAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CmDAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C0DAAA%2CmBAAA%2CAAAA%2CCAQR%2CAAAA%2CyDAAA%2CoBAAA%2CAAAA%2CCAMA%2CAAAA%2CmDAAA%2CeAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2C6CAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2CmCAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2CsLAAA%2CwBAAA%2CAAAA%2CCAIA%2CAAAA%2C%2BCAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CwCAAA%2C6GAAA%2CAAAA%2CCAYJ%2CAAAA%2CoBAAA%2CyEAAA%2CAAAA%2CCAKI%2CAAAA%2CkCAAA%2CuBAAA%2CAAAA%2CCAKJ%2CAAAA%2C2CAAA%2CgBAAA%2CAAAA%2CCAMA%2CAACI%2CAAAA%2CuEAAA%2CsBAAA%2CAAAA%2CCAIA%2CAAAA%2CgJAAA%2CsBAAA%2CAAAA%2CCAKA%2CAACI%2CAAAA%2C2GAAA%2CwBAAA%2CAAAA%2CCAIA%2CAACI%2CAAAA%2C2OAAA%2CgBAAA%2CAAAA%2CCAKA%2CAAAA%2CoHAAA%2CiBAAA%2CAAAA%2CCAIA%2CAAAA%2CmHAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2C8NAAA%2CyHAAA%2CAAAA%2CCAKI%2CAAAA%2C0OAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAAA%2C%2BGAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C8GAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C0OAAA%2CmBAAA%2CAAAA%2CCAIA%2CAAAA%2C0HAAA%2C2EAAA%2CAAAA%2CCAKA%2CAAAA%2CmHAAA%2CgEAAA%2CAAAA%2CCAWZ%2CAACI%2CAAEI%2CAAAA%2CmIAAA%2CsBAAA%2CAAAA%2CCAxMJ%2CAACI%2CAAAA%2CyCAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CwNAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C2GAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CoEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyWAAA%2CkBAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCAwLR%2C0BAAA%2CAAtNI%2CAACI%2CAAAA%2CyCAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CwNAAA%2C%2BBAAA%2CAAAA%2CCAIA%2CAAAA%2C2GAAA%2C%2BBAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CoEAAA%2CoBAAA%2CAAAA%2CCAIA%2CAAAA%2CyWAAA%2CoBAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCAAA%2CCpNnCR%2CAoNyOA%2C0BAAA%2CAApOI%2CAACI%2CAAAA%2CyCAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CwNAAA%2CgCAAA%2CAAAA%2CCAIA%2CAAAA%2C2GAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CoEAAA%2CqBAAA%2CAAAA%2CCAIA%2CAAAA%2CyWAAA%2CkBAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CsDAAA%2CoBAAA%2CAAAA%2CCAAA%2CCA6MR%2CyBAAA%2CAA3OI%2CAACI%2CAAAA%2CyCAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CwNAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C2GAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CoEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyWAAA%2CkBAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CsDAAA%2CoBAAA%2CAAAA%2CCAAA%2CCAoNR%2CyBAAA%2CAAlPI%2CAACI%2CAAAA%2CyCAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAACI%2CAAAA%2CwNAAA%2C6BAAA%2CAAAA%2CCAIA%2CAAAA%2C2GAAA%2C6BAAA%2CAAAA%2CCAKJ%2CAAEI%2CAAAA%2CoEAAA%2CkBAAA%2CAAAA%2CCAIA%2CAAAA%2CyWAAA%2CkBAAA%2CAAAA%2CCAOJ%2CAACI%2CAAAA%2CsDAAA%2CkBAAA%2CAAAA%2CCA4NJ%2CAAAA%2C0BAAA%2C0HAAA%2CAAAA%2CCAOI%2CAAAA%2CsCAAA%2CwDAAA%2CAAAA%2CCAQJ%2CAACI%2CAAAA%2CmCAAA%2CgBAAA%2CAAAA%2CCAIA%2CAAAA%2CqCAAA%2C0BAAA%2CAAAA%2CCAAA%22%7D */
/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
	position: absolute;
	right: 0;
	margin-top: 6px;
	margin-right: 15px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
	padding-right: 30px;
}
/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin: -3px 15px 0 0;
	padding: 0;
	width: 32px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border-width: 1px;
 	border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
	content: '+';
	font-family: monospace;
	font-weight: bold;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
	content: '-';
}
.navbar-nav.sm-collapsible a.has-submenu {

}
/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
	position: static;
	margin: 0 0 0 2px;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
	content: '' !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
	padding-right: 15px;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-bottom: 7px solid;
	border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px dashed transparent;
	border-bottom: 7px dashed transparent;
	border-left: 7px dashed transparent;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
	padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
	padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
	padding-left: 65px;
}
/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
	white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
	white-space: normal;
}
/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto;
}
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

@font-face {
  font-family: 'flexslider-icon';
  src: url('../../../typo3conf/ext/ws_slider/Resources/Public/Fonts/Flexslider/flexslider-icon.eot');
  src: url('../../../typo3conf/ext/ws_slider/Resources/Public/Fonts/Flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/ws_slider/Resources/Public/Fonts/Flexslider/flexslider-icon.woff') format('woff'), url('../../../typo3conf/ext/ws_slider/Resources/Public/Fonts/Flexslider/flexslider-icon.ttf') format('truetype'), url('../../../typo3conf/ext/ws_slider/Resources/Public/Fonts/Flexslider/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



.tx-ws-flexslider .caption-title { font-weight: bold; }
.tx-ws-flexslider .caption-body p { margin-bottom: 0; }
.tx-ws-flexslider .caption-text { padding: 17px; }

.flexslider .slides img { height: auto; }

@media screen and (min-width: 861px) {
  
  .slides li div.captionwrapper { position: absolute; width: 350px; top:auto; bottom: 10px; }
  .slides li div.caption span { color: #fff; display: block; }
  .slides li div.caption .captiontitle { font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: right; }
  .slides li div.caption .captiontext { font-size: 12px; line-height: 15px; }
  
  
  .tx-ws-flexslider .caption-align-left .caption-text { left: 20px; }
  .tx-ws-flexslider .caption-align-left .caption-link { left: 20px; }
  .tx-ws-flexslider .caption-align-right .caption-text { right: 20px; }
  .tx-ws-flexslider .caption-align-right .caption-link { right: 20px; }
  .tx-ws-flexslider .caption-link { position: absolute; bottom: 20px; }
  .tx-ws-flexslider .caption-text { position: absolute; width: 350px; top: 20px; background: rgba(255,255,255,0.9); }
  
  
  
  
}
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

.tns-nav {
    text-align: center;
    margin: 10px 0;
}
.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}
.tns-nav > .tns-nav-active { background: #999; }

.tns-controls { text-align: center; margin-bottom: 10px; }
.tns-controls [aria-controls] {
    font-size: 15px;
    margin: 0 5px;
    padding: 0 1em;
    height: 2.5em;
    color: #fff;
    background: #D6D6D6;
    border-radius: 3px;
    border: 0;
}
.tns-controls [disabled] {
    color: #999999;
    background: #B3B3B3;
    cursor: not-allowed !important;
}
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width: 900px){.cc-btn{white-space:normal}}@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}.dp--cookie-check{display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(255,255,255,0.5);border-radius:5px;margin-top:.5rem}.dp--cookie-check label{padding:5px;display:block;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dp--cookie-check label:first-child{padding-left:10px}.dp--cookie-check label:last-child{padding-right:10px}.dp--iframe{display:none}.dp--iframe.dp--loaded{display:block}.dp--overlay{padding:2.5rem 1.5rem;display:flex;justify-content:center;align-items:center;text-align:center}.dp--overlay-description{margin-top:.8rem}.dp--overlay-button{margin-top:.8rem}.db--overlay-submit{border:2px solid transparent;display:inline-block;padding:.4em .8em;font-weight:700;text-align:center}.dp--iframe.dp--loaded+.dp--overlay{display:none}.cc-revoke.dp--revoke{transform:none !important;text-decoration:none !important;min-width:40px;height:40px;margin:5px;border-radius:20px !important;line-height:1;display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.cc-revoke.dp--revoke i{font-size:24px;pointer-events:none}.cc-revoke.dp--revoke.cc-top,.cc-revoke.dp--revoke.cc-bottom{left:0}.cc-revoke.dp--revoke.cc-right{right:0;left:unset}.cc-revoke.dp--revoke .dp--hover{pointer-events:none;display:none}.cc-revoke.dp--revoke:hover{opacity:.7}.cc-revoke.dp--revoke:hover .dp--hover{display:inline-block}.dp--sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}@font-face{font-family:'dp-icomoon';src:url(/typo3conf/ext/dp_cookieconsent/Resources/Public/fonts/icomoon.eot?b534315f4949ed02298980b146c9a049);src:url(/typo3conf/ext/dp_cookieconsent/Resources/Public/fonts/icomoon.eot?b534315f4949ed02298980b146c9a049#iefix) format("embedded-opentype"),url(/typo3conf/ext/dp_cookieconsent/Resources/Public/fonts/icomoon.ttf?ffd3aa080571c3d5085ca0ee029ac730) format("truetype"),url(/typo3conf/ext/dp_cookieconsent/Resources/Public/fonts/icomoon.woff?3921146f40d360ea6225ec379a33bbb3) format("woff"),url(/typo3conf/ext/dp_cookieconsent/Resources/Public/fonts/icomoon.svg?d5bf136ab0ec206627b0eb4cbe155bd8#icomoon) format("svg");font-weight:normal;font-style:normal;font-display:block}[class^="dp--icon-"],[class*=" dp--icon-"]{font-family:'dp-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}.dp--icon-fingerprint:before{content:"\e900"}
