.pix_right {
    float: right;
    margin: 10px;
    clear: both;
  }
  
.pix_right_s {
    float: right;
    margin: 10px;
    clear: both;
  }
  
  .pix_left {
    float: left;
    margin: 10px;
    clear: both;
  }
  
.cta {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.to_right {
    text-align: right;
}

.custom_green p{
    color: #587959 !important;
}

.custom_green {
    color: #587959 !important;
}

.section--light a {
    color: #000000;
}

#copyright > ul > li:nth-child(6) {
    display: none !important;
}

.section--light .component__title {
    color: #3d744d !important;
}

.section--light .component__subtitle {
    color: #3d744d !important;
    font-weight: bold !important;
}

.section__bg--light-2::before {
    background-color: #d8e3db !important;
}

h1 {
    margin-top: 15px !important;
}

.section--light .navigation-a .navigation__list--sub .navigation__item--link {
    color: #000000 !important;
    background: #d8e3db !important;
}

.section--light .navigation-a .navigation__list--head .navigation-open > .navigation__item--link {
    color: #000000 !important;
    background-color: #d8e3db !important;
}

.custom_black p {
    color: #000000 !important;
}


@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 768px) {
    .section .ple-module-justify-left {
        justify-content: center !important;
    }
    .section .ple-module-justify-right {
        justify-content: center !important;
    }
    #id_b22fcf93-96e9-5e22-b664-906db7083e41 .section__column-2.ple-column-padding {
        padding-top: 0px !important;
    }
    .to_right {
        text-align: center !important;
    }
    .section .component__subtitle {
        margin-bottom: 0px !important;
    }
    .controls-wrapper {
        display: none !important;
    }
    .banner .banner-text__wrapper {
        padding: 0px !important;
    }
    a.cta__button.component__button--2 {
        width: 50% !important;
    }
    .pix_right_s {
        float: none !important;
        display: block;
        margin: 30px auto 30px !important;
    }
}

@media only screen and (max-width: 425px) {
    .pix_right {
        float: none !important;
        display: block;
        margin: 30px auto 30px !important;
    }
    .pix_left {
        float: none !important;
        display: block;
        margin: 30px auto 30px !important;
    }
    a.cta__button.component__button--2 {
        width: 70% !important;
    }
    .about_pix {
        width: 90% !important;
    }
    .to_center {
        text-align: center;
    }
    .scaling {
        width: 90%;
    }
}

@media only screen and (max-width: 375px) {
    
}

@media only screen and (max-width: 320px) {
    a.cta__button.component__button--2 {
        width: 80% !important;
    }
    .extract {
        width: 90% !important;
    }
}