.bg-element_calculators-collection {
    background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 800 200'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: url(%23linear-gradient); %7D %3C/style%3E%3ClinearGradient id='linear-gradient' x1='0' y1='200' x2='0' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%233a424a' stop-opacity='0.75'/%3E%3Cstop offset='1' stop-color='%235b636d' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect class='cls-1' width='800' height='200'/%3E%3C/svg%3E"), url("/images/backgrounds/heritage-org_calculators.jpg");
}

.bg-element_calculators-collection {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.bg-element_calculators-collection:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
}

.bg-element_calculators-collection.filter:before {
    background-color: #000;
    opacity: .1;
}

.bg-element_calculators-collection.filter.noise-01:before {
    background-image: url("/images/backgrounds/noisy-texture-01.png");
    opacity: .25;
}

.bg-element_calculators-collection.filter.noise-02:before {
    background-image: url("/images/backgrounds/noisy-texture-01.png");
    opacity: .25;
}