@charset "UTF-8";
/* CSS Document */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 22, 2013 */

@font-face {
 font-family: 'omnes-medium';
 src: url('../fonts/omnes-medium.eot');
 src: url('../fonts/omnes-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/omnes-medium.woff') format('woff'), url('../fonts/omnes-medium.ttf') format('truetype'), url('../fonts/omnes-medium.svg#omnesmedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'omnes-semibold';
 src: url('../fonts/omnes-semibold.eot');
 src: url('../fonts/omnes-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/omnes-semibold.woff') format('woff'), url('../fonts/omnes-semibold.ttf') format('truetype'), url('../fonts/omnes-semibold.svg#omnesregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
html, body {
	margin: 0;
	color: #2d3537;
	font-family: 'Nunito', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
}
body {
	background: #E6E6E6;
}
a {
	color: #006892;
	text-decoration: none;
}
a:hover, a:active {
	color: #8AD3DF;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'omnes-semibold', 'Nunito', sans-serif;
	font-weight: normal;
	line-height: 1;
}
hr{
	border-top: 1px dotted #666;
}
@media (min-width: 768px) {
body {
 background: url(../imagens/bg4.png) center 0 repeat-x #E6E6E6;
}
}
/******* FORM ******/
.form-control{
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.btn{
	text-align: left;
}
.btn-default{
}
.btn-primary{
	background-color: #006892;
	border: 0;
 -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
 box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{
	background-color: #0188be;
	border: 0;
 -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
 box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.btn-success{
	background: #66902d;
	border: none;
 -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
 -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
 box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success{
	background-color: #99cc33;
	border: 0;
}
.btn.promo{
	background-image: url(../imagens/arrow-btn.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 20px 60px 20px 20px;
}
.btn.promo h3, .btn.promo h5{
	margin: 0;
}
.btn-app{
	height: 50px;
	margin-bottom: 10px;
}

.checkbox label, .radio label{
	line-height: 1.7;
}

/******* NAVBAR ******/
#main-menu {
	background: #FFF;
	font-family: 'omnes-semibold', 'Nunito', sans-serif;
}
.navbar-default {
	background: none;
	border: none;
	margin-bottom: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-toggle {
	background: #EEE;
	padding: 9px 12px;
	margin-top: 15px;
}
.navbar-brand {
	height: auto;
}
.navbar-brand img {
	max-height: 40px;
}
.navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-default .navbar-nav>li>a {
	color: #002A39;
	border-top: 1px solid #CCC;
	font-size: 16px;
	text-transform: capitalize;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #006892;
}
 @media (min-width: 768px) {

 #main-menu {
 background: none;
}
 .navbar-default {
 margin-bottom: 20px;
}
 .navbar-default .navbar-nav>li>a {
 border: none;
 text-transform: inherit;
}
 .navbar-brand {
 margin-top: 20px;
}
 .navbar-brand img {
 max-height: 60px;
}
#nav-geral a {
 color: #FFF;
 font-size: 14px;
 font-weight: 300;
}
#nav-geral a:hover {
 text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 2px;
}
 #nav-produtos {
 background: rgba(255, 255, 255, 0.8);
 border-radius: 8px;
 padding: 17px 12px;
 -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
 box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
}
#nav-produtos>a {
color: #002a39;
font-size: 18px;
font-weight: 700;
line-height: 1;
}
 #nav-produtos .tiny {
 font-family: 'omnes-medium', 'Nunito', sans-serif;
 font-size: 11px;
 font-weight: 300;
}
#nav-produtos .shadow {
 padding-left: 20px;
 background: url(../imagens/menuP-bg-shadow.png) 0 center no-repeat;
}
#m-agua {
 padding-left: 40px;
 background: url(../imagens/menuP-agua.png) no-repeat 10px 10px;
}
#m-bquentes {
 padding-left: 40px;
 background: url(../imagens/menuP-cafes.png) no-repeat 0 5px;
}
#m-conveniencia {
 padding-left: 40px;
 background: url(../imagens/menuP-conveniencia.png) no-repeat 0 5px;
}
.navbar-nav>li>.dropdown-menu {
 background: #002A39;
 background: rgba(0, 42, 57, 0.9);
 border: 0;
 border-radius: 7px 0 7px 7px;
}
.dropdown-menu>li>a {
 color: #FFF;
 font-size: 12px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
 background: #006892;
 color: #FFF;
}
#badge {
 position: absolute;
 left: 260px;
 top: 0;
}
}
/****** HOMEPAGE ****/
#intro{
	min-height: 110px;
	padding-left: 0;
	padding-right: 0;
}
#home-produtos {
	margin-bottom: 40px;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
}
.home-produtos {
	background: url(../imagens/homeProdutos-shadowV.png) no-repeat 0 130px #FFF;
	height: 380px;
	padding: 0;
}
.home-produtos a {
	color: #002A39
}
.home-produtos a:hover {
	color: #006892;
}
.home-produtos .title {
	padding: 15px 15px 15px 55px;
	margin: 0;
	font-size: 21px;
}
.home-produtos .subtitle {
	display: block;
	font-family: 'omnes-medium', 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.home-produtos #photo1, .home-produtos #photo2, .home-produtos #photo3 {
	height: 185px;
}
.home-produtos #photo1 {
	background: #49b6e5;
}
.home-produtos #photo1 img{
	margin: -17px 0 0 20px;
}
.home-produtos a:hover #photo1 {
	background: #1a89b8
}
.home-produtos #photo2 {
	background: #f58426;
}
.home-produtos #photo2 img{
	margin: -15px 0 0 40px;
}
.home-produtos a:hover #photo2 {
	background: #F15A24;
}
.home-produtos #photo3 {
	background: #77b400;
}
.home-produtos #photo3 img{
	margin: -20px 0 0 45px;
}
.home-produtos a:hover #photo3 {
	background: #4e8900;
}
.home-produtos #title1 {
	background: url(../imagens/homeProdutos-icon-agua.png) no-repeat 15px 22px;
}
.home-produtos #title2 {
	background: url(../imagens/homeProdutos-icon-cafes.png) no-repeat 12px 22px;
}
.home-produtos #title3 {
	background: url(../imagens/homeProdutos-icon-fruit.png) no-repeat 12px 20px;
}
.home-produtos p {
	padding: 5px 15px 0 55px;
	color: #666;
	font-size: 12px;
}
#home-agua{
	background: #FFF;
}
#servicos {
	padding-top: 25px;
	padding-bottom: 25px;
}
.servico-area {
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 25px;
}
#servicos h1 {
	margin-top: 0;
}
#servicos h1 span{
	font-family: 'omnes-medium','Nunito', sans-serif;
	font-size: 24px;
}
#servicos p{
	font-size: 13px;
}
a.sButton {
	width: 200px;
	height: 37px;
	display: block;
	color: #00202b;
	font-family: 'omnes-medium', 'Nunito', sans-serif;
	font-size: 18px;
}
a.sButton .fa-stack {
	font-size: 20px;
	color: #006892;
	text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 2px;
}

a.sButton .fa-inverse {
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
}
a.sButton:hover {
	color: #006892;
}
a.sButton:hover .fa-stack {
}
 @media (min-width: 768px) {
 #intro{
	min-height: 248px;
	padding-left: 15px;
	padding-right: 15px;
}
.servico-area {
 margin-bottom: 0;
 padding-bottom: 0;
 border: none;
}
#home-produtos {
	margin: 0 0 40px 0;
}
.home-produtos {
	height: 380px;
}
.home-produtos .title{
	font-size: 21px;
}
}
 @media (min-width: 992px) {
.home-produtos {
	height: 340px;
}
.home-produtos .title{
	font-size: 24px;
}
 }

/****** CONTENT *****/
.photo-shadow, photo-shadow1 {
	background: none;
	margin-bottom: 15px;
	padding: 0;
}
.photo-shadow .row, .photo-shadow1 .row{
	margin: 0;
}
.top-photo{
	width: 100%;
}
.title h1{
	padding-bottom: 25px;
	margin: 0 0 25px 0;
	text-transform: uppercase;
	color: #006892;
	border-bottom: 1px dotted #666;
}
.breadcrumb{
	background: none;
 padding: 0;
 margin-bottom: 8px;
 font-size: 12px;
 text-transform: uppercase;
 font-weight: 500;
}
.breadcrumb a{
	color: #333;
}
.breadcrumb a:hover{
	color: #666;
}
.breadcrumb .arrow{
 width: 17px;
 height: 17px;
 padding: 2px;
 margin-right: 8px;
 margin-top: -2px;
 float: left;
 background: #006892;
 border-radius: 50%;
 display: inline-block;
 text-align: center;
 -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
 -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
 box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
 font-size: 11px;
}
.breadcrumb .glyphicon{
	color: #FFF;
	font-size: 9px;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 2px;
}
.breadcrumb>li>a{
	padding: 2px 0;
}
.main-content{
	margin-bottom: 15px;
	padding-bottom: 35px;
	background: url(../imagens/separador.png) no-repeat center bottom;
}
.main-content-form{
	margin-bottom: 15px;
	padding-bottom: 35px;
}
.content-left{
	margin-bottom: 25px;
}
.content-text{
	margin-bottom: 25px;
}
.right-sidebar{
	margin-bottom: 25px;
}
.right-sidebar h4{
	color: #00202b;
	margin: 20px 0;
}
.lead{
	color: #566467;
	font-size: 18px;
	margin-top: 0;
	line-height: 1.2;
}
.custom-list{
	padding: 0;
	margin-bottom: 20px;
}
.custom-list li{
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 20px;
	background: url(../imagens/bullet-greysmall.png) no-repeat 0 6px;
}
.minimenu{
	padding: 0;
}
.minimenu li{
  background: url(../imagens/bullet-lightblue.png) no-repeat;
  padding: 1px 0 1px 20px;
  margin: 7px 0;
  list-style: none;
  font-size: 13px;
}
.img-list{
	padding: 0;
}
.img-list li{
	list-style: none;
	padding-bottom: 15px;
	display: inline-block;
}
.img-list li img{
	width: 100%;
}
.app-btn{
	max-width: 180px;
	display: inline-block;
	opacity: .85;
}
.app-btn:hover{
	opacity: 1;
}
.logo{
	background: #FFF;
	padding: 10px;
}
.fb-page, .fb-page span{
	width: 100% !important;
}
#certificados{
	font-size: 12px;
}
.listA{
	padding: 0;
}
.listA li{
	background: url(../imagens/bullet-greysmall.png) no-repeat 0 2px;
	padding: 2px 0 2px 20px;
	margin: 3px 0;
	font-size: 12px;
	list-style: none;
	}
.produtos{
	padding-left: 0;
	}
.produtos li{
	border-bottom: 1px solid #CCC;
	list-style: none;
	margin-bottom: 15px;
	padding-bottom: 7px;
	}
.produtos li:last-child{
	border-bottom: none;
	}
.produtos li a{
	width: 100%;
	background: url(../imagens/bullet-lightblue-big.png) right 12px no-repeat;
	padding-left: 0;
	color: #333;
	display: inline-block;
	}
.produtos li a:hover{
	background: url(../imagens/bullet-lightblue-big-on.png) right 12px no-repeat;
	color: #006892;
	}
.produtos img{
	float: left;
	width: 55px;
	margin-right: 7px;
	}
.produtos h5{
	float: left;
	padding-top: 10px;
	margin: 10px 0;
	font-family: 'omnes-semibold',Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 100%;
	}
.historia{
	color: #FFF;
}
.historia>tbody>tr>td{
	padding: 4px 0;
	border-top: 0;
}
.historia .year{
	display: block;
	border-radius: 13px;
	background-color: #006892;
	padding: 4px 20px;
	text-align: center;
	margin-right: 5px;
	font-size: 16px;
}
.historia .event{
	display: block;
	border-radius: 13px;
	background-color: #52c9dd;
	padding: 6px 15px;
}

@media (min-width: 768px) {

.photo-shadow1 {
 background: url(../imagens/photo-bg2.png) no-repeat center 10px;
 background-size: contain;
}

.photo-shadow1 .row{
	margin-left: -15px;
  margin-right: -15px;
}	
	
 .photo-shadow {
 background: url(../imagens/photo-bg3.png) no-repeat center 10px;
 background-size: contain;
}
.photo-shadow .row{
	margin-left: -15px;
  margin-right: -15px;
}
.top-photo{
	width: 100%;
	padding: 15px 25px 25px 25px;
}
.lead{
	font-size: 24px;
	line-height: 1.2;
}
.produtos li{
	margin-bottom: 10px;
}
/*.produtos img{
	display: block;
	float: none;
}*/
.produtos h5{
	margin: 0;
	width: 110px;
}


}
/********** BOOTOM *********/
#bottom {
	background: #A6BBBC;
	padding: 30px 0;
	text-transform: uppercase;
	margin-top: 50px;
}
#bottom a {
	color: #002A39;
}
#bottom a:hover {
	color: #006892;
}
#bottom h4 {
	font-size: 15px;
}
#bottom .col-sm-3 {
	padding: 15px 0;
	padding-left: 70px;
}
#bottom #encomendas {
	background: url(../imagens/icon-encomendas.png) no-repeat 15px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#bottom #promocoes {
	background: url(../imagens/icon-promocoes.png) no-repeat 15px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#bottom #earthwater {
	background: url(../imagens/icon-earthwater.png) no-repeat 15px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#bottom #brochura {
	background: url(../imagens/icon-brochura.png) no-repeat 15px 15px;
}
@media (min-width: 768px) {
	
ul#sisaguas li {
    display: table-cell !important;
}
	
#formulario img {
    width: 65% !important;
}
	
 #bottom #encomendas {
 border-bottom: 0;
}
#bottom #promocoes {
 border-bottom: 0;
}
#bottom #earthwater {
 border-bottom: 0;
}
}


/********** FOOTER *********/
footer {
	padding: 50px 0;
	background: #00202b;
	color: #FFF;
	font-weight: 300;
	font-size: 12px;
}
footer a {
	color: #A6BBBC;
}
footer a:hover {
	color: #FFF;
}
footer .col-sm-3, footer .col-sm-6 {
	margin-bottom: 25px;
}
footer #produtos{
	margin-bottom: 15px;
}
footer ul {
	padding: 0;
}
footer li {
	padding: 3px 0;
	margin: 0;
	list-style: none;
}
footer #encomende h3 {
	margin: 0;
	margin-bottom: 10px;
}
footer #encomende #btn-encomendas {
	background: #d8e021;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
	display: inline-block;
	color: #00202b;
	font-family: 'omnes-semibold', 'Nunito', sans-serif;
	font-size: 13px;
	background-image: -webkit-gradient(linear, center left, center right, from(#8dc63f), to(#d8e021));
	background-image: -webkit-linear-gradient(left, #8dc63f, #d8e021);
	background-image: -moz-linear-gradient(left, #8dc63f, #d8e021);
	background-image: -o-linear-gradient(left, #8dc63f, #d8e021);
	background-image: -ms-linear-gradient(left, #8dc63f, #d8e021);
	background-image: linear-gradient(to right, #8dc63f, #d8e021);
}
footer #encomende #btn-encomendas i {
	color: #FFF;
}
footer #encomende #btn-encomendas:hover {
	background: #8dc63f;
}
footer #sm-aguas {
}
footer #sm-bquentes {
}
footer #sm-conveniencia {
}
footer #comercial .btn-aderir {
	background: #FFF;
	padding: 6px 7px 5px 3px;
	margin: 0;
	margin-bottom: 10px;
	color: #00202b;
	display: inline-block;
	border-radius: 25px;
}
footer #comercial .btn-aderir .indicativo {
	padding: 2px 10px;
	background: #00202b;
	border-radius: 25px;
	margin-right: 5px;
	color: #FFF;
}
footer #comercial #img-comercial{
	max-width: 140px;
	}
footer #social li {
	display: inline-block;
	margin-right: 5px;
}
footer #social li a {
	font-size: 30px;
	color: #FFF;
}
footer #social li a:hover {
	color: #8AD3DF;
}
footer .app-area{
	margin: 20px 0;
}
footer .app-area a{
	display: block;
	margin: 7px 0;
	opacity: .8;
}
footer .app-area a:hover{
	opacity: 1;
}
footer .app-area a img{
	max-width: 200px;
}
 @media (min-width: 992px) {
footer .app-area a img{
	max-width: 100%;
}
}
/********** COLORS *********/
.blue {
	color: #006892;
}
.lightblue {
	color: #8AD3DF;
}
.darkblue {
	color: #002A39;
}
.yellow {
	color: #f58426;
}
.orange {
	color: #F15A24;
}
.lightgrey{
	color: #566467;
}
.green {
	color: #89c23d;
}
.text-space {
	letter-spacing: 3px;
}


/* TRACE */

@media (max-width: 1200px) {
.formajuste{
	margin-right: -15px !important;
	margin-left: -15px !important;
}

}

@media (max-width: 798px) {
#logo_acreditar img{width: 90% !important}
}

	

ul#sisaguas{
	padding-left: 0px;
	margin-left: auto;
    margin-right: auto;
    display: table;
}

ul#sisaguas li img {
    padding: 0px 12px 15px 0px;
}

ul#sisaguas li {
    display: table-caption;
	padding-bottom: 25px;
}

#sisaguas li span{
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 20px;
	background: url(../imagens/bullet-greysmall.png) no-repeat 0 6px;
}

#formulario img{
	width:90%;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 25px;
}

.button-form {
    padding: 8px 25px;
    background: #002A39;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: none;
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.50);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.50);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.50);
    cursor: pointer;
    font-family: 'omnes-semibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
}
.button-form:hover {
    background: #006892;
    box-shadow: inset 1px 1px 2px #002A39002A39;
    -webkit-box-shadow: inset 1px 1px 2px #002A39;
    -moz-box-shadow: inset 1px 1px 2px #002A39;
}

.btn-dados:hover {
    color: #8AD3DF;
}

.btn-dados {
    border: none;
    background: none;
    color: #006892;
}

input[type=checkbox], input[type=radio] {
    margin: 0px -16px 0 !important;
}

.ajuste{
	 height: 420px !important;
}

.title h2{
	margin-bottom: 0px;
	text-transform: uppercase;
	color: #006892;
	font-size: 18px;
}

.title h3{
	padding-bottom: 25px;
	margin: 0 0 25px 0;
	color: #006892;
	border-bottom: 1px dotted #666;
	font-size: 16px;
}

.formajuste{
	margin-right: 0px;
	margin-left: -50px;
}

.obrigado{padding-bottom: 20px;}

.obrigado h3, .obrigado h4{color:#FFF !important}

.obrigado a{color:#002A39 !important;}

.obrigado a:hover{color:#006892 !important; text-decoration: none;}



.sticker-wrap {
	position: fixed;
	right: 0px;
	top: 0;
	width: 300px;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.75s;
	transition: all 0.75s;
	-webkit-transform: translate3d(300px,0,0);
	transform: translate3d(300px,0,0)
		
}


.sticker-wrap.activated {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.sticker-btn  {
	width: 60px;
	height: 150px;
	background: rgb(0, 105, 146);
	display: block;
	cursor: pointer;
	margin-left: -60px;
	position: absolute;
	border-radius: 15px 0px 0px 15px;

	}

.sticker-btn span  {	
	  color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    width: 150px;
    left: 0;
    bottom: 68px;
    left: -54px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
	font-weight: 600;
	}


.sticker-wrap .ifram-wrap {
	width: 300px;
	padding: 0 15px;
	background: rgb(0, 105, 146);
	position: relative;
	border-radius: 0px 0px 0px 15px;
	}



