html,
body,
body.orbea {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
	min-height: 100vh;
	letter-spacing: 0 !important;
	color: #333 !important;
	font-family: 'neue-haas-unica', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	line-height: 1.6 !important;
}

a:active,
a:focus,
a:hover {
	text-decoration: none;
}

#custom-render-container {
	width: 100%;
	height: auto;
	min-height: 100vh;
	background: #fff;
}

.menu--general {
	display: none !important;
	width: 100% !important;
	max-width: none !important;
}

#legalBaseModal .modal-dialog .modal-content .modal-header button {
	color: white;
	opacity: 1;
	font-size: 3rem;
	font-weight: normal;
}

#legalBaseModal .modal-dialog .modal-content .modal-body {
	padding: 2rem;
}

.btn {
	display: inline-block;
	line-height: 1.6;
}

.btn:focus {
	text-decoration: none;
}

.btn.btn-primary {
	font-size: 1.15rem !important;
	letter-spacing: 0.05em !important;
	height: inherit !important;
	background: #333 !important;
	border-radius: 999px !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-family: 'trumpgothicpro', sans-serif !important;
	font-weight: 300 !important;
	padding: 0rem 1.5rem !important;
	border: 1px solid #333 !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	color: #333 !important;
	background: none !important;
}

.btn.btn-secondary {
	font-size: 1.15rem !important;
	letter-spacing: 0.05em !important;
	height: inherit !important;
	background: #fff !important;
	border-radius: 999px !important;
	color: #333 !important;
	text-transform: uppercase !important;
	font-family: 'trumpgothicpro', sans-serif !important;
	font-weight: 300 !important;
	padding: 0rem 1.5rem !important;
	border: 1px solid #fff !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
	color: #fff !important;
	background: none !important;
}

.btn.btn-link,
.btn.link.white {
	font-size: 1.15rem !important;
	letter-spacing: 0.05em !important;
	height: inherit !important;
	background: none !important;
	border-radius: 999px !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-family: 'trumpgothicpro', sans-serif !important;
	font-weight: 300 !important;
	padding: 0rem 1.5rem !important;
	border: none !important;
	text-decoration: none !important;
}

.btn.btn-link:hover,
.btn.link.white:hover,
.btn.btn-link:focus,
.btn.link.white:focus {
	opacity: 0.6 !important;
	color: #fff !important;
	background: none !important;
}

.btn.btn-sm.btn-primary {
	font-size: 1rem !important;
	padding: 0.2rem 1rem !important;
}

.btn.with-play::before {
	display: inline-block;
	margin-right: 1rem;
	line-height: 0;
	width: 11px;
	height: 14px;
	content: '';
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg'width='11'height='14'viewBox='0 0 11 14'%3E%3Cpath id='Polígono_3'data-name='Polígono 3'd='M7,0l7,11H0Z'transform='translate(11) rotate(90)'fill='%23fff'/%3E%3C/svg%3E");
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: baseline;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #333;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	left: 0;
}

.dropdown-menu.show {
	display: block;
}

header {
		z-index: 997;
		position: fixed !important;
		top: 0;
		right: 0;
		left: 0;
	}

header .navbar-brand {
		display: inline-block;
		margin: 0;
		padding: 1rem 0;
		line-height: inherit;
		white-space: nowrap;
	}

header .navbar-brand span {
		display: none;
	}

header .navbar-brand img {
		display: block;
	}

@media (max-width: 575.98px) {
		header .navbar-brand img {
			max-width: 110px;
		}
	}

header .btn {
		margin-right: 1rem;
		opacity: 0;
		-webkit-transform: translateY(-150%);
		transform: translateY(-150%);
		transition: all 0.15s ease-in-out !important;
		line-height: 1.6 !important;
	}

header .navbar-nav {
		flex-direction: row;
	}

header .navbar-nav .nav-link {
		font-family: 'trumpgothicpro', sans-serif;
		font-size: 1.1rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		line-height: 1.6;
	}

header .navbar-nav.nav-main .nav-item {
		padding: 0 1rem;
	}

header .navbar-nav.nav-language {
		position: relative;
	}

/*
	header .navbar-nav.nav-language .nav-link::after {
		display: inline-block;
		margin-left: 0.3rem;
		border: none;
		line-height: 0;
		width: 10px;
		height: 6px;
		content: '';
		background: url('../assets/img/arrow-down.svg');
		background-size: 100%;
		background-repeat: no-repeat;
		vertical-align: middle;
	}
*/

header .navbar-nav.nav-language .dropdown-menu {
		position: absolute;
		inset: 0px auto auto 0px;
		margin: 0px;
		-webkit-transform: translate3d(-12px, 46px, 0px);
		transform: translate3d(-12px, 46px, 0px);
		display: none;
		float: none;
		min-width: 40px;
		padding: 0.5rem 0;
		font-family: 'trumpgothicpro', sans-serif;
		font-size: 1.1rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.6;
		border: none;
		box-shadow: 0 0 10px 0 #000;
	}

header .navbar-nav.nav-language .dropdown-menu.active {
		display: block;
	}

header .navbar-nav.nav-language .dropdown-menu li {
		font-family: "trumpgothicpro", sans-serif;
		font-size: 1.1rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		color: #333;
		text-align: center;
		text-transform: uppercase;
	}

header .navbar-nav.nav-language .dropdown-menu .dropdown-item {
		display: block;
		text-decoration: none;
		padding: 0;
		font-family: 'trumpgothicpro', sans-serif;
		font-size: 1.1rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		color: #333;
		text-align: center;
		text-transform: uppercase;
		background: none;
	}

header .navbar-nav.nav-language .dropdown-menu .dropdown-item:hover {
		color: #333;
	}

header .navbar-nav.nav-language .dropdown-menu::before {
		z-index: 3;
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-bottom-color: #fff;
		left: 50%;
		margin-left: -5px;
		top: -10px;
	}

header.scrolled .btn {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

footer {
		padding-bottom: 4rem;
		padding-top: 2rem;
		border-top: 1px solid #f4f4f4;
	}

footer .legal {
		border-bottom: 1px solid #f4f4f4;
		margin-bottom: 2rem;
		padding-bottom: 1rem;
	}

footer .legal p {
		font-size: 0.8rem;
		line-height: 1.3;
		color: #333;
	}

footer .legal sub, footer .legal sup {
		font-size: 0.6rem;
		vertical-align: baseline;
		padding-left: 0;
	}

footer .main .copy {
		margin: 0;
		font-size: 0.9rem;
	}

footer .main .nav .nav-item .nav-link {
		padding: 0 0.5rem;
		font-size: 0.8rem;
		color: #333;
		letter-spacing: normal;
	}

footer .main .nav .nav-item .nav-link:hover {
		color: #333;
	}

footer .main .nav-legal {
		margin: 0;
	}

#ouibounce .modal-dialog .modal-content .modal-header {
		display: none;
	}

#ouibounce .modal-dialog .modal-content .modal-body {
		height: calc(100vh - 240px);
		min-height: 480px;
		max-height: 640px;
	}

#ouibounce .modal-dialog .modal-content .modal-body .row {
		height: 100%;
	}

#ouibounce .modal-dialog .modal-content .modal-body .main {
		padding: 3rem 1rem;
	}

#ouibounce .modal-dialog .modal-content .modal-body .main .description {
		margin-bottom: 2rem;
	}

#ouibounce .modal-dialog .modal-content .modal-body .main .description p {
		font-size: 1rem;
	}

#ouibounce-register, #ouibounce-success {
		z-index: 996;
		position: fixed !important;
		top: 45px;
		right: 0;
		left: 0;
		-webkit-transform: translateY(-105%);
		transform: translateY(-105%);
		visibility: hidden;
	}

#ouibounce-register.show, #ouibounce-success.show {
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		transition: visibility 0s 0.1s, -webkit-transform 0.5s ease;
		transition: visibility 0s 0.1s, transform 0.5s ease;
		transition: visibility 0s 0.1s, transform 0.5s ease, -webkit-transform 0.5s ease;
		-webkit-animation: blueToprimary 0.5s ease;
		animation: blueToprimary 0.5s ease;
		-webkit-animation-delay: 1.5s;
		animation-delay: 1.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

.alert {
		font-size: 0.85rem;
		font-weight: 700;
		border: none;
		padding: 0.7rem 1rem;
		margin: 0;
	}

.alert.alert-primary {
		color: #fff;
		background: #0063be;
	}

.alert {
		position: relative;
		padding: 1rem 1rem;
		margin-bottom: 1rem;
		border: 1px solid transparent;
		border-radius: 0;
	}

.alert-heading {
		color: inherit;
	}

.alert-link {
		font-weight: 700;
	}

.alert-dismissible {
		padding-right: 3rem;
	}

.alert-dismissible .btn-close {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		padding: 1.25rem 1rem;
	}

.alert-primary {
		color: #1f1f1f;
		border: none;
	}

.alert-primary .alert-link {
		color: #191919;
	}

.alert-secondary {
		color: #666;
		border-color: white;
	}

.alert-secondary .alert-link {
		color: #525252;
	}

.alert-success {
		color: #0f5132;
		border-color: #badbcc;
	}

.alert-success .alert-link {
		color: #0c4128;
	}

.alert-info {
		color: #055160;
		background-color: #cff4fc;
	}

.alert-info .alert-link {
		color: #04414d;
	}

.alert-warning {
		color: #664d03;
		background-color: #fff3cd;
	}

.alert-warning .alert-link {
		color: #523e02;
	}

.alert-danger {
		color: #842029;
		background-color: #f8d7da;
	}

.alert-danger .alert-link {
		color: #6a1a21;
	}

.alert-light {
		color: #626262;
		background-color: #fdfdfd;
	}

.alert-light .alert-link {
		color: #4e4e4e;
	}

.alert-dark {
		color: #4f4f50;
		background-color: #e6e6e7;
	}

.alert-dark .alert-link {
		color: #3f3f40;
	}

@-webkit-keyframes blueToprimary {
		0% {
			background: #0171e3;
		}

		to {
			background: #333;
		}
	}

@keyframes blueToprimary {
		0% {
			background: #0171e3;
		}

		to {
			background: #333;
		}
	}

#login {
		margin: 3rem 0;
	}

#login form.form label, #login form.form .label {
		font-size: 0.9rem;
		font-weight: 700;
		color: #333;
		text-transform: uppercase;
		margin: 0;
	}

#login form.form label.required::after, #login form.form .label.required::after {
		color: #333;
	}

#login form.form input.form-control, #login form.form textarea.form-control, #login form.form select.form-control, #login form.form input.form-select, #login form.form textarea.form-select, #login form.form select.form-select {
		padding: 0.4rem 0;
		font: 1rem/1.4 'neue-haas-unica', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: 400;
		background: #fff;
		border: 0;
		border-bottom: 1px solid #333;
		color: #333;
		border-radius: 0;
		letter-spacing: normal;
		transition: 0.25s ease;
	}

#login form.form input.form-control:focus, #login form.form textarea.form-control:focus, #login form.form select.form-control:focus, #login form.form input.form-select:focus, #login form.form textarea.form-select:focus, #login form.form select.form-select:focus {
		font: 1rem/1.4 'neue-haas-unica', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		color: #333;
		border-color: #333;
		outline: 0;
		box-shadow: none;
	}

#login form.form input.form-control::-webkit-input-placeholder, #login form.form textarea.form-control::-webkit-input-placeholder, #login form.form select.form-control::-webkit-input-placeholder, #login form.form input.form-select::-webkit-input-placeholder, #login form.form textarea.form-select::-webkit-input-placeholder, #login form.form select.form-select::-webkit-input-placeholder {
		font: 1rem/1.4 'neue-haas-unica', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		color: #333;
		opacity: 1;
	}

#login form.form input.form-control::-moz-placeholder, #login form.form textarea.form-control::-moz-placeholder, #login form.form select.form-control::-moz-placeholder, #login form.form input.form-select::-moz-placeholder, #login form.form textarea.form-select::-moz-placeholder, #login form.form select.form-select::-moz-placeholder {
		font: 1rem/1.4 'neue-haas-unica', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		color: #333;
		opacity: 1;
	}

#login form.form input.form-control::placeholder, #login form.form textarea.form-control::placeholder, #login form.form select.form-control::placeholder, #login form.form input.form-select::placeholder, #login form.form textarea.form-select::placeholder, #login form.form select.form-select::placeholder {
		font: 1rem/1.4 'neue-haas-unica', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		color: #333;
		opacity: 1;
	}

#login form.form select.form-select {
		color: #333;
		background-image: url('../images/arrow-down.svg');
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 12px;
	}

#login form.form select.form-select option {
		padding: 0.5rem 1rem;
	}

#login form.form select.form-select.gfield_select {
		color: #333;
	}

#login form.form input[type="radio"] {
		min-height: 0;
		width: 24px;
	}

#login form.form .radio-input {
		display: flex;
		align-items: center;
		margin-right: 10px;
	}

#login form.form .radio-input label {
		margin: 0;
	}

#login form.form .radio-input {
		display: flex;
		align-items: center;
		padding: 0.4rem 0;
		margin-right: 10px;
	}

#login form.form #genre--container:not(.hidden-wrapper) {
		display: flex;
		flex-wrap: wrap;
	}

#login form.form #genre--container > label {
		width: 100%;
	}

#login form.form #field1--container {
		margin-top: 20px;
	}

#login form.form #field1--container textarea {
		margin-top: 10px;
		background: #fff;
		color: #000;
		height: 80px;
	}

#login form.form .texto {
		margin-bottom: 0;
		font-size: 0.9rem;
		color: #333;
		font-weight: 400;
	}

#login form.form .texto a {
		color: #333;
	}

#login form.form .form-check input {
		margin-top: 0;
	}

#login form.form .form-check input:focus {
		outline: none !important;
		box-shadow: none !important;
	}

#login form.form .form-check label {
		text-transform: none;
		vertical-align: super;
	}

#login form.form .form-checkbox .check .checkmark:after {
		border-color: #333;
	}

#login form.form #submitButtonContainer, #login form.form #next-step-btn--container {
		flex: 0;
		text-align: left;
		width: auto;
	}

#login form.form #submitButtonContainer .btn, #login form.form #next-step-btn--container .btn {
		font-size: 1.15rem !important;
		letter-spacing: 0.05em !important;
		height: inherit !important;
		line-height: 1.6 !important;
		background: #333 !important;
		border-radius: 999px !important;
		color: #fff !important;
		text-transform: uppercase !important;
		font-family: 'trumpgothicpro', sans-serif !important;
		font-weight: 300 !important;
		padding: 0.5rem 1.5rem !important;
		border: 1px solid #333 !important;
	}

#login form.form #submitButtonContainer .btn:hover, #login form.form #next-step-btn--container .btn:hover, #login form.form #submitButtonContainer .btn:focus, #login form.form #next-step-btn--container .btn:focus {
		color: #333 !important;
		background: none !important;
	}

#login form.form #submitButtonContainer .btn:focus, #login form.form #next-step-btn--container .btn:focus {
		outline: none !important;
		box-shadow: none !important;
	}

#login form.form #update-info-btn--container {
		text-align: left;
		width: auto;
		flex-basis: auto;
		order: 2;
	}

#login form.form #update-info-btn--container .btn-link {
		font-size: 1.15rem !important;
		letter-spacing: 0.05em !important;
		height: inherit !important;
		line-height: 1.6 !important;
		background: #f4f4f4 !important;
		border-radius: 999px !important;
		color: #333 !important;
		text-transform: uppercase !important;
		font-family: 'trumpgothicpro', sans-serif !important;
		font-weight: 300 !important;
		padding: 0.5rem 1.5rem !important;
		border: 1px solid #333 !important;
	}

#login form.form #update-info-btn--container .btn-link:hover, #login form.form #update-info-btn--container .btn-link:focus {
		color: #fff !important;
		background: #f4f4f4 !important;
	}

#login form.form #update-info-btn--container .btn-link:focus {
		outline: none !important;
		box-shadow: none !important;
	}

#login form.form input:-webkit-autofill, #login form.form input:-webkit-autofill:hover, #login form.form input:-webkit-autofill:focus, #login form.form textarea:-webkit-autofill, #login form.form textarea:-webkit-autofill:hover, #login form.form textarea:-webkit-autofill:focus, #login form.form select:-webkit-autofill, #login form.form select:-webkit-autofill:hover, #login form.form select:-webkit-autofill:focus {
		font: 1rem/1 'neue-haas-unica', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
		border-bottom: 1px solid #333;
		color: #333 !important;
		background: #fff !important;
		-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
		-webkit-transition: background-color 5000s ease-in-out 0s;
		transition: background-color 5000s ease-in-out 0s;
	}

#login.invert form.form label {
		font-size: 0.9rem;
		color: #333;
		margin: 0;
	}

#login.invert form.form label.required::after {
		color: #333;
	}

#login.invert form.form input.form-control, #login.invert form.form textarea.form-control, #login.invert form.form select.form-control, #login.invert form.form input.form-select, #login.invert form.form textarea.form-select, #login.invert form.form select.form-select {
		background: #333;
		border-bottom: 1px solid #f4f4f4;
		color: #fff;
	}

#login.invert form.form input.form-control:focus, #login.invert form.form textarea.form-control:focus, #login.invert form.form select.form-control:focus, #login.invert form.form input.form-select:focus, #login.invert form.form textarea.form-select:focus, #login.invert form.form select.form-select:focus {
		color: #fff;
		border-color: #333;
	}

#login.invert form.form input.form-control::-webkit-input-placeholder, #login.invert form.form textarea.form-control::-webkit-input-placeholder, #login.invert form.form select.form-control::-webkit-input-placeholder, #login.invert form.form input.form-select::-webkit-input-placeholder, #login.invert form.form textarea.form-select::-webkit-input-placeholder, #login.invert form.form select.form-select::-webkit-input-placeholder {
		color: #fff;
	}

#login.invert form.form input.form-control::-moz-placeholder, #login.invert form.form textarea.form-control::-moz-placeholder, #login.invert form.form select.form-control::-moz-placeholder, #login.invert form.form input.form-select::-moz-placeholder, #login.invert form.form textarea.form-select::-moz-placeholder, #login.invert form.form select.form-select::-moz-placeholder {
		color: #fff;
	}

#login.invert form.form input.form-control::placeholder, #login.invert form.form textarea.form-control::placeholder, #login.invert form.form select.form-control::placeholder, #login.invert form.form input.form-select::placeholder, #login.invert form.form textarea.form-select::placeholder, #login.invert form.form select.form-select::placeholder {
		color: #fff;
	}

#login.invert form.form select.form-select {
		color: #fff;
	}

#login.invert form.form select.form-select.gfield_select {
		color: #fff;
	}

#login.invert #submitButtonContainer .btn, #login.invert #update-info-btn--container .btn, #login.invert #next-step-btn--container .btn {
		background: none !important;
		color: #333 !important;
	}

#login.invert #submitButtonContainer .btn:hover, #login.invert #update-info-btn--container .btn:hover, #login.invert #next-step-btn--container .btn:hover, #login.invert #submitButtonContainer .btn:focus, #login.invert #update-info-btn--container .btn:focus, #login.invert #next-step-btn--container .btn:focus {
		color: #fff !important;
		background: none !important;
	}

#login.invert #update-info-btn--container .btn-link {
		background: #fff !important;
		color: #333 !important;
	}

#login.invert #update-info-btn--container .btn-link:hover, #login.invert #update-info-btn--container .btn-link:focus {
		color: #333 !important;
		background: #f4f4f4 !important;
	}

.modal .modal-dialog {
		max-width: 1140px;
	}

.modal .modal-dialog .modal-content {
		margin: 0 2rem;
		background: none;
		border: none;
	}

.modal .modal-dialog .modal-content .modal-header {
		border: none;
		padding: 0;
	}

.modal .modal-dialog .modal-content .modal-header .btn-close {
		padding: 1rem 0;
		margin: 0;
		-webkit-filter: invert(1);
		filter: invert(1);
		opacity: 1;
	}

.modal .modal-dialog .modal-content .modal-body {
		padding: 0;
		border: none;
		border-radius: 0;
		background: #000;
		overflow: hidden;
	}

body.modal-open {
		overflow: inherit;
	}

@media screen and (max-width: 1850px){
    .contenido {
        max-width: 500px !important;
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    .contenido p {
        font-size: 0.875rem !important;
        line-height: 1.25rem;
    }
}

@media screen and (min-width: 1024px){
    #hero{
        min-height: 700px;
    }
}

@media screen and (min-width: 1800px){
    .mfp-iframe-holder .mfp-content {
        max-width: 1500px !important;
        max-height: 90% !important;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1800px){
    .mfp-iframe-holder .mfp-content {
        max-width: 1200px !important;
        max-height: 90% !important;
    }
}

@media screen and (max-width: 1500px){
    .mfp-iframe-holder .mfp-content {
        max-width: 1000px !important;
        max-height: 90% !important;
    }
}

.max-w-video {
    max-width: 1500px;
}

.popup-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}

.mfp-content .mfp-iframe-scaler button.mfp-close {
    background: transparent !important;
}

.beyond-power {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#hero {
    position: relative;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 40px);
    background: black;
    display: flex;
    overflow: hidden;
    cursor: none !important;
    
}

#hero .popup-youtube {
    cursor: none !important;
}

.your-class{
    background-image: ;
}

#hero #hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    cursor: none !important;
}

#hero #hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}

div.cursors {
    background: transparent;
    mix-blend-mode: difference;
}

div.cursors div {
    position: absolute;
    top: 300px;
    left: 300px;
    width: 48px;
    height: 48px;
    pointer-events: none;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

div.cursors div span {
    position: absolute;
    width: 300px;

    opacity: 0;
}

div.cursors div span.visible {
    opacity: 1;
}

div.cursors div span svg {
    margin-left: 11px;
    margin-bottom: 3px;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
	! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: "neue-haas-unica"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}

.container {
	width: 100%;
}

@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}

@media (min-width: 1920px) {

	.container {
		max-width: 1920px;
	}
}

.visible {
	visibility: visible;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
}

.bottom-0 {
	bottom: 0px;
}

.left-0 {
	left: 0px;
}

.right-0 {
	right: 0px;
}

.top-0 {
	top: 0px;
}

.z-\[99999\] {
	z-index: 99999;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mr-4 {
	margin-right: 1rem;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.table {
	display: table;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.h-12 {
	height: 3rem;
}

.h-\[58px\] {
	height: 58px;
}

.w-full {
	width: 100%;
}

.w-\[48px\] {
	width: 48px;
}

.transform {
	-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-none {
	cursor: none;
}

.cursor-pointer {
	cursor: pointer;
}

.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.resize {
	resize: both;
}

.flex-col {
	flex-direction: column;
}

.items-center {
	align-items: center;
}

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

.scroll-smooth {
	scroll-behavior: smooth;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.rounded-full {
	border-radius: 9999px;
}

.border {
	border-width: 1px;
}

.bg-\[\#0F1C2B\] {
	--tw-bg-opacity: 1;
	background-color: rgb(15 28 43 / var(--tw-bg-opacity));
}

.bg-episode_green {
	--tw-bg-opacity: 1;
	background-color: rgb(140 150 120 / var(--tw-bg-opacity));
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.pb-0 {
	padding-bottom: 0px;
}

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

.font-trumpgothicpro {
	font-family: "trumpgothicpro";
}

.font-sans {
	font-family: "neue-haas-unica";
}

.font-serif {
	font-family: "new-spirit";
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.font-semibold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.tracking-wider {
	letter-spacing: 0.05em;
}

.tracking-widest {
	letter-spacing: 0.1em;
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
	--tw-text-opacity: 1;
	color: rgb(27 27 27 / var(--tw-text-opacity));
}

.opacity-75 {
	opacity: 0.75;
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
	--tw-blur: blur(8px);
	-webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
	-webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition {
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* ------ Add your CSS below this line (or @import your other CSS files). ------- */

.title h1 {
	-webkit-animation: marquee 10s linear infinite;
	animation: marquee 10s linear infinite; 
}

@-webkit-keyframes marquee {
	0%   { -webkit-transform: translate(0%, 0); transform: translate(0%, 0); }
	100% { -webkit-transform: translate(-100vw, 0); transform: translate(-100vw, 0); }
}

@keyframes marquee {
	0%   { -webkit-transform: translate(0%, 0); transform: translate(0%, 0); }
	100% { -webkit-transform: translate(-100vw, 0); transform: translate(-100vw, 0); }
}

.dropdown-toggle::after {
	display: none;
}

.plyr__progress {
	 width: 100%;
}

.plyr button {
	font-family: "new-spirit";
	font-weight: bold;
}

.plyr__poster {
	background-size: cover;
}

.plyr.plyr--playing .poster-holder {
	 opacity: 0;
	 display: none;
}

.plyr.plyr--playing .plyr__poster {
	 opacity: 0;
	 display: none;
}

.plyr__poster:after {
	 content: '';
	 display: block;
	 width: 100%;
	 height: 50%;
	 background: #000;
	 background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 left: 0;
}

.plyr--stopped {
	 cursor: pointer;
}

.plyr--stopped.plyr--paused .poster-holder {
	 position: absolute;
	 color: #fff;
	 bottom: 0;
	 right: 0;
	 left: 0;
	 z-index: 99;
	 opacity: 1 !important;
	 transition: all 0.6s;
	 pointer-events: inherit !important;
}

.plyr--stopped .plyr__controls {
	 opacity: 0;
	 pointer-events: none;
	 -webkit-transform: translateY(100%);
	 transform: translateY(100%);
}

.plyr--stopped .plyr__poster {
	 opacity: 1;
	 -o-object-fit: cover;
	 object-fit: cover;
}

.plyr--video .plyr__controls {
	 z-index: 999;
}

.plyr--full-ui input[type=range] {
	color: #023a63;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
	background-color: #023a63;
}

#hero-thankyou {
	background-image: url('../assets/img/pachamama-thankyou.jpg');
}

@media (max-width: 767px) {
	.plyr__video-wrapper {
		aspect-ratio: 1/1 !important;
	}
}

#dispo {
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 6rem;
	padding-bottom: 6rem;
	height: auto;
	overflow: inherit;
	
	@media (max-width: 560px) {
		  padding-top: 3rem !important;
		  padding-bottom: 3rem !important;
	}  
}

header.scrolled {
	background-color: #fff;
}

header.scrolled .text-white {
	color: #000 !important;
}

header.scrolled .navbar-brand svg path {
	fill: #000 !important;
}

header.scrolled .nav-link svg {
	fill: #000 !important;
}

.dropdown-toggle:after {
	display: none;
}

.nav-link {
	padding: 0.5rem 0.8rem;
}

.nav-link.text-white svg {
	fill: #fff;
}

.popup-zoomin-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 2s;
}

.popup-zoomin-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.popup-zoomin-img .btn-hover {
	background-color: transparent;
	transition: all 0.6s;
}

.popup-zoomin-img h2 {
	letter-spacing: 0;
	transition: all 2s;
}

.popup-zoomin-img:hover h2 {
	letter-spacing: 0.18rem;
}

.popup-zoomin-img:hover .btn-hover {
	background-color: #ffffff;
	color: black;
}

.hover\:text-black {
	transition: all 0.6s;
}

a.hover\:text-black:hover {
	color: black !important;
}

.mfp-container {
	padding: 0;
}

.mfp-iframe-scaler iframe {
  box-shadow: none;
  background-color: #ffffff;
}

#update-info-btn--container {
	display: none;
}

form#landing input {
	font-family: "fieldwork";
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-color: #023A63;
}

form#landing {
	text-align: left;
}

form#landing label {
	text-transform: inherit;
	font-family: 'new-spirit';
	color: #023A63;
}

form#landing .btn-send {
	background-color: transparent;
	border-color: #023A63;
	color: #023A63;
	letter-spacing: 0;
	font-family: 'new-spirit';
	font-weight: bold;
	text-transform: inherit;
}

form#landing .btn-send:hover {
	background-color: #023A63 !important;
	color: #fff !important;
}

.orbea.post-landing .mfp-container {
	background-color: #ffffff;
}

@media (min-width: 768px) {
	.bg-episode.text-blue > .bg-episode_green::after {
		content: '';
		display: block;
		height: 1px;
		background-color: #dee2e6;
		position: absolute;
		top: 74px;
		left: 3rem;
		right: 3rem;
	}
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgb(27 27 27 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

	.md\:absolute {
		position: absolute;
	}

	.md\:mx-12 {
		margin-left: 3rem;
		margin-right: 3rem;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:block {
		display: block;
	}

	.md\:inline-block {
		display: inline-block;
	}

	.md\:hidden {
		display: none;
	}

	.md\:max-w-screen-sm {
		max-width: 640px;
	}

	.md\:justify-start {
		justify-content: flex-start;
	}

	.md\:border-b {
		border-bottom-width: 1px;
	}

	.md\:bg-transparent {
		background-color: transparent;
	}

	.md\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.md\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.md\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1920px) {

	.\33xl\:mx-24 {
		margin-left: 6rem;
		margin-right: 6rem;
	}

	.\33xl\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}


/*# sourceMappingURL=main.css.map */