body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
  font-size: 12pt;
  line-height: 1.75em;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  transition: ease-in-out 0.2s;
  color: #00235d;
}
a:hover {
  color: #00235d;
}
h1 {
  color: #4d85c5;
  line-height: 1.25em;
  font-size: 28pt;
  margin-top: 25px;
  margin-bottom: 25px;
}
h2 {
  color: #4d85c5;
  font-size: 24pt;
  line-height: 1.25em;
}
h3 {
  color: #4d85c5;
  font-size: 20pt;
  line-height: 1.25em;
}
.owl-carousel h2 {
  color: #fff;
}
.owl-carousel .owl-item {
  display: flex;
}
.owl-carousel .owl-item ul {
  padding-left: 0rem;
  margin-bottom: 20px;
}
.owl-carousel .owl-item ul li {
  list-style-type: none;
  padding-left: none;
}
.owl-dots {
  display: block !important;
  opacity: 1;
  visibility: visible;
  position: relative;
  /* Adjusts positioning */
  bottom: 10px;
  /* Adjusts vertical placement */
  text-align: center;
}
.owl-dot {
  background-color: #333;
  /* Dot color */
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 5px;
  display: inline-block;
}
#page-loggedin #header {
  top: 48px;
}
.pagetitle {
  background-color: #4d85c5;
  width: 100%;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pagetitle h1,
.pagetitle h2,
.pagetitle h3,
.pagetitle h4,
.pagetitle h5 {
  color: #fff;
}
.button {
  padding: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #4d85c5;
  text-decoration: none;
  text-shadow: none;
  letter-spacing: 1px;
  width: max-content;
  transition: ease-in-out 0.2s;
}
.button:hover {
  background-color: #00235d;
  color: #fff;
}
#homeitems {
  width: calc(100% + 40px);
  display: flex;
  margin-left: -40px;
  margin-top: 30px;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
#homeitems .homeitem {
  width: calc(33.33% - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
}
#homeitems .item {
  display: block;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}
#homeitems .item:hover .title {
  background-color: #00235d;
}
#homeitems .item .title {
  width: 100%;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #4d85c5;
  transition: ease-in-out 0.2s;
  position: relative;
  letter-spacing: 1px;
  z-index: 1;
  font-size: 20px;
}
#homeitems .item .image {
  width: 100%;
  z-index: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
  transition: ease-in-out 0.25s;
}
#homeitems .item:hover .image {
  transform: scale(1.1);
}
#projects {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  margin-bottom: 30px;
  margin-top: -20px;
}
#projects .item .title {
  width: 100%;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  transition: ease-in-out 0.2s;
  position: absolute;
  text-shadow: 0px 0px 5px #000000;
  bottom: 0;
  letter-spacing: 1px;
  z-index: 1;
  font-style: italic;
}
#projects .item .image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  transition: ease-in-out 0.2s;
  left: 0;
  opacity: 1;
  top: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}
#projects .item {
  width: 33.33%;
  margin-bottom: 0px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
#projects .item:hover .image:before {
  opacity: 0;
}
#projects .item .image {
  width: 100%;
  z-index: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
  transition: ease-in-out 0.25s;
  transform: scale(1.01);
}
#projects .item:hover .image {
  transform: scale(1.06);
}
#content {
  container-type: inline-size;
}
#content .cols2 {
  width: calc(100% + 40px);
  margin-left: -40px;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
#content .cols2 .col {
  width: calc(50% - 40px);
  margin-left: 40px;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.clear {
  clear: both;
}
#content {
  margin-top: 114px;
  width: 100%;
  margin-bottom: 40px;
}
#contact a {
  -webkit-transform: perspective(400px) rotateX(90deg);
  opacity: 0;
}
#contact.visible a {
  transition: ease-in-out 0.5s;
  -webkit-transform: perspective(400px) rotateX(0);
  opacity: 1;
}
#contact .text {
  -webkit-transform: perspective(400px) rotateX(90deg);
  opacity: 0;
  transition: ease-in-out 0.5s;
}
#contact.visible .text {
  -webkit-transform: perspective(400px) rotateX(0);
  opacity: 1;
}
.owl-carousel {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 40px;
}
.owl-carousel .item .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  z-index: -1;
}
.owl-carousel .item {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px;
  min-height: 500px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  text-shadow: 0px 0px 5px #000000;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}
.owl-carousel .item .title {
  font-size: 24pt;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-weight: bold;
}
.owl-carousel .item .content {
  transition: ease-in-out 1s;
  /*margin-left: -100%;*/
}
.owl-carousel .active .item .content {
  opacity: 1;
  /*margin-left: 0;*/
}
.owl-carousel .active .item .content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.owl-carousel .active .item .content ul li {
  padding-left: 32px;
}
.owl-carousel .active .item .content ul li:before {
  content: '';
  width: 16px;
  height: 16px;
  margin-left: -32px;
  margin-top: 7px;
  position: absolute;
  background-image: url('/application/themes/my_template/images/arrow-right.svg');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.owl-carousel .item .image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -99;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.detailpage {
  width: 100%;
  padding-top: 20px;
}
@media only screen and (max-width: 1199.98px) {
  #projects .item .title {
    font-size: 10pt;
    line-height: 1.5em;
    padding: 10px;
  }
}
@media only screen and (max-width: 950px) {
  #projects .item {
    width: 50%;
  }
  #projects .item .title {
    padding: 20px;
  }
  #pull {
    display: block;
  }
  #mainmenu ul {
    width: 100%;
  }
  #header {
    position: relative !important;
  }
  #header.sticky .wrapper ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #header.sticky .wrapper {
    display: block;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
  }
  #header.sticky #logo {
    max-width: 250px;
    margin-top: 10px;
  }
  #header.sticky .contactgegevens a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header.sticky .contactgegevens a img {
    width: 32px;
  }
  #header {
    padding-bottom: 20px;
    width: 100%;
  }
  #header .wrapper ul {
    margin-top: 15px;
  }
  #header .wrapper ul li {
    width: 100%;
  }
  #header .wrapper ul li a {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #content {
    margin-top: -60px;
  }
  .owl-carousel .item {
    padding: 20px;
  }
  .owl-carousel .item .image:before {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  }
  #homeitems .homeitem {
    width: calc(50% - 40px);
  }
  #footer .content {
    max-width: 100% !important;
    width: 100%;
    order: 1;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #footer #google-maps {
    width: calc(100% - 0px) !important;
    margin-right: 0px !important;
    height: 350px !important;
    order: 2 !important;
  }
  #footer .top {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }
  #contact .text {
    width: 100%;
    margin-bottom: 25px;
  }
  /* #content .cols2 .col {
        float: left;
        width: calc(100% - 40px);
    } */
}
@media only screen and (max-width: 991.98px) {
  #pull {
    width: 100%;
    display: block;
  }
  #header {
    padding-bottom: 20px;
    border-bottom: none !important;
    position: relative !important;
  }
  #header #logo {
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: inline-flex !important;
  }
  #header #logo img {
    display: inline-block;
    max-width: 250px;
  }
  #header .contactgegevens {
    width: 100%;
    text-align: center;
  }
  .contactgegevens a {
    display: inline-block;
  }
  #content {
    margin-top: 20px;
  }
  .pagetitle {
    margin-top: 0px;
  }
  #footer {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  #contact .text {
    font-size: 18pt;
  }
  #projects .item .title {
    font-size: 8pt;
    line-height: 1.5em;
    padding: 10px;
  }
  #homeitems {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
  #homeitems .homeitem {
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #footer .cols2 {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }
  #footer .cols2 .item {
    width: calc(100% - 40px) !important;
  }
}
@media only screen and (max-width: 575.98px) {
  #projects .item {
    width: 100%;
  }
  #content .cols2,
  #content .cols2 .col {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 450px) {
  #bottombar .privacy-policy {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  #contact .text {
    font-size: 16pt;
  }
}
.svg-primary-color {
  fill: #4d85c5 !important;
}
.contactgegevens svg {
  width: 32px;
  margin-right: 15px;
  vertical-align: middle;
}
.contactgegevens svg path {
  fill: #4d85c5 !important;
}
#footer svg {
  width: 16px;
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 2px;
}
#footer svg path {
  fill: #4d85c5 !important;
}
#footer svg path:hover {
  fill: #00235d !important;
}
#footer a:hover i {
  color: #00235d;
  transition: ease-in-out 0.2s;
}
#footer .contactgegevens svg {
  width: 32px;
  margin-right: 15px;
  vertical-align: middle;
}
#footer .contactgegevens svg path {
  fill: #00235d !important;
}
.primary-color {
  color: #4d85c5;
  padding-right: 15px;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}
.btn.ccm-edit-slide,
.btn.ccm-delete-image-slider-entry {
  top: unset !important;
  bottom: 10px !important;
}
.carousel-dashboard-buttons {
  margin-top: 3rem;
}
.admin-margin {
  margin-top: 48px;
}
@media only screen and (max-width: 991px) {
  .admin-margin {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  #page-loggedin #header {
    top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  #content {
    margin-top: 0px;
  }
}
#header .wrapper .nav-selected,
#header .wrapper .nav-path-selected {
  color: #4d85c5;
  font-weight: bold;
}
#header {
  transition: ease-in-out 0.2s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 2px solid #4d85c5;
}
#header * {
  transition: ease-in-out 0.2s;
}
#header .wrapper ul li a:hover {
  color: #4d85c5;
}
#header #logo {
  margin-top: 10px;
  float: left;
  width: 100%;
  max-width: 250px;
}
#header.sticky #logo {
  max-width: 175px;
}
#header #logo img {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#header .contactgegevens {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 500px) {
  #header .contactgegevens {
    display: block;
  }
}
#header.sticky .contactgegevens a {
  padding-top: 5px;
  padding-bottom: 5px;
}
#header .wrapper ul {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}
#header .wrapper ul li {
  float: left;
}
#header .wrapper ul li a {
  padding: 15px;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  float: left;
}
#header.sticky .wrapper ul li a {
  padding-top: 5px;
  padding-bottom: 10px;
}
.contactgegevens a:hover {
  color: #00235d;
}
.contactgegevens a img {
  width: 32px;
  margin-right: 15px;
  vertical-align: middle;
}
#header.sticky .contactgegevens a svg {
  width: 24px;
}
a.nav-link {
  font-weight: bold;
}
a.nav-link.active {
  color: #4d85c5 !important;
  font-weight: bold;
}
.contactgegevens a {
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 15px;
  padding-top: 13px;
  padding-bottom: 10px;
  text-decoration: none;
}
#pull {
  text-transform: uppercase;
  background: #B8D337;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  color: #fff;
  display: none;
  cursor: pointer;
  font-weight: bold;
  clear: right;
}
.burger {
  width: 24px;
  height: 24px;
  clear: right;
  cursor: pointer;
  position: relative;
  margin-left: 15px;
  margin-top: 5px;
  margin-left: auto;
}
.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  opacity: 1;
}
.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07000000000000001, 1);
  content: "";
}
.burger:before {
  top: 2px;
}
.burger span {
  top: 8px;
}
.burger:after {
  top: 14px;
}
.burger.cross span {
  opacity: 0;
}
.burger.cross:before,
.burger.cross:after {
  top: 40%;
}
.burger.cross:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}
.burger.cross:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}
.burger:focus {
  outline: none;
}
@media only screen and (min-width: 992px) {
  .col-md-12 {
    width: 50%;
  }
}
@media only screen and (min-width: 991.98px) {
  #header #mainmenu {
    float: right;
    clear: right;
  }
}
@media only screen and (max-width: 991.98px) {
  #header.sticky {
    position: sticky !important;
  }
  #header .col-md-12 {
    text-align: center;
  }
  div.ccm-block-top-navigation-bar .navbar-light .navbar-toggler {
    border: none !important;
    outline: none;
    box-shadow: none;
  }
  div.ccm-block-top-navigation-bar .navbar {
    margin-top: -40px;
  }
  #header .wrapper ul {
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  span.icon-bar {
    margin-right: 0;
  }
  #pull {
    background: #4d85c5;
    text-transform: uppercase;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
  }
  #pull p {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
  }
  #header #mainmenu {
    display: none;
    width: 100%;
    transition: none;
  }
  #header .contactgegevens {
    justify-content: center;
  }
  .contactgegevens a {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  #header #logo {
    margin-bottom: 0px;
  }
  #header #logo img {
    float: none;
    display: inline-block !important;
    max-width: 250px;
  }
  #header .wrapper {
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
  }
}
#contact {
  background-color: #4d85c5;
  padding: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  align-items: center;
}
#contact .text {
  color: #fff;
  font-size: 24pt;
  font-weight: bold;
  line-height: 1.25em;
  display: inline-block;
}
#contact .text p {
  padding: 0;
  margin: 0;
}
#contact a {
  display: inline-block;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  background-color: white;
}
#contact a:hover {
  color: black;
}
#footer {
  width: 100%;
  background-color: rgba(77, 133, 197, 0.25);
  margin-top: 80px;
}
#footer .top {
  display: flex;
  width: 100%;
}
#footer #google-maps {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.gm-svpc {
  display: none;
}
#footer .content {
  max-width: 560px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 80px;
}
#footer .cols2 {
  width: calc(100% + 40px);
  display: flex;
  margin-left: -40px;
}
#footer .cols2 .item {
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  #footer .cols2 .item:first-child {
    margin-bottom: 20px;
  }
}
.contactgegevens a:hover {
  color: #00235d;
}
#footer .cols2 .item h2 {
  border-bottom: 2px solid #4d85c5;
  padding-bottom: 15px;
  font-weight: normal;
  color: inherit;
}
#footer .contactgegevens {
  margin-top: 20px;
}
#footer .contactgegevens a {
  width: 100%;
  padding: 0;
  color: #00235d;
  margin-bottom: 10px;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer ul li {
  padding-left: 32px;
}
.ccm-block-page-list-title a {
  padding-left: 32px;
}
#footer .ccm-block-page-list-title a:before {
  content: '';
  width: 16px;
  height: 16px;
  margin-left: -32px;
  margin-top: 7px;
  position: absolute;
  background-image: url('/application/themes/my_template/images/arrow-right.svg');
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: ease-in-out 0.2s;
}
#footer .ccm-block-page-list-title a:hover:before {
  content: '';
  background-image: url('/application/themes/my_template/images/arrow-right-hover.svg');
}
#footer #bottombar {
  width: 100%;
  padding: 20px;
  font-size: 10pt;
  color: #fff;
  font-weight: bold;
}
#footer #bottombar a,
#footer #bottombar a:hover {
  color: #fff;
  cursor: text;
  text-decoration: none;
}
.privacy-policy {
  float: right;
  margin-left: 20px;
  cursor: pointer !important;
}
#footer #bottombar {
  background-color: #4d85c5;
  float: left;
}
#copyright {
  float: left;
}
#footer .ccm-block-page-list-title a {
  color: #4d85c5;
}
#footer .ccm-block-page-list-title a:hover {
  color: #00235d;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%5C%2Ftemplate%5C%2Fdomains%5C%2Ftemplate.jk.nl%5C%2Fpublic_html%5C%2Fpublic%5C%2Fapplication%5C%2Fthemes%5C%2Fmy_template%5C%2Fcss%5C%2Fless%5C%2Fgeneral.less%22%2C%22home%5C%2Ftemplate%5C%2Fdomains%5C%2Ftemplate.jk.nl%5C%2Fpublic_html%5C%2Fpublic%5C%2Fapplication%5C%2Fthemes%5C%2Fmy_template%5C%2Fcss%5C%2Fless%5C%2Fheader.less%22%2C%22home%5C%2Ftemplate%5C%2Fdomains%5C%2Ftemplate.jk.nl%5C%2Fpublic_html%5C%2Fpublic%5C%2Fapplication%5C%2Fthemes%5C%2Fmy_template%5C%2Fcss%5C%2Fless%5C%2Ffooter.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BEACC%3BEACA%3BEACA%2CaAAa%2CuBAAb%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAID%3BEACC%3BEACA%2C4BAAA%3BEACA%2CcAAA%3B%3BAAGD%2CCAAC%3BEACA%2CcAAA%3B%3BAAGD%3BEACC%2CcAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%2CcAAA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%2CcAAA%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%3BEACb%3B%3BAAGD%2CaAAc%3BEACb%3B%3BAADD%2CaAAc%2CUAEb%3BEACC%3BEACA%3B%3BAAJF%2CaAAc%2CUAEb%2CGAGC%3BEACC%3BEACA%3B%3BAAKH%3BEACC%3BEACA%3BEACG%3BEACH%3B%3BEACG%3B%3BEACA%3B%3BAAGJ%3BEACI%3B%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2CcAAe%3BEACd%3B%3BAAGD%3BEACC%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CUAAW%3BAACX%2CUAAW%3BAACX%2CUAAW%3BAACX%2CUAAW%3BAACX%2CUAAW%3BEACV%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C4BAAA%3B%3BAAGD%2COAAO%3BEACN%2CyBAAA%3BEACA%3B%3BAAGD%3BEACC%2COAAO%2CiBAAP%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAGD%2CUAAW%3BEACV%2COAAO%2CmBAAP%3BEACA%3BEACA%3B%3BAAGD%2CUAAW%3BEACV%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CUAAW%2CMAAK%2CMAAO%3BEACtB%2CyBAAA%3B%3BAAGD%2CUAAW%2CMAAM%3BEAChB%3BEACA%3BEACA%3BEACA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CUAAW%2CMAAM%3BEAChB%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3B%3BAAGD%2CUAAW%2CMAAK%2CMAAO%3BEACtB%2CWAAW%2CUAAX%3B%3BAAGD%3BEACC%3BEACA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2CMAAM%3BEAEf%3BEACA%3BEACA%3BEACA%3BEACA%2C4BAAA%3BEACA%3BEACA%2CgCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2CMAAM%2COAAM%3BEACrB%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%2C4BAAA%3BEACA%3BEACA%3BEACA%3BEACA%2CYAAY%2CgHAAZ%3BEACA%2CYAAY%2CmHAAZ%3BEACA%2CYAAY%2CuGAAZ%3BEACA%2CQAAQ%2CyDAAyD%2CyBAAyB%2C4BAA1F%3B%3BAAGD%2CSAAU%3BEACT%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CSAAU%2CMAAK%2CMAAO%2COAAM%3BEAC3B%3B%3BAAGD%2CSAAU%2CMAAM%3BEACf%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3BEACA%2C6BAAA%3BEACA%2CWAAW%2CWAAX%3B%3BAAGD%2CSAAU%2CMAAK%2CMAAO%3BEACrB%2CWAAW%2CWAAX%3B%3BAAID%3BEACC%3B%3BAAGD%2CQAAS%3BEAER%2COAAO%2CiBAAP%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3B%3BAAGD%2CQAAS%2COAAO%3BEACf%2COAAO%2CgBAAP%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3B%3BAAGD%2CQAAS%3BEACR%2CmBAAmB%2CmBAAmB%2CcAAtC%3BEACA%3B%3BAAGD%2CQAAQ%2CQAAS%3BEAChB%2C4BAAA%3BEACA%2CmBAAmB%2CmBAAmB%2CUAAtC%3BEACA%3B%3BAAGD%2CQAAS%3BEACR%2CmBAAmB%2CmBAAmB%2CcAAtC%3BEACA%3BEACA%2C4BAAA%3B%3BAAGD%2CQAAQ%2CQAAS%3BEAChB%2CmBAAmB%2CmBAAmB%2CUAAtC%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%2CMAAM%2COAAM%3BEACzB%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CYAAY%2C%2BFAAZ%3BEACA%2CYAAY%2CkGAAZ%3BEACA%2CYAAY%2C8FAAZ%3BEACA%2CQAAQ%2CyDAAyD%2CyBAAyB%2C4BAA1F%3BEACA%3B%3BAAGD%2CaAAc%3BEACb%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2CgCAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%2CMAAM%3BEACnB%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%2CMAAM%3BEACnB%2C0BAAA%3B%3B%3BAAID%2CaAAc%2CQAAQ%2CMAAM%3BEAC3B%3B%3B%3BAAID%2CaAAc%2CQAAQ%2CMAAM%2CSAAS%3BEACpC%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CaAAc%2CQAAQ%2CMAAM%2CSAAS%2CGAAG%3BEACvC%3B%3BAAGD%2CaAAc%2CQAAQ%2CMAAM%2CSAAS%2CGAAG%2CGAAE%3BEACzC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAsB%2CyDAAtB%3BEACA%2C0BAAA%3BEACA%3BEACA%2CkCAAA%3B%3BAAGD%2CaAAc%2CMAAM%3BEACnB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CkCAAA%3B%3BAAGD%3BEACC%3BEACA%3B%3BAAWD%2CwBAT8C%3BEAC7C%2CSAAU%2CMAAM%3BIACf%3BIACA%3BIACA%3B%3B%3BAAgIF%2CwBA3H0C%3BEACzC%2CSAAU%3BIACT%3B%3BEAGD%2CSAAU%2CMAAM%3BIACf%3B%3BEAGD%3BIACC%3B%3BEAKD%2CSAAU%3BIACT%3B%3BEAGD%3BIACC%3B%3BEAGD%2COAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BIAC7B%3BIACA%3B%3BEAKD%2COAAO%2COAAQ%3BIAEd%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3BIACA%3B%3BEAGD%2COAAO%2COAAQ%3BIACd%3BIACA%3B%3BEAGD%2COAAO%2COAAQ%2CiBAAiB%3BIAC%5C%2FB%3BIACA%3B%3BEAGD%2COAAO%2COAAQ%2CiBAAiB%2CEAAE%3BIACjC%3B%3BEAGD%3BIACC%3BIACA%3B%3BEAGD%2COAAQ%2CSAAS%3BIAChB%3B%3BEAGD%2COAAQ%2CSAAS%2CGAAG%3BIAEnB%3B%3BEAGD%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BIAEtB%3BIACA%3BIACA%3B%3BEAGD%3BIACC%3B%3BEAGD%2CaAAc%3BIACb%3B%3BEAGD%2CaAAc%2CMAAM%2COAAM%3BIACzB%2CYAAY%2CyEAAZ%3BIACA%2CYAAY%2C4EAAZ%3BIACA%2CYAAY%2CwEAAZ%3BIACA%2CQAAQ%2CyDAAyD%2CyBAAyB%2C4BAA1F%3B%3BEAGD%2CUAAW%3BIACV%2COAAO%2CgBAAP%3B%3BEAGD%2COAAQ%3BIACP%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2COAAQ%3BIACP%2COAAO%2CgBAAP%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2COAAQ%3BIACP%2CmBAAA%3BIACA%2C2BAAA%3B%3BEAGD%2CQAAS%3BIACR%3BIACA%3B%3B%3B%3B%3B%3B%3BAAwDF%2CwBA%5C%2FC6C%3BEAC5C%3BIACC%3BIACA%3B%3BEAGD%3BIACC%3BIACA%3BIACA%3B%3BEAOD%2COAAQ%3BIACP%3BIACA%3BIACA%3BIACA%3B%3BEAGD%2COAAQ%2CMAAM%3BIACb%3BIACA%3B%3BEAGD%2COAAQ%3BIACP%3BIACA%3B%3BEAGD%2CgBAAiB%3BIAChB%3B%3BEAED%3BIACA%3B%3BEAEA%3BIACA%3B%3BEAEA%3BIACC%3B%3B%3BAAoCF%2CwBAhC6C%3BEAC5C%2CQAAS%3BIACR%3B%3BEAGD%2CSAAU%2CMAAM%3BIACf%3BIACA%3BIACA%3B%3BEAGD%3BIACC%2COAAO%2CiBAAP%3BIACA%3B%3BEAGD%2CUAAW%3BIACV%2COAAO%2CiBAAP%3BIACA%3BIACA%3B%3BEAGD%2COAAQ%3BIACP%2CmBAAA%3BIACA%2C2BAAA%3B%3BEAGD%2COAAQ%2COAAO%3BIACd%2COAAO%2CiBAAP%3B%3B%3BAAeF%2CwBAX6C%3BEAC5C%2CSAAU%3BIACT%3B%3BEAEA%2CQAAS%3BEACT%2CQAAS%2COAAO%3BIACf%3BIACA%3B%3B%3BAAYH%2CwBAR0C%3BEACzC%2CUAAW%3BIACV%3BIACA%3BIACA%3B%3B%3BAAUF%2CwBAN0C%3BEACzC%2CQAAS%3BIACR%3B%3B%3BAAIF%3BEACC%2CaAAA%3B%3BAAGD%2CgBACC%3BEACC%3BEACA%3BEACA%3B%3BAAJF%2CgBACC%2CIAIC%3BEACC%2CaAAA%3B%3BAAKH%2COACC%3BEACC%3BEACA%3BEACA%3BEACA%3B%3BAALF%2COACC%2CIAKC%3BEACC%2CaAAA%3B%3BAACA%2COAPF%2CIAKC%2CKAEE%3BEACA%2CaAAA%3B%3BAATJ%2COAaC%2CEAAC%2CMASA%3BEACC%2CcAAA%3BEACA%2C4BAAA%3B%3BAAKH%2COACC%2CiBACC%3BEACC%3BEACA%3BEACA%3B%3BAALH%2COACC%2CiBACC%2CIAIC%3BEACC%2CaAAA%3B%3BAAMJ%3BEACC%2CcAAA%3BEACA%3B%3BAAGD%2CaAAc%3BAAAY%2CaAAa%2CSAAU%3BEAC7C%3BEACI%3B%3BAAIR%2CIAAI%3BAAAiB%2CIAAI%3BEACxB%3BEACA%3B%3BAAGD%3BEACC%3B%3BAAGD%3BEACC%3B%3BAAID%2CwBAH6C%3BEAG7C%3BIAFE%3B%3B%3BAAUF%2CwBAN4C%3BEAC3C%2CcAAe%3BIACd%3B%3B%3BAAQD%2CwBAJ2C%3BEAC3C%3BIACC%3B%3B%3BAC5sBF%2COAAQ%2CSAAS%3BAACjB%2COAAQ%2CSAAS%3BEAChB%2CcAAA%3BEACA%3B%3BAAGD%3BEACC%2C4BAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2C2CAAA%3BEACA%2CgCAAA%3B%3BAAED%2COAAQ%3BEACP%2C4BAAA%3B%3BAAED%2COAAQ%2CSAAS%2CGAAG%2CGAAG%2CEAAC%3BEACvB%2CcAAA%3B%3BAAOD%2COAAQ%3BEACJ%3BEACA%3BEACA%3BEACA%3B%3BAAGJ%2COAAO%2COAAQ%3BEACd%3B%3BAAGD%2COAAQ%2CMAAM%3BEACb%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3BEACA%3B%3BAAKD%2CwBAH0C%3BEAG1C%2COAPQ%3BIAKN%3B%3B%3BAAIF%2COAAO%2COAAQ%2CiBAAiB%3BEAC%5C%2FB%3BEACA%3B%3BAAKD%2COAAQ%2CSAAS%3BEAChB%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%2CSAAS%2CGAAG%3BEACnB%3B%3BAAGD%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BEACtB%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAO%2COAAQ%2CSAAS%2CGAAG%2CGAAG%3BEAC7B%3BEACA%3B%3BAAGD%2CgBAAiB%2CEAAC%3BEACjB%2CcAAA%3B%3BAAGD%2CgBAAiB%2CEAAE%3BEAClB%3BEACA%3BEACA%3B%3BAAGD%2COAAO%2COAAQ%2CiBAAiB%2CEAAE%3BEACjC%3B%3BAAGD%2CCAAC%3BEACA%3B%3BAAGD%2CCAAC%2CSAAS%3BEACT%2CcAAA%3BEACA%3B%3BAAGD%2CgBAAiB%3BEAChB%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEAEA%3B%3BAAOD%3BEAEC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%3BEACC%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAO%3BAACP%2COAAQ%3BAACR%2COAAO%3BEACN%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAO%3BAACP%2COAAO%3BEACN%2CsBAAqB%2CgDAA6C%2C8CAA2C%2CuDAAqD%2C6CAAlK%3BEACA%2C8BAA6B%2CwDAAqD%2C8CAA2C%2CuDAAqD%2C6CAAlL%3BEACA%2CSAAS%2CEAAT%3B%3BAAGD%2COAAO%3BEACN%3B%3BAAGD%2COAAQ%3BEACP%3B%3BAAGD%2COAAO%3BEACN%3B%3BAAGD%2COAAO%2CMAAO%3BEACb%3B%3BAAGD%2COAAO%2CMAAM%3BAACb%2COAAO%2CMAAM%3BEACZ%3B%3BAAGD%2COAAO%2CMAAM%3BEACZ%2CmBAAmB%2CaAAnB%3BEACA%2CgBAAgB%2CaAAhB%3BEACA%2CQAAQ%2CwDAAR%3B%3B%3BAAID%2COAAO%2CMAAM%3BEACZ%2CmBAAmB%2CcAAnB%3BEACA%2CgBAAgB%2CcAAhB%3BEACA%2CQAAQ%2CyDAAR%3B%3B%3BAAID%2COAAO%3BEACN%3B%3BAAOD%2CwBAL0C%3BEACzC%3BIACC%3B%3B%3BAASF%2CwBAN6C%3BEAC7C%2COAAQ%3BIACJ%3BIACA%3B%3B%3BAA8DJ%2CwBA3D4C%3BEAC3C%2COAAO%3BIACN%3B%3BEAED%2COAAQ%3BIACN%3B%3BEAEF%2CGAAG%2C6BAA8B%2CcAAc%3BIAC9C%3BIACA%3BIACA%3B%3BEAEA%2CGAAG%2C6BAA8B%3BIAC5B%3B%3BEAEL%2COAAQ%2CSAAS%3BIAChB%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAGC%2CIAAI%3BIACH%3B%3BEAEL%3BIACC%2CmBAAA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3BIACA%3B%3BEAXD%2CKAYC%3BIACC%3BIACA%3BIACA%3B%3BEAIF%2COAAQ%3BIACP%3BIACA%3BIACA%3B%3BEAED%2COAAQ%3BIACP%3B%3BEAED%2CgBAAiB%3BIAChB%3B%3B%3BAAqBD%2CwBAhB4C%3BEAC3C%2COAAQ%3BIACP%3B%3BEAED%2COAAQ%2CMAAM%3BIACb%3BIACA%3BIACA%3B%3BEAED%2COAAQ%3BIACP%3BIACA%2CmBAAA%3BIACA%2C2BAAA%3BIACA%3B%3B%3BACjSF%3BEACC%2CyBAAA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CmBAAA%3BEACA%2C2BAAA%3BEACA%3B%3BAAGD%2CQAAS%3BEACR%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2CQAAS%2CMAAM%3BEACd%3BEACA%3B%3BAAGD%2CQAAS%3BEACR%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACA%2CQATQ%2CEASP%3BEACA%3B%3BAAIF%3BEACC%3BEACA%2C0CAAA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%2COAAO%2CgBAAP%3BEACA%3B%3BAAED%3BEACC%3B%3BAAED%2COAAQ%3BEACP%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%2COAAO%2CiBAAP%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%2COAAO%3BEAEd%3B%3BAAMD%2CwBAL6C%3BEAC3C%2COAJM%2COAAO%2CMAIZ%3BIACA%3B%3B%3BAAKH%2CgBAAiB%2CEAAC%3BEACjB%2CcAAA%3B%3BAAGD%2COAAQ%2COAAO%2CMAAM%3BEACpB%2CgCAAA%3BEACA%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3B%3BAAGD%2COAAQ%2CiBAAiB%3BEACxB%3BEACA%3BEACA%2CcAAA%3BEACA%3B%3BAAGD%2COAAQ%3BEACP%3BEACA%3BEACA%3B%3BAAGD%2COAAQ%2CGAAG%3BEACV%3B%3BAAED%2C0BAA2B%3BEAC1B%3B%3BAAED%2COAAQ%2C2BAA2B%2CEAAC%3BEACnC%2CSAAS%2CEAAT%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%2CsBAAsB%2CyDAAtB%3BEACA%2C0BAAA%3BEACA%3BEACA%2CkCAAA%3BEACA%2C4BAAA%3B%3BAAED%2COAAQ%2C2BAA2B%2CEAAC%2CMAAM%3BEACzC%2CSAAS%2CEAAT%3BEACA%2CsBAAsB%2C%2BDAAtB%3B%3BAAMD%2COAAQ%3BEACP%3BEACA%3BEACA%3BEACA%3BEAEA%3B%3BAAGD%2COAAQ%2CWAAW%3BAACnB%2COAAQ%2CWAAW%2CEAAC%3BEACnB%3BEACA%3BEACA%3B%3BAAGD%3BEACI%3BEACA%3BEACA%3B%3BAAGJ%2COAAQ%3BEACP%2CyBAAA%3BEACA%3B%3BAAGD%3BEACC%3B%3BAAED%2COAAQ%2C2BAA2B%3BEAElC%2CcAAA%3B%3BAACA%2COAHO%2C2BAA2B%2CEAGjC%3BEACA%2CcAAA%22%7D */