
* {
   padding:0;
   margin:0;
   transition: all .2s ease-in-out;
}

/* ----- general ----- */

html{height: 100%; min-width: 300px;}

body {
	text-align: center;
	font: 400 16px/24px "Open Sans", Arial, Helvetica, sans-serif;
	background: #fff;
	color: #363d42;
	position: static;
}

@media (max-width: 1300px){
	body{
		font-size: 15px;
		line-height: 22px;
	}
}
@media (max-width: 1000px){
	body{
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 700px){
	body{
		font-size: 13px;
		line-height: 16px;
	}
}

a {color: #004597; text-decoration: none;}
a:hover {color: #004597;text-decoration: underline;
}
a span {cursor: pointer;}

h1 {
	font-family: 'Ek Mukta', sans-serif;
	font-size: 3.2em;
	line-height: 1.1em;
	font-weight: 800;
	text-transform: uppercase;
	padding: 10px 5%;
	margin-bottom: .6em;
	padding-bottom: .5em;
	margin-top: 4em;
	border-bottom: solid 6px #fff;
	display: inline-block;
}
h1 span{
    font-size: .7em;
    display: block;
    text-transform: initial;
    font-weight: 700;
}
@media (max-width: 500px){
	h1{
		font-size:2.5em;
	}
	h1 span{
		font-size: .5em;
		line-height: 1em;
	}
}
h2 {
	font-size: 1.9em;
	line-height: 1.3em;
	margin: 0 auto 2em;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: .05em;
	
}
h2 span{
	line-height: 4px;
	height: 4px;
	width: 80px;
	overflow: hidden;
	background-color: #555555;
	display: block;
	margin: 5px auto 0;
}
h3 {
	font-size: 1.09em;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
}

img{border:0; max-width: 100%; height: auto;}
p{margin-bottom: 1em;}
hr{font-size: 0px;line-height: 0px;color: #969696;background: #969696;margin:0 0 15px 0;height: 1px;border: none;padding: 0px;display: block;}

ul li, 
ol li{
	margin-left: 2em;
	margin-bottom: .2em;
}

.columns .col-1,
.columns .col-2{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	position: relative;
}

.box{
	opacity: 0;
	transition: all .5s ease-in-out;
}
.box.on-screen{
	opacity: 1;
}
.box.col-1{
	margin-left: -100px;
	margin-right: 100px;
}
.box.col-2{
	margin-right: -100px;
	margin-left: 100px;
}
.box.col-1.on-screen,
.box.col-2.on-screen{
	margin-left: 0px;
	margin-right: 0px;
}

/* ----- clearfix ----- */

.wrap:after, #przyklady .box-set:after{
   content: "."; 
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* ----- wraps and background  ----- */

.wrap{
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
	padding: 5% 3% 3%;
	width: 94%;
	overflow: hidden;
  	z-index: 10;
}


/* ----- header  ----- */

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 5px;
	z-index: 20;
}
header .wrap{
	padding-top: 0;
	padding-bottom: 0;
}
header .logo{
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 10;
}
.logo-1,
.logo img{
	display: block;
}
.logo-2{
	display: none;
}
header.not-viewing-top{
	background-color: #dee9f6;
	padding-top: 10px;
}
header.not-viewing-top .logo-1{
	display: none;
}
header.not-viewing-top .logo-2{
	display: block;
}

/* ----- navigation  ----- */

#navigation{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 8;
	padding-top: 50px;
}
#navigation h2{
	display: none;
}
#navigation ul{
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li{
	display: inline-block;
	margin: 0 10px;
	padding: 0;
}
#navigation li:nth-child(1){
	margin-left: 50px;
}
#navigation li.menu-margin{
	margin-right: 160px;
}
#navigation li:nth-child(6){
	margin-right: 0;
}
#navigation li a{
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;
}
#navigation li a:hover{
	text-decoration: none;
	border-color: #fff;
}
header.not-viewing-top #navigation{
	padding-top: 10px;
}
header.not-viewing-top #navigation li a{
	color: #12588B;
}
header.not-viewing-top #navigation li a:hover{
	border-color: #12588B;
}
header.not-viewing-top #navigation li.menu-margin{
	margin-right: 80px;
}

@media (max-width: 1200px){
	#navigation h2 {
		display: inline-block;
		color: #fff;
		padding: 20px 20px;
		cursor: pointer;
		text-indent: 10000px;
		background: #0f3563 url(../images/mobile-menu.png) no-repeat center center;
		height: 23px;
		width: 24px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		margin: 0;
	}
	#navigation ul {
		position: fixed;
		left: 0;
		top: 63px;
		width: 250px;
		max-height: 0;
		overflow: hidden;
		z-index: 8;
	}
	#navigation ul.active {
		max-height: 600px;
	}
	#navigation ul li {
		display: block;
		margin: 0;
		padding: 0;
	}
	#navigation ul li a {
		display: block;
    	background-color: #1e4f8b;
		color: #fff;
		padding: 12px 20px;
		border-bottom: solid 1px #1069ad;
	}
	#navigation ul li a:hover {
    	background-color: #3268a9;
		border-bottom: solid 1px #2f88cd;
	}
	#navigation li {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	header.not-viewing-top #navigation li a {
		color: #fff;
	}
}

/* ----- languages  ----- */

#languages{
	position: absolute;
	top: 0;
	right: 3%;
    z-index: 9;
	padding-top: 50px;
}
#languages li{
	display: inline-block;
	margin: 0 5px;
}
#languages li a{
	display: block;
	border: solid 2px #fff;
	border-radius: 100%;
	padding: 3px;
	height: 13px;
	overflow: hidden;
}
#languages li img{
	display: block;
}
header.not-viewing-top #languages{
	padding-top: 10px;
}
header.not-viewing-top #languages a{
	border: solid 2px #607a8d;
}
header.not-viewing-top #languages .social img{
	margin-top: -13px;
}

@media (max-width: 1200px){
	header{
		padding-top: 20px;
	}
	header .logo{
		max-width: 80px;
	}
}
@media (max-width: 600px){
	header{
		padding-top: 10px;
	}
	#languages{
		padding-top: 0;
	}
	header .logo{
		padding-top: 40px;
		max-width: 60px;
	}
	header.not-viewing-top .logo{
		padding-top: 0px;
		margin-right: 50px;
	}
}

/* ----- banner  ----- */

#banner{
    min-height: 100vh;
	color: #fff;
	background-attachment: fixed;
	background-color: #325577;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#banner .faded-wrap{
	background-color: rgba(50,85,119,0.3);
	height: 100%;
	width: 100%;
}
#banner a{
	color: #fff;
	text-decoration: underline;
}
#banner .wrap{
    min-height: 100vh;
	position: static;
	padding-top: 0;
	padding-bottom: 0;
}
#banner .wrap2{
    display: table;
    position: absolute;
    height: 100%;
    width: 94%;
	max-width: 1260px;
}
#banner .box{
    display: table-cell;
    vertical-align: middle;
	font-size: 1.11em;
	line-height: 1.5em;
}
#banner .text{
	margin-bottom: 4em;
	min-width: 280px;
}
#banner .button a{
	width: 21px;
	height: 21px;
	line-height: 21px;
	display: inline-block;
	border: solid 2px #fff;
	border-radius: 100%;
	padding: 8px;
	margin-top: 0;
	margin-bottom: 20px;
}
#banner .button a img{
    display: block;
	margin-top: 5px;
}
#banner .button a:hover{
	margin-top: 3px;
	margin-bottom: 17px;
}

@media (max-height: 700px){
	#banner .wrap2 {
		position: relative;
		width: auto;
	}
}

/* ----- o-mnie  ----- */

#o-mnie{
	overflow: hidden;
	line-height: 2em;
}
#o-mnie .wrap{
	overflow: visible;
	padding-bottom: 0;
}
#o-mnie .wrap > .columns{
	display: flex;
}
#o-mnie .col-1{
	width: 46%;
	padding-right: 4%;
	margin-bottom: 20px;
	text-align: justify;
	flex: 1;
}
#o-mnie .col-1 .text{
	line-height: 1.8em;
}
#o-mnie .wrap > .columns .col-2{
	background-color: #0f3563;
	display: flex;
}
#o-mnie .wrap > .columns .col-2 .image1{
	align-self: flex-end;
	overflow: hidden;
}
#o-mnie .image2{
	position: absolute;
	bottom: -110px;
	right: -130px;
}
#o-mnie img{
	display: block;
}

@media (max-width: 1200px){
	#o-mnie .image2{
		position: absolute;
		bottom: -110px;
		right: 0px;
		left: 20px;
	}
}
@media (max-width: 700px){
	#o-mnie .wrap > .columns{
		display: block;
	}
	#o-mnie .col-1, #o-mnie .col-2{
		width: auto;
		padding-right: 0;
		text-align: left;
	}
	#o-mnie .col-1 .text{
		margin-bottom: 3em;
	}
	#o-mnie .image2{
		left: 0;
	}
}

/* ----- zyciorys  ----- */

#zyciorys{
	z-index: 5;
}
#zyciorys .columns{
	text-align: left;
}
#zyciorys .col-1,
#zyciorys .box{
	background-color: #0f3563;
	color: #fff;
}
#zyciorys .col-1{
	min-height: 150px;
	text-align: right;
}
#zyciorys .col-1 .image{
	position: absolute;
	top: -25px;
	left: 7%;
	right: 7%;
	z-index: 5;
	text-align: center;
}
#zyciorys h3{
	margin-top: 50px;
	margin-right: 4%;
	padding: 8px 40px 8px 30px;
	display:inline-block;
	background: url(../images/icon-right.png) no-repeat right center;
	position: relative;
	z-index: 10;
	cursor: pointer;
}
#zyciorys h3 span{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: solid 3px #fff;
}
#zyciorys h3 span:hover{
	color: #d3e7ff;
	border-color: #d3e7ff;
}
#zyciorys .box-2{
	padding: 0 8%;
	text-align: justify;
	max-height: 0;
	overflow: hidden;
}
#zyciorys .box-2.active{
	padding: 5% 8% 4%;
	max-height: 1500px;
}

@media (max-width: 700px){
	#zyciorys {
		margin-top: 2em;
	}
	#zyciorys .col-1{
		padding: 0;
		width: 100%;
	}
}

/* ----- zespol  ----- */

#zespol .col-1 .image{
	overflow: hidden;
	border-radius: 100%;
	max-width: 220px;
	max-height: 220px;
	display: inline-block;
	margin: 0 auto 1em;
}
#zespol .columns{
	margin-bottom: 3em;
}
#zespol .col-1{
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	transition-delay: .2s;
}
#zespol .columns.active .col-1{
	width: 30%;
	margin-right: 5%;
	margin-left: 0;
	transition-delay: .0s;
}
#zespol .col-2{
	width: 65%;
}
#zespol .col-1 h3{
	margin-bottom: .5em;
	letter-spacing: .1em;
}
#zespol .col-1 .tel{
	margin-bottom: 0;
}
.columns .col-2 {
	line-height: 2em;
	text-align: right;
}
#zespol .box{
	margin-top: 6em;
	margin-bottom: -3em;
}
#zespol .box.on-screen{
	margin-top: 0;
	margin-bottom: 3em;
}
#zespol .columns{
	cursor: pointer;
	display: inline-block;
	width: 25%;
	margin-right: -4px;
	transition-delay: .2s;
	overflow: hidden;
	max-height: 400px;
	transition: all .2s ease-in-out;
	transition-delay: .4s;
	margin-bottom: 3em;
}
#zespol .columns.active{
	width: 100%;
	margin-right: 0;
	transition-delay: .0s;
	cursor: auto;
}
#zespol .columns.inactive{
	opacity: 0;
	width: 0%;
	max-height: 0px;
	transition-delay: .0s;
}
#zespol .columns .col-2{
	opacity: 0;
	max-width: 0;
	max-height: 0;
	overflow: hidden;
	transition-delay: .0s;
}
#zespol .columns.active .col-2{
	opacity: 1;
	max-width: 1300px;
	max-height: 1000px;
	transition-delay: .4s;
}
#zespol .columns:hover h3,
#zespol .columns:hover .tel{
    color: #004597;
}
#zespol .columns .close{
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #0f3563;
	cursor: pointer;
	text-align: center;
	margin-bottom: 1em;
	display: inline-block;
}
#zespol .columns .text{
	text-align: justify;
}

#zespol .columns:nth-child(2) .box,
#zespol .columns:nth-child(6) .box,
#zespol .columns:nth-child(10) .box{
	transition-delay: .2s;
}
#zespol .columns:nth-child(3) .box,
#zespol .columns:nth-child(7) .box,
#zespol .columns:nth-child(11) .box{
	transition-delay: .4s;
}
#zespol .columns:nth-child(4) .box,
#zespol .columns:nth-child(8) .box,
#zespol .columns:nth-child(12) .box{
	transition-delay: .6s;
}


@media (max-width: 1000px){
	#zespol .columns{
		width: 50%;
	}
	#zespol .columns{
		max-height: 800px;
	}
}
@media (max-width: 600px){
	#zespol .columns{
		width: 100%;
	}
	#zespol .columns.active .col-1{
		width: 100%;
		margin-right: 0;
	}
	#zespol .columns.active .col-2{
		width: 100%;
		display: block;
	}
}

/* ----- cytat  ----- */

#cytat{
	background: #4286b6 url(../images/quote-bg-2.jpg) no-repeat fixed center top;
	color: #fff;
	transition: all 0s ease-in-out;
}
#cytat .wrap{
	padding: 4% 20% 3%;
    width: 60%;
}
#cytat .wrap2{
	padding-left: 10%;
	padding-right: 10%;
	background-repeat: no-repeat;
	background-position: left top, right bottom;
}
#cytat .quote{
	font-size: 1.8em;
	line-height: 1.3em;
	margin-bottom: .5em;
	font-weight: 600;
	font-family: 'Ek Mukta', sans-serif;
}
#cytat .author{
	font-size: 1.03em;
	font-family: 'Ek Mukta', sans-serif;
}

@media (max-width: 1000px){
	#cytat .wrap{
		padding: 4% 5% 3%;
		width: 90%;
	}
}

@media (max-width: 600px){
	#cytat .wrap2 {
		padding-left: 0;
		padding-right: 0;
		background-image: none;
	}
}

/* ----- praktyka  ----- */

#praktyka .wrap{
	padding-bottom: 0;
}
#praktyka .box-set{
	display: flex;
	flex-flow: row wrap;
}
#praktyka .box{
	flex: 23.33%;
	max-width: 23.33%;
	margin: 4em 5% 1em;
}
#praktyka .box.on-screen{
	margin: 0 5% 5em;
}
#praktyka .box .image{
	border: solid 3px #363d42;
	border-radius: 100%;
	display: inline-block;
	margin: 0 auto 1em;
	width: 75px;
	height: 63px;
	padding-top: 12px;
	overflow: hidden;
}
#praktyka .box h3{
	margin-bottom: 1em;
}
#praktyka .box .text{
	text-align: left;
}

@media (max-width: 1000px){
	#praktyka .box {
		flex: 40%;
    	max-width: 40%;
		margin: 4em 5% 1em;
	}
}

@media (max-width: 600px){
	#praktyka .box {
		flex: 90%;
    	max-width: 90%;
	}
}

/* ----- przyklady  ----- */

#przyklady * {
   transition: all .0s;
}
#przyklady .wrap{
	padding-top: 1%;
}
#przyklady .box-set{
	background-size: 50% auto;
	background-color: #f5f7fa;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#przyklady .box{
	width: 25%;
	float: left;
	background-color: #5ca5d8;
	color: #0f3563;
	display: table;
	cursor: pointer;
   	transition: background-color .2s;
}
#przyklady .box:hover{
	background-color: #289ce9;
}
#przyklady .box h3{
	display: table-cell;
    vertical-align: middle;
	padding: 0 15%;
}
#przyklady .box h3 span,
#przyklady .box .header span,
#przyklady .box .line{
	line-height: 1px;
	height: 1px;
	width: 70%;
	overflow: hidden;
	background-color: #0f3563;
	display: block;
	margin: 5px auto 0;
}
#przyklady .box:nth-child(1){
	margin-left: 50%;
}
#przyklady .box:nth-child(2),
#przyklady .box:nth-child(8),
#przyklady .box:nth-child(10),
#przyklady .box:nth-child(13){
	background-color: #fbfbfb;
}
#przyklady .box:nth-child(2):hover,
#przyklady .box:nth-child(8):hover,
#przyklady .box:nth-child(10):hover,
#przyklady .box:nth-child(13):hover{
	background-color: #e1e4e9;
}
#przyklady .box:nth-child(3){
	margin-left: 25%;
	background-color: #fff;
}
#przyklady .box:nth-child(3):hover{
	background-color: #e1e4e9;
}
#przyklady .box:nth-child(4),
#przyklady .box:nth-child(7),
#przyklady .box:nth-child(14){
	color: #fff;
	background-color: #0f3563;
}
#przyklady .box:nth-child(4):hover,
#przyklady .box:nth-child(7):hover,
#przyklady .box:nth-child(14):hover{
	background-color: #2b64a8;
}
#przyklady .box:nth-child(4) h3 span,
#przyklady .box:nth-child(7) h3 span,
#przyklady .box:nth-child(14) h3 span{
	background-color: #fff;
}
#przyklady .box:nth-child(5),
#przyklady .box:nth-child(11){
	color: #fff;
	background-color: #36557c;
}
#przyklady .box:nth-child(5):hover,
#przyklady .box:nth-child(11):hover{
	background-color: #4f76a6;
}
#przyklady .box:nth-child(5) h3 span,
#przyklady .box:nth-child(11) h3 span{
	background-color: #fff;
}
#przyklady .box-set .image{
	position: relative;
	z-index: 15;
	width: 50%;
	background-color: #fff;
	cursor: auto;
}
#przyklady .box-set .image img{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
#przyklady .box .popup{
	position:absolute;
	z-index: 20;
	left: 25%;
	top: 33.33%;
	width: 0%;
	height: 0%;
	overflow: hidden;
	color: #0f3563;
	cursor: default;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 8% 13%;
	background-size: 10% auto;
   	transition: all .2s;
}
#przyklady .box .popup.active{
	width: 50%;
	height: 66.66%;
	padding: 0 10% 0 15%;
	overflow-y: auto;
	border: solid 1px #c7d1d9;
}
#przyklady .box .popup .close{
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #0f3563;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#przyklady .box .popup .header{
	padding-top: 10%;
	font-size: 1.6em;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
}
#przyklady .box .popup .header span,
#przyklady .box .popup .line{
	height: 2px;
}
#przyklady .box .popup .text{
	padding-bottom: 5%;
	text-align: left;
}
#przyklady .box .popup .text li{
	list-style: url(../images/icon-square.png);
	padding-left: 1em;
	margin-bottom: .5em;
}
#przyklady .box .popup .line{
	margin-top: 1.5em;
}

@media (max-width: 1000px){
	#przyklady .box {
    	width: 50%;
		position: relative;
	}
	#przyklady .box:nth-child(1),
	#przyklady .box:nth-child(3){
		margin-left: 0;
	}
	#przyklady .box .popup{
		background: #fff !important;
	}
	#przyklady .box .popup.active{
		top: 0;
		left: 0;
		width: 80%;
		height: 100%;
		padding: 0 10% 0 10%;
		overflow-y: auto;
	}
}
@media (max-width: 600px){
	#przyklady .box {
    	width: 100%;
	}
	#przyklady .box-set .image{
    	width: 100%;
	}
}

/* ----- klienci  ----- */

#klienci .wrap{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	max-width: none;
	width: auto;
}
#klienci * {
   transition: all .0s;
}
#klienci .box-set{
	background: #4286b6 url(../images/quote-bg-2.jpg) no-repeat fixed center top;
	color: #fff;
}
#klienci .box-set-wrap{
	max-width: 1260px;
    padding: 3% 0;
	margin: 0 auto;
}
#klienci .box{
	margin: 2.5em -4px 2.5em 0;
	display: inline-block;
	vertical-align: middle;
	transition: all .5s;
}
#klienci .box .image{
	width: 170px;
	height: 120px;
	display: table;
	margin: 0 auto;
}
#klienci .box .image-wrap{
	display: table-cell;
	vertical-align: middle;
}
#klienci .box .image img{
	display: block;
	margin: 0 auto;
}
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    float: left;
    width: 170px;
    margin: 0 72px 0 73px;
}
@media (max-width: 1300px){
	#klienci .box-set-wrap{
		max-width: 945px;
	}
}
@media (max-width: 1000px){
	#klienci .box-set-wrap{
		max-width: 630px;
	}
}
@media (max-width: 700px){
	#klienci .box-set-wrap{
		max-width: 315px;
	}
}

/* ----- kontakt  ----- */

#kontakt .box{
	width: 19%;
	padding: 0 3%;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
	text-align: left;
	font-size: 1.09em;
	line-height: 1.5em;
	opacity: 1;
}
#kontakt .box:nth-child(1){
	text-align: center;
}
#kontakt .box:nth-child(2) .text{
	background: url(../images/icon-address.png) no-repeat left center;
	padding-left: 35px;
}
#kontakt .box:nth-child(3) .text{
	background: url(../images/icon-phone.png) no-repeat left center;
	padding-left: 35px;
}
#kontakt .box:nth-child(4) .text{
	background: url(../images/icon-email.png) no-repeat left center;
	padding-left: 35px;
}
#kontakt .box p{
	margin-bottom: 0;
}

@media (max-width: 1000px){
	#kontakt .box{
		width: 44%;
		padding: 0 3%;
		float: right;
		margin-bottom: 1em;
	}
	#kontakt .box:nth-child(1){
		float: left;
	}
}
@media (max-width: 600px){
	#kontakt .box{
		width: 100%;
		padding: 0;
		float: none;
	}
	#kontakt .box .text{
		max-width: 200px;
		margin: 0 auto;
	}
}

/* ----- foot-bottom  ----- */

.foot-bottom{
    color: #fff;
    background-color: #0f3563;
}
.foot-bottom .wrap{
	padding-top: 2%;
	padding-bottom: 2%;
	color: #c4c4c4;
	font-size: .8em;
}
.copyright{
	float: left;
}
.design{
	float: right;
}
.design img, .design span{
	display: inline-block;
	vertical-align: middle;
}
.design span{
	margin-right: 15px;
}

@media (max-width: 600px){
	.copyright{
		float: none;
		margin-bottom: 1em;
	}
	.design{
		float: none;
	}
}

/* ----- cookies  ----- */

.mCCF--dark.mCCF--bottom{
	background-color:#4779a0;
}
.mCCF--dark .mCCF__accept{
	background-color: #acc1d0;
}
.mCCF--dark .mCCF__accept:hover{
	background-color: #c8d8e4;
}