ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  min-width: 1260px;
  background-color: #000;
  background-image: url("../img/bg_body.jpg?=20191226.1");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .btn {
  display: inline-block;
}

.top-nav {
  position: absolute;
  height: 60px;
  width: 100%;
  min-width: 1260px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99 !important;
}
.top-nav .content {
  width: 1200px;
  margin: 0 auto;
}
.top-nav .content h2 {
  position: absolute;
  top: 10px;
}
.top-nav .content .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-left: 180px;
}
.top-nav .content .nav .item {
  font-size: 16px;
  color: #e2d7ca;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 60px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-nav .content .nav .item:hover {
  color: #f31d1d;
}

.banner {
  position: relative;
  height: 332px;
  font-size: 40px;
  padding-top: 196px;
  font-family: "Times New Roman", serif;
  text-align: center;
  color: #b3b3b3;
  background-image: url("../img/news-banner.png?=20191226.1");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}
.banner::before {
  content: "";
  position: absolute;
  top: 244px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 34px;
  background: url("../img/sprite.png?=20191226.1");
  background-position: -76px -306px;
}

footer {
  background: #000;
}
footer .footer {
  width: 1200px;
  margin: 0 auto 25px !important;
  text-align: center;
  background: none !important;
}
footer .footer a {
  margin: 0 40px;
}
footer .foot-link {
  width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
  text-align: center;
  background: none !important;
}
footer .foot-link a {
  color: #dcdddd;
  display: inline-block;
  font-size: 20px;
  margin: 0 40px;
  text-decoration: underline;
}
footer .foot-detail {
  text-align: center;
  color: #7b7b7b;
  font-size: 20px;
  line-height: 50px;
  padding-bottom: 30px;
}

.section {
  position: relative;
  min-width: 1260px;
  background-size: cover;
  overflow: hidden;
}
.section .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section.p0 {
  min-height: 590px;
  max-height: 830px;
  height: 44vw;
  overflow: hidden;
}
.section.p0::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 96px;
  background-image: url("../img/bg_mask.png?=20191226.1");
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: repeat;
}
.section.p0 .kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section.p0 .start {
  position: absolute;
  bottom: 170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 388px;
  height: 84px;
  line-height: 84px;
  font-size: 26px;
  font-family: "Times New Roman";
  color: #edc68a;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/sprite.png?=20191226.1) -10px -10px;
}
.section.p0 .start:hover::before {
  opacity: 1;
}
.section.p0 .start::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/sprite.png?=20191226.1) -9px -114px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}
.section.p0 .start span {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  font-size: 10px;
  line-height: 20px;
  color: #a5a5a5;
}
.section.p0 .select {
  position: absolute;
  bottom: 93px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 166px;
  height: 64px;
  background: url("../img/sprite.png?=20191226.1");
  background-position: -10px -218px;
}
.section.p0 .link {
  position: absolute;
  bottom: 185px;
  width: 259px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  font-family: "Times New Roman";
  color: #fff;
  text-align: center;
}
.section.p0 .link.l {
  background-image: url("../img/btn-l.png?=20191226.1");
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-220%);
      -ms-transform: translateX(-220%);
          transform: translateX(-220%);
}
.section.p0 .link.r {
  background-image: url("../img/btn-r.png?=20191226.1");
  background-position: center;
  background-repeat: no-repeat;
  right: 50%;
  -webkit-transform: translateX(220%);
      -ms-transform: translateX(220%);
          transform: translateX(220%);
}
.section.p1 {
  background: #060606;
}
.section.p1 .content > .title {
  width: 100%;
  height: 20px;
  margin: 20px 0 70px 0;
  background-image: url("../img/title-news.png?=20191226.1");
  background-position: center;
  background-repeat: no-repeat;
  background-position: left;
}
.section.p1 .content .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section.p1 .content .list .item {
  position: relative;
  width: 360px;
  height: 186px;
  overflow: hidden;
}
.section.p1 .content .list .item:hover .thumb {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.section.p1 .content .list .item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section.p1 .content .list .item .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section.p1 .content .list .item .meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: "Times New Roman", serif;
  background: #191919;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.section.p1 .content .list .item .meta .title {
  font-size: 16px;
  color: #b3b3b3;
}
.section.p1 .content .list .item .meta .date {
  float: right;
  font-size: 14px;
  color: #edc68a;
}
.section.p1 .content .more {
  display: block;
  margin: 75px auto 50px auto;
  width: 176px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: "Times New Roman", serif;
  color: #edc68a;
  border: solid 1px #edc68a;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section.p1 .content .more:hover {
  color: #e4c9a1;
  border-color: #e4c9a1;
}
.section.p2 {
  height: 800px;
  background-image: url("../img/bg_features.jpg?=20191226.1");
  background-position: center;
  background-repeat: no-repeat;
}
.section.p2 .content {
  height: 735px;
}
.section.p2 .content > .title {
  width: 100%;
  height: 20px;
  padding: 85px 0;
  background-image: url("../img/title-features.png?=20191226.1");
  background-position: center;
  background-repeat: no-repeat;
  background-position: left;
}
.section.p2 .content .gallery-top .swiper-slide .pic,
.section.p2 .content .gallery-top .swiper-slide .meta {
  opacity: 0 !important;
}
.section.p2 .content .gallery-top .swiper-slide.swiper-slide-active .pic,
.section.p2 .content .gallery-top .swiper-slide.swiper-slide-active .meta {
  opacity: 1 !important;
}
.section.p2 .content .gallery-top .wrap {
  position: relative;
  width: 710px;
  height: 388px;
  padding: 24px 8px 6px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.section.p2 .content .gallery-top .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/features-wrap.png?=20191226.1");
  background-position: center;
  background-repeat: no-repeat;
}
.section.p2 .content .gallery-top .wrap.wrap::before {
  content: "";
  position: absolute;
  width: 696px;
  height: 356px;
  background: #272727;
  z-index: -1;
}
.section.p2 .content .gallery-top .wrap .pic {
  width: 100%;
  height: 100%;
}
.section.p2 .content .gallery-top .meta {
  position: absolute;
  right: 0;
  top: 0;
  width: 440px;
  font-family: "Times New Roman", serif;
}
.section.p2 .content .gallery-top .meta .title {
  font-size: 28px;
  line-height: 36px;
  font-weight: normal;
  margin: 26px 0;
  color: #edc68a;
}
.section.p2 .content .gallery-top .meta .detail {
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
  color: #b3b3b3;
  height: 290px;
  overflow-y: auto;
}
.section.p2 .content .gallery-thumbs {
  margin: 0 60px;
  margin-top: 45px;
  padding: 15px 0;
}
.section.p2 .content .gallery-thumbs .swiper-slide {
  position: relative;
  top: 7px;
  width: 140px !important;
  height: 84px;
  border: solid 1px transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section.p2 .content .gallery-thumbs .swiper-slide.swiper-slide-active {
  top: 6px;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  border-color: #df1803;
}
.section.p2 .content .gallery-thumbs .swiper-slide .thumb {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}
.section.p2 .content .swiper-button-next,
.section.p2 .content .swiper-button-prev {
  top: auto;
  bottom: 20px;
  width: 24px;
  height: 58px;
  background: url("../img/sprite.png?=20191226.1");
  background-position: -322px -218px;
}
.section.p2 .content .swiper-button-next.swiper-button-prev,
.section.p2 .content .swiper-button-prev.swiper-button-prev {
  background: url("../img/sprite.png?=20191226.1");
  background-position: -278px -218px;
}
.section.p3 {
  height: 215px;
}
.section.p3 .content {
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAAACCAMAAAB/stWQAAAAVFBMVEUAAAB7Zkd8Z0iGcE9+aUmCbEyEbk2LdFKMdVOIcVB9Z0iDbU2Od1SNdlSJc1GFbk5+aEmMdVOKc1KHcVCFb06Aakp/aUqJclGBa0uPd1WCbEyAakvh7mkOAAAAHHRSTlMAIil6OlpnnquHL2G2sZNtNKWYgXNFQI1PvFRKv0RiVQAAAIxJREFUSMft1EkSgyAUBFANKg44MCii979nJKvffLLLJlW87iN0dVV/8eLGp2hDTcYBdnBTJ3VRLTehjlmRA4KzwlJDwg+eWJBBMqGlBn1qRgoEFT6q4vdCSsVQM9XHIA1kykhDLchTz8aQBYJzwlEr6pgp0TIXdYKb2sEBmowNjSg+C1fnVUVRFP/iDV4gKvSnrJUAAAAAAElFTkSuQmCC") center no-repeat;
}
.section.p3 .content .btns {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section.p3 .content .btns .btn {
  position: relative;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  color: #edc68a;
  text-transform: uppercase;
  margin: 0 50px;
}
.section.p3 .content .btns .btn span {
  position: absolute;
  top: 64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section.p3 .content .btns .share {
  width: 54px;
  height: 54px;
  background: url("../img/sprite.png?=20191226.1");
  background-position: -196px -218px;
  border-radius: 50%;
}
.section.p3 .content .btns .forum {
  width: 58px;
  height: 54px;
  background: url("../img/sprite.png?=20191226.1");
  background-position: -196px -294px;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9zYXNzL2NvbW1vbi5zY3NzIiwiaW5kZXguY3NzIiwiLi4vc3JjL3Nhc3MvaW5kZXguc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFxQ0E7O0VBRUUsU0FBQTtFQUNBLFVBQUE7RUFDQSxnQkFBQTtBQ3BDRjs7QUR1Q0E7RUFDRSxxQkFBQTtBQ3BDRjs7QUR1Q0E7RUFDRSxpQkFBQTtFQUNBLHNCQUFBO0VBMUNBLHVEQUFBO0VBQ0EsMkJBQUE7RUFDQSw0QkFBQTtFQTBDQSxzQkFBQTtBQ2xDRjtBRG1DRTtFQUNFLHFCQUFBO0FDakNKOztBRHFDQTtFQUNFLGtCQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxpQkFBQTtFQUNBLDhCQUFBO0VBQ0Esc0JBQUE7QUNsQ0Y7QURtQ0U7RUFDRSxhQUFBO0VBQ0EsY0FBQTtBQ2pDSjtBRGtDSTtFQUNFLGtCQUFBO0VBQ0EsU0FBQTtBQ2hDTjtBRGtDSTtFQUNFLG9CQUFBO0VBQUEscUJBQUE7RUFBQSxpQkFBQTtFQUFBLG9CQUFBO0VBQUEsYUFBQTtFQUNBLHFDQUFBO01BQUEseUJBQUE7VUFBQSw2QkFBQTtFQUNBLGtCQUFBO0FDaENOO0FEaUNNO0VBRUUsZUFBQTtFQUNBLGNBQUE7RUFDQSx5Q0E1RUE7RUE2RUEsaUJBQUE7RUFFQSw0QkFBQTtFQUFBLHVCQUFBO0VBQUEsb0JBQUE7QUNqQ1I7QURrQ1E7RUFDRSxjQUFBO0FDaENWOztBRHVDQTtFQUNFLGtCQUFBO0VBQ0EsYUFBQTtFQUNBLGVBQUE7RUFDQSxrQkFBQTtFQUNBLHFDQTVGTTtFQTZGTixrQkFBQTtFQUNBLGNBQUE7RUEzRkEsMkRBQUE7RUFDQSwyQkFBQTtFQUNBLDRCQUFBO0VBMkZBLHNCQUFBO0VBQ0EsOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0VBQ0EseUJBQUE7RUFDQSxzQkFBQTtBQ2xDRjtBRG1DRTtFQUNFLFdBQUE7RUFDQSxrQkFBQTtFQUNBLFVBQUE7RUFDQSxTQUFBO0VBQ0EsbUNBQUE7TUFBQSwrQkFBQTtVQUFBLDJCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFuR0YsZ0RBQUE7RUFDQSxpQ0FBQTtBQ21FRjs7QURvQ0E7RUFDRSxnQkFBQTtBQ2pDRjtBRGtDRTtFQUNFLGFBQUE7RUFDQSw4QkFBQTtFQUNBLGtCQUFBO0VBQ0EsMkJBQUE7QUNoQ0o7QURpQ0k7RUFDRSxjQUFBO0FDL0JOO0FEbUNFO0VBQ0UsYUFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0VBQ0Esa0JBQUE7RUFDQSwyQkFBQTtBQ2pDSjtBRGtDSTtFQUNFLGNBQUE7RUFDQSxxQkFBQTtFQUNBLGVBQUE7RUFDQSxjQUFBO0VBQ0EsMEJBQUE7QUNoQ047QURtQ0U7RUFDRSxrQkFBQTtFQUNBLGNBQUE7RUFDQSxlQUFBO0VBQ0EsaUJBQUE7RUFDQSxvQkFBQTtBQ2pDSjs7QUNqSEE7RUFDRSxrQkFBQTtFQUNBLGlCQUFBO0VBQ0Esc0JBQUE7RUFDQSxnQkFBQTtBRG9IRjtBQ25IRTtFQUNFLGtCQUFBO0VBQ0EsYUFBQTtFQUNBLGNBQUE7QURxSEo7QUNuSEU7RUFDRSxpQkFBQTtFQUNBLGlCQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0FEcUhKO0FDbkhJO0VBQ0UsV0FBQTtFQUNBLGtCQUFBO0VBQ0EsU0FBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VGZkosdURBQUE7RUFDQSwyQkFBQTtFQUNBLDRCQUFBO0VFZUkseUJBQUE7QUR1SE47QUNySEk7RUFDRSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxPQUFBO0VBQ0EsV0FBQTtFQUNBLG9CQUFBO0tBQUEsaUJBQUE7QUR1SE47QUNySEk7RUFDRSxrQkFBQTtFQUNBLGFBQUE7RUFDQSxTQUFBO0VBQ0EsbUNBQUE7TUFBQSwrQkFBQTtVQUFBLDJCQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtFQUNBLGVBQUE7RUFDQSw4QkFBQTtFQUNBLGNBQUE7RUFDQSxrQkFBQTtFQUdBLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtFRi9CSiwwREVnQ3VCO0FEcUh6QjtBRG5KSTtFQUNFLFVBQUE7QUNxSk47QURsSkU7RUFDRSxXQUFBO0VBQ0Esa0JBQUE7RUFDQSxNQUFBO0VBQ0EsT0FBQTtFQUNBLFFBQUE7RUFDQSxTQUFBO0VBQ0EsMERFbUJvRTtFRmxCcEUsVUFBQTtFQUNBLGdDQUFBO0VBQUEsMkJBQUE7RUFBQSx3QkFBQTtFQUNBLFdBQUE7QUNvSko7QUNuSU07RUFDRSxrQkFBQTtFQUNBLFlBQUE7RUFDQSxPQUFBO0VBQ0EsV0FBQTtFQUNBLGVBQUE7RUFDQSxpQkFBQTtFQUNBLGNBQUE7QURxSVI7QUNsSUk7RUFDRSxrQkFBQTtFQUNBLFlBQUE7RUFDQSxTQUFBO0VBQ0EsbUNBQUE7TUFBQSwrQkFBQTtVQUFBLDJCQUFBO0VBQ0EsWUFBQTtFQUNBLFlBQUE7RUZyREosZ0RBQUE7RUFDQSxpQ0FBQTtBQzBMRjtBQ25JSTtFQUNFLGtCQUFBO0VBQ0EsYUFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxlQUFBO0VBQ0EsOEJBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7QURxSU47QUNwSU07RUZ2RUoscURBQUE7RUFDQSwyQkFBQTtFQUNBLDRCQUFBO0VFdUVNLFNBQUE7RUFDQSxvQ0FBQTtNQUFBLGdDQUFBO1VBQUEsNEJBQUE7QUR3SVI7QUN0SU07RUY1RUoscURBQUE7RUFDQSwyQkFBQTtFQUNBLDRCQUFBO0VFNEVNLFVBQUE7RUFDQSxtQ0FBQTtNQUFBLCtCQUFBO1VBQUEsMkJBQUE7QUQwSVI7QUNySUU7RUFDRSxtQkFBQTtBRHVJSjtBQ3JJTTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VBQ0EscUJBQUE7RUYxRk4sMERBQUE7RUFDQSwyQkFBQTtFQUNBLDRCQUFBO0VFMEZNLHlCQUFBO0FEeUlSO0FDdklNO0VBQ0Usb0JBQUE7RUFBQSxxQkFBQTtFQUFBLGlCQUFBO0VBQUEsb0JBQUE7RUFBQSxhQUFBO0VBQ0EseUJBQUE7RUFBQSxzQ0FBQTtLQUFBLHNCQUFBO01BQUEsc0JBQUE7VUFBQSw4QkFBQTtBRHlJUjtBQ3hJUTtFQUNFLGtCQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBRDBJVjtBQ3hJWTtFQUNFLG1EQUFBO01BQUEsK0NBQUE7VUFBQSwyQ0FBQTtBRDBJZDtBQ3ZJVTtFQUNFLGtCQUFBO0VBQ0EsTUFBQTtFQUNBLE9BQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLFVBQUE7QUR5SVo7QUN2SVU7RUFDRSxrQkFBQTtFQUNBLFFBQUE7RUFDQSxTQUFBO0VBQ0Esd0NBQUE7TUFBQSxvQ0FBQTtVQUFBLGdDQUFBO0VBQ0EsNEJBQUE7RUFBQSx1QkFBQTtFQUFBLG9CQUFBO0FEeUlaO0FDdklVO0VBQ0Usa0JBQUE7RUFDQSxTQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtFQUNBLHFDRm5JSjtFRW9JSSxtQkFBQTtFQUNBLGVBQUE7RUFDQSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUR5SVo7QUN4SVk7RUFDRSxlQUFBO0VBQ0EsY0FBQTtBRDBJZDtBQ3hJWTtFQUNFLFlBQUE7RUFDQSxlQUFBO0VBQ0EsY0FBQTtBRDBJZDtBQ3JJTTtFQUNFLGNBQUE7RUFDQSwyQkFBQTtFQUNBLFlBQUE7RUFDQSxZQUFBO0VBQ0EsaUJBQUE7RUFDQSxlQUFBO0VBQ0EscUNGMUpBO0VFMkpBLGNBQUE7RUFDQSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0VBQ0EsNEJBQUE7RUFBQSx1QkFBQTtFQUFBLG9CQUFBO0FEdUlSO0FDdElRO0VBQ0UsY0FBQTtFQUNBLHFCQUFBO0FEd0lWO0FDbElFO0VBQ0UsYUFBQTtFRnRLRiwyREFBQTtFQUNBLDJCQUFBO0VBQ0EsNEJBQUE7QUMyU0Y7QUNuSUk7RUFDRSxhQUFBO0FEcUlOO0FDcElNO0VBQ0UsV0FBQTtFQUNBLFlBQUE7RUFDQSxlQUFBO0VGL0tOLDhEQUFBO0VBQ0EsMkJBQUE7RUFDQSw0QkFBQTtFRStLTSx5QkFBQTtBRHdJUjtBQ3BJVTs7RUFFRSxxQkFBQTtBRHNJWjtBQ25JWTs7RUFFRSxxQkFBQTtBRHFJZDtBQ2pJUTtFQUNFLGtCQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxxQkFBQTtFQUNBLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRG1JVjtBQ2xJVTtFQUNFLFdBQUE7RUFDQSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxPQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUY1TVYsNkRBQUE7RUFDQSwyQkFBQTtFQUNBLDRCQUFBO0FDaVZGO0FDcElVO0VBQ0UsV0FBQTtFQUNBLGtCQUFBO0VBQ0EsWUFBQTtFQUNBLGFBQUE7RUFDQSxtQkFBQTtFQUNBLFdBQUE7QURzSVo7QUNwSVU7RUFDRSxXQUFBO0VBQ0EsWUFBQTtBRHNJWjtBQ25JUTtFQUNFLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLE1BQUE7RUFDQSxZQUFBO0VBQ0EscUNGcE9GO0FDeVdSO0FDcElVO0VBQ0UsZUFBQTtFQUNBLGlCQUFBO0VBQ0EsbUJBQUE7RUFDQSxjQUFBO0VBQ0EsY0FBQTtBRHNJWjtBQ3BJVTtFQUNFLGVBQUE7RUFDQSxtQkFBQTtFQUNBLGlCQUFBO0VBQ0EsY0FBQTtFQUNBLGFBQUE7RUFDQSxnQkFBQTtBRHNJWjtBQ2xJTTtFQUNFLGNBQUE7RUFDQSxnQkFBQTtFQUNBLGVBQUE7QURvSVI7QUNuSVE7RUFDRSxrQkFBQTtFQUNBLFFBQUE7RUFDQSx1QkFBQTtFQUNBLFlBQUE7RUFDQSw2QkFBQTtFQUNBLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtFQUNBLGdCQUFBO0VBQ0EsNEJBQUE7RUFBQSx1QkFBQTtFQUFBLG9CQUFBO0FEcUlWO0FDcElVO0VBQ0UsUUFBQTtFQUdBLDZCQUFBO01BQUEseUJBQUE7VUFBQSxxQkFBQTtFQUNBLHFCQUFBO0FEb0laO0FDbElVO0VBQ0Usa0JBQUE7RUFDQSxTQUFBO0VBQ0EsbUNBQUE7TUFBQSwrQkFBQTtVQUFBLDJCQUFBO0VBQ0EsWUFBQTtBRG9JWjtBQ2hJTTs7RUFFRSxTQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VGL1FOLGdEQUFBO0VBQ0Esa0NBQUE7QUNrWkY7QUNsSVE7O0VGalJOLGdEQUFBO0VBQ0Esa0NBQUE7QUN1WkY7QUNoSUU7RUFDRSxhQUFBO0FEa0lKO0FDaklJO0VBQ0UsWUFBQTtFQUNBLHNmQUFBO0FEbUlOO0FDaklNO0VBQ0Usa0JBQUE7RUFDQSxRQUFBO0VBQ0EsU0FBQTtFQUNBLHdDQUFBO01BQUEsb0NBQUE7VUFBQSxnQ0FBQTtBRG1JUjtBQ2pJUTtFQUNFLGtCQUFBO0VBQ0EscUNGOVNGO0VFK1NFLGVBQUE7RUFDQSxjQUFBO0VBQ0EseUJBQUE7RUFDQSxjQUFBO0FEbUlWO0FDbElVO0VBQ0Usa0JBQUE7RUFDQSxTQUFBO0VBQ0EsU0FBQTtFQUNBLG1DQUFBO01BQUEsK0JBQUE7VUFBQSwyQkFBQTtBRG9JWjtBQ2pJUTtFQUNFLFdBQUE7RUFDQSxZQUFBO0VGcFRSLGdEQUFBO0VBQ0Esa0NBQUE7RUVxVFEsa0JBQUE7QURvSVY7QUNsSVE7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFRjFUUixnREFBQTtFQUNBLGtDQUFBO0FDK2JGIiwiZmlsZSI6ImluZGV4LmNzcyJ9 */