.products-paymobile .table-logo {
	height: 26px;
}
.products-paymobile .table-logo-container {
	padding-left: 28px;
	padding-right: 28px;
}
.products-paymobile .mobile-table .left .table-logo {
	background-color: var(--color-primary-black);
}
.products-paymobile .two-col-cards .card:nth-of-type(2) .text-side {
	width: 62%;
}
.products-paymobile .two-column-text-one-image ul li {
	font-size: 15px;
	line-height: 26px;
}
.products-paymobile .two-column-text-one-image .text-side {
	width: 60%;
}
.products-paymobile .two-column-text-one-image .col.image-side {
	width: 40%;
}
.products-paymobile .two-col-cards .card:nth-of-type(2) img {
	transform: scale(1.5);
	position: relative;
	left: 35px;
}
.products-paymobile .hero-section-text-small-image {
	background: 0 0;
}
.products-paymobile .two-column-text-one-image .title {
	font-size: 30px;
	line-height: 56px;
	margin-bottom: 50px;
}
.products-paymobile .hero-section-text-small-image .text-side .top-title {
	color: var(--color-primary-8a);
}
.products-paymobile .two-column-text-one-image {
	background-color: #f8f9fb;
	padding-top: 110px;
}
.products-paymobile .two-col-cards.full-width-container {
	background: linear-gradient(270deg, #2dc98a, #49d79d);
}
.products-paymobile
	.two-col-cards.full-width-container
	.section-heading
	h3::after {
	background-color: #fff;
}
.products-paymobile
	.two-col-cards.full-width-container:not(.full-background)::after,
.products-paymobile
	.two-col-cards.full-width-container:not(.full-background)::before {
	background-color: #f8f9fb;
}
.products-paymobile .two-col-cards .card:nth-of-type(2) .image-side {
	padding-right: 26px;
}
.products-paymobile .two-col-cards .card:nth-of-type(3) .image-side,
.products-paymobile .two-col-cards .card:nth-of-type(4) .image-side {
	align-items: flex-end;
}
.products-paymobile .two-col-cards .card:nth-of-type(4) .image-side {
	width: 40%;
}
.products-paymobile .two-col-cards .section-wrapper {
	margin-bottom: 0;
	padding-bottom: 115px;
}
.products-paymobile .two-col-cards .section-cards {
	grid-template-rows: 1fr 0.9fr;
}
.products-paymobile .features-table {
	display: flex;
	flex-flow: column nowrap;
	padding: 5px 135px 120px;
	background-color: #f8f9fb;
}
.products-paymobile table {
	border-collapse: collapse;
}
.products-paymobile .two-column-text-one-image .wrapper {
	gap: 0;
}
.products-paymobile .two-column-text-one-image {
	padding-bottom: 78px;
}
.products-paymobile table tbody {
	box-shadow: 4px 6px 20px 8px #cdd9e1;
}
.products-paymobile .features-table td {
	text-align: center;
	border: none;
}
.products-paymobile .table-heading h5 {
	text-align: center;
	font-family: Mont-Bold;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 40px;
	color: var(--color-primary-black);
	padding-bottom: 40px;
	margin-bottom: 48px;
	position: relative;
}
.products-paymobile .table-heading h5::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 165px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--color-primary-9d);
}
.products-paymobile .features-table tr td:first-of-type {
	text-align: left;
	padding-left: 40px;
}
.products-paymobile .features-table tr td:first-of-type span {
	font-weight: 700;
	color: var(--color-primary-black);
}
.products-paymobile .features-table tr td:first-of-type span:nth-of-type(2) {
	font-weight: 400;
	font-size: 14px;
}
.products-paymobile .features-table tr {
	height: 100px;
}
.products-paymobile .features-table tbody tr:nth-of-type(odd) {
	background-color: #f8f9fb;
}
.products-paymobile .features-table tbody tr:nth-of-type(even) {
	background-color: #fff;
}
.products-paymobile tbody tr td:nth-of-type(2) {
	font-weight: 700;
	color: var(--color-primary-black);
	position: relative;
}
.products-paymobile tbody tr td {
	padding: 0 30px;
	font-family: Soleil;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0;
	color: var(--color-neutral-52);
}
.products-paymobile table tbody td:not(:first-of-type) {
	max-width: 220px;
}
.products-paymobile table thead tr th:nth-of-type(2) {
	position: relative;
	background-color: var(--color-primary-black);
	max-width: 220px;
}
.products-paymobile table thead tr th:nth-of-type(2)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	bottom: -10px;
	border: 10px solid var(--color-primary-9d);
	border-bottom: 0;
}
.products-paymobile tbody tr td:nth-of-type(2)::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: -10px;
	border: 10px solid var(--color-primary-9d);
	border-top: 0;
	border-bottom: 0;
}
.products-paymobile
	.two-col-cards.full-width-container:not(.full-background)::after {
	height: 270px;
}
.products-paymobile tbody tr:last-of-type td:nth-of-type(2)::after {
	border-bottom: 10px solid var(--color-primary-9d);
}
.products-paymobile .mobile-table-wrapper {
	display: none;
}
.products-paymobile .pagination {
	display: none;
}
.products-paymobile .table .table-images th {
	max-width: 220px;
}
.products-paymobile .table .table-images th div:not(.table-logo-container) {
	padding-left: 40px;
	padding-right: 40px;
}
.products-paymobile .table .table-images th div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.products-paymobile .two-col-cards .card:nth-of-type(3) img {
	margin-right: -1px;
}
@media only screen and (max-width: 1439px) {
	.products-paymobile .two-col-cards .card:nth-of-type(4) .image-side {
		align-items: center;
	}
}
@media only screen and (max-width: 1300px) {
	.products-paymobile .two-col-cards .text-side {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1200px) {
	.products-paymobile .features-table {
		padding-left: 80px;
		padding-right: 80px;
	}
}
@media only screen and (max-width: 990px) {
	.products-paymobile .two-column-text-one-image .text-side {
		width: 100%;
	}
	.products-paymobile .pagination {
		display: flex;
	}
	.products-paymobile .pagination > div::after {
		display: none;
	}
	.products-paymobile .two-col-cards .card:nth-of-type(2) .text-side {
		width: 100%;
	}
	.products-paymobile .table {
		display: none;
	}
	.products-paymobile .mobile-table-wrapper {
		display: block;
	}
	.products-paymobile .two-col-cards .section-wrapper {
		padding-bottom: 60px;
	}
	.products-paymobile .two-column-text-one-image {
		padding-bottom: 0;
	}
	.products-paymobile .two-column-text-one-image .col.image-side {
		width: 100%;
		margin-bottom: 50px;
	}
	.products-paymobile .two-column-text-one-image {
		padding-top: 60px;
	}
	.products-paymobile .two-column-text-one-image img {
		max-width: calc(100% + 150px);
		width: calc(100% + 150px);
		margin-left: -75px;
		margin-right: 0;
	}
	.products-paymobile
		.two-col-cards.full-width-container:not(.full-background)::after {
		height: 250px;
	}
	.products-paymobile .table-heading h5 {
		font-size: 24px;
	}
	.products-paymobile .features-table {
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 70px;
		overflow: hidden;
	}
	.products-paymobile .mobile-table {
		display: flex;
		flex-flow: row nowrap;
	}
	.products-paymobile .mobile-table .left > div {
		padding: 25px 0;
		display: flex;
		justify-content: center;
		background: #fff;
	}
	.products-paymobile .mobile-table .left > div {
		width: 155px;
		height: 82px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.products-paymobile .mobile-table .left > div img {
		object-fit: contain;
	}
	.products-paymobile .mobile-table .left > div.table-logo {
		padding: 0 12px;
	}
	.products-paymobile .mobile-table .left > div {
		border-right: 1px solid #cdd9e1;
	}
	.products-paymobile .mobile-table .right .slide > div {
		height: 82px;
	}
	.products-paymobile .mobile-table .left,
	.products-paymobile .mobile-table .right .slide {
		display: flex;
		flex-flow: column nowrap;
	}
	.products-paymobile .mobile-table .right .slide > div {
		padding: 25px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
	}
	.products-paymobile .mobile-table .right .wrapper {
		display: flex;
		flex-flow: row nowrap;
	}
	.products-paymobile .mobile-table .right p {
		font-family: Soleil;
		font-size: 14px;
		line-height: 12px;
		letter-spacing: 0;
		color: var(--color-primary-black);
		text-align: center;
		padding: 0 25px;
	}
	.products-paymobile .mobile-table .right .slide > div:first-of-type p,
	.products-paymobile .mobile-table .right .slide > div:nth-of-type(2) p {
		font-family: Soleil-Bold;
		line-height: 18px;
		font-size: 14px;
	}
	.products-paymobile .mobile-table .right .slide > div:first-of-type p span {
		font-family: Soleil;
		line-height: 18px;
	}
	.products-paymobile .mobile-table .left > div:nth-of-type(3),
	.products-paymobile .mobile-table .right .slide > div:nth-of-type(4) {
		background: #f6f7fa;
	}
	.products-paymobile .mobile-table {
		position: relative;
	}
	.products-paymobile .mobile-table .left,
	.products-paymobile .mobile-table .right {
		position: relative;
		z-index: 3;
	}
	.products-paymobile .mobile-table::after {
		content: "";
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		background-color: #e8eff3;
		height: calc(100% - 82px);
		z-index: 2;
		box-shadow: 2px 4px 20px 0 #adbfca;
	}
	.products-paymobile .mobile-table::before {
		content: "";
		position: absolute;
		width: calc(100% + 150px);
		left: -75px;
		top: 77px;
		background-color: #e8eff3;
		height: 100%;
		z-index: 1;
	}
	.products-paymobile .mobile-table .right::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	.products-paymobile .mobile-table .left {
		justify-content: flex-end;
	}
	.products-paymobile .mobile-table-wrapper {
		position: relative;
	}
	.products-paymobile .mobile-table-wrapper::after {
		content: "";
		position: absolute;
		left: -5px;
		top: 77px;
		width: calc(100% + 10px);
		height: 92px;
		border: 5px solid #49d69d;
		z-index: 3;
	}
	.products-paymobile .mobile-table-wrapper::before {
		content: "";
		position: absolute;
		left: 155px;
		top: 0;
		width: calc(100% - 155px);
		height: 82px;
		box-shadow: 2px 4px 20px 0 #adbfca;
	}
	.products-paymobile .pagination {
		position: absolute;
		right: 0;
		bottom: 0;
		display: flex;
	}
	.products-paymobile .pagination > div {
		background-color: #49d69d;
		width: 44px;
		height: 44px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: unset;
		transition: background-color 0.3s ease-in-out;
	}
	.products-paymobile .pagination .swiper-button-disabled {
		opacity: 1;
		background-color: #e0e6e9;
	}
	.products-paymobile .pagination > .arrow-left {
		transform: scale(-1);
	}
	.products-paymobile .table-heading h5 {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.products-paymobile .table-heading {
		margin-bottom: 25px;
		padding-bottom: 85px;
		position: relative;
	}
}
@media only screen and (max-width: 600px) {
	.products-paymobile .two-column-text-one-image .green-number {
		padding-bottom: 3px;
	}
	.products-paymobile .features-table,
	.products-paymobile .hero-section-text-small-image .text-side {
		padding-left: 25px;
		padding-right: 25px;
	}
	.products-paymobile .two-column-text-one-image img {
		max-width: calc(100% + 50px);
		width: calc(100% + 50px);
		margin-left: -25px;
	}
}
@media only screen and (max-width: 360px) {
	.products-paymobile .mobile-table .right p {
		padding: 0 15px;
	}
}
.products-kiosk .kiosks.kiosk-2 a {
	display: block;
	font-family: Soleil-Bold;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 22px;
	color: var(--color-neutral-52);
	margin-top: 40px;
}
.products-kiosk .kiosks.kiosk-2 a span {
	font-family: Mont-Bold;
	color: var(--color-primary-8a);
}
.products-kiosk .two-col-cards .section-heading h3 {
	font-size: 32px;
}
.products-kiosk .hero-section-text-small-image.full-image {
	background: 0 0;
	position: relative;
}
.products-kiosk .hero-section-text-small-image.full-image::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(90deg, #2dc98a, #49d79d);
	content: "";
	bottom: 0;
	z-index: -1;
	max-width: 1200px;
}
@media only screen and (max-width: 1440px) {
	.products-kiosk .hero-section-text-small-image.full-image::before {
		max-width: unset;
	}
}
.products-kiosk .hero-section-text-small-image .row {
	background: 0 0;
	gap: 130px;
}
.products-kiosk .hero-section-text-small-image .text-side .top-title {
	color: var(--color-primary-black);
}
.products-kiosk .hero-section-text-small-image .text-side .title {
	color: #fff;
}
.products-kiosk .hero-section-text-small-image .text-side .title::before {
	background-color: var(--color-primary-b2);
}
.products-kiosk .hero-section-text-small-image .text-side {
	width: 55%;
}
.products-kiosk .kiosks span {
	font-family: Mont-SemiBold;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
	color: var(--color-primary-8a);
}
.products-kiosk .kiosks h5 {
	font-size: 24px;
	font-family: Mont-Bold;
	letter-spacing: 0;
	line-height: 36px;
	color: var(--color-primary-black);
	margin-top: 18px;
	margin-bottom: 38px;
}
.products-kiosk .kiosks p {
	font-family: Soleil;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0;
	color: var(--color-neutral-52);
}
.products-kiosk .kiosks .section-wrapper {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: 1fr;
}
.products-kiosk .kiosks {
	padding-top: 73px;
	background-color: #f8f9fb;
}
.products-kiosk .kiosks.kiosk-1 {
	padding-top: 120px;
}
.products-kiosk .kiosks.kiosk-2,
.products-kiosk .kiosks.kiosk-4 {
	background-color: #fff;
}
.products-kiosk .kiosks .small-image {
	margin-top: 175px;
	transform: scale(1.2) translateX(-25px);
}
.products-kiosk .kiosks.kiosk-2 .small-image {
	transform: scale(1.5);
	margin-right: -126px;
	margin-top: 55%;
}
.products-kiosk .kiosks .text {
	margin-top: 120px;
	padding-top: 18px;
	position: relative;
	padding-bottom: 60px;
}
.products-kiosk .kiosks .big-image {
	position: relative;
	z-index: 1;
	align-self: flex-end;
}
.products-kiosk .kiosks .text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 1px;
	background-color: var(--color-primary-8a);
}
.products-kiosk .kiosks.kiosk-3 .small-image {
	transform: scale(1.08);
}
.products-kiosk .kiosks.kiosk-4 .small-image {
	transform: scale(1.2) translateX(20px);
}
.products-kiosk .kiosks.kiosk-2 .text::before,
.products-kiosk .kiosks.kiosk-4 .text::before {
	right: 0;
	left: unset;
}
.products-kiosk .kiosks.kiosk-5 .section-wrapper {
	position: relative;
}
.products-kiosk .kiosks.kiosk-5 {
	overflow: hidden;
}
.products-kiosk .kiosks.kiosk-5 .small-image {
	position: absolute;
	right: -10%;
	top: -68px;
	transform: none;
}
.products-kiosk .centered-text-small-container .row {
	margin-left: 0;
	margin-right: 0;
}
.products-kiosk .two-col-cards .text-side {
	padding-bottom: 0;
	width: 100%;
}
.products-kiosk .two-col-cards .card-list {
	padding-bottom: 30px;
}
.products-kiosk .two-col-cards .image-side {
	align-items: flex-end;
}
.products-kiosk .two-col-cards .card {
	position: relative;
}
.products-kiosk .two-col-cards .image-side {
	width: unset;
	max-height: 100%;
	position: absolute;
	right: 0;
}
.products-kiosk .two-col-cards .image-side img {
	height: 100%;
}
.products-kiosk .two-col-cards .card .card-title {
	width: 50%;
}
.products-kiosk .two-col-cards .card:nth-of-type(4) img {
	height: 90%;
}
.products-kiosk .two-col-cards .card:nth-of-type(2) .text-side .card-list {
	padding-right: 45%;
}
.products-chargers
	.centered-text-small-container
	.content:not(.font-body-large),
.products-kiosk .centered-text-small-container .content:not(.font-body-large) {
	margin-bottom: 41px;
}
@media only screen and (max-width: 1400px) {
	.products-kiosk .two-col-cards .card:nth-of-type(4) .text-side .card-list {
		padding-right: 45%;
	}
	.products-kiosk .two-col-cards .card:nth-of-type(2) .text-side .card-list {
		padding-right: 55%;
	}
}
@media only screen and (max-width: 1280px) {
	.products-kiosk .two-col-cards .image-side img {
		height: 80%;
	}
	.products-kiosk .two-col-cards .card:not(:first-of-type) .image-side {
		align-items: center;
	}
	.products-kiosk .two-col-cards .card:nth-of-type(1) .text-side .card-list {
		padding-right: 40%;
	}
}
@media only screen and (max-width: 1250px) {
	.products-kiosk .kiosks.kiosk-5 .small-image {
		top: -128px;
	}
}
@media only screen and (max-width: 1150px) {
	.products-kiosk .kiosks.kiosk-1 .small-image {
		transform: scale(1.4) translateX(-25px);
	}
	.products-kiosk .kiosks {
		padding-top: 80px;
	}
	.products-kiosk .kiosks .text {
		margin-top: 50px;
	}
	.products-kiosk .kiosks.kiosk-5 .small-image {
		transform: scale(0.7);
		margin-top: 0;
		top: -52px;
	}
	.products-kiosk .two-col-cards .section-cards {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	.products-kiosk .two-col-cards .image-side img {
		height: 100%;
	}
	.products-kiosk .two-col-cards .card:not(:first-of-type) .image-side {
		align-items: flex-end;
	}
	body.products-kiosk
		.two-col-cards
		.section-cards
		.card
		.text-side
		.card-list {
		padding-right: 0;
	}
	.products-kiosk .two-col-cards .card .card-title {
		width: 100%;
	}
}
@media only screen and (max-width: 1050px) {
	.products-kiosk .kiosks .text::before {
		top: 50px;
		width: 300px;
	}
}
@media only screen and (max-width: 990px) {
	.products-chargers
		.centered-text-small-container
		.content:not(.font-body-large),
	.products-kiosk
		.centered-text-small-container
		.content:not(.font-body-large) {
		margin-bottom: 30px;
	}
	.products-kiosk .kiosks.kiosk-2 a {
		display: none;
	}
	.products-kiosk .two-col-cards .section-heading h3 {
		font-size: 24px;
	}
	.products-kiosk .kiosks .section-wrapper {
		display: flex;
		flex-flow: row wrap;
		overflow: hidden;
	}
	.products-kiosk .kiosks .text {
		padding-bottom: 46px;
		margin-top: 0;
	}
	body.products-kiosk .kiosks .section-wrapper .small-image {
		transform: scale(1.8);
		margin-top: 0;
		align-self: center;
		margin-left: -10vw;
		margin-top: -5vh;
	}
	.products-kiosk .kiosks .text::before {
		left: 0;
		top: 0;
		width: 100%;
	}
	.products-kiosk .kiosks h5 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 4px;
		margin-bottom: 28px;
	}
	.products-kiosk .big-image {
		width: 70%;
	}
	.products-kiosk .small-image {
		width: 30%;
	}
	body.products-kiosk .kiosks.kiosk-3 .section-wrapper .small-image {
		margin-left: -4vw;
		z-index: 1;
	}
	.products-kiosk .kiosks,
	.products-kiosk .kiosks.kiosk-1 {
		padding-top: 60px;
	}
	.products-kiosk .kiosks.kiosk-2 .text,
	.products-kiosk .kiosks.kiosk-4 .text {
		order: 1;
	}
	body.products-kiosk .kiosks.kiosk-4 .small-image {
		order: 2;
		transform: scale(1.1);
		margin: 0;
	}
	body.products-kiosk .kiosks.kiosk-2 .small-image {
		order: 2;
		margin: 0;
		transform: scale(2);
		position: relative;
		left: 75px;
	}
	body.products-kiosk .kiosks.kiosk-4 .small-image img {
		margin-left: 7px;
	}
	.products-kiosk .kiosks.kiosk-2 .big-image,
	.products-kiosk .kiosks.kiosk-4 .big-image {
		order: 3;
	}
	body.products-kiosk .kiosks.kiosk-5 .small-image {
		transform: scale(2.2);
		right: -19vw;
		margin: 0;
		top: 0;
		position: relative;
	}
}
@media only screen and (max-width: 765px) {
	body.products-kiosk .kiosks.kiosk-5 .small-image {
		transform: scale(2.8);
	}
}
@media only screen and (max-width: 600px) {
	.products-kiosk .centered-text-small-container .row {
		margin-bottom: 0;
	}
	body.products-kiosk .kiosks.kiosk-2 .small-image {
		transform: scale(2.5);
		position: relative;
		left: 48px;
	}
}
.products-analytics .two-column-text-one-image .title {
	font-size: 30px;
}
.products-analytics .numbered-stat {
	display: none;
}
.products-analytics .hero-section-text-small-image .text-side .top-title {
	color: var(--color-primary-8a);
}
.products-analytics .hero-section-text-small-image .text-side .title {
	padding-right: 60px;
}
.products-analytics .hero-section-text-small-image .text-side .content {
	padding-right: 120px;
}
.products-analytics .hero-container {
	position: relative;
	max-width: 2048px;
}
.products-analytics .hero-section-text-small-image .row > .text-side {
	width: 55%;
}
.products-analytics .hero-section-text-small-image .row > .image-side {
	width: 45%;
}
.products-analytics .hero-section-text-small-image {
	background: linear-gradient(
		90deg,
		#fff 0,
		#fff 55%,
		#f8f9fb00 55%,
		#e8eff300 100%
	);
}
.products-analytics .hero-image {
	position: absolute;
	right: 130px;
	bottom: 0;
}
.products-analytics .centered-text-small-container .title span:nth-of-type(1) {
	color: var(--color-primary-8a);
}
.products-analytics .centered-text-small-container .title:before {
	background-color: var(--color-primary-9d);
}
.products-analytics .centered-text-small-container .content {
	max-width: 794px;
	margin-bottom: 0;
}
.products-analytics .centered-text-small-container .row {
	margin: 0;
}
.products-analytics .centered-text-small-container {
	padding: 120px 0 90px 0;
	background: 0 0;
	position: relative;
	overflow: hidden;
}
.products-analytics .two-column-text-one-image {
	padding-bottom: 60px;
}
.products-analytics .two-column-text-one-image {
	padding-top: 210px;
	position: relative;
	background: url("/business/src/wavy-bkg-2.svg");
	background-size: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
}
.products-analytics .two-column-text-one-image .content-text {
	font-size: 15px;
	font-family: Soleil;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-neutral-52);
}
.products-analytics .extra-section-wrapper {
	background: linear-gradient(270deg, #f8f9fb, #e8eff3);
}
.products-analytics .two-column-text-one-image .content-title {
	line-height: 34px;
}
.products-analytics .two-column-text-one-image .text-side {
	width: 58%;
}
.products-analytics .two-column-text-one-image .image-side {
	transform: scale(1.2);
	width: 42%;
	margin-top: 52px;
	right: -7.6%;
	position: relative;
}
.products-analytics .image-number-text {
	padding-top: 120px;
}
.products-analytics .image-number-text .section-wrapper {
	display: flex;
	flex-flow: row nowrap;
}
.products-analytics .image-number-text .image-side {
	width: 58%;
}
.products-analytics .image-number-text .text-side {
	width: 42%;
	padding-left: 115px;
	padding-top: 16px;
	margin-top: 80px;
	position: relative;
}
.products-analytics .image-number-text .text-side::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 650px;
	height: 1px;
	background-color: var(--color-primary-8a);
	z-index: -1;
}
.products-analytics .image-number-text .text-side > span {
	font-family: Soleil-Bold;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
	color: var(--color-primary-8a);
}
.products-analytics .image-number-text .text-side h5 {
	font-family: Mont-Bold;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 36px;
	color: var(--color-primary-black);
	margin-top: 18px;
	margin-bottom: 25px;
}
.products-analytics .image-number-text .text-side p {
	font-family: Soleil;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0;
	color: var(--color-neutral-52);
	margin-bottom: 40px;
}
.products-analytics .image-number-text .text-side a.card-link {
	font-family: Soleil-Bold;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0;
	color: var(--color-neutral-52);
}
.products-analytics
	.image-number-text
	.text-side
	a.card-link
	span:nth-of-type(2) {
	color: var(--color-primary-8a);
}
.products-analytics .image-number-text.wavy {
	background: url("/business/src/wavy-bkg.svg");
	background-size: 100%;
	padding-top: 240px;
	background-repeat: no-repeat;
}
.products-analytics .image-number-text.offset {
	margin-bottom: -165px;
}
.products-analytics .image-number-text.right-image .section-wrapper {
	flex-direction: row-reverse;
}
.products-analytics .image-number-text.right-image .text-side {
	padding-left: 0;
	padding-right: 100px;
}
.products-analytics .image-number-text.right-image .text-side::before {
	left: 0;
	right: unset;
}
.products-analytics .image-number-text.wide .text-side {
	padding-right: 50px;
}
.products-analytics .image-number-text.wavy .text-side p {
	padding-right: 20px;
}
.products-analytics .image-number-text.wide {
	padding-bottom: 90px;
}
.products-analytics .two-col-description-payments .section-heading h5::after {
	background-color: #cdd9e1;
	content: "";
	position: absolute;
	left: 0;
	width: 163px;
	height: 2px;
	bottom: 0;
}
.products-analytics .two-col-description-payments .section-heading h5 {
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-family: Mont-Bold;
}
.products-analytics .two-col-description-payments .text-side {
	padding-top: 48px;
}
.products-analytics .two-col-description-payments .section-content {
	margin-bottom: 0;
}
.products-analytics .two-col-description-payments .top-side {
	margin-bottom: 67px;
	padding-bottom: 67px;
	position: relative;
	padding-right: 70px;
}
.products-analytics .two-col-description-payments .top-side::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 60px;
	width: 300%;
	border-bottom: 24px solid #e8eff3;
	border-right: 24px solid #e8eff3;
	border-bottom-right-radius: 60px;
}
.products-analytics .two-col-description-payments .right-column,
.products-analytics
	.two-col-description-payments
	.right-column
	.card:nth-of-type(1),
.products-analytics
	.two-col-description-payments
	.right-column
	.card:nth-of-type(2),
.products-analytics
	.two-col-description-payments
	.right-column
	.card:nth-of-type(3) {
	position: relative;
}
.products-analytics
	.two-col-description-payments
	.right-column
	.card:nth-of-type(2)::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 500px;
	background-color: #e8eff3;
	z-index: -1;
}
.products-analytics
	.two-col-description-payments
	.right-column
	.card:nth-of-type(3)::before {
	content: "";
	position: absolute;
	width: 2px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	height: 460px;
	background: linear-gradient(90deg, #f1f5f800, #49d69d);
	z-index: -1;
}
.products-analytics
	.two-col-description-payments
	.right-column
	.card:nth-of-type(1)::after {
	content: "";
	position: absolute;
	width: 460px;
	height: 2px;
	right: 0;
	top: 51%;
	transform: translateY(-50%);
	background: linear-gradient(90deg, #f1f5f800, #49d69d);
	z-index: -1;
}
.products-analytics
	.two-col-description-payments
	.right-column
	.card:nth-of-type(2)::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 500px;
	background-color: #e8eff3;
	z-index: -1;
}
.products-analytics .two-col-description-payments .right-column::before {
	content: "";
	position: absolute;
	top: 185px;
	right: 0;
	height: 70px;
	width: 567px;
	border-left: 24px solid #e8eff3;
	border-top: 24px solid #e8eff3;
	border-top-left-radius: 60px;
	z-index: -1;
}
.products-analytics .two-col-description-payments.full-width-container::after,
.products-analytics .two-col-description-payments.full-width-container::before {
	display: none;
}
.products-analytics .two-col-description-payments.full-width-container {
	padding-bottom: 100px;
	position: relative;
}
.products-analytics .stat {
	position: absolute;
}
.products-analytics .stat.stat-left {
	left: -15%;
	top: 6%;
}
.products-analytics .stat.stat-right {
	right: -12%;
	top: 42%;
}
@media only screen and (min-width: 2048px) {
	.products-analytics .stat.stat-left {
		left: -280px;
	}
	.products-analytics .stat.stat-right {
		right: -220px;
	}
}
.products-analytics .two-col-description-payments .pay-side .bottom-side {
	display: none;
}
.products-analytics .two-col-description-payments .text-side .bottom-side {
	display: block;
}
.products-analytics .road {
	position: relative;
}
.products-analytics .road .text-side {
	position: relative;
}
@media only screen and (max-width: 1500px) {
	.products-analytics .stat.stat-left {
		left: -20%;
	}
	.products-analytics .stat.stat-right {
		right: -15%;
	}
	.products-analytics .hero-image {
		right: 50px;
	}
	.products-analytics .hero-section-text-small-image .text-side .title {
		padding-right: 0;
	}
}
@media only screen and (max-width: 1300px) {
	body.products-analytics .centered-text-small-container .stat {
		width: 400px;
	}
	.products-analytics .stat.stat-left {
		left: -8%;
		top: 10%;
	}
	.products-analytics .stat.stat-right {
		right: -12%;
		top: 18%;
	}
}
@media only screen and (max-width: 1255px) {
	.products-analytics .two-col-description-payments .top-side::before {
		height: 80px;
	}
}
@media only screen and (max-width: 1140px) {
	.products-analytics .two-col-description-payments .top-side::before {
		height: 110px;
	}
}
@media only screen and (max-width: 1100px) {
	.products-analytics
		.two-col-description-payments
		.right-column
		.card:nth-of-type(1)::after,
	.products-analytics
		.two-col-description-payments
		.right-column
		.card:nth-of-type(2)::after,
	.products-analytics
		.two-col-description-payments
		.right-column
		.card:nth-of-type(3)::before,
	.products-analytics .two-col-description-payments .right-column::before,
	.products-analytics .two-col-description-payments .top-side::before {
		display: none;
	}
	.products-analytics .two-col-description-payments .top-side {
		padding-right: 0;
	}
	.products-analytics .two-col-description-payments .pay-side {
		padding-left: 80px;
	}
}
@media only screen and (max-width: 1024px) {
	.products-analytics .hero-section-text-small-image .row > .text-side {
		width: 100%;
	}
	.products-analytics .hero-section-text-small-image {
		background: #fff;
		padding-top: 60px;
		padding-bottom: 0;
	}
	.products-analytics .hero-section-text-small-image .row {
		flex-direction: column;
		gap: 50px;
	}
	.products-analytics .hero-section-text-small-image .hero-image {
		position: unset;
		right: unset;
		bottom: unset;
	}
	.products-analytics .hero-section-text-small-image .row > .image-side {
		width: 100%;
	}
	body.products-analytics .hero-section-text-small-image .row .text-side {
		padding: 0;
	}
	.products-analytics .hero-section-text-small-image .row {
		padding-right: 150px;
	}
	.products-analytics .hero-section-text-small-image .text-side .content {
		padding-right: 0;
	}
}
@media only screen and (max-width: 990px) {
	.products-analytics .image-number-text.left-image.offset {
		background: url(/business/src/wavy-bkg.svg);
		background-size: 100%;
		background-position-y: 140%;
		background-repeat: no-repeat;
	}
	.products-analytics .two-column-text-one-image .content {
		margin-bottom: 45px;
	}
	.products-analytics .two-column-text-one-image .content:last-of-type {
		margin-bottom: 0;
	}
	.products-analytics .numbered-stat {
		display: block;
		position: absolute;
		left: -89px;
		bottom: -45%;
		width: 100%;
		margin: 0;
		max-width: 100%;
	}
	.products-analytics .two-col-description-payments .pay-side {
		padding-left: 0;
	}
	.products-analytics .two-col-description-payments .top-side {
		padding-bottom: 0;
	}
	.products-analytics .image-number-text .text-side h5 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
		margin-top: 5px;
	}
	.products-analytics .centered-text-small-container,
	.products-analytics .extra-section-wrapper {
		background: #f8f9fb;
	}
	.products-analytics .two-col-description-payments .pay-side .bottom-side {
		display: block;
	}
	.products-analytics .two-col-description-payments .text-side .bottom-side,
	body.products-analytics .centered-text-small-container .stat {
		display: none;
	}
	.products-analytics .two-col-description-payments .text-side {
		padding: 0;
	}
	.products-analytics .two-col-description-payments .top-side {
		margin-bottom: 50px;
	}
	.products-analytics .centered-text-small-container {
		padding-top: 60px;
		padding-bottom: 0;
	}
	.products-analytics .hero-section-text-small-image .row {
		padding-right: 75px;
	}
	.products-analytics .centered-text-small-container .content {
		max-width: unset;
	}
	.products-analytics .centered-text-small-container .row,
	.products-analytics .image-number-text.wide {
		padding-bottom: 60px;
	}
	.products-analytics .two-column-text-one-image {
		padding-top: 80px;
	}
	.products-analytics .two-column-text-one-image .image-side {
		transform: none;
		position: relative;
		width: 100%;
		margin-top: 0;
		right: unset;
	}
	.products-analytics
		.two-column-text-one-image
		.image-side
		img:not(.numbered-stat) {
		width: calc(100% + 150px);
		margin-left: -75px;
		max-width: calc(100% + 150px);
	}
	.products-analytics .two-column-text-one-image .text-side {
		width: 100%;
	}
	.products-analytics .two-column-text-one-image .text-side .content {
		width: 100%;
		padding: 0;
	}
	.products-analytics .image-number-text,
	.products-analytics .image-number-text.wavy,
	.two-col-description-payments.container {
		padding-top: 60px;
	}
	.products-analytics .image-number-text.wavy {
		background: #fff;
	}
	.products-analytics .image-number-text.offset {
		margin-bottom: 0;
	}
	.products-analytics .image-number-text .section-wrapper,
	.products-analytics .image-number-text.right-image .section-wrapper {
		flex-flow: column-reverse nowrap;
	}
	.products-analytics .image-number-text .image-side,
	.products-analytics .image-number-text .text-side {
		width: 100%;
	}
	.products-analytics .image-number-text .text-side {
		padding: 0;
		margin-top: 0;
		padding-top: 10px;
	}
	.products-analytics .image-number-text .image-side {
		padding-top: 50px;
	}
	.products-analytics .image-number-text .text-side::before,
	.products-analytics .image-number-text.right-image .text-side::before {
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	.products-analytics .image-number-text .text-side p {
		margin-bottom: 30px;
	}
	.products-analytics .image-number-text.right-image .text-side,
	.products-analytics .image-number-text.wavy .text-side p {
		padding-right: 0;
	}
	.products-analytics .image-number-text:not(.offset) {
		padding-top: 45px;
	}
	.products-analytics .two-col-description-payments.full-width-container {
		padding-bottom: 60px;
	}
	.products-analytics
		.two-col-description-payments
		.left-column
		.card:nth-of-type(1),
	.products-analytics
		.two-col-description-payments
		.left-column
		.card:nth-of-type(2) {
		position: relative;
	}
	.products-analytics
		.two-col-description-payments
		.left-column
		.card:nth-of-type(1)::before {
		position: absolute;
		content: "";
		left: 200%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 20px;
		width: 200px;
		background-color: #e8eff3;
		z-index: -1;
	}
	.products-analytics
		.two-col-description-payments
		.left-column
		.card:nth-of-type(2)::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		height: 100%;
		width: 2px;
		background: linear-gradient(0deg, #f1f5f800 60%, #49d69daa);
	}
	.products-analytics
		.two-col-description-payments
		.left-column
		.card:nth-of-type(2)::after {
		content: "";
		position: absolute;
		top: 0;
		height: 180px;
		width: 20px;
		background-color: #e8eff3;
		z-index: -1;
	}
	.products-analytics
		.two-col-description-payments
		.left-column
		.card:nth-of-type(3) {
		position: relative;
	}
	.products-analytics
		.two-col-description-payments
		.left-column
		.card:nth-of-type(3)::before {
		position: absolute;
		content: "";
		right: 0;
		width: 350px;
		height: 2px;
		background: linear-gradient(-90deg, #f1f5f800, #49d69d);
		z-index: -1;
	}
	.products-analytics
		.two-col-description-payments
		.right-column
		.card:nth-of-type(1)::before {
		content: "";
		position: absolute;
		left: 0;
		width: 320px;
		height: 20px;
		background: #e8eff3;
		z-index: -1;
	}
	.products-analytics
		.two-col-description-payments
		.right-column
		.card:nth-of-type(3)::before {
		display: block;
		content: "";
		position: absolute;
		right: 0;
		left: unset;
		bottom: unset;
		transform: none;
		height: 2px;
		width: 320px;
		background: linear-gradient(-90deg, #f1f5f800 32%, #49d69d);
	}
}
@media only screen and (max-width: 600px) {
	.products-analytics .numbered-stat {
		left: -42px;
		bottom: -46%;
	}
	.products-analytics
		.two-col-description-payments
		.right-column
		.card:nth-of-type(3)::before {
		width: 280px;
	}
	.products-analytics
		.two-col-description-payments
		.left-column
		.card:nth-of-type(2)::after {
		height: 165px;
	}
	.products-analytics
		.two-col-description-payments
		.left-column
		.card:nth-of-type(3)::before {
		width: 300px;
	}
	.products-analytics .hero-section-text-small-image .row {
		padding-right: 25px;
	}
	.products-analytics
		.two-column-text-one-image
		.image-side
		img:not(.numbered-stat) {
		width: calc(100% + 50px);
		margin-left: -25px;
		max-width: calc(100% + 50px);
	}
	.products-analytics .two-col-description-payments .left-column,
	.products-analytics .two-col-description-payments .right-column {
		grid-template-columns: repeat(3, 96px);
	}
	.products-analytics .two-col-description-payments .card {
		height: 96px;
		width: 96px;
	}
	.products-analytics .two-col-description-payments .left-column {
		margin-left: 50px;
	}
	.products-analytics .two-col-description-payments .right-column {
		margin-left: -33px;
	}
}
@media only screen and (max-width: 500px) {
	.products-analytics .numbered-stat {
		left: -35px;
		bottom: -42%;
	}
}
@media only screen and (max-width: 400px) {
	.two-col-description-payments.container {
		overflow: hidden;
	}
	.products-analytics .two-col-description-payments .left-column {
		margin-left: 10px;
	}
	.products-analytics .two-col-description-payments .right-column {
		margin-left: -74px;
	}
}
.products-chargers .hero-section-text-small-image {
	position: relative;
	background: 0 0;
}
.spec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 25px;
	border: 2px solid var(--color-primary-8a);
	width: 238px;
	margin-left: auto;
	text-align: center;
	margin-top: 40px;
	position: absolute;
	right: 0;
	cursor: pointer;
}
.spec.left-spec {
	margin-left: 0;
	margin-right: auto;
}
.spec a {
	font-family: Mont-Bold;
	font-size: 14px;
	letter-spacing: 0;
	color: var(--color-primary-black);
}
.spec a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.camera-details .spec {
	position: relative;
	right: unset;
}
.products-chargers .hero-section-text-small-image .row {
	gap: 130px;
}
.products-chargers .hero-section-text-small-image .text-side {
	width: 55%;
}
.products-chargers .hero-section-text-small-image.full-image::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: var(--color-primary-black);
	content: "";
	bottom: 0;
	z-index: -1;
	max-width: 1200px;
}
.products-chargers .hero-section-text-small-image .text-side .title::before {
	background-color: var(--color-primary-b2);
}
.products-chargers .hero-section-text-small-image .text-side .top-title {
	color: var(--color-primary-b2);
}
.products-chargers
	.hero-section-text-small-image
	.text-side
	.content:not(.font-body-large),
.products-chargers .hero-section-text-small-image .text-side .title {
	color: #fff;
}
.products-chargers .hero-section-text-small-image .btn-green {
	color: var(--color-primary-black);
}
.products-chargers .full-width-container.two-col-section {
	background-color: #f8f9fb;
}
.products-chargers .road-container {
	width: 100%;
	background-color: #f8f9fb;
	padding-bottom: 140px;
}
.products-chargers .road-container img {
	width: 100%;
}
.products-chargers .two-col-text-image .section-wrapper {
	margin-bottom: 0;
}
.products-chargers .details-section {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 15px;
}
.products-chargers .details-section span {
	font-family: Mont-Bold;
	font-size: 14px;
	letter-spacing: 0.8px;
	line-height: 24px;
	color: var(--color-primary-8a);
	text-transform: uppercase;
}
.products-chargers .details-section h5 {
	font-family: Mont-Bold;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 36px;
	color: var(--color-primary-black);
	margin-bottom: 20px;
}
.products-chargers .details-section p {
	font-family: Soleil;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-neutral-52);
}
.products-chargers .centered-text-small-container .row {
	margin: 120px 0 0;
}
.products-chargers .details-section .middle {
	display: flex;
	justify-content: center;
}
.products-chargers .details-section .right > * {
	text-align: right;
}
.products-chargers .details-section .right span {
	display: block;
}
.products-chargers .details-section .left,
.products-chargers .details-section .right {
	margin-top: 120px;
	padding-top: 16px;
	position: relative;
	padding-bottom: 40px;
}
.products-chargers .details-section .left::before,
.products-chargers .details-section .right::before {
	content: "";
	position: absolute;
	width: 500px;
	background-color: var(--color-primary-8a);
	height: 1px;
	z-index: 1;
	top: 0;
}
.products-chargers .details-section .middle {
	position: relative;
	z-index: 2;
}
.products-chargers .details-section .left::before {
	left: 0;
}
.products-chargers .details-section .right::before {
	right: 0;
}
.products-chargers .details-section.pt {
	padding-top: 80px;
}
.products-chargers .details-section {
	padding-top: 110px;
}
.products-chargers .details-section-wrapper.gray-background {
	background: #f8f9fb;
}
.products-chargers .two-col-details-section {
	display: flex;
	justify-content: space-between;
	padding-top: 120px;
}
.products-chargers .two-col-details-section.left-image {
	flex-direction: row-reverse;
}
.products-chargers .two-col-details-wrapper.gray-background {
	background-color: #f8f9fb;
}
.products-chargers .two-col-details-section .green-text span {
	font-family: Mont-Bold;
	font-size: 14px;
	letter-spacing: 0.8px;
	line-height: 24px;
	color: var(--color-primary-8a);
	text-transform: uppercase;
}
.products-chargers .two-col-details-section .green-text {
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 36px;
}
.products-chargers .two-col-details-section .green-text::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 340px;
	background-color: var(--color-primary-8a);
	left: 0;
	bottom: 0;
}
.products-chargers .two-col-details-section .left {
	width: 50%;
	margin-right: 60px;
	padding-bottom: 120px;
}
.products-chargers .two-col-details-section.left-image .left {
	margin-right: 0;
	margin-left: 60px;
}
.products-chargers .two-col-details-section .right {
	display: flex;
	align-items: flex-end;
}
.products-chargers .two-col-details-section.left-image .right {
	align-items: flex-end;
}
.products-chargers .two-col-details-section .content h5 {
	font-family: Mont-Bold;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	margin-bottom: 12px;
}
.products-chargers .two-col-details-section .content p {
	font-family: Soleil;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-neutral-52);
}
.products-chargers .details-section .middle.mobile-img {
	display: none;
}
.products-chargers .two-col-details-section .content:not(:last-of-type) {
	margin-bottom: 50px;
}
.products-chargers .two-col-text-image .text-container .section-heading {
	display: block;
}
.products-chargers .two-col-text-image .image-side .section-heading {
	display: none;
}
.spec.only-mobile {
	display: none;
}
.products-chargers .spec {
	position: relative;
	right: unset;
}
@media only screen and (max-width: 1300px) {
	.products-chargers .offset-charger {
		margin-left: 18%;
	}
}
@media only screen and (max-width: 1440px) {
	.products-chargers .hero-section-text-small-image.full-image::before {
		max-width: unset;
	}
}
@media only screen and (max-width: 990px) {
	.products-chargers .offset-charger {
		margin-left: 0;
	}
	.spec.only-mobile {
		display: flex;
	}
	.spec,
	.spec.spec-left {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		width: 50%;
		justify-content: center;
		gap: 10px;
	}
	.products-chargers .two-col-text-image .image-container img {
		max-width: calc(100% + 150px);
		width: calc(100% + 150px);
		margin-left: -75px;
	}
	.products-chargers .two-col-details-section .left {
		padding-bottom: 70px;
	}
	.products-chargers
		.two-col-text-image.has-button
		.image-side
		.section-heading {
		width: 70%;
	}
	.products-chargers .two-col-text-image .text-container .section-heading {
		display: none;
	}
	.products-chargers .two-col-text-image .image-side .section-heading {
		display: block;
	}
	.products-chargers .centered-text-small-container .row {
		padding-bottom: 60px;
	}
	.products-chargers .details-section .left::before,
	.products-chargers .details-section .right::before {
		width: 100%;
	}
	.products-chargers .details-section .right > * {
		text-align: left;
	}
	.products-chargers .details-section .right {
		position: relative;
		margin-top: 0;
		padding-top: 80px;
	}
	.products-chargers .details-section .middle.mobile-img {
		position: relative;
	}
	.products-chargers .details-section .right::before {
		top: 60px;
	}
	.products-chargers .details-section .middle.mobile-img::after,
	.products-chargers .details-section .right::after {
		background-color: #f8f9fb;
		width: calc(100% + 150px);
		left: -75px;
		height: 100%;
		position: absolute;
		content: "";
		top: 0;
		z-index: -1;
	}
	.products-chargers .two-col-details-section .left,
	.products-chargers .two-col-details-section .right {
		width: 100%;
		margin: 0;
	}
	.products-chargers .two-col-details-section .right {
		display: block;
		margin-bottom: 60px;
	}
	.products-chargers .two-col-details-section .right img {
		max-width: calc(100% + 150px);
		width: calc(100% + 150px);
		margin-left: -75px;
	}
	.products-chargers .details-section-wrapper.gray-background,
	.products-chargers .full-width-container.two-col-section,
	.products-chargers .road-container,
	.products-chargers .two-col-details-wrapper.gray-background {
		background: 0 0;
	}
	.products-chargers .details-section .left,
	.products-chargers .details-section .right {
		margin-top: 0;
	}
	.products-chargers .details-section.pt,
	.products-chargers .two-col-details-section,
	.two-col-text-image.has-button {
		padding-top: 0;
	}
	.products-chargers .two-col-details-section,
	.products-chargers .two-col-details-section.left-image {
		flex-direction: column-reverse;
	}
	.products-chargers .details-section {
		padding-top: 60px;
	}
	.products-chargers .details-section {
		display: flex;
		flex-direction: column;
	}
	.products-chargers .details-section .middle.mobile-img {
		display: flex;
	}
	.products-chargers .road-container,
	.products-chargers .two-col-text-image.has-button {
		padding-bottom: 60px;
	}
	.products-chargers .two-col-details-section.left-image .left {
		margin: 0;
	}
	.products-chargers .centered-text-small-container .row {
		margin-top: 60px;
	}
	.products-chargers .centered-text-small-container.mb .row {
		margin-bottom: 0;
		align-items: center;
	}
	.products-chargers .two-col-details-section .green-text::after {
		width: 100%;
	}
	.products-chargers .details-section h5,
	.products-chargers .two-col-details-section .content h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.products-chargers .details-section .left {
		padding-bottom: 40px;
	}
	.products-chargers .two-col-details-section .content:not(:last-of-type) {
		margin-bottom: 35px;
	}
	.products-chargers .centered-text-small-container.mb .content,
	.products-chargers .centered-text-small-container.mb .title {
		text-align: center;
		display: block;
	}
	.products-chargers .centered-text-small-container.mb .title {
		padding-bottom: 0;
	}
	.products-chargers .centered-text-small-container.mb .title::before {
		display: none;
	}
	.products-chargers .road-container {
		overflow: hidden;
	}
	.products-chargers .road-container img {
		width: 150vw;
		max-width: unset;
		margin-left: -35vw;
	}
}
@media only screen and (max-width: 600px) {
	.products-chargers .road-container img {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.spec,
	.spec.spec-left {
		width: 100%;
	}
	.products-chargers .two-col-text-image .image-container img {
		max-width: calc(100% + 50px);
		width: calc(100% + 50px);
		margin-left: -25px;
	}
	.products-chargers .details-section .middle.mobile-img::after,
	.products-chargers .details-section .right::after {
		width: calc(100% + 50px);
		left: -25px;
	}
	.products-chargers .two-col-details-section .right img {
		max-width: calc(100% + 50px);
		width: calc(100% + 50px);
		margin-left: -25px;
	}
}
body.products-anpr .spec img {
	width: unset;
}
body.products-anpr .spec.center-spec {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.products-anpr .two-column-text-one-image ul li {
	font-size: 15px;
	line-height: 26px;
}
.products-anpr .hero-section-text-small-image {
	position: relative;
	background: 0 0;
}
.products-anpr .hero-section-text-small-image .row {
	gap: 130px;
}
.products-anpr .hero-section-text-small-image .text-side {
	width: 56%;
}
.products-anpr .hero-section-text-small-image.full-image::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(90deg, #2dc98a, #49d79d);
	content: "";
	bottom: 0;
	z-index: -1;
	max-width: 1200px;
}
.products-anpr .hero-section-text-small-image .text-side .title::before {
	background-color: var(--color-primary-b2);
}
.products-anpr .hero-section-text-small-image .btn-black,
.products-anpr .hero-section-text-small-image .text-side .title {
	color: #fff;
}
.products-anpr .hero-section-text-small-image .text-side .top-title,
.products-anpr
	.products-anpr
	.hero-section-text-small-image
	.text-side
	.content:not(.font-body-large) {
	color: var(--color-primary-black);
}
.products-anpr .hero-section-text-small-image.full-image .content {
	padding-right: 0;
}
.products-anpr .two-column-text-one-image {
	padding-top: 120px;
	background-color: #f8f9fb;
}
.products-anpr .two-column-text-one-image .wrapper {
	flex-direction: row-reverse;
}
.products-anpr .two-column-text-one-image img {
	padding-left: 0;
}
.products-anpr .two-column-text-one-image .text-side .content:nth-of-type(2n) {
	padding-right: 31px;
	padding-left: 0;
}
.products-anpr
	.two-column-text-one-image
	.text-side
	.content:nth-of-type(2n + 1) {
	padding-left: 31px;
	padding-right: 0;
}
.products-anpr .two-column-text-one-image .row {
	padding-left: 0;
	padding-right: 150px;
}
.products-anpr .two-column-text-one-image .green-number {
	padding-top: 16px;
}
.products-anpr .camera-details .green-text,
.products-anpr .camera-text-section .green-text,
.products-anpr .two-column-text-one-image .title p {
	font-family: Mont-Bold;
	font-size: 14px;
	letter-spacing: 0.8px;
	line-height: 24px;
	color: var(--color-primary-8a);
	text-transform: uppercase;
}
.products-anpr .camera-details h5,
.products-anpr .two-column-text-one-image .title h5 {
	margin-top: 10px;
	font-family: Mont-Bold;
	font-size: 30px;
	line-height: 44px;
	letter-spacing: 0;
	color: var(--color-primary-black);
}
.products-anpr .two-column-text-one-image .text-side {
	width: 65%;
}
.products-anpr .two-column-text-one-image .image-side {
	width: 35%;
}
body.products-anpr .camera-details h5 {
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 30px;
}
.products-anpr .camera-details {
	display: flex;
	justify-content: center;
	flex-flow: column nowrap;
	align-items: center;
	padding-top: 120px;
	padding-bottom: 120px;
}
.products-anpr .camera-details .left p,
.products-anpr .camera-details .right p {
	font-family: Mont-Bold;
	font-size: 14px;
	letter-spacing: 0.8px;
	line-height: 24px;
	color: var(--color-primary-black);
	text-transform: uppercase;
	margin-bottom: 90px;
	padding-top: 12px;
	position: relative;
}
.products-anpr .camera-details .left {
	margin-top: 120px;
}
.products-anpr .camera-details .left p::before {
	content: "";
	position: absolute;
	background: linear-gradient(90deg, #59e6bf00, #2dc98a);
	height: 1px;
	top: 0;
}
.products-anpr .camera-details .left p:nth-of-type(1)::before {
	width: 100%;
}
.products-anpr .camera-details .left p:nth-of-type(2)::before {
	width: 95%;
}
.products-anpr .camera-details .camera-container {
	display: grid;
	grid-template-columns: 1fr 380px 1fr;
	margin-top: 60px;
	width: 100%;
	justify-content: center;
}
.products-anpr .camera-details img,
.products-anpr .camera-text-section img {
	width: 100%;
}
.products-anpr .camera-details .right p:first-of-type {
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 58px;
}
.products-anpr .camera-details .right p:nth-of-type(2) {
	margin-bottom: 76px;
}
.products-anpr .camera-details .right p::before {
	content: "";
	position: absolute;
	background: linear-gradient(90deg, #2dc98a, #59e6bf00);
	height: 1px;
	top: 0;
	right: 0;
}
.products-anpr .camera-details .right p:nth-of-type(1)::before {
	width: 108%;
}
.products-anpr .camera-details .right p:nth-of-type(2)::before {
	width: calc((1440px - 300px) / 2);
}
.products-anpr .camera-details .right p:nth-of-type(3)::before {
	width: calc((1440px - 300px - 230px) / 2);
}
.products-anpr .camera-details .right p:first-of-type span:nth-of-type(2) {
	font-family: Mont-Regular;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	text-transform: none;
}
.products-anpr .camera-details .right {
	margin-top: 60px;
}
.products-anpr .camera-details .camera-container .right p,
.products-anpr .camera-text-section .right {
	text-align: right;
}
.products-anpr .camera-text-section {
	display: grid;
	grid-template-columns: 1fr 380px 1fr;
	column-gap: 45px;
	padding-top: 120px;
	padding-bottom: 120px;
}
.products-anpr .camera-text-section p {
	font-family: Soleil;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 25px;
	color: var(--color-neutral-52);
}
.products-anpr .camera-text-section h5 {
	font-family: Mont-Bold;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	margin-bottom: 30px;
}
.products-anpr .camera-text-section .left,
.products-anpr .camera-text-section .right {
	margin-top: 60px;
	padding-top: 20px;
	position: relative;
}
.products-anpr .camera-text-section .middle {
	position: relative;
	z-index: 1;
}
.products-anpr .camera-text-section .left::before,
.products-anpr .camera-text-section .right::before {
	content: "";
	height: 1px;
	position: absolute;
	width: 450px;
	background-color: var(--color-primary-8a);
	top: 0;
}
.products-anpr .camera-text-section .left::before {
	left: 0;
}
.products-anpr .camera-text-section .right::before {
	right: 0;
}
.products-anpr .extra-section-wrapper.details:not(.mobile-details) {
	background-color: #f8f9fb;
}
@media only screen and (max-width: 1440px) {
	.products-anpr .hero-section-text-small-image.full-image::before {
		max-width: unset;
	}
	.products-anpr .camera-details .right p:nth-of-type(2)::before {
		width: calc(50vw - 150px);
	}
	.products-anpr .camera-details .right p:nth-of-type(3)::before {
		width: calc(50vw - 270px);
	}
}
@media only screen and (max-width: 1145px) {
	.products-anpr .camera-details .right p:first-of-type span:nth-of-type(2) {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1100px) {
	.products-anpr .camera-details .right p:nth-of-type(3)::before {
		top: -31px;
		width: calc(50vw - 244px);
	}
	.products-anpr .camera-details .right p:nth-of-type(2) {
		margin-bottom: 66px;
	}
	.products-anpr .camera-details .right p:nth-of-type(2)::before {
		top: -17px;
	}
	.products-anpr .camera-details .right {
		margin-top: 40px;
	}
	.products-anpr .camera-details .camera-container,
	.products-anpr .camera-text-section {
		grid-template-columns: 1fr 300px 1fr;
	}
}
@media only screen and (max-width: 990px) {
	.products-anpr .camera-details .right p:first-of-type span:nth-of-type(2) {
		font-size: 14px;
	}
	.products-anpr .spec {
		display: none;
	}
	.products-anpr .spec.center-spec {
		display: flex;
	}
	.products-anpr .mobile-details {
		background-color: #f8f9fb;
	}
	.products-anpr .two-column-text-one-image {
		padding-top: 60px;
	}
	.products-anpr .two-column-text-one-image .wrapper {
		flex-direction: column-reverse;
	}
	.products-anpr .two-column-text-one-image .text-side {
		width: 100%;
	}
	.products-anpr .two-column-text-one-image .row {
		padding: 0 75px;
	}
	.products-anpr .two-column-text-one-image .title h5 {
		font-size: 24px;
		line-height: 32px;
	}
	.products-anpr .two-column-text-one-image .wrapper .col.image-side {
		position: relative;
		z-index: 1;
		width: 100%;
		margin-bottom: 50px;
	}
	.products-anpr .two-column-text-one-image .wrapper .col.image-side::before {
		content: "";
		position: absolute;
		width: calc(100% + 150px);
		left: -75px;
		height: calc(100% + 60px);
		top: -60px;
		background: #fff;
		z-index: -1;
	}
	.products-anpr .two-column-text-one-image img {
		max-width: calc(100% + 150px);
		width: calc(100% + 150px);
		margin-left: -75px;
		margin-right: 0;
	}
	.products-anpr .two-column-text-one-image .mobile-title {
		margin-bottom: 40px;
	}
	.products-anpr .two-column-text-one-image .green-number {
		padding-bottom: 8px;
	}
	.products-anpr .two-column-text-one-image .content {
		margin-bottom: 50px;
	}
	.products-anpr .two-column-text-one-image .content:last-of-type {
		margin-bottom: 60px;
	}
	.products-anpr .camera-details {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	body.products-anpr .camera-details h5 {
		font-size: 24px;
		line-height: 28px;
		margin-top: 4px;
		text-align: center;
	}
	.products-anpr .camera-details .camera-container {
		display: flex;
		flex-flow: column;
		margin-top: 30px;
	}
	.products-anpr .camera-details .camera-container .middle {
		order: 1;
		padding: 0 80px;
	}
	.products-anpr .camera-details .camera-container .right {
		order: 3;
	}
	.products-anpr .camera-details .camera-container .left {
		order: 2;
		margin-top: 40px;
	}
	.products-anpr .camera-details .left p,
	.products-anpr .camera-details .right p,
	.products-anpr .camera-details .right p:nth-of-type(2) {
		text-align: center;
		margin-bottom: 30px;
	}
	.products-anpr .camera-details .right p:nth-of-type(3) {
		margin-bottom: 0;
	}
	.products-anpr .camera-details .camera-container .right p,
	.products-anpr .camera-text-section .right {
		text-align: center;
	}
	.products-anpr .camera-details .left p::before,
	.products-anpr .camera-details .right p::before {
		top: 0;
		left: 50%;
		right: unset;
		transform: translateX(-50%);
		width: 100%;
		background: linear-gradient(270deg, #5936bf00, #2dc98a, #2dc98a00);
	}
	.products-anpr .camera-details .left p:nth-of-type(1)::before,
	.products-anpr .camera-details .left p:nth-of-type(2)::before,
	.products-anpr .camera-details .right p:nth-of-type(1)::before,
	.products-anpr .camera-details .right p:nth-of-type(2)::before,
	.products-anpr .camera-details .right p:nth-of-type(3)::before {
		width: 100%;
	}
	.products-anpr .camera-details .right {
		margin-top: 0;
	}
	.products-anpr .camera-details .right p:first-of-type {
		margin-bottom: 25px;
	}
	.products-anpr .mobile-details .middle,
	.products-anpr .mobile-details .right {
		display: none;
	}
	.products-anpr .camera-text-section {
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		flex-flow: column nowrap;
	}
	.products-anpr .mobile-details .camera-text-section {
		padding-bottom: 60px;
	}
	.products-anpr .camera-text-section .middle {
		order: 1;
	}
	.products-anpr .camera-text-section .left {
		order: 2;
		margin-top: 50px;
		padding-top: 15px;
	}
	.products-anpr .camera-text-section .right {
		order: 3;
		margin-top: 50px;
	}
	.products-anpr .camera-text-section .left::before,
	.products-anpr .camera-text-section .right::before {
		width: 100%;
	}
	.products-anpr .camera-text-section h5 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.products-anpr .camera-text-section .right {
		text-align: left;
	}
	.products-anpr .camera-text-section .middle img {
		max-width: calc(100% + 150px);
		width: calc(100% + 150px);
		margin-left: -75px;
	}
}
@media only screen and (max-width: 600px) {
	.products-anpr .camera-text-section .middle img {
		max-width: calc(100% + 50px);
		width: calc(100% + 50px);
		margin-left: -25px;
	}
	.products-anpr .two-column-text-one-image .wrapper .col.image-side::before {
		width: calc(100% + 50px);
		left: -25px;
	}
	.products-anpr .two-column-text-one-image img {
		max-width: calc(100% + 50px);
		width: calc(100% + 50px);
		margin-left: -25px;
	}
	.products-anpr .two-column-text-one-image .row {
		padding: 0 25px;
	}
	.products-anpr .two-column-text-one-image .text-side .content:nth-of-type(2n),
	.products-anpr
		.two-column-text-one-image
		.text-side
		.content:nth-of-type(2n + 1) {
		padding: 0;
	}
}
.products-prebook .green-square {
	position: absolute;
	content: "";
	bottom: -30px;
	width: 42px;
	height: 24px;
	background-color: var(--color-primary-9d);
}
.products-prebook .hero-section-text-small-image {
	position: relative;
	background: 0 0;
}
.products-prebook .hero-section-text-small-image .row {
	gap: 130px;
}
.products-prebook .hero-section-text-small-image .text-side {
	width: 55%;
}
.products-prebook .hero-section-text-small-image.full-image::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: var(--color-primary-black);
	content: "";
	bottom: 0;
	z-index: -1;
	max-width: 1200px;
}
.products-prebook .hero-section-text-small-image .text-side .title::before {
	background-color: var(--color-primary-b2);
}
.products-prebook .hero-section-text-small-image .btn-green {
	color: var(--color-primary-black);
}
.products-prebook .hero-section-text-small-image .text-side .top-title {
	color: var(--color-primary-b2);
}
.products-prebook
	.hero-section-text-small-image
	.text-side
	.content:not(.font-body-large),
.products-prebook .hero-section-text-small-image .text-side .title {
	color: #fff;
}
.products-prebook .hero-section-text-small-image.full-image .content {
	padding-right: 0;
}
.products-prebook .centered-text-small-container {
	position: relative;
}
.products-prebook .overflow-wrapper {
	overflow: hidden;
}
.products-prebook .stat {
	position: absolute;
	transform: scale(0.5);
}
.products-prebook .centered-text-small-container .content {
	max-width: unset;
}
.products-prebook .stat.stat-left {
	left: -17%;
	top: -52%;
}
.products-prebook .stat.stat-right {
	right: -16%;
	top: 55%;
}
.products-prebook .two-column-text-one-image .content-text {
	font-family: Soleil;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-neutral-52);
}
.products-prebook .two-column-text-one-image .text-side {
	width: 70%;
	padding-bottom: 60px;
}
.products-prebook .two-col-cards .text-side {
	padding-bottom: 0;
}
.products-prebook .two-col-cards .card-content {
	padding-bottom: 30px;
}
.products-prebook .two-col-cards .card:nth-of-type(3) .image-side {
	align-items: flex-end;
	width: 32%;
	padding-bottom: 20px;
}
.products-prebook .two-col-cards .card:nth-of-type(3) .text-side {
	padding-right: 60px;
}
.products-prebook .two-col-cards .section-cards {
	row-gap: 50px;
}
.products-prebook .two-col-cards .card:nth-of-type(3) {
	justify-content: space-between;
}
.products-prebook .two-col-cards .card:nth-of-type(2) .image-side {
	width: 46%;
}
.products-prebook .two-col-cards .card:nth-of-type(2) .text-side {
	padding-right: 50px;
}
.products-prebook .two-col-cards .card:nth-of-type(2) .image-side img {
	height: 100%;
}
.products-prebook .two-col-cards .card:nth-of-type(4) .image-side {
	width: 50%;
	align-items: flex-end;
}
.products-prebook .three-col-text-snake .row {
	padding-bottom: 120px;
	padding-left: 0;
	padding-right: 0;
	gap: 0;
	overflow: hidden;
}
.products-prebook .three-col-text-snake .row .col:nth-of-type(1) {
	padding-left: 190px;
}
.products-prebook .three-col-text-snake .row .col:nth-of-type(1)::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	border-top: 24px solid #e2eaee;
	border-top-right-radius: 60px;
	border-right: 24px solid #e2eaee;
	left: 0;
	top: 0;
}
.products-prebook .two-column-text-one-image img:not(.behind) {
	height: 100%;
	width: 100%;
	object-fit: cover;
	padding-left: 0;
	z-index: 2;
	position: relative;
}
.products-prebook .three-col-text-snake,
.products-prebook .two-column-text-one-image {
	background-color: #f8f9fb;
}
.products-prebook .three-col-text-snake .row .col:nth-of-type(2)::before {
	content: "";
	position: absolute;
	width: calc(100% + 45px);
	height: calc(100% - 50px);
	border-left: 24px solid #e2eaee;
	left: -24px;
	top: 80px;
	border-bottom: 24px solid #e2eaee;
	border-bottom-left-radius: 120px;
	border-right: 24px solid #e2eaee;
	border-bottom-right-radius: 120px;
}
.products-prebook .behind {
	position: absolute;
	padding-left: 0;
	left: -45%;
	bottom: 25%;
}
.products-prebook .two-column-text-one-image {
	padding-top: 120px;
}
.products-prebook .two-column-text-one-image .image-side {
	position: relative;
}
.products-prebook .three-col-text-snake .row .col:nth-of-type(3)::before {
	content: "";
	position: absolute;
	width: calc(100% + 50px);
	height: 40%;
	border-left: 24px solid #e2eaee;
	left: -3px;
	top: 0;
	border-top-left-radius: 60px;
	border-top: 24px solid #e2eaee;
}
.products-prebook .three-col-text-snake .row .col:nth-of-type(3) {
	padding-right: 190px;
}
.products-prebook .three-col-text-snake .row .col:nth-of-type(2) img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.products-prebook .three-col-text-snake .row .col:nth-of-type(1)::after {
	content: "";
	width: 24px;
	height: 40px;
	top: 24px;
	background-color: #e2eaee;
	position: absolute;
	left: calc(50% + 45px);
	transform: translateX(-50%);
}
.products-prebook .three-col-text-snake .row .col:nth-of-type(3)::after {
	content: "";
	width: 24px;
	height: 40px;
	top: 24px;
	background-color: #e2eaee;
	position: absolute;
	left: calc(50% - 45px);
	transform: translateX(-50%);
}
.products-prebook .three-col-text-snake .row .col:nth-of-type(2)::after {
	content: "";
	width: 24px;
	height: 40px;
	bottom: -6px;
	position: absolute;
	background-color: #e2eaee;
	left: 50%;
	transform: translateX(-50%);
}
.products-prebook .three-col-text-snake .col {
	margin-top: 0;
	padding-top: 110px;
	padding-bottom: 60px;
	padding-left: 95px;
	padding-right: 95px;
	position: relative;
}
.products-prebook .three-col-text-snake .col:nth-of-type(1) .img-container {
	display: none;
}
@media only screen and (max-width: 1500px) {
	.products-prebook .stat.stat-left {
		left: -22%;
	}
	.products-prebook .stat.stat-right {
		right: -21%;
	}
}
@media only screen and (max-width: 1439px) {
	.products-prebook .two-column-text-one-image img:not(.behind) {
		object-fit: contain;
	}
	.products-prebook .hero-section-text-small-image.full-image::before {
		max-width: unset;
	}
}
@media only screen and (max-width: 1300px) {
	.products-prebook .two-col-cards .card:nth-of-type(2) .text-side,
	.products-prebook .two-col-cards .card:nth-of-type(3) .text-side {
		padding-right: 20px;
	}
	.products-prebook .two-col-cards .text-side {
		margin-right: 0;
	}
	body.products-prebook .centered-text-small-container .stat {
		transform: scale(0.4);
	}
	.products-prebook .stat.stat-left {
		left: -27%;
		top: -45%;
	}
	.products-prebook .stat.stat-right {
		right: -27%;
		top: 60%;
	}
	.products-prebook .three-col-text-snake .row .col:nth-of-type(1) {
		padding-left: 60px;
	}
	.products-prebook .three-col-text-snake .row .col:nth-of-type(3) {
		padding-right: 60px;
	}
	.products-prebook .three-col-text-snake .row .col:nth-of-type(1)::after {
		left: calc(50% - 20px);
	}
	.products-prebook .three-col-text-snake .row .col:nth-of-type(3)::after {
		left: calc(50% + 10px);
	}
}
@media only screen and (max-width: 1100px) {
	.products-prebook .two-col-cards .card-content {
		padding-bottom: 0;
	}
	.products-prebook .two-col-cards .section-heading h3::after {
		bottom: -25px;
	}
	.products-prebook .two-col-cards .section-heading h3 {
		font-size: 24px;
		letter-spacing: 0;
		line-height: 32px;
		margin-bottom: 56px;
		width: 75%;
	}
	.products-prebook .two-col-cards.full-background .section-heading {
		text-align: left;
		margin-bottom: 66px;
	}
	.products-prebook .two-col-cards.full-background .section-heading h3::after {
		left: 0;
		transform: none;
	}
	.products-prebook .two-col-cards .section-cards {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 20px;
	}
	.products-prebook .two-col-cards .image-side {
		display: none;
	}
	.products-prebook .two-col-cards .text-side {
		padding-top: 26px;
		width: 100%;
		margin-right: 0;
		padding-right: 30px;
		padding-bottom: 36px;
	}
	.products-prebook .two-col-cards .card {
		padding-left: 30px;
		height: unset;
	}
	.products-prebook .two-col-cards .card-title {
		margin-bottom: 24px;
	}
	.products-prebook
		.two-col-cards.full-width-container:not(.full-background)::after {
		height: 75px;
	}
	.products-prebook
		.two-col-cards.full-width-container:not(.full-background)::before {
		width: 75px;
	}
	.products-prebook .two-col-cards .section-wrapper {
		margin-bottom: 60px;
		padding-top: 80px;
	}
	.products-prebook .two-col-cards.green-background .section-wrapper {
		padding-top: 60px;
	}
	.products-prebook .two-col-cards.full-background .section-wrapper {
		margin-bottom: 0;
		padding-bottom: 60px;
		padding-top: 60px;
	}
}
@media only screen and (max-width: 990px) {
	.products-prebook .two-column-text-one-image .image-side {
		margin-bottom: 50px;
	}
	.products-prebook .two-column-text-one-image .green-number {
		padding-bottom: 3px;
	}
	.products-prebook .two-column-text-one-image .content:last-of-type {
		margin-bottom: 0;
	}
	.products-prebook .green-square {
		display: none;
	}
	.products-prebook .two-col-cards.full-width-container {
		background-color: #e8eff3;
	}
	.products-prebook .centered-text-small-container .row {
		margin: 60px 0;
	}
	.products-prebook .two-column-text-one-image .text-side {
		width: 100%;
	}
	.products-prebook .two-column-text-one-image {
		padding-top: 60px;
	}
	.products-prebook .two-column-text-one-image .mobile-title {
		margin-bottom: 30px;
	}
	.products-prebook .two-column-text-one-image .image-side img {
		max-width: calc(100% + 150px);
		width: calc(100% + 150px);
		margin-left: -75px;
	}
	.products-prebook .behind {
		display: none;
	}
	.products-prebook .two-col-description-payments .text-side .bottom-side,
	body.products-prebook .centered-text-small-container .stat {
		display: none;
	}
	.products-prebook .three-col-text-snake .row {
		display: flex;
		flex-direction: column;
		padding-bottom: 60px;
	}
	body.products-prebook .three-col-text-snake .snake-container div.row div.col {
		padding: 0 40px 40px 70px;
		margin: 0 0 0 25px;
		text-align: left;
	}
	.products-prebook .three-col-text-snake .col:nth-of-type(2) img {
		display: none;
	}
	body.products-prebook
		.three-col-text-snake
		.snake-container
		div.row
		div.col:nth-of-type(3) {
		padding-bottom: 0;
	}
	.products-prebook .three-col-text-snake .col:nth-of-type(1) .img-container {
		display: block;
		position: absolute;
		top: 70px;
	}
	.products-prebook
		.three-col-text-snake
		.col:nth-of-type(1)
		.img-container::after {
		position: absolute;
		width: 25px;
		height: 16px;
		background-color: var(--color-primary-9d);
		top: -70px;
		content: "";
		left: 58px;
	}
	body.products-prebook
		.three-col-text-snake
		.snake-container
		div.row
		div.col:nth-of-type(1) {
		padding-top: 150px;
	}
	body.products-prebook
		.three-col-text-snake
		.snake-container
		div.row
		div.col:nth-of-type(1)::before {
		border-top: 16px solid #e2eaee;
		border-top-left-radius: 60px;
	}
	.products-prebook .three-col-text-snake .green-percent {
		font-size: 44px;
		line-height: 52px;
		margin-bottom: 0;
	}
	body.products-prebook
		.three-col-text-snake
		.snake-container
		.row
		.col::after {
		left: 15px;
		width: 26px;
		height: 16px;
		bottom: unset;
		top: 15px;
		transform: none;
	}
	body.products-prebook
		.three-col-text-snake
		.snake-container
		.row
		.col:nth-of-type(1)::after {
		top: 165px;
	}
	body.products-prebook
		.three-col-text-snake
		.snake-container
		.row
		.col::before {
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-radius: 0;
		border-left: 16px solid #e2eaee;
		left: 0;
		width: 100%;
		height: 100%;
		top: 0;
	}
	body.products-prebook
		.three-col-text-snake
		.snake-container
		.row
		.col:nth-of-type(3)::before {
		width: 150px;
		border-left: 16px solid #e2eaee;
		border-bottom-left-radius: 60px;
		transform: scaleX(-1);
		margin-left: -134px;
		border-bottom: 16px solid #e2eaee;
	}
}
@media only screen and (max-width: 600px) {
	.products-prebook .centered-text-small-container .row {
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.products-prebook .two-column-text-one-image .image-side img {
		max-width: calc(100% + 50px);
		width: calc(100% + 50px);
		margin-left: -25px;
	}
}
.products-ivr .two-column-text-one-image ul li {
	font-size: 15px;
	line-height: 26px;
}
.products-ivr .two-col-cards .text-side {
	padding-bottom: 49px;
}
.products-ivr .hero-section-text-small-image {
	position: relative;
	background: 0 0;
}
.products-ivr .hero-section-text-small-image .row {
	gap: 130px;
}
.products-ivr .hero-section-text-small-image .text-side {
	width: 55%;
}
.products-ivr .hero-section-text-small-image.full-image::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	content: "";
	bottom: 0;
	z-index: -1;
	max-width: 1200px;
}
.products-ivr .hero-section-text-small-image .text-side .title::before {
	background-color: var(--color-primary-8a);
}
.products-ivr .hero-section-text-small-image .btn-green {
	color: #fff;
}
.products-ivr .hero-section-text-small-image .text-side .top-title {
	color: var(--color-primary-8a);
}
.products-ivr
	.hero-section-text-small-image
	.text-side
	.content:not(.font-body-large),
.products-ivr .hero-section-text-small-image .text-side .title {
	color: var(--color-primary-black);
}
.products-ivr .hero-section-text-small-image.full-image .content {
	padding-right: 0;
}
.products-ivr .centered-text-small-container .row {
	margin: 0;
	padding-top: 144px;
	position: relative;
	padding-bottom: 80px;
}
.products-ivr .centered-text-small-container .row::before {
	content: "";
	position: absolute;
	left: 150px;
	top: 105px;
	height: 42px;
	width: 24px;
	background-color: var(--color-primary-8a);
	z-index: 1;
}
.products-ivr .centered-text-small-container {
	position: relative;
}
.products-ivr .centered-text-small-container::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: calc(100% - 150px);
	height: 30%;
	border-top: 24px solid #e2eaee;
	border-top-left-radius: 60px;
	border-left: 24px solid #e2eaee;
}
.products-ivr .centered-text-small-container::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 140px;
	width: 174px;
	height: 50%;
	border-bottom: 24px solid #e2eaee;
	border-right: 24px solid #e2eaee;
	border-bottom-right-radius: 110px;
}
.products-ivr .two-column-text-one-image {
	padding-top: 120px;
	background-color: #f8f9fb;
}
.products-ivr .two-column-text-one-image .wrapper {
	flex-direction: row-reverse;
}
.products-ivr .two-column-text-one-image img {
	padding-left: 0;
}
.products-ivr .two-column-text-one-image .text-side .content:nth-of-type(2n) {
	padding-right: 31px;
	padding-left: 0;
}
.products-ivr
	.two-column-text-one-image
	.text-side
	.content:nth-of-type(2n + 1) {
	padding-left: 31px;
	padding-right: 0;
}
.products-ivr .two-column-text-one-image .row {
	padding-left: 0;
	padding-right: 150px;
}
.products-ivr .two-column-text-one-image .green-number {
	padding-top: 16px;
}
.products-ivr .two-column-text-one-image .title p {
	font-family: Mont-Bold;
	font-size: 13px;
	letter-spacing: 0.8px;
	line-height: 24px;
	color: var(--color-primary-8a);
	text-transform: uppercase;
}
.products-ivr .two-column-text-one-image .title h5 {
	margin-top: 10px;
	font-family: Mont-Bold;
	font-size: 30px;
	line-height: 44px;
	letter-spacing: 0;
	color: var(--color-primary-black);
}
.products-ivr .two-column-text-one-image .text-side {
	width: 57%;
}
.products-ivr .two-col-cards .card:nth-of-type(1) img {
	transform: scale(1.3);
	position: relative;
	right: -25px;
}
.products-ivr .two-column-text-one-image {
	padding-bottom: 60px;
}
.products-ivr .two-col-cards .card:nth-of-type(1) .image-side {
	margin-right: 30px;
}
.products-ivr .two-col-cards .card:nth-of-type(2) .image-side {
	align-items: flex-end;
	width: 32%;
	padding-bottom: 20px;
}
.products-ivr .two-col-cards .card:nth-of-type(2) .text-side {
	padding-right: 60px;
}
.products-ivr .two-col-cards .card:nth-of-type(2) {
	justify-content: space-between;
}
.products-ivr .two-col-cards .card:nth-of-type(4) .image-side {
	width: 50%;
	align-items: flex-end;
}
.products-ivr .two-column-text-one-image .image-side {
	margin-top: 70px;
	flex-grow: 1;
	position: relative;
}
.products-ivr .two-column-text-one-image a,
.products-paymobile .two-column-text-one-image a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e8eff3;
	padding: 13px 0;
	font-family: Mont-Bold;
	font-size: 14px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	margin-top: 24px;
}
.products-ivr .visa {
	position: absolute;
	transform: scale(0.5);
	right: -50px;
	top: 24%;
}
@media only screen and (max-width: 1440px) {
	.products-ivr .two-col-cards .card:nth-of-type(4) .image-side {
		align-items: center;
	}
}
@media only screen and (max-width: 1300px) {
	.products-ivr .two-col-cards .text-side {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1100px) {
	.products-ivr .two-col-cards .card {
		flex-direction: column;
		align-items: flex-end;
	}
	.products-ivr .two-col-cards .text-side {
		width: 100%;
		padding-bottom: 0;
	}
}
@media only screen and (max-width: 1030px) {
	.products-ivr .centered-text-small-container .title {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width: 990px) {
	.products-ivr .two-col-cards .text-side {
		padding-bottom: 36px;
	}
	.products-ivr .two-column-text-one-image .mobile-title {
		margin-bottom: 30px;
	}
	.products-ivr .two-column-text-one-image .text-side {
		width: 100%;
	}
	.products-ivr .two-column-text-one-image .image-side {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.products-ivr .two-column-text-one-image .title h5 {
		font-size: 24px;
		line-height: 32px;
	}
	.products-ivr .two-column-text-one-image .image-side img {
		max-width: calc(100% + 150px);
		width: calc(100% + 150px);
		margin-left: -75px;
	}
	.products-ivr .two-column-text-one-image .wrapper {
		flex-direction: column-reverse;
	}
	.products-ivr .visa {
		display: none;
	}
	.products-ivr .two-column-text-one-image {
		padding-top: 60px;
		padding-bottom: 0;
	}
	.products-ivr .two-column-text-one-image .row {
		padding: 0 75px;
	}
	.products-ivr .centered-text-small-container .row::before,
	.products-ivr .centered-text-small-container::after,
	.products-ivr .centered-text-small-container::before {
		display: none;
	}
	.products-ivr .centered-text-small-container .content {
		margin-bottom: 0;
	}
	.products-ivr .centered-text-small-container .row {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 600px) {
	.products-ivr .two-column-text-one-image .content {
		margin-bottom: 40px;
	}
	.products-ivr .two-column-text-one-image {
		padding-bottom: 20px;
	}
	.products-ivr
		.two-column-text-one-image
		.text-side
		.content:nth-of-type(2n + 1) {
		padding-left: 0;
	}
	.products-ivr .two-column-text-one-image .text-side .content:nth-of-type(2n) {
		padding-right: 0;
	}
	.products-ivr .two-column-text-one-image .row {
		padding: 0 25px;
	}
	.products-ivr .two-column-text-one-image .image-side img {
		max-width: calc(100% + 50px);
		width: calc(100% + 50px);
		margin-left: -25px;
	}
}
