*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.lpd-snippet-2-container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.lpd-snippet-2-hidden-desktop{
	display: none;
}

.lpd-snippet-2-sp{
	padding: 120px 0;
}
.lpd-snippet-2-sp-wrap{
	max-width: 450px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lpd-snippet-2-sp-wrap h3{
	font-size: 13px;
	line-height: 130%;
	font-weight: 400;
	text-align: center;
}
.lpd-snippet-2-sp-wrap h3 b{
	text-transform: uppercase;
}
.lpd-snippet-2-sp-row{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.lpd-snippet-2-sp-box{
	position: relative;
	border-radius: 10px;
	border: 1px dashed #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 92px;
	font-size: 13px;
	font-weight: 500;
}
.lpd-snippet-2-sp-box.active{
	position: relative;
	border-radius: 10px;
	border: 1px dashed #000;
	background: rgba(136, 196, 73, 0.20);
}
.lpd-snippet-2-sp-item{
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.lpd-snippet-2-sp-item h3{
	font-size: 12px;
	line-height: 130%;
}
.lpd-snippet-2-sp-badge{
	border-radius: 100px;
background: #C8202F;
color: #fff;
position: absolute;
top: -10px;
font-size: 11px;
line-height: 11px;
padding: 2px 6px;
display: inline-flex;
}
.lpd-snippet-2-sp-item .op-50{
	opacity: .5;
}
@media (max-width: 1280px){

}

@media (max-width: 992px){
.lpd-snippet-2-hidden-desktop{
	display: block;
}
.lpd-snippet-2-hidden-mobile{
	display: none;
}
}

@media (max-width: 768px){
}

@media (max-width: 479px){
.lpd-snippet-2-sp{
	padding: 50px 0;
}
}