<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mya-element{
	position:relative;
	border:1px solid transparent;
	cursor:pointer;
	margin-bottom:10px;
}
.mya-element img{
	width:100%;
	margin-bottom:-7px;
}
.mya-element:hover{
	border:1px solid #6C3DD7;
}

#mya-content{
	position:relative;
}
#mya-payment-iframe{
	position:absolute;
	z-index:50;
	inset:-50px 0;
	border-radius:15px;
	overflow:hidden;
}
#mya-iframe-payment iframe{
	width:100%;
	height:100%;
	height:690px;
}
@media (max-width:1200px){
	#mya-iframe-payment iframe{
		width:100%;
		height:100%;
		height:980px;
	}
}

#mya-iframe-close{
	position:absolute;
	top:20px;
	right:20px;
	border:2px solid #FFF;
	width:30px;
	height:30px;
	cursor:pointer;
	transition:0.3s;
	color:#FFf;
	text-align:center;
	border-radius:100%;
	line-height:30px;
}
#mya-iframe-close:hover{
	opacity:0.5
}
#mya-mint-btn.disabled{
	cursor:not-allowed;
	background: #CCC;
	border-color: #CCC;
}
#mya-mint-btn.disabled:hover{
	transform: none;
}</pre></body></html>