@font-face {
  font-family: peyda;
  src: url("../font/Peyda-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: peyda;
  src: url("../font/Peyda-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: peyda;
  src: url("../font/Peyda-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: peyda;
  src: url("../font/Peyda-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "lg";
  src: url("../font/lg.ttf?22t19m") format("truetype"), url("../font/lg.woff?22t19m") format("woff"), url("../font/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
div,
a,
input,
ul,
li,
button,
textarea {
  font-family: "peyda" !important;
}

body {
  font-family: "peyda" !important;
}

/**main colore**/
/** break point **/
/** general style **/
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Brilliant Cut Pro Medium" !important;
  color: #3E3E3E;
  margin: 0 !important;
}

html {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

.mainView {
  max-width: 1545px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1545px) {
  .mainView {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .mainView {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mainViewSecondary {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1545px) {
  .mainViewSecondary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .mainViewSecondary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:visited {
  text-decoration: none;
  color: #000000;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.lg-inner {
  direction: ltr !important;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

.mainView {
  max-width: 1310px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}

.footerForm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 54px;
}
@media (max-width: 380px) {
  .footerForm {
    display: none;
  }
}
.footerForm form {
  position: relative;
}
.footerForm form > p:nth-child(2) {
  position: absolute;
  left: -240px;
  padding: 0px 14px 14px 14px;
  background-color: white;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .footerForm form > p:nth-child(2) {
    left: -160px;
  }
}
.footerForm form > p:nth-child(2) input {
  height: 44px !important;
  direction: rtl;
  border: 1px solid #e0e0e0;
  outline: 0 !important;
  border-radius: 5px;
  width: 480px;
  padding: 12px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .footerForm form > p:nth-child(2) input {
    width: 300px;
  }
}
.footerForm form > p:nth-child(3) {
  position: absolute;
  top: 4px;
  left: -221px;
}
@media (max-width: 480px) {
  .footerForm form > p:nth-child(3) {
    left: -142px;
  }
}
.footerForm form > p:nth-child(3) input {
  font-size: 16px;
  line-height: 22px;
  padding: 6px 14px;
  background-color: #0ca7de;
  border: 1px solid #0ca7de;
  color: white;
  border-radius: 4px;
}
.footerForm form > p:nth-child(3) .wpcf7-spinner {
  display: none;
}

footer#colophon {
  background: #003e64;
  background-image: url(../img/Mask.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.generalButton {
  z-index: 1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background: #f7be00;
  color: black;
  display: flex;
  justify-content: start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  clip-path: polygon(12% 0, 100% 0, 100% 75%, 90% 100%, 0 100%, 0 30%);
  position: relative;
  padding-left: 28px;
  padding: 12px 26px 12px 54px;
  transition: all 0.4s ease-out;
}
.generalButton:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='8' viewBox='0 0 20 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4h18M4 1 1 4l3 3' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  height: 8px;
  width: 20px;
  left: 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scaleX(1);
  transition: all 0.2s linear;
}
.generalButton:hover {
  padding-left: 64px !important;
  background-color: #ffb605 !important;
}
.generalButton:hover::before {
  transform: scaleX(1.45) translate(0px, 0px);
}

.mainFooterBox {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 88px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .mainFooterBox {
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 0px;
  }
}
.mainFooterBox .footerItems h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  color: white;
  margin-bottom: 24px;
}
.mainFooterBox .footerItems li {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}
.mainFooterBox .footerItems li a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: white;
  padding: 8px 0;
}
.mainFooterBox .footerItems .footerItemsTitle svg {
  display: none;
}
@media (max-width: 768px) {
  .mainFooterBox .footerItems .footerItemsTitle {
    display: flex;
    justify-content: space-between;
    align-items: start;
  }
  .mainFooterBox .footerItems .footerItemsTitle svg {
    margin-top: 2px;
    display: block;
  }
}
.mainFooterBox .footerItems1 {
  display: block;
  width: 27.2%;
}
@media (max-width: 768px) {
  .mainFooterBox .footerItems1 {
    width: 100%;
  }
}
.mainFooterBox .footerItems1 img {
  height: 40px;
  width: 54px;
}
@media (max-width: 768px) {
  .mainFooterBox .footerItems1 img {
    display: block;
    margin: auto;
    height: 64px;
    width: 86px;
  }
}
.mainFooterBox .footerItems1 > p {
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  color: white;
  text-align: justify;
  margin-top: 22px;
  margin-bottom: 22px;
  letter-spacing: -1px;
}
.mainFooterBox .footerItems3 {
  width: 23.6%;
}
@media (max-width: 768px) {
  .mainFooterBox .footerItems3 {
    width: 100%;
  }
}
.mainFooterBox .footerItems3 li svg {
  min-height: 24px;
  min-width: 24px;
  margin: 8px 0;
}
.mainFooterBox .footerItems3 ul li:nth-child(3) {
  align-items: start;
}
.mainFooterBox .footerItems3 ul li:nth-child(3) svg {
  margin-top: 11px;
}
.mainFooterBox .footerItems3 ul li:nth-child(3) a {
  line-height: 28px;
}
@media (max-width: 768px) {
  .mainFooterBox .footerItems2 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footerItems:nth-child(n+2) {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }
  .footerItems:nth-child(n+2) li {
    position: relative;
    clip-path: polygon(4% 0, 100% 0, 100% 80%, 96% 100%, 0 100%, 0 20%);
    -webkit-backdrop-filter: blur(100px);
            backdrop-filter: blur(100px);
    background-color: rgba(245, 245, 245, 0.0901960784);
    margin-bottom: 10px;
    padding: 8px 20px;
  }
  .footerItems:nth-child(n+2) li::before {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='10' viewBox='0 0 26 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L25 5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 1L1 5L5 9' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    content: "";
    position: absolute;
    width: 26px;
    height: 10px;
    left: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .footerItemsTitle {
    padding: 18px 20px 0;
    clip-path: polygon(4% 0, 100% 0, 100% 80%, 96% 100%, 0 100%, 0 20%);
    -webkit-backdrop-filter: blur(100px);
            backdrop-filter: blur(100px);
    background-color: rgba(245, 245, 245, 0.0901960784);
  }
  .mainFooterBox .footerItems h4 {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
  }
  .footerItems ul {
    display: none;
    position: relative;
    padding-top: 24px;
    padding-bottom: 18px;
  }
  .mainFooterBox .footerItems li a {
    padding: 12px 0;
  }
}
.mainFooterparent {
  margin-bottom: 24px;
  position: relative;
}
.mainFooterparent::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.5;
}
@media (max-width: 768px) {
  .mainFooterparent::before {
    display: none;
  }
}

.footerSocial h4 {
  color: #ffc5b9;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .footerSocial h4 {
    font-size: 16px;
  }
}
.footerSocial .socialParent {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  margin-bottom: 38px;
}
.footerSocial .socialParent .socialInner {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #159bd6;
}
.footerSocial .socialParent .socialInner:first-child {
  background-color: #ffffff;
}
.footerSocial .calling {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footerSocial .calling {
    font-size: 17px;
  }
}
.footerSocial .calling .callingBox {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 5px solid #ffc5b9;
  height: 47px;
  width: 47px;
  border-radius: 50%;
}
.footerSocial .symbolsFooter {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}
.footerSocial .symbolsFooter img {
  width: 65px;
  height: 74px;
}

.copyrightBack .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 23px;
}
@media (max-width: 768px) {
  .copyrightBack .copyright {
    flex-direction: column-reverse;
    gap: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
}
.copyrightBack .copyright > p {
  color: white;
  line-height: 200%;
  font-weight: 300;
  font-size: 14px;
}
.copyrightBack .copyright .payamAva {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 10px;
  color: white;
  gap: 8px;
  width: 33%;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .copyrightBack .copyright .payamAva {
    width: 100%;
    justify-content: center;
    font-size: 10px;
  }
}

header#masthead {
  z-index: 100;
}

header#masthead1 {
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.2s linear;
  z-index: 99;
  display: none;
}

header#masthead {
  position: fixed;
  width: 100%;
  top: 20;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 15px;
}

.mainMasthead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  margin-top: 24px;
  height: 64px;
  position: relative;
}
@media (max-width: 768px) {
  .mainMasthead {
    padding: 0 16px;
  }
}
.mainMasthead a.brandHeader {
  height: 32px;
  width: 44px;
}
@media (max-width: 768px) {
  .mainMasthead a.brandHeader {
    height: 20px;
    width: 26px;
  }
}

.additionalSingle .dateSide svg {
  margin-bottom: 5px;
}

.mainMastheadMask {
  position: absolute;
  background: rgba(77, 77, 77, 0.2);
  -webkit-backdrop-filter: blur(31px);
          backdrop-filter: blur(31px);
  max-width: 1280px;
  margin: auto;
  width: 100%;
  height: 64px;
  -webkit-mask-image: url(../img/backHead.svg);
  mask-image: url(../img/backHead.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(2% 0, 100% 0, 100% 66%, 98% 100%, 0 100%, 0 37%);
}
@media (max-width: 768px) {
  .mainMastheadMask {
    clip-path: polygon(5% 0, 100% 0, 100% 75%, 95% 100%, 0 100%, 0 30%);
    height: 52px;
    bottom: 0;
  }
}

.searchHeader {
  width: calc(50% - 40px);
  display: flex;
  justify-content: end;
  align-items: center;
}
.searchHeader form {
  position: relative;
  width: 200px;
  height: 32px;
}
.searchHeader form button {
  position: absolute;
  height: 100%;
  background: transparent;
  left: 10px;
  border: 0;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchHeader form input {
  background-color: transparent;
  color: white;
  border: 0;
  height: 100%;
  width: 100%;
  font-size: 12px;
  padding: 8.5px 11px;
  background-image: url(../img/input-head.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: 0;
  font-weight: 300;
}
.searchHeader form input::-moz-placeholder {
  color: white;
}
.searchHeader form input::placeholder {
  color: white;
}

.menuHeader {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  .menuHeader .menu-menu-1-container {
    display: none;
  }
}
.menuHeader .menu-menu-1-container > ul {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.menuHeader .menu-menu-1-container > ul > li > a {
  color: white;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  transition: all 0.2s linear;
}
.menuHeader .menu-menu-1-container > ul > li > a:hover {
  color: #f7be00;
}
.menuHeader .menu-menu-1-container > ul > .menu-item-has-children > ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  position: absolute;
  background-color: white;
  padding: 10px 20px;
  width: 200px;
  border-radius: 6px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.1803921569);
  top: 25px;
  line-height: 40px;
  top: 62px;
  right: -12px;
  border-radius: unset;
  padding: 0 20px;
  background-color: color(srgb 0.3 0.3 0.3 / 0.2);
  backdrop-filter: blur(30px);
  width: 400px;
  background: rgba(0, 0, 0, 0.4196078431);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(40px);
}
.menuHeader .menu-menu-1-container > ul > .menu-item-has-children li > a {
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: white;
}
.menuHeader .menu-menu-1-container > ul > .menu-item-has-children li:hover > a {
  color: #f7be00;
}
.menuHeader .menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
  background-color: #f7be00;
  margin-left: 12px;
}
.menuHeader .menu-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menuHeader .menu-item-has-children {
  position: relative;
  margin-left: 10px;
  padding: 20px 0px;
}
.menuHeader .menu-item-has-children:hover::before {
  transform: rotate(180deg) translate(0px, 6px);
}
.menuHeader .menu-item-has-children:hover > ul {
  opacity: 1 !important;
  visibility: visible !important;
}
.menuHeader .menu-menu-1-container > ul > .menu-item-has-children > svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -16px;
}

.menuHeader .menu-menu-1-container > ul > .menu-item-has-children svg {
  transition: all 0.2s linear;
}
.menuHeader .menu-menu-1-container > ul > .menu-item-has-children svg path {
  transition: all 0.2s linear;
}
.menuHeader .menu-menu-1-container > ul > .menu-item-has-children:hover > a {
  color: #f7be00;
}
.menuHeader .menu-menu-1-container > ul > .menu-item-has-children:hover > svg {
  transform: rotate(180deg);
}
.menuHeader .menu-menu-1-container > ul > .menu-item-has-children:hover > svg path {
  stroke: #f7be00;
}

.backDropSideBar,
.backDropMenuMobile {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: black;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

.introSectionBack .mySwiperIntro {
  height: 796px;
}
@media (max-width: 768px) {
  .introSectionBack .mySwiperIntro {
    height: 100vh;
  }
}
.introSectionBack .mySwiperIntro .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 796px;
}
.introSectionBack .mySwiperIntro .swiper-slide > img {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.introSectionBack .mySwiperIntro .swiper-slide > .mainView {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
}
.introSectionBack .mySwiperIntro .swiper-slide > .mainView > img {
  height: 681px;
  position: absolute;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0;
  max-width: 733px;
}
@media (max-width: 768px) {
  .introSectionBack .mySwiperIntro .swiper-slide > .mainView > img {
    height: 275px;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .introSectionBack .mySwiperIntro .swiper-slide > .mainView {
    align-items: start;
    justify-content: center;
    padding-top: 136px;
  }
}
.introSectionBack .mySwiperIntro .swiper-slide .mainBoxItro {
  width: 520px;
}
@media (max-width: 768px) {
  .introSectionBack .mySwiperIntro .swiper-slide .mainBoxItro {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.introSectionBack .mySwiperIntro .swiper-slide .mainBoxItro h2 {
  color: white;
  font-size: 48px;
  line-height: 80px;
  font-weight: 600;
  width: 70%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .introSectionBack .mySwiperIntro .swiper-slide .mainBoxItro h2 {
    font-size: 24px;
    text-align: center;
    line-height: 36px;
  }
}
.introSectionBack .mySwiperIntro .swiper-slide .mainBoxItro p {
  color: white;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  text-align: justify;
}
@media (max-width: 768px) {
  .introSectionBack .mySwiperIntro .swiper-slide .mainBoxItro p {
    font-size: 14px;
    text-align: center;
  }
}

.introSectionBack {
  position: relative;
  overflow: hidden;
}
.introSectionBack .pagination-btns {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
  right: 0;
}
.introSectionBack .swiper-pagination-intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  top: 0 !important;
  bottom: 0 !important;
  gap: 8px;
}
@media (max-width: 768px) {
  .introSectionBack .swiper-pagination-intro {
    right: 0 !important;
    margin: auto;
    flex-direction: row;
    bottom: 24px !important;
    top: unset !important;
  }
  .introSectionBack .swiper-pagination-intro > span {
    margin: 0 !important;
  }
}
.introSectionBack span.swiper-pagination-bullet {
  clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
  height: 16px;
  width: 16px;
  border-radius: 0;
  background-color: white;
  transition: all 0.2s linear;
  opacity: 1;
}
.introSectionBack .swiper-pagination-bullet-active {
  background-color: #f7be00 !important;
}

.argopaySectionBack {
  margin: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .argopaySectionBack {
    margin-bottom: 0;
  }
}
.argopaySectionBack::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='561' height='540' viewBox='0 0 561 540' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.7' d='M1159 539.605h26.93v-26.931M1159 539.605v-26.931m0 26.931h-26.93m26.93-26.931h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.931m0 26.931h-26.93m53.86 0v-26.931m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.931m0 26.931h-26.93m53.86 0v-26.931m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.931m0 26.931h-26.93m53.86 0v-26.931m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0V54.86m0 26.93h-26.93m53.86 0V54.86m-26.93 0h26.93m-26.93 0V27.93m0 26.93h-26.93m53.86 0V27.93m-26.93 0h26.93m-26.93 0V1m0 26.93h-26.93m53.86 0V1H1159m0 0h-26.93m0 538.604v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V162.58m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V81.79m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M1132.07 1h-26.93m0 538.604v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V162.58m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V81.79m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M1105.14 1h-26.93m0 538.604v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V162.58m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V81.79m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M1078.21 1h-26.93m0 538.604v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V162.58m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V81.79m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M1051.28 1h-26.93m0 538.604v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V162.58m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V81.79m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M1024.35 1h-26.931m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M997.419 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M970.488 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M943.558 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M916.628 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M889.698 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M862.767 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M835.837 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M808.907 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M781.977 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M755.047 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M728.116 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M701.186 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M674.256 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M647.326 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M620.395 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M593.465 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M566.535 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M539.605 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M512.674 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M485.744 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M458.814 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M431.884 1h-26.93m-.001 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93.001-26.93m-.001 26.93h-26.93m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M404.954 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M378.023 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931-26.93-.001m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M351.093 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M324.163 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M297.233 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M270.302 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M243.372 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M216.442 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M189.512 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M162.581 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M135.651 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M108.72 1H81.79m0 538.605v-26.931m0 26.931H54.86m26.93-26.931v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.931m0 26.931H54.86m26.93-26.931v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.931m0 26.931H54.86m26.93-26.931v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.931m0 26.931H54.86m26.93-26.931v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93V54.86m0 26.93H54.86m26.93-26.93V27.93m0 26.93H54.86m26.93-26.93V1m0 26.93H54.86M81.79 1H54.86m0 538.605v-26.931m0 26.931H27.93m26.93-26.931v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.931m0 26.931H27.93m26.93-26.931v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.931m0 26.931H27.93m26.93-26.931v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.931m0 26.931H27.93m26.93-26.931v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93V54.86m0 26.93H27.93m26.93-26.93V27.93m0 26.93H27.93m26.93-26.93V1m0 26.93H27.93M54.86 1H27.93m0 538.605v-26.931m0 26.931H1v-26.931m26.93 0v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.931m0 26.931H1m26.93-26.931v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.931m0 26.931H1m26.93-26.931v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.931m0 26.931H1m26.93-26.931v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93V54.86m0 26.93H1m26.93-26.93V27.93m0 26.93H1m26.93-26.93V1m0 26.93H1M27.93 1H1v26.93m0 484.744v-26.93m0 0v-26.93m0 0v-26.93m0 0v-26.931m0 0v-26.93m0 0v-26.93m0 0v-26.93m0 0v-26.931m0 0v-26.93m0 0v-26.93m0 0v-26.93m0 0v-26.93m0 0v-26.931m0 0v-26.93m0 0v-26.93m0 0v-26.93m0 0V54.86m0 0V27.93' stroke='url(%23a)' stroke-opacity='.5' stroke-width='.307'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 -269.302 592.465 0 593.65 270.38)'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 561px;
  height: 540px;
  position: absolute;
  right: 0;
  margin: auto;
  top: -100px;
  z-index: -1;
}
@media (max-width: 768px) {
  .argopaySectionBack::before {
    opacity: 0.5;
  }
}
.argopaySectionBack .extraResHeader {
  display: none;
}
@media (max-width: 768px) {
  .argopaySectionBack .extraResHeader {
    display: block;
  }
}
.argopaySectionBack .argopaySection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .argopaySectionBack .argopaySection {
    flex-wrap: wrap;
  }
}
.argopaySectionBack .argopaySection .imageSide {
  width: 47.5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(8, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  height: 620px;
  position: relative;
}
@media (max-width: 768px) {
  .argopaySectionBack .argopaySection .imageSide {
    width: 100%;
    height: 300px;
  }
}
.argopaySectionBack .argopaySection .imageSide::before {
  content: "";
  position: absolute;
  height: 120px;
  width: 120px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
  background: white;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='48' viewBox='0 0 65 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55.6543 0H37.1813L41.7996 7.9992H51.0367L55.6555 15.9984L51.0367 23.9976H41.7944L38.0872 17.5781L32.5573 8.00035L27.9385 0.00114506L23.3197 8.00035L27.9385 15.9996L32.5591 23.9988H23.318L18.6997 15.9996L14.0792 23.9988L9.46035 32.0014L0.221558 47.9998H9.46035L18.6974 32.0014H37.1756L41.7967 40.0006L46.415 47.9998L51.0355 40.0006L46.4173 32.0014H55.6543L60.2749 24.0022L64.8931 16.003L55.6543 0Z' fill='black'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 768px) {
  .argopaySectionBack .argopaySection .imageSide::before {
    height: 60px;
    width: 60px;
  }
}
.argopaySectionBack .argopaySection .imageSide img {
  width: 100%;
}
.argopaySectionBack .argopaySection .imageSide img:nth-child(1) {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  grid-area: 2/1/8/3;
  clip-path: polygon(0 0, 84% 0, 100% 11%, 100% 100%, 16% 100%, 0 89%);
}
.argopaySectionBack .argopaySection .imageSide img:nth-child(2) {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  grid-area: 1/3/5/5;
  clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%);
}
.argopaySectionBack .argopaySection .imageSide img:nth-child(3) {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  grid-area: 5/3/9/5;
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
}
.argopaySectionBack .argopaySection .contentSide {
  width: 47.7%;
}
@media (max-width: 768px) {
  .argopaySectionBack .argopaySection .contentSide {
    width: 100%;
  }
}
.argopaySectionBack .argopaySection .contentSide span {
  color: #b3b3b3;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .argopaySectionBack .argopaySection .contentSide span {
    display: none;
  }
}
.argopaySectionBack .argopaySection .contentSide h2 {
  color: #000000;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .argopaySectionBack .argopaySection .contentSide h2 {
    display: none;
  }
}
.argopaySectionBack .argopaySection .contentSide p {
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  text-align: justify;
}
@media (max-width: 768px) {
  .argopaySectionBack .argopaySection .contentSide p {
    margin-top: 17px;
  }
}
@media (max-width: 768px) {
  .argopaySectionBack .generalButton {
    margin: auto;
  }
}

.collabrationSectionBack {
  margin: 170px 0 160px;
  background-image: url(../img/Subtract.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .collabrationSectionBack {
    transform: unset;
    width: 100%;
    margin-bottom: 190px;
    margin-top: 0;
  }
}
.collabrationSectionBack .collabrationSection {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
@media (max-width: 768px) {
  .collabrationSectionBack .collabrationSection {
    flex-direction: column-reverse;
  }
}
.collabrationSectionBack .collabrationSection .imageSide {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 414px;
  height: 522px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(12% 0%, 100% 0, 100% 88%, 82% 100%, 0 100%, 0 12%);
  margin-top: -90px;
  margin-bottom: -80px;
  left: 100px;
}
@media (max-width: 768px) {
  .collabrationSectionBack .collabrationSection .imageSide {
    position: static;
    width: 100%;
    height: 370px;
    clip-path: polygon(13% 0%, 100% 0, 100% 90%, 87% 100%, 0 100%, 0 10%);
    margin-top: 30px;
    margin-bottom: -180px;
  }
}
.collabrationSectionBack .collabrationSection .imageSide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.collabrationSectionBack .collabrationSection .contentSide {
  padding: 66px 100px 66px 0px;
  text-align: center;
  max-width: 700px;
  width: 50%;
}
@media (max-width: 768px) {
  .collabrationSectionBack .collabrationSection .contentSide {
    padding: 48px 0 0;
    width: 100%;
  }
}
.collabrationSectionBack .collabrationSection .contentSide a {
  margin: auto;
}
.collabrationSectionBack .collabrationSection .contentSide span {
  color: #f7be00;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  font-family: Oxanium !important;
}
.collabrationSectionBack .collabrationSection .contentSide h2 {
  color: white;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 30px;
}
.collabrationSectionBack .collabrationSection .contentSide p {
  color: white;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}

.HeadingsSection {
  text-align: center;
}
.HeadingsSection h2 {
  color: #000000;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .HeadingsSection h2 {
    margin-bottom: 32px;
  }
}
.HeadingsSection span {
  color: #b3b3b3;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
}

.custom-tabs .tab-buttons {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 8px;
  clip-path: polygon(3% 0, 100% 0, 100% 81%, 96% 100%, 0 100%, 0 16%);
  position: relative;
}
@media (max-width: 768px) {
  .custom-tabs .tab-buttons {
    display: none;
  }
}
.custom-tabs .tab-buttons button.tab-btn {
  background: transparent;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: black;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 140px;
  height: 48px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.custom-tabs .tab-indicator-project,
.custom-tabs .tab-indicator-blog,
.custom-tabs .tab-indicator-project-archive {
  position: absolute;
  left: 8px;
  background: #f7be00;
  width: 140px;
  height: 48px;
  clip-path: polygon(12% 0, 100% 0, 100% 75%, 90% 100%, 0 100%, 0 30%);
  transition: all 0.4s ease-out;
  z-index: -1;
}
.custom-tabs .cardSideProject {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .custom-tabs .cardSideProject {
    flex-direction: column;
    margin-top: 16px;
  }
}
.custom-tabs .cardSideProject .swiper-slide {
  width: calc(50% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .custom-tabs .cardSideProject .swiper-slide {
    width: 100%;
    max-width: 400px;
  }
}
.custom-tabs .cardSideProject .swiper-slide a {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 18px;
  padding: 16px;
  clip-path: polygon(6% 0, 100% 0, 100% 81%, 94% 100%, 0 100%, 0 20%);
  background-color: #fafafa;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .custom-tabs .cardSideProject .swiper-slide a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    clip-path: polygon(8% 0, 100% 0, 100% 90%, 92% 100%, 0 100%, 0 10%);
  }
}
.custom-tabs .cardSideProject .swiper-slide a .hprojectImag {
  min-width: 248px;
  width: 248px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(14% 0, 100% 0, 100% 76%, 86% 100%, 0 100%, 0 26%);
  position: relative;
}
.custom-tabs .cardSideProject .swiper-slide a .hprojectImag .hprojectImagChild {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
}
.custom-tabs .cardSideProject .swiper-slide a .hprojectImag .hprojectImagChild img {
  transition: all 0.2s linear;
}
.custom-tabs .cardSideProject .swiper-slide a .hprojectImag .hprojectImagChild::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='63' height='46' viewBox='0 0 63 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.0812 0H36.3779L40.8037 7.66593H49.656L54.0824 15.3319L49.656 22.9978H40.7988L37.246 16.8457L31.9466 7.66703L27.5202 0.00109736L23.0938 7.66703L27.5202 15.333L31.9482 22.9989H23.0921L18.6663 15.333L14.2383 22.9989L9.81188 30.6681L0.958008 46H9.81188L18.6641 30.6681H36.3724L40.801 38.334L45.2268 46L49.6549 38.334L45.229 30.6681H54.0812L58.5093 23.0022L62.9351 15.3363L54.0812 0Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .custom-tabs .cardSideProject .swiper-slide a .hprojectImag {
    width: 100%;
  }
}
.custom-tabs .cardSideProject .swiper-slide a .hprojectImag img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .custom-tabs .cardSideProject .swiper-slide a .hprojectcontent {
    padding: 0 8px;
  }
}
.custom-tabs .cardSideProject .swiper-slide a .hprojectcontent h4 {
  color: #000000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
}
.custom-tabs .cardSideProject .swiper-slide a .hprojectcontent p {
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-tabs .cardSideProject .swiper-slide a .hprojectcontent .additionInfo {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}
.custom-tabs .cardSideProject .swiper-slide a .hprojectcontent .additionInfo .catMain {
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
  background-color: #ebfff0;
  color: #00a32e;
  padding: 4px 16px;
  clip-path: polygon(12% 0, 100% 0, 100% 78%, 88% 100%, 0 100%, 0 26%);
}
.custom-tabs .cardSideProject .swiper-slide a .hprojectcontent .additionInfo .dateMain {
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
  background-color: #f5f5f5;
  color: #808080;
  padding: 4px 16px;
  clip-path: polygon(12% 0, 100% 0, 100% 78%, 88% 100%, 0 100%, 0 26%);
}
.custom-tabs .cardSideProject .swiper-slide:hover .hprojectImagChild img {
  transform: scale(1.2);
}
.custom-tabs .cardSideProject .swiper-slide:hover .hprojectcontent h4 {
  color: #f7be00;
}

.linkSIde {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .linkSIde {
    margin-top: 32px;
  }
}

.homeBlogSectionBack,
.bgLoghitSections {
  padding: 80px 0;
}

.homeBlogSection .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeBlogSection .tab-content {
  margin: 40px 0;
}
.homeBlogSection .hpost {
  position: relative;
}
.homeBlogSection .hpost .postDate {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1411764706);
  padding: 6px 12px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.homeBlogSection .hpost .hpostImag {
  height: 232px;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 86% 0, 100% 30%, 100% 100%, 14% 100%, 0 74%);
  position: relative;
}
.homeBlogSection .hpost .hpostImag img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s linear;
}
.homeBlogSection .hpost .hpostcontent h4 {
  margin: 20px 20px 0px 20px;
  color: #000000;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 64px;
}
.homeBlogSection .hpost:hover .hpostImag img {
  transform: scale(1.2);
}

.titlePageCustome,
.archiveProjectHead {
  height: 769px;
  width: 100%;
  position: relative;
  padding-top: 112px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .titlePageCustome,
  .archiveProjectHead {
    height: 627px;
    padding-top: 98px;
  }
}
.titlePageCustome > img,
.archiveProjectHead > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.titlePageCustome .rankMathBC p,
.titlePageCustome .rankMathBC a,
.titlePageCustome .rankMathBC span,
.archiveProjectHead .rankMathBC p,
.archiveProjectHead .rankMathBC a,
.archiveProjectHead .rankMathBC span {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.titlePageCustome .last,
.archiveProjectHead .last {
  color: #f7be00 !important;
  opacity: unset !important;
}
.titlePageCustome .mainHeaderContent,
.archiveProjectHead .mainHeaderContent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 64px;
  max-width: 860px;
  text-align: center;
}
.titlePageCustome .mainHeaderContent h1,
.archiveProjectHead .mainHeaderContent h1 {
  color: white;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 768px) {
  .titlePageCustome .mainHeaderContent h1,
  .archiveProjectHead .mainHeaderContent h1 {
    font-size: 28px;
  }
}
.titlePageCustome .mainHeaderContent p,
.archiveProjectHead .mainHeaderContent p {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .titlePageCustome .mainHeaderContent p,
  .archiveProjectHead .mainHeaderContent p {
    font-size: 14px;
  }
}
.titlePageCustome .bg-over-head,
.archiveProjectHead .bg-over-head {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .titlePageCustome .bg-over-head,
  .archiveProjectHead .bg-over-head {
    height: 194px;
    padding: 0;
  }
}
.titlePageCustome .bg-over-head img,
.archiveProjectHead .bg-over-head img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .titlePageCustome .bg-over-head img,
  .archiveProjectHead .bg-over-head img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 768px) {
  .titlePageCustome .mainHeaderContent {
    padding-top: 24px;
  }
}

.archiveProjectHead {
  height: 452px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .archiveProjectHead {
    height: 475px;
  }
}
@media (max-width: 768px) {
  .archiveProjectHead .mainHeaderContent {
    padding-top: 40px;
  }
}

.goalsWishesBack,
.ImageGalleryBack {
  padding: 80px 0;
  overflow: hidden;
}

.goalsWishes,
.ImageGallery,
.honorGallery1,
.chartMain {
  text-align: center;
}
.goalsWishes span,
.ImageGallery span,
.honorGallery1 span,
.chartMain span {
  color: #b3b3b3;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.goalsWishes h2,
.ImageGallery h2,
.honorGallery1 h2,
.chartMain h2 {
  color: #000000;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 12px;
}

.goalsWishesItems {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .goalsWishesItems {
    flex-direction: column;
  }
}
.goalsWishesItems .goalsWishesInner {
  width: calc(33.3% - 14px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .goalsWishesItems .goalsWishesInner {
    width: 100%;
  }
}
.goalsWishesItems .goalsWishesInner img {
  height: 195px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goalsWishesItems .goalsWishesInner .goWiContent {
  background-color: #fafafa;
  padding: 24px 24px 40px;
  text-align: right;
  height: 195px;
  width: 100%;
}
.goalsWishesItems .goalsWishesInner .goWiContent h4 {
  padding: 16px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  color: #000000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.goalsWishesItems .goalsWishesInner .goWiContent p {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
.goalsWishesItems .goalsWishesInner:nth-child(1) img, .goalsWishesItems .goalsWishesInner:nth-child(3) img, .goalsWishesItems .goalsWishesInner:nth-child(2) img {
  clip-path: polygon(15% 0, 100% 0, 100% 74%, 85% 100%, 0 100%, 0 25%);
}
.goalsWishesItems .goalsWishesInner:nth-child(1) .goWiContent, .goalsWishesItems .goalsWishesInner:nth-child(3) .goWiContent, .goalsWishesItems .goalsWishesInner:nth-child(2) .goWiContent {
  clip-path: polygon(0% 0, 85% 0, 100% 25%, 100% 100%, 17% 100%, 0 75%);
}
.goalsWishesItems .goalsWishesInner:nth-child(2) {
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .goalsWishesItems .goalsWishesInner:nth-child(2) {
    flex-direction: column;
  }
}

.ImageGalleryItems {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 20px;
  height: 616px;
}
@media (max-width: 768px) {
  .ImageGalleryItems {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(7, 1fr);
    gap: 10px;
    height: unset;
    max-height: 400px;
  }
}
.ImageGalleryItems a.ImageGalleryInner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ImageGalleryItems a.ImageGalleryInner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ImageGalleryItems a.ImageGalleryInner:nth-child(1) {
  grid-area: 1/1/3/3;
  clip-path: polygon(0% 0, 88% 0%, 100% 13%, 100% 100%, 13% 100%, 0 87%);
}
@media (max-width: 768px) {
  .ImageGalleryItems a.ImageGalleryInner:nth-child(1) {
    grid-area: 1/1/3/3;
  }
}
.ImageGalleryItems a.ImageGalleryInner:nth-child(2) {
  grid-area: 3/1/5/3;
  clip-path: polygon(12% 0, 100% 0, 100% 88%, 87% 100%, 0 100%, 0 13%);
}
@media (max-width: 768px) {
  .ImageGalleryItems a.ImageGalleryInner:nth-child(2) {
    grid-area: 1/3/3/5;
  }
}
.ImageGalleryItems a.ImageGalleryInner:nth-child(3) {
  grid-area: 1/3/5/7;
  clip-path: polygon(12% 0, 100% 0, 100% 88%, 87% 100%, 0 100%, 0 13%);
}
@media (max-width: 768px) {
  .ImageGalleryItems a.ImageGalleryInner:nth-child(3) {
    grid-area: 3/1/6/5;
    clip-path: polygon(10% 0, 100% 0, 100% 88%, 90% 100%, 0 100%, 0 13%);
  }
}
.ImageGalleryItems a.ImageGalleryInner:nth-child(4) {
  grid-area: 1/7/3/9;
  clip-path: polygon(12% 0, 100% 0, 100% 88%, 87% 100%, 0 100%, 0 13%);
}
@media (max-width: 768px) {
  .ImageGalleryItems a.ImageGalleryInner:nth-child(4) {
    grid-area: 6/1/8/3;
  }
}
.ImageGalleryItems a.ImageGalleryInner:nth-child(5) {
  grid-area: 3/7/5/9;
  clip-path: polygon(0% 0, 88% 0%, 100% 13%, 100% 100%, 13% 100%, 0 87%);
}
@media (max-width: 768px) {
  .ImageGalleryItems a.ImageGalleryInner:nth-child(5) {
    grid-area: 6/3/8/5;
  }
}

.honorGalleryBack {
  margin: 80px 0;
  overflow: hidden;
}
.honorGalleryBack .swiper {
  padding: 160px 120px 0 0;
}
@media (max-width: 768px) {
  .honorGalleryBack .swiper {
    padding: 0;
  }
}
.honorGalleryBack .swiper-Directors {
  margin-top: 40px;
  padding: 0 !important;
}
.honorGalleryBack .swiper-slide {
  transition: all 0.2s linear;
}
.honorGalleryBack .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.honorGalleryBack .swiper-slide .honorImgSideParent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-direction: column;
}
.honorGalleryBack .swiper-slide .honorImgSideParent span {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.honorGalleryBack .swiper-slide .honorImgSide {
  background-color: #fafafa;
  height: 192px;
  min-width: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 0px 21px;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .honorGalleryBack .swiper-slide .honorImgSide {
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    height: 100%;
  }
}
.honorGalleryBack .swiper-slide .honorImgSide img {
  height: 100%;
}
.honorGalleryBack .swiper-slide:nth-child(2n+1) .honorImgSide {
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}
.honorGalleryBack .swiper-slide:nth-child(2n) .honorImgSide {
  clip-path: polygon(0% 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0% 85%);
}
.honorGalleryBack .swiper-slide.honorGalleryInner.swiper-slide-active .honorImgSide {
  transform: scale(1.58) translate(39px, -36px);
}
@media (max-width: 768px) {
  .honorGalleryBack .swiper-slide.honorGalleryInner.swiper-slide-active .honorImgSide {
    transform: unset;
  }
}
.honorGalleryBack span {
  transition: all 0.2s linear;
}
.honorGalleryBack .swiper-slide.honorGalleryInner.swiper-slide-active span {
  transform: translate(70px, 0px);
}
@media (max-width: 768px) {
  .honorGalleryBack .swiper-slide.honorGalleryInner.swiper-slide-active span {
    transform: unset;
  }
}
.honorGalleryBack .swiper-slide-prev {
  opacity: 0;
}
.honorGalleryBack .honorGallery {
  position: relative;
}
@media (max-width: 768px) {
  .honorGalleryBack .honorGallery {
    text-align: center;
  }
}
.honorGalleryBack .honorGallery > span,
.honorGalleryBack .honorGallery > h2 {
  position: absolute;
  right: 350px;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .honorGalleryBack .honorGallery > span,
  .honorGalleryBack .honorGallery > h2 {
    position: static;
  }
}
.honorGalleryBack .honorGallery > span {
  top: 40px;
  color: #b3b3b3;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.honorGalleryBack .honorGallery h2 {
  top: 77px;
  color: #000000;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .honorGalleryBack .honorGallery h2 {
    margin-bottom: 40px;
    margin-top: 12px;
  }
}

.entry-content h2 {
  color: #000000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .entry-content h2 {
    font-size: 22px;
  }
}
.entry-content table {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.entry-content td,
.entry-content th {
  padding: 10px;
  text-align: center !important;
}
.entry-content thead {
  background-color: #f7be00;
}
.entry-content > p {
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 32px;
  text-align: justify;
}
.entry-content p:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
  height: 290px;
  gap: 20px;
}
@media (max-width: 768px) {
  .entry-content p:has(img) {
    flex-direction: column;
    height: 345px;
    gap: 16px;
  }
}
.entry-content p:has(img) img {
  width: calc(50% - 10px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .entry-content p:has(img) img {
    height: calc(50% - 8px);
    width: 100%;
  }
}
.entry-content p:has(img) img:nth-child(1) {
  clip-path: polygon(0% 0, 90% 0, 100% 15%, 100% 100%, 10% 100%, 0 85%);
}
.entry-content p:has(img) img:nth-child(2) {
  clip-path: polygon(10% 0, 100% 0, 100% 85%, 90% 100%, 0 100%, 0 15%);
}
.entry-content blockquote {
  position: relative;
  margin: 70px auto 48px;
}
.entry-content blockquote::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='53' height='53' viewBox='0 0 53 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.2129 41.0791C33.3891 41.0791 31.7856 40.3927 30.5186 39.0801C29.2543 37.7703 28.6172 36.1433 28.6172 34.3184L28.6172 16.8613C28.6172 14.8843 28.9903 12.9834 29.7383 11.1748C30.4281 9.50702 31.3571 8.02592 32.5303 6.74902L32.7686 6.49609C34.0556 5.16267 35.5756 4.11151 37.3096 3.3418C39.0741 2.55864 40.9351 2.16504 42.873 2.16504H44.4043C45.3953 2.16504 46.2628 2.56777 46.9189 3.24609L46.9209 3.24707C47.5779 3.9277 47.9364 4.79634 47.9365 5.75195V8.92676C47.9365 9.88348 47.5777 10.7513 46.9209 11.4316L46.9199 11.4326C46.2631 12.1123 45.3943 12.5137 44.4043 12.5137H42.873C41.7354 12.5137 40.8064 12.9052 39.9785 13.7627C39.1486 14.623 38.7452 15.618 38.7451 16.8613V17.6543C38.7451 17.8143 38.7787 17.8737 38.8535 17.9512V17.9521C38.9082 18.0088 38.9385 18.0208 38.9424 18.0225C38.9471 18.0245 38.9736 18.0352 39.043 18.0352H44.4043C46.1145 18.0352 47.6306 18.6392 48.8574 19.7959L49.0986 20.0352C50.3632 21.3451 50.9999 22.9714 51 24.7959V34.3184C51 36.1432 50.3626 37.7692 49.0986 39.0791V39.0801C47.8315 40.3923 46.2286 41.0791 44.4043 41.0791H35.2129ZM8.5957 50.165C6.77186 50.165 5.16915 49.4782 3.90234 48.166C2.63665 46.8558 2.00035 45.2286 2 43.4043V25.9473C2 24.0937 2.32798 22.3068 2.98535 20.6006L3.12109 20.2607C3.85664 18.4817 4.86504 16.9148 6.15137 15.582C7.43848 14.2487 8.95861 13.1975 10.6924 12.4277V12.4268C12.457 11.6437 14.3172 11.251 16.2549 11.251H17.7871C18.7766 11.251 19.6467 11.6523 20.3037 12.333V12.334C20.9602 13.0142 21.3193 13.882 21.3193 14.8379V18.0127C21.3193 18.9698 20.9603 19.8376 20.3037 20.5176C19.6465 21.1985 18.7764 21.5996 17.7871 21.5996H16.2549C15.1172 21.5997 14.1891 21.9912 13.3613 22.8486C12.5311 23.709 12.127 24.7039 12.127 25.9473V26.7402C12.127 26.899 12.1609 26.9589 12.2373 27.0381V27.0391C12.29 27.0934 12.3194 27.1054 12.3242 27.1074C12.328 27.109 12.3542 27.1211 12.4258 27.1211H17.7871C19.4975 27.1211 21.0136 27.7249 22.2402 28.8818L22.4814 29.1211C23.7456 30.4309 24.3828 32.0572 24.3828 33.8818V43.4043C24.3827 45.2289 23.7454 46.8551 22.4814 48.165L22.2402 48.4043C21.0135 49.5614 19.4974 50.165 17.7871 50.165H8.5957Z' fill='%23F7BE00' stroke='white' stroke-width='4'/%3E%3C/svg%3E");
  position: absolute;
  height: 53px;
  width: 53px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.entry-content blockquote p {
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  padding: 40px 115px 37px;
  background-color: #fafafa;
  text-align: center;
  clip-path: polygon(3% 0, 100% 0, 100% 75%, 97% 100%, 0 100%, 0 30%);
}
@media (max-width: 768px) {
  .entry-content blockquote p {
    padding: 40px 16px 24px;
    clip-path: polygon(7% 0, 100% 0, 100% 88%, 93% 100%, 0 100%, 0 12%);
  }
}
.entry-content ul li,
.entry-content ol li {
  color: #000000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}
.entry-content ul li::marker,
.entry-content ol li::marker {
  font-size: 23px;
}
.entry-content ul,
.entry-content ol {
  padding-right: 30px;
  margin: 48px 0;
}
.entry-content ul li {
  list-style: auto;
}
.entry-content ol li {
  list-style: auto;
}
.entry-content tr:nth-child(2n) {
  background-color: #4d4d4d;
  color: white;
  clip-path: polygon(1% 0%, 100% 0%, 100% 60%, 99% 100%, 0% 100%, 0% 30%);
}
.entry-content tr:nth-child(2n+1) {
  background-color: #e7e7e7;
  clip-path: polygon(0% 0, 99% 0, 100% 30%, 100% 100%, 1% 100%, 0% 70%);
}
.entry-content tr {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .entry-content tr {
    font-size: 13px;
  }
}
.entry-content th {
  background: #f7c008;
  clip-path: polygon(0% 0, 99% 0, 100% 30%, 100% 100%, 1% 100%, 0% 70%);
}

.global-gallery-item-parent {
  margin: 48px auto;
}
.global-gallery-item-parent .swiper-slide.global-gallery-item {
  height: 139px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global-gallery-item-parent .swiper-slide.global-gallery-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.global-gallery-item-parent .swiper-slide.global-gallery-item a::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='51' viewBox='0 0 50 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_237_9632)'%3E%3Cpath d='M8.33398 17.502V13.3354C8.33398 12.2303 8.77297 11.1705 9.55437 10.3891C10.3358 9.60769 11.3956 9.1687 12.5007 9.1687H16.6673' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.33398 34.1687V38.3354C8.33398 39.4404 8.77297 40.5002 9.55437 41.2816C10.3358 42.063 11.3956 42.502 12.5007 42.502H16.6673' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.334 9.1687H37.5007C38.6057 9.1687 39.6655 9.60769 40.4469 10.3891C41.2283 11.1705 41.6673 12.2303 41.6673 13.3354V17.502' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.334 42.502H37.5007C38.6057 42.502 39.6655 42.063 40.4469 41.2816C41.2283 40.5002 41.6673 39.4404 41.6673 38.3354V34.1687' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.75 25.8352H31.25' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3Cpath d='M25 32.0852V19.5852' stroke='white' stroke-width='2.5' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_237_9632'%3E%3Crect width='50' height='50' fill='white' transform='translate(0 0.835205)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  z-index: 2;
}
.global-gallery-item-parent .swiper-slide.global-gallery-item a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
}
.global-gallery-item-parent .swiper-slide.global-gallery-item a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.global-gallery-item-parent .swiper-slide.global-gallery-item a:hover::before {
  opacity: 1;
  visibility: visible;
}
.global-gallery-item-parent .swiper-slide.global-gallery-item a:hover::after {
  opacity: 1;
  visibility: visible;
}
.global-gallery-item-parent .swiper-slide.global-gallery-item:nth-child(2n+1) a {
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}
.global-gallery-item-parent .swiper-slide.global-gallery-item:nth-child(2n) a {
  clip-path: polygon(0% 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0% 85%);
}
.global-gallery-item-parent .swiper-pagination-sggallery {
  margin-top: 24px;
  text-align: center;
}
.global-gallery-item-parent span.swiper-pagination-bullet {
  clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
  height: 16px;
  width: 16px;
  border-radius: 0;
  background-color: #f5f5f5;
  transition: all 0.2s linear;
  opacity: 1;
}
.global-gallery-item-parent .swiper-pagination-bullet-active {
  background-color: #f7be00 !important;
}

.iframe-contact-us {
  margin-top: -320px;
  height: 405px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .iframe-contact-us {
    margin-top: -130px;
  }
}

.mainIframe {
  height: 100%;
  width: 100%;
}

.secondaryframe {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  clip-path: polygon(12% 0, 88% 0, 100% 100%, 0% 100%);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 16px 48px 0;
  flex-direction: row-reverse;
}

.mainContactUsBack {
  margin: 40px 0 20px;
  overflow: hidden;
}
.mainContactUsBack .mainContactUs {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
@media (max-width: 768px) {
  .mainContactUsBack .mainContactUs {
    flex-direction: column;
  }
}
.mainContactUsBack .mainContactUs .mainContactUsBox {
  width: calc(25% - 15px);
  background-color: #fafafa;
  padding: 24px 24px 36px;
  min-height: 267px;
}
@media (max-width: 768px) {
  .mainContactUsBack .mainContactUs .mainContactUsBox {
    width: 100%;
  }
}
.mainContactUsBack .mainContactUs .mainContactUsBox:nth-child(2n) {
  clip-path: polygon(0% 0, 88% 0%, 100% 13%, 100% 100%, 12% 100%, 0% 87%);
}
.mainContactUsBack .mainContactUs .mainContactUsBox:nth-child(2n+1) {
  clip-path: polygon(12% 0, 100% 0, 100% 87%, 88% 100%, 0 100%, 0 13%);
}
.mainContactUsBack .mainContactUs .mainContactUsBox svg {
  margin: 16px 0px 16px 16px;
}
.mainContactUsBack .mainContactUs .mainContactUsBox h4 {
  color: #000000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 16px;
}
.mainContactUsBack .mainContactUs .mainContactUsBox > p {
  color: #a4a5ab;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 18px;
}
.mainContactUsBack .mainContactUs .mainContactUsBox:nth-child(2n+1) a {
  clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
}
.mainContactUsBack .mainContactUs .mainContactUsBox:nth-child(2n) a {
  clip-path: polygon(0% 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0% 90%);
}
.mainContactUsBack .mainContactUs .numbersCo {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.tabContent-singlePage .swiper-slide {
  width: calc(33% - 13px);
}
.tabContent-singlePage .swiper-slide h4 {
  color: #ffffff !important;
}
.tabContent-singlePage .nextPrevBtn > div::after {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='10' viewBox='0 0 26 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L25 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 1L1 5L5 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.BlogRelatedbg {
  background-image: url(../img/blog-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}
.BlogRelatedbg h2 {
  color: white !important;
}

.singleMarginTop {
  padding-top: 114px;
}
@media (max-width: 768px) {
  .singleMarginTop {
    padding-top: 98px;
  }
}
.singleMarginTop .rankmath-header {
  margin-bottom: 24px;
}

.singleMarginTop .mainSinglepage,
.singleMarginTop2 .mainSinglepage {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .singleMarginTop .mainSinglepage,
  .singleMarginTop2 .mainSinglepage {
    flex-direction: column;
  }
}
.singleMarginTop .mainSinglepage .singleContentSide,
.singleMarginTop2 .mainSinglepage .singleContentSide {
  width: calc(100% - 305px);
}
@media (max-width: 768px) {
  .singleMarginTop .mainSinglepage .singleContentSide,
  .singleMarginTop2 .mainSinglepage .singleContentSide {
    width: 100%;
  }
}
.singleMarginTop .mainSinglepage .singleContentSide h1.entry-title-single,
.singleMarginTop2 .mainSinglepage .singleContentSide h1.entry-title-single {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #000000;
}
@media (max-width: 768px) {
  .singleMarginTop .mainSinglepage .singleContentSide h1.entry-title-single,
  .singleMarginTop2 .mainSinglepage .singleContentSide h1.entry-title-single {
    font-size: 28px;
  }
}
.singleMarginTop .mainSinglepage .singleContentSide .additionalSingle,
.singleMarginTop2 .mainSinglepage .singleContentSide .additionalSingle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.singleMarginTop .mainSinglepage .singleContentSide .additionalSingle > div,
.singleMarginTop2 .mainSinglepage .singleContentSide .additionalSingle > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.singleMarginTop .mainSinglepage .singleContentSide .additionalSingle .dateSide,
.singleMarginTop2 .mainSinglepage .singleContentSide .additionalSingle .dateSide {
  flex-direction: row-reverse;
}
.singleMarginTop .mainSinglepage .singleContentSide .single-thumbnail,
.singleMarginTop2 .mainSinglepage .singleContentSide .single-thumbnail {
  width: 100%;
  height: 536px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 32px;
}
.singleMarginTop .mainSinglepage .singleContentSide .single-thumbnail > div,
.singleMarginTop2 .mainSinglepage .singleContentSide .single-thumbnail > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.singleMarginTop .mainSinglepage .singleContentSide .single-thumbnail > div img,
.singleMarginTop2 .mainSinglepage .singleContentSide .single-thumbnail > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(4% 0, 100% 0, 100% 95%, 96% 100%, 0 100%, 0 6%);
}
.singleMarginTop .mainSinglepage .sidebarSinglePage,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage {
  width: 305px;
}
@media (max-width: 768px) {
  .singleMarginTop .mainSinglepage .sidebarSinglePage,
  .singleMarginTop2 .mainSinglepage .sidebarSinglePage {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .singleMarginTop .mainSinglepage .sidebarSinglePage .listSide,
  .singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSide {
    display: none;
  }
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .post-headings,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSide .post-headings {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
  clip-path: polygon(11% 0, 100% 0, 100% 91%, 88% 100%, 0 100%, 0 9%);
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .post-headings .tabelBarContent,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSide .post-headings .tabelBarContent {
  padding: 12px 0;
  text-align: center;
  background-color: #f7be00;
  clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 25%);
  margin-bottom: 30px;
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .post-headings .tabelBarContent span,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSide .post-headings .tabelBarContent span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent {
  padding-right: 20px;
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent li,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent li {
  list-style: disc;
  margin-bottom: 34px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #000000;
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent li:last-child,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent li:last-child {
  margin-bottom: 10px;
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent li a,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #000000;
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .listSideItem,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSide .listSideItem {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  padding: 20px;
  margin: 20px 0;
  clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 25%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .listSideItem a,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSide .listSideItem a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSideArchive,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSideArchive {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
  clip-path: polygon(11% 0, 100% 0, 100% 91%, 88% 100%, 0 100%, 0 9%);
}
@media (max-width: 768px) {
  .singleMarginTop .mainSinglepage .sidebarSinglePage .listSideArchive,
  .singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSideArchive {
    display: none;
  }
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSideArchive .listSideArchiveHead,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSideArchive .listSideArchiveHead {
  padding: 12px 0;
  text-align: center;
  background-color: #f7be00;
  clip-path: polygon(7% 0, 100% 0, 100% 75%, 94% 100%, 0 100%, 0 25%);
  margin-bottom: 20px;
}
.singleMarginTop .mainSinglepage .sidebarSinglePage .listSideArchive .listSideArchiveItem,
.singleMarginTop2 .mainSinglepage .sidebarSinglePage .listSideArchive .listSideArchiveItem {
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
}

.archiveGetElement .tab-buttons {
  margin-right: 0;
  clip-path: polygon(3% 0, 100% 0, 100% 78%, 97% 100%, 0 100%, 0 22%);
}

.bannerSide {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 458px;
  width: 100%;
  clip-path: polygon(10% 0, 100% 0, 100% 93%, 90% 100%, 0 100%, 0 7%);
  margin-bottom: 220px;
}
@media (max-width: 768px) {
  .bannerSide {
    margin-bottom: 80px;
  }
}
.bannerSide::before {
  content: "";
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3764705882);
}
.bannerSide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.bannerSide .globalBannerContent {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.bannerSide .globalBannerContent span {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #f7be00;
}
.bannerSide .globalBannerContent h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 30px;
  text-align: center;
}

.CustomSinglepage {
  max-width: 1060px;
}

.customSingleHead {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 20px;
  margin: 24px auto 80px;
}
@media (max-width: 768px) {
  .customSingleHead {
    flex-direction: column;
    margin-top: 16px;
  }
}
.customSingleHead .imgSide {
  height: 294px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40.7%;
}
@media (max-width: 768px) {
  .customSingleHead .imgSide {
    width: 100%;
    height: 174px;
  }
}
.customSingleHead .imgSide > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  clip-path: polygon(8% 0, 100% 0, 100% 88%, 92% 100%, 0 100%, 0 13%);
}
.customSingleHead .imgSide > div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customSingleHead .contentSide {
  width: calc(59% - 20px);
}
@media (max-width: 768px) {
  .customSingleHead .contentSide {
    width: 100%;
  }
}
.customSingleHead .contentSide h1 {
  font-size: 32px;
  line-height: 41px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
}
.customSingleHead .contentSide .underTitle {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin: 12px 0px 10px;
}
@media (max-width: 768px) {
  .customSingleHead .contentSide .underTitle {
    margin: 0;
  }
}
.customSingleHead .contentSide .underTitle .dateMain {
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
  color: #808080;
}
.customSingleHead .contentSide .underTitle .catMain {
  font-size: 12px;
  line-height: 21px;
  font-weight: 300;
  color: #00a32e;
}
.customSingleHead .contentSide > p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: justify;
}
.customSingleHead .contentSide .headerStacks {
  gap: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .customSingleHead .contentSide .headerStacks {
    flex-direction: column;
  }
}
.customSingleHead .contentSide .headerStacks .headerStacksItems {
  width: calc(33% - 14px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  padding: 25px;
  clip-path: polygon(13% 0, 100% 0, 100% 80%, 87% 100%, 0 100%, 0 20%);
}
@media (max-width: 768px) {
  .customSingleHead .contentSide .headerStacks .headerStacksItems {
    width: 100%;
  }
}
.customSingleHead .contentSide .headerStacks .headerStacksItems span:nth-child(1) {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #f7be00;
}
.customSingleHead .contentSide .headerStacks .headerStacksItems span:nth-child(2) {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  color: #000000;
}

.stepsProjectBack {
  margin: 80px 0;
}
.stepsProjectBack .stepsProjectItems {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px 20px;
  max-width: 1064px;
  margin: auto;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .stepsProjectBack .stepsProjectItems {
    flex-direction: column;
    gap: 64px;
  }
}
.stepsProjectBack .stepsProjinner {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
  padding: 20px;
  text-align: justify;
}
.stepsProjectBack .headPart {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.stepsProjectBack .headPart .headPartSvg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  background-color: #f7be00;
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
}
.stepsProjectBack .headPart h4 {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.stepsProjectBack p {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
}
.stepsProjectBack .stepsProjinnerPar {
  width: calc(50% - 10px);
  position: relative;
}
@media (max-width: 768px) {
  .stepsProjectBack .stepsProjinnerPar {
    width: 100%;
  }
}
.stepsProjectBack .stepsProjinnerPar::before {
  content: "";
  position: absolute;
  height: 74px;
  width: 95px;
  top: -40px;
  left: 40px;
  z-index: 0;
  background-repeat: no-repeat;
}
.stepsProjectBack .stepsProjinnerPar:nth-child(1)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='66' height='54' viewBox='0 0 66 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.96'%3E%3Cpath d='M0 26.64C0 18.384 1.584 11.88 4.752 7.128C7.968 2.376 13.128 0 20.232 0C27.336 0 32.472 2.376 35.64 7.128C38.856 11.88 40.464 18.384 40.464 26.64C40.464 34.992 38.856 41.544 35.64 46.296C32.472 51.048 27.336 53.424 20.232 53.424C13.128 53.424 7.968 51.048 4.752 46.296C1.584 41.544 0 34.992 0 26.64ZM28.368 26.64C28.368 21.792 27.84 18.072 26.784 15.48C25.728 12.84 23.544 11.52 20.232 11.52C16.92 11.52 14.736 12.84 13.68 15.48C12.624 18.072 12.096 21.792 12.096 26.64C12.096 29.904 12.288 32.616 12.672 34.776C13.056 36.888 13.824 38.616 14.976 39.96C16.176 41.256 17.928 41.904 20.232 41.904C22.536 41.904 24.264 41.256 25.416 39.96C26.616 38.616 27.408 36.888 27.792 34.776C28.176 32.616 28.368 29.904 28.368 26.64Z' fill='black'/%3E%3Cpath d='M45.6727 12.528V1.08H65.6168V53.64H52.8008V12.528H45.6727Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.stepsProjectBack .stepsProjinnerPar:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='83' height='54' viewBox='0 0 83 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.96'%3E%3Cpath d='M0 26.712C0 18.456 1.584 11.952 4.752 7.2C7.968 2.448 13.128 0.0719991 20.232 0.0719991C27.336 0.0719991 32.472 2.448 35.64 7.2C38.856 11.952 40.464 18.456 40.464 26.712C40.464 35.064 38.856 41.616 35.64 46.368C32.472 51.12 27.336 53.496 20.232 53.496C13.128 53.496 7.968 51.12 4.752 46.368C1.584 41.616 0 35.064 0 26.712ZM28.368 26.712C28.368 21.864 27.84 18.144 26.784 15.552C25.728 12.912 23.544 11.592 20.232 11.592C16.92 11.592 14.736 12.912 13.68 15.552C12.624 18.144 12.096 21.864 12.096 26.712C12.096 29.976 12.288 32.688 12.672 34.848C13.056 36.96 13.824 38.688 14.976 40.032C16.176 41.328 17.928 41.976 20.232 41.976C22.536 41.976 24.264 41.328 25.416 40.032C26.616 38.688 27.408 36.96 27.792 34.848C28.176 32.688 28.368 29.976 28.368 26.712Z' fill='%23F7BE00'/%3E%3Cpath d='M46.5368 43.848C48.1688 42.552 48.9128 41.952 48.7687 42.048C53.4727 38.16 57.1688 34.968 59.8568 32.472C62.5928 29.976 64.8968 27.36 66.7688 24.624C68.6408 21.888 69.5768 19.224 69.5768 16.632C69.5768 14.664 69.1208 13.128 68.2087 12.024C67.2967 10.92 65.9287 10.368 64.1048 10.368C62.2808 10.368 60.8408 11.064 59.7848 12.456C58.7768 13.8 58.2728 15.72 58.2728 18.216H46.3927C46.4888 14.136 47.3527 10.728 48.9847 7.992C50.6647 5.256 52.8488 3.24 55.5368 1.944C58.2728 0.648 61.2967 0 64.6087 0C70.3207 0 74.6168 1.464 77.4967 4.392C80.4248 7.32 81.8888 11.136 81.8888 15.84C81.8888 20.976 80.1367 25.752 76.6328 30.168C73.1288 34.536 68.6647 38.808 63.2408 42.984H82.6807V52.992H46.5368V43.848Z' fill='%23F7BE00'/%3E%3C/g%3E%3C/svg%3E");
}
.stepsProjectBack .stepsProjinnerPar:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='55' viewBox='0 0 84 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.96'%3E%3Cpath d='M0 26.784C0 18.528 1.584 12.024 4.752 7.272C7.968 2.52 13.128 0.143998 20.232 0.143998C27.336 0.143998 32.472 2.52 35.64 7.272C38.856 12.024 40.464 18.528 40.464 26.784C40.464 35.136 38.856 41.688 35.64 46.44C32.472 51.192 27.336 53.568 20.232 53.568C13.128 53.568 7.968 51.192 4.752 46.44C1.584 41.688 0 35.136 0 26.784ZM28.368 26.784C28.368 21.936 27.84 18.216 26.784 15.624C25.728 12.984 23.544 11.664 20.232 11.664C16.92 11.664 14.736 12.984 13.68 15.624C12.624 18.216 12.096 21.936 12.096 26.784C12.096 30.048 12.288 32.76 12.672 34.92C13.056 37.032 13.824 38.76 14.976 40.104C16.176 41.4 17.928 42.048 20.232 42.048C22.536 42.048 24.264 41.4 25.416 40.104C26.616 38.76 27.408 37.032 27.792 34.92C28.176 32.76 28.368 30.048 28.368 26.784Z' fill='%23F7BE00'/%3E%3Cpath d='M47.4007 16.056C47.5928 10.92 49.2728 6.96 52.4408 4.176C55.6087 1.392 59.9048 0 65.3288 0C68.9287 0 72.0008 0.624001 74.5448 1.872C77.1368 3.12 79.0807 4.824 80.3767 6.984C81.7207 9.144 82.3928 11.568 82.3928 14.256C82.3928 17.424 81.6008 20.016 80.0168 22.032C78.4328 24 76.5847 25.344 74.4727 26.064V26.352C77.2087 27.264 79.3688 28.776 80.9528 30.888C82.5368 33 83.3288 35.712 83.3288 39.024C83.3288 42 82.6328 44.64 81.2408 46.944C79.8968 49.2 77.9048 50.976 75.2648 52.272C72.6728 53.568 69.5768 54.216 65.9768 54.216C60.2168 54.216 55.6088 52.8 52.1528 49.968C48.7448 47.136 46.9448 42.864 46.7528 37.152H58.7048C58.7528 39.264 59.3527 40.944 60.5047 42.192C61.6567 43.392 63.3367 43.992 65.5447 43.992C67.4167 43.992 68.8568 43.464 69.8648 42.408C70.9208 41.304 71.4488 39.864 71.4488 38.088C71.4488 35.784 70.7048 34.128 69.2168 33.12C67.7767 32.064 65.4488 31.536 62.2327 31.536H59.9287V21.528H62.2327C64.6807 21.528 66.6488 21.12 68.1367 20.304C69.6728 19.44 70.4408 17.928 70.4408 15.768C70.4408 14.04 69.9607 12.696 69.0007 11.736C68.0407 10.776 66.7207 10.296 65.0407 10.296C63.2168 10.296 61.8488 10.848 60.9368 11.952C60.0728 13.056 59.5688 14.424 59.4248 16.056H47.4007Z' fill='%23F7BE00'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.stepsProjectBack .stepsProjinnerPar:nth-child(4)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='54' viewBox='0 0 90 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.96'%3E%3Cpath d='M0 26.64C0 18.384 1.584 11.88 4.752 7.128C7.968 2.376 13.128 0 20.232 0C27.336 0 32.472 2.376 35.64 7.128C38.856 11.88 40.464 18.384 40.464 26.64C40.464 34.992 38.856 41.544 35.64 46.296C32.472 51.048 27.336 53.424 20.232 53.424C13.128 53.424 7.968 51.048 4.752 46.296C1.584 41.544 0 34.992 0 26.64ZM28.368 26.64C28.368 21.792 27.84 18.072 26.784 15.48C25.728 12.84 23.544 11.52 20.232 11.52C16.92 11.52 14.736 12.84 13.68 15.48C12.624 18.072 12.096 21.792 12.096 26.64C12.096 29.904 12.288 32.616 12.672 34.776C13.056 36.888 13.824 38.616 14.976 39.96C16.176 41.256 17.928 41.904 20.232 41.904C22.536 41.904 24.264 41.256 25.416 39.96C26.616 38.616 27.408 36.888 27.792 34.776C28.176 32.616 28.368 29.904 28.368 26.64Z' fill='black'/%3E%3Cpath d='M47.2567 44.28V34.344L70.0088 1.8H83.7608V33.624H89.6647V44.28H83.7608V53.64H71.4488V44.28H47.2567ZM72.3128 15.336L60.2168 33.624H72.3128V15.336Z' fill='black'/%3E%3C/g%3E%3C/svg%3E");
}

.indexBlog {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}
.indexBlog .swiper-slide-parent {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.indexBlog .swiper-slide {
  width: calc(33% - 14px);
}
@media (max-width: 768px) {
  .indexBlog .swiper-slide {
    width: 100%;
  }
}
.indexBlog .hpostImag {
  height: 171px !important;
  clip-path: polygon(0 0, 88% 0, 100% 18%, 100% 100%, 12% 100%, 0 82%) !important;
}
.indexBlog .hpostcontent h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bgLoghitSections,
.introduceserviceBack,
.goalsWishesBack,
.ImageGalleryBack,
.honorGalleryBack {
  position: relative;
  overflow: hidden;
}
.bgLoghitSections::before,
.introduceserviceBack::before,
.goalsWishesBack::before,
.ImageGalleryBack::before,
.honorGalleryBack::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='561' height='540' viewBox='0 0 561 540' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.7' d='M1159 539.605h26.93v-26.931M1159 539.605v-26.931m0 26.931h-26.93m26.93-26.931h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.931m0 26.931h-26.93m53.86 0v-26.931m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.931m0 26.931h-26.93m53.86 0v-26.931m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.931m0 26.931h-26.93m53.86 0v-26.931m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0v-26.93m0 26.93h-26.93m53.86 0v-26.93m-26.93 0h26.93m-26.93 0V54.86m0 26.93h-26.93m53.86 0V54.86m-26.93 0h26.93m-26.93 0V27.93m0 26.93h-26.93m53.86 0V27.93m-26.93 0h26.93m-26.93 0V1m0 26.93h-26.93m53.86 0V1H1159m0 0h-26.93m0 538.604v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V162.58m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V81.79m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M1132.07 1h-26.93m0 538.604v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V162.58m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V81.79m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M1105.14 1h-26.93m0 538.604v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V162.58m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V81.79m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M1078.21 1h-26.93m0 538.604v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V162.58m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V81.79m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M1051.28 1h-26.93m0 538.604v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V162.58m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V81.79m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M1024.35 1h-26.931m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M997.419 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M970.488 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M943.558 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M916.628 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M889.698 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M862.767 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M835.837 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M808.907 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M781.977 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M755.047 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M728.116 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M701.186 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M674.256 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M647.326 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M620.395 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M593.465 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M566.535 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M539.605 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M512.674 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M485.744 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M458.814 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M431.884 1h-26.93m-.001 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93.001-26.93m-.001 26.93h-26.93m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M404.954 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M378.023 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931-26.93-.001m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M351.093 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M324.163 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M297.233 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M270.302 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M243.372 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M216.442 1h-26.93m0 538.605v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.931m0 26.931h-26.931m26.931-26.931v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93v-26.93m0 26.93h-26.931m26.931-26.93V54.86m0 26.93h-26.931m26.931-26.93V27.93m0 26.93h-26.931m26.931-26.93V1m0 26.93h-26.931M189.512 1h-26.931m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M162.581 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M135.651 1h-26.93m0 538.605v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.931m0 26.931h-26.93m26.93-26.931v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93v-26.93m0 26.93h-26.93m26.93-26.93V54.86m0 26.93h-26.93m26.93-26.93V27.93m0 26.93h-26.93m26.93-26.93V1m0 26.93h-26.93M108.72 1H81.79m0 538.605v-26.931m0 26.931H54.86m26.93-26.931v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.931m0 26.931H54.86m26.93-26.931v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.931m0 26.931H54.86m26.93-26.931v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.931m0 26.931H54.86m26.93-26.931v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93v-26.93m0 26.93H54.86m26.93-26.93V54.86m0 26.93H54.86m26.93-26.93V27.93m0 26.93H54.86m26.93-26.93V1m0 26.93H54.86M81.79 1H54.86m0 538.605v-26.931m0 26.931H27.93m26.93-26.931v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.931m0 26.931H27.93m26.93-26.931v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.931m0 26.931H27.93m26.93-26.931v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.931m0 26.931H27.93m26.93-26.931v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93v-26.93m0 26.93H27.93m26.93-26.93V54.86m0 26.93H27.93m26.93-26.93V27.93m0 26.93H27.93m26.93-26.93V1m0 26.93H27.93M54.86 1H27.93m0 538.605v-26.931m0 26.931H1v-26.931m26.93 0v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.931m0 26.931H1m26.93-26.931v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.931m0 26.931H1m26.93-26.931v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.931m0 26.931H1m26.93-26.931v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93v-26.93m0 26.93H1m26.93-26.93V54.86m0 26.93H1m26.93-26.93V27.93m0 26.93H1m26.93-26.93V1m0 26.93H1M27.93 1H1v26.93m0 484.744v-26.93m0 0v-26.93m0 0v-26.93m0 0v-26.931m0 0v-26.93m0 0v-26.93m0 0v-26.93m0 0v-26.931m0 0v-26.93m0 0v-26.93m0 0v-26.93m0 0v-26.93m0 0v-26.931m0 0v-26.93m0 0v-26.93m0 0v-26.93m0 0V54.86m0 0V27.93' stroke='url(%23a)' stroke-opacity='.5' stroke-width='.307'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='matrix(0 -269.302 592.465 0 593.65 270.38)'%3E%3Cstop/%3E%3Cstop offset='1' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
  width: 561px;
  height: 540px;
  position: absolute;
  right: 0;
  margin: auto;
  top: -100px;
  z-index: -1;
}
@media (max-width: 768px) {
  .bgLoghitSections::before,
  .introduceserviceBack::before,
  .goalsWishesBack::before,
  .ImageGalleryBack::before,
  .honorGalleryBack::before {
    opacity: 0.5;
  }
}

.introduceserviceBack::before,
.goalsWishesBack::before,
.ImageGalleryBack::before {
  right: unset;
  left: 0;
  transform: rotate(180deg);
}

.socialmediaCoBack {
  margin: 20px 0 80px;
}
.socialmediaCoBack .socialmediaCo {
  background-image: url(../img/Subtract.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 37px;
  clip-path: polygon(1.5% 0, 100% 0, 100% 80%, 98.5% 100%, 0 100%, 0 20%);
}
@media (max-width: 768px) {
  .socialmediaCoBack .socialmediaCo {
    flex-direction: column;
    gap: 26px;
    padding: 25px 0;
    margin: 26px 16px;
    clip-path: polygon(6% 0, 100% 0, 100% 82%, 94% 100%, 0 100%, 0 18%);
  }
}
.socialmediaCoBack .socialmediaCo .contentsoSide {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
}
.socialmediaCoBack .socialmediaCo .socialMediaItems {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.socialmediaCoBack .socialmediaCo .socialMediaItems a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.socialmediaCoBack .socialmediaCo .socialMediaItems a:hover svg path {
  stroke: rgba(247, 190, 0, 0.9294117647);
}
.socialmediaCoBack .socialmediaCo .socialMediaItems svg path {
  transition: all 0.2s linear;
}

.coFormBack {
  margin: 80px 0;
}
.coFormBack form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1064px;
  margin: auto;
  gap: 0px 20px;
}
.coFormBack form .wpcf7-form-control-wrap {
  display: flex;
}
.coFormBack form > p {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .coFormBack form > p {
    width: 100%;
  }
}
.coFormBack form > p > label {
  font-size: 16px;
  line-height: 34px;
  background: white;
  margin-right: 17px;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.coFormBack form p:has(textarea) {
  width: 100%;
}
.coFormBack form input {
  background: white;
  border: 1px solid #ebebeb;
  outline: 0 !important;
  height: 72px;
  padding: 19px 28px;
  width: 100%;
}
.coFormBack form textarea {
  background: white;
  border: 1px solid #ebebeb;
  outline: 0 !important;
  padding: 19px 28px;
  width: 100%;
  height: 200px;
}
.coFormBack form p:has([type=submit]) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  width: 100%;
}
.coFormBack form p:has([type=submit]) input {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  background: #f7be00;
  color: black;
  display: flex;
  justify-content: start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  clip-path: polygon(12% 0, 100% 0, 100% 75%, 90% 100%, 0 100%, 0 30%);
  position: relative;
  padding-left: 28px;
  padding: 12px 26px 12px 26px;
  transition: all 0.4s ease-out;
  margin-right: 72px;
}
.coFormBack form p:has([type=submit]) input:hover {
  background-color: #ffb605 !important;
}
.coFormBack form input:not([type=submit]) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .coFormBack form input:not([type=submit]) {
    margin-bottom: 24px;
  }
}
.coFormBack form input:not([type=submit]) {
  background-image: url("data:image/svg+xml,%3Csvg width='522' height='72' viewBox='0 0 522 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_237_2631' fill='white'%3E%3Cpath d='M522 53.9277L503.627 72H0V19.3633L19.6865 0H522V53.9277Z'/%3E%3C/mask%3E%3Cpath d='M522 53.9277L522.701 54.6407L523 54.3468V53.9277H522ZM503.627 72V73H504.036L504.328 72.7129L503.627 72ZM0 72H-1V73H0V72ZM0 19.3633L-0.70123 18.6503L-1 18.9442V19.3633H0ZM19.6865 0V-1H19.2772L18.9853 -0.712936L19.6865 0ZM522 0H523V-1H522V0ZM522 53.9277L521.299 53.2148L502.926 71.2871L503.627 72L504.328 72.7129L522.701 54.6407L522 53.9277ZM503.627 72V71H0V72V73H503.627V72ZM0 72H1V19.3633H0H-1V72H0ZM0 19.3633L0.70123 20.0762L20.3878 0.712936L19.6865 0L18.9853 -0.712936L-0.70123 18.6503L0 19.3633ZM19.6865 0V1H522V0V-1H19.6865V0ZM522 0H521V53.9277H522H523V0H522Z' fill='%23EBEBEB' mask='url(%23path-1-inside-1_237_2631)'/%3E%3C/svg%3E");
  border: 0 !important;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
.coFormBack form textarea {
  background-image: url("data:image/svg+xml,%3Csvg width='1064' height='200' viewBox='0 0 1064 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_237_2639' fill='white'%3E%3Cpath d='M1064 181.928L1045.63 200H0V19.3633L19.6865 0H1064V181.928Z'/%3E%3C/mask%3E%3Cpath d='M1064 181.928L1064.7 182.641L1065 182.347V181.928H1064ZM1045.63 200V201H1046.04L1046.33 200.713L1045.63 200ZM0 200H-1V201H0V200ZM0 19.3633L-0.70123 18.6503L-1 18.9442V19.3633H0ZM19.6865 0V-1H19.2772L18.9853 -0.712936L19.6865 0ZM1064 0H1065V-1H1064V0ZM1064 181.928L1063.3 181.215L1044.93 199.287L1045.63 200L1046.33 200.713L1064.7 182.641L1064 181.928ZM1045.63 200V199H0V200V201H1045.63V200ZM0 200H1V19.3633H0H-1V200H0ZM0 19.3633L0.70123 20.0762L20.3878 0.712936L19.6865 0L18.9853 -0.712936L-0.70123 18.6503L0 19.3633ZM19.6865 0V1H1064V0V-1H19.6865V0ZM1064 0H1063V181.928H1064H1065V0H1064Z' fill='%23EBEBEB' mask='url(%23path-1-inside-1_237_2639)'/%3E%3C/svg%3E");
  border: 0 !important;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
.coFormBack form input:not([type=submit]),
.coFormBack form textarea {
  z-index: -1;
  position: relative;
  margin-top: -17px;
}
.coFormBack input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
  direction: rtl;
}
@media (max-width: 480px) {
  .coFormBack input:not([type=submit]) {
    background-image: url("data:image/svg+xml,%3Csvg width='370' height='72' viewBox='0 0 370 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_237_14940' fill='white'%3E%3Cpath d='M370 53.9277L346.396 72H0V19.3633L25.291 0H370V53.9277Z'/%3E%3C/mask%3E%3Cpath d='M370 53.9277L370.608 54.7217L371 54.4215V53.9277H370ZM346.396 72V73H346.734L347.003 72.794L346.396 72ZM0 72H-1V73H0V72ZM0 19.3633L-0.607907 18.5693L-1 18.8695V19.3633H0ZM25.291 0V-1H24.9522L24.6831 -0.794008L25.291 0ZM370 0H371V-1H370V0ZM370 53.9277L369.392 53.1337L345.788 71.206L346.396 72L347.003 72.794L370.608 54.7217L370 53.9277ZM346.396 72V71H0V72V73H346.396V72ZM0 72H1V19.3633H0H-1V72H0ZM0 19.3633L0.607907 20.1573L25.8989 0.794008L25.291 0L24.6831 -0.794008L-0.607907 18.5693L0 19.3633ZM25.291 0V1H370V0V-1H25.291V0ZM370 0H369V53.9277H370H371V0H370Z' fill='%23EBEBEB' mask='url(%23path-1-inside-1_237_14940)'/%3E%3C/svg%3E%0A") !important;
  }
  .coFormBack textarea {
    background-image: url("data:image/svg+xml,%3Csvg width='288' height='160' viewBox='0 0 288 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_237_14965' fill='white'%3E%3Cpath d='M288 141.928L269.627 160H0V19.3633L19.6865 0H288V141.928Z'/%3E%3C/mask%3E%3Cpath d='M288 141.928L288.701 142.641L289 142.347V141.928H288ZM269.627 160V161H270.036L270.328 160.713L269.627 160ZM0 160H-1V161H0V160ZM0 19.3633L-0.70123 18.6503L-1 18.9442V19.3633H0ZM19.6865 0V-1H19.2772L18.9853 -0.712936L19.6865 0ZM288 0H289V-1H288V0ZM288 141.928L287.299 141.215L268.926 159.287L269.627 160L270.328 160.713L288.701 142.641L288 141.928ZM269.627 160V159H0V160V161H269.627V160ZM0 160H1V19.3633H0H-1V160H0ZM0 19.3633L0.70123 20.0762L20.3878 0.712936L19.6865 0L18.9853 -0.712936L-0.70123 18.6503L0 19.3633ZM19.6865 0V1H288V0V-1H19.6865V0ZM288 0H287V141.928H288H289V0H288Z' fill='%23EBEBEB' mask='url(%23path-1-inside-1_237_14965)'/%3E%3C/svg%3E%0A") !important;
  }
}

span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 7px;
  font-size: 12px;
  right: 20px;
}
@media (max-width: 768px) {
  span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-size: 11px;
  }
}

.wpcf7-response-output {
  border: 0 !important;
  background-color: #ebfff0;
  color: #00a32e;
  clip-path: polygon(3% 0, 100% 0, 100% 75%, 97% 100%, 0 100%, 0 30%);
  padding: 8px 20px !important;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.introduceserviceBack {
  padding: 80px 0;
}
.introduceserviceBack .paginationSwiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 290px;
  margin: auto;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .introduceserviceBack .paginationSwiper {
    margin-top: 24px;
  }
}
.introduceserviceBack .paginationSwiper span.swiper-pagination-progressbar-fill {
  background-color: #f7be00 !important;
}
.introduceserviceBack .paginationSwiper > div {
  position: static;
  background-color: #fff1c2;
}
.introduceserviceBack .srviceSwiper {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .introduceserviceBack .srviceSwiper {
    padding-top: 0;
  }
}
.introduceserviceBack .swiper-slide-inner {
  display: flex;
  align-items: center;
  transition: all 0.2s linear;
}
.introduceserviceBack .swiper-slide-prev .swiper-slide-inner {
  justify-content: start;
}
.introduceserviceBack .swiper-slide a.hservice {
  height: 305px;
  width: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%);
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .introduceserviceBack .swiper-slide a.hservice {
    transform: unset !important;
    height: 288px !important;
    width: 100% !important;
  }
}
.introduceserviceBack .swiper-slide a.hservice::before {
  content: "";
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.introduceserviceBack .swiper-slide a.hservice h4 {
  line-height: 25px;
  font-size: 20px;
  font-weight: 400;
}
.introduceserviceBack .hservicecontent {
  position: absolute;
  color: white;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}
.introduceserviceBack .hserviceImag img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.introduceserviceBack .hserviceImag {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.introduceserviceBack .swiper-slide-active .swiper-slide-inner {
  display: block;
}
.introduceserviceBack .swiper-slide-active a.hservice {
  width: 630px;
  height: 305px;
  transform: translate(110px, -72px);
  clip-path: polygon(0 0, 88% 0, 100% 18%, 100% 100%, 12% 100%, 0 82%);
}
.introduceserviceBack .swiper-slide-next .swiper-slide-inner {
  justify-content: end;
}
.introduceserviceBack .swiper-slide {
  transition: all 0.2s linear;
  opacity: 0;
}
.introduceserviceBack .swiper-slide-next,
.introduceserviceBack .swiper-slide-active,
.introduceserviceBack .swiper-slide-prev {
  opacity: 1;
}
@media (max-width: 768px) {
  .introduceserviceBack .swiper-slide-next,
  .introduceserviceBack .swiper-slide-prev {
    opacity: 0;
  }
}
.introduceserviceBack .HeadingsSection {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -80px;
}
@media (max-width: 768px) {
  .introduceserviceBack .HeadingsSection {
    width: auto;
    margin-bottom: 0;
  }
}
.introduceserviceBack .swiper-slide .arrowHservice {
  transition: all 0.2s linear;
  display: none;
}
.introduceserviceBack .swiper-slide .hservicecontent h4 {
  transition: all 0.2s linear;
}
.introduceserviceBack .swiper-slide-active .arrowHservice {
  display: block;
}
.introduceserviceBack .swiper-slide-active .hservicecontent h4 {
  color: #f7be00;
}

.nextPrevBtn {
  gap: 20px;
  margin: 32px 0 28px;
  height: 8px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.nextPrevBtn > div {
  position: static;
  height: 8px;
  width: 24px;
  margin-top: 0;
}
.nextPrevBtn > div::after {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='10' viewBox='0 0 26 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L25 5' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 1L1 5L5 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  width: 24px;
}
.nextPrevBtn .swiper-button-next:after,
.nextPrevBtn .swiper-rtl .swiper-button-prev:after {
  transform: rotate(180deg);
}

.paginationSwiper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98%;
  max-width: 290px;
  margin: auto;
  margin-top: 42px;
}
@media (max-width: 768px) {
  .paginationSwiper {
    max-width: 224px;
  }
}
.paginationSwiper span.swiper-pagination-progressbar-fill {
  background-color: #f7be00 !important;
  border-radius: 50px;
  overflow: hidden;
}
.paginationSwiper > div {
  position: static;
  background-color: #fff1c2;
  border-radius: 50px;
  overflow: hidden;
}

.extra-tab-buttons-project,
.extra-tab-buttons-blog,
.extra-quikAccess,
.extra-post-headings,
.archive-project-extra,
.filter-archive-project-extra {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: none;
}
@media (max-width: 768px) {
  .extra-tab-buttons-project,
  .extra-tab-buttons-blog,
  .extra-quikAccess,
  .extra-post-headings,
  .archive-project-extra,
  .filter-archive-project-extra {
    display: block;
  }
}
.extra-tab-buttons-project .extra-tab-title,
.extra-tab-buttons-blog .extra-tab-title,
.extra-quikAccess .extra-tab-title,
.extra-post-headings .extra-tab-title,
.archive-project-extra .extra-tab-title,
.filter-archive-project-extra .extra-tab-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #f7be00;
  clip-path: polygon(4% 0, 100% 0, 100% 80%, 96% 100%, 0 100%, 0 20%);
}
.extra-tab-buttons-project .extra-tab-title svg,
.extra-tab-buttons-blog .extra-tab-title svg,
.extra-quikAccess .extra-tab-title svg,
.extra-post-headings .extra-tab-title svg,
.archive-project-extra .extra-tab-title svg,
.filter-archive-project-extra .extra-tab-title svg {
  transition: all 0.3s linear;
}
.extra-tab-buttons-project .extra-tab-title svg path,
.extra-tab-buttons-blog .extra-tab-title svg path,
.extra-quikAccess .extra-tab-title svg path,
.extra-post-headings .extra-tab-title svg path,
.archive-project-extra .extra-tab-title svg path,
.filter-archive-project-extra .extra-tab-title svg path {
  transition: all 0.3s linear;
}
.extra-tab-buttons-project ul,
.extra-tab-buttons-blog ul,
.extra-quikAccess ul,
.extra-post-headings ul,
.archive-project-extra ul,
.filter-archive-project-extra ul {
  margin-top: 10px;
  display: none;
}
.extra-tab-buttons-project li,
.extra-tab-buttons-blog li,
.extra-quikAccess li,
.extra-post-headings li,
.archive-project-extra li,
.filter-archive-project-extra li {
  padding: 20px 20px 20px;
  background-color: #f3f3f3;
  margin-bottom: 10px;
  clip-path: polygon(4% 0, 100% 0, 100% 80%, 96% 100%, 0 100%, 0 20%);
}

.homeBlogSection .nextPrevBtn {
  display: none;
}
@media (max-width: 768px) {
  .homeBlogSection .nextPrevBtn {
    display: flex;
  }
}

.listSideUnderThumb {
  display: none;
}
@media (max-width: 768px) {
  .listSideUnderThumb {
    display: block;
  }
}
.listSideUnderThumb .quikAccess.extra-quikAccess,
.listSideUnderThumb .filter-archive-project-extra {
  color: white;
}
.listSideUnderThumb .quikAccess.extra-quikAccess .extra-tab-title,
.listSideUnderThumb .filter-archive-project-extra .extra-tab-title {
  background-color: #000000 !important;
}
.listSideUnderThumb .quikAccess.extra-quikAccess svg path,
.listSideUnderThumb .filter-archive-project-extra svg path {
  stroke: white;
}
.listSideUnderThumb .quikAccess.extra-quikAccess li a,
.listSideUnderThumb .filter-archive-project-extra li a {
  color: white;
  background-color: #000000 !important;
}
.listSideUnderThumb .quikAccess.extra-quikAccess ul,
.listSideUnderThumb .filter-archive-project-extra ul {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.listSideUnderThumb > div {
  margin: 16px 0;
}

.listSideUnderThumb {
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .listSideUnderThumb {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .BlogRelatedbg {
    padding: 40px 0;
  }
  .homeBlogSection .tab-content {
    margin-bottom: 0;
  }
  .nextPrevBtn {
    margin-bottom: 0;
  }
}
.rankmath-header a,
.rankmath-header span,
.rankMathBC a,
.rankMathBC span {
  color: #808080;
  margin: 0 8px;
}
.rankmath-header .last:last-child,
.rankMathBC .last:last-child {
  color: #f7be00;
}
.rankmath-header a:first-child,
.rankMathBC a:first-child {
  margin-right: 0;
}
.rankmath-header span.separator,
.rankMathBC span.separator {
  position: relative;
}
.rankmath-header span.separator::before,
.rankMathBC span.separator::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1L1 5L5 9' stroke='%23808080' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 10px;
  width: 6px;
  position: absolute;
  left: 2px;
  top: -0.5px;
  bottom: 0;
  margin: auto;
}

.entry-title-custom-extra {
  display: none;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .entry-title-custom-extra {
    display: block;
  }
}

.entry-title-custom-main {
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .entry-title-custom-main {
    display: none;
  }
}

.listSideArchiveItem {
  transition: all 0.2s linear;
}
.listSideArchiveItem:last-child {
  border: 0 !important;
}
.listSideArchiveItem > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  transition: all 0.2s linear;
  cursor: pointer;
}
.listSideArchiveItem li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #666666;
  transition: all 0.2s linear;
  margin-top: 14px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.listSideArchiveItem svg path {
  transition: all 0.2s linear;
  fill: #666666;
}

.listSideArchiveItemActive > div {
  color: #000000;
}
.listSideArchiveItemActive svg path {
  fill: #000000;
}
@media (max-width: 768px) {
  .listSideArchiveItemActive > div {
    color: #ffffff;
  }
  .listSideArchiveItemActive svg path {
    fill: #ffffff;
  }
}

.listSideArchiveItem ul {
  display: none;
}

.project-item {
  display: none;
}

.cardSideProjectArchive div#projects-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: start;
  align-items: start;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cardSideProjectArchive div#projects-list {
    margin-top: 0px;
  }
}
.cardSideProjectArchive div#projects-list .project-item {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cardSideProjectArchive div#projects-list .project-item {
    margin-bottom: 16px;
  }
}
.cardSideProjectArchive div#projects-list .project-item .swiper-slide {
  width: 100% !important;
}
.cardSideProjectArchive div#projects-list .project-item .swiper-slide a.hproject {
  width: 100%;
}

div#loadMorePagination {
  margin: 40px auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  position: relative;
  cursor: pointer;
}
div#loadMorePagination span {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #f7be00;
}
div#loadMorePagination::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='8' viewBox='0 0 20 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L19 4L1 4Z' fill='%23F7BE00'%3E%3C/path%3E%3Cpath d='M1 4L19 4' stroke='%23F7BE00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4 1L1 4L4 7' fill='%23F7BE00'%3E%3C/path%3E%3Cpath d='M4 1L1 4L4 7' stroke='%23F7BE00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  content: "";
  height: 8px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -66px;
  transform: scale(1.5) rotate(-90deg);
  transition: all 0.2s linear;
}
div#loadMorePagination:hover::before {
  transform: scale(1.5) rotate(-90deg) translate(-3px, 0px);
}

.filter-archive-project-extra .listSideArchiveItem > div {
  padding: 20px 10px 20px;
}

.cardSideProjectArchive {
  margin: 0 !important;
}

.sitePagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 80px;
  gap: 8px;
}

.sitePagination ul.page-numbers a,
.sitePagination ul.page-numbers span {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
}

.sitePagination ul.page-numbers .current {
  background-color: #f7be00;
}

.arrowHservice {
  position: absolute;
  z-index: 2;
  left: 24px;
  top: 24px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  clip-path: polygon(0 0, 80% 0%, 100% 20%, 100% 100%, 20% 100%, 0 80%);
}
.arrowHservice > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.arrowHservice > div::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  filter: blur(81px);
  z-index: -1;
}

.tab-content-parent-blog {
  min-height: 364px;
}
.tab-content-parent-blog .linkSIde {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .tab-content-parent-blog .linkSIde {
    margin-top: 32px;
  }
}

.tab-content-parent-project {
  min-height: 452px;
}

.backDropSubMeno {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  z-index: 20;
  display: none;
}

.backDropSearch {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  z-index: 100;
  display: none;
}

.menuMobilesection {
  z-index: 103;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  overflow: auto;
}
.menuMobilesection .upSidebarMenumobile {
  display: flex;
  justify-content: end;
  width: 100%;
  padding: 40px;
}
.menuMobilesection .downerNav {
  width: 100%;
}
.menuMobilesection ul#Primary-menu {
  padding: 0 32px;
}
.menuMobilesection ul#Primary-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.menuMobilesection ul#Primary-menu > li > a a {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.menuMobilesection ul#Primary-menu ul {
  width: 100%;
  padding: 0 14px;
  display: none;
}
.menuMobilesection ul#Primary-menu li {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.menuMobilesection ul#Primary-menu li > svg path {
  stroke: white;
  fill: white;
  transition: all 0.2s linear;
}
.menuMobilesection ul#Primary-menu a {
  padding: 12px 0;
  display: block;
  color: white !important;
  width: calc(100% - 40px);
  position: relative;
}
.menuMobilesection ul#Primary-menu a::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  margin: auto;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(78, 78, 78, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  opacity: 0.5;
}
.menuMobilesection ul#Primary-menu svg {
  margin: auto;
}

#SearchsContainer {
  z-index: 103;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  overflow: auto;
}
@media (max-width: 1080px) {
  #SearchsContainer {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#SearchsContainer input#search-input {
  max-width: 846px;
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3098039216);
  padding-bottom: 18px;
  padding-right: 44px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.3098039216);
}
#SearchsContainer span#closeSea {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 80px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #SearchsContainer span#closeSea {
    margin-top: 24px;
  }
}
#SearchsContainer span#closeSea svg path {
  transition: all 0.2s linear;
}
#SearchsContainer span#closeSea:hover svg path {
  fill: #f7be00;
}
#SearchsContainer .searchResults {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  margin-top: 64px;
  max-width: 846px;
  width: 100%;
}
@media (max-width: 768px) {
  #SearchsContainer .searchResults {
    flex-direction: column;
    margin-top: 32px;
    gap: 32px;
  }
}
#SearchsContainer .searchResultsChild {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  #SearchsContainer .searchResultsChild {
    width: 100%;
  }
}
#SearchsContainer .searchResultsHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#SearchsContainer .searchResultsHead span {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: white;
}
#SearchsContainer .searchResultsHead a {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #f7be00;
  transition: all 0.2s linear;
}
#SearchsContainer .searchResultsHead a:hover {
  transform: translate(-4px, 0px);
}
#SearchsContainer .search-item a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: white;
  width: 55%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  #SearchsContainer .search-item a span {
    max-width: 170px;
    font-size: 12px;
  }
}
#SearchsContainer .search-item a img {
  width: 33%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(12% 0, 100% 0, 100% 75%, 90% 100%, 0 100%, 0 30%);
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  #SearchsContainer .search-item a img {
    width: 84px;
  }
}
#SearchsContainer .search-item a {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 12px 13px;
  height: 100%;
  width: 100%;
  gap: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='415' height='99' viewBox='0 0 415 99' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66853 1L1 8.67677V98H406.331L414 90.3232V1H8.66853Z' stroke='white' stroke-opacity='0.3' stroke-width='0.666667'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  #SearchsContainer .search-item a {
    background-image: url("data:image/svg+xml,%3Csvg width='288' height='74' viewBox='0 0 288 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66853 1L1 8.67677V73H279.331L287 65.3232V1H8.66853Z' stroke='white' stroke-opacity='0.3' stroke-width='0.666667'/%3E%3C/svg%3E%0A");
    background-position: right;
  }
}
#SearchsContainer .search-item a:hover span {
  color: #f7be00;
}
#SearchsContainer .search-item {
  width: 100%;
  height: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #SearchsContainer .search-item {
    height: 72px;
    margin-bottom: 14px;
  }
}
#SearchsContainer .search-input-div {
  width: 100%;
  max-width: 846px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#SearchsContainer .search-input-div svg {
  position: absolute;
  right: 2px;
  top: 0;
}

#SearchsContainer .searchResultsHead a svg {
  margin-right: 8px;
}

#SearchsContainer.active,
.menuMobilesection.active {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s linear 0.5s;
}

section.error-404.not-found {
  background-image: url(../img/404Error-Desktop.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  height: 100vh;
  flex-direction: column;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  section.error-404.not-found {
    background-image: url(../img/404.webp);
  }
}
section.error-404.not-found .error-404-not-found-content {
  text-align: center;
}
section.error-404.not-found .error-404-not-found-content h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #f7be00;
}
@media (max-width: 768px) {
  section.error-404.not-found .error-404-not-found-content h4 {
    font-size: 18px;
  }
}
section.error-404.not-found .error-404-not-found-content p {
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  color: #f7be00;
  margin: 16px 0 32px;
}
@media (max-width: 768px) {
  section.error-404.not-found .error-404-not-found-content p {
    margin-top: 8px;
    font-size: 22px;
  }
}
section.error-404.not-found .error-404-not-found-content a {
  margin: auto;
  clip-path: polygon(8% 0, 100% 0, 100% 75%, 92% 100%, 0 100%, 0 30%);
}
section.error-404.not-found .rankMathBC404 {
  padding-top: 112px;
  width: 100%;
}
@media (max-width: 768px) {
  section.error-404.not-found .rankMathBC404 {
    padding-top: 98px;
  }
}
section.error-404.not-found .rankMathBC404 p,
section.error-404.not-found .rankMathBC404 a,
section.error-404.not-found .rankMathBC404 span {
  color: white;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
section.error-404.not-found .rankMathBC404 .last {
  color: #f7be00 !important;
  opacity: unset !important;
}

.hambergerMenu,
.resSearchIcon {
  display: none;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
@media (max-width: 768px) {
  .hambergerMenu,
  .resSearchIcon {
    display: flex;
  }
}

@media (max-width: 768px) {
  form#searchHeaderForm {
    display: none;
  }
}

.listSideArchiveItem li input {
  height: 16px;
  width: 16px;
  accent-color: #f7be00;
}

.no-found-search-result {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 30px;
}

.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent li a {
  transition: all 0.2s linear;
}

.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent li ::marker {
  transition: all 0.2s linear;
}

.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent li:hover a {
  color: #f7be00;
}

.singleMarginTop .mainSinglepage .sidebarSinglePage .listSide .post-headings ul.listTableContent li:hover::marker {
  color: #f7be00;
}

.listSideItem {
  transition: all 0.2s linear;
}
.listSideItem a {
  transition: all 0.2s linear;
}
.listSideItem svg path {
  transition: all 0.2s linear;
}
.listSideItem:hover {
  background-color: #000000 !important;
}
.listSideItem:hover a {
  color: #f7be00 !important;
}
.listSideItem:hover svg path {
  stroke: #f7be00;
}

.footerItems ul li a {
  transition: all 0.2s linear;
}
.footerItems ul li:hover a {
  color: #f7be00;
}

div#posts-container > p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin: 50px;
}

.bgLoghitSections.fixHeaderFlexProduct .tab-buttons {
  clip-path: polygon(3% 0, 100% 0, 100% 81%, 97% 100%, 0 100%, 0 22%);
}

.not-found-moredi {
  margin: auto;
  margin-top: 70px;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.custom-tabs .cardSideProjectArchive .swiper-slide a {
  clip-path: polygon(4% 0, 100% 0, 100% 81%, 96% 100%, 0 100%, 0 19%);
}
@media (max-width: 768px) {
  .custom-tabs .cardSideProjectArchive .swiper-slide a {
    clip-path: polygon(6% 0, 100% 0, 100% 81%, 94% 100%, 0 100%, 0 20%);
  }
}

.changeSvgRes {
  transform: rotate(90deg);
}
.changeSvgRes path:first-child {
  opacity: 0;
  visibility: hidden;
}

.numbersCo a,
.numbersCo span,
.numbersCo p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.pageContentAboutBack {
  padding: 80px 15px;
}

.chartMainBack {
  padding: 40px 0;
}
.chartMainBack .chartMainItem {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 20px 0px rgba(138, 129, 103, 0.231372549);
  padding: 40px 60px;
  height: 460px;
  margin-top: 40px;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 40px;
}
.chartMainBack .chartMainItem img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.chartMainBack .chartMainItem:hover {
  box-shadow: 0px 0px 20px 0px rgba(138, 129, 103, 0.231372549);
}
.chartMainBack a {
  margin: auto;
}/*# sourceMappingURL=global.css.map */