
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 900;
    margin: 0;
}

h1 {
    line-height: 1.5rem;
    font-size: 1.9rem;
    font-weight: 700;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 1rem;
}

.default-style b, 
.default-style u, 
.default-style a {
    margin: 0;
    font-size: 16px;
    font-style: normal;
    line-height: 140%; 
    font-weight: 400;
}

.default-style b,
.default-style strong {
    font-weight: 900;   
}

.default-style u {
    text-decoration-line: underline;
}

.default-style b u, 
.default-style strong u {
    font-weight: 900;  
} 

.default-style a {
    color: #1286eb;
}

.default-style ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
    list-style-type: circle;
}

.default-style ul li {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

@media only screen and (max-width: 700px) {
    h1 {
        font-size: 36px;   
        line-height: 100%;
    }

    h2 {
        font-size: 30px;
        line-height: 120%;
    }

    h3 {
        font-size: 24px;
        line-height: 100%;
    }

    h4 {
        font-size: 18px;
        line-height: 120%;
    }

    h5, h6 {
        font-size: 16px;
        line-height: 120%; 
    }
}

.center-main-block {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
}


/* START banner cr-banner-full-width  */

.cr-banner-full-width {
    width: 100%;
    height: 580px;
    background-color: #ffffff;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.cr-banner-full-width-image-holder {
    margin: 0 auto;
    height: 100%;
    max-width: 2200px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/usr/editor/img/placeholder_2200x580.svg");
}

.cr-banner-full-width-bc-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.cr-banner-full-width-w-content {
    width: 100%;
    display: block;
    height: 100%;
}

.cr-banner-full-width-text-group-container {
    position: absolute;
    width: 100%;
    padding: 0 30px;
    bottom: 30px;
    left: 0;
}

.cr-banner-full-width-title-text {

}

.cr-banner-full-width-title-text {
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
}

.cr-banner-full-width-short-text {
    font-size: 20px;
    color: #FFFFFF;
}

.cr-banner-full-width-buttons-group {
    margin-top: 10px;
    display: flex;
    gap: 15px;
    flex-flow: wrap;
}

.cr-banner-full-width-btn-w-link {
    background-color: #FFFFFF;
    padding: 4px 15px;
    color: #141215;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    border: solid 1px #000000;
}

.cr-banner-full-width-btn-w-link:hover {
    background-color: #000000;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}

@media only screen and (max-width: 768px) {
    .cr-banner-full-width {
        height: 470px;
    }

    
    .cr-banner-full-width-title-text {
        font-size: 28px;
    }

    .cr-banner-full-width-short-text {
        font-size: 16px;
    }

    .cr-banner-full-width-btn-w-link {
        color: #141215;
        font-size: 16px;
    }
}

/* END banner cr-banner-full-width  */


/* START banner banner-cw-w-img  */
.banner-cw-w-img {
    max-width: 1200px;
    margin: 0 auto;
}

.banner-cw-w-img .image-holder {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-image: url("/usr/editor/img/placeholder_1200x500.svg");
}

.banner-cw-w-img .text-group-container {
    position: absolute;
    width: 100%;
    padding: 0 0;
    bottom: 15px;
    left: 0;
}

.banner-cw-w-img .bc-container {
    max-width: 1170px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    padding-bottom: 41.67%;
}

.banner-cw-w-img a.w-content {
    width: 100%;
    height: 100%;
}

.banner-cw-w-img .title-text {
    font-weight: bold;
    font-size: 25px;
}

.banner-cw-w-img .subtitle-text {
    font-size: 16px;
}

.banner-cw-w-img .links-group {
    margin-top: 10px;
    font-size: 16px;
    text-decoration: underline;
}

.banner-cw-w-img:has(a.w-content:hover) {
    box-shadow: 0 6px 30px 5px #3436491f, 0 8px 10px 0 #34364933;
}


@media only screen and (max-width: 1200px) {
    .banner-cw-w-img .bc-container {
        width: calc(100% - 15px);
    }
}

@media only screen and (max-width: 768px) {
    .banner-cw-w-img .image-holder {
        height: 500px;
        background-position: center;
    }

    .banner-cw-w-img .bc-container {
        padding-bottom: 0;
        width: calc(100% - 15px);
    }
}

/* END banner banner-cw-w-img  */


/*ERROR 404 START*/
.error h1{
    margin-bottom: 15px !important;
    font-size: 34px;
    font-weight: 900;
}

.error p:first-child{
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 10px;
}

.error .mt-15, .error .my-15{
    margin-top: 15px !important;
}

.error .btn_home{
    margin-top: 30px;
}

.error .btn_home a{
    font-size: 20px;
    font-weight: bold;
    background:#000;
    padding: 5px 15px 5px 15px;
    color: #fff;
    border-radius: 6px;
}
/*ERROR 404 END*/

.inlineBanner-default-color {
    background-color: #EBF2E3;
    color: #000000;
}

.collapse-element .faq_title {
    font-size: 30px;
    text-align: center;
    color: #444;
    font-family: MuseoRounded300, Arial, sans-serif
}

.collapse-element .faq_single {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    color: #444;
    font-family: Montserat, Arial, sans-serif;
    line-height: 40px;
    width: 90%
}

.collapse-element  .faq_single:hover {
    cursor: pointer;
    color: #444;
    font-family: Montserat, Arial, sans-serif
}

.collapse-element .click_row:hover {
    cursor: pointer;
    color: #444
}

.collapse-element .faq-title-img-minus,
.collapse-element .faq-title-img-plus {
    width: 15px;
    height: 15px;
    float: right;
    vertical-align: middle;
    display: inline-block;
    margin-left: auto;
    margin-right: 8px;
    margin-top: 12px
}

.collapse-element .faq-title-img-plus  {
    content:url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 9'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23231f20;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EUntitled-1%3C/title%3E%3Cpolygon class='cls-1' points='9 4.2 4.8 4.2 4.8 0 4.2 0 4.2 4.2 0 4.2 0 4.8 4.2 4.8 4.2 9 4.8 9 4.8 4.8 9 4.8 9 4.2'/%3E%3C/svg%3E");
}

.collapse-element .faq-title-img-minus {
    display: none;
    content:url("data:image/svg+xml,%3Csvg id='Livello_1' data-name='Livello 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.0005 15'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23231f20;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EClose%3C/title%3E%3Cpolygon class='cls-1' points='15 0.675 14.325 0 7.5 6.825 0.675 0 0 0.675 6.825 7.5 0 14.325 0.675 15 7.5 8.175 14.325 15 15 14.325 8.175 7.5 15 0.675'/%3E%3C/svg%3E");
}

.collapse-element .faq_content {
    overflow: auto;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    margin: 1% 0 2% 0;
    padding-left: 2%;
    color: #444;
    font-size: 14px;
    display: none;
}

.collapse-element .faq_hr {
    border-color: #f2f2f2;
    height: 1px
}

.line-break {
    display: block;
    height: 40px;
    width: 100%;
}

.placeholder-brands-list h4 {
    text-align: center;
    margin-bottom: 10px;
}

.placeholder-brands-list .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-around;
    overflow: hidden;
    max-height: 120px;
}

.placeholder-brands-list .list div {
    width: 120px;
}


.placeholder-carousel-products .list-of-ar {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-around;
    overflow: hidden;
    height: 320px;
}

.placeholder-carousel-products .list-of-ar div.article-example {
    width: 250px;
}

.placeholder-carousel-products h4 {
    text-align: center;
    margin-bottom: 10px;
}


.placeholder-products-list .list-of-ar {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    justify-content: space-around;
    overflow: hidden;
    height: 320px;
}

.placeholder-products-list .list-of-ar div.article-example {
    width: 250px;
}

.placeholder-products-list h4 {
    text-align: center;
    margin-bottom: 10px;
}
