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

html {
	scroll-behavior: smooth;
}
.banner h1 {
	margin: 0 0 30px;
	    color: #fff;
	
}
.banner p {
	font-size: 28px;
	line-height: 37px;
	margin-bottom: 2rem;
	margin-top: 0;
	font-weight: 500;
	color: #FFFFFF;
	font-family: Red Hat Display, sans-serif;
}
.banner-button {
	display: inline-block;
	font-size: 32px;
	line-height: 115%;
	font-weight: 700;
	font-family: Red Hat Display, sans-serif;
	width: 480px;
	text-align: center;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.center-button {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 47px;
}
.flex {
	display: flex;
	gap: 1rem;
}
.banner-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4rem;
	margin-top: 98px;
	align-items: center;
	margin-top: 0 !important;
}
.inner-wrapper {
	max-width: 42rem;
}
.banner {
    background: url(../images/gray-normal.jpg) no-repeat;
    padding-top: 7.7rem;
    padding-bottom: 5.4rem;
    background-position: center;
    background-size: cover;
    position: relative;
}
section.banner:after, .insight-section:after {
   content: "";
    background: url(../images/vector-banner.png);
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner .container {
    position: relative;
    z-index: 99;
}
.banner .aspect-video {
	aspect-ratio: 16 / 9;
	margin-top: 25px;
}
iframe {
	width: 100%;
	height: 100%;
}
.top-heading-area {
	text-align: center;
}
.top-heading-area h2 {
	margin-top: 11px;
	margin-bottom: 1rem;
	font-weight: 900;
}
/*.top-heading-area p {

    font-size: 24px;

    line-height: 1.75rem;

    margin-top: 0;

    font-weight: 600;

    color: #60463A;

    font-family: "Red Hat Display", sans-serif;

}*/

.subtext {
	max-width: 830px;
	margin: 0 auto;
}
.video-section {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
.video-section img {
	width: 100%;
	display: block;
}
.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	color: white;
	cursor: pointer;
	z-index: 2;
	background: hsl(25 15% 20% / 1);
	border-radius: 9999px;
	width: 3rem;
	height: 3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid hsl(25 15% 20%);
	visibility: hidden;
	opacity: 0;
}
.play-icon svg {
	width: 1rem;
	height: 1rem;
}
.post-box:hover .play-icon {
	opacity: 1;
	visibility: visible;
}
.cover-photo, .play-icon, .gray-arrow:after {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.post-box:hover .cover-photo {
	transform: scale(1.05, 1.05);
}
.video-iframe {
	display: none;
	border: none;
}
.flex-wrapper {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2rem;
	margin-bottom: 2rem;
	margin-top: 40px;
}
.post-box {
	background: #ECEEEF;
	border-radius: 15px;
	overflow: hidden;
	padding: 24px 24px;
}
.detail-area {
	padding: 21px 0 0;
}
.detail-area .flex {
	gap: .5rem;
}
.post-box .name, .fillter-area .name {
	font-weight: 700;
	font-size: 11.55px;
	line-height: 125%;
	padding: 6px 14px;
	background: #36393A;
	border-radius: 100px;
	cursor: pointer;
	color: #BEC1C2;
}
.post-box .flex-div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ep-number {
	color: #D92332;
	font-size: 17.32px;
	font-weight: 800;
}
.feartured img {
	width: 100%;
	height: 198px;
	object-fit: cover;
}
.post-box .title a {
	line-height: 115%;
	font-weight: 700;
	font-size: 26.95px;
	text-decoration: none;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s;
	color: #000000;
	margin-top: 8px;
	display: inline-block;
}
.post-box .date:before, .post-box .time:before {
	content: "";
	background: url(../images/calendar-icon.png) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 6px;
}
.post-box .time:before {
	content: "";
	background: url(../images/time-icon.png) no-repeat;
}
.post-box .date, .post-box .time {
	display: flex;
	align-items: center;
}
.post-box p {
	font-size: .875rem;
	line-height: 1.25rem;
	margin-top: .5rem;
}
/* Pehle 6 show, baki hide */

.episodes-box .post-box {
	display: none;
}
.episodes-box .post-box:nth-child(-n+6) {
	display: block;
}
#viewAllBtn, .loadmore-btn {
	font-size: 22px;
	font-weight: bold;
	line-height: 52px;
	border: 0;
	max-width: 310px;
	width: 100%;
	height: 68px;
	background: #C73B37;
	border-radius: 10px;
	cursor: pointer;
	margin: 80px auto 0 !important;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
#viewAllBtn:hover {
	background: #c73b38;
}
.title {
	margin-top: .75rem;
}
.flex.date-button {
	color: #36393A;
	font-size: 11.55px;
	font-weight: 600;
	align-items: center;
	padding-top: 1rem;
	gap: 1.5rem;
}
.flex.date-button {
}
.post-box .title a:hover {
	color: #d92332;
}
.episode-section {
	padding: 50px 0 70px;
}
.flex.main-box .flex {
	gap: .25rem;
}
.flex.main-box .flex .icon {
	position: relative;
	top: 1px;
}
.flex.main-box .left-side {
	gap: 1rem;
	display: flex;
	align-items: center;
}
.flex.main-box {
	justify-content: space-between;
	align-items: center;
	font-size: .875rem;
	line-height: 1.25rem;
	margin-bottom: 1rem;
	border-top: 1px solid hsl(25 8% 88% / 1);
	padding-top: 19px;
}
.flex.main-box svg {
	width: 1rem;
	height: 1rem;
}
.blog-section .post-box p {
	line-height: 1.625;
	font-size: 16px;
}
a.primery-btn.full-btn {
	display: block;
	text-align: center;
}
section.blog-section {
	background: hsl(25deg 8% 87% / 20%);
	padding: 70px 0 70px;
}
.insight-section {
	text-align: center;
	background-color: #866657;
	background-image: url(../images/rectangle-gray.jpg);
	padding: 60px 0 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	    position: relative;
}

.insight-section .container {
    position: relative;
    z-index: 999;
}

.insight-section:after {
    background-size: cover;
    background-repeat: no-repeat;
	
	    background: url(../images/vector-2.png);
}
.insight-section p {
	max-width: 42rem;
	margin: 0 auto;
	color: #fff;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 49px;
}
.input-group {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 632px;
	margin: 0 auto;
	gap: 1.7rem;
	margin-bottom: -9px;
}
.input-group input[type="email"], input#wpml-1email {
	background-color: #FFFFFF !important;
	min-width: 250px;
	line-height: 1.25rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 22px;
	padding-right: .75rem;
	border: 2px solid #60463A;
	border-radius: 15px !important;
	height: 68px;
	font-family: "Red Hat Display", sans-serif;
	color: #36393A !important;
	font-size: 18px;
	font-weight: 500;
}
.input-group button, .newsletters-form-wrapper #newsletters-1-form .btn-primary, .insight-buttom {
	color: white;
	cursor: pointer;
	transition: background-color 0.3s ease;
	font-size: 24px;
	font-weight: 700;
	padding-left: 2rem;
	line-height: 115%;
	padding-right: 2rem;
	border-radius: 10px;
	border: 1px solid #ffffff33;
	background: #A32B25;
	width: 220px;
	height: 68px;
	font-family: "Red Hat Display", sans-serif;
}
.input-group button:hover, .newsletters-form-wrapper #newsletters-1-form .btn-primary:hover, .insight-buttom:hover {
	background-color: #36393A;
	border-color: #36393A;
}
.insight-section h2 {
	color: #fff;
	margin-top: 0;
}
.single-banner {
	padding-bottom: 2.5rem;

}
.single-banner p {
	max-width: 57rem;
}
.single-banner h1 {
	margin: 0 0 13px;
}
/* Search bar styling */

.search-container {
	width: 100%;
}
.search-box {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border: 2px solid #60463A;
	border-radius: 15px;
	padding: 0px 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	width: 620px;
	margin-bottom: 1.5rem;
	position: relative;
}
.search-icon {
	margin-right: 10px;
}
.search-box input[type="text"] {
	border: none;
	outline: none;
	background: transparent;
	width: 100%;
	font-size: 18px;
	line-height: 1.25rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 2.5rem;
	height: 65px;
	font-family: inherit;
	color: hsl(25 15% 15% / 1);
}
button.search-filter {
	background: url(../images/Search-icon.svg) no-repeat;
	position: absolute;
	left: 0;
	border: 0;
	background-size: 28px;
	color: transparent;
	background-position: center;
	width: 59px;
	height: 65px;
}
svg.lucide.lucide-search {
	width: 1rem;
	height: 1rem;
	display: block;
}
/* Filter section styling */

.filter-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.filter-header {
	display: flex;
	align-items: center;
	color: #60463A;
	font-weight: 500;
	font-size: 24px;
	line-height: 145%;
	font-family: "Red Hat Text", sans-serif;
	margin: 8px 0 5px;
}
.filter-icon {
	color: #555;
	margin-right: 8px;
	font-size: 16px;
}
.filter-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
.filter-buttons button {
	background-color: #36393A;
    color: #BEC1C2;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    transition: background-color 0.3s 
ease;
    font-weight: 700;
    font-size: 21px;
    line-height: 125%;
    padding: 8px 23px;
    font-family: "Red Hat Display", sans-serif;
}
.filter-buttons button:hover, .filter-buttons button.active {
	background-color: #A32B25;
	color: #fff;
}
.main-page-eps {
	padding-top: 0 !important;
}
.fillter-area {
	background-color: #eceeef;
	/*background-image: url(../images/fillter-bg.png);*/
	padding: 60px 0 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 2.5rem;
	padding-bottom: 3rem;
	margin-bottom: 4rem;
}
p.counted {
	margin-bottom: 2rem;
}
.banner .center {
	text-align: center;
}
.banner .center p {
	margin: 0 auto;
}
.flex-wrapper-div {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3rem;
	align-items: center;
	display: grid;
}
.flex-wrapper-div .primery-btn {
	display: inline-block;
}
.bg-gray {
	background-image: linear-gradient(to bottom right, hsl(25 15% 20% / 0.2), hsl(25 12% 88% / 0.3));
	border-radius: .75rem;
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-gray svg {
	width: 6rem;
	height: 6rem;
	color: #1D292C;
}
.our-mission {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.drives-us .small-heading, .drives-us .same-text {
	text-align: center;
}
.drives-us {
	background: #eceeef;
	padding: 70px 0 80px;
}
.three-flex-column {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 58px;
}
.three-flex-column .left-box {
	padding: 0;
	text-align: center;
}
.three-flex-column .top-gray-icon {
	width: 96px;
	height: 96px;
	margin: 0 auto;
}
.three-flex-column .left-box h3 {
	font-size: 24px;
	line-height: 115%;
	margin-bottom: 13px;
	color: #D92332;
	font-weight: 900;
	    margin-top: 30px;
}
.three-flex-column .left-box p {
	margin-bottom: 0;
	margin-top: 0;
}
.three-flex-column .left-box svg {
	width: 2rem;
	height: 2rem;
	color: #1D292C;
}
.team-section .three-flex-column .left-box h3 {
	margin-bottom: 0;
}
h4.postion {
	font-weight: 500;
	margin-bottom: 1rem;
	font-size: 16px;
	margin-top: 4px;
	line-height: 29px;
}
.team-section .three-flex-column .left-box p {
	font-size: .875rem;
	margin-top: 0;
}
.team-section .three-flex-column .top-gray-icon {
	width: 6rem;
	height: 6rem;
}
.drives-us a {
	color: hsl(25 15% 20% / 1);
	text-decoration: none;
	font-weight: 500;
	margin-top: 15px;
	display: inline-block;
}
.contact-section {
	padding: 100px 0;
	background: #eceeef;
}
.form-header h4 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	margin-top: 0;
}
.form-header p {
	color: #666;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.form-row {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-group {
	margin-bottom: 2rem;
	width: 100%;
}
.form-group label {
	display: block;
	font-size: 22px;
	line-height: 145%;
	font-weight: 700;
	margin-bottom: .5rem;
	color: #36393A;
	text-align: left;
	font-family: "Inter", sans-serif;
}
.input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}
.input-wrapper input {
	flex-grow: 1;
}
.icon-ellipsis {
	color: #999;
	padding: 0 10px;
	font-size: 18px;
	cursor: pointer;
}
input[type="text"], input[type="email"], textarea {
	width: 100%;
	padding: .5rem .75rem;
	border: 2px solid #60463A;
	color: #60463A;
	box-sizing: border-box;
	outline: none;
	font-size: 18px;
	line-height: 1.25rem;
	background: #fff;
	border-radius: 10px;
	height: 68px;
	font-family: "Inter", sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
	border-color: #888;
}
textarea {
	min-height: 200px;
	resize: vertical;
}
.send-button {
	border: 0;
	width: 100%;
	cursor: pointer;
	font-size: 22px;
	font-weight: 700;
	line-height: 115%;
	height: 55px;
	max-width: 212px;
	background-color: #C73B38;
	color: #fff;
	border-radius: .375rem;
	font-family: Red Hat Display, sans-serif;
}
.send-button:hover {
	background: #36393A;
	color: #fff;
}
.form-container {
	margin-top: 60px;
}
.bottom-preffer h5 {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin: 0;
	margin-bottom: 1rem;
}
.bottom-preffer {
	text-align: center;
	padding: 80px 0 80px;
}
.bottom-preffer p a {
	font-weight: 500;
	color: #1D292C;
	text-decoration: none;
}
.bottom-preffer p, .bottom-preffer p a {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 145%;
	color: #fff;
}
.second-normal-text p {
	margin-top: 22px;
	font-weight: 400;
	font-size: 18px;
}
.single-banner .banner-wrapper {
	display: block !important;
}
.contact-section .banner-wrapper {
	display: grid !important;
	gap: 2rem;
}
.contact-section h1 {
	margin: 0 0 15px;
}
.contact-section .left-side p {
	font-size: 28px;
	color: #60463A;
	line-height: 37px;
	font-weight: 500;
	font-family: "Red Hat Display", sans-serif;
	margin: 0;
}
.contact-section .row, .inner-detail-row {
	display: flex;
	gap: 2.5rem;
	align-items: center;
	margin-bottom: 46px;
	flex-wrap: unset;
	margin: 0 0 46px;
}
.contact-section .left-icon {
	width: 100%;
	max-width: 70px;
}
.contact-section .row h4, .inner-detail-row h4 {
	font-size: 28px;
	color: #60463A;
	font-weight: 800;
	margin: 0;
	line-height: 37px;
}
.contact-section .side-detail p, .contact-section .side-detail p a {
	font-size: 20px;
	color: #60463A;
	line-height: 27px;
	font-weight: 400;
	text-decoration: none;
}
.contact-section .left-icon img {
	width: 68px;
	height: 68px;
	display: block;
}
.contact-section .side-detail p a {
	font-weight: 600;
}
.contact-section .detail-row {
	margin-top: 50px;
}
.video-section.aspect-video {
	aspect-ratio: 16 / 9;
}
label.control-label.wpmlcustomfield {
	display: none !important;
}
form#newsletters-1-form {
	max-width: 632px;
	margin: 0 auto;
	margin-bottom: -9px;
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 1.7rem;
}
form#newsletters-1-form .form-group {
	margin: 0;
}
div#newsletters-1-email-error {
	padding: 0;
	text-align: left;
	padding: 0 10px 0;
}
.form-group p {
	margin: 0;
}
button.pagination-btn {
	font-size: 14px;
	font-weight: 800;
	line-height: 115%;
	text-transform: uppercase;
	padding: 5px 13px;
	text-decoration: none;
	background-color: #C73B38;
	border: 0;
	color: #fff;
	margin-right: 4px;
}
button.pagination-btn.active, button.pagination-btn:hover {
	background: #6b6d6e;
}
.ajax-pagination {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
#blog-container .name {
	display: inline-block;
}

@media screen and (max-width:1350px) {
.text-lg {
	font-size: 14px;
}
.flex.main-box {
	display: block;
}
.flex.main-box .left-side {
	margin-bottom: 10px;
}
h1, .headline-3xl {
	font-size: 55px;
}
}

@media screen and (max-width:1180px) {

.banner p {
	font-size: 19px;
	line-height: 28px;
}
.contact-section .left-side p {
	font-size: 20px;
	line-height: 31px;
}
.banner .primery-btn {
	text-align: center;
	margin-bottom: 10px;
}
.banner .flex {
	display: block;
	max-width: 280px;
}
.detail-area .flex {
	flex-wrap: wrap;
}
.date {
	font-size: 12px;
}
.flex.main-box {
	font-size: 12px;
}
.banner .aspect-video {
	aspect-ratio: 16 / 11;
	margin-top: 0;
}
.banner-button {
	font-size: 26px;
	width: 430px;
	height: 68px;
}
.post-box .title a {
	font-size: 22px;
}
.three-flex-column .left-box h3 {
	font-size: 18px;
}
.contact-section .left-side p {
	font-size: 20px;
}
.contact-section .row h4, inner-detail-row h4 {
	font-size: 24px;
}
.contact-section .side-detail p, .contact-section .side-detail p a {
	font-size: 18px;
}
.contact-section .row, .inner-detail-row {
	gap: 1rem;
}

.single-banner h1 {
    font-size: 55px;
}
}

@media screen and (max-width:992px) {
.contact-section .banner-wrapper {
	display: block !important;
}
.banner-wrapper {
	display: block;
}
.banner .flex {
	display: flex;
	max-width: 100%;
	margin-bottom: 40px;
}
.banner {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.top-heading-area p {
	font-size: 15px;
}
.flex-wrapper {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.episode-section {
	padding: 60px 0 80px;
}
section.blog-section {
	padding: 50px 0 60px;
}
.flex-wrapper-div {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.our-mission {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.three-flex-column {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
drives-us {
	padding: 80px 0;
}
.banner .aspect-video {
	aspect-ratio: 16 / 9;
}
.banner-wrapper {
	margin-top: 78px;
}
.feartured img {
	height: 100%;
}
#viewAllBtn {
	font-size: 20px;
	margin: 60px auto 0 !important;
}
}

@media screen and (max-width: 768px) {
.flex-wrapper {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex.main-box {
	display: flex;
}
.banner {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
h1 {
	font-size: 40px;
}
.banner p {
	font-size: 16px;
	line-height: 24px;
}
.banner .flex {
	display: block;
	max-width: 100%;
}
.top-heading-area {
	display: block;
}
.episode-section {
	padding: 55px 0 70px;
}
section.blog-section {
	padding: 30px 0 40px;
}
.insight-section {
	padding: 60px 0 20px;
}
.search-box {
	width: 100%;
}
.three-flex-column {
	margin-top: 38px;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.our-mission {
	padding-top: 4rem;
	padding-bottom: 5rem;
}
.drives-us {
	padding: 70px 0 80px;
}
.small-heading h2 {
	font-size: 2rem;
	margin-bottom: 0rem;
}
.contact-section {
	padding: 70px 0;
}
.bottom-preffer {
	padding: 50px 0 38px;
}
.banner-button {
	font-size: 20px;
	width: 390px;
	height: 58px;
}
#viewAllBtn {
	font-size: 16px;
	margin: 50px auto 0 !important;
	max-width: 290px;
	height: 56px;
	line-height: 42px;
}
.video-section img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.filter-buttons button {
	font-size: 18px;
}
.contact-section .row h4, .inner-detail-row h4 {
	font-size: 20px;
	line-height: 28px;
}
.contact-section .side-detail p, .contact-section .side-detail p a {
	font-size: 16px;
	line-height: 23px;
}
input[type="text"], input[type="email"], textarea {
	font-size: 16px;
	height: 57px;
}
.form-group label {
	font-size: 18px;
}
.bottom-preffer p, .bottom-preffer p a {
	font-size: 19px;
}



.single-banner h1 {
    font-size: 40px;
}
}

/* Responsive adjustments */

@media (max-width: 600px) {
.form-row {
	display: block;
}
.input-group {
	flex-direction: column; /* Stack input and button vertically on small screens */
	width: 100%;
}
.input-group input[type="email"], input#wpml-1email, .input-group button, .newsletters-form-wrapper #newsletters-1-form .btn-primary, .insight-buttom {
	width: 100%;
	box-sizing: border-box; /* Include padding and border in the element's total width and height */
}
form#newsletters-1-form {
	max-width: 100%;
	display: block;
}
button#newsletters-1-button {
	margin-top: 20px;
}
}

@media (max-width: 480px) {
h1 {
	font-size: 34px;
}
.primery-btn {
	display: block;
	text-align: center;
}
.banner-button {
	font-size: 16px;
	width: 100%;
	height: 55px;
	display: inline-flex !important;
}
.post-box .title a {
	font-size: 20px;
}
.drives-us {
	padding: 50px 0 60px;
}
.send-button {
	max-width: 100%;
}

.single-banner h1 {
    font-size: 34px;
}
}
