.comparison-section {
	display: flex;
	padding: 120px 80px;
	flex-direction: column;
	align-items: center;
	gap: 84px;
	align-self: stretch;
}
.comparison-section__head {
	max-width: 999px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}
.comparison-section h2 {
	color: #000;
	text-align: center;
	font-feature-settings: "liga" off;
	font-family:
		Rubik,
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Arial,
		sans-serif;
	font-size: 54px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin: 0;
}
.comparison-section h2 strong {
	font-weight: 600;
}
.comparison-section .subtitle {
	color: #000;
	text-align: center;
	font-feature-settings: "liga" off;
	font-family:
		Rubik,
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Arial,
		sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	margin: 0;
}

.comparison {
	width: 100%;
	max-width: 1180px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 25px;
}

.features-card {
	width: -webkit-fill-available;
	background: #fff;
	border-radius: 0;
	overflow: hidden;
}
.features-card__row {
	padding: 0px 34px;
	font-family:
		Rubik,
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Arial,
		sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 130%;
	color: #000;
	height: 100px;
	display: flex;
	align-items: center;
}
.features-card__row + .features-card__row {
	border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.columns {
	display: flex;
	align-items: flex-start;
	gap: 0;
}

.blue-column {
	border-radius: 30px;
	background: #f2f9ff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.gray-column {
	border-radius: 30px;
	background: #f3f3f3;
}

.product-card {
	width: 360px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	overflow: hidden;
	padding: 0 25px;
}
.product-card--bites {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.product-card--axonify {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.product-card__top {
	padding: 26px 30px 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	height: 128px;
}
@media (max-width: 768px) {
	.product-card__top {
		height: 118px;
	}
}
.product-card__top--nocta {
	padding-top: 32px;
	padding-bottom: 28px;
}
.product-card__logo {
	height: auto;
	width: 119px;
	display: block;
}
.product-card__cta {
	font-family:
		Rubik,
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Arial,
		sans-serif;
	font-size: 16px;
	font-weight: 700;
	background: linear-gradient(266deg, #9ab7ff -33.31%, #174cd0 40.71%, #103590 97.89%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
}
.product-card__cta:hover {
	text-decoration: underline;
}
.product-card__divider {
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.18);
}
@media (max-width: 768px) {
	.product-card__divider:first-child {
		height: 0px;
	}
}
.product-card__row {
	padding: 0px 30px;
	min-height: 100px;
	height: 101px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family:
		Rubik,
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Arial,
		sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 130%;
	color: #000;
}

/* Responsive */
@media (max-width: 1100px) {
	.comparison-section {
		padding: 80px 24px;
	}
	.comparison-section h2 {
		font-size: 32px;
		text-align: left;
	}
	.comparison-section .subtitle {
		font-size: 20px;
	}
	.product-card--bites,
	.product-card--axonify {
		border-radius: 30px;
	}
}
@media (max-width: 999px) {
	.comparison {
		width: max-content;
		justify-content: flex-start;
		gap: 0px;
	}
	.body-comparison {
		overflow: scroll;
		width: 100vw;
		padding: 35px 20px 35px;
	}
}
@media (max-width: 768px) {
	.comparison-section .subtitle {
		font-size: 16px;
		text-align: left;
	}
	.comparison-section {
		padding: 40px 0px 0px;
		gap: 60px;
		overflow: hidden;
	}
	.comparison {
		gap: 0px;
		width: -moz-max-content;
		width: max-content;
	}
	.body-comparison {
		overflow: scroll;
		width: 100%;
		padding: 35px 0 35px;
	}
	.columns {
		width: 308px;
		flex-direction: row;
		gap: 0px;
	}
	.product-card {
		padding: 0;
	}
	.product-card__top {
		padding: 20px 20px 19px;
		gap: 20px;
	}
	.product-card__logo {
		height: auto;
		width: 91px;
		display: block;
	}
	.features-card {
		padding-left: 15px;
		padding-right: 0px;
	}
	.features-card__row {
		padding: 0px 0px;
		font-size: 16px;
	}
	.product-card__row {
		padding: 0px 10px;
		font-size: 16px;
		height: 99px;
		min-height: 99px;
	}
	.features-card,
	.product-card {
		width: 154px;
		box-shadow: none;
	}
} /*# sourceMappingURL=style.css.map */
