.price-i1{
	position:absolute;
	border-radius:inherit;
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
	top:0;
	left:0;
}
.price-m1{
	padding-top:10rem;
	padding-bottom:8rem;
}
.price-m2{
	margin-bottom:5rem;
}
.price-m3{
	margin-top:3rem;
	margin-bottom:1rem;
}
.price-m4{
	margin-top:3rem;
	margin-bottom:1rem;
}
.price-m5{
	margin-top:3rem;
}
.price-e1{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	grid-gap:3rem;
}
.price-e2{
	padding:3rem;
	border-radius:2rem;
}
.price-e3{
	position:absolute;
	left:calc(100% + 0.4rem);
	bottom:calc(100% - 0.7rem);
	padding:4px 9px;
	background-color:var(--c5);
	border-radius:50%;
	color:white;
	font-size:14px;
	font-family:monospace;
	animation:price-a1 infinite ease-out 3s;
	transform:scale(1,1);
	transition:all 0.3s;
}
.price-e3 p{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-50%,0%) scale(0,0);
	background-color:white;
	border-radius:1rem;
	color:black;
	transition:all 0.3s;
	width:200px;
	padding:0.8rem;
}
.price-e3:hover p{
	bottom:calc(100% + 0.5rem);
	left:50%;
	transform:translate(-50%,0%) scale(1,1);
}
.price-e3:hover{
	transform:scale(1.2,1.2);
}
.price-e3_1{
	transform:scale(1.2,1.2);
}
.price-e3_1 p{
	bottom:calc(100% + 0.5rem);
	left:50%;
	transform:translate(-50%,0%) scale(1,1);
}
.price-e4{
	padding:0.7rem;
	border-radius:1rem;
	border:2px solid rgba(255,255,255,0);
	background-color:rgba(255,255,255,0);
	transition:all 0.3s;
}
.price-e4:hover{
	border:2px solid var(--c3);
	background-color:var(--c6);
}
.price-e4::before{
	content:'';
	background-color:var(--c3);
	border-radius:50%;
	width:10px;
	min-width:10px;
	max-width:10px;
	height:10px;
	margin-top:0.35rem;
	margin-right:1rem;
	animation:price-a2 infinite ease-out 4s;
}
.price-e5{
	padding:0.6rem 1rem;
	border-radius:3rem;
	background-color:var(--c4);
	color:white;
	font-size:1.2rem;
	border:0;
	box-shadow:0 1rem 1rem -0.5rem var(--c4);
	transition:all 0.2s;
	top:0;
}
.price-e5:hover{
	top:-0.4rem;
	box-shadow:0 2rem 1.5rem -1.3rem var(--c4);
}
.price-e6{
	padding:0.6rem 1rem;
	border-radius:3rem;
	background-color:var(--c3);
	color:white;
	font-size:1.1rem;
	border:0;
	box-shadow:0 1rem 1rem -0.5rem var(--c3);
	transition:all 0.2s;
	top:0;
	min-width:290px;
	margin-left:1rem;
}
.price-e6:hover{
	top:-0.4rem;
	box-shadow:0 2rem 1.5rem -1.3rem var(--c3);
}
.price-e6 img{
	height:2.5rem;
	background:white;
	object-fit:contain;
	object-position:center;
}
.price-e7{
	overflow:hidden;
}
.price-e7::after{
	content:'';
	display:block;
	width:30px;
	height:300px;
	margin-left:60px;
	background:linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
	position:absolute;
	top:-100px;
	z-index:100;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	transition:all 0.1s;
	animation:price-a3 infinite ease-in-out 5s;
	animation-delay:0.05s;
}
.price-e8{
	margin-left:1.5rem;
	border-radius:3rem 0 0 3rem;
	padding:0.3rem;
	min-width:2.2rem;
}
.price-e9{
	border-radius:0 3rem 3rem 0;
	padding:0.3rem;
	min-width:2.2rem;
}
.price-e10{
	padding:0.3rem 0;
	min-width:1.7rem;
}
.price-e11{
	grid-template-columns:repeat(1, 1fr);
}
.price-e12{
	filter:blur(4px);
	opacity:0.2;
}
.price-e13{
	flex-wrap:nowrap !important;
}
@keyframes price-a1{
	0%{
		box-shadow:0 0 0 0 var(--c5);
	}
	30%{
		box-shadow:0 0 0 0.6rem rgba(255,255,255,0);
	}
	100%{
		box-shadow:0 0 0 0.6rem rgba(255,255,255,0);
	}
}
@keyframes price-a2{
	0%{
		box-shadow:0 0 0 0 var(--c3);
	}
	20%{
		box-shadow:0 0 0 0.4rem rgba(255,255,255,0);
	}
	100%{
		box-shadow:0 0 0 0.4rem rgba(255,255,255,0);
	}
}
@keyframes price-a3{
	0% { left:-60px; margin-left:0px; }
	20% { left:110%; margin-left:80px; }
	100% { left:110%; margin-left:80px; } 
}

@media screen and (max-width:1400px){
	.price-e13{
		flex-direction:column;
		grid-gap:1.5rem;
	}
	.price-e13 button{
		margin:0;
		min-height:4rem;
	}
}

@media screen and (max-width:1000px){
	.price-e1{
		grid-template-columns:repeat(1, 1fr);
		grid-gap:2rem;
		margin: 10px;
	}
}

@media screen and (max-width:800px){
	.price-m1{
		padding-top:6rem;
		padding-bottom:5rem;
	}
	.price-m2{
		margin-bottom:3rem;
	}
}

@media screen and (max-width:700px){
	.price-e2{
		padding:3rem 2rem;
		border-radius:2rem;
	}
	.price-e12{
		filter:unset;
		opacity:1;
	}
}