.hero {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    aspect-ratio: 1270 / 400;
}
.hero picture {
    display: block;
    width: 100%;
    height: 100%;
}
.hero img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-text {
    position: absolute;
    top: 48%;
    left: 30px;
    transform: translateY(-50%);
    max-width: 45%;
    color: #003556;
    text-align: left;
}
.hero-text .hero-title {
    font-size: 55px;
    letter-spacing: -0.03em;
    font-weight: 800;
    padding-bottom: 15px;
	line-height: 1
}
.hero-text .hero-highlight {
	font-family: 'Manrope', 'Open Sans', sans-serif;
    font-size: 27px;
    font-weight: 500;
    margin: 0 0 25px 0;
	line-height: 1.2
}
.hero-cta {
    background: #ee9134;
    color: white;
    padding: 18px;
    border-radius: 15px;
	font-family: 'Manrope', 'Open Sans', sans-serif;
    font-size: 22px;
    letter-spacing: -0.02em;
    font-weight: 800;
    display: inline-block;
	margin:0 0 20px
}
.hero-reviews{
    display:flex;
    align-items:center;
    gap:6px;
    margin-top:14px;
    flex-wrap:wrap;
}
.hero-stars{
    color:#003556;
    font-size:16px;
    letter-spacing:-3px;
	margin-bottom:2px
}
.hero-reviews-text{
    font-family:'Manrope', 'Open Sans', sans-serif;
    font-size:14px;
    color:#003556;
    letter-spacing:-0.02em;
}
@media (max-width: 767px) {
    .hero {
        border-radius: 20px;
        aspect-ratio: 1 / 1;
    }
    .hero-text {
        top: 7%;
        left: 20px;
        right: 20px;
        transform: none;
        max-width: none;
        width: auto;
    }
    .hero-text .hero-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 0.9;
        margin: 0 0 10px 0;
        padding-bottom: 0.05em;
    }
    .hero-text .hero-subtitle {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -0.07em;
        line-height: 1.08;
        margin: 0 0 8px 0;
        padding-bottom: 0.05em;
    }
    .hero-text .hero-highlight {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -0.07em;
        line-height: 1.12;
        margin: 0 0 10px 0;
        padding-bottom: 0.15em;
    }
    .hero-cta {
        font-size: 15px;
        padding: 10px 10px;
        border-radius: 12px;
        line-height: 1.2;
    }
	.hero-reviews{
        gap:8px;
        margin-top:10px;
    }
    .hero-stars{
        font-size:16px;
    }
    .hero-reviews-text{
        font-size:13px;
        line-height:1.2;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .hero {
        aspect-ratio: 2 / 1;
    }
    .hero-text {
        top: 50%;
		right: 30%
    }
    .hero-text .hero-title {
        padding-bottom: 0.4em;
    }
    .hero-text .hero-title {
        font-size: 36px;
    }
    .hero-text .hero-highlight {
        font-size: 18px;
		margin: 0 0 20px 0;
    }
    .hero-cta {
        font-size: 18px;
        padding: 15px 20px;
    }
}
.btn-gadget-search{
    display:block;
    width:fit-content;
    margin:20px auto 10px; /* QUESTO centra */
    padding:16px 26px;
    background:#ff9012;
    color:#fff;
    text-decoration:none;
    border-radius:14px;
    font-family:'Manrope','Open Sans',sans-serif;
    font-size:20px;
    font-weight:800;
    letter-spacing:-0.03em;
    line-height:1.1;
    text-align:center;
}

.btn-gadget-search,
.btn-gadget-search:visited,
.btn-gadget-search:hover,
.btn-gadget-search:focus{
    color:#fff;
    text-decoration:none;
}

@media (max-width:767px){
    .btn-gadget-search{
        width:100%;
        margin:0 0 10px;
    }
}
.steps-processo{
    display:grid;
    grid-template-columns: 1fr 120px 1fr 120px 1fr 120px 1fr;
    align-items:center;
    column-gap:10px;
    width:100%;
    max-width:1280px;
    margin:0 auto;
	padding:10px 20px 20px;
	background:#f1f2f4;
    border:1px solid #e6e6e6;
    border-radius:20px;
	margin-bottom:60px
}
.step-item{
    text-align:center;
}
.step-item img{
    max-width:110px;
    width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}
.step-title{
    font-family:'Manrope', 'Open Sans', sans-serif;
    font-size:20px;
    font-weight:800;
    color:#003556;
    letter-spacing:-0.03em;
    line-height:1.2;
}
.step-description{
    font-size:12px;
    line-height:1.3;
    color:#003556;
    margin-left:auto;
    margin-right:auto;
}
.step-line{
    height:2px;
    background:#0d4b73;
    width:100%;
}
@media (max-width: 767px){
    .steps-processo{
        display:grid !important;
        grid-template-columns: 1fr 1fr;
        gap:20px;
        max-width:100%;
        padding:0 15px 60px;
    }
    .step-item{
        text-align:center;
    }
    .step-item img{
        max-width:90px;
        margin:0 auto 8px;
    }
    .step-title{
        font-size:16px;
    }
    .step-line{
        display:none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	.steps-processo {
		grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
	}
	.step-title {
		font-size: 16px;
	}
}
.subtitlebghome {
    text-align: center;
    font-weight: 500;
}
.customers-box{
    max-width: 1280px;
    margin: 30px auto;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    overflow: hidden;
}
.customers-logos{
    display: flex;
	background: #f1f2f4;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 36px 20px;
}
.customers-logos img{
    max-height: 120px;
    width: auto;
    max-width: 15%;
    object-fit: contain;
    display: block;
}
.customers-divider{
    height: 1px;
    background: #d9dadd;
    width: 100%;
}
.customers-benefits{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 10px;
}
.customers-benefit{
    flex: 1 1 0;
    text-align: center;
    padding: 0 10px;
}
.customers-benefit-separator{
    width: 1px;
    background: #d9dadd;
}
.customers-benefit-icon{
    color: #003556;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 12px;
}
.customers-benefit-image{
    margin-bottom: 5px;
}
.customers-stars{
    color: #c9941a;
    font-size: 18px;
    letter-spacing: -3px;
    margin: 5px 0 10px;
}
.customers-benefit-title{
    font-family: 'Manrope', 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: #003556;
    margin-bottom: 5px;
}
.customers-benefit-text{
    font-family: 'Manrope', 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #003556;
}
@media (max-width: 767px){
    .customers-box{
        border-radius: 22px;
    }
    .customers-logos{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 24px;
        padding: 22px 20px;
        justify-items: center;
    }
    .customers-logos img{
        max-height: 80px;
        max-width: 100%;
    }
    .customers-benefits{
        display: flex;
        flex-direction: column;
        padding: 0 20px 10px;
    }
    .customers-benefit{
        padding: 16px 0;
    }
    .customers-benefit-separator{
        width: 100%;
        height: 1px;
    }
    .customers-benefit-icon{
        font-size: 34px;
        margin-bottom: 8px;
    }
    .customers-stars{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .customers-benefit-title{
        font-size: 18px;
        line-height: 1.12;
    }
    .customers-benefit-text{
        font-size: 14px;
        line-height: 1.25;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .customers-logos{
        padding: 22px 20px;
		gap:10px
    }
}
.container-newsletter,
.header-newsletter {
    width: 1270px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-newsletter {
    font: 500 1.5em 'Manrope', 'Open Sans', sans-serif;
}
.container-newsletter a,
.container-newsletter-box a {
    text-decoration: underline;
    color: #fff;
}
.container-newsletter p {
    color: #fff;
	font-size: 16px
}
.container-newsletter .btn-lg,
.container-newsletter-box .btn-lg {
    padding: 6px 34px;
    background-color: #ee9134;
    font-weight: 800;
    color: #fff;
	height: 52px
}
.container-newsletter .input-lg {
    height: 52px;
    width: 500px;
    font-size: 22px;
}
.container-newsletter .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin: 8px 10px 8px 0 !important;
}
.container-newsletter .checkbox label,
.container-newsletter .checkbox label a {
    line-height: 1.8;
    color: #fff;
}
.h2-newsletter {
    text-transform: none;
    padding-bottom: 10px;
    font-size: 2.6em;
    color: #fff;
    font-weight: 800;
	line-height:1.2em;
	letter-spacing:-0.02em
}
.h3-newsletter {
    text-transform: none;
    padding-bottom: 0;
    font-size: 1.4em;
    color: #fff;
    font-weight: 600;
	line-height:1.2em;
	letter-spacing:-0.02em
}
.newsletter-row {
    background-color: #003556;
    padding: 65px;
}
@media (max-width: 767px) {
    .header-newsletter {
        width: 100%;
        padding: 0;
    }
    .container-newsletter {
        width: 100%;
        font: 500 0.9em 'Manrope', 'Open Sans', sans-serif;
        padding-right: 0;
        padding-left: 0;
    }
    .container-newsletter .btn-lg,
    .container-newsletter .input-lg {
        width: 100%;
    }
    .container-newsletter .form-inline .checkbox {
        padding-left: 0;
        line-height: 14px !important;
    }
    .container-newsletter .form-inline .checkbox input[type="checkbox"] {
        margin: 0 5px 5px;
    }
    .container-newsletter .checkbox label {
        font-size: 1.2em;
    }
    .h2-newsletter {
        font-size: 2em !important;
        padding-bottom: 0.6em;
        font-weight: 800;
    }
    .h3-newsletter {
        font-size: 1.6em;
    }
    .newsletter-row {
        padding: 60px 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-newsletter {
        width: 100%;
        padding: 0;
    }
    .container-newsletter {
        width: 100%;
        font: 500 0.9em 'Manrope', 'Open Sans', sans-serif;
        padding-right: 0;
        padding-left: 0;
    }
    .container-newsletter .input-lg {
        width: 400px;
    }
    .container-newsletter .form-inline .checkbox {
        padding-left: 0;
        line-height: 14px !important;
    }
    .container-newsletter .form-inline .checkbox input[type="checkbox"] {
        margin: 0 5px 5px;
    }
    .container-newsletter .checkbox label {
        font-size: 1.2em;
    }
    .h2-newsletter,
    .h3-newsletter {
        font-size: 2em;
    }
    .newsletter-row {
        padding: 60px 40px;
    }
}
.container-newsletter-box {
    font: 500 0.9em 'Manrope', 'Open Sans', sans-serif;
}
.container-newsletter-box .btn-lg {
    height: 52px;
    width: 100%;
}
.container-newsletter-box .input-lg {
    height: 52px;
    width: 100%;
    font-size: 22px;
}
.container-newsletter-box .form .checkbox input[type="checkbox"] {
    margin: -5px 7px 5px;
}
.container-newsletter-box .form .checkbox {
    padding-left: 5px !important;
    line-height: 16px;
    margin-bottom: 15px;
}
.container-newsletter-box .checkbox label {
    color: #fff;
    font-size: 1.2em;
}
.header-newsletter-box {
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}
.h2-newsletter-box {
    text-transform: none;
    padding-bottom: 0.6em;
    font-size: 1.6em !important;
    color: #fff;
    font-weight: 400;
}
.h3-newsletter-box {
    text-transform: none;
    padding-bottom: 0;
    font-size: 2em;
    color: #fff;
    font-weight: 700;
}
.newsletter-row-box {
    background-color: #003556;
    padding: 20px 20px;
}
.modale {
    background-color: #fff;
}
.close_newsletter {
    padding: 5px;
}
.product-preview-blog{
    padding-bottom:24px;
}
.product-preview-blog .preview-blog{
    aspect-ratio: 16 / 11;
    overflow:hidden;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}
.product-preview-blog .preview-blog img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}
.image-title-blog{
    margin:10px 20px 10px 20px;
    line-height:1.05;
}
.image-title-blog a{
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:22px;
    font-weight:800;
    letter-spacing:-0.03em;
}
.image-title-text-blog{
    margin:0 20px 20px 20px;
    font-size:14px;
    line-height:1.3;
    color:#666;
}
.blog-readmore-wrap{
    margin:0 20px;
}
.blog-readmore{
    color:#ee9134;
    text-decoration:none;
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:16px;
	letter-spacing:-0.03em;
    font-weight:900;
}
.blog-readmore:hover,
.image-title-blog a:hover{
    text-decoration:none;
}
.image-title-blog {
    padding: 10px 0 0;
    color: #003556;
    font-size: inherit;
    min-height: 54px;
    font-weight: 700;
}
.image-title-blog a {
    color: #003556;
}
@media (max-width: 767px){
	.row-blog {
		margin-left: -30px;
		margin-right: -30px;
	}
}
.faqhome h2,
.faqhome h3,
.faqhome h4 {
    font-weight: 700;
    color: #003556;
}
#faq-accordion h3 {
    font-weight: 700;
    color: #003556;
}
@media (max-width: 767px) {
    .faqhome {
        background-color: #f8f8f8;
        padding: 40px 20px;
    }
    .faqhome h2 {
        font-size: 1.6em;
    }
    .faqhome h4 {
        font-size: 1.3em;
    }
    .faqhome h3 {
        font-size: 1.15em;
        padding: 0.6em 0;
    }
    .faqhome p,
    .faqhome ul {
        font-size: 115%;
    }
    .faqhome p {
        text-align: justify;
    }
    .faqhome ul {
        line-height: 1.5;
    }
}