@import url('https://fonts.googleapis.com/css?family=Open+sans:300,400,600,700,800&subset=latin-ext&display=swap');
@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap');
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* --- mixins --- */
.transit {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.roundit {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fitimg {
  width: 100%;
  height: auto;
  display: block;
}
.fit {
  float: left;
  width: 100%;
}
.calcWidth {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
}
/* --- Genel tablo yapısı --- */
table {
  width: 100%;
  border-color: #09629b;
}
th,
td {
  padding: 8px;
  font-size: 14px;
  border-color: #09629b;
}
@media screen and (max-width: 600px) {
  th,
  td {
    font-size: 12px;
  }
}
/* --- Genel düzeltmeler --- */
p,
li,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: default;
}
*:focus {
  outline: none;
}
.menu,
.menu .leaf {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.dialog-off-canvas-main-canvas {
  overflow: hidden;
  /* ---- Form öğeleri ---- */
}
.dialog-off-canvas-main-canvas .form-text,
.dialog-off-canvas-main-canvas .form-textarea,
.dialog-off-canvas-main-canvas .form-search,
.dialog-off-canvas-main-canvas .form-email,
.dialog-off-canvas-main-canvas .form-number,
.dialog-off-canvas-main-canvas .form-tel,
.dialog-off-canvas-main-canvas .form-url {
  padding: 5px 10px 5px 2px;
  border: none;
  width: 100%;
  box-sizing: border-box !important;
  border-bottom: 2px solid #00a4db;
  background: none;
  font-size: 14px;
  height: 40px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.dialog-off-canvas-main-canvas .form-text:focus,
.dialog-off-canvas-main-canvas .form-textarea:focus,
.dialog-off-canvas-main-canvas .form-search:focus,
.dialog-off-canvas-main-canvas .form-email:focus,
.dialog-off-canvas-main-canvas .form-number:focus,
.dialog-off-canvas-main-canvas .form-tel:focus,
.dialog-off-canvas-main-canvas .form-url:focus {
  border-bottom: 1px solid #09629b;
}
.dialog-off-canvas-main-canvas .form-select {
  border: none;
  padding: 0 30px 0 2px;
  font-size: 14px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #00a4db;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36.45 21.22'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2300a4db;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='36.45 0 18.22 21.22 0 0 36.45 0'/%3E%3C/svg%3E");
  background-size: auto 20%;
  background-position: right 3px top 17px;
  background-repeat: no-repeat;
}
.dialog-off-canvas-main-canvas .form-select option {
  font-size: 12px;
}
.dialog-off-canvas-main-canvas .form-radio {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  padding: 0;
  background: #fff;
  border: 1px solid #00a4db;
  width: 16px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 16px !important;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.dialog-off-canvas-main-canvas .form-radio:hover,
.dialog-off-canvas-main-canvas .form-radio:focus {
  border-color: #00a4db;
  cursor: pointer;
}
.dialog-off-canvas-main-canvas .form-radio:checked {
  background: #00a4db;
  box-shadow: inset 0 0 0 3px #fff;
}
.dialog-off-canvas-main-canvas .form-checkbox {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  padding: 0;
  background: #fff;
  border: 1px solid #00a4db;
  width: 16px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 16px !important;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.dialog-off-canvas-main-canvas .form-checkbox:hover,
.dialog-off-canvas-main-canvas .form-checkbox:focus {
  border-color: #00a4db;
  cursor: pointer;
}
.dialog-off-canvas-main-canvas .form-checkbox:checked {
  background: #00a4db;
  box-shadow: inset 0 0 0 3px #fff;
}
.dialog-off-canvas-main-canvas .form-submit {
  padding: 5px 15px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: #00a4db;
  height: 40px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dialog-off-canvas-main-canvas .form-submit:hover {
  background: #09629b;
}
.dialog-off-canvas-main-canvas .views-exposed-form .form--inline {
  display: flex;
  margin-bottom: 40px;
  justify-content: flex-end;
}
.dialog-off-canvas-main-canvas .views-exposed-form .form--inline > .form-item {
  margin: 0 30px 0 0;
}
.dialog-off-canvas-main-canvas .views-exposed-form .form--inline > .form-actions {
  margin: 0;
}
.front #first-time,
.front #block-fresh-theme-page-title {
  display: none;
}
#block-fresh-theme-primary-local-tasks {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #222222;
}
#block-fresh-theme-primary-local-tasks .tabs.primary {
  margin: 0;
  display: flex;
}
#block-fresh-theme-primary-local-tasks .tabs.primary li {
  margin: 0;
}
#block-fresh-theme-primary-local-tasks .tabs.primary li a {
  color: #FFF;
  padding: 10px;
}
#block-fresh-theme-primary-local-tasks .tabs.primary li a:hover {
  background: #555;
}
#block-fresh-theme-primary-local-tasks .tabs.primary li.is-active a {
  color: #222222;
}
#block-fresh-theme-primary-local-tasks .tabs.primary li.is-active a:hover {
  background: #FFF;
}
.simple-status-messages {
  font-size: 12px;
}
.simple-status-messages .messages--status {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.black-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.black-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.invisibleTab {
  height: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  visibility: hidden !important;
}
/* ----------------- Site genel kodları ----------------- */
body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: default;
  padding: 0;
  margin: 0;
  color: #222222;
}
.dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  position: relative;
}
.dialog-off-canvas-main-canvas a:link,
.dialog-off-canvas-main-canvas a:visited {
  text-decoration: none;
  color: #222222;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.dialog-off-canvas-main-canvas a:hover,
.dialog-off-canvas-main-canvas a:active,
.dialog-off-canvas-main-canvas a.active {
  color: #00a4db;
}
#footerHolder {
  float: left;
  width: 100%;
  margin-top: auto;
  padding-bottom: 50px;
}
.page-user-password .dialog-off-canvas-main-canvas {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
}
.front {
  background-image: url("/themes/custom/fresh_theme/images/vector.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-position: top -150px center;
}
@media screen and (max-width: 850px) {
  .front {
    background-size: 200% auto;
  }
}
.front .region-header {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
  padding: 30px 0;
}
.front .region-featured {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
}
#block-header .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
#block-header .content .block-image {
  width: 50%;
}
@media screen and (max-width: 850px) {
  #block-header .content .block-image {
    width: 100%;
    margin-right: -20%;
  }
}
#block-header .content .block-image img,
#block-header .content .block-image a {
  width: 100%;
  height: auto;
  display: block;
}
#block-header .content .block-content {
  width: 50%;
}
@media screen and (max-width: 850px) {
  #block-header .content .block-content {
    width: 100%;
  }
}
#block-header .content .block-content strong {
  font-size: 64px;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  #block-header .content .block-content strong {
    font-size: 32px;
  }
}
#block-logo {
  position: relative;
}
#block-logo::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 676px;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(/themes/custom/fresh_theme/images/logo-bg.png) no-repeat top center;
  background-size: contain;
}
#block-footer .content {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: auto;
}
#block-footer .content .field--name-field-content {
  text-align: center;
}
#block-footer .content .field--name-field-content p:first-child {
  display: flex;
  justify-content: center;
}
#block-footer .content .field--name-field-content p:first-child a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -555px;
  overflow: hidden;
  background-repeat: no-repeat;
  margin: 0 20px;
}
#block-footer .content .field--name-field-content p:first-child .linkk-instagram {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3e%3cg fill='%23333'%3e%3cpath d='M26.184 10.381a8.165 8.165 0 0 0-.524-2.77 5.763 5.763 0 0 0-3.291-3.291 8.258 8.258 0 0 0-2.733-.525c-1.202-.054-1.584-.069-4.636-.069-3.053 0-3.444 0-4.637.069a8.258 8.258 0 0 0-2.732.525A5.759 5.759 0 0 0 4.34 7.611a8.192 8.192 0 0 0-.524 2.731c-.053 1.204-.07 1.585-.07 4.638 0 3.052 0 3.442.07 4.637.019.935.195 1.858.524 2.734a5.763 5.763 0 0 0 3.293 3.29 8.23 8.23 0 0 0 2.73.563c1.205.053 1.586.07 4.638.07 3.053 0 3.444 0 4.638-.07a8.233 8.233 0 0 0 2.732-.524 5.77 5.77 0 0 0 3.292-3.291 8.23 8.23 0 0 0 .523-2.734c.054-1.203.07-1.584.07-4.638-.002-3.052-.002-3.44-.072-4.636ZM14.992 20.753a5.778 5.778 0 0 1-5.778-5.78 5.778 5.778 0 1 1 11.557 0 5.779 5.779 0 0 1-5.779 5.78Zm6.01-10.424a1.344 1.344 0 0 1-1.348-1.348A1.347 1.347 0 1 1 21 10.33Z'/%3e%3cpath d='M14.992 18.727a3.754 3.754 0 1 0 0-7.507 3.754 3.754 0 0 0 0 7.507Z'/%3e%3c/g%3e%3c/svg%3e");
}
#block-footer .content .field--name-field-content p:first-child .linkk-youtube {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='none' viewBox='0 0 30 30'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23333' d='M29.375 8.134a3.483 3.483 0 0 0-.957-1.588 3.812 3.812 0 0 0-1.673-.927C24.397 5 14.992 5 14.992 5a95.78 95.78 0 0 0-11.737.588 3.95 3.95 0 0 0-1.672.95A3.62 3.62 0 0 0 .61 8.133 36.363 36.363 0 0 0 0 15a36.31 36.31 0 0 0 .61 6.867c.171.6.505 1.145.969 1.587a3.87 3.87 0 0 0 1.676.928C5.634 25 14.993 25 14.993 25a95.93 95.93 0 0 0 11.752-.587 3.813 3.813 0 0 0 1.672-.928c.457-.433.788-.982.957-1.587a35.58 35.58 0 0 0 .626-6.87 33.225 33.225 0 0 0-.625-6.896v.002ZM12.002 19.28v-8.559l7.825 4.28-7.825 4.279Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h30v30H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
#block-footer .content .field--name-field-content p:first-child .linkk-tiktok {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='25' fill='none' viewBox='0 0 22 25'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23333' d='M22 10.25a10.355 10.355 0 0 1-6.029-1.917v8.727a7.905 7.905 0 0 1-1.424 4.521 7.976 7.976 0 0 1-3.761 2.91 8.026 8.026 0 0 1-4.758.26 7.99 7.99 0 0 1-4.06-2.483 7.899 7.899 0 0 1-1-8.99 7.962 7.962 0 0 1 3.417-3.303 8.022 8.022 0 0 1 4.7-.78v4.389a3.684 3.684 0 0 0-2.26.02c-.733.243-1.37.71-1.82 1.335a3.63 3.63 0 0 0 .026 4.276 3.664 3.664 0 0 0 1.834 1.314 3.683 3.683 0 0 0 2.26-.007 3.663 3.663 0 0 0 1.827-1.324 3.63 3.63 0 0 0 .698-2.138V0h4.321c-.003.363.028.725.091 1.083.15.797.463 1.556.918 2.23A5.984 5.984 0 0 0 18.71 5c.976.641 2.12.983 3.29.983v4.266Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h22v25H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%5C%2Fkeratai1%5C%2Fpublic_html%5C%2Fbodrumhesaplutfen.com%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Ffresh_theme%5C%2Fcss%5C%2Fstyles.less%22%2C%22home%5C%2Fkeratai1%5C%2Fpublic_html%5C%2Fbodrumhesaplutfen.com%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2Ffresh_theme%5C%2Fcss%5C%2Felements.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22YAAY%3BYACA%3B%3B%3B%3B%3B%3B%3B%3BAAcZ%3BEACC%2C6BAA6B%2C4BAA7B%3BEACA%2C0BAA0B%2C4BAA1B%3BEACA%2CyBAAyB%2C4BAAzB%3BEACA%2CwBAAwB%2C4BAAxB%3BEACA%2CqBAAqB%2C4BAArB%3B%3BAAED%3BECGE%2C0BAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BADJF%3BEAAQ%3BEAAY%3BEAAa%3B%3BAACjC%3BEAAK%3BEAAY%3B%3BAACjB%3BEACC%2COAAO%2CiBAAP%3BEAA6B%3BEAAmB%3B%3B%3BAAKjD%3BEACC%3BEAAa%2CqBAAA%3B%3BAAEd%3BAAAI%3BEACH%3BEAAc%3BEAAiB%2CqBAAA%3B%3BAAKhC%2CmBAHqC%3BEAGrC%3BEAAA%3BIAFE%3B%3B%3B%3BAAKF%3BAAAE%3BAAAG%3BAAAG%3BAAAG%3BAAAG%3BAAAG%3BAAAG%3BAAAG%3BEAAG%3B%3BAAC1B%2CCAAC%3BEAAO%3B%3BAACR%3BAAAO%2CKAAM%3BEAAM%3BEAAe%3BEAAW%3BEAAU%3B%3BAAEvD%3BEACC%3B%3B%3BAADD%2C8BAQC%3BAARD%2C8BAQa%3BAARb%2C8BAQ6B%3BAAR7B%2C8BAQ2C%3BAAR3C%2C8BAQwD%3BAARxD%2C8BAQsE%3BAARtE%2C8BAQiF%3BEAC%5C%2FE%2CyBAAA%3BEAA0B%3BEAAa%3BEAAY%3BEACnD%2CgCAAA%3BEAA%2BB%3BEAAiB%3BEAAiB%3BEAzClE%2C6BAA6B%2C4BAA7B%3BEACA%2C0BAA0B%2C4BAA1B%3BEACA%2CyBAAyB%2C4BAAzB%3BEACA%2CwBAAwB%2C4BAAxB%3BEACA%2CqBAAqB%2C4BAArB%3B%3BAAwCC%2C8BALD%2CWAKE%3BAAAD%2C8BALW%2CeAKV%3BAAAD%2C8BAL2B%2CaAK1B%3BAAAD%2C8BALyC%2CYAKxC%3BAAAD%2C8BALsD%2CaAKrD%3BAAAD%2C8BALoE%2CUAKnE%3BAAAD%2C8BAL%2BE%2CUAK9E%3BEACA%2CgCAAA%3B%3BAAdH%2C8BAkBC%3BEACE%3BEAAa%2CqBAAA%3BEAAsB%3BEAAiB%3BEACpD%3BEAA0B%3BEAAuB%3BEAClD%2CgCAAA%3BEAA%2BB%3BEC3C%5C%2FB%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BED0CC%2CsBAAsB%2CmRAAtB%3BEACD%2CyBAAA%3BEAA2B%2CuCAAA%3BEAAyC%3B%3BAAvBtE%2C8BAkBC%2CaAOC%3BEACC%3B%3BAA1BH%2C8BA8BC%3BEACC%3BEAAuB%3BEAAoB%3BEAAU%3BEACpD%3BEAAY%3BEAAkB%2CyBAAA%3BEAAyB%3BEACxD%3BEAAsB%3BEACrB%3BEAAyB%3BEAjE3B%2C6BAA6B%2C4BAA7B%3BEACA%2C0BAA0B%2C4BAA1B%3BEACA%2CyBAAyB%2C4BAAzB%3BEACA%2CwBAAwB%2C4BAAxB%3BEACA%2CqBAAqB%2C4BAArB%3BECKC%2C2BAAA%3BEACA%2CwBAAA%3BEACA%2CmBAAA%3B%3BADwDA%2C8BAND%2CYAME%3BAAAO%2C8BANT%2CYAMU%3BEACR%2CqBAAA%3BEAAqB%3B%3BAAEtB%2C8BATD%2CYASE%3BEACA%2CmBAAA%3BEAAmB%2CgCAAA%3B%3BAAxCtB%2C8BA4CC%3BEACC%3BEAAuB%3BEAAoB%3BEAAU%3BEACpD%3BEAAY%3BEAAkB%2CyBAAA%3BEAAyB%3BEACxD%3BEAAsB%3BEACrB%3BEAAyB%3BEA%5C%2FE3B%2C6BAA6B%2C4BAA7B%3BEACA%2C0BAA0B%2C4BAA1B%3BEACA%2CyBAAyB%2C4BAAzB%3BEACA%2CwBAAwB%2C4BAAxB%3BEACA%2CqBAAqB%2C4BAArB%3B%3BAA6EC%2C8BAND%2CeAME%3BAAAO%2C8BANT%2CeAMU%3BEACR%2CqBAAA%3BEAAqB%3B%3BAAEtB%2C8BATD%2CeASE%3BEACA%2CmBAAA%3BEAAmB%2CgCAAA%3B%3BAAtDtB%2C8BA0DC%3BEACC%2CiBAAA%3BEAAmB%3BEAAgB%3BEACnC%3BEAAa%2CmBAAA%3BEAAkB%3BEAAc%3BEAC5C%3BEAA0B%3BEAAuB%3BEA5FnD%2C6BAA6B%2C4BAA7B%3BEACA%2C0BAA0B%2C4BAA1B%3BEACA%2CyBAAyB%2C4BAAzB%3BEACA%2CwBAAwB%2C4BAAxB%3BEACA%2CqBAAqB%2C4BAArB%3BECKC%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3B%3BADoFA%2C8BAND%2CaAME%3BEACA%2CmBAAA%3B%3BAAjEH%2C8BAqEC%2CoBAEC%3BEACC%3BEAAe%3BEAAqB%3B%3BAAEpC%2C8BALF%2CoBAEC%2CcAGK%3BEACH%2CkBAAA%3B%3BAAED%2C8BARF%2CoBAEC%2CcAMK%3BEACH%3B%3BAAOJ%2CMACE%3BAADF%2CMACe%3BEACX%3B%3BAAIJ%3BEACC%3BEAAiB%3BEAAW%3BEAAU%2CmBAAA%3B%3BAADvC%2CsCAGC%2CMAAK%3BEACJ%3BEAAW%3B%3BAAJb%2CsCAGC%2CMAAK%2CQAGJ%3BEACC%3B%3BAAPH%2CsCAGC%2CMAAK%2CQAGJ%2CGAGC%3BEACC%3BEAAa%3B%3BAAEb%2CsCATH%2CMAAK%2CQAGJ%2CGAGC%2CEAGE%3BEACA%3B%3BAAIF%2CsCAdF%2CMAAK%2CQAGJ%2CGAWE%2CUACA%3BEACC%2CcAAA%3B%3BAAEA%2CsCAlBJ%2CMAAK%2CQAGJ%2CGAWE%2CUACA%2CEAGE%3BEACA%3B%3BAAQN%3BEACC%3B%3BAADD%2CuBAGC%3BEClJC%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BEDiJa%3B%3BAAQf%3BEACC%3BEAAiB%3BEAAa%3BEAAe%3BEAAQ%3BEAAS%2C8BAAA%3BEAA4B%3BEAC1F%3BEAAY%3BEAtKZ%2C6BAA6B%2C4BAA7B%3BEACA%2C0BAA0B%2C4BAA1B%3BEACA%2CyBAAyB%2C4BAAzB%3BEACA%2CwBAAwB%2C4BAAxB%3BEACA%2CqBAAqB%2C4BAArB%3B%3BAAoKA%2CcAAC%3BEACA%3BEAAY%3B%3BAAId%3BEACC%3BEC%5C%2FGC%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CgBAAA%3BED6GkD%3B%3B%3BAAKpD%3BEACC%2CaAxLQ%2CqBAwLR%3BEAAqB%3BEAAgB%3BEAAiB%3BEAAgB%3BEAAW%3BEAAU%2CcAAA%3B%3BAAG5F%3BEACC%3BEAAe%3BEAAwB%3BEAAgC%3BEAAmB%3B%3BAAD3F%2C8BAGC%2CEAAC%3BAAHF%2C8BAGS%2CEAAC%3BEACR%3BEAAsB%2CcAAA%3BEA3LvB%2C6BAA6B%2C4BAA7B%3BEACA%2C0BAA0B%2C4BAA1B%3BEACA%2CyBAAyB%2C4BAAzB%3BEACA%2CwBAAwB%2C4BAAxB%3BEACA%2CqBAAqB%2C4BAArB%3B%3BAAmLD%2C8BAMC%2CEAAC%3BAANF%2C8BAMU%2CEAAC%3BAANX%2C8BAMoB%2CEAAC%3BEACnB%2CcAAA%3B%3BAAIF%3BEA1LK%3BEAAY%3BEA2LV%3BEAAkB%3B%3BAAGzB%2CmBAEI%3BEA9LH%2COAAO%2CiBAAP%3BEAA6B%3BEAAmB%3B%3BAAmMjD%3BEACI%2CsBAAsB%2C%2BCAAtB%3BEACA%2C0BAAA%3BEAA4B%2C%2BBAAA%3BEAAiC%3BEAA8B%2CsCAAA%3B%3BAAM3F%2CmBAJqC%3BEAIrC%3BIAHI%2C0BAAA%3B%3B%3BAALR%2CMAQI%3BEA3MH%2COAAO%2CiBAAP%3BEAA6B%3BEAAmB%3BEA4M7B%2CeAAA%3B%3BAATpB%2CMAYI%3BEA%5C%2FMH%2COAAO%2CiBAAP%3BEAA6B%3BEAAmB%3B%3BAAoNjD%2CaAEI%3BEACI%3BEAAe%3BEAAgC%3BEAAiB%3BEAA6B%3B%3BAAHrG%2CaAEI%2CSAGI%3BEACI%3B%3BAAMA%2CmBAJqC%3BEAIrC%2CaAVR%2CSAGI%3BIAIQ%3BIAAa%3B%3B%3BAAT7B%2CaAEI%2CSAGI%2CaAOI%3BAAZZ%2CaAEI%2CSAGI%2CaAnPR%2CCA0PgB%3BEAnOR%3BEAAY%3BEAAa%3B%3BAAuNjC%2CaAEI%2CSAeI%3BEACI%3B%3BAAMA%2CmBAJqC%3BEAIrC%2CaAtBR%2CSAeI%3BIAIQ%3B%3B%3BAArBhB%2CaAEI%2CSAeI%2CeAOI%3BEACI%3BEAAiB%3B%3BAAKrB%2CmBAHyC%3BEAGzC%2CaA5BR%2CSAeI%2CeAOI%3BIAIQ%3B%3B%3BAAOpB%3BEACI%3B%3BAAEA%2CWAAC%3BEACG%2CSAAS%2CEAAT%3BEAAa%3BEAAoB%3BEAAc%3BEAAe%3BEAAS%3BEAAQ%3BEAC%5C%2FE%2CmFAAA%3BEAA6D%3B%3BAAIrE%2CaACI%3BEAjQH%2COAAO%2CiBAAP%3BEAA6B%3BEAAmB%3B%3BAAgQjD%2CaACI%2CSAGI%3BEACI%3B%3BAALZ%2CaACI%2CSAGI%2C2BAGI%2CEAAC%3BEACG%3BEAAe%3B%3BAAR%5C%2FB%2CaACI%2CSAGI%2C2BAGI%2CEAAC%2CYAGG%3BEACI%3BEAAa%3BEAAc%3BEAAgB%3BEAAqB%3BEAChE%3BEAA8B%2CcAAA%3B%3BAAZlD%2CaACI%2CSAGI%2C2BAGI%2CEAAC%2CYAQG%3BEACI%2CsBAAsB%2Cu%5C%2FBAAtB%3B%3BAAhBpB%2CaACI%2CSAGI%2C2BAGI%2CEAAC%2CYAWG%3BEACI%2CsBAAsB%2CuyBAAtB%3B%3BAAnBpB%2CaACI%2CSAGI%2C2BAGI%2CEAAC%2CYAeG%3BEACI%2CsBAAsB%2C%2B1BAAtB%22%7D */