*{
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-ugc-3-container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.lpd-ugc-3-hidden-desktop{
	display: none;
}

.lpd-ugc-3-ugc{
	padding: 120px 0;
	overflow: hidden;
}
.lpd-ugc-3-ugc-wrap{
	position: relative;
}
.lpd-ugc-3-ugc-item{
	overflow: hidden;
	border-radius: 12px;
	position: relative;
}
.lpd-ugc-3-ugc-overlay{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 71.98%, rgba(0, 0, 0, 0.40) 100%);
}
.lpd-ugc-3-ugc-info{
	position: absolute;
	padding:  0 20px;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	z-index: 7;
}
.lpd-ugc-3-ugc-info-name{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.lpd-ugc-3-ugc-info-name h3{
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
}
.lpd-ugc-3-ugc-info-name img{
	height: 14px;
}
.lpd-ugc-3-ugc-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border: 0;
    box-shadow: none;
    aspect-ratio: 9 / 14;
    cursor: pointer;
}
.rate-stars{
	height: 20px;
}
.lpd-ugc-3-ugc .swiper-slide{
	transform: scale(.9);
}
.lpd-ugc-3-ugc .swiper-slide-active{
	transform: scale(1.0);
}
.lpd-ugc-3-nav{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 10;
	height: 40px;
}
.lpd-ugc-3-btn-prev,
.lpd-ugc-3-btn-next{
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 2.737px 12.775px -1.825px;
	transition: .1s ease-in-out .1s;
}
.lpd-ugc-3-btn-prev:hover,
.lpd-ugc-3-btn-next:hover{
	background: #000;
	color: #fff;
}
.lpd-ugc-3-btn-prev{
	left: -8px;
}
.lpd-ugc-3-btn-next{
	right: -8px;
}


@media (max-width: 1280px){

}

@media (max-width: 992px){
.lpd-ugc-3-hidden-desktop{
	display: block;
}
.lpd-ugc-3-hidden-mobile{
	display: none;
}
.lpd-ugc-3-ugc .swiper{
	overflow: visible;
}
.lpd-ugc-3-nav{
	display: none;
}
}

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

@media (max-width: 479px){
.lpd-ugc-3-ugc{
	padding: 50px 0;
}
}