.btn:not(.form-control) {
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: 700;
}

/* -------------------- Header / Navbar ---------------------- */

section:not(.page-inventory-details) .header .header-container {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	background-color: var(--header-primary);
	/* border-bottom: 1px solid rgba(250, 250, 250, 0.2); */
}

/* There's a script to make the variable always the size of the header container */
:root {
	--cw-headerHeight: 180px;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	:root {
		--cw-headerHeight: 120px;
	}

}

/* Affixing header. Might need adjustment if the code for .affix starts working */
.header .header-container {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
	background: rgba(0, 0, 0, 0);
}

/** Adds top margin to all pages to account for fixed header**/
section[class*="page-"] {
	margin-top: var(--cwVar-headerHeight);
}

/*=========  ==========================  Header / Nav ==========================*/


.header .navbar, .header .navbar.bg-primary {
    background-color: #eeeeee !important;

}

@media (min-width: 992px) {

	.header .navbar, .header .navbar.bg-primary {
		background-color: transparent !important;
	}

    .header .navbar, .header .navbar.bg-primary.header-scroll {
        background-color: #eeeeee !important;
        transition: 0.5s ease;
        opacity: 0.95;
        color: #000000 !important;
      }

}

.header nav.navbar {
	transition: background-color 0.5s ease;
}

.header nav.navbar.header-scroll .navbar-nav .nav-link,
.header nav.navbar.header-scroll .navbar-cart .nav-link-cart i {
	color: #000000;
}

.header nav.navbar.header-scroll .toggle .icon-bar {
	background-color: #eff1f3;
}

.header-container .cw-header-top {
	background: var(--color-theme-primary);
	display: none;
}

.cw-header-top .cw-pipe {
	padding: 0 10px;
}


.navbar .badge {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	min-width: 1.5rem;
	padding: 6px 4px 4px;
}

.header .navbar :focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.header .nav-link-cart i {
	/* color: var(--color-theme-text); */
}

.header .navbar .navbar-nav .nav-link {
    text-transform: uppercase;
}
.cw-header-top {
	color: #eff1f3;
}

.cw-header-top a {
	color: #eff1f3;
}


.header .navbar-cart li.nav-item {
	background-color: unset !important;
}

/* Dynamic Inventory Overflow w/ Fixed Header/Nav */
.header .navbar .dropdown-menu {
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
	min-width: 260px;
}

.header .navbar .dropdown-menu {
	padding: 0.5rem;
}


.cw-header-top {
	background-color: var(--color-theme-secondary) !important;
	color: var(--color-theme-text-btn);

}

.cw-header-top a {
	color: inherit
}

.cw-header-top a:hover {
	color: #eee;
}

.cw-header-top .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: .25rem;
	color: var(--color-theme-secondary);
}

.cw-headerSS {
	display: inline-block;
}

.cw-headerSS a {
	margin: 0 .25rem;
}

.cw-headerSS i {
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}


.cw-header-top .cw-address,
.cw-header-top .cw-phone,
.cw-header-top .cw-hours {
	position: relative;
	vertical-align: middle;
	margin: .25rem;
	padding-left: 1.1rem;
	color: #fff;
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: bold
}

.cw-header-top .cw-hours {
	display: inline-block;
}

.cw-header-top .cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	position: relative;
	left: 0;
	padding-right: .5rem;
	color: #fff
}

.cw-header-top .cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	position: absolute;
	left: 0;
	padding-right: .5rem;
	color: #fff
}

.cw-header-top .cw-hours:before {
	font-family: FontAwesome;
	content: "\f017";
	position: absolute;
	left: 0;
	padding-right: .5rem;
	color: #fff
}

.cw-header-top .cw-BigBTN {
	display: inline-block;
	background-color: #c8242f;
	color: #ffffff;
	/* margin-left: 25px; */
	padding: 15px 30px;
	transition: box-shadow .3s;
}

.cw-header-top .cw-BigBTN:hover {
	box-shadow: inset 0px 0px .5rem 1px #333;
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: #eeeeee !important;
	color: #000000 !important;
}


@media (min-width: 992px) {
	.header .navbar-brand {
		margin-left: 0;
		display: inline-block !important;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 280px;
		height: 145px;
	}

	.navbar-collapse {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
	}
	.header-container .cw-header-top {
		display: block;
	}
	
}



/* ======================== Hero Section ============ */
.cw-simpleHERO {
	background:
		/* top, transparent red, faked with gradient */
		linear-gradient(rgba(0, 0, 0, 0.4),
			rgba(0, 0, 0, 0.4)),
		/* bottom, image */
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6FF5C05EA153EB5CB76A3C87E8B42532.jpg);
	background-position: top;
	background-size: cover;
	padding: 10rem 0;
	color: #fff;
}

.cw-simpleHERO h1 {
	display: inline-block;
}


.cw-simpleHERO h1 span {
    font-size: .5em;
    font-weight: 400;
    display: inline-block;
  }

.cw-simpleHERO .btn-secondary {
	background-color: transparent !important;
	border-color: #ffffff !important;
}

@media (min-width: 992px) {
	.cw-simpleHERO {
		margin-top: calc(-1 * var(--cw-headerHeight));
		padding-top: calc(6rem + var(--cw-headerHeight));
	}
}




.cw-svg {
	position: absolute;
	z-index: 2;
	bottom: -3px;
}

.cw-contactINFO {
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 14%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: -100px;
	margin-bottom: 0px;
	border-radius: 15px 15px 15px 15px;
	position: relative;
	z-index: 4;
	background-color: #ffffff;
	margin-bottom: 4em;
	margin-top: -4em;
}

.cw-contactINFO p {
	color: var(--color-theme-text);
}

@media (max-width: 567px) {
	.hero-content {
		padding-left: 0;
		padding-right: 0;
	}

	.cw-contactINFO h4 {
		font-size: 1rem;
	}

	.cw-contactINFO .fa-3x {
		font-size: 1.7em;
	}
}

@media (min-width: 992px) {
.cw-contactINFO h4{
	font-size: 20px;
}
.cw-contactINFO .cw-hours h4{
	font-size: 13px;
}
}


@media (min-width: 1200px) {
	.cw-contactINFO h4{
		font-size: 25px;
	}
	.cw-contactINFO .cw-hours h4{
		font-size: 15px;
	}
	
}

@media (min-width: 1400px) {

	.cw-contactINFO .cw-hours h4{
		font-size: 18px;
	}
	
}


/* ======================= Big buttons ============== */
.cw-button-overlap {
	margin-top: -6em;
}

.cw-button-overlap .cw-btn-box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	box-shadow: 0px 10px 50px rgba(204, 204, 204, 0.32);
	border-radius: 12px;
	transition: all 0.3s ease;
	/* Smooth transition effect */
	margin-top: 2em;
	padding: 3rem .5rem;
	transition: all 0.3s ease;
}

.cw-button-overlap .cw-btn-box .cw-name {
	font-size: 1.25rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	margin-bottom: .5rem;
	line-height: 1.2;
}

.cw-button-overlap .cw-btn-box .cw-fake-btn {
	text-transform: uppercase;
}

.cw-button-overlap .cw-btn-box:hover {
	background-color: #f9f9f9;
	transform: translateY(-10px);
}

.cw-button-overlap .cw-btn-box img {
	transition: all 0.3s ease;
	width: 80px;
}

.cw-button-overlap .cw-btn-box:hover img {
	filter: hue-rotate(150deg);
	transform: scale(1.05);
	/* Optional: Slightly scale the image on hover */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}



/* Services - Effect List 
    =================================================================================================*/
	.cw-effect-list {
		position: relative;
		overflow: hidden;
		background: #000;
		text-align: center;
		cursor: pointer;
		margin: 0 auto 1.5em auto;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	
	.cw-effect-list::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: rgb(0, 0, 6);
		background: linear-gradient(180deg, rgba(0, 0, 6, 0.4) 0%, rgba(0, 0, 6, 0.1) 100%);
	}
	
	.cw-effect-list::before {
		background-color: var(--color-theme-secondary);
		width: 0;
		height: 6px;
		position: absolute;
		left: 0;
		bottom: 0;
		content: "";
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		z-index: 9;
	}
	
	.cw-effect-list:hover::before {
		width: 100%;
	}
	
	.cw-effect-list .cw-effect-list-img {
		position: relative;
		display: block;
		max-width: none;
		width: -webkit-calc(100% + 50px);
		width: calc(100% + 50px);
		opacity: 1;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}
	
	.cw-effect-list .cw-effect-list-content {
		padding: 1em;
		color: #fff;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		text-align: left;
	}
	
	.cw-effect-list .cw-effect-list-content::before,
	.cw-effect-list .cw-effect-list-content::after {
		pointer-events: none;
	}
	
	.cw-effect-list .cw-effect-list-content,
	.cw-effect-list .cw-effect-list-content>a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.cw-effect-list .cw-effect-list-content>a {
		z-index: 1000;
		text-indent: 200%;
		white-space: nowrap;
		font-size: 0;
		opacity: 0;
	}
	
	.cw-effect-list h2 {
		font-size: 1.1em;
		position: relative;
		z-index: 3;
		padding: 1rem 1rem;
		background-color: var(--color-theme-primary);
		color: #ffffff;
		text-align: left;
		transition-duration: 0.3s;
	}
	
	.cw-effect-list:hover h2 {
		background-color: var(--color-theme-secondary);
		color: #ffffff;
	}
	
	.effect-arrow {
		width: 20px;
		color: #fff;
		height: auto;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	.cw-effect-list .effect-arrow {
		position: absolute;
		top: 1.45em;
		right: 0;
		z-index: 5;
	}
	
	.cw-effect-list h2,
	.cw-effect-list p {
		margin: 0;
	}
	
	.cw-effect-list .cw-effect-list-content>div {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 3;
	}
	
	.cw-effect-list p {
		padding: 1.5em;
		background: rgba(0, 0, 0, 0.7);
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
		opacity: 0;
		-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
		transition: opacity 0.2s, transform 0.35s;
	}
	
	.cw-effect-list:hover p {
		opacity: 1;
	}
	
	.cw-effect-list:hover .cw-effect-list-img,
	.cw-effect-list:hover p,
	.cw-effect-list:hover .effect-arrow {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	.cw-effect-list:hover p {
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
		-webkit-transition-duration: 0.35s;
		transition-duration: 0.35s;
	}
	
	@media (max-width: 767px) {
		.cw-effect-list p {
			opacity: 1;
		}
	
		.cw-effect-list .cw-effect-list-img,
		.cw-effect-list h2,
		.cw-effect-list p,
		.cw-effect-list .effect-arrow {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}
	
	/* Small devices (landscape phones, 576px and up) */
	@media (min-width: 576px) {}
	
	/* Medium devices (tablets, 768px and up) */
	@media (min-width: 768px) {
		.cw-effect-list h2 {
			font-size: 1em;
		}
	}
	
	/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
	@media (min-width: 992px) {}
	
	/* Extra large devices (large desktops, 1200px and up) */
	@media (min-width: 1200px) {
		.cw-effect-list h2 {
			font-size: 1.4em;
		}
	}


	/* Titles */


.grand-scantitle {
	text-transform: uppercase;
	font-size: 0.9rem;
	color: var(--color-theme-secondary);
}

.hero .grand-scantitle,
.grand-bgtitle .grand-scantitle {
	color: #eee;
}

.grand-title {
	word-break: keep-all;
	white-space: pre-wrap;
}

.grand-title-main {
	font-size: 3rem;
	line-height: 1.2;
}

.grand-title-sub {
	font-size: 2.5rem;
	line-height: 1.2;
}

.grand-services-list-title {
	font-size: 1rem;
}

.grand-text {
	font-size: 17px;
	line-height: 30px;
}

@media (max-width: 767px) {
	.grand-title-main {
		font-size: 2rem;
	}

	.grand-title-sub {
		font-size: 1.9rem;
		line-height: 1.2;
	}
}


/* Call to Action */
.grand-parallax-cta {
	padding-top: 10em;
	padding-bottom: 9em;
	color: #fff;

	background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.6), 
      rgba(0, 0, 0, 0.6)
    ),
    /* bottom, image */
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/90A70DA6B0130EB6E1179CDF33AE326F.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.grand-parallax-cta .grand-scantitle {
	color: #ddd;
}

@media (max-width: 768px) {
	.grand-parallax-cta {
		padding-top: 4em;
		padding-bottom: 3em;
	}

	.grand-parallax-cta::after {
		background: rgba(0, 0, 0, 0.6);
	}
}
.grand-parallax .cw-grand-sm a{ 
	color:#fff;
}
.grand-parallax .cw-grand-sm a:hover{ 
	color:var(--color-theme-highlight);
}
.grand-parallax .cw-grand-sm p{
	margin-bottom: .25rem !important;
}


/* Contact */
.page-home .contact {
	padding-top: 1em;
}

/* Titles */
.title + .text {
  margin-top: 0;
}

section:not(.page-home) .title {
  position: relative;
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FFDA8AC3C6931D533CC4239AC0E3223C.jpg)
    no-repeat center;
  background-size: cover;
  margin-bottom: 1rem;
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 1em 0;
  color: var(--color-theme-text);
  text-align: center;
}

section:not(.page-home) .title h1 {
  font-size: 2rem;
}

section:not(.page-home) .form {
  padding-top: 1rem;
}

/*------old ------*/
/*.grand-bgtitle {
	padding-top: 7em;
	padding-bottom: 7em;
	color: #fff;
}

.grand-bgtitle>div {
	position: relative;
	z-index: 2;
}


	.grand-bgtitle {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.grand-bgtitle-about {
		background: 
		
		linear-gradient(
		  rgba(0, 0, 0, 0.65), 
		  rgba(0, 0, 0, 0.65)
		),
	
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/64333E9F935B27AD02CD2209731CE05E.jpg");
		background-size: cover;
	}

	.grand-bgtitle-landscaping {
		background: 
	
		linear-gradient(
		  rgba(0, 0, 0, 0.65), 
		  rgba(0, 0, 0, 0.65)
		),
		
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/EC02119E98309C0EC7D12F7C5397531F.jpg");
		background-size: cover;
	}

	.grand-bgtitle-lawncare {
		background: 

		linear-gradient(
		  rgba(0, 0, 0, 0.65), 
		  rgba(0, 0, 0, 0.65)
		),
		
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/259D12E1E71B27F3875370F83651DB56.jpg");
		background-size: cover;
	}

	.grand-bgtitle-snow {
		background: 
		
		linear-gradient(
		  rgba(0, 0, 0, 0.65), 
		  rgba(0, 0, 0, 0.65)
		),
		
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8A2F2F828D7546CC6D58CDE4D64F1BEE.jpg");
		background-size: cover;
	}

	.grand-bgtitle-quote {
		background:
		linear-gradient(
		  rgba(0, 0, 0, 0.65), 
		  rgba(0, 0, 0, 0.65)
		),
		
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3EA66E0410AADC6B914BBF9EBCBED480.jpg");
		background-size: cover;
	}

	.grand-bgtitle-contact {
		background: 
		
		linear-gradient(
		  rgba(0, 0, 0, 0.65), 
		  rgba(0, 0, 0, 0.65)
		),
	
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/259D12E1E71B27F3875370F83651DB56.jpg");
		background-size: cover;
	}*/

/*------ ------*/
	/* ================ Review section ===================== */
.cw-reviews {
	border-top: 3px solid #aaaaaa;
	border-bottom: 3px solid #aaaaaa;
}

.cw-imageWrap {
	display: inline-block;
	padding: 10px;
	border: 1px solid #d9dadb;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #eaeaea;
}

.cw-imageWrap img {
	border-radius: 50%;
}

.btn-primary {
	border-radius: 24px;
}

.cw-reviews h2 {
	font-size: 2.5rem;
}
/*===========header hours===========*/
 /* ------------ Shortened Hours CSS ------------- */
    /* For stand alone hours just wrap a {businesshours} token with a .cw-lineHours element */
    /* If adding to the header include this in the head .cw-lineHours {display: none;} */
    /* ------------ Shortened Hours CSS ------------- */

    /* Hide hours until JS shortens hours */
    .cw-lineHours {
        display: none;
        padding: 0.75rem;
        text-align: center;
    }

    .cw-lineHours .cw-hours-inline {
        display: block;
    }

    .cw-lineHours .cw-hours-text {
        display: flex;
        flex-wrap: wrap;
        gap: .25rem .75rem;
        line-height: 1.4;
    }

    .cw-lineHours .cw-chunk {
        display: inline-flex;
        align-items: center;
        white-space: normal;
    }

    /* Icon before each range */
    .cw-lineHours .cw-chunk i {
        margin-right: .35rem;
        font-size: 0.8rem;
        line-height: 1;
        flex: 0 0 auto;
    }

    /* Bold day/day-range */
    .cw-lineHours .cw-day {
        font-weight: 900;
        margin-right: 0.25rem;
    }

    .cw-lineHours .cw-time {
        opacity: 0.7;
    }

    /* ------------ Extra Address & Phone Header CSS ------------- */
    .cw-header-bar {
        background-color: var(--color-theme-primary);
        color: var(--color-theme-text-btn);
        padding: 0.5rem 0;
    }

    .cw-header-bar .cw-bar-wrap {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        column-gap: 1.5rem;
    }

    .cw-header-bar .cw-address,
    .cw-header-bar .cw-phone,
    .cw-header-bar .cw-lineHours {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        margin: 0.25rem;
        font-size: 0.8rem;
        text-transform: uppercase;
        font-weight: 700;
    }

    .cw-header-bar .cw-phone:before {
        font-family: FontAwesome;
        content: "\f2a0";
    }

    .cw-header-bar .cw-address:before {
        font-family: FontAwesome;
        content: "\f3c5";
    }

    .cw-header-bar .cw-address:before,
    .cw-header-bar .cw-phone:before {
        font-family: FontAwesome;
        content: "\f3c5";
        left: 0;
        padding-right: 0.5rem;
    }
     /* Hide hours until JS shortens hours */
    .cw-lineHours {
        display: none;
    }
 


	/* Portable buildings special discount */
	.cw-portable-discount {
    padding: 2em 0;
}

.cw-portable-discount .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cw-portable-discount .cw-info-box {
    padding: 3em 1em;
    background: var(--color-theme-border);
    border: 3px solid var(--color-theme-primary);
    max-width: 525px;
    margin: 1em auto;
}

.cw-portable-discount .cw-info-box h3 {
    font-size: 2rem;
    text-transform: uppercase;
    font-style: italic;
    /* color: #F63A32;
    text-shadow: 1px 1px 1px #000; */
}

.cw-portable-discount .cw-info-box h3 span {
    font-size: 2.5rem;
    font-style: italic;
    color: #F63A32;
    text-shadow: 1px 1px 1px #000;
}

.cw-portable-discount .cw-info-box hr {
    border-color: var(--color-theme-secondary);
    border-width: 1px;
    opacity: 1;
    width: 20%;
    margin: 1em auto;
}

.cw-portable-discount .cw-info-box h4 {
    font-size: 2.25rem;
    font-weight: 600;
}

.cw-portable-discount .cw-info-box h4 span {
	font-size: 3rem;
	color: var(--color-theme-primary);
	text-shadow: 1px 1px 1px #000;
}

.cw-portable-discount .cw-info-box h5 {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-style: italic;
}