header.header-4-design .logo img {
	filter: grayscale(1) brightness(10.5);
}
/* new-s-home--start */
.new-s-home--start {
	background-repeat: no-repeat;
	background-position: left center;
	background-color: white;
	color: #2A2B2A;
	min-height: 949px;
	background-size: contain;
	display: flex;
}

.new-s-home--start .content {
	padding-top: 160px;
	text-align: center;
	max-width: 100%;
	padding-right: 200px;
	padding-left: 50px;
	margin-left: auto;
	margin-right: -100px;
}
.new-s-home--start .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 1200px;
	z-index: 0;
}
.new-s-home--start .bg > video {
	width: 64%;
	height: 100%;
	object-fit: cover;
}
.new-s-home--start .bg-mobile {
	display: none;
}
.new-s-home--start .s-border-top-white {
	display: none;
}
.new-s-home--start .flex-icons {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-top: 40px;
	gap: 30px;
	margin-bottom: 40px;
}
.new-s-home--start .flex-icons .label {
	font-weight: bold;
	font-family: 'Days One', sans-serif;
	font-size: 20px;
	position: relative;
}
.new-s-home--start .flex-icons .label:after {
	content: '';
	margin: 0 auto;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 130px;
	height: 3px;
	background-color: #007954;
}

.new-s-home--start .flex-icons img {
	height: 105px;
}

.new-s-home--start h1 {
	font-family: 'Days One', sans-serif;
	line-height: 70px;
	font-size: 60px;
	text-align: center;
	margin-bottom: 20px;
}

.new-s-home--start .subtitle {
	font-family: 'Days One', sans-serif;
	font-size: 30px;
	line-height: 50px;
}

.new-s-home--start .wrap {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.new-s-home--start .flex-container {
	display: flex;
	max-width: 850px;
	margin-left: auto;
	background-image: url("../images/Subtract.svg");
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 949px;
	position: relative;
	z-index: 1;
	margin-top: -20px;
}

.new-s-home--start .flex-icons > .item:nth-child(2) img {
	position: relative;
	left: 19px;
}

.new-s-home--start .flex-icons .label {
	padding-top: 10px;
}

.new-s-home--start .flex-icons > .item {
	transition: transform 0.3s ease;
	width: 100%;
}

.new-s-home--start .flex-icons > .item:hover {
	transform: scale(1.1);
}

.new-s-home--start .flex-icons  .description {
	margin-top: 15px;
	font-weight: bold;
}

.new-s-home--start .text {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 24px;
}
.h3-our-story {
	font-family: 'Days One', sans-serif;
	font-size: 60px;
	line-height: 70px;
	color: var(--heading);
	text-decoration: none;
	display: block;
	margin: 0 auto;
	margin-top: 90px;
	text-align: center;
}
.bioag-hero_points {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bioag-hero_points > li:nth-child(1) {
	position: absolute;
	top: 33.7%;
	right: 0;
	font-family: 'Days One', sans-serif;
	font-size: 40px;
	color: white;
}
.bioag-hero_points > li:nth-child(2) {
	position: absolute;
	bottom: 21.4%;
	right: 6%;
	font-family: 'Days One', sans-serif;
	font-size: 40px;
	color: white;
}
.bioag-hero_points > li sub {
	font-size: 20px;
	position: relative;
	top: -8px;
}

/* Digital Counter Styles */
.bioag-hero_points > li:nth-child(1) .digital-counter {
	display: inline-block;
	background: #013B4E;
	border-radius: 12px;
	padding: 6px 6px;
	/*box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);*/
}
.bioag-hero_points > li:nth-child(2) .digital-counter {
	display: inline-block;
	background: #013324;
	border-radius: 12px;
	padding: 6px 6px;
	/*box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);*/
}

.bioag-hero_points > li:nth-child(1) .digital-counter .count-up,
.bioag-hero_points > li:nth-child(2) .digital-counter .count-up {
	display: flex;
	gap: 4px;
	align-items: center;
}

.bioag-hero_points > li:nth-child(1) .digital-counter .digit-segment {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 48px;
	background-image: url('data:image/svg+xml,<svg width="45" height="60" viewBox="0 0 45 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H44.0934V59.8411H0V0Z" fill="url(../images/%23paint0_linear_500_8)"/><defs><linearGradient id="paint0_linear_500_8" x1="22.0467" y1="9.9576e-09" x2="20.5843" y2="58.2722" gradientUnits="userSpaceOnUse"><stop stop-color="%23003B4E"/><stop offset="0.115363" stop-color="%23007DA5"/><stop offset="0.884637" stop-color="%23007DA5"/><stop offset="1" stop-color="%23003B4E"/></linearGradient></defs></svg>');
	background-size: cover;
	background-position: center;
	border-radius: 6px;
	font-family: 'Days One', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	transition: transform 0.2s ease;
}
.bioag-hero_points > li .digital-counter span > .digit-segment:nth-child(2),
.bioag-hero_points > li .digital-counter span > .digit-segment:nth-child(5) {
	margin-right: 3px;
}
.bioag-hero_points > li:nth-child(2) .digital-counter .digit-segment {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 48px;
	background-image: url('data:image/svg+xml,<svg width="45" height="60" viewBox="0 0 45 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H44.0934V59.8411H0V0Z" fill="url(../images/%23paint0_linear_500_30)"/><defs><linearGradient id="paint0_linear_500_30" x1="22.0467" y1="9.9576e-09" x2="20.5843" y2="58.2722" gradientUnits="userSpaceOnUse"><stop stop-color="%23013324"/><stop offset="0.115363" stop-color="%23007854"/><stop offset="0.884637" stop-color="%23007854"/><stop offset="1" stop-color="%23013324"/></linearGradient></defs></svg>');
	background-size: cover;
	background-position: center;
	border-radius: 6px;
	font-family: 'Days One', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	transition: transform 0.2s ease;
}

.bioag-hero_points > li:nth-child(1) .digital-counter .digit-segment.updating,
.bioag-hero_points > li:nth-child(2) .digital-counter .digit-segment.updating {
	transform: scale(1.05);
	animation: digitUpdate 0.3s ease;
}

@keyframes digitUpdate {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
		box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4), 
		            0 2px 8px rgba(255, 255, 255, 0.3);
	}
	100% {
		transform: scale(1);
	}
}

/*.bioag-hero_points > li:nth-child(1) .digital-counter .digit-segment::before,*/
/*.bioag-hero_points > li:nth-child(2) .digital-counter .digit-segment::before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);*/
/*	pointer-events: none;*/
/*}*/

/*.bioag-hero_points > li:nth-child(1) .digital-counter .digit-segment::after,*/
/*.bioag-hero_points > li:nth-child(2) .digital-counter .digit-segment::after {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	left: 0;*/
/*	right: 0;*/
/*	height: 2px;*/
/*	background: rgba(255, 255, 255, 0.2);*/
/*	border-radius: 6px 6px 0 0;*/
/*}*/
.rootella-home-section .ui-btn:hover .icon,
.rootella-home-section .ui-btn:hover span.label {
	position: relative;
	z-index: 2;
	color: #fff;
}
.rootella-home-section .ui-btn:before {
	z-index: 1;
}
.home .s-blog .s-wrap {
	overflow: hidden;
}
@media(max-width: 1345px) {
	.new-s-home--start .content {
		margin-right: 0;
		padding-right: 50px;
		padding-left: 150px;
	}
	.new-s-home--start .flex-container {
		max-width: 850px;
	}
}
@media(max-width: 1199px) {
	.bioag-hero_points > li:nth-child(1) {
		top: 33.7%;
		right: -4%;
	}
	.bioag-hero_points > li:nth-child(2) {
		bottom: 21.4%;
		right: 3%;
	}
	.bioag-hero_image {
		width: 100%;
		max-width: 574px;
		margin: 0 auto;
		overflow: visible;
		position: relative;
	}
	.bioag-hero_image img {
		width: 100%;
		height: auto;
		display: block;
	}
	.bioag-hero_points {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.bioag-hero_points > li {
		font-size: 20px !important;
	}
	.bioag-hero_points > li sub {
		font-size: 10px !important;
	}
	.bioag-hero_points > li:nth-child(1) .digital-counter,
	.bioag-hero_points > li:nth-child(2) .digital-counter {
		padding: 4px 6px;
	}
	.bioag-hero_points > li:nth-child(1) .digital-counter .digit-segment,
	.bioag-hero_points > li:nth-child(2) .digital-counter .digit-segment {
		min-width: 18px;
		height: 24px;
		font-size: 16px;
		border-radius: 4px;
		gap: 2px;
	}
	.bioag-hero_points > li:nth-child(1) .digital-counter .count-up,
	.bioag-hero_points > li:nth-child(2) .digital-counter .count-up {
		gap: 2px;
	}
	body .new-s-home--start div.content {
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 100px;
		background: #fffcf1;
	}
	.new-s-home--start .bg > video {
		display: none;
	}
	.new-s-home--start .subtitle {
		font-size: 18px;
		line-height: normal;
	}
	.new-s-home--start .flex-container {
		min-height: initial;
	}
	.new-s-home--start {
		background-image: none!important;
		background-color: #fffcf1;
		flex-direction: column-reverse;
		min-height: auto;
	}
	body .new-s-home--start div.flex-container {
		max-width: 100%;
		min-height: auto;
	}
	.new-s-home--start .content {
		max-width: 100%;
		margin-right: auto;
	}
	.new-s-home--start h1 {
		line-height: 39px;
		font-size: 28px;
		margin-bottom: 14px;
	}
	.new-s-home--start .text {
		font-size: 18px;
	}

}
@media (max-width: 992px) {
	.bioag-hero_points > li:nth-child(1) {
		top: 27.7%;
		right: 6%;
	}
	.bioag-hero_points > li:nth-child(2) {
		bottom: 22.4%;
		right: 6%;
	}
}
@media(max-width: 768px) {
	.new-s-home--start .s-border-top-white {
		display: block;
	}
	.rcarbon-card.rcarbon-card--dark .credit-insurance {
		margin-top: -100px;
		transform: scale(0.40);
		margin-left: -30px;
	}
	.flex-block.ui-icons {
		margin: -260px 0 -245px 0;
		display: grid!important;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.flex-block.ui-icons > .item:nth-child(3) {
		grid-column: span 2;
	}
	body .credit-insurance .flex-block > .item:nth-child(3) .image span {
		left: 41.5%!important;
		top: 33%!important;
	}
	.bioag-hero_image {
		width: 100%;
		max-width: 344px;
		margin: 0 auto;
		overflow: visible;
		position: relative;
	}
	.bioag-hero_image img {
		width: 100%;
		height: auto;
		display: block;
		margin-left: -10px;
		transform: scale(1);
	}
	.bioag-hero_points {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.bioag-hero_points > li:nth-child(1) {
		right: 0%;
		top: 16.7%;
		transform: scale(0.7);
	}
	.bioag-hero_points > li:nth-child(2) {
		right: -1%;
		bottom: 21% !important;
		font-size: 12px !important;
		transform: scale(0.7);
	}
	.bioag-hero_points > li {
		bottom: 21% !important;
		font-size: 12px !important;
	}
	.bioag-hero_points > li sub {
		font-size: 7px !important;
	}
	.h3-our-story {
		font-size: 18px;
		line-height: normal;
	}
	.new-s-home--start .wrap {
		width: 100%;
	}

	body .new-s-home--start div.bg-mobile {
		width: 100%;
	}
	.new-s-home--start .flex-icons {
		flex-wrap: nowrap;
		gap: 20px;
		font-size: 16px;
	}
	.new-s-home--start .flex-icons > .item {
		flex: 0 0 calc(31% - 10px);
		max-width: calc(31% - 10px);
	}
	.new-s-home--start .flex-icons > .item:nth-child(2) img {
		left: 8px;
	}
	.new-s-home--start .flex-icons img {
		height: 60px;
	}
	.new-s-home--start .content {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.new-s-home--start .bg-mobile {
		display: block;
		position: relative;
		width: 100vw;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		height: 300px;
		overflow: hidden;
		margin-bottom: 30px;
		margin-top: -60px;
		min-height: initial;
	}
	section.new-s-home--start div.bg-mobile > video {
		width: 100%;
		height: 316px;
		object-fit: cover;
		display: block;
		margin: 0;
		border-radius: 0;
	}
	.header-4-design:before {
		height: 150px!important;
	}
	.bioag-hero .bioag-hero__content {
		text-align: center;
	}
	body .rootella-home-section .rootella__hero {
		text-align: center;
	}
	body .rootella-home-section .rootella__hero a.ui-btn {
		margin: 0 auto;
	}
	body .rootella-home-section .rootella__logo {
		max-width: 206px;
		margin: 0 auto;
	}
	body .rootella-home-section .rootella__products {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	body .rootella-home-section .rootella-tile__back-text {
		text-align: center;
		justify-content: center;
	}
	body .rootella-home-section {
		margin-bottom: 0;
	}
	body .rootella-connect-home-section:before {
		top: -520px;
	}
	body .rootella-connect-home-section {
		padding: clamp(0px, 6vw, 70px) 16px;
		background-image: url(../images/bg2-mob.png);
		text-align: center;
		background-size: 150%;
		background-position: top center;
	}
	body .rootella-connect-home-section .rcarbon-card--glass {
		background: #5D5E5D;
	}
}
/* end new-s-home--start*/
@media(max-width: 375px) {
	.rcarbon-card.rcarbon-card--dark .credit-insurance {
		margin-top: -100px;
		transform: scale(0.34);
		margin-left: -20px;
	}
}
/* bioag-hero */
.bioag-hero {
	--bg: #efe5d3;
	--text: #2a2a2a;
	--heading: #1c1c1c;
	--green: #2f7a54;
	--pill: #2f7a54;
	--white: #ffffff;

	background: var(--bg);
	color: var(--text);
	padding: clamp(32px, 6vw, 72px) 16px;
	position: relative;
}

.bioag-hero:before {
	content: '';
	background-image: url("../images/bg-color-2.png");
	width: 100%;
	height: 423px;
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bioag-hero .bioag-hero__container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.bioag-hero .bioag-hero__grid {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: clamp(24px, 4vw, 56px);
	grid-template-areas: "aside content";
}

.bioag-hero .bioag-hero__aside {
	grid-area: aside;
}

.bioag-hero .bioag-hero__content {
	grid-area: content;
	font-size: 24px;
	line-height: 1.7;
	font-family: 'Nunito Sans', sans-serif;
}

.bioag-hero .bioag-hero__content p {
	margin: 0 0 16px;
}

.bioag-hero .bioag-hero__title {
	color: var(--heading);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.01em;
	font-size: clamp(28px, 4.2vw, 56px);
	margin: 0 0 18px;
	font-family: 'Days One', sans-serif;
	text-align: center;
	padding-bottom: 40px;
}

.bioag-hero .u-accent {
	color: var(--green);
	font-weight: bold;
}

/* ===== Aside Card ===== */
.bioag-hero .bioag-card {
	text-align: center;
}

.bioag-hero .bioag-card__media {
	width: 220px;
	height: 220px;
	margin: 0 auto 18px;
	border-radius: 50%;
	padding: 8px;
	background: radial-gradient(circle at center, rgba(0, 0, 0, .06), rgba(0, 0, 0, 0) 60%),
		var(--white);
	border: 4px solid rgba(0, 0, 0, .08);
	display: grid;
	place-items: center;
}

.bioag-hero .bioag-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	display: block;
}

.bioag-hero .bioag-card__caption {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	color: #FC8A00;
	margin-bottom: 26px;
	font-size: 20px;
}

.bioag-hero .bioag-card__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 18px;
	max-height: 46px;
	border-radius: 999px;
	background: var(--pill);
	color: var(--white);
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 14px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .08);
	text-transform: none;
	letter-spacing: .2px;
	max-width: 360px;
	width: 100%;
	font-family: 'Days One', sans-serif;
}

.bioag-hero .bioag-card__pill span {
	transform: translateY(1px);
}

.bioag-hero .bioag-card__text {
	max-width: 354px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 1.6;
	color: #2A2B2A;
}

.bioag-hero_image {
	text-align: center;
	position: relative;
}

.bioag-hero_image h3 {
	font-family: 'Days One', sans-serif;
	font-size: 60px;
	line-height: 70px;
}

/* Hero images - desktop and mobile */
.bioag-hero_image .hero-image-desktop {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.bioag-hero_image .hero-image-mobile {
	display: none;
}

@media (max-width: 980px) {
	.bioag-hero_image .hero-image-desktop {
		display: none;
	}
	
	.bioag-hero_image .hero-image-mobile {
		display: block;
	}
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
	.bioag-hero .bioag-hero__grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"content"
			"aside";
	}

	.bioag-hero .bioag-card__pill {
		margin: 0 auto 14px auto;
		display: block;
		text-align: center;
		padding: 0;
	}

	.bioag-hero .bioag-hero__title {
		text-align: center;
	}

	.bioag-hero .bioag-hero__title {
		text-align: center;
		font-size: 30px;
		line-height: normal;
	}
	.bioag-hero .bioag-hero__content p,
	.bioag-hero .bioag-card__text {
		font-size: 18px;
	}
	.bioag-hero_image h3 {
		font-size: 30px;
		line-height: normal;
	}
	.bioag-hero .bioag-card {
		text-align: center;
	}

	body .rootella-home-section .rootella__hero {
		padding: 20px;
	}
}

/* bioag-hero end */

/* ==== Rootella Home Section (namespaced) ==== */
.rootella-home-section {
	--bg: #0f1a09;
	--card: #fff;
	--card-shadow: 0 10px 30px rgba(0, 0, 0, .18);
	--radius: 16px;
	--text: #222;
	--muted: #505050;
	--green: #2f7a54;
	--banner-start: #0d120f;
	--banner-end: #3b2b1d;
	--container: min(1200px, 100%);
	background: #ECE5D4 url("../images/bg1.png") center/cover no-repeat;
	padding: clamp(24px, 4vw, 40px) 16px 56px;
	color: var(--text);
	padding-bottom: 0;
	margin-bottom: -70px;
}

.rootella-home-section * {
	box-sizing: border-box;
}

.rootella-home-section .rootella__container {
	width: var(--container);
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

/* TOP CARD */
.rootella-home-section .rootella__hero {
	background: #FFFEF4;
	border-radius: var(--radius);
	box-shadow: var(--card-shadow);
	padding: clamp(80px, 3vw, 28px);
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 0;
	margin-bottom: clamp(24px, 4vw, 36px);
}

.rootella-home-section .rootella__hero-col--text p {
	margin: 12px 0 16px;
	line-height: 1.65;
	color: #2A2B2A;
	font-size: 18px;
}

.rootella-home-section .rootella__logo {
	max-width: 260px;
	height: auto;
	display: block;
	margin-bottom: 30px;
}

.rootella-home-section .rootella__hero-col--media {
	display: grid;
	align-items: end;
	justify-items: end;
}

.rootella-home-section .rootella__products {
	width: min(520px, 100%);
	height: auto;
	display: block;
	filter: drop-shadow(0 12px 24px rgba(0, 0, 0, .2));
}

/* Rootella products images - desktop and mobile */
.rootella-home-section .rootella__products-desktop {
	display: block;
}

.rootella-home-section .rootella__products-mobile {
	display: none;
}

@media (max-width: 768px) {
	.rootella-home-section .rootella__products-desktop {
		display: none;
	}
	
	.rootella-home-section .rootella__products-mobile {
		display: block;
	}
}

/* badges */
.rootella-home-section .rootella__badges {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px 14px;
	padding: 0;
	margin: 8px 0 0;
	list-style: none;
}

.rootella-home-section .rootella-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--green);
	white-space: nowrap;
}

.rootella-home-section .rootella-badge img {
	width: 28px;
	height: 28px;
	display: block;
}

/* BANNER */
.rootella-home-section .rootella__banner {
	position: relative;
	border-radius: var(--radius);
	overflow: hidden;
	margin: 18px 0 70px;
	background: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .35)),
		radial-gradient(80% 140% at 10% 0%, var(--banner-end), var(--banner-start));
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 644px;
	display: grid;
	padding-top: 38px;
	align-items: start;
	justify-content: center;
}

.rootella-home-section .rootella__banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../images/roots-banner.jpg") center/cover no-repeat;
	opacity: .45;
	mix-blend-mode: multiply;
}

.rootella-home-section .rootella__banner-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.rootella-home-section .rootella__banner-title {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	font-family: "Days One", sans-serif;
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: .2px;
	font-size: clamp(20px, 2.4vw, 28px);
	text-shadow: 0 2px 10px rgba(0, 0, 0, .35);
}

.rootella-home-section .rootella__banner-title span {
	display: block;
	font-weight: 300;
	opacity: .95;
	margin-top: 6px;
	font-family: "Days One", sans-serif;
}

/* TILES */
.rootella-home-section .rootella__tiles {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 70px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.rootella-home-section .rootella-tile {
	background: transparent;
	border-radius: 14px;
	perspective: 1000px;
	height: 100%;
	min-height: 400px;
	cursor: pointer;
}

.rootella-home-section .rootella-tile__inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.rootella-home-section .rootella-tile:hover .rootella-tile__inner,
.rootella-home-section .rootella-tile.flipped .rootella-tile__inner {
	transform: rotateY(180deg);
}

.rootella-home-section .rootella-tile__front,
.rootella-home-section .rootella-tile__back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	background: rgba(255, 255, 255, .96);
	border-radius: 14px;
	box-shadow: var(--card-shadow);
	padding: 18px 18px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rootella-home-section .rootella-tile__flip-icon {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #007954;
	opacity: 0.6;
	transition: opacity 0.3s ease;
	z-index: 10;
	pointer-events: none;
}

.rootella-home-section .rootella-tile:hover .rootella-tile__flip-icon {
	opacity: 1;
}

.rootella-home-section .rootella-tile__back {
	transform: rotateY(180deg);
	overflow-y: auto;
}

.rootella-home-section .rootella-tile__icon {
	background: #f4f6f3;
	border-radius: 12px;
	width: 100%;
	height: 164px;
	margin: 0 auto 12px;
	display: grid;
	place-items: center;
	flex-shrink: 0;
}

.rootella-home-section .rootella-tile__icon img {
	width: 100%;
	height: 164px;
	display: block;
	object-fit: contain;
}

.rootella-home-section .rootella-tile__title {
	border-top: 2px solid #007954;
	padding-top: 22px;
	font-size: 23px;
	line-height: 1.4;
	margin: 0;
	color: #1f1f1f;
	font-weight: 300;
	flex-shrink: 0;
}

.rootella-home-section .rootella-tile__back-title {
	font-size: 23px;
	line-height: 1.4;
	margin: 0 0 16px 0;
	color: #1f1f1f;
	font-weight: 300;
	border-bottom: 2px solid #007954;
	padding-bottom: 16px;
	flex-shrink: 0;
}

.rootella-home-section .rootella-tile__back-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: left;
}

.rootella-home-section .rootella-tile__back-text p {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #1f1f1f;
}

.rootella-home-section .rootella-tile__back-text strong {
	font-weight: 600;
	color: #007954;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
	.rootella-home-section .rootella__hero {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.rootella-home-section .rootella__hero-col--media {
		justify-items: start;
	}

	.rootella-home-section .rootella__badges {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.rootella-home-section .rootella__tiles {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.rootella-home-section .rootella-tile {
		min-height: 350px;
	}

	.rootella-home-section .rootella__products {
		width: 75%;
	}
}

/**/

/* ===== Rootella Connect Home Section (namespaced) ===== */
.rootella-connect-home-section {
	--container: min(1200px, 100%);
	--text: #e6eef2;
	--muted: #b9c4ca;
	--white: #fff;
	--accent: #4f87b4;
	--accent-2: #3b6f8f;
	--glass: rgba(255, 255, 255, .08);
	--card: #2b2f32;
	--card-dark: #2a2c2d;
	--ribbon: #2e88a1;
	--shadow: 0 14px 40px rgba(0, 0, 0, .35);
	position: relative;
	padding: clamp(200px, 6vw, 70px) 16px;
	background: url("../images/bg2.png") top/cover no-repeat;
	text-align: center;
	padding-bottom: 100px;
}

.rootella-connect-home-section:before {
	content: '';
	position: absolute;
	inset: 0;
	background: url("../images/bg-color-3.png") center/cover no-repeat;
	top: -435px;
	left: 0;
	width: 100%;
	height: 529px;
}

.rootella-connect-home-section * {
	box-sizing: border-box
}

.rootella-connect-home-section .rcarbon__container {
	width: var(--container);
	margin: 0 auto
}

.rootella-connect-home-section .rcarbon__title {
	font-weight: 300;
	line-height: 1.15;
	margin: 0 0 40px 0;
	font-size: 36px;
}

.rootella-connect-home-section .rcarbon__lead {
	color: #fff;
	font-size: 24px;
	margin: 0 auto 14px;
	line-height: 1.6;
}

.rootella-connect-home-section .rcarbon__logo {
	width: 260px;
	height: auto;
	margin: 0px auto 130px;
	display: block;
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, .35));
}

/* ===== Cards ===== */
.rootella-connect-home-section .rcarbon-card {
	border-radius: 18px;
	padding: 150px 70px 100px 70px;
	margin: 0 auto clamp(22px, 3vw, 28px);
	text-align: center;
	position: relative;
}

.rootella-connect-home-section .rcarbon-card--glass {
	background: rgb(255 255 255 / 24%);
}

.rootella-connect-home-section .rcarbon-card--dark {
	background: rgb(255 255 255 / 24%);
}

.rootella-connect-home-section .rcarbon-card__ribbon {
	position: absolute;
	left: -32px;
	top: 80px;
	padding: 10px 16px 10px 30px;
	background: var(--ribbon);
	color: var(--white);
	font-weight: 400;
	border-radius: 0px 50px 50px 0;
	max-width: 350px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-family: 'Days One', sans-serif;
}

.rootella-connect-home-section .rcarbon-card__title {
	font-size: 36px;
	margin: 6px 0 14px;
	font-weight: 300;
	margin-bottom: -10px;
}

.rootella-connect-home-section .rcarbon-card__text {
	color: #fff;
	margin: -20px auto 40px;
	max-width: 888px;
	line-height: 1.7;

	font-size: 24px;
}

/* ===== Steps (Apply ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â¸ Sequester ÃƒÂ¢Ã¢â‚¬â€œÃ‚Â¸ Earn) ===== */
.rootella-connect-home-section .rcarbon-steps {
	display: inline-grid;
	grid-auto-flow: column;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 8px 0 10px;
}

.rootella-connect-home-section .rcarbon-steps li {
	position: relative;
	padding: 10px 22px 10px 20px;
	font-weight: 700;
	color: #e9f2f8;
	background: var(--accent);
	border-radius: 10px;
}

.rootella-connect-home-section .rcarbon-steps li:not(:last-child) {
	background: linear-gradient(90deg, var(--accent), var(--accent-2));
	margin-right: 14px;
}

.rootella-connect-home-section .rcarbon-steps li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0;
	right: -14px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 14px solid var(--accent-2);
}

.rootella-connect-home-section .rcarbon-steps span {
	display: block;
	transform: translateY(1px)
}

/* ===== Metrics bubbles ===== */
.rootella-connect-home-section .rcarbon-metrics {
	display: grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap: 18px;
	list-style: none;
	padding: 0;
	margin: 8px 0 12px;
}

.rootella-connect-home-section .rcarbon-metrics__bubble {
	width: 120px;
	height: 120px;
	margin: 0 auto 8px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, #6fb7d9, #3f7ea1);
	display: grid;
	place-items: center;
	color: #e9f6ff;
	box-shadow: inset 0 8px 18px rgba(255, 255, 255, .2), 0 10px 24px rgba(0, 0, 0, .35);
}

.rootella-connect-home-section .rcarbon-metrics__bubble strong {
	font-size: 20px;
	line-height: 1
}

.rootella-connect-home-section .rcarbon-metrics__bubble small {
	display: block;
	font-size: 12px;
	opacity: .9
}

.rootella-connect-home-section .rcarbon-metrics__caption {
	color: #d6dde1;
	font-weight: 700;
	line-height: 1.2
}

.rootella-connect-home-section .rcarbon-metrics__caption span {
	font-weight: 600;
	opacity: .75
}

/* ===== Icons row ===== */
.rootella-connect-home-section .rcarbon-icons-grid {
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: 0;
	margin: 8px 0 68px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.rootella-connect-home-section .rcarbon-icon-row {
	display: grid;
	grid-template-columns: auto 1fr 2fr;
	gap: 9px;
	align-items: center;
	padding: 0;
}

.rootella-connect-home-section .rcarbon-icon-row:nth-child(1) > div {
	background-color: #1C7497;
	min-height: 164px;
}

.rootella-connect-home-section .rcarbon-icon-row:nth-child(2) > div {
	background-color: #1E7FA2;
	min-height: 135px;
}

.rootella-connect-home-section .rcarbon-icon-row:nth-child(3) > div {
	background-color: #328BAC;
	min-height: 135px;
}

.rootella-connect-home-section .rcarbon-icon-row:nth-child(4) > div {
	background-color: #4798B5;
	min-height: 135px;
}

.rootella-connect-home-section .rcarbon-icon-row:nth-child(5) > div {
	background-color: #74B2C7;
	min-height: 135px;
}

.rootella-connect-home-section .rcarbon-icon-col {
	color: #e7edf1;
	display: flex;
	align-items: center;
	text-align: left;
}

.rootella-connect-home-section .rcarbon-icon-col--icon {
	justify-content: center;
	padding: 20px 20px 20px 20px;
}

.rootella-connect-home-section .rcarbon-icon-col--title {
	font-weight: 300;
	font-family: 'Days One', sans-serif;
	font-size: 21px;
	padding: 20px 20px 20px 27px;
}

.rootella-connect-home-section .rcarbon-icon-col--description {
	font-weight: 300;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 19px;
	line-height: 1.5;
	padding: 10px 20px 10px 27px;
}
.rootella-connect-home-section .rcarbon-icon-col--description b {
	font-family: 'Days One';
	font-weight: normal;
}
.rootella-connect-home-section .rcarbon-icon-col--description .rcarbon-icon-description span {
	font-size: 11px;
}
.rootella-connect-home-section .rcarbon-icons-grid img {
	width: 67px;
	height: 67px;
	display: block;
	opacity: .95;
}

.rootella-connect-home-section .rcarbon-icon-title {
	display: block;
}

.rootella-connect-home-section .rcarbon-icon-description {
	display: block;
}

/* ===== Buttons ===== */
.rootella-connect-home-section .rcarbon-btn {
	display: inline-block;
	padding: 14px 22px;
	border-radius: 999px;
	background: transparent;
	border: 2px solid var(--white);
	color: var(--white);
	font-weight: 400;
	text-decoration: none;
	letter-spacing: .3px;
	font-size: 24px;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	transition: color .2s, border-color .2s;
	z-index: 1;
}

.rootella-connect-home-section .rcarbon-btn:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background: #1A81A4;
	z-index: -1;
	transition: .6s;
	transition-timing-function: cubic-bezier(0.42, 0, 0, 0.99);
}

.rootella-connect-home-section .rcarbon-btn:hover {
	color: var(--white);
	border-color: #1A81A4;
}

.rootella-connect-home-section .rcarbon-btn:hover:before {
	height: 100%;
}

.rootella-connect-home-section .rcarbon-btn--secondary {
	background: transparent;
	border: 2px solid var(--white);
	color: var(--white);
	opacity: .95;
}
/* Vector */

/* ===== Responsive ===== */
@media (max-width: 900px) {
	.rootella-connect-home-section .rcarbon-metrics {
		grid-template-columns:1fr 1fr 1fr
	}

	.rootella-connect-home-section .rcarbon-icon-row {
		gap: 9px;
	}
}

@media (max-width: 640px) {
	.rootella-connect-home-section .rcarbon-steps {
		grid-auto-flow: row;
		gap: 10px
	}

	.rootella-connect-home-section .rcarbon-metrics {
		grid-template-columns:1fr
	}

	.rootella-connect-home-section .rcarbon-icon-row {
		grid-template-columns: auto 1fr;
		gap: 12px;
	}

	.rootella-connect-home-section .rcarbon-icon-col--description {
		grid-column: 1 / -1;
		padding-left: 20px;
	}

	.rootella-connect-home-section .rcarbon__logo {
		width: 70%
	}
}

/***/

/* ===== Farmers Benefits Section ===== */
.farmers-benefits-section {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 20px;
	margin-top: 60px;
	align-items: stretch;
}

.farmers-benefits-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 20px;
}

.farmers-benefit-item {
	background: #818181;
	border-radius: 2px;
	padding: 24px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 200px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.farmers-benefit-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.farmers-benefit-icon {
	width: 80px;
	height: 80px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.farmers-benefit-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.farmers-benefit-title {
	font-family: 'Days One', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 5px 0;
	line-height: 1.3;
	position: relative;
	padding-bottom: 0;
}
.farmers-benefit-description {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #e6eef2;
	margin: 0;
	flex: 1;
}

.farmers-benefits-image {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

.farmers-benefits-image img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
	/*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);*/
}

/* Farmers benefits images - desktop and mobile */
.farmers-benefits-image-desktop {
	display: block;
}

.farmers-benefits-image-mobile {
	display: none;
}

@media (max-width: 768px) {
	.farmers-benefits-image-desktop {
		display: none;
	}
	
	.farmers-benefits-image-mobile {
		display: block;
	}
	.rootella-connect-home-section .rcarbon-card__ribbon {
		top: 30px;
	}
}

/* Responsive */
@media (max-width: 1024px) {
	.farmers-benefits-section {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 20px;
	}

	.farmers-benefits-image {
		order: -1;
	}

	.farmers-benefits-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
}

@media (max-width: 640px) {
	.farmers-benefits-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 16px;
	}

	.farmers-benefit-item {
		min-height: 190px;
		max-height: 190px;
		padding: 20px 16px;
	}

	.farmers-benefit-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 12px;
	}

	.farmers-benefit-title {
		font-size: 18px;
	}

	.farmers-benefit-description {
		font-size: 13px;
	}
}

/***/

/* new Menu header */
/* ===== Rootella top-nav (Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Âº ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬â€œ) ===== */
:root {
	--rc-green: #3A7D59; /* Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¸ */
	--rc-green-hover: #2F6E4C;
	--rc-text: #EDEDED;
	--rc-muted: #C8D6CC;
	--rc-line: #BFD3C3; /* ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬â€œ ÃƒÂÃ‚Â»Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬â€œÃƒâ€˜Ã¢â‚¬â€ */
}

header .rc-menu svg {
	filter: invert(0);
}

.rc-menu {
	position: relative;
	z-index: 30;
	font-size: 15px
}

.rc-menu__list {
	display: flex;
	align-items: center;
	gap: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rc-menu__item {
	position: relative;
}

.rc-menu__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 5px 10px;
	line-height: 1;
	border-radius: 999px;
	color: var(--rc-text);
	text-decoration: none;
	transition: background .2s ease, color .2s ease, opacity .2s ease;
	opacity: .95;
}

.rc-menu__link:hover,
.rc-menu__link:focus {
	opacity: 1;
}
.rc-menu__item:hover > .rc-menu__link,
.rc-menu__item:focus > .rc-menu__link,
.is-current > .rc-menu__link {
	background: var(--rc-green);
	color: #fff;
}

.rc-menu__list > .rc-menu__item:nth-child(4):hover > .rc-menu__link,
.rc-menu__list > .rc-menu__item:nth-child(4):focus > .rc-menu__link,
.rc-menu__list > .is-current:nth-child(4) > .rc-menu__link {
	background: #007EA6;
	color: #fff;
}
.rc-menu__list > .rc-menu__item:nth-child(4) .rc-chip {
	background: #007EA6;
}

.rc-menu__list > .rc-menu__item:nth-child(4) .rc-menu__chips > li.has-sub > .rc-menu__submenu .rc-chip {
	background: #67B2CA;
}

/* ===== Submenu chips ===== */
.has-sub .rc-menu__submenu {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	padding: 4px 0 0;
	min-width: 380px;
}

.has-sub:hover .rc-menu__submenu {
	display: block;
}

.rc-menu__chips {
	position: relative;
	z-index: 2;
	display: flex;
	gap: 16px;
	align-items: center;
	list-style: none;
	margin: -3px 0 0 0;
	padding: 0 0 8px 0px;
}
.rc-menu__chips.gap-30 {
	gap: 20px;
}
.rc-chip {
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--rc-green);
	color: #E9FFE9;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid rgba(255, 255, 255, .1);
	transition: background .2s ease, transform .1s ease;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 90px;
}

.rc-chip:hover, .rc-chip:focus {
	background: var(--rc-green-hover);
	transform: translateY(-1px);
}

/* ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬â€œ ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬â€œ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â´ Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼ Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â² */
.rc-menu__curves {
	position: absolute;
	inset: 0 auto auto 0;
	width: 420px;
	height: 70px;
	z-index: 1;
	pointer-events: none;
}

.rc-menu__curves path {
	fill: none;
	stroke: var(--rc-line);
	stroke-width: 2;
	stroke-linecap: round;
	opacity: .5;
}

/* ===== ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂºÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬â€œ ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â´ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã…Â½ ÃƒÂÃ‚Â²Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬â€œ Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â² ===== */
.rc-menu__chips > li.has-sub {
	position: relative;
}

.rc-menu__chips > li.has-sub > .rc-chip {
	position: relative;
}
.rc-menu__link,
.rc-chip{ font-weight:500; }

.rc-menu__item:hover > .rc-menu__link,
.rc-menu__chips > li:hover > .rc-chip{
	/*-webkit-text-stroke: .35px currentColor;*/
	/*text-shadow: .25px 0 0 currentColor, -.25px 0 0 currentColor;*/
	color:#fff;
}
/* ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¹ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ ÃƒÂÃ‚Â²ÃƒÂÃ‚ÂºÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã…Â½ */
.rc-menu__chips > li.has-sub > .rc-menu__submenu {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 180px;
	background: transparent; /* ÃƒÂÃ‚Â±ÃƒÂÃ‚Â¾ Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ Ãƒâ€˜Ã†â€™ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â·ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´Ãƒâ€˜Ã†â€™ */
	display: none;
	z-index: 50;
	padding-top: 40px;
}

/* Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â°ÃƒÂÃ‚Â¼ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¸Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ÃƒÂÃ‚Âº Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â² ÃƒÂÃ‚Â´Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â²ÃƒÂÃ‚Â½Ãƒâ€˜Ã‚Â */
.rc-menu__chips > li.has-sub > .rc-menu__submenu > .rc-menu__chips {
	flex-direction: column;
	align-items: self-start;
	border-radius: 999px;
	gap: 10px;
	padding: 0;
	flex-wrap: wrap;
	max-width: 240px;
}

/* ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°ÃƒÂÃ‚Â·Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¸ hover/focus */
.rc-menu__chips > li.has-sub:hover > .rc-menu__submenu,
.rc-menu__chips > li.has-sub:focus-within > .rc-menu__submenu {
	display: block;
}

/* Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â´Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â²ÃƒÂÃ‚Â½Ãƒâ€˜Ã‚Â Ãƒâ€˜Ã¢â‚¬Â¦ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â±Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â´Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã…â€™ Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¦ÃƒÂÃ‚Â¸ ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â°ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬â€œÃƒâ€˜Ã‹â€ Ãƒâ€˜Ã¢â‚¬â€œ */
.rc-menu__chips > li.has-sub > .rc-menu__submenu .rc-chip {
	background: #73A690;
	font-size: 13px;
	padding: 6px 12px;
	white-space: nowrap;
	min-width: initial;
}
.rc-menu__list > .rc-menu__item:nth-child(5) .rc-menu__submenu {
	position: absolute;
	left: -185px;
}
.rc-menu__list > .rc-menu__item:nth-child(6) .rc-menu__submenu {
	position: absolute;
	left: -349px;
}
/* ===== ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â»ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°: ÃƒÂÃ‚Â²Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Âµ ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â·, ÃƒÂÃ‚Â±ÃƒÂÃ‚ÂµÃƒÂÃ‚Â· ÃƒÂÃ‚Â°ÃƒÂÃ‚Â±Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¾ÃƒÂÃ‚Â»Ãƒâ€˜Ã…Â½Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â² ===== */
@media (max-width: 1024px) {
	.rc-menu__chips > li.has-sub > .rc-menu__submenu {
		position: static;
		display: block;
		margin-top: 6px;
	}
	.svg-line-menu-2 { display: none; }
}


/* ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¼Ãƒâ€˜Ã†â€™ Ãƒâ€˜Ã¢â‚¬Â¦ÃƒÂÃ‚ÂµÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬â€œ */
header .rc-menu__link {
	color: #F3F3F3;
}
.svg-line-menu-1 {
	max-width: 260px;
	height: 48px;
	margin: -9px 0 -12px 25px;
}
.svg-line-menu-2 {
	max-width: 740px;
	height: 48px;
	transform: scale(0.92);
	margin: -9px 0 -12px 10px;
}
.svg-line-menu-3 {
	max-width: 470px;
	height: 48px;
	transform: scale(0.95);
	margin: -9px 0 -12px 10px;
}
.svg-line-menu-4 {
	max-width: 170px;
	height: 48px;
	transform: scale(0.95);
	margin: -9px 0 -12px 10px;
}

.svg-line-menu-5 {
	max-width: 388px;
	height: 48px;
	transform: scale(0.95);
	margin: -9px 0 -12px 10px;
}
.svg-line-menu-6 {
	max-width: 455px;
	height: 48px;
	transform: scale(0.80);
	margin: -9px 0 -12px 2px;
}
.header-4-design .h-wrap .col-right {
	line-height: normal;
}
.header-4-design .h-wrap {
	position: relative;
	z-index: 2;
}
.header-4-design:before {
	content: '';
	background-image: url("../images/header-bg.png");
	background-size: cover;
	background-position: bottom center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 160px;
}

.home .s-blog .swiper-pagination {
	display: none;
}
@media (max-width: 1024px) {
	.rc-menu__list {
		gap: 5px;
		flex-wrap: wrap;
	}

	.has-sub .rc-menu__submenu {
		position: static;
		display: block;
		margin-top: 8px;
	}

	.rc-menu__curves {
		display: none;
	}

	.rc-menu__chips {
		padding-left: 0;
		flex-wrap: wrap;
	}
	.rootella-connect-home-section .rcarbon-card {
		padding: 95px 20px 50px 20px;
	}
	.rootella-connect-home-section .rcarbon-card__title {
		font-size: 18px;
	}
	.rootella-connect-home-section .rcarbon-card__text {
		font-size: 15px;
		line-height: normal;
		margin-top: 0;
	}
	.rootella-connect-home-section .rcarbon-btn {
		font-size: 14px;
	}
	.rootella-connect-home-section .rcarbon-icon-row {
		gap: 9px 0;
	}
	.rootella-connect-home-section .rcarbon-icon-row > div {
		min-height: 68px!important;
	}
	.rootella-connect-home-section .rcarbon-icon-col--icon {
		padding: 0 20px 0 20px;
	}
	.rootella-connect-home-section .rcarbon-icon-col--title {
		padding-top: 0;
		padding-bottom: 0;
	}
	.rootella-connect-home-section .rcarbon-icon-col--icon img {
		width: 50px;
		height: 50px;
	}

	.rootella-connect-home-section .rcarbon-icon-col--title {
		font-size: 18px;
	}
	.rootella-connect-home-section .rcarbon-icons-grid > .rcarbon-icon-row:nth-child(1) .rcarbon-icon-description {
		font-size: 12px;
	}
	body .rootella-connect-home-section .rcarbon-icon-col--description {
		font-size: 16px;
		text-align: center;
		min-height: 129px!important;
	}
	.rootella-home-section .rootella__banner {
		background-size: cover;
		min-height: 300px;
	}
	.rootella-connect-home-section .rcarbon-icon-description {
		width: 100%;
	}
	.home .s-blog  {
		position: relative;
	}
	.home .s-blog .swiper-pagination {
		display: block;
	}
	.home .s-blog .swiper-horizontal>.swiper-pagination-bullets,
	.home .s-blog .swiper-pagination-bullets.swiper-pagination-horizontal,
	.home .s-blog .swiper-pagination-custom,
	.home .s-blog .swiper-pagination-fraction {
		top: inherit;
		bottom: 32px;
	}
	.home .s-blog .swiper-pagination-bullet {
		width: 14px;
		height:  14px;
		background: #D9D9D9;
		opacity: 1;
	}
	.home .s-blog .swiper-pagination-bullet-active {
		background: #FF8C00;
	}
}

/* ===== Mobile Menu Styles ===== */
.rc-mobile-menu-burger {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	color: #fff !important;
	z-index: 100;
}

.rc-mobile-menu-burger svg {
	filter: none !important;
}

.rc-mobile-menu-burger svg rect {
	fill: #fff !important;
}

.header-4-design .rc-mobile-menu-burger svg {
	filter: none !important;
}

.header-4-design .rc-mobile-menu-burger svg rect {
	fill: #fff !important;
}

.rc-mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.rc-mobile-menu.active {
	opacity: 1;
	visibility: visible;
}

.rc-mobile-menu__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.rc-mobile-menu__sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 85%;
	max-width: 400px;
	height: 100%;
	background-image: url('data:image/svg+xml,<svg width="1067" height="2436" viewBox="0 0 1067 2436" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1066.49 2643.04V-207.04H467.49C184.82 96.9599 -0.0200195 601.03 -0.0200195 1171.46C-0.0200195 1804.79 227.84 2356.32 564.45 2643.04" fill="%23292B29"/></svg>');
	background-position: left center;
	background-size: cover;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
	transform: translateX(100%);
	transition: transform 0.3s ease;
	overflow-y: auto;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.rc-mobile-menu.active .rc-mobile-menu__sidebar {
	transform: translateX(0);
}

.rc-mobile-menu__close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	z-index: 10;
	color: white;
}

.rc-mobile-menu__nav {
	padding: 80px 20px 40px;
	width: 300px;
	margin-left: auto;
}

.rc-mobile-menu__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rc-mobile-menu__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.rc-mobile-menu__list > .rc-mobile-menu__item {
	border-right: 4px solid #047F5C;

}
.rc-mobile-menu__list > .rc-mobile-menu__item > a {
	padding-right: 20px;
}
.rc-mobile-menu__list > .rc-mobile-menu__item:nth-child(4) {
	border-right: 4px solid #007EA6;
}
.rc-mobile-menu__list > .rc-mobile-menu__item:nth-child(4) .rc-mobile-menu__submenu a {
	background: #007EA6;
}

.rc-mobile-menu__list > .rc-mobile-menu__item:nth-child(4) .rc-mobile-menu__submenu a {
	background: #007EA6;
}

.rc-mobile-menu__list > .rc-mobile-menu__item:nth-child(4) .rc-mobile-menu__submenu .rc-mobile-menu__submenu a {
	background: #67B2CA;
}
.rc-mobile-menu__link {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 12px;
	padding: 18px 0;
	color: #F3F3F3;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: color 0.2s ease;
}

.rc-mobile-menu__link:hover {
	color: #fff;
}

.rc-mobile-menu__link span {
	flex: 1;
	text-align: left;
}

.rc-mobile-menu__chevron {
	width: 20px;
	height: 12px;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.rc-mobile-menu__item.has-sub.active > .rc-mobile-menu__link > .rc-mobile-menu__chevron {
	transform: rotate(180deg);
}

.rc-mobile-menu__submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	background: #2a2a2a;
}

.rc-mobile-menu__item.has-sub.active > .rc-mobile-menu__submenu {
	max-height: 1000px;
	padding: 0px 0;
}

.rc-mobile-menu__submenu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.rc-mobile-menu__submenu a {
	display: flex;
	justify-content: start;
	padding: 14px 20px;
	color: #E9FFE9;
	text-decoration: none;
	font-size: 15px;
	background: #047F5C;
	margin: 0;
	text-align: left;
	border-radius: 0;
	transition: background 0.2s ease;
	font-weight: 500;
}

.rc-mobile-menu__submenu a:hover {
	background: #5a8c69;
	color: #fff;
}

/* ÃƒÂÃ…Â¸ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â¿Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â‚¬Å¡ "About" Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â·ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â½Ãƒâ€˜Ã†â€™Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â·ÃƒÂÃ‚Â° ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¼ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Â¡Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â²ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â½Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â¼ */
.rc-mobile-menu__list > .rc-mobile-menu__item:first-child.has-sub {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rc-mobile-menu__list > .rc-mobile-menu__item:first-child.has-sub.active > .rc-mobile-menu__submenu,
.rc-mobile-menu__list > .rc-mobile-menu__item:first-child.has-sub > .rc-mobile-menu__submenu {
	/*max-height: 1000px;*/
	/*padding: 8px 0;*/
	/*display: block;*/
}

/* ÃƒÂÃ¢â‚¬â„¢ÃƒÂÃ‚ÂºÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬â€œ ÃƒÂÃ‚Â¿Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â´ÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã…Â½ (Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â¹ Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬â€œÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã…â€™) */
.rc-mobile-menu__submenu .rc-mobile-menu__submenu {
	background: #3a3a3a;
	margin: 0px 0;
}

.rc-mobile-menu__submenu .rc-mobile-menu__submenu a {
	background: #047F5C;
	margin: 0;
	font-size: 14px;
}

.rc-mobile-menu__submenu .rc-mobile-menu__submenu a:hover {
	background: #047F5C;
}
.video_bg_new {
	padding-top: 30px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	border-radius: var(--radius);
}

@media (max-width: 1220px) {
	.header-4-design .rc-menu__link {
		padding: 5px 10px;
	}
}
.home header.header-4-design  svg {
	filter: invert(0);
}
@media (max-width: 1199px) {
	.rc-menu {
		display: none;
	}

	.rc-mobile-menu-burger {
		display: block;
	}

	.header-4-design .col-right .item:not(.mobile-menu-toggle):not(.mobile-search-toggle) {
		display: none;
	}

	.header-4-design .col-right .item.mobile-search-toggle {
		display: block;
	}

	.header-4-design .col-right .item.mobile-search-toggle svg path {
		stroke: #fff !important;
	}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
		margin-top: 50px;
	}
}
@media (min-width: 1199px) {
	.rc-mobile-menu-burger {
		display: none;
	}

	.rc-mobile-menu {
		display: none;
	}

	.header-4-design .col-right .item.mobile-search-toggle {
		/*display: none;*/
	}
}

/* Dealer Locator */
.s-dealer-locator {
	padding: 80px 0;
	background: #FFFCF1;
}

.dealer-locator-wrap {
	max-width: 1200px;
	margin: 0 auto;
	border: 1px solid black;
	padding: 30px;
}

.s-dealer-locator .s-header {
	text-align: left;
	margin-bottom: 20px;
}

.s-dealer-locator .title {
	font-family: 'Days One', sans-serif;
	font-size: 42px;
	font-weight: 400;
	color: #2A2B2A;
	margin-bottom: 10px;
	text-decoration: underline;
	text-decoration-color: #2A2B2A;
	text-underline-offset: 8px;
}

.s-dealer-locator .s-content {
	text-align: left;
}

.s-dealer-locator .s-content > p {
	font-size: 18px;
	color: #2A2B2A;
	margin-bottom: 30px;
}

.dealer-search-form {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.dealer-zip-input {
	padding: 15px 20px;
	font-size: 16px;
	border: 2px solid #2A2B2A;
	border-radius: 4px;
	width: 100%;
	max-width: 400px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.dealer-zip-input:focus {
	outline: none;
	border-color: #006838;
}

.dealer-zip-input::placeholder {
	text-transform: none;
	font-size: 14px;
	color: #999;
}

.ui-btn.btn-green {
	background: transparent;
	color: #006838;
	padding: 16px 32px;
	border: 2px solid #006838;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: color 0.2s;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
}

.ui-btn.btn-green:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background: #006838;
	z-index: -1;
	transition: .6s;
	transition-timing-function: cubic-bezier(0.42, 0, 0, 0.99);
}

.ui-btn.btn-green:hover {
	color: #FFFCF1;
	border-color: #006838;
}

.ui-btn.btn-green:hover:before {
	height: 100% !important;
	background: #006838 !important;
}

.ui-btn.btn-green:hover > .icon {
	filter: brightness(0) invert(1);
}
.ui-btn.btn-dealer {
	cursor: pointer;
}
/* Dealer button styles */
.ui-btn.btn-dealer:hover:before {
	z-index: 1;
}

.ui-btn.btn-dealer .label {
	position: relative;
	z-index: 2;
}

.ui-btn.btn-dealer .icon {
	position: relative;
	z-index: 2;
}

.dealer-notice {
	/*background: #fff;*/
	/*padding: 20px;*/
	/*border-radius: 8px;*/
	margin-bottom: 30px;
	/*border-left: 4px solid #006838;*/
}

.dealer-notice p {
	margin: 0;
	font-size: 16px;
	color: #2A2B2A;
}

.sales-link {
	color: #006838;
	font-weight: 600;
	text-decoration: underline;
}

.sales-link:hover {
	color: #005030;
}

/* Loader */
.dealer-loader {
	text-align: center;
	padding: 40px 20px;
}

.spinner {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #006838;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
	margin: 0 auto 20px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.dealer-loader p {
	font-size: 18px;
	color: #2A2B2A;
}

/* Results Table */
.dealer-results {
	margin-top: 50px;
}

.results-title {
	font-family: 'Days One', sans-serif;
	font-size: 32px;
	color: #2A2B2A;
	margin-bottom: 30px;
	text-align: center;
}

.table-responsive {
	overflow-x: auto;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dealer-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 900px;
}

.dealer-table thead {
	background: #2A2B2A;
	color: #FFFCF1;
}

.dealer-table th {
	padding: 15px 12px;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
}

.dealer-table tbody tr {
	border-bottom: 1px solid #e0e0e0;
	transition: background 0.2s ease;
}

.dealer-table tbody tr:hover {
	background: #f9f9f9;
}

.dealer-table tbody tr:last-child {
	border-bottom: none;
}

.dealer-table td {
	padding: 15px 12px;
	font-size: 14px;
	color: #2A2B2A;
}

.dealer-table td:nth-child(3) {
	white-space: nowrap;
}

.dealer-table td a {
	color: #006838;
	text-decoration: none;
}

.dealer-table td a:hover {
	text-decoration: underline;
}

/* Messages */
.no-results, .error-message {
	text-align: center;
	padding: 40px 20px;
	background: #fff;
	border-radius: 8px;
	margin-top: 30px;
}

.error-message {
	background: #ffebee;
	border: 1px solid #ef5350;
}

.no-results p, .error-message p {
	font-size: 18px;
	color: #2A2B2A;
	margin: 0;
}
.s-banner.new2025 {
	padding: 50px 100px;
}
.s-banner.new2025 > .s-wrap {
	min-height: 140px;
}

.s-banner.new2025 > .bg div {
	background-size: 135% 180%!important;
	background-position: 50% 72% !important;
}
/* new home video */
body .new-s-home--start .bg-mobile {
	display: block!important;
	position: relative;
	width: 45%;
	margin-left: 0;
	margin-right: 0;
	height: 100%;
	overflow: hidden;
	margin-top: 0;
	min-height: initial;
}
@media(min-width: 992px) {
	body .new-s-home--start .bg-mobile {
		/*min-width: 894px;*/
	}
}
@media(max-width: 1760px) and (min-width: 1199px) {
	.new-s-home--start {
		min-height: initial;
	}
	body .new-s-home--start .content {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
}
@media(max-width: 1600px) and (min-width: 1199px) {
	body .new-s-home--start .content {
		padding-top: 60px!important;
		padding-bottom: 20px!important;
	}
	.new-s-home--start h1 {
		line-height: 46px;
		font-size: 46px;
	}
	.new-s-home--start .subtitle{
		font-size: 20px;
	}
	.new-s-home--start .text {
		font-size: 18px;
	}
	.new-s-home--start .flex-icons .description {
		font-size: 18px!important;
	}
}
@media(max-width: 1430px) and (min-width: 1199px) {
	.new-s-home--start h1 {
		line-height: 36px;
		font-size: 36px;
	}
	body .new-s-home--start .flex-container {
		min-height: initial!important;
	}
	body .new-s-home--start .content {
		padding-top: 0px !important;
		padding-bottom: 20px !important;
	}
	.new-s-home--start .flex-icons .description {
		font-size: 16px!important;
	}
	body .new-s-home--start .flex-icons{
		margin-top: 10px;
		gap: 20px;
		margin-bottom: 30px;
	}
}
body .new-s-home--start .bg {
	display: none;
}
body .new-s-home--start .flex-container {
	margin: 0 auto;
}
body .new-s-home--start .content {
	padding-top: 60px;
	text-align: center;
	max-width: 650px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
}
body .new-s-home--start .flex-container {
	min-height: 749px;
}
body .new-s-home--start .bg > video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 45% 45% 0;
	margin: -5vh 0;
}
/* new home video */
.new-s-home--start .flex-icons .description {
	font-size: 20px;
}
/* Responsive */
@media (max-width: 768px) {
	.new-s-home--start .flex-icons .label:after {
		width: 80px;
	}
	.new-s-home--start .flex-icons .label {
		font-size: 14px;
	}
	.new-s-home--start .flex-icons .description {
		font-size: 12px;
	}
	.s-banner.new2025 {
		padding: 30px;
	}
	.s-banner.new2025 img {
		width: auto;
		max-width: 100% !important;
	}
	.sn-rootella-farmers {
		padding-bottom: 68px;
	}
	.s-dealer-locator {
		padding: 50px 0;
	}

	.s-dealer-locator .title {
		font-size: 28px;
	}

	.dealer-search-form {
		flex-direction: column;
		gap: 15px;
	}

	.dealer-zip-input {
		max-width: 100%;
	}

	.ui-btn.btn-green {
		width: 100%;
		justify-content: center;
	}

	.dealer-table {
		font-size: 12px;
	}

	.dealer-table th,
	.dealer-table td {
		padding: 10px 8px;
	}
}
.carousel-title {
	display: none!important;
}