.text {
	line-height: 1.7;
	container: text / inline-size;
}

.text h2:not([class]),
.text .h2 {
	line-height: 1.3;
	text-align: left;
	font-weight: 600;
	margin-bottom: 0.6em;
}

.text h2:not([class]):not(:first-child),
.text .h2:not(:first-child) {
	margin-top: 1.5em;
}

.text h3:not([class]),
.text .h3 {
	line-height: 1.3;
	text-align: left;
	font-weight: bold;
	margin-bottom: 0.6em;
}

.text h3:not([class]):not(:first-child),
.text .h3:not(:first-child) {
	margin-top: 1.3em;
}

.text h2:not([class]):target:before,
.text .h2:target:before,
.text h3:not([class]):target:before,
.text .h3:target:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	left: -15px;
	width: 3px;
	background: #c1aa81;
}

@container (max-width: 599px) {
	.text h2:not([class]),
	.text .h2 {
		font-size: 1.57em;
	}

	.text h3:not([class]),
	.text .h3 {
		font-size: 1.28em;
	}
}

@container (min-width: 600px) {
	.text h2:not([class]),
	.text .h2 {
		font-size: 2em;
	}

	.text h3:not([class]),
	.text .h3 {
		font-size: 1.57em;
	}
}

.text p,
.text ul,
.text ol {
	margin-bottom: 1em;
	font-size: inherit;
	line-height: inherit;
}

.text p + ul,
.text p + ol {
	margin-top: -0.5em;
}

.text li {
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}

.text ol {list-style-type: var(--list-style-type, decimal);}
.text ol ol {list-style-type: var(--list-style-type, lower-latin);}
.text ol ol ol {list-style-type: var(--list-style-type, lower-roman);}

.text ul {list-style-type:var(--list-style-type, disc)}
.text ul ul{list-style-type:var(--list-style-type, circle)}
.text ul ul ul {list-style-type:var(--list-style-type, square)}

.text strong,
.text b {
	font-weight: 600;
	font-size: 1.1em;
}

.text span.marker {
	background-color: #c1aa81;
	padding: 5px 10px;
	border-left: 3px solid #b0935f;
	line-height: 1.4;
	zoom: 1;
	*display: inline;
	display: inline-block;
}

.text hr {
	border-top: 3px solid #8b8b8b;
	height: 0;
	margin: 1.5em 0;
	box-sizing: border-box;
}

.text blockquote {
	margin: 1.2em 0;
	color: #555555;
	font-size: 1.14em;
	font-weight: 500;
	line-height: 1.4;
	font-style: italic;
	padding: 5px 8px 5px 20px;
	border-left: 5px solid #F0F1F3;
}

.text blockquote > p:last-child,
.text blockquote > ul:last-child,
.text blockquote > ol:last-child {
	margin-bottom: 0;
}

.text .table,
.text > table {
	margin-bottom: 20px;
}

.text table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	font-size: inherit;
}

.text table td,
.text table th {
	padding: 10px;
}

.text table thead td,
.text table th {
	font-weight: 600;
}

.text table thead {
	border-bottom: 2px solid #a4906b;
	background-color: #fafafa;
}

.text table thead td {
	vertical-align: bottom;
}

.text table tbody th,
.text table tbody td {
	border-bottom: 1px solid #e1e1e1;
}

.text table tbody tr:hover td,
.text table tbody tr:hover th {
	background-color: #ededed;
}

.text table tbody th {
	text-align: right;
	border-right: 2px solid #e1e1e1;
	background-color: #fafafa;
	padding-right: 20px;
}

.text table tfoot {
	font-weight: 500;
	font-size: 16px;
	background: #e3d8c5;
}

.text img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100vh;
	border-radius: 2px;
}

.text img.with-border {
	border: 2px solid #ededed;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.text > img {
	margin-bottom: 1em;
}

.text figcaption,
.text .caption {
	font-style: italic;
	color: #555555;
	line-height: 1.1;
}

.text figure img + figcaption,
.text .caption_bottom {
	margin-top: 8px;
}

.text .img-right,
.text .img-left,
.text .img-center {
	margin: 1em 0;
	z-index: 2;
	text-align: center;
}

.text .img-group {
	text-align: center;
}

.text .img-group img {
	height: 280px;
	margin: 3px;
}

.text .imgs-cells {
	margin-top: 15px;
	margin-bottom: 15px;
}

.text .imgs-cells:after {
	content: '';
	display: block;
	clear: both;
}

.text .imgs-cells > a {
	border-radius: 6px;
}

.text .imgs-cells > a > img {
	display: block;
}

.text .imgs-cells > a:hover {
	-webkit-box-shadow: 0 0 0 5px #e1e1e1;
	-moz-box-shadow: 0 0 0 5px #e1e1e1;
	box-shadow: 0 0 0 5px #e1e1e1;
}

.text .imgs-cells > a:only-child img {
	max-width: 100%;
}

.text .imgs-cells > a:not(:only-child) img {
	width: 100%;
}

.text .imgs-cells > a,
.text .imgs-cells > img,
.text .imgs-cells > figure {
	margin-bottom: 20px;
}

.text .imgs-cells > a:only-child,
.text .imgs-cells > img:only-child,
.text .imgs-cells > figure:only-child {
	max-width: 100%;
	zoom: 1;
	*display: inline;
	display: inline-block;
}

.text .imgs-cells > a:not(:only-child),
.text .imgs-cells > img:not(:only-child),
.text .imgs-cells > figure:not(:only-child) {
	display: block;
}

@media all and (min-width: 460px) {
	.text .imgs-cells > a:not(:only-child),
	.text .imgs-cells > img:not(:only-child),
	.text .imgs-cells > figure:not(:only-child) {
		float: left;
	}
}

@media all and (min-width: 460px) and (max-width: 639px) {
	.text .imgs-cells > a:not(:only-child),
	.text .imgs-cells > img:not(:only-child),
	.text .imgs-cells > figure:not(:only-child) {
		width: 48%;
	}

	.text .imgs-cells > a:not(:only-child):nth-child(2n+1),
	.text .imgs-cells > img:not(:only-child):nth-child(2n+1),
	.text .imgs-cells > figure:not(:only-child):nth-child(2n+1) {
		clear: both;
		margin-right: 4%;
	}
}

@media all and (min-width: 640px) {
	.text .imgs-cells > a:not(:only-child):nth-last-child(2):first-child,
	.text .imgs-cells > img:not(:only-child):nth-last-child(2):first-child,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child,
	.text .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ a,
	.text .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ a,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ a,
	.text .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ img,
	.text .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ img,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ img,
	.text .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ figure,
	.text .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ figure,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ figure {
		max-width: 48%;
	}

	.text .imgs-cells > a:not(:only-child):nth-last-child(2):first-child:nth-child(2n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(2):first-child:nth-child(2n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child:nth-child(2n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ a:nth-child(2n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ a:nth-child(2n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ a:nth-child(2n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ img:nth-child(2n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ img:nth-child(2n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ img:nth-child(2n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(2):first-child ~ figure:nth-child(2n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(2):first-child ~ figure:nth-child(2n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(2):first-child ~ figure:nth-child(2n+1) {
		margin-right: 4%;
	}

	.text .imgs-cells > a:not(:only-child):nth-last-child(3):first-child,
	.text .imgs-cells > img:not(:only-child):nth-last-child(3):first-child,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child,
	.text .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ a,
	.text .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ a,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ a,
	.text .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ img,
	.text .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ img,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ img,
	.text .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ figure,
	.text .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ figure,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ figure {
		max-width: 32%;
	}

	.text .imgs-cells > a:not(:only-child):nth-last-child(3):first-child:not(:nth-child(3n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(3):first-child:not(:nth-child(3n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child:not(:nth-child(3n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ a:not(:nth-child(3n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ a:not(:nth-child(3n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ a:not(:nth-child(3n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ img:not(:nth-child(3n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ img:not(:nth-child(3n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ img:not(:nth-child(3n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(3):first-child ~ figure:not(:nth-child(3n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(3):first-child ~ figure:not(:nth-child(3n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(3):first-child ~ figure:not(:nth-child(3n)) {
		margin-right: 2%;
	}
}

@media all and (min-width: 640px) and (max-width: 767px) {
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ a,
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ a,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ a,
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ img,
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ img,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ img,
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ figure,
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ figure,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ figure {
		width: 32%;
	}

	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4):not(:nth-child(3n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4):not(:nth-child(3n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4):not(:nth-child(3n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ a:not(:nth-child(3n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ a:not(:nth-child(3n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ a:not(:nth-child(3n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ img:not(:nth-child(3n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ img:not(:nth-child(3n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ img:not(:nth-child(3n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ figure:not(:nth-child(3n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ figure:not(:nth-child(3n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ figure:not(:nth-child(3n)) {
		margin-right: 2%;
	}

	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4):nth-child(3n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4):nth-child(3n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4):nth-child(3n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ a:nth-child(3n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ a:nth-child(3n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ a:nth-child(3n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ img:nth-child(3n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ img:nth-child(3n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ img:nth-child(3n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+4) ~ figure:nth-child(3n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+4) ~ figure:nth-child(3n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+4) ~ figure:nth-child(3n+1) {
		clear: both;
	}
}

@media all and (min-width: 768px) {
	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child,
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child,
	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ a,
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ a,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ a,
	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ img,
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ img,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ img,
	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ figure,
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ figure,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ figure {
		max-width: 23.5%;
	}

	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child:not(:nth-child(4n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child:not(:nth-child(4n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child:not(:nth-child(4n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ a:not(:nth-child(4n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ a:not(:nth-child(4n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ a:not(:nth-child(4n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ img:not(:nth-child(4n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ img:not(:nth-child(4n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ img:not(:nth-child(4n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ figure:not(:nth-child(4n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ figure:not(:nth-child(4n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ figure:not(:nth-child(4n)) {
		margin-right: 2%;
	}

	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child:nth-child(4n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child:nth-child(4n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child:nth-child(4n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ a:nth-child(4n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ a:nth-child(4n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ a:nth-child(4n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ img:nth-child(4n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ img:nth-child(4n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ img:nth-child(4n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(4):first-child ~ figure:nth-child(4n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(4):first-child ~ figure:nth-child(4n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(4):first-child ~ figure:nth-child(4n+1) {
		clear: both;
	}

	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ a,
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ a,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ a,
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ img,
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ img,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ img,
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ figure,
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ figure,
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ figure {
		width: 23.5%;
	}

	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5):not(:nth-child(4n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5):not(:nth-child(4n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5):not(:nth-child(4n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ a:not(:nth-child(4n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ a:not(:nth-child(4n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ a:not(:nth-child(4n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ img:not(:nth-child(4n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ img:not(:nth-child(4n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ img:not(:nth-child(4n)),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ figure:not(:nth-child(4n)),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ figure:not(:nth-child(4n)),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ figure:not(:nth-child(4n)) {
		margin-right: 2%;
	}

	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5):nth-child(4n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5):nth-child(4n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5):nth-child(4n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ a:nth-child(4n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ a:nth-child(4n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ a:nth-child(4n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ img:nth-child(4n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ img:nth-child(4n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ img:nth-child(4n+1),
	.text .imgs-cells > a:not(:only-child):nth-last-child(n+5) ~ figure:nth-child(4n+1),
	.text .imgs-cells > img:not(:only-child):nth-last-child(n+5) ~ figure:nth-child(4n+1),
	.text .imgs-cells > figure:not(:only-child):nth-last-child(n+5) ~ figure:nth-child(4n+1) {
		clear: both;
	}
}

.text .figure-img-one {
	margin-top: 20px;
	margin-bottom: 25px;
}

.text .text-block:not(:first-child) {
	margin-top: clamp(2em, 5vw, 4.375em);
}

.text .text-block:not(:last-child) {
	margin-bottom: clamp(2em, 5vw, 4.375em);
}

@container (max-width: 599px) {
	.text .text-block__media + .text-block__text {
		margin-top: 1em;
	}
}

@container (min-width: 600px) {
	.text .img-right,
	.text .img-left,
	.text .text-block__media {
		max-width: -webkit-calc(50% - 20px);
		max-width: -moz-calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

	.text .img-right {
		float: right;
		margin-left: 20px;
	}

	.text .img-left {
		float: left;
		margin-right: 20px;
	}

	.text .text-block {
		display: flex;
		align-items: center;
		gap:clamp(30px, 5vw, 70px);
	}
	.text .text-block_reverse {
		flex-direction: row-reverse;
	}

	.text .text-block__media {
		flex-shrink: 0;
	}

	.text .text-block__text {
		flex-grow: 2;
	}
}

.text .video_frames {
	margin: 30px 0;
}

.text .video_frames:after {
	content: '';
	display: block;
	position: relative;
	width: 100%;
	height: 1px;
	clear: both;
	float: none;
}

.text .video_frames > .video_frame > div {
	height: 0;
	padding-top: 65%;
}

.text .video_frames > .video_frame > div > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fafafa;
}

.text .video_frames > .video_frame:only-child {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.text .video_frames > .video_frame:not(:only-child) {
	margin-bottom: 20px;
}

@container (min-width: 600px) {
	.text .video_frames > .video_frame:not(:only-child) {
		width: 49%;
		float: left;
	}

	.text .video_frames > .video_frame:not(:only-child):nth-child(2n+1) {
		margin-right: 2%;
	}
}

p.text {
	margin-bottom: 15px;
}