.article-series {
	position: relative;
}

.article-series__posts {
	justify-content: space-between;
	flex-wrap: wrap;
}

.article-series__posts--single {
	flex-wrap: wrap;
}

.article-series__posts--single:hover .article-series__posts--single--image .article-series__posts--single--image--background {
	transform: scale(1.1);
}

.article-series__posts--single:hover .article-series__posts--single--top-tag--event {
	padding: 0;
	margin-top: 8px;
	margin-left: 8px;
}

.article-series__posts--single:hover .article-series__posts--single--top-tag--icon {
	width: 78px;
	height: 78px;
	margin-top: 5px;
	margin-left: 5px;
}

@media (min-width: 600px) {
	.article-series__posts--single {
		width: 48%;
	}
}

.article-series__posts--single--top-tag {
	z-index: 3;
	color: #ffffff;
	top: 91px;
	left: 56px;
}

.article-series__posts--single--top-tag--event {
	border: 1px solid #ffffff;
	padding: 8px;
	width: 71px;
	height: 71px;
	align-items: center;
	justify-content: space-around;
	transition: all 0.4s ease;
}

.article-series__posts--single--top-tag--event--line {
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

.article-series__posts--single--top-tag--icon {
	width: 88px;
	height: 88px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	transition: all 0.4s ease;
}

.article-series__posts--single--top-tag--icon--video {
	height: 31px;
	width: auto;
}

.article-series__posts--single--top-tag--icon--podcast {
	height: 70px;
	width: auto;
}

.article-series__posts--single--top-tag p {
	margin: 0;
	font-size: 18px;
}

.article-series__posts--single--content {
	justify-content: space-between;
	max-width: 300px;
}

.article-series__posts--single--content--header {
	margin: 20px 0;
}

@media (min-width: 1200px) {
	.article-series__posts--single--content--header {
		margin: 0;
	}
}

.article-series__posts--single--content--header * {
	margin: 0;
}

.article-series__posts--single--image {
	width: 200px;
	height: 270px;
	overflow: hidden;
}

@media (min-width: 600px) {
	.article-series__posts--single--image {
		margin-right: 20px;
	}
}

.article-series__posts--single--image--background {
	transition: transform 0.4s;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
}

.article-issue__wrap {
	margin-right: 80px;
}

.article-issue__article-block {
	width: 420px;
	height: 770px;
}

.article-issue__article-block:hover .article-issue__article-block--top img {
	transform: scale(1.1);
}

.article-issue__article-block--top {
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.article-issue__article-block--top img {
	transition: transform 0.8s;
}

.article-issue__article-block--bottom {
	height: calc(320px - 80px);
	display: inline-block;
	background-color: #F2F4F8;
	padding: 40px;
}

.article-issue__article-block--bottom--content {
	height: 100%;
	justify-content: space-between;
}

.article-issue__article-block--bottom--text * {
	margin: 0;
}

.article-issue__post-block {
	width: 420px;
	height: 770px;
}

.article-issue__post-block:hover .article-issue__post-block--background img {
	transform: scale(1.1);
}

.article-issue__post-block:hover .article-issue__post-block--top-tag--event {
	padding: 0;
	margin-top: 8px;
	margin-left: 8px;
}

.article-issue__post-block:hover .article-issue__post-block--top-tag--icon {
	width: 78px;
	height: 78px;
	margin-top: 5px;
	margin-left: 5px;
}

.article-issue__post-block--background {
	top: 0;
	left: 0;
	width: 100%;
	height: 770px;
	overflow: hidden;
	z-index: 1;
}

.article-issue__post-block--background img {
	transition: transform 0.4s;
}

.article-issue__post-block--gradient {
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 770px;
	background: linear-gradient(0deg, #2a2b2c 13.54%, rgba(42, 43, 44, 0) 100%);
}

.article-issue__post-block--top-tag {
	z-index: 3;
	color: #ffffff;
	top: 40px;
	left: 40px;
}

.article-issue__post-block--top-tag--event {
	border: 1px solid #ffffff;
	padding: 8px;
	width: 71px;
	height: 71px;
	align-items: center;
	justify-content: space-around;
	transition: all 0.4s ease;
}

.article-issue__post-block--top-tag--event--line {
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

.article-issue__post-block--top-tag--icon {
	width: 88px;
	height: 88px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	transition: all 0.4s ease;
}

.article-issue__post-block--top-tag--icon--video {
	height: 31px;
	width: auto;
}

.article-issue__post-block--top-tag--icon--podcast {
	height: 70px;
	width: auto;
}

.article-issue__post-block--top-tag p {
	margin: 0;
	font-size: 18px;
}

.article-issue__post-block--bottom {
	color: #ffffff;
	bottom: 0;
	z-index: 3;
	height: calc(320px - 80px);
	display: inline-block;
	background-color: transparent;
	padding: 40px;
}

.article-issue__post-block--bottom--content {
	height: 100%;
	justify-content: space-between;
}

.article-issue__post-block--bottom--text * {
	margin: 0;
}

.article-issue__post-block--bottom--button {
	color: #ffffff;
}

.article-issue__post-block--bottom--button--2:hover .button__link--arrow {
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
}

.items-container__items {
	display: flex;
	overflow-x: auto;
	cursor: grab;
}

@media (min-width: 769px) {
	.items-container__items::-webkit-scrollbar {
		background-color: transparent;
		width: 16px;
	}
	.items-container__items::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.items-container__items::-webkit-scrollbar-thumb {
		background-color: #babac0;
		border-radius: 16px;
		border: 4px solid #fff;
	}
	.items-container__items::-webkit-scrollbar-button {
		display: none;
	}
	.items-container__items:before {
		opacity: var(--before-visibility, 0);
		content: "";
		top: 0;
		left: 0;
		width: 10%;
		height: calc(100% - 16px);
		background: linear-gradient(to left, rgba(255, 255, 255, 0) 30%, white 100%);
		position: absolute;
		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
		-ms-transition: opacity 0.2s ease;
		-o-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease-out;
	}
	.items-container__items:after {
		visibility: var(--after-visibility, visible);
		content: "";
		top: 0;
		right: 0;
		width: 10%;
		height: calc(100% - 16px);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, white 100%);
		position: absolute;
	}
}

@media (max-width: 900px) {
	#margin-resize {
		margin-left: 20px !important;
	}
}

.article-event__schedule {
	margin-bottom: 120px;
}

@media (min-width: 1200px) {
	.article-event__schedule {
		margin-left: 8.3%;
		margin-right: 8.3%;
		margin-bottom: 80px;
	}
}

.article-event__schedule--title {
	margin-bottom: 71px;
}

@media (min-width: 1200px) {
	.article-event__schedule--title {
		margin-bottom: 40px;
	}
}

.article-event__schedule--date {
	position: absolute;
	right: 0;
	top: 0;
	border: 1px solid #2A2B2C;
	padding: 8px;
	width: 71px;
	height: 71px;
	align-items: center;
	justify-content: space-around;
}

@media (min-width: 1200px) {
	.article-event__schedule--date {
		position: absolute;
		right: 0;
		top: 0;
	}
}

.article-event__schedule--date--line {
	width: 100%;
	height: 1px;
	background-color: #2A2B2C;
}

.article-event__schedule--date p {
	margin: 0;
}

@media (min-width: 769px) {
	.article-event__schedule--speaker--time {
		width: 20%;
	}
}

.article-event__schedule--speaker--info {
	align-items: center;
}

@media (min-width: 769px) {
	.article-event__schedule--speaker--info {
		width: 80%;
	}
}

.article-event__schedule--speaker--info--image {
	border-radius: 50vw;
	overflow: hidden;
	min-width: 70px;
	max-width: 70px;
	height: 100px;
	margin-right: 40px;
}

.article-event__schedule--speaker--info--image img {
	object-fit: cover;
	height: 100%;
}

.article-event__schedule--speaker--info--content {
	max-width: 420px;
}

.article-event__schedule--speaker--button {
	position: absolute;
	right: 0;
	bottom: -80px;
}

@media (min-width: 1200px) {
	.article-event__schedule--speaker--button {
		bottom: 0;
	}
}

.article-event__about-speakers {
	background: #551964;
	color: #ffffff;
}

@media (min-width: 1200px) {
	.article-event__about-speakers--wrap {
		padding-left: 8.3%;
		padding-right: 8.3%;
		width: calc(100% - 16.6%);
	}
}

@media (min-width: 1200px) {
	.article-event__about-speakers--title {
		width: 20%;
	}
}

@media (min-width: 1200px) {
	.article-event__about-speakers--list {
		width: 80%;
	}
}

.article-event__about-speakers--single {
	width: 100%;
	padding: 40px 0;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #ffffff;
}

.article-event__about-speakers--single:last-child {
	border-bottom: none;
}

.article-event__about-speakers--single--image {
	border-radius: 50vw;
	overflow: hidden;
	min-width: 200px;
	max-width: 200px;
	height: 290px;
	margin-right: 40px;
}

.article-event__about-speakers--single--image img {
	object-fit: cover;
	height: 100%;
}

.article-event__about-speakers--single--content {
	justify-content: space-between;
	margin: 20px 0;
}

@media (min-width: 1200px) {
	.article-event__about-speakers--single--content {
		margin: 0;
		width: 50%;
		height: 270px;
	}
}

.article-event__about-speakers--single--content--tags p {
	margin: 0;
}

.article-event__about-speakers--single--company-logo {
	margin: 20px 0;
	filter: brightness(0) invert(1);
}

@media (min-width: 1200px) {
	.article-event__about-speakers--single--company-logo {
		margin: 0;
		width: 20%;
		justify-content: flex-end;
		margin: 0;
	}
}

.article-event__about-speakers--single--company-logo img {
	display: block;
	height: auto;
	width: auto;
	max-height: 40px;
	max-width: 160px;
}

.audio-player {
	width: 95%;
}

@media (min-width: 769px) {
	.audio-player {
		justify-content: space-around;
		align-items: center;
	}
}

.audio-player__controls {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	margin: 20px 0;
}

@media (min-width: 769px) {
	.audio-player__controls {
		width: calc(70% - 102px);
		margin: 0;
	}
}

.audio-player__player-button {
	background-color: transparent;
	border: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 0;
	margin-right: 20px;
}

.audio-player__timeline {
	-webkit-appearance: none;
	width: calc(100% - 50px);
	height: 1px;
	background-color: #e5e5e5;
	border-radius: 5px;
	background-size: 0% 100%;
	background-image: linear-gradient(#551964, #75F4F4);
	background-repeat: no-repeat;
}

.audio-player__timeline::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	transition: all 0.1s;
	background-color: #2A2B2C;
	border: 1px solid #ffffff;
	opacity: 1;
}

.audio-player__timeline::-webkit-slider-thumb:hover {
	background-color: #ffffff;
	opacity: 1;
}

.audio-player__timeline::-moz-range-thumb {
	-webkit-appearance: none;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	transition: all 0.1s;
	background-color: #2A2B2C;
	border: 1px solid #ffffff;
}

.audio-player__timeline::-moz-range-thumb:hover {
	background-color: #ffffff;
	opacity: 1;
}

.audio-player__timeline::-ms-thumb {
	-webkit-appearance: none;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	transition: all 0.1s;
	background-color: #2A2B2C;
	border: 1px solid #ffffff;
}

.audio-player__timeline::-ms-thumb:hover {
	background-color: #ffffff;
	opacity: 1;
}

.audio-player__timeline::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	box-shadow: none;
	border: none;
	background: transparent;
}

.audio-player__timeline::-moz-range-track {
	-webkit-appearance: none;
	box-shadow: none;
	border: none;
	background: transparent;
}

.audio-player__timeline::-ms-track {
	-webkit-appearance: none;
	box-shadow: none;
	border: none;
	background: transparent;
}

.audio-player__timeline::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	box-shadow: none;
	border: none;
	background: transparent;
}

.audio-player__time {
	width: 20%;
	margin: 20px 0;
}

@media (min-width: 769px) {
	.audio-player__time {
		margin: 0;
	}
}

@media (min-width: 769px) {
	#margin-resize {
		margin-left: 68px;
	}
}