.page-loader__logo-wrap {
	opacity: .75;
}

.pdf_content {
	width: 768px;
	margin: 0 auto;
}

.pdf_content--images {
	margin: 32px 0;
}

.section-pdf {
	margin: 64px 0;
}

.mixer__buttons {
	margin-top: 16px;
	display: flex;
	gap: 16px;
	flex-direction: column;
}

.btn--ghost {
	background-color: transparent;
	color: #233a5f;
}

#form__url {
	display: none !important;
}

.story-container {
	width: 100px;
	height: 100px;
	background-color: #fff;
	z-index: 5;
	position: fixed;
	top: 96px;
	left: 16px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 5px solid red;
}

.story-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-position: center;
	object-fit: cover;
	overflow: hidden;
	border-radius: 100px;
	padding: 2px;
}

.story-container a:hover {
	opacity: .8;
}

.story-wrapper {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	display: none;
}

.story-content {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 16px;
}

.story-video {
	aspect-ratio: 3/5;
	width: 100%;
	max-width: 480px;
	position: relative;
}

.story-close {
	display: flex;
	max-width: 480px;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 8px;
}

.story-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-position: center;
	object-fit: cover;
	overflow: hidden;
}

.story-close a:hover {
	opacity: .7;
}

.story-video__line {
	position: absolute;
	width: 0;
	height: 4px;
	background-color: rgba(255, 255, 255, .5);
}