@charset "UTF-8";
/****
 **** mate theme files / custom_variables
 **** uncomment to override materialize variables
 ****
 */
/*
 * mate theme files / custom_variables
 *
 * uncomment to override materialize variables
 */
/* ============================= */
/*        Colour Schemes         */
/* ============================= */
/* ============================= */
/*     MATE Theme Variables      */
/* ============================= */
/* Colors */
/* Text Colors */
/* Boxes */
/* Content Box */
blockquote {
  font-style: italic;
  font-weight: 700;
  font-size: 26px;
}
.ie11 .ce_mateTeaserBox.fullwidth.headline .content {
  margin: 0;
}
#container .simplebox.grey-bg, #container .simplebox.grey-bg .simplebox.inside {
  background: none;
}
#container .simplebox .inside {
  width: 100%;
  height: inherit;
}
.ce_list.col h2, .ce_list.col h3, .ce_list.col h4, .ce_list.col h5, .ce_list.col h6, .ce_list.col ul {
  width: 100%;
}
.ce_list h2, .ce_list h3, .ce_list h4, .ce_list h5, .ce_list h6 {
  margin-bottom: 10px;
}
.ce_list ul {
  margin-top: 0;
}
.ce_list ol {
  padding-left: 35px;
}
.grey-bg, #container .simplebox.grey-bg .inside {
  background: #f1f1f1;
}
#wrapper .ce_list.col {
  flex-direction: column;
}
.ce_accordion ul {
  margin-top: 1em;
}
.ce_mateContentBox .inside > div {
  width: 100%;
}
.text-image-width-50 .image_container {
  width: 50%;
  margin: 0 0 0 12px;
  padding-left: 12px;
}
.firefox td > li, .ie td > li, .edge td > li {
  margin-left: 25px;
  padding-left: 15px;
}
/* Facts */
.facts .ce_text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facts h2 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  border-left: 1px solid #000;
  padding: 10px 0 10px 15px;
  line-height: 18px;
  width: inherit;
}
.facts h2 strong {
  font-size: 56px;
  font-weight: 900;
  display: block;
  line-height: 67px;
}
.facts svg {
  font-size: 80px;
  margin-right: 20px;
  color: #FFB81C;
}
.facts p {
  margin: 0;
}
.facts .row {
  margin-bottom: 0;
}
.career .facts .container .row .ce_text.col {
  flex-direction: inherit;
}
/* Tabs */
.tabs-content, .tabcontrol_panes {
  background: #f1f1f1;
  width: 100%;
  padding: 30px;
}
.tabs-content h2:first-child, .tabs-content h3:first-child, .tabs-content h4:first-child, .tabs-content h5:first-child, .tabs-content h6:first-child, .tabcontrol_panes h2:first-child, .tabcontrol_panes h3:first-child, .tabcontrol_panes h4:first-child, .tabcontrol_panes h5:first-child, .tabcontrol_panes h6:first-child {
  margin-top: 0;
}
.tabs-content ul:not(.browser-default) > li, .tabcontrol_panes ul:not(.browser-default) > li {
  margin-left: 25px;
}
.tabs-content ul:not(.browser-default) > li:before, .tabcontrol_panes ul:not(.browser-default) > li:before {
  position: absolute;
  left: 32px;
  margin-top: -2px;
  content: "»";
  color: #FFB81C;
  font-weight: 700;
}
.tabs-content ul.downloads li, .tabcontrol_panes ul.downloads li {
  list-style-type: none;
  margin-left: 0;
}
.tabs-content ul.downloads li:before, .tabcontrol_panes ul.downloads li:before {
  display: none;
}
.tabs-content ul:not(.browser-default) > .downloads li:before, .tabcontrol_panes ul:not(.browser-default) > .downloads li:before {
  list-style-type: none;
}
.ce_tabcontrol_pane ul li {
  position: relative;
  padding-left: 30px;
}
.tabs .tab a, .tabs .tab a.active {
  color: #000;
}
.tabcontrol_tabs .indicator {
  display: none;
}
.ctlg_master .tabs {
  height: 58px;
}
.ctlg_master .tabs .indicator {
  display: none;
}
.ctlg_master .tabs .tab {
  line-height: 58px;
  height: 58px;
}
.ctlg_master .tabs .tab a {
  font-size: 20px;
  color: #000;
  padding: 0 30px;
}
.ctlg_master .tabs .tab a.active {
  background: #f1f1f1;
  color: #000;
  font-weight: 700;
}
.ce_tabcontrol ul {
  overflow: hidden;
  margin: 0;
}
.ce_tabcontrol .panes table td {
  border: none;
}
.ce_tabcontrol .panes table td:first-child {
  font-weight: 900;
}
.ce_tabcontrol li.tabs {
  font-size: 20px;
  color: #000;
  padding: 0 30px;
  display: flex;
  float: left;
  width: inherit;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  height: 58px;
  transition: color 0.28s ease, background-color 0.28s ease;
  text-overflow: ellipsis;
}
.ce_tabcontrol li.tabs.selected, .ce_tabcontrol li.tabs.selected:hover {
  background: #f1f1f1;
  color: #000;
  font-weight: 700;
}
.ce_tabcontrol li.tabs:hover {
  color: rgba(255, 184, 28, 0.7);
}
.tabcontrol_panes ul:not(.browser-default) > li {
  list-style-type: none;
  margin-left: 0;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.tabs li.tab {
  padding: 0;
  height: 58px;
  line-height: 58px;
  flex-grow: inherit;
}
.tabs li.tab a {
  font-size: 20px;
  color: #000;
  padding: 0 20px;
}
.tabs li.tab a:focus, .tabs li.tab a:focus.active, .tabs li.tab a.active {
  background: #f1f1f1;
}
/* Teaserbox / Slick Slider */
.arrows {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
.ce_mateTeaserBox.fullwidth {
  margin: 0;
}
.ce_mateTeaserBox.fullwidth.grey-bg .inside, #container .simplebox.grey-bg .ce_mateTeaserBox.fullwidth.inside .inside {
  background: #f1f1f1;
}
.ce_mateTeaserBox.fullwidth a {
  font-weight: 700;
  text-decoration: underline;
}
.ce_mateTeaserBox.fullwidth .content {
  padding: 30px 100px;
  display: flex;
  align-items: center;
}
.ce_mateTeaserBox.fullwidth h2, .ce_mateTeaserBox.fullwidth h3 {
  padding: 0;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 54px;
  line-height: 60px;
  word-break: break-word;
}
.ce_mateTeaserBox.fullwidth h2 a, .ce_mateTeaserBox.fullwidth h3 a {
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #000;
}
.ce_mateTeaserBox.fullwidth h2 a:hover, .ce_mateTeaserBox.fullwidth h3 a:hover {
  color: #FFB81C;
}
.ce_mateTeaserBox.fullwidth h2 + p, .ce_mateTeaserBox.fullwidth h3 + p {
  margin-top: 1em;
}
.ce_mateTeaserBox.fullwidth .image {
  padding: 0;
  position: relative;
  min-height: 500px;
  margin: 0;
}
.ce_mateTeaserBox.fullwidth .image a, .ce_mateTeaserBox.fullwidth .image div {
  display: block;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.ce_mateTeaserBox.fullwidth .image > div {
  width: 100%;
  height: 100%;
}
.ce_mateTeaserBox.fullwidth .inside {
  height: inherit;
  padding: 0;
  box-shadow: none;
}
.ce_mateTeaserBox.fullwidth.headline {
  position: relative;
  height: inherit;
  background-position: center;
  background-size: cover;
}
.ce_mateTeaserBox.fullwidth.headline .content {
  padding: 0;
  text-align: center;
  max-width: 70%;
}
.ce_mateTeaserBox.fullwidth.headline .inside {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
}
.ce_mateTeaserBox.fullwidth.headline p {
  font-size: 20px;
  margin: 0;
}
.ce_mateTeaserBox.fullwidth.headline .pageLink {
  margin-top: 15px;
  width: 100%;
}
.ce_mateTeaserBox.fullwidth.headline.col2 {
  background: #FFB81C;
}
.ce_mateTeaserBox.fullwidth.headline.col2 h2 {
  text-align: left;
}
.ce_mateTeaserBox.fullwidth.headline.col2 h2 a {
  text-transform: none;
}
.ce_mateTeaserBox.fullwidth.headline.col2 h2 a:hover {
  color: #fff;
}
.ce_mateTeaserBox.fullwidth.headline.col2 p {
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.ce_mateTeaserBox.fullwidth.headline.col2 .pageLink a {
  background: none;
  border: 2px solid #000;
  padding: 15px;
  display: block;
  position: relative;
  left: inherit;
  color: #000;
  text-decoration: none;
  font-weight: 900;
}
.ce_mateTeaserBox.fullwidth.headline.col2 .row {
  width: 100%;
}
.ce_mateTeaserBox.fullwidth p {
  padding: 0;
  font-size: 18px;
}
.ce_mateTeaserBox.fullwidth .row {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.ce_mateTeaserBox.fullwidth .subheadline {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  display: block;
  font-weight: 400;
}
.ce_mateTeaserBox.fullwidth .video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
}
.ce_mateTeaserBox.fullwidth .video-link i {
  font-size: 120px;
  color: #fff;
}
#wrapper .ce_mateTeaserBox.fullwidth.headline.col2 .pageLink a {
  display: block;
  padding: 20px;
}
#wrapper .ce_mateTeaserBox.fullwidth.headline.col2 .pageLink a:hover {
  color: #000;
  border-color: #fff;
  background: #fff;
}
.ce_slick-content-start, .products-slick-slider {
  position: relative;
  top: 40px;
}
.ce_slick-content-start.block, .products-slick-slider.block {
  overflow: visible;
}
.ce_slick-content-start .yellow-bg, .products-slick-slider .yellow-bg {
  background: #FFB81C;
  height: 180px;
  position: absolute;
  right: 0;
  top: 0;
  width: 92.5%;
}
.ce_slick-content-start .yellow-bg:after, .products-slick-slider .yellow-bg:after {
  position: absolute;
  height: 180px;
  right: -30%;
  width: 30%;
  background: #ffb81c;
  content: "";
}
.ce_text.slick-arrows {
  overflow: visible;
}
.ce_text.slick-arrows + div {
  clear: both;
}
#container .ce_mateTeaserBox.col {
  padding: 0 12px;
}
.products-slick-slider .ctlg_teaser a {
  display: block;
  background: #fff;
  margin: 0 10px;
  width: auto;
  box-shadow: 0 0 7px 0 rgba(49, 49, 49, 0.25);
  height: 180px;
}
.products-slick-slider .ctlg_teaser a:hover {
  background: #f2f2f2;
}
.products-slick-slider .ctlg_teaser a:hover h3, .products-slick-slider .ctlg_teaser a:hover .description {
  color: #000;
}
.products-slick-slider .slick-list {
  padding-top: 10px;
}
.products-slick-slider .slick-slide {
  overflow: visible;
}
.products-slick-slider .yellow-bg {
  height: 180px;
  top: 30px;
}
.products-slick-slider .yellow-bg:after {
  height: 180px;
}
.right-aligned .arrows:after, .right-aligned .arrows:before {
  display: none;
}
.right-aligned .ce_slick-content-start .yellow-bg, .right-aligned .products-slick-slider .yellow-bg {
  left: 0;
  height: 180px;
}
.right-aligned .ce_slick-content-start .yellow-bg:after, .right-aligned .products-slick-slider .yellow-bg:after {
  left: -30%;
  height: 180px;
}
.right-aligned .ce_text h1, .right-aligned .ce_text h2 {
  float: right;
}
.right-aligned .ce_text h1 .arrows, .right-aligned .ce_text h2 .arrows {
  float: right;
  padding: 10px 0 0;
}
.right-aligned .ce_text p {
  float: right;
  text-align: right;
  width: 100%;
}
.right-aligned .products-slick-slider .yellow-bg {
  height: 180px;
  top: 30px;
}
.right-aligned .products-slick-slider .yellow-bg:after {
  height: 180px;
}
.slick-slide .ce_mateTeaserBox {
  margin: 20px 0 0;
}
.slick-slide .ce_mateTeaserBox a {
  color: #000;
}
.slick-slide .ce_mateTeaserBox a:hover {
  color: #000;
}
.slick-slide .ce_mateTeaserBox h2, .slick-slide .ce_mateTeaserBox h3 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.slick-slide .ce_mateTeaserBox img {
  width: 100%;
}
.slick-slide .ce_mateTeaserBox .inside {
  padding: 0 10px;
  height: inherit;
  box-shadow: none;
  background: none;
}
.slick-slide .ce_mateTeaserBox p {
  font-size: 18px;
  padding: 0;
  margin: 10px 0 0;
}
.slick-slide .ce_mateTeaserBox .subheadline {
  display: block;
  color: #000;
  font-size: 14px;
  margin: 0;
}
.slick-slide .ce_mateTeaserBox .subheadline + h2, .slick-slide .ce_mateTeaserBox .subheadline + h3 {
  margin-top: 10px;
}
.slick-slide .ce_mateTeaserBox .text {
  box-shadow: 0 0 15px 0 rgba(49, 49, 49, 0.25);
  -webkit-box-shadow: 0 0 15px 0 rgba(49, 49, 49, 0.25);
  margin: -20px 20px 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.slick-slide .ce_mateTeaserBox .text .inside {
  padding: 25px;
}
.slick-arrows h2 {
  float: left;
}
.slick-arrows p {
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.slick-arrow {
  border: none;
  margin: 0 3px;
  width: 30px;
  height: 30px;
  padding: 0;
  align-items: center;
  justify-content: center;
  background: #FFB81C;
  z-index: 1;
  float: left;
  display: flex !important;
}
.slick-arrow:hover {
  background-color: #fff;
}
.slick-arrow:focus {
  background: #FFB81C;
}
.slick-arrow i {
  color: #fff;
}
.slick-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-slider .slick-prev {
  left: -23px;
  float: left;
  position: absolute;
  bottom: 118px !important;
}
.slick-slider .slick-next {
  left: 23px;
  float: right;
  position: relative;
  bottom: 150px;
}
.slick-2col .slick-slide .ce_mateTeaserBox .text {
  margin: -35px 35px 35px;
}
.slick-2col .slick-slide .ce_mateTeaserBox .text:hover h2, .slick-2col .slick-slide .ce_mateTeaserBox .text:hover h3, .slick-2col .slick-slide .ce_mateTeaserBox .text:hover p, .slick-2col .slick-slide .ce_mateTeaserBox .text:hover a, .slick-2col .slick-slide .ce_mateTeaserBox .text:hover .subheadline {
  color: white;
  transition: none;
}
.slick-2col .slick-slide .ce_mateTeaserBox .text:hover {
  background-color: #FFB81C;
}
div.ce_hofff_recursive-download-folder a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
div.ce_hofff_recursive-download-folder a .material-icons {
  padding-right: 10px;
}
div.ce_hofff_recursive-download-folder .folder > a {
  color: #000;
  font-weight: 300;
}
div.ce_hofff_recursive-download-folder .formbody {
  display: flex;
}
div.ce_hofff_recursive-download-folder .level_1 > li.folder {
  margin-bottom: 25px;
}
div.ce_hofff_recursive-download-folder ul li li {
  padding-left: 40px;
}
div.ce_hofff_recursive-download-folder .reset {
  padding-top: 10px;
}
div.ce_hofff_recursive-download-folder .size {
  padding-left: 10px;
  font-size: 18px;
  padding-top: 5px;
}
div.ce_hofff_recursive-download-folder .widget {
  margin: 0;
  width: 300px;
}
div.ce_hofff_recursive-download-folder .widget-submit {
  width: inherit;
  margin: 0 0 0 15px;
}
div.ce_hofff_recursive-download-folder .widget-submit button {
  margin-top: 0;
}
#wrapper .ce_hofff_recursive-download-folder button {
  padding: 0 25px;
  height: 40px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22www%2Fhtdocs%2Fw018d785%2Fdevelop%2Fdev.kjellberg.de%2Ffiles%2Fmate%2Fsass%2Fparts%2Felements.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAA1EF%3BAAmFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAA3HA%3BAAiIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAA5QN%3BAAqRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%22%7D */