/* Company Profile page — standalone styles (no build step required). */

.noxt-page--company-profile .noxt-company-profile-intro {
	background: #fff !important;
	padding: 56px 0 40px !important;
}

.noxt-page--company-profile .noxt-company-profile-intro .noxt-container,
.noxt-page--company-profile .noxt-company-profile-stats .noxt-container,
.noxt-page--company-profile .noxt-company-profile-footer .noxt-container,
.noxt-page--company-profile .noxt-company-profile-gallery .noxt-container {
	box-sizing: border-box !important;
	margin-inline: auto !important;
	max-width: calc(1240px + 50px * 2) !important;
	padding-inline: 50px !important;
	width: 100% !important;
}

.noxt-page--company-profile .noxt-company-profile-intro__layout,
.noxt-page--company-profile .noxt-company-profile-intro__inner {
	align-items: start !important;
	display: grid !important;
	gap: 32px 40px !important;
	grid-template-columns: minmax(0, 1fr) !important;
	margin-inline: 0 !important;
	max-width: none !important;
	text-align: left !important;
	width: 100% !important;
}

.noxt-page--company-profile .noxt-company-profile-intro--with-media .noxt-company-profile-intro__layout {
	align-items: center !important;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 420px) !important;
}

.noxt-page--company-profile .noxt-company-profile-intro__copy {
	min-width: 0 !important;
}

.noxt-page--company-profile .noxt-company-profile-intro__title {
	color: #1b1464 !important;
	font-family: "Work Sans Medium", sans-serif !important;
	font-size: 36px !important;
	line-height: 42px !important;
	margin: 0 0 24px !important;
	text-align: left !important;
}

.noxt-page--company-profile .noxt-company-profile-intro__content {
	color: #5b5e6b !important;
	font-family: "Work Sans Regular", sans-serif !important;
	font-size: 16px !important;
	line-height: 24px !important;
	text-align: left !important;
}

.noxt-page--company-profile .noxt-company-profile-intro__content p {
	margin: 0 0 20px !important;
}

.noxt-page--company-profile .noxt-company-profile-intro__content p:last-child {
	margin-bottom: 0 !important;
}

.noxt-page--company-profile .noxt-company-profile-intro__media,
.noxt-page--company-profile .noxt-company-profile-hero__figure {
	align-self: center !important;
	margin: 0 auto !important;
	max-width: 420px !important;
}

.noxt-page--company-profile .noxt-company-profile-intro__image,
.noxt-page--company-profile .noxt-company-profile-hero__image {
	border-radius: 8px !important;
	display: block !important;
	height: auto !important;
	margin-inline: 0 !important;
	max-height: 320px !important;
	object-fit: cover !important;
	width: 100% !important;
}

.noxt-page--company-profile .noxt-company-profile-hero {
	background: #fff !important;
	padding: 0 0 32px !important;
}

.noxt-page--company-profile .noxt-company-profile-stats {
	background: #f6f7fb !important;
	padding: 32px 0 !important;
}

.noxt-page--company-profile .noxt-company-profile-stats__grid {
	display: grid !important;
	gap: 32px 24px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.noxt-page--company-profile .noxt-company-profile-stat {
	text-align: center !important;
}

.noxt-page--company-profile .noxt-company-profile-stat__value {
	color: #1b1464 !important;
	font-family: "Work Sans Medium", sans-serif !important;
	font-size: 30px !important;
	line-height: 34px !important;
	margin: 0 0 6px !important;
}

.noxt-page--company-profile .noxt-company-profile-stat__label {
	color: #5b5e6b !important;
	font-family: "Work Sans Regular", sans-serif !important;
	font-size: 16px !important;
	line-height: 24px !important;
	margin: 0 !important;
}

.noxt-page--company-profile .noxt-company-profile-footer {
	background: #fff !important;
	padding: 40px 0 32px !important;
}

.noxt-page--company-profile .noxt-company-profile-footer__inner {
	color: #5b5e6b !important;
	font-family: "Work Sans Regular", sans-serif !important;
	font-size: 16px !important;
	line-height: 24px !important;
	margin-inline: 0 !important;
	max-width: 920px !important;
	text-align: left !important;
	width: 100% !important;
}

.noxt-page--company-profile .noxt-company-profile-footer__inner p {
	margin: 0 !important;
}

.noxt-page--company-profile .noxt-company-profile-galleries {
	background: #fff !important;
	padding: 0 0 72px !important;
}

.noxt-page--company-profile .noxt-company-profile-gallery {
	padding: 0 0 28px !important;
}

.noxt-page--company-profile .noxt-company-profile-gallery:last-child {
	padding-bottom: 0 !important;
}

.noxt-page--company-profile .noxt-company-profile-gallery__title {
	color: #1b1464 !important;
	font-family: "Work Sans Medium", sans-serif !important;
	font-size: 20px !important;
	line-height: 28px !important;
	margin: 0 0 16px !important;
	text-align: left !important;
}

.noxt-page--company-profile .noxt-company-profile-gallery__items {
	display: grid !important;
	gap: 12px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.noxt-page--company-profile .noxt-company-profile-gallery__item {
	margin: 0 !important;
}

.noxt-page--company-profile .noxt-company-profile-gallery__item.is-gallery-collapsed,
.noxt-page--company-profile .noxt-company-profile-gallery:not(.is-expanded) .noxt-company-profile-gallery__item:nth-child(n+5) {
	display: none !important;
}

.noxt-page--company-profile .noxt-company-profile-gallery.is-expanded .noxt-company-profile-gallery__item.is-gallery-collapsed,
.noxt-page--company-profile .noxt-company-profile-gallery.is-expanded .noxt-company-profile-gallery__item:nth-child(n+5) {
	display: block !important;
}

.noxt-page--company-profile .noxt-company-profile-gallery__trigger {
	aspect-ratio: 16 / 10 !important;
	background: #f3f4f8 !important;
	border: 0 !important;
	cursor: zoom-in !important;
	display: block !important;
	max-height: 150px !important;
	overflow: hidden !important;
	padding: 0 !important;
	width: 100% !important;
}

.noxt-page--company-profile .noxt-company-profile-gallery__image {
	display: block !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	width: 100% !important;
}

.noxt-page--company-profile .noxt-company-profile-gallery__toggle {
	background: transparent !important;
	border: 1px solid #d7dbe8 !important;
	border-radius: 999px !important;
	color: #1b1464 !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font-family: "Work Sans Medium", sans-serif !important;
	font-size: 14px !important;
	line-height: 1 !important;
	margin-top: 12px !important;
	padding: 10px 18px !important;
}

.noxt-page--company-profile .noxt-company-profile-gallery__toggle:hover,
.noxt-page--company-profile .noxt-company-profile-gallery__toggle:focus {
	background: #f6f7fb !important;
}

@media (max-width: 1023px) {
	.noxt-page--company-profile .noxt-company-profile-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.noxt-page--company-profile .noxt-company-profile-gallery__items {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 991px) {
	.noxt-page--company-profile .noxt-company-profile-intro--with-media .noxt-company-profile-intro__layout {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.noxt-page--company-profile .noxt-company-profile-intro__media,
	.noxt-page--company-profile .noxt-company-profile-hero__figure {
		max-width: 480px !important;
	}
}

@media (max-width: 767px) {
	.noxt-page--company-profile .noxt-company-profile-intro {
		padding: 40px 0 28px !important;
	}

	.noxt-page--company-profile .noxt-company-profile-intro .noxt-container,
	.noxt-page--company-profile .noxt-company-profile-stats .noxt-container,
	.noxt-page--company-profile .noxt-company-profile-gallery .noxt-container,
	.noxt-page--company-profile .noxt-company-profile-footer .noxt-container {
		max-width: calc(1240px + 24px * 2) !important;
		padding-inline: 24px !important;
	}

	.noxt-page--company-profile .noxt-company-profile-intro__title {
		font-size: 28px !important;
		line-height: 34px !important;
		margin-bottom: 20px !important;
	}

	.noxt-page--company-profile .noxt-company-profile-intro__content {
		font-size: 15px !important;
		line-height: 22px !important;
	}

	.noxt-page--company-profile .noxt-company-profile-intro__image,
	.noxt-page--company-profile .noxt-company-profile-hero__image {
		max-height: 240px !important;
	}

	.noxt-page--company-profile .noxt-company-profile-stats {
		padding-block: 28px !important;
	}

	.noxt-page--company-profile .noxt-company-profile-galleries {
		padding-bottom: 56px !important;
	}

	.noxt-page--company-profile .noxt-company-profile-gallery__items {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.noxt-page--company-profile .noxt-company-profile-gallery__trigger {
		max-height: 120px !important;
	}
}
