/*accordions*/
    
    .title-section_bp h2 {
        width: 600px;
        text-align: center;
        margin: 0 auto;
        line-height: 24px;
        margin-bottom: 45px;
        margin-top: 45px;
        font-family: CoreSansBold;
        font-weight: 100;
        max-width: 100%;
        font-size: 23px;
        color: #009A48;
    }
    
    .accordion-header {
        padding: 20px 40px 20px 20px;
        cursor: pointer;
        font-size: 16px;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
        border-bottom: 2px solid #009A48;
        font-family: "CoreSansLigth";
        font-weight: 400;
        font-family: CoreSansBold;
        color: #009A48;
    }
    
    .accordion-header i,
    .accordion-header svg {
        margin: 0 0 0 auto;
        /* width: 100%; */
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        margin-right: 15px;
        margin-left: 15px;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #F99D35;
    }
    
    .accordion-header.open {
        padding: 20px 40px 20px 20px;
        color: black;
        cursor: pointer;
        font-size: 16px;
        -webkit-transition: all .3s;
        transition: all .3s;
        position: relative;
        border-bottom: 1px solid #434343;
        font-family: "CoreSansLigth";
        font-weight: 400;
    }
    
    .accordion-header.open i,
    .accordion-header.open svg {
        color: #009A48;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    .accordion-body {
        background: rgba(17, 183, 25, 0.1);
        color: #353535;
        display: none;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    
    .accordion-body {
        background: rgba(17, 183, 25, 0.1);
        color: #353535;
        display: none;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    
    .accordion-body .accordion-body__contents {
        padding: 20px;
    }
    
    .accordion-body p {
        font-size: 15px;
        color: #666;
    }
    
    .accordion-body h2 {
        font-family: CoreSansBold;
        color: #666;
        text-align: center;
        margin-bottom: 36px;
    }
    
    .accordion-body h3 {
        font-size: 17px;
        font-family: CoreSansRegular;
        color: #666;
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
        margin-bottom: 36px;
    }
    
    .acordion-collapse {
        max-height: 0;
        -webkit-transition: max-height 0.40s ease-out;
        transition: max-height 0.40s ease-out;
        overflow: hidden;
    }
    
    .acordion-collapse.open {
        max-height: 500px;
        -webkit-transition: max-height 0.60s ease-in;
        transition: max-height 0.60s ease-in;
    }
    
    .btn-see-more_bp {
        display: block;
        text-align: center;
        margin: 30px 20px;
        cursor: pointer;
    }
    
    .btn-see-more_bp .plus {
        width: 41px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.20s ease-in;
        transition: 0.20s ease-in;
    }
    
    .btn-see-more_bp .change-clic_bp {
        font-size: 17px;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #F99D35;
    }
    
    .btn-see-more_bp .change-clic-benefits_bp {
        font-size: 17px;
        margin-top: 5px;
        margin-bottom: 5px;
        color: #F99D35;
    }
    
    .rotate-icon_bp {
        -webkit-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
    }
    
    .video-content {
        text-align: center;
    }
    
    .video-content iframe {
        max-width: 800px;
        width: 100%;
        height: 400px;
    }
    
    .infographic-content {
        display: flex;
        align-items: center;
        background-color: white;
        padding: 33px !important;
        border: 1px solid #009A48;
        border-radius: 12px;
        text-align: justify;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    
    .infographic-content img {
        width: 100px;
    }
    
    .infographic-content .text-infographic {
        width: 100%;
        display: block;
        margin: 0 auto;
        border-left: 1px solid #c3c3c3;
        padding: 0px 0px 0px 20px;
    }
    
    .infographic-content .text-infographic h2 {
        text-align: left;
        margin-bottom: 10px;
    }
    
    .infographic-content .text-infographic p {
        text-align: justify;
        font-size: 15px;
        color: #666;
    }
    
    .infographic-content .text-infographic p a {
        text-decoration: none;
        color: #F99D35;
        font-weight: 600;
    }
    
    .infographic-content .text-infographic p a:hover {
        text-decoration: underline;
    }
    /**/