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

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

.lpd-ugc-4-ugc{
	padding: 120px 0;
	overflow: hidden;
}
.lpd-ugc-4-heading{
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}
.lpd-ugc-4-heading h2{
	font-size: 52px;
	line-height: 130%;
	font-weight: 700;
}
.lpd-ugc-4-ugc-slider{
	margin: 60px 0 0;
}
.lpd-ugc-4-ugc-item{
	overflow: hidden;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lpd-ugc-4-ugc-author{
	padding: 15px;
	display: flex;
	align-items: center;
	background: rgba(66, 164, 200, 0.15);
	gap: 15px;
}
.lpd-ugc-4-ugc-author img{
	height: 40px;
	flex-shrink: 0;
}
.lpd-ugc-4-ugc-author h3{
	font-weight: 700;
	font-size: 14px;
	line-height: 130%;
	color: #42A4C8;
}
.lpd-ugc-4-ugc-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border: 0;
    box-shadow: none;
    aspect-ratio: 9 / 16;
    cursor: pointer;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.lpd-ugc-4-ugc-info{
	padding: 20px;
	background: rgba(66, 164, 200, 0.15);
	border-radius: 12px;
	min-height: 110px;
	display: flex;
	align-items: center;
}
.lpd-ugc-4-ugc-info p{
	font-size: 18px;
	font-weight: 500;
	color: #42A4C8;

}
.lpd-ugc-4-ugc .swiper{
	overflow: visible;
}

@media (max-width: 1280px){

}

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

@media (max-width: 768px){
.lpd-ugc-4-ugc-video{
	aspect-ratio: 9 / 12;
}
}

@media (max-width: 479px){
.lpd-ugc-4-ugc{
	padding: 50px 0;
}
.lpd-ugc-4-heading h2{
	font-size: 32px;
}
.lpd-ugc-4-ugc-slider{
	margin: 40px 0 0;
}
}