/*
------------------------------------------------------
Head Slider (slideshow)
------------------------------------------------------
*/

.head-slider-container {
	position: relative;
	width: 100% ;
	min-height: 220px;
	z-index: 2 !important;
	padding: 0px;
	margin: 0 auto ;
	padding-top: 0px;
	overflow: hidden;
	background: transparent;
/* 	border-bottom: 10px solid #6dbf35; */
	/* max-width: 1540px; */
}


/* Background */
.head-slider.rsDefault,
.head-slider.rsDefault .rsOverflow,
.head-slider.rsDefault .rsSlide,
.head-slider.rsDefault .rsVideoFrameHolder {
	background: #213172;
	color: #FFF;
	/* border-radius: 0px 600px 600px 0px; */
}
.head-slider {
	width: 100%;
	margin: 0 auto ;
	margin-top: 0px;
	position: relative;
	
}

	@media (max-width: 1460px) {
		.head-slider {
			width: 100%;
			/* max-width: calc(100% - 80px); */
		}
	}
	@media (max-width: 1130px) {
		.head-slider {
			width: 100%;
			max-width: 100%;
		}
		.head-slider.rsDefault,
		.head-slider.rsDefault .rsOverflow,
		.head-slider.rsDefault .rsSlide,
		.head-slider.rsDefault .rsVideoFrameHolder {
			background: #213172;
			color: #FFF;
			border-radius: 0px 0 0px 0;
		}
	}
	@media (max-width: 970px) {
		.head-slider.rsDefault,
		.head-slider.rsDefault .rsOverflow,
		.head-slider.rsDefault .rsSlide,
		.head-slider.rsDefault .rsVideoFrameHolder {
			background: #213172;
			color: #FFF;
			border-radius: 0px 0 0px 0;
		}
	}
	@media (max-width: 640px) {
		.head-slider-container {
	
		}
	}
	@media (max-width: 400px) {
		.head-slider.rsDefault,
		.head-slider.rsDefault .rsOverflow,
		.head-slider.rsDefault .rsSlide,
		.head-slider.rsDefault .rsVideoFrameHolder {
			background: #213172;
			color: #FFF;
	
		}
	}



.royalSlider { overflow:hidden }

.rsImg {
	width: 100%;
}

/* 
.header-icon {
	position: absolute;
	bottom: 0px;
	left:-60px;
	width: 600px;
	height: 100%;
	background:  url('../images/logo-shape.svg') no-repeat left;
	background-size: contain;
	mix-blend-mode: overlay;
	opacity: 1;
	z-index: 996 !important;
}
.header-icon.normal {
	mix-blend-mode: unset
}
.header-icon.heading-right {
	bottom: -120px;
	right: auto;
	left:-40px;
} */


.header-shape.small.normal {
	opacity: 0.1;
}


.head-slider {
	width: 100%;
	margin: 0 auto ;
	margin-top: 0px;
	position: relative;
}
.headSmall .head-slider {
	height: 240px !important;
}
.headMedium .head-slider{
	min-height: 500px !important;
	height: 60vh !important;
	max-height: 500px !important;
}
.headLarge .head-slider{
	min-height: 640px !important;
	height: 70vh !important;
	max-height: 700px !important;
}
.headFull .head-slider{
	min-height: 700px;
	height: calc(100vh - 0px) !important;
	max-height: 900px !important;
}

	@media (max-width: 1440px) {
	
	}
	@media (max-width: 1130px) {
		.header-icon {
			width: 900px;
			left:-10px;
		}
	
	}
	@media (max-width: 970px) {
		.header-icon {
			width: 90%;
			left:-10px;
		}
	}
	
	@media (max-width: 640px) {
		.headFull .head-slider{
			min-height: 400px;
			height: calc(100vh - 60px) !important;
			max-height: 500px !important;
		}
	
	}
	@media (max-width: 400px) {
		.headFull .head-slider{
			min-height: 640px;
			height: calc(100vh - 60px) !important;
			max-height: 800px !important;
		}
	}
	@media (max-width: 360px) {
	
	}



.royalSlider > .rsContent {
	/*visibility: hidden; */
	/* or display:none depending on your needs... */
}


.headervideo {
  width: 100%;
  height: 100%;
  opacity: 0.6; }
  .headervideo video {
    width: 100%;
    height: auto !important; }
    @media screen and (min-width: 916px) and (max-width: 1115px), screen and (max-width: 620px) {
      .headervideo video {
        width: auto;
        height: 100% !important; } }

.videoBG, .videoBG_wrapper {
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto; }
  .videoBG video, .videoBG_wrapper video {
    height: 100%; }




.heading-wrapper.padding-top-medium {
	padding-top: 140px;
}
.heading-wrapper.padding-top-large {
	padding-top: 180px;
}
.heading-wrapper.padding-top-huge {
	padding-top: 260px;
}
.heading-wrapper.padding-bottom-small {
	padding-bottom: 80px;
}
.heading-wrapper.padding-bottom-medium {
	padding-bottom: 180px;
}
.heading-wrapper.padding-bottom-large {
	padding-bottom: 200px;
}
.heading-wrapper.padding-bottom-huge {
	padding-bottom: 260px;
}


.headSmall .heading-wrapper,
.headMedium .heading-wrapper,
.headLarge .heading-wrapper,
.headFull .heading-wrapper {
	position: absolute;
	bottom: 50%;
	width: 100%;
	transform: translateY(60%);
	padding: 0 !important;
	z-index: 999 !important;
}

.headMedium .heading-wrapper {
	transform: translateY(80%);
}

 .heading {
	position: relative;
	display: block;
	padding: 1rem 0 0 0;
	z-index: 8;
	width: 100%;
	margin: auto;
}
.heading-shade {
	position: absolute;
	top:50%;
	left:0;
	background: rgb(33,49,114);
	background: linear-gradient(270deg, rgba(33,49,114,0) 0%, rgba(33,49,114,1) 100%);
	content: '';
	width: 70%;
	height: 300%;
	transform: translateY(-50%);
	z-index: -1;
}
.heading-shade.shade-heading-right {
	left:auto;
	right: 0;
	background: linear-gradient(90deg, rgba(33,49,114,0) 0%, rgba(33,49,114,1) 100%);
}

.heading.heading-center {
	text-align: center;
	padding: 0;
}
.heading .heading-intro {
	font-family: 'condor', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 20px;
	color: #ffffff;
	padding-left: 3px;

}
.heading .heading-center .heading-intro {
	padding-left:0;
}


.heading .heading-title {
	position: relative;
	top: 0px;
	font-weight: 900;
	font-size: 2.6rem;
	line-height: 1.1;
	display: block;
	padding: 0px 0px;
	margin: 0 0;
	z-index: 3;
	margin-left: 0px;	
}
.heading .heading-title:after {
	display: block;
	width: 80px;
	height: 15px;
	background:  url('../images/wave-secondary.svg') no-repeat left;
	background-size: contain;
	opacity: 1;
	margin-top: 20px;
	content:'';
	z-index: 996 !important;
}
.heading .text-center .heading-title:after {
	margin: auto;
	margin-top: 20px;
}


 .heading .heading-title span {
	display: block;
	font-weight: 400;
}
.heading .heading-title span.dot {
	display: inline-block !important;
	width: 14px;
	height: 14px;
}

.heading .heading-title.title-small {
	font-size: 2.1rem;
}
.heading .heading-title.title-medium {
	font-size: 3.2rem;
}
.heading .heading-title.title-large {
	font-size: 4.2rem;
	line-height: 1.1;
}
.heading-lead {
	margin-top: 15px;
	padding-left: 3px;
}
.head-slider.headSmall .infoBlock .heading-lead {
	margin-top: 10px;
}
.heading p {
	line-height: 1.7;
	font-size: 1.250rem;
}

.heading .button-group {
	margin-top: 35px;
}
.heading.heading-center .button-group {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.heading.heading-right .button-group {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
}
.heading .button-group .button {

}


.heading-list {
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 40%;
	padding: 2rem 2.5rem;
	margin-right: 0rem;
	border-radius: 0px;
}
.heading-list-bg {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	border-radius: 0px;
	opacity: 1;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.226);
	z-index: 1;
}
.heading-list-title {
	position: relative;
	font-size: 20px;
	z-index: 2;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .heading-list-title {
	color: #fff !important;
}
.heading-list ul {
	position: relative;
	margin: 0px 0 0 0;
	margin-bottom: 0px;
	padding:0;
	list-style: none;
	z-index: 2;
}
.heading-list ul li {
	font-family: 'condor';
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding: 0 0 0 0rem;
	line-height: 1.5;
	border-bottom: 1px solid rgba(4, 19, 31, 0.11);
}
.heading-list ul li:last-child {
	border:0;	
}
.heading-list ul li a {
	display: block;
	padding: 0.5rem 0 0.5rem  1.5rem;
	font-weight: 700;
	color: #2097e2;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .heading-list ul li a {
	color: #fff !important;
}
.heading-list ul li a:hover {

}
.heading-list ul li a:before {
	position: absolute;
	left: 0px;
	top: 14px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: '\f324';
	font-size: 14px;
	margin-right: 0px;
	color: #213172;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1;
}
.heading-list ul li a:hover:before {
	-webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .heading-list ul li a:before {
	color: #fff;
	opacity: 0.8;
}


@media (max-width: 1130px) {
	.heading .heading-intro {
		
	}
}
@media (max-width: 970px) {
	.heading {
		position: relative;
		display: block;
		padding: 0rem 0 0 0rem;
	}


	.heading .heading-intro {
		
	}	
	.heading .heading-title.title-small {
		font-size: 1.7rem;
	}
	.heading .heading-title.title-medium {
		font-size: 2.6rem;
	}
	.heading .heading-title.title-large {
		font-size: 3.2rem;
		line-height: 1;
	}
	.heading p {
		font-size: 1rem;
	}
}
@media (max-width: 640px) {
	.heading-wrapper.padding-top-medium {
		padding-top: 120px;
	}
	.heading-wrapper.padding-top-large {
		padding-top: 140px;
	}
	.heading-wrapper.padding-top-huge {
		padding-top: 160px;
	}
	
	.heading-wrapper.padding-bottom-medium {
		padding-bottom: 90px;
	}
	.heading-wrapper.padding-bottom-large {
		padding-bottom: 110px;
	}
	
	.heading-wrapper.padding-bottom-huge {
		padding-bottom: 130px;
	}


	.heading .heading-intro {
		font-size: 13px;
		
	}	

	.heading .heading-title.title-small {
		font-size: 1.4rem;
	}
	.heading .heading-title.title-medium {
		font-size: 1.8rem;
	}
	.heading .heading-title.title-large {
		font-size: 2.2rem;
		line-height: 1.1;
	}
	.heading-lead {
		margin-top: 10px;
		padding-left: 3px;
		
	}
	 .heading .button-group {
		margin-top: 15px;
		margin-bottom: 15px;
		
	}
	.heading .button-group {
		margin-top: 35px;
		flex-direction: column;
	}
	.heading.heading-center .button-group {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-direction: column;
	}
	.heading.heading-right .button-group {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		text-align: center;
		flex-direction: column;
	}

	.heading .button-group .button {
		margin:0 0 10px;
	}
	.heading-list {
		position: relative;
		padding: 1rem 1.5rem;
		margin-top: 1rem;
		border-radius: 0px;
	}
	.heading-list ul li {
		font-family: 'Roboto Condensed';
		font-size: 18px;
	}
	.heading-list ul li a:before {
		position: absolute;
		left: 0px;
		top: 14px;
	}
}


/* Left Align */
.heading.heading-left {
	text-align: left !important;
	padding-left: 1.5rem !important;
}

/* Right Align */
.heading.heading-right {
	text-align: right;
}


/* Play buttons */

.heading-button-play {
	position: relative;
	width: 64px;
	height: 64px;
	z-index: 88;
	display: inline-block;
	margin: auto;
}
.heading-button-play i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%); 
	font-size: 2rem;
}

.heading-image {

	position: relative;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-right: 0rem;
	padding: 0px 0px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 40px 100px -20px rgba(0, 0, 10, 0.2), 0 30px 70px -30px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.heading-image img {
	opacity: 1 !important;
	border-radius: 15px;	
}

.heading-image:hover {
  transform: scale(1.02);
  

	z-index: 100;
}
.heading-image.with-play:hover {
  transform: scale(1);
	z-index: 100;
}

.heading-image .heading-image-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%); 
	width: 80px;
	height: 80px;
	z-index: 88;
	font-size: 3rem;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
}

.heading-image .heading-image-play:hover {
	 transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.heading-image .heading-image-play:after {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-44%) translateY(-50%); 
		content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #648c2f;

		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
}
.heading-image .heading-image-play:hover:after {


}

	@media (max-width: 640px) {
		.heading.heading-left {
			text-align: left !important;
			padding-left: 0rem !important;
		}
		.heading-image {
			margin-top: 10px;
			box-shadow: 0 20px 80px -20px rgba(0, 0, 10, 0.2), 0 10px 50px -20px rgba(0, 0, 0, 0.4);
		}
	}



/* Label */
.heading-image-label {
	position: absolute;
	top: 1rem;
	left: 1rem;
	font-size: 13px;
	text-align: center;
	padding: 0.3rem 1rem;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
/* 	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.17); */
	z-index: 98;
	
}

.bg-heading-image {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;

	transition: all 12s ease-in-out;
	transform-origin: center;
}
.rsActiveSlide .bg-heading-image.bg-width-100.blow-up {
	transform: scale(1.3);
}

.bg-heading-image.bg-position-right {
	left: auto;
	right: 0;
}
/* Widths */
.bg-heading-image.bg-width-100 {
	width: 100%;
}
.bg-heading-image.bg-width-75 {
	width: 75%;
}
.bg-heading-image.bg-width-66 {
	width: 66.66%;
}
.bg-heading-image.bg-width-60 {
	width: 60%;
}
.bg-heading-image.bg-width-50 {
	width: 50%;
}
.bg-heading-image.bg-width-40 {
	width: 40%;
}
.bg-heading-image.bg-width-33 {
	width: 33.333%;
}
.bg-heading-image.bg-width-25 {
	width: 25%;
}


/***************
*
*  2. Thumbnails HTML
*
****************/

#head-slider.rsDefault .rsThumbs {
	cursor: default;
	
	width: 100%;
	height: 0px;
	position: absolute;
	bottom: 0;
	overflow: visible;
}

#head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {

	position: relative;
	top: -80px;
	width: 100% !important;
	height: 100px;
	max-width: 79.6em;
	margin: auto;
}
#head-slider.rsDefault .rsThumbs:before {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 100px;
	content:'';
	background: -moz-linear-gradient(top,  rgba(0,10,14,0) 0%, rgba(0,10,14,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,10,14,0) 0%,rgba(0,10,14,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,10,14,0) 0%,rgba(0,10,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000a0e', endColorstr='#000a0e',GradientType=0 );
	opacity: 0.6;

}

	@media (max-width: 1440px) {
		#head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			max-width: 71.6em;
		}
			
	}
	@media (max-width: 1130px) {
		#head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			max-width: 61.6em;
		}
			
	}
	@media (max-width: 970px) {
		#head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			max-width: 99%;
		}
			
	}

/* Transparent */ 
#head-slider.rsDefault  .rsThumb {
	float: left;
	overflow: hidden;
	width: 20%;
	min-height: 80px;
	height: 80px;
	border-radius: 0px;
	border: 0px solid #fff;
	background: none;
	
	
}
#head-slider.rsDefault .rsThumb:before {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.18);
	content: '';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#head-slider.rsDefault .rsThumb:hover:before {

	background: rgba(255, 255, 255, 1);
	content: '';	
}
	@media (max-width: 1130px) {
		#head-slider.rsDefault  .rsThumb {
			width: 25%;
		}
			
	}
	@media (max-width: 970px) {
		#head-slider.rsDefault  .rsThumb {
			width: 29%;
		}
			
	}
	@media (max-width: 640px) {
		#head-slider.rsDefault  .rsThumb {
			width: 22%;
		}
		#head-slider.rsDefault.rsWithThumbsHor .rsThumbsContainer {
			top: -20px;
			width: 100% !important;
			height: 20px;

		}
		#head-slider.rsDefault .rsThumbs:before {
			height: 40px;
			content:'';
			background: -moz-linear-gradient(top,  rgba(0,10,14,0) 0%, rgba(0,10,14,1) 100%);
			background: -webkit-linear-gradient(top,  rgba(0,10,14,0) 0%,rgba(0,10,14,1) 100%);
			background: linear-gradient(to bottom,  rgba(0,10,14,0) 0%,rgba(0,10,14,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000a0e', endColorstr='#000a0e',GradientType=0 );
			opacity: 0.6;
		}
		#head-slider.rsDefault .rsThumb:before {
			height: 4px	
		}
	}
	


#head-slider.rsDefault .rsThumb .rsTmb {
	display: block;
	cursor: pointer;

}
#head-slider.rsDefault .rsThumb .rsTmb-text {
	display: block;
	padding:1rem 2rem 0rem 0rem;
}
#head-slider.rsDefault .rsThumb .rsTmb-intro {
	font-size: 0.76em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5)
}
#head-slider.rsDefault .rsThumb .rsTmb-title {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.5);	
	padding-top: 0px;
	cursor: pointer ;
}
#head-slider.rsDefault .rsThumb .rsTmb-title b {
	display: block;
	font-weight: 300;
}

#head-slider.rsDefault .rsThumb.rsNavSelected {

}
#head-slider.rsDefault  .rsThumb.rsNavSelected:before {
	height: 4px;
	background: #9CBD31;
	content: '';
		
}


#head-slider.rsDefault .rsThumb.rsNavSelected .rsTmb-intro {
	color: #9CBD31;	
}
#head-slider.rsDefault .rsThumb.rsNavSelected .rsTmb-title {
	color: #fff;	
}

	@media (max-width: 1130px) {
		#head-slider.rsDefault .rsThumb .rsTmb-title {
			font-size: 0.86rem;
			line-height: 1.2;

		}
			
	}
	@media (max-width: 970px) { 
		#head-slider.rsDefault .rsThumb .rsTmb-text {
			display: block;
			
		}
	}
	
	@media (max-width: 640px) {
		#head-slider.rsDefault .rsThumb .rsTmb-text {
			display: none;
			padding: 0;
			
		}
	}
	
	
	
/***************
*
*  2. Video
*
****************/

	
/*
.rsDefault .rsPlayBtn	{
	z-index: 1001 !important;
}
*/

/***************
*
*  3. Bullets
*
****************/

.rsDefault .rsBullets {

	position: absolute;
	width: 100%;
	max-width: 1380px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 120px;
	height: auto;
	margin: 0 auto;
	background: none;
	text-align: left;
	line-height: 24px;
	overflow: hidden;
	padding-left: 30px;
	z-index: 9991 !important;
}

    @media (max-width: 1420px) {
        .rsDefault .rsBullets {
      
        }
    }
   


.rsDefault .rsBullet {
  display:inline-block;
  padding: 0 0 0 ;
  width: 16px;
	margin: 0 3px 0px 3px;
	text-align: left;
}
.rsDefault .rsBullet span {
 	width: 10px;
	 height: 10px;
	 margin:auto;
	background: rgb(197, 197, 197);
	border: 0px solid rgb(197, 197, 197);	
	cursor: pointer;
	border-radius: 20px !important;
	opacity: 0.4;
}
.rsDefault .rsBullet:hover span {
	opacity: 1;
}
.rsDefault .rsBullet.rsNavSelected span {
	width: 10px;
	height: 10px;
	margin-top: 0px;
	background-color: #2097e2;
	opacity: 1;
}





@media (max-width: 440px) {
	 .rsDefault .rsBullets {
            bottom: 30px;
        }
	.rsDefault .rsBullet {
		display:inline-block;
		padding: 0 0 0 ;
		width: 10px;
		margin: 0 3px 0px 3px;
		text-align: center;
	}
	.rsDefault .rsBullet span {
		 width: 6px;
		 height: 6px;
		 margin:auto;
		background: rgb(197, 197, 197);
		border: 0px solid rgb(197, 197, 197);	
		cursor: pointer;
		border-radius: 20px !important;
		opacity: 0.4;
	}
	.rsDefault .rsBullet:hover span {
		opacity: 1;
	}
	.rsDefault .rsBullet.rsNavSelected span {
		width: 6px;
		height: 6px;
		margin-top: 0px;
		background-color: #2097e2;
		opacity: 1;
	}
}