<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.dd-simple-banner-cont {
    color: #4E3027;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
    padding: 25px 0 30px;
    max-width: 832px;
    margin: 0 auto;
}
.dd-hp-simple-wrap h2.dd-sec-title {
    text-align: center;
    margin: 0;
}
.dd-hp-simple-wrap {
    border-radius: 20px;
    padding: 75px 0;
}
.dd-hp-simple-wrap a.main-cta {
    height: 64px;
    max-width: 280px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
}
section.dd-hp-simple-banner {
    padding-bottom: 165px;
}
@media only screen and (max-width:1500px) {
	section.dd-hp-simple-banner {
		padding-bottom: 90px;
	}
}
@media only screen and (max-width:991px){
	section.dd-hp-simple-banner {
   	 padding-bottom: 110px;
	}
	.dd-hp-simple-wrap {
		padding: 75px 30px;
	}
	p.dd-simple-banner-cont {
		padding: 25px 0 15px;
	}
}
@media only screen and (max-width:767px) {
	.dd-hp-simple-wrap {
		padding: 40px 30px;
	}
	.dd-hp-simple-wrap h2.dd-sec-title {
		text-align:left;
	}
	p.dd-simple-banner-cont {
		padding: 25px 0 30px;
	}
	.dd-hp-simple-wrap a.main-cta {
		font-size: 15px;
		max-width: 100%;
		height: 60px;
	}
	section.dd-hp-simple-banner {
		padding-bottom: 80px;
	}
}</pre></body></html>