﻿@import "../color.css";
button:focus {
  background-color: transparent;
}
/************** variable ***************/
/*var(--color-dark): #181d26;
var(--color-white1): #fff;
var(--color-brown): var(--color-brown);
var(--color-light-brown): #ffd194;*/
/************** Combine ***************/
.clear {
  clear: both;
  display: table;
  content: '';
}
.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.text-right {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
.text-left {
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}
.text-justify {
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
}
.limit-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ripplelink {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink2 {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink:hover {
  z-index: 999;
}
.ripplelink2:hover {
  z-index: 999;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ink2 {
  display: block;
  position: absolute;
  background: rgba(68, 200, 245, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/************** manibody ***************/
@font-face {
  font-family: iranSans;
  font-style: normal;
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot');
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/GlobalItems/fonts/iranSans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/GlobalItems/fonts/iranSans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/GlobalItems/fonts/iranSans/ttf/IRANSansWeb.ttf') format('truetype');
}
@font-face {
  font-family: iranSans2;
  font-style: normal;
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot');
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/GlobalItems/fonts/iranSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/GlobalItems/fonts/iranSans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/GlobalItems/fonts/iranSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
/******** material-scrolltop  ********/
.material-scrolltop {
  display: block;
  position: fixed;
  width: 0;
  height: 0;
  bottom: 50px;
  right: 23px;
  padding: 0;
  /*overflow: hidden;*/
  outline: none;
  border: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-brown);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -ms-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 99;
  background-image: url(../../img/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
}
.material-scrolltop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  content: "";
  width: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  background-image: url(../../img/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
}
.material-scrolltop:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.material-scrolltop:hover {
  background-color: var(--color-brown);
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
.material-scrolltop:hover:after {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  background: var(--color-brown);
}
.material-scrolltop:focus {
  background-color: var(--color-brown);
}
.material-scrolltop span {
  display: block;
  font-size: 23.5px;
  color: var(--color-white1);
}
.material-scrolltop:active::before {
  width: 120%;
  padding-top: 120%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.material-scrolltop.reveal {
  width: 40px;
  height: 40px;
}
/************** FOOTER ***************/
footer {
  min-height: 200px;
  position: relative;
  background-color: var(--color-dark);
  /*&:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -132px;
        background: url(../../img/footertTop.png) bottom no-repeat;
        width: 100%;
        height: 132px;
    }*/
}
footer ul {
  list-style: none;
}
footer a {
  color: var(--color-brown);
}
footer .title {
  margin-top: 5px;
}
footer .newsLetter {
  width: 450px;
  height: 63px;
  margin: auto;
  border: 1px solid #514a45;
  /*padding: 9px;*/
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
  margin-top: 15px;
  overflow: hidden;
}
footer .newsLetter .input-field {
  margin-top: 0;
  background: #a8a8aa;
  height: 43px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  margin: 9px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .newsLetter .input-field input {
  margin: 0;
  height: 43px !important;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
footer .newsLetter .input-field label {
  color: #5a555b;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11pt;
}
footer .newsLetter .input-field label.active {
  font-size: 8pt;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
footer .newsLetter .form-control {
  background-image: -moz-linear-gradient(#a8a8aa, #a8a8aa), -moz-linear-gradient(#a8a8aa, #a8a8aa) !important;
  background-image: -webkit-gradient(#a8a8aa, #a8a8aa), -webkit-gradient(#a8a8aa, #a8a8aa) !important;
  background-image: -webkit-linear-gradient(#a8a8aa, #a8a8aa), -webkit-linear-gradient(#a8a8aa, #a8a8aa) !important;
  background-image: -o-linear-gradient(#a8a8aa, #a8a8aa), -o-linear-gradient(#a8a8aa, #a8a8aa) !important;
  background-image: -ms-linear-gradient(#a8a8aa, #a8a8aa), -ms-linear-gradient(#a8a8aa, #a8a8aa) !important;
  background-image: linear-gradient(#a8a8aa, #a8a8aa), linear-gradient(#a8a8aa, #a8a8aa) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8a8aa', endColorstr='#a8a8aa', GradientType=1);
}
footer .newsLetter button {
  width: 150px;
  float: right;
  height: 43px;
  background: var(--back-menu);
  border: 0;
  color: var(--color-brown);
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  margin: 9px 0px 0 9px;
}
footer .newsLetter button:before {
  content: '';
  width: 100%;
  height: 100%;
  right: -200%;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: var(--color-dark);
  z-index: -1;
  position: absolute;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer .newsLetter button i {
  font-size: 18pt;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 4px;
}
footer .newsLetter button:hover:before {
  right: 0%;
}
footer .newsLetter:hover {
  border-color: #393941;
}
footer .newsLetter.clicked .input-field {
  width: 280px;
  float: right;
  margin: 9px 9px 9px 0px;
}
footer .newsLetter.clicked button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
footer .newsLetterIn {
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  max-width: 90%;
  overflow: auto;
  background: #fff;
  padding: 100px 25px;
  z-index: 999;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  min-height: 300px;
  background: #f2f2f2;
  background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #f2f2f2), color-stop(49%, #f2f2f2), color-stop(49%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -o-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -ms-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
  transform: translate(0, -225%);
  -webkit-transform: translate(0, -225%);
  -moz-transform: translate(0, -225%);
  -ms-transform: translate(0, -225%);
  -o-transform: translate(0, -225%);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
footer .newsLetterIn .close {
  float: none;
  font-size: 17pt;
  line-height: 1;
  color: #b3b3b3;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
footer .newsLetterIn .close:hover {
  color: #4d4d4d;
}
footer .newsLetterIn .g-recaptcha {
  margin-bottom: 10px;
}
footer .newsLetterIn .g-recaptcha > * {
  margin: auto;
}
footer .newsLetterIn .btnCustom {
  border: 0;
  width: 150px;
  height: 44px;
  margin: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  float: none;
}
footer .newsLetterIn.show {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
footer .footerCenter {
  margin-bottom: 50px;
  margin-top: 70px;
}
footer .footerCenter strong {
  color: var(--color-white1);
  font-weight: normal;
  font-family: iransans2;
  font-size: 13pt;
  display: block;
  margin-bottom: 25px;
}
footer .footerCenter strong:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: var(--color-brown);
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  margin-top: 2px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
footer .footerCenter p {
  color: var(--color-brown);
  font-size: 12pt;
}
footer .footerCenter ul li {
  list-style: none;
}
footer .footerCenter ul li a {
  font-size: 11pt;
  position: relative;
  padding-right: 10px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer .footerCenter ul li a:before {
  content: '';
  width: 3.5px;
  height: 3.5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--color-brown);
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer .footerCenter ul li a:hover {
  color: var(--color-light-brown);
}
footer .footerCenter ul li a:hover:before {
  background-color: var(--color-light-brown);
}
footer .footerCenter .info {
  margin-right: 15px;
  margin-bottom: 35px;
}
footer .footerCenter .info p {
  margin-bottom: 10px;
}
footer .footerCenter .info p i {
  font-size: 22pt;
  line-height: 0.8;
  width: 15%;
  float: right;
}
footer .footerCenter .info p span {
  width: 85%;
  float: right;
}
footer .footerCenter .info p:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerCenter .social a {
  display: block;
  width: 41px;
  height: 41px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #353940;
  float: right;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin-left: 9px;
  font-size: 19pt;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
footer .footerCenter .social a:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: var(--color-light-brown);
  left: 0;
  richness: 0;
  margin: auto;
  top: 200%;
  bottom: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
footer .footerCenter .social a:hover:before {
  top: 0;
}
footer .footerCenter .social:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerBtm {
  padding: 15px 0;
  background-color: var(--color-dark);
  color: #4c494f;
  font-size: 9.5pt;
}
footer .footerBtm a:hover {
  color: var(--color-light-brown);
}
footer .footerBtm .company {
  margin-top: 20px;
}
footer .footerBtm .company * {
  display: inline-block;
  vertical-align: middle;
}
footer .footerBtm .company img {
  margin-top: -20px;
}
footer .footerBtm .company:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerBtm .developed {
  direction: ltr;
  margin-top: 30px;
}
footer .footerBtm .developed p * {
  display: inline-block;
  vertical-align: middle;
  font-size: 8.5pt;
}
footer .footerBtm .developed p img {
  margin-right: 10px;
  margin-top: -8px;
}
footer .footerBtm .developed:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerBtm:after {
  clear: both;
  display: table;
  content: '';
}
footer:after {
  clear: both;
  display: table;
  content: '';
}
.bgDark {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.95);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
/**************** BROWSER *****************/
/*firefox*/
/*@-moz-document url-prefix() {
}*/
/*safari*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
}*/
/*ie*/
/********************************  Responsive **************************************/
@media only screen and (max-width: 1200px) {
  /************** FOOTER ***************/
  footer .footerCenter ul li a {
    font-size: 10pt;
  }
}
@media only screen and (max-width: 992px) {
  /************** FOOTER ***************/
  footer .footerCenter {
    margin-bottom: 10px;
    margin-top: 0;
  }
  footer .footerCenter strong {
    font-size: 12pt;
    margin-bottom: 15px;
  }
  footer .footerCenter p {
    font-size: 10.5pt;
    line-height: 1.5;
  }
  footer .footerCenter .info {
    margin-right: 0;
    margin-bottom: 15px;
  }
  footer .footerCenter .info p i {
    font-size: 16pt;
  }
  footer .footerCenter .info p span {
    font-size: 9.5pt;
  }
  footer .footerCenter .social a {
    width: 34px;
    height: 34px;
    margin-left: 5px;
    font-size: 16pt;
    margin-bottom: 5px;
  }
  .material-scrolltop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /************** FOOTER ***************/
  footer .footerTop {
    margin: 0 auto;
    clear: both;
  }
  footer .footerTop:after {
    clear: both;
    display: table;
    content: '';
  }
  footer .newsLetter {
    margin: 0 auto 8px;
    clear: both;
    width: 400px;
  }
  footer .newsLetter .input-field label {
    font-size: 9pt;
  }
  footer .newsLetter button {
    font-size: 10pt;
  }
  footer .newsLetter.clicked .input-field {
    width: 230px;
  }
  footer .footerCenter {
    margin: 10px 0;
    clear: both;
  }
  footer .footerCenter strong {
    margin-bottom: 5px;
  }
  footer .footerCenter p {
    font-size: 11pt;
    line-height: 1.7;
  }
  footer .footerCenter ul li a {
    font-size: 11pt;
  }
  footer .footerCenter .container .row > div {
    margin-bottom: 30px;
  }
  footer .footerCenter .info p i {
    font-size: 20pt;
    width: 8%;
  }
  footer .footerCenter .info p span {
    width: 92%;
    font-size: 11pt;
  }
  footer .footerBtm {
    padding: 10px 0;
  }
  footer .footerBtm .developed {
    direction: rtl;
    margin-top: 15px;
  }
  footer .footerBtm .developed footer .footerBtm .developed p img {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  /************** FOOTER ***************/
  footer .newsLetter {
    width: 280px;
  }
  footer .newsLetter .input-field label {
    font-size: 10pt;
  }
  footer .newsLetter button {
    width: 95px;
    /*font-size: 8pt;*/
    padding: 0;
  }
  footer .newsLetter button i {
    font-size: 11pt;
    margin-left: 0;
  }
  footer .newsLetter.clicked .input-field {
    width: 165px;
  }
  footer .newsLetter.clicked .input-field label {
    font-size: 7pt;
  }
  footer .newsLetter.clicked .input-field label.active {
    font-size: 6pt;
  }
}
.parentFooter {
  margin-bottom: 37px;
}
.parentFooter svg {
  width: 100%;
  margin-top: -1px;
  height: auto;
}
.parentFooter svg path:first-child {
  fill: var(--color-brown);
}
.parentFooter svg path:nth-child(2) {
  fill: var(--color-dark);
}
.parentFooter:after {
  clear: both;
  display: table;
  content: '';
}
.parentFooter {
  margin-top: -100px;
  margin-bottom: -11px;
}
.parentFooter svg {
  margin-top: 0px;
  position: relative;
  top: 1px;
}