/*# sourceMappingURL=page-text.css.map*/

.page-text__container {
	max-width: 1200px;
	padding-top: 56px;
	padding-bottom: 80px;
	position: relative;
}

@media (min-width:1024px) {
	.page-text__container {
		padding-left: 180px;
		padding-right: 180px;
		padding-bottom: 120px;
	}
}

.page-text__content [class*=heading-], .page-text__content h1, .page-text__content h2, .page-text__content h3, .page-text__content h4 {
	color: #33383a;
}

.text-socials {
	display: flex;
	align-items: center;
	gap: 16px;
}

@media (min-width:768px) {
	.text-socials {
		margin-bottom: 0;
	}
}

@media (min-width:1024px) {
	.text-socials {
		flex-direction: column;
	}
}

.text-socials__link {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 24px;
	height: 24px;
	opacity: .8;
}

.text-socials__link img, .text-socials__link svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
	object-position: center;
}

@media (hover:hover) {
	.text-socials__link:hover {
		opacity: 1;
	}
}

.page-text__sticky {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 40px;
}

@media (min-width:1024px) {
	.page-text__sticky {
		flex-direction: column;
		margin-top: 0;
	}
}

.page-text__sticky-text {
	font-size: 14px;
	line-height: 130%;
	font-weight: 700;
	letter-spacing: .1em;
	color: #16807e;
	text-transform: uppercase;
	margin-bottom: 4px;
}

@media (min-width:1024px) {
	.page-text__sticky-text {
		writing-mode: vertical-rl;
		text-orientation: mixed;
		transform: rotate(180deg);
	}
}

@media (min-width:1024px) {
	.page-text__sticky-col {
		position: absolute;
		top: 60px;
		left: 16px;
		bottom: 80px;
	}
}

@media (min-width:1280px) {
	.page-text__sticky-col {
		bottom: 120px;
	}
}

@media (min-width:1440px) {
	.page-text__sticky-col {
		left: 0;
	}
}

@media (min-width:1024px) {
	.page-text__sticky {
		position: sticky;
		top: calc(var(--header-height) + 100px);
	}
}
