
.h5vp_player_temp .plyr .plyr__controls .plyr__control:not(.plyr__menu__container .plyr__control), .h5vp_player_temp .plyr .plyr__controls .plyr__control:not(.plyr__menu__container .plyr__control) :hover {
	color: #fff;
}

.h5vp_player_temp button {
	border: none;
}

.h5vp_player_temp .plyr button.plyr__control:focus {
	background: none;
}

.h5vp_player_temp .plyr .plyr__captions {
	display: block;
}

.h5vp_player_temp .plyr input[type=range]::-webkit-slider-runnable-track {
	box-shadow: none;
}

.h5vp_player_temp .plyr input[type=range]::-moz-range-track {
	box-shadow: none;
}

.h5vp_player_temp .plyr input[type=range]::-ms-track {
	box-shadow: none;
}

.h5vp_player_temp .plyr_wrapper:fullscreen .plyr {
	height: 100vh;
}

.h5vp_player_temp a.plyr__control[data-plyr=download] {
	color: #fff;
}

.h5vp_player_temp .hideUI iframe {
	height: 200%;
	top: -50%;
}

.h5vp_player_temp .opacity-0 {
	opacity: 0;
}

.h5vp_player_temp .background-transparent {
	background: transparent;
}

.h5vp_player_temp .plyr .preload_poster, .h5vp_player_temp .plyr + .preload_poster {
	display: none;
}

.h5vp_player_temp {
	position: relative;
}

.h5vp_player_temp .plyr_wrapper {
	box-sizing: border-box;
	max-width: 100%;
	overflow: hidden;
}

@media screen and (max-width:767px) {
	.h5vp_player_temp .plyr__volume input[type=range] {
		max-width: 60px;
	}
}

.h5vp_player_temp .bottom_right {
	bottom: 10px;
}

.h5vp_player_temp .top_right {
	top: 10px;
}

.h5vp_player_temp [role=menuitem]:focus {
	background: #fff;
}

.h5vp_player_temp .plyr {
	opacity: 1;
	transition: opacity 1s linear;
}

.h5vp_player_temp .close, .h5vp_player_temp .sticky_close {
	display: none;
}

.h5vp_player_temp .sticky {
	animation: fadeInFromNone .5s ease-in;
	position: fixed;
	right: 10px;
	width: 350px !important;
	z-index: 99999;
}

.h5vp_player_temp .sticky [data-plyr=fast-forward], .h5vp_player_temp .sticky [data-plyr=pip], .h5vp_player_temp .sticky [data-plyr=rewind], .h5vp_player_temp .sticky [data-plyr=volume] {
	display: none;
}

.h5vp_player_temp .sticky .sticky_close {
	background: #222;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: sans-serif;
	font-size: 25px;
	line-height: 100%;
	opacity: 1;
	padding: 0 5px;
	position: absolute;
	right: 3px;
	top: 3px;
	transition: opacity .3s ease-in-out;
	z-index: 99;
}

.h5vp_player_temp .sticky [data-plyr=download], .h5vp_player_temp .sticky [data-plyr=fast-forward], .h5vp_player_temp .sticky [data-plyr=restart], .h5vp_player_temp .sticky [data-plyr=rewind] {
	display: none;
}

.h5vp_player_temp .sticky:hover .sticky_close {
	opacity: 1;
}

.h5vp_player_temp .plyr--hide-controls .close {
	display: none;
}

.h5vp_player_temp .plyr__poster {
	background-size: cover;
}

.h5vp_player_temp .plyr__progress__container {
	position: relative;
}

.h5vp_player_temp .h5vp-chapter-wrapper {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.h5vp_player_temp .plyr__progress__marker {
	cursor: pointer;
	height: 8px;
	width: 4px;
}

.h5vp_player_temp .h5vp-chapter-list-wrapper {
	bottom: 50px;
	max-height: 300px;
	min-width: 200px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	z-index: 9999;
}

.h5vp_player_temp .h5vp-chapter-list {
	background: var(--plyr-menu-background, hsla(0, 0%, 100%, .9));
	border-radius: 3px;
	box-sizing: content-box;
	display: none;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 17px;
	width: 100%;
}

.h5vp_player_temp .h5vp-chapter-list.showing {
	display: block;
}

.h5vp_player_temp .h5vp-chapter-list button {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 15px;
	min-width: 100px;
	outline: none;
	padding: 5px 15px;
	text-align: left;
	width: 100%;
}

.h5vp_player_temp .h5vp-chapter-list button:hover {
	background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
	color: #fff;
}

.h5vp_player_temp .plyr__control--overlaid {
	transition: none;
}

.h5vp_player_temp .plyr__control--overlaid img {
	display: none;
}

.h5vp_player_temp .plyr .thumbInPause {
	background-color: transparent !important;
	border-radius: 0;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transform: none;
	width: 100%;
	z-index: 3;
}

.h5vp_player_temp .plyr .thumbInPause img {
	display: block;
}

.h5vp_player_temp .plyr .plyr__control--overlaid.thumbInPause:hover {
	background: transparent;
}

.h5vp_player_temp .thumbInPause:hover:before {
	background-color: #1a3056;
	opacity: 1;
}

.h5vp_player_temp .thumbInPause:after {
	background-color: #000;
	box-shadow: 0 0 140px 80px #000;
	content: "";
	display: block;
	height: 30px;
	left: 50%;
	margin: -15px;
	opacity: .3;
	position: absolute;
	top: 50%;
	width: 30px;
}

.h5vp_player_temp .thumbInPause img {
	display: block;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.h5vp_player_temp .thumbInPause svg {
	left: 50%;
	margin: -9px -5px;
	opacity: .75;
	position: absolute;
	top: 50%;
	transform: scale(3);
	z-index: 1;
}

:root {
	--loader-width: 100%;
}

.h5vp_lp {
	aspect-ratio: 16/9;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .06), 0 1px 3px rgba(0, 0, 0, .05);
	margin-bottom: 1rem;
	overflow: hidden;
	padding: 1rem;
	position: relative;
	width: var(--loader-width);
}

.h5vp_lp svg {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	fill: #d0d8dd;
	height: 60px;
	left: 50%;
	padding: 12px 12px 12px 18px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	z-index: 9999;
}

.bar {
	background-color: #d0d8dd;
	border-radius: 5px;
	height: .5rem;
	margin-bottom: .5rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.bar:last-child {
	margin-bottom: 0;
}

.bar:after {
	animation: load 2s cubic-bezier(.2, .7, .3, 1) infinite;
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .5) 50%, hsla(0, 0%, 100%, 0));
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 6rem;
}

@keyframes load {
	0% {
		left: -100px;
	}
	
	to {
		left: 100%;
	}
}

@keyframes fadeInFromNone {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.preload_poster {
	aspect-ratio: 16/9;
	background-position: 50% 50% !important;
	background-size: cover !important;
	position: relative;
}

.preload_poster svg {
	left: calc(50% - 12px);
	position: absolute;
	top: calc(50% - 12px);
}

.entry-content[ast-blocks-layout] > .html5_video_players {
	margin-left: 0;
}

.password_form {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.password_form form {
	width: 300px;
}

.password_form form .password_form_input {
	background-color: #fff;
	border-radius: 3px;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 10px;
	padding: 10px 15px;
	width: 100%;
}

.password_form form .password_form_button {
	align-items: center;
	background: hsla(0, 0%, 100%, .89);
	border: 1px solid #444;
	border-radius: 3px;
	color: #222;
	cursor: pointer;
	display: inline-flex;
	gap: 5px;
	justify-content: center;
	margin-top: 10px;
	outline: none;
	padding: 10px 26px;
}

.password_form form .password_form_button:disabled {
	background: hsla(0, 0%, 100%, .82);
	color: #333;
	cursor: "auto";
}

.password_form form .password_form_heading {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
}

.password_form form .password_form_error {
	color: red;
	font-weight: 600;
	margin-top: 10px;
}

.password_form_overlay {
	background: #000;
	height: 100%;
	left: 0;
	opacity: .7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.h5vp_progressbar_up .plyr__controls .plyr__progress__container {
	bottom: 45px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: calc(100% - 40px);
	width: 100%;
}

.h5vp_progressbar_up .plyr__controls .plyr__progress__container .plyr__progress {
	width: calc(100% - 30px);
}

.h5vp_progressbar_up .plyr__controls .plyr__volume input[type=range] {
	max-width: 90px;
}

.plyr input[type=range]::-webkit-slider-runnable-track {
	box-shadow: none;
}

.plyr input[type=range]::-moz-range-track {
	box-shadow: none;
}

.plyr input[type=range]::-ms-track {
	box-shadow: none;
}

.plyr input[type=range] {
	cursor: pointer;
}

.plyr [data-plyr=seek]::-webkit-slider-thumb {
	display: none;
}

.plyr [data-plyr=seek]::-moz-range-thumb {
	display: none;
}

.plyr [data-plyr=seek]::-ms-thumb {
	display: none;
}

.plyr [data-plyr=seek]:hover::-webkit-slider-thumb {
	display: block;
}

.plyr [data-plyr=seek]:hover::-moz-range-thumb {
	display: block;
}

.plyr [data-plyr=seek]:hover::-ms-thumb {
	display: block;
}

.h5vp-dash-video .plyr, .h5vp-hls-video .plyr {
	aspect-ratio: 16/9;
}

.wp-block-html5-player-popup-trigger {
	display: flex;
}

.wp-block-html5-player-popup-trigger .wp-block-button__link {
	background: #333;
	color: #fff;
}

.html5_video_players .plyr--vimeo .plyr__captions {
	display: none;
}

.skin-classic-minimal input[type=range]::-webkit-slider-runnable-track, .skin-stacked-dual-row input[type=range]::-webkit-slider-runnable-track {
	border-radius: 0;
}

.skin-classic-minimal input[type=range]::-moz-range-track, .skin-stacked-dual-row input[type=range]::-moz-range-track {
	border-radius: 0;
}

.skin-classic-minimal input[type=range]::-ms-track, .skin-stacked-dual-row input[type=range]::-ms-track {
	border-radius: 0;
}

.h5vp-center-controls {
	align-items: center;
	display: flex;
	justify-items: center;
	position: absolute;
}

@media screen and (max-width:480px) {
	.h5vp-center-controls {
		bottom: 5px;
	}
}

.skin-stacked .plyr__control--overlaid {
	align-items: center;
	border-radius: 8px !important;
	display: flex !important;
	height: 50px;
	justify-content: center;
	width: 70px;
}

.skin-stacked .plyr__controls {
	flex-wrap: wrap;
}

.skin-stacked .plyr__progress__container {
	flex: 0 0 100%;
	order: -1;
}

.skin-stacked .plyr__volume {
	margin-left: auto;
}

.skin-stacked .plyr__controls .plyr__controls__item:first-child {
	margin-right: 0;
}

.skin-stacked .plyr__progress__buffer {
	height: 3px;
	margin-top: calc(var(--plyr-range-track-height, 3px) / 2 * -1);
}

.skin-stacked .plyr__progress__container {
	--plyr-range-track-height: 3px;
}

.skin-stacked .plyr__progress__container [data-plyr=seek]:hover {
	--plyr-range-track-height: 5px;
}

.skin-stacked .plyr__control--overlaid {
	top: calc(50% - 25px);
}

.skin-modern .plyr__control--overlaid {
	align-items: center;
	border-radius: 3px !important;
	display: flex !important;
	height: 70px;
	justify-content: center;
	width: 100px;
}

.skin-modern .plyr__control--overlaid svg {
	height: 27px;
	width: 27px;
}

.skin-modern .plyr__controls {
	padding: 3px;
}

.skin-modern .plyr__controls:before {
	background-color: var(--plyr-color-main, #00b2ff);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .75;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.skin-modern .plyr__progress__buffer {
	height: 3px;
	margin-top: calc(var(--plyr-range-track-height, 3px) / 2 * -1);
}

.skin-modern .plyr {
	--plyr-range-track-height: 3px;
	--plyr-range-fill-background: #fff;
}

.skin-floating-pill .plyr__controls {
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, .4) !important;
	border-radius: 25px !important;
	margin: 15px !important;
	padding: 5px 15px !important;
	width: auto !important;
}

.skin-floating-pill .plyr__progress__container {
	padding: 0 10px !important;
}

.skin-floating-pill .plyr--full-ui input[type=range] {
	color: #fff !important;
	height: 4px !important;
}

.skin-floating-pill input[type=range]::-webkit-slider-thumb {
	background: #fff !important;
	border: none !important;
	height: 10px !important;
	margin-top: -2px;
	width: 10px !important;
}

.skin-floating-pill .plyr__controls button, .skin-floating-pill .plyr__time {
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 500;
}

.skin-floating-pill [data-plyr=settings] {
	font-weight: 700;
}

.skin-classic-minimal .plyr__controls {
	background: linear-gradient(transparent, rgba(0, 0, 0, .7)) !important;
	color: #fff !important;
	padding: 20px 10px 10px !important;
}

.skin-classic-minimal .plyr__progress__container {
	padding: 0 10px !important;
}

.skin-classic-minimal .plyr {
	--plyr-range-thumb-height: 0px;
	--plyr-range-track-height: 12px;
	--plyr-range-fill-background: #fff;
}

.skin-classic-minimal .plyr input[type=range] {
	border-radius: 0;
	height: 12px;
}

.skin-classic-minimal .plyr__progress__buffer {
	display: none;
}

.skin-stacked-dual-row .plyr {
	--plyr-range-thumb-height: 0px;
	--plyr-range-track-height: 7px;
	--plyr-range-fill-background: #fff;
}

.skin-stacked-dual-row .plyr__progress__container {
	flex-basis: 100%;
	margin-bottom: 5px;
	margin-left: -13px;
	margin-right: -10px;
	order: -10;
}

.skin-stacked-dual-row .plyr__time--duration {
	font-size: 12px;
	order: -9;
}

.skin-stacked-dual-row .plyr__time--current {
	font-size: 12px;
	order: -8;
}

.skin-stacked-dual-row .plyr__time:not(:has(~.plyr__time)) {
	margin-right: auto;
}

.skin-stacked-dual-row [data-plyr=rewind] {
	margin-left: auto !important;
	order: -5;
}

.skin-stacked-dual-row [data-plyr=play]:not(.plyr__control--overlaid) {
	border-radius: 50% !important;
	order: -4;
	padding: 10px;
}

.skin-stacked-dual-row [data-plyr=play]:not(.plyr__control--overlaid) svg {
	margin-left: 2px;
}

.skin-stacked-dual-row [data-plyr=play]:not(.plyr__control--overlaid) {
	margin-left: auto !important;
	margin-right: auto !important;
}

.skin-stacked-dual-row [data-plyr=fast-forward] {
	margin-right: auto !important;
	order: -3;
}

.skin-stacked-dual-row [data-plyr=restart] {
	display: none;
}

.skin-stacked-dual-row [data-plyr=play]:has(+[data-plyr=fast-forward]) {
	margin-right: 0 !important;
}

.skin-stacked-dual-row [data-plyr=rewind] + [data-plyr=play] {
	margin-left: 0 !important;
}

.skin-stacked-dual-row .plyr__controls {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 5px;
	padding-top: 0;
}

.skin-stacked-dual-row .plyr__controls:before {
	background-color: var(--plyr-color-main, #00b2ff);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .75;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.skin-stacked-dual-row .plyr__progress input[type=range], .skin-stacked-dual-row .plyr__progress__buffer {
	border-radius: 0 !important;
	height: 7px !important;
}

.skin-stacked-dual-row .plyr__volume input[type=range] {
	max-width: 60px;
}

.skin-stacked-dual-row .plyr__controls .plyr__controls__item:first-child {
	margin-right: 0;
}

.skin-stacked-dual-row .plyr__control--overlaid {
	top: calc(50% - 25px);
}

.skin-stacked-dual-row .h5vp-center-controls {
	top: 50%;
	transform: translateY(calc(-50% + 3.5px));
}

.skin-modern-mobile-stack .plyr__controls {
	background: transparent !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.skin-modern-mobile-stack .plyr__time--current {
	flex: 0 0 45px;
	margin-right: 0;
	order: -5;
}

.skin-modern-mobile-stack .plyr__time--current:before {
	content: "";
	display: none;
}

.skin-modern-mobile-stack .plyr__progress__container {
	flex: 0 0 calc(100% - 105px);
	min-width: 0;
	order: -4;
}

.skin-modern-mobile-stack .plyr__time--duration {
	flex: 0 0 50px;
	margin-left: 0;
	order: -3;
}

.skin-modern-mobile-stack .plyr__time--duration:before {
	content: "";
	margin-right: 0;
}

.skin-modern-mobile-stack .plyr__volume {
	order: -2;
}

.skin-modern-mobile-stack [data-plyr=fast-forward], .skin-modern-mobile-stack [data-plyr=play]:not(.plyr__control--overlaid), .skin-modern-mobile-stack [data-plyr=restart], .skin-modern-mobile-stack [data-plyr=rewind] {
	order: 1;
}

.skin-modern-mobile-stack [data-plyr=rewind] {
	margin-left: auto;
}

.skin-modern-mobile-stack [data-plyr=fast-forward] {
	margin-right: auto;
}

.skin-modern-mobile-stack [data-plyr=play]:has(+[data-plyr=fast-forward]) {
	margin-right: 0 !important;
}

.skin-modern-mobile-stack [data-plyr=rewind] + [data-plyr=play] {
	margin-left: 0 !important;
}

.skin-modern-mobile-stack [data-plyr=play]:not(.plyr__control--overlaid) {
	transform: scale(1.2);
}

.skin-modern-mobile-stack .plyr__menu, .skin-modern-mobile-stack [data-plyr=download], .skin-modern-mobile-stack [data-plyr=fullscreen], .skin-modern-mobile-stack [data-plyr=pip] {
	order: 5;
}

.skin-modern-mobile-stack [data-plyr=restart] {
	display: none;
}

.skin-modern-mobile-stack .plyr__volume {
	margin-right: auto;
}

.skin-modern-mobile-stack .h5vp-center-controls {
	bottom: 10px;
}

.skin-modern-mobile-stack .h5vp-mobile-stack-row-1 {
	display: flex;
	flex: 0 0 100%;
	order: -50;
}

.h5vp_overlay {
	position: absolute;
}

.h5vp_overlay img {
	max-height: 120px;
	max-width: 120px;
}

.h5vp_overlay a {
	cursor: pointer;
	text-decoration: none !important;
}

.h5vp_overlay p {
	cursor: pointer;
	margin: 0;
}

.h5vp_overlay.bottom_right {
	bottom: 10px;
	right: 10px;
}

.h5vp_overlay.top_right {
	right: 10px;
	top: 10px;
}

.h5vp_overlay.bottom_left {
	bottom: 10px;
	left: 10px;
}

.h5vp_overlay.top_left {
	left: 10px;
	top: 10px;
}

.h5vp_player_temp .flex {
	display: flex;
}

.h5vp_player_temp .justify-start {
	justify-content: start;
}

.h5vp_player_temp .justify-center {
	justify-content: center;
}

.h5vp_player_temp .justify-end, .h5vp_player_temp .justify-right {
	justify-content: end;
}

.h5vp_player_temp.h5vp_popup_enabled .close, .h5vp_player_temp.h5vp_popup_enabled .plyr_wrapper {
	display: none;
}

.h5vp_player_temp .popup_opener {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: relative;
}

.h5vp_player_temp .popup_opener .plyr__control--overlaid {
	background: var(--plyr-color-main);
	display: block;
}

.h5vp_player_temp.h5vp_popup_open {
	background: rgba(0, 0, 0, .922);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.h5vp_player_temp.h5vp_popup_open .popup_opener {
	display: none;
}

.h5vp_player_temp.h5vp_popup_open .plyr_wrapper {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 900px !important;
	z-index: 9999999;
}

.h5vp_player_temp.h5vp_popup_open .close {
	background: #fff;
	border-radius: 3px;
	color: #222;
	cursor: pointer;
	display: inline-block;
	font-family: sans-serif;
	font-size: 30px;
	line-height: 100%;
	padding: 1px 7px;
	position: absolute;
	right: 20px;
	top: 10px;
}

.plyr_wrapper .h5vp_end_screen {
	background: rgba(51, 51, 51, .878);
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.plyr_wrapper .h5vp_end_screen .content {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.plyr_wrapper .h5vp_end_screen .close {
	background: #fff;
	border-radius: 3px;
	color: #222;
	cursor: pointer;
	display: block;
	font-family: sans-serif;
	font-size: 35px;
	line-height: 100%;
	padding: 0 7px;
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 9999;
}

.plyr_wrapper .h5vp_end_screen p {
	color: #fff;
}

.plyr_wrapper .h5vp_end_screen a {
	background-color: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	padding: 7px 15px;
	text-decoration: none !important;
}

.simple-loader {
	animation: spin 2s linear infinite;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top-color: #3498db;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.html5_video_players .email-capture {
	font-family: Inter, -apple-system, sans-serif;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.html5_video_players .hidden {
	display: none;
}

.html5_video_players .overlay {
	align-items: center;
	background-color: rgba(0, 0, 0, .8);
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 20px;
	width: 100%;
}

.html5_video_players .content {
	max-width: 550px;
	text-align: center;
	width: 380px;
}

.html5_video_players .content h2 {
	color: #fff;
	font-size: clamp(24px, 5vw, 1.6em);
	font-weight: 700;
	letter-spacing: -.5px;
	margin-bottom: 25px;
	margin-top: 0;
}

.html5_video_players .content form {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .3);
	display: flex;
	height: 45px;
	overflow: hidden;
}

.html5_video_players .content input[type=email] {
	border: none;
	color: #333;
	flex: 1;
	font-size: 16px;
	outline: none;
	padding: 0 20px;
}

.html5_video_players .content input[type=email]::-moz-placeholder {
	color: #999;
}

.html5_video_players .content input[type=email]::placeholder {
	color: #999;
}

.html5_video_players .content button {
	align-items: center;
	border: none;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	justify-content: center;
	padding: 0 15px;
	transition: filter .2s ease;
}

.html5_video_players .content button:hover {
	filter: brightness(1.1);
}

.html5_video_players .content p {
	color: hsla(0, 0%, 100%, .8);
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
}

.html5_video_players .skip-button {
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: filter .2s ease;
}

.html5_video_players .error-text {
	color: #ff6b6b;
	font-size: 13px;
	margin-top: 12px;
}

.html5_video_players .success-message {
	align-items: center;
	animation: h5vp-fade-in .3s ease;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.html5_video_players .success-message .success-icon {
	align-items: center;
	background: #22c55e;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 28px;
	font-weight: 700;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.html5_video_players .success-message p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

@keyframes h5vp-fade-in {
	0% {
		opacity: 0;
		transform: scale(.85);
	}
	
	to {
		opacity: 1;
		transform: scale(1);
	}
}
