#description #desc ul {
	padding-left: 24px;
}
#tabs #description #desc ul li {
	padding: 0;
	background: none;
}
.mobile .panel {
	padding: 15px 0;
}
#pp {
	container: layout/inline-size;
}
#pp .pp {
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	background: #f4f5f5;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 32px 33px;
}
#pp .pp,
#pp .pp--white {
	--main-color: #fff;
}
#pp .pp--blue {
	--main-color: #0094e7;
}
#pp .pp--green {
	--main-color: #a1c900;
}
#pp .pp--red {
	--main-color: #e9242e;
}
#pp .pp *,
#pp .pp :after,
#pp .pp :before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
#pp .pp img,
#pp .pp svg {
	aspect-ratio: attr(width) / attr(height);
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
#pp .pp-row {
	margin: 0 0 32px;
}
#pp .pp-row:last-of-type {
	margin: 0;
}
#pp .pp-row--youtube {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	padding: 32px 0;
}
#pp .pp-row--youtube .pp-row__video {
	position: relative;
	width: calc(75% - 32px);
	background: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	padding: 16px;
	border-radius: 4px;
	margin: auto;
}
#pp .pp-row--youtube .pp-row__video iframe {
	width: 100%;
	height: 100%;
}
#pp .pp-row--youtube .pp-row__video iframe,
#pp .pp-row--youtube .pp-row__video img {
	aspect-ratio: 16/9;
	display: block;
	border-radius: 4px;
}
#pp .pp-row--youtube .pp-row__img {
	inset: 0;
	position: absolute;
}
#pp .pp-row--youtube .pp-row__img img {
	min-height: 100%;
	object-fit: cover;
}
#pp .pp-row--cards {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 16px;
}
#pp .pp-row--cards,
#pp .pp-row--cards .pp-row-card {
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}
#pp .pp-row--cards .pp-row-card {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	padding: 32px;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-ms-flex-align: start;
	align-items: flex-start;
}
#pp .pp-row--cards .pp-row-card__hdl {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 16px;
	z-index: 2;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#pp .pp-row--cards .pp-row-card__text {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	padding: 0 0 0 24px;
	z-index: 2;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#pp .pp-row--cards .pp-row-card__text:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: var(--main-color);
}
#pp .pp-row--cards .pp-row-card__tag {
	position: absolute;
	top: 32px;
	right: 32px;
	color: transparent;
	-webkit-text-stroke: 1px var(--main-color);
	font-family: Roboto, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	z-index: 2;
}
#pp .pp-row--cards .pp-row-card__img img,
#pp .pp-row--cards .pp-row-card__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#pp .pp-row--cards .pp-row-card:after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(33, 33, 33, 0.95), rgba(33, 33, 33, 0.5) 50%, rgba(33, 33, 33, 0) 75%);
}
#pp .pp-row--cards--ar3-4 .pp-row-card {
	aspect-ratio: 3/4;
}
#pp .pp-row--cards--ar4-3 .pp-row-card {
	aspect-ratio: 4/3;
}
#pp .pp-row--big {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	padding: 32px;
	aspect-ratio: 16/9;
}
#pp .pp-row--big--right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#pp .pp-row--big--right .pp-row-big__tag {
	right: auto;
	left: 32px;
}
#pp .pp-row--big .pp-row-big-content {
	padding: 64px;
	border-radius: 4px;
	position: relative;
	width: calc(50% - 8px);
	background: rgba(56, 56, 56, 0.2);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}
#pp .pp-row--big .pp-row-big-content__hdl {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 24px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#pp .pp-row--big .pp-row-big-content__text {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	padding: 0 0 0 24px;
	z-index: 2;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-left: 1px solid var(--main-color);
}
#pp .pp-row--big .pp-row-big-content__text:has(+ ul) {
	margin: 0 0 16px;
}
#pp .pp-row--big .pp-row-big-content__list {
	position: relative;
	padding: 0 0 0 24px;
	list-style-type: none;
}
#pp .pp-row--big .pp-row-big-content__list li {
	position: relative;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#pp .pp-row--big .pp-row-big-content__list li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: -27px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: var(--main-color);
}
#pp .pp-row--big .pp-row-big__img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#pp .pp-row--big .pp-row-big__tag {
	position: absolute;
	top: 32px;
	right: 32px;
	color: transparent;
	-webkit-text-stroke: 1px var(--main-color);
	font-family: Roboto, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	z-index: 2;
}
#pp .pp-row--req {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 16px;
}
#pp .pp-row--req .pp-row-req-half {
	-ms-flex: 1;
	flex: 1;
	padding: 16px 32px;
	border-radius: 4px;
}
#pp .pp-row--req .pp-row-req-half-top {
	gap: 4px;
	margin: 0 0 32px;
}
#pp .pp-row--req .pp-row-req-half-bottom,
#pp .pp-row--req .pp-row-req-half-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: center;
	align-items: center;
}
#pp .pp-row--req .pp-row-req-half-bottom {
	gap: 12px;
}
#pp .pp-row--req .pp-row-req-half-att {
	width: 100%;
}
#pp .pp-row--req .pp-row-req-half__icon {
	width: 64px;
	aspect-ratio: 1;
	border-radius: 32px;
	background: #fff3ec;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
}
#pp .pp-row--req .pp-row-req-half__hdl {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color: #212121;
	text-align: center;
}
#pp .pp-row--req .pp-row-req-half__subhdl {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	color: #c6c6c6;
	text-align: center;
}
#pp .pp-row--req .pp-row-req-half__title {
	text-align: center;
	font-family: Roboto, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}
#pp .pp-row--req .pp-row-req-half__text {
	text-align: center;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}
#pp .pp-row--req .pp-row-req-half:last-of-type {
	background: #fff;
}
#pp .pp-row--req .pp-row-req-half:last-of-type .pp-row-req-half__icon {
	background: #f2fde5;
}
#pp .pp-row a {
	color: #fff;
}
#pp .pp-row a:hover {
	color: var(--main-color);
}
@container layout (inline-size < 1000px) {
	#pp .pp {
		padding: 15px;
	}
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar3-4 {
		overflow: scroll;
		scrollbar-width: none;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 0 15px;
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar3-4::-webkit-scrollbar {
		display: none;
	}
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar3-4 .pp-row-card {
		-ms-flex: 1 0 calc(50% - 64px);
		flex: 1 0 calc(50% - 64px);
	}
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar4-3 .pp-row-card {
		aspect-ratio: 1;
	}
}
@container layout (inline-size < 850px) {
	#pp .pp .pp-row {
		margin: 0 0 16px;
	}
	#pp .pp .pp-row:last-of-type {
		margin: 0;
	}
	#pp .pp .pp-row--youtube {
		padding: 16px;
	}
	#pp .pp .pp-row--youtube .pp-row__video {
		width: calc(100% - 8px);
	}
	#pp .pp .pp-row--cards .pp-row-card {
		padding: 24px;
	}
	#pp .pp .pp-row--cards .pp-row-card__hdl {
		font-size: 20px;
		margin: 0 0 12px;
	}
	#pp .pp .pp-row--cards .pp-row-card__tag {
		top: 24px;
		right: 24px;
		font-size: 24px;
	}
	#pp .pp .pp-row.pp-row--big {
		padding: 24px;
	}
	#pp .pp .pp-row.pp-row--big .pp-row-big-content {
		padding: 24px;
		width: 75%;
	}
	#pp .pp .pp-row.pp-row--big .pp-row-big-content__hdl {
		font-size: 20px;
		margin: 0 0 12px;
	}
	#pp .pp .pp-row.pp-row--big .pp-row-big-content__list li,
	#pp .pp .pp-row.pp-row--big .pp-row-big-content__text {
		font-size: 14px;
	}
	#pp .pp .pp-row.pp-row--big .pp-row-big-content__list li:before {
		width: 6px;
		height: 6px;
		top: 7px;
	}
	#pp .pp .pp-row.pp-row--big .pp-row-big__tag {
		top: 24px;
		right: 24px;
		font-size: 24px;
	}
	#pp .pp .pp-row.pp-row--big--right .pp-row-big__tag {
		right: auto;
		left: 24px;
	}
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar4-3 .pp-row-card {
		aspect-ratio: 3/4;
	}
}
@container layout (inline-size < 750px) {
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar3-4 .pp-row-card {
		-ms-flex: 1 0 calc(50% - 32px);
		flex: 1 0 calc(50% - 32px);
	}
}
@container layout (inline-size < 650px) {
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar3-4 .pp-row-card,
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar4-3 .pp-row-card {
		-ms-flex: 1 0 calc(60% - 16px);
		flex: 1 0 calc(60% - 16px);
	}
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar4-3 {
		overflow: scroll;
		scrollbar-width: none;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 0 15px;
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar4-3::-webkit-scrollbar {
		display: none;
	}
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar4-3 .pp-row-card {
		-ms-flex: 1 0 calc(60% - 16px);
		flex: 1 0 calc(60% - 16px);
	}
	#pp .pp .pp-row.pp-row--big {
		aspect-ratio: 4/3;
	}
	#pp .pp .pp-row-req-half {
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
}
@container layout (inline-size < 550px) {
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar3-4 .pp-row-card,
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar4-3 .pp-row-card {
		-ms-flex: 1 0 calc(75% - 16px);
		flex: 1 0 calc(75% - 16px);
	}
	#pp .pp .pp-row.pp-row--big {
		aspect-ratio: 3/4;
	}
	#pp .pp .pp-row.pp-row--big .pp-row-big-content {
		width: 100%;
	}
	#pp .pp .pp-row.pp-row--big--right .pp-row-big__tag {
		left: auto;
		right: 24px;
	}
}
@container layout (inline-size < 450px) {
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar3-4 .pp-row-card,
	#pp .pp .pp-row.pp-row--cards.pp-row--cards--ar4-3 .pp-row-card {
		-ms-flex: 1 0 calc(100% - 48px);
		flex: 1 0 calc(100% - 48px);
	}
	#pp .pp .pp-row--cards .pp-row-card__text {
		padding: 0 0 0 16px;
	}
	#pp .pp .pp-row.pp-row--big {
		aspect-ratio: 9/16;
		padding: 8px;
	}
	#pp .pp .pp-row.pp-row--big .pp-row-big__tag {
		top: 12px;
		right: 12px;
	}
}
