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

.lpd-features-13-hidden-desktop{
	display: none;
}
.lpd-features-13-features{
	padding: 120px 0;
}
.lpd-features-13-features-wrap{
	border-radius: 20px;
	background: #EBF2FA;
	padding: 60px;
}
.lpd-features-13-tab-nav{
	list-style: none;
	display: flex;
	gap: 16px;
	justify-content: center;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.lpd-features-13-tab-nav li{
	flex-shrink: 0;
}
.lpd-features-13-tab-link{
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px 20px;
	border-radius: 100px;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
}
.lpd-features-13-tab-link.lpd-features-13-active{
	background: #000;
	color: #fff;
}
.lpd-features-13-tab-content {
    position: relative;
    margin: 40px 0 0;
}

/* Oculta todas as abas, mas mantém o espaço */
.lpd-features-13-tab-pane {
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    display: none;
}

/* Aba ativa */
.lpd-features-13-tab-pane.lpd-features-13-active {
    display: block;
    opacity: 1;
}
.lpd-features-13-features-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.lpd-features-13-features-ct-col{
	width: 46%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.lpd-features-13-features-heading{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.lpd-features-13-features-heading h3{
	color: #0055B7;
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
}
.lpd-features-13-features-heading h2{
	font-size: 52px;
	line-height: 130%;
	font-weight: 700;
}
.lpd-features-13-btn-primary{
	border-radius: 100px;
	background: #0055B7;
	padding: 18px 80px;
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
}
.lpd-features-13-features-img-col{
	width: 45%;
}
.lpd-features-13-features-img-col img{
	border-radius: 20px;
}

@media (max-width: 1280px){

}

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

@media (max-width: 768px){
.lpd-features-13-features-row{
	flex-direction: column;
}
.lpd-features-13-features-img-col{
	order: -1;
	width: 100%;
}
.lpd-features-13-features-ct-col{
	width: 100%;
}
.lpd-features-13-tab-nav{
	justify-content: flex-start;
}
.lpd-features-13-tab-link{
	flex-shrink: 0;
}
.lpd-features-13-features-wrap{
	padding: 50px 20px;
}
.lpd-features-13-tab-nav{
	padding: 0 20px 20px;
	margin: 0 -20px;
	overflow: auto;
}
}

@media (max-width: 479px){
.lpd-features-13-features{
	padding: 50px 0;
}
.lpd-features-13-features-heading h2{
	font-size: 32px;
}
}