.category-products .hero-section-text-small-image {
	position: relative;
	background: 0 0;
}
.category-products .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;
}
.category-products button.card {
	background-color: transparent;
}
@media only screen and (max-width: 1440px) {
	.category-products .hero-section-text-small-image.full-image::before {
		max-width: unset;
	}
}
.category-products
	.hero-section-text-small-image
	.text-side
	.content:not(.font-body-large),
.category-products .hero-section-text-small-image .title {
	color: #fff;
}
.category-products .hero-section-text-small-image .text-side .top-title {
	color: var(--color-primary-b2);
}
.category-products .grid {
	padding-top: 90px;
	padding-bottom: 90px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 60px;
}
.category-products .grid .image-container {
	margin-bottom: 30px;
}
.category-products .grid p {
	font-family: Mont-Bold;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 20px;
	color: var(--color-primary-black);
	margin: 0;
}
.category-products .grid a span:nth-of-type(1) {
	font-family: Soleil;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 36px;
	color: var(--color-neutral-52);
	text-decoration: underline;
}
.category-products .grid a span:nth-of-type(2) {
	color: var(--color-primary-8a);
	font-family: Soleil-Bold;
	font-size: 13px;
}
.category-products .grid a {
	display: none;
}
.category-products .two-col-image-text-btn .section-content {
	margin-bottom: 40px;
}
.category-products .two-col-image-text-btn.full-width-container {
	background-color: #f8f9fb;
}
.category-products .first .section-wrapper {
	padding-top: 100px;
	padding-bottom: 60px;
}
.category-products .second .section-wrapper {
	padding-top: 60px;
	padding-bottom: 100px;
}
.category-products .two-col-image-text-btn .section-title h3 {
	width: 100%;
}
.category-products .two-col-image-text-btn.third {
	background-color: var(--color-primary-8a);
}
.category-products .two-col-image-text-btn.third .section-content,
.category-products .two-col-image-text-btn.third .section-subtitle,
.category-products .two-col-image-text-btn.third .section-title h3 {
	color: #fff;
}
.category-products .two-col-image-text-btn .text-side .btn-container,
.category-products .two-col-image-text-btn .text-side .section-content {
	display: block;
}
.category-products .two-col-image-text-btn .image-side .btn-container,
.category-products .two-col-image-text-btn .image-side .section-content {
	display: none;
}
.category-products .bottom-form .btn-green {
	display: flex;
	justify-content: center;
}
.category-products .bottom-form .btn-green .spinner img {
	position: absolute;
	width: 30px;
	height: 30px;
	margin-top: -8px;
	margin-left: -30px;
}
.category-products .bottom-form .btn-green .spinner.hide {
	display: none;
}
.category-solutions button.card {
	background-color: transparent;
}
@media (max-width: 576px) {
	.category-products .grid .card {
		align-self: start;
	}
}
@media only screen and (max-width: 1300px) {
	.category-products .grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media only screen and (max-width: 990px) {
	.category-products .grid .image-container {
		margin-bottom: 20px;
	}
	.category-products .grid {
		grid-template-columns: 1fr 1fr;
	}
	.category-products .two-col-image-text-btn .section-title h3::after {
		display: none;
	}
	.category-products .two-col-image-text-btn .section-title h3 {
		margin-bottom: 30px;
	}
	.category-products .two-col-image-text-btn .text-side .btn-container,
	.category-products .two-col-image-text-btn .text-side .section-content {
		display: none;
	}
	.category-products .two-col-image-text-btn .image-side .btn-container,
	.category-products .two-col-image-text-btn .image-side .section-content {
		display: block;
	}
	.category-products .two-col-image-text-btn .section-wrapper {
		flex-flow: column nowrap;
	}
	.category-products .two-col-image-text-btn .image-side,
	.category-products .two-col-image-text-btn .text-side {
		margin-left: 0;
		width: 100%;
	}
	body.category-products .two-col-image-text-btn .section-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	body.category-products .two-col-image-text-btn.first {
		background: #fff;
	}
	.category-products .grid {
		background: #f6f7fa;
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.category-products .two-col-image-text-btn .section-content {
		margin-bottom: 0;
	}
	.category-products
		.two-col-image-text-btn.has-btn
		.image-side
		.section-content {
		margin-bottom: 35px;
	}
	.category-products .two-col-image-text-btn .image-side img {
		margin-bottom: 30px;
		width: 100%;
	}
	.category-solutions
		.hero-section-text-small-image
		.text-side
		.content:not(.font-body-large) {
		margin-bottom: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 750px) {
	.category-products .two-col-image-text-btn .section-title h3 {
		margin-bottom: 24px;
	}
	.category-products .grid {
		padding-top: 40px;
		column-gap: 20px;
		row-gap: 40px;
	}
	.category-products .grid p {
		font-size: 16px;
	}
	body.category-products .hero-section-text-small-image .container .row {
		gap: 0;
	}
	body.category-products .hero-section-text-small-image .row .image-side {
		margin-top: 0;
	}
}
.category-sectors .hero-section-text-small-image.full-image .image-side,
.category-solutions .hero-section-text-small-image.full-image .image-side {
	align-items: stretch;
}
.category-sectors .hero-section-text-small-image.full-image .image-side img,
.category-solutions .hero-section-text-small-image.full-image .image-side img {
	height: 100%;
}
.category-sectors button.card {
	background-color: transparent;
}
@media only screen and (max-width: 1440px) {
	.category-sectors .hero-section-text-small-image.full-image .image-side,
	.category-solutions .hero-section-text-small-image.full-image .image-side {
		align-items: center;
	}
}
@media only screen and (max-width: 990px) {
	.category-solutions
		.hero-section-text-small-image
		.text-side
		.content:not(.font-body-large) {
		margin-bottom: 0;
	}
	.category-products .hero-section-text-small-image .text-side .title,
	.category-sectors .hero-section-text-small-image .text-side .title,
	.category-solutions .hero-section-text-small-image .text-side .title {
		font-size: 24px;
	}
}
.category-sectors .hero-section-text-small-image.full-image .row {
	gap: 25px;
}
.category-products
	.hero-section-text-small-image
	.text-side
	.content:not(.font-body-large),
.category-sectors .hero-section-text-small-image.full-image .content {
	padding-right: 0;
}
.category-industry .hero-section-text-small-image img {
	object-fit: cover;
	padding-left: 150px;
}
.category-industry button.card {
	background-color: transparent;
}
@media only screen and (max-width: 990px) {
	.category-industry .hero-section-text-small-image .row {
		gap: 0;
	}
	.category-industry .hero-section-text-small-image img {
		padding-left: 0;
		object-fit: contain;
	}
}

.category-studies .placeholder-articles > div {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.category-studies .placeholder-articles > div::after {
	position: absolute;
	content: "";
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(0.25turn, transparent, #fff, transparent);
	z-index: 1;
	animation: loading 1.2s infinite;
	animation-timing-function: ease-in-out;
	overflow: hidden;
}
@keyframes loading {
	to {
		left: 100%;
	}
}
.category-studies .placeholder-articles > div > div {
	background: linear-gradient(90deg, #eef3f6 70%, white);
	height: 14px;
}
.category-studies .placeholder-articles .image-placeholder {
	width: 263px;
	height: 180px;
	margin-bottom: 40px;
}
.category-studies .placeholder-articles .title-placeholder {
	width: 211px;
	margin-bottom: 26px;
}
.category-studies .placeholder-articles .content1-placeholder {
	width: 231px;
	margin-bottom: 10px;
}
.category-studies .placeholder-articles .content2-placeholder {
	width: 206px;
	margin-bottom: 10px;
}
.category-studies .placeholder-articles .content3-placeholder {
	width: 242px;
	margin-bottom: 28px;
}
.category-studies .placeholder-articles .link-placeholder {
	width: 96px;
}
.category-studies .hero-section-text-small-image .content {
	overflow: hidden;
	word-break: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 26px;
	max-height: 78px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 50px;
}
.category-studies .hero-section-text-small-image.full-image .text-side {
	width: 60%;
	position: relative;
	display: grid;
	grid-template-rows: repeat(4, min-content) 63px;
	grid-template-columns: 1fr;
	gap: 0;
}
.category-studies .hero-section-text-small-image.full-image .image-side {
	width: 40%;
}
.category-studies .hero-section-text-small-image.full-image .row {
	gap: 190px;
}
.category-studies
	.hero-section-text-small-image
	.swiper-slide:not(.swiper-slide-visible) {
	opacity: 0 !important;
}
.category-studies .hero-section-text-small-image img {
	height: 100%;
	max-height: 600px;
}
.category-studies .hero-section-text-small-image .btn-container {
	display: flex;
	justify-content: space-between;
}
.category-studies .hero-section-text-small-image .arrows {
	display: flex;
	gap: 10px;
	position: absolute;
	right: 48%;
	bottom: 142px;
}
.category-studies .hero-section-text-small-image .arrows .arrow-prev {
	transform: scale(-1);
}
.category-studies .hero-section-text-small-image .arrows > div {
	height: 46px;
	width: 46px;
	border: 1px solid var(--color-primary-8a);
	display: flex;
	justify-content: center;
	align-items: center;
	position: unset;
	margin: 0;
}
.category-studies .hero-section-text-small-image .arrows > div::after {
	display: none;
}
.category-studies
	.hero-section-text-small-image
	.arrows
	.swiper-button-disabled {
	border: 0;
	background-color: #e9eff3;
	opacity: 1;
}
.category-studies
	.hero-section-text-small-image
	.arrows
	.swiper-button-disabled
	svg
	path {
	fill: #cedae2;
}
.category-studies .hero-section-text-small-image .studies-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: none;
	display: flex;
	padding-left: 150px;
	padding-bottom: 60px;
	width: 52%;
}
.category-studies
	.hero-section-text-small-image
	.studies-pagination
	.swiper-pagination-bullet {
	margin: 0;
	width: 134px;
	border-radius: 0;
	height: 2px;
	background-color: RGBA(205, 217, 225, 0.6);
	opacity: 1;
	position: relative;
}
.category-studies
	.hero-section-text-small-image
	.studies-pagination
	.swiper-pagination-bullet:not(:last-of-type) {
	margin-right: 20px;
}
.category-studies
	.hero-section-text-small-image
	.studies-pagination
	.swiper-pagination-bullet::before {
	position: absolute;
	content: "";
	width: 0;
	left: 0;
	background-color: var(--color-primary-8a);
	height: 6px;
	top: 50%;
	transform: translateY(-50%);
	transition: width 0.3s ease-out;
}
.category-studies
	.hero-section-text-small-image
	.studies-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	position: absolute;
	content: "";
	left: 0;
	width: 0%;
	background-color: var(--color-primary-8a);
	height: 6px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}
@keyframes slideBar {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}
.category-studies
	.hero-section-text-small-image
	.studies-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	animation: slideBar 3s linear infinite;
	animation-delay: 0.5s;
}
.category-studies .article-section .articles {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 80px;
	margin-bottom: 75px;
	margin-top: 70px;
}
.category-studies .article-section .tags-container + .articles {
	margin-top: 50px;
}
.category-studies .article-section .container > .filters-wrapper {
	padding-bottom: 30px;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
.category-studies .article-section .container > .filters-wrapper::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #cdd9e1;
}
.category-studies .article-section {
	padding-top: 60px;
	padding-bottom: 120px;
}
.category-studies .article-section h5 {
	font-family: Mont-Bold;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 40px;
	color: var(--color-primary-black);
	margin-bottom: 30px;
}
.category-studies .articles .title {
	font-family: Mont-Bold;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 24px;
	color: var(--color-primary-black);
	margin-top: 35px;
	margin-bottom: 18px;
}
.category-studies .articles .content {
	font-family: Soleil;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	color: var(--color-neutral-52);
	overflow: hidden;
	word-break: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 66px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.category-studies .filters {
	display: flex;
	gap: 20px;
}
.category-studies .filters > div > p {
	font-family: Soleil-Bold;
	font-size: 14px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	padding: 9px 15px;
	background: #fff;
	border: 1px solid var(--color-primary-8a);
	border-radius: 3px;
	min-width: 180px;
	display: flex;
	justify-content: space-between;
	transition: background-color 0.3s;
}
.category-studies .articles a {
	font-family: Soleil-Bold;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 15px;
	text-decoration: underline;
	color: var(--color-primary-8a);
}
.category-studies .filters > div {
	position: relative;
	cursor: pointer;
}
.category-studies .option-list {
	padding: 20px 25px;
	border: 1px solid var(--color-primary-8a);
	background: #fff;
	width: 305px;
	border-radius: 3px;
	position: absolute;
	top: calc(100% + 10px);
	cursor: default;
	z-index: 1;
}
.category-studies .option-list .option {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 12px;
	position: relative;
	margin-top: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.category-studies .option-list input,
.category-studies .option-list label {
	cursor: pointer;
}
.category-studies .option-list.d-none {
	display: none;
}
.category-studies .option-list .option:first-of-type {
	margin-top: 0;
}
.category-studies .option-list .option:last-of-type {
	padding-bottom: 0;
}
.category-studies .option-list .option:not(:last-of-type)::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e8eff3;
}
.category-studies .option-list .option label {
	font-family: Soleil-Bold;
	font-size: 14px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	width: 100%;
}
.category-studies .option input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.category-studies .option .checkmark {
	position: absolute;
	right: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #8aa4b3;
	border-radius: 3px;
}
.category-studies .option label > span {
	font-family: Soleil;
}
.category-studies .option:hover input + .checkmark {
	background-color: #e8eff3;
}
.category-studies .option input:checked + .checkmark {
	background-color: var(--color-primary-8a);
	border-color: #1da970;
}
.category-studies .option .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.category-studies .option input:checked + .checkmark:after {
	display: block;
}
.category-studies .option .checkmark::after {
	left: 40%;
	top: 16%;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.category-studies .filters img {
	transition: transform 0.3s ease-out;
}
.category-studies .filters .open-list img {
	transform: rotate(180deg);
}
.category-studies .filters .open-list p,
.category-studies .filters .products:hover p,
.category-studies .filters .sectors:hover p {
	background-color: #f0fbf7;
}
.category-studies .articles-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.category-studies .articles-pagination > .next,
.category-studies .articles-pagination > .prev {
	cursor: pointer;
}
.category-studies .articles-pagination .next,
.category-studies .articles-pagination .prev {
	font-family: Mont-Bold;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 32px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.category-studies .articles-pagination .prev {
	background-color: #e8eff3;
	color: #8aa4b3;
	width: 98px;
}
.category-studies .articles-pagination .next {
	background-color: var(--color-primary-8a);
	color: #fff;
	width: 73px;
}
.category-studies .articles-pagination .pages {
	display: flex;
	gap: 8px;
}
.category-studies .articles-pagination a {
	font-family: Mont-Bold;
	font-size: 14px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	background-color: #e8eff3;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.category-studies .articles-pagination .current-page {
	background-color: var(--color-primary-black);
	color: #fff;
	position: relative;
}
.category-studies .articles-pagination .current-page::after {
	content: "";
	position: absolute;
	bottom: -25px;
	width: 100%;
	height: 2px;
	background-color: var(--color-primary-black);
}
.category-studies .articles-pagination .more-pages {
	background: 0 0;
	position: relative;
	bottom: 4px;
}
.category-studies .filters .mobile-filters {
	display: none;
}
.category-studies .mobile-popup {
	display: none;
}
.category-studies .card > div {
	position: relative;
}
.category-studies .card > div::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background: url("/business/src/white-icons/play_button.svg");
	width: 52px;
	height: 52px;
}
.category-studies .tags-container {
	display: flex;
	gap: 15px;
	flex-flow: row wrap;
}
.category-studies .tags-container .tag {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e8eff3;
	border: 1px solid #cdd9e1;
	border-radius: 17px;
	height: 34px;
	padding: 0 8px 0 12px;
}
.category-studies .tags-container .tag img {
	cursor: pointer;
}
.category-studies .tags-container p {
	font-size: 14px;
	letter-spacing: 0;
	color: var(--color-neutral-52);
}
.category-studies .tags-container .category {
	font-family: Soleil-Bold;
	margin-right: 5px;
}
.category-studies .tags-container .name {
	font-family: Soleil;
	margin-right: 15px;
}
@media only screen and (max-width: 1440px) {
	.category-studies .hero-section-text-small-image img {
		height: auto;
	}
	.category-studies .hero-section-text-small-image .image-side {
		align-items: center;
	}
}
@media only screen and (max-width: 1439px) {
	.category-studies .hero-section-text-small-image .title {
		overflow: hidden;
		word-break: break-word;
		text-overflow: ellipsis;
		display: -webkit-box;
		line-height: 46px;
		max-height: 92px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.category-studies .hero-section-text-small-image .title::before {
		display: none;
	}
}
@media only screen and (max-width: 1250px) {
	.category-products .hero-products.full-image .image-side {
		align-items: stretch;
	}
	.category-products .hero-products.full-image .image-side img {
		height: 100%;
		object-fit: cover;
	}
	.category-studies .hero-section-text-small-image.full-image .row {
		gap: 120px;
	}
	.category-studies .article-section .articles {
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 20px;
		row-gap: 60px;
	}
}
@media only screen and (max-width: 990px) {
	.category-studies .hero-section-text-small-image .title {
		line-height: 36px;
		max-height: 72px;
	}
	.category-studies .tags-container {
		display: none;
	}
	.category-studies .hero-section-text-small-image .studies-pagination {
		padding-left: 75px;
		padding-right: 75px;
		top: 406px;
		bottom: unset;
		width: 100%;
		padding-bottom: 0;
	}
	.category-studies
		.hero-section-text-small-image
		.studies-pagination
		.swiper-pagination-bullet {
		width: 25%;
	}
	.category-studies .hero-section-text-small-image.full-image .row {
		gap: 0;
	}
	body.category-studies .hero-section-text-small-image .row .image-side {
		margin-top: 100px;
	}
	.category-studies .article-section .articles {
		grid-template-columns: 1fr 1fr;
		column-gap: 20px;
		row-gap: 60px;
		padding-bottom: 40px;
		margin-bottom: 20px;
		position: relative;
		margin-top: 50px;
	}
	.category-studies .article-section .articles::after {
		content: "";
		position: absolute;
		width: calc(100% + 150px);
		height: 1px;
		left: -75px;
		bottom: 0;
		background-color: #cdd9e1;
	}
	.category-studies .hero-section-text-small-image.full-image .image-side,
	.category-studies .hero-section-text-small-image.full-image .text-side {
		width: 100%;
	}
	.category-studies .hero-section-text-small-image.full-image .text-side {
		display: flex;
		flex-direction: column;
		padding-top: 55px;
	}
	.category-studies .hero-section-text-small-image .arrows {
		right: 75px;
		top: 329px;
		bottom: unset;
	}
}
@media only screen and (max-width: 750px) {
	.category-studies .articles-pagination span {
		display: none;
	}
	.category-studies .articles-pagination .next,
	.category-studies .articles-pagination .prev {
		position: relative;
		width: 36px;
		height: 36px;
	}
	.category-studies .articles-pagination .next::after,
	.category-studies .articles-pagination .prev::after {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		content: "→";
		font-size: 18px;
	}
	.category-studies .articles-pagination .prev::after {
		transform: translate(-50%, -50%) rotate(180deg);
	}
	.category-studies .articles-pagination a:nth-of-type(4),
	.category-studies .articles-pagination a:nth-of-type(5) {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
	.category-studies .articles-pagination .current-page::after {
		bottom: -12px;
	}
	.category-studies .article-section .tags-container + .articles {
		margin-top: 0;
	}
	.category-studies .article-section {
		padding-top: 50px;
	}
	.category-studies .article-section .articles::after {
		width: calc(100% + 50px);
		left: -25px;
	}
	.category-studies .article-section .container > .filters-wrapper {
		margin-bottom: 30px;
	}
	.category-studies .hero-section-text-small-image .studies-pagination {
		padding-left: 25px;
		padding-right: 25px;
	}
	.category-studies .hero-section-text-small-image .studies-pagination {
		top: 394px;
	}
	.category-studies
		.hero-section-text-small-image
		.studies-pagination
		.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
		width: 0%; /* mobile slider pagination width */
	}
	.category-studies .articles .content {
		line-height: 26px;
		max-height: 78px;
	}
	.category-studies .article-section .articles {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 32px;
		margin-top: 30px;
	}
	.category-studies .hero-section-text-small-image .btn-green {
		width: 62%;
	}
	.category-studies .hero-section-text-small-image .arrows {
		right: 25px;
		top: 318px;
	}
	.category-studies .hero-section-text-small-image .arrows > div {
		width: 45px;
		height: 45px;
	}
	.category-studies .filters .products,
	.category-studies .filters .sectors {
		display: none;
	}
	.category-studies .filters .mobile-filters {
		display: block;
		width: 100%;
	}
	.category-studies .mobile-popup {
		display: flex;
		flex-flow: column nowrap;
		position: fixed;
		bottom: -100%;
		left: 0;
		height: calc(100% - 50px);
		width: 100%;
		z-index: 9;
		transition: all 0.5s ease-out;
	}
	.category-studies .mobile-popup::before {
		opacity: 0;
		content: "";
		position: absolute;
		top: -50px;
		left: 0;
		width: 100%;
		height: 70px;
		transition: opacity 0.3s ease-out 0.5s;
		background: 0 0;
	}
	.category-studies .mobile-popup.show::before {
		opacity: 1;
		background-color: #10192193;
	}
	.category-studies .mobile-popup.show {
		transition: all 0.5s ease-out;
		bottom: 0;
	}
	.category-studies .mobile-popup .title {
		display: flex;
		justify-content: center;
		align-content: center;
		font-family: Mont-Bold;
		font-size: 15px;
		letter-spacing: 0;
		color: #fff;
		gap: 10px;
		padding: 16px 25px;
		background-color: var(--color-primary-8a);
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		position: relative;
	}
	.category-studies .mobile-filters-wrapper {
		background-color: #fff;
		flex-grow: 1;
		padding: 35px 25px 0 25px;
		overflow-y: scroll;
	}
	.category-studies .mobile-filters-wrapper .category {
		font-family: Mont-Bold;
		font-size: 16px;
		letter-spacing: 0;
		color: var(--color-primary-black);
		margin-bottom: 5px;
	}
	.category-studies .mobile-filters-wrapper .content {
		font-family: Soleil;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 20px;
		color: #4a697c;
		margin-right: -5px;
	}
	.category-studies .mobile-filters-wrapper .products {
		padding-bottom: 30px;
		border-bottom: 1px solid #cdd9e1;
	}
	.category-studies .mobile-filters-wrapper .sectors {
		padding-bottom: 30px;
		margin-top: 30px;
	}
	.category-studies .mobile-popup.d-none {
		display: none;
	}
	.category-studies .mobile-filters-wrapper + .bottom-side {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: calc(100% + 50px);
		margin-left: -25px;
		padding: 13px 50px 30px;
		box-shadow: 0 -3px 7px 0 #f8f9fb;
		border-top: 1px solid #cdd9e1;
		background: #fff;
	}
	.category-studies .bottom-side .clear {
		display: flex;
		gap: 10px;
		font-family: Soleil;
		font-size: 14px;
		letter-spacing: 0;
		color: #4a697c;
		text-decoration: underline;
		cursor: pointer;
	}
	.category-studies .bottom-side .apply {
		font-family: Mont-Bold;
		font-size: 14px;
		letter-spacing: 0;
		color: #fff;
		width: 170px;
		height: 46px;
		background-color: var(--color-primary-8a);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.category-studies .bottom-side .clear img {
		width: 14px;
		height: 14px;
	}
	.category-studies .mobile-filters-wrapper .option-list {
		position: unset;
		border: none;
		padding: 0;
		margin-top: 20px;
	}
	.category-studies .mobile-filters-wrapper .option-list .option::after {
		display: none;
	}
	.category-studies .mobile-filters-wrapper .option-list .option label {
		padding-left: 36px;
	}
	.category-studies .mobile-filters-wrapper .option .checkmark {
		left: 0;
	}
	.category-studies .mobile-filters-wrapper .option .checkmark {
		background-color: #f8f9fb;
		width: 22px;
		height: 22px;
	}
	.category-studies .mobile-popup .title img:nth-of-type(2) {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}
}
@media only screen and (max-width: 335px) {
	.category-studies .hero-section-text-small-image .btn-green {
		width: 52%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.category-mobility .hero-section-text-small-image.full-image .text-side {
	width: 55%;
}
.category-mobility .hero-section-text-small-image.full-image .image-side {
	width: 45%;
}
.category-mobility .hero-section-text-small-image.full-image .row {
	gap: 170px;
}
.category-mobility button.card {
	background-color: transparent;
}
@media only screen and (max-width: 990px) {
	.category-mobility .hero-section-text-small-image.full-image .image-side,
	.category-mobility .hero-section-text-small-image.full-image .text-side {
		width: 100%;
	}
	body.category-mobility .hero-section-text-small-image.full-image .row {
		gap: 0;
	}
	.category-mobility
		.hero-section-text-small-image
		.text-side
		.content:not(.font-body-large) {
		margin-bottom: 60px;
	}
}
