.v-product #support .post-cards {
    justify-content: space-between;
}
.v-product #support .post-cards .post-wrapper {
    max-width:calc(50% - 0.4875rem);
    flex: 0 0 calc(50% - 0.4875rem);
}
.v-product #support .content.border-cyan{
    align-items: flex-start;
    border-left: rgb(0,173,239) 1px solid;
    padding-top: 4rem;
}
.v-product #support .content.border-cyan img{
    transform: none;
}
@media (min-width:48em){
    .v-product #support .content.border-cyan img{
        transform: none;
        position: absolute;
        top: 0;
        left: 0.9375rem;
        max-width: 10em;
    }
}
@media (min-width:62em){
    .v-product #support .content.border-cyan img{
        top: -2rem;
        left: 3rem;
        max-width: 16em;
    }
}
.ind_apps_prods + .ind_apps_prods > .span::before {
    content: '';
    position: absolute;
    left: 0.9375rem;
    right: 0.9375rem;
    top: 0;
    border-top: rgb(0,173,239) 1px solid;
}
@media (min-width:62em){
    .ind_apps_prods + .ind_apps_prods:not(.four) > .span::before {
        right: calc(25% + 0.9375rem);
    }
}
.ind_apps_prods h2 {
    color: #000;
    margin-bottom: 1.5em;
    position: relative;
}
.ind_apps_prods .ind_apps_prods_list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (min-width:75em){
    .ind_apps_prods .ind_apps_prods_list {
        justify-content: flex-start;
    }
}
.ind_apps_prods .ind_apps_prods_list > li {
    padding: 0;
    margin: 0 0 1rem 0;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #bbb;
    z-index: 1;
}
.ind_apps_prods .ind_apps_prods_list > li.view_all a {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0,173,239);
}
.ind_apps_prods .ind_apps_prods_list > li.view_all a span {
    color: #fff;
    font-size: 1.1em;
}
.ind_apps_prods .ind_apps_prods_list > li.view_all a span::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 0.5rem;
    color: #fff;
    font-weight: 200;
}
@media (min-width:48em){
    .ind_apps_prods .ind_apps_prods_list > li {
        flex: 0 0 calc(50% - 0.4875rem);
        max-width: calc(50% - 0.4875rem);
        min-height: 10rem;
    }
}
@media (min-width:75em){
    .ind_apps_prods .ind_apps_prods_list > li {
        flex: 0 0 calc(33.33% - 0.9375rem);
        max-width: calc(33.33% - 0.9375rem);
        margin-right: calc((0.9375rem * 3) / 2);
        min-height: 12rem;
    }
    .ind_apps_prods .ind_apps_prods_list > li:nth-child(3n) {
        margin-right: 0;
    }
    .ind_apps_prods.four .ind_apps_prods_list > li {
        flex: 0 0 calc(25% - 0.9375rem);
        max-width: calc(25% - 0.9375rem);
        margin-right: calc((0.9375rem * 4) / 3);
    }
    .ind_apps_prods.four .ind_apps_prods_list > li:nth-child(4n) {
        margin-right: 0;
    }
}
.ind_apps_prods .ind_apps_prods_list > li > a,
.ind_apps_prods .ind_apps_prods_list > li > div {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}
@media (min-width:48em){
    .ind_apps_prods .ind_apps_prods_list > li > a,
    .ind_apps_prods .ind_apps_prods_list > li > div {
        padding-top: 6rem;
        padding-left: 0.5em;
        padding-right: 0.5em;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
}
.ind_apps_prods .ind_apps_prods_list > li > a img,
.ind_apps_prods .ind_apps_prods_list > li > div img {
    position: absolute;
    height: auto;
    width: 100%;
    max-width: none;
    top: 5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    margin: 0;
    object-fit: cover;
}
@media (min-width:48em){
    .ind_apps_prods .ind_apps_prods_list > li > a img,
    .ind_apps_prods .ind_apps_prods_list > li > div img {
        min-width: 100%;
        min-height: 100%;
        max-width: unset;
        max-width: none;
        display: block !important;
        aspect-ratio: 1 / 0.609375;
        object-fit: cover;
    }
}
@media (min-width:75em){
    .ind_apps_prods .ind_apps_prods_list > li > a img,
    .ind_apps_prods .ind_apps_prods_list > li > div img {
        top:50%;
    }
}
@media (max-width:47.99em){
    .ind_apps_prods .ind_apps_prods_list > li > a > div,
    .ind_apps_prods .ind_apps_prods_list > li > div > div {
        background: #fff;
        z-index: 1;
        position: relative;
        padding: 1rem;
        padding-right: 2.5rem;
        height: 100%;
    }
    .ind_apps_prods .ind_apps_prods_list > li > a > div::before {
        content: '\f054';
        font-size: 0.75em;
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        bottom: 0.65rem;
        right: 0.65rem;
        padding: 0.5em 0.5em;
        border: 1px rgb(0,173,239) solid;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0.25em;
        color: rgb(0,173,239);
        background: #fff;
        font-weight: 200;
    }
    .ind_apps_prods .ind_apps_prods_list > li > a:hover > div::before {
        background: rgb(0,173,239);
        color: #fff;
    }
}
.ind_apps_prods .ind_apps_prods_list > li > a > div span,
.ind_apps_prods .ind_apps_prods_list > li > div > div span {
    color: #000;
    font-size: 1em;
    font-weight: 800;
    line-height: 1.2;
    display: block;
}
@media (min-width:48em){
    .ind_apps_prods .ind_apps_prods_list > li > a > div,
    .ind_apps_prods .ind_apps_prods_list > li > div > div {
        position: relative;
        padding: 0.75em 0.85em;
        background: rgba(255,255,255,0.75);
        text-align: center;
        border-radius: 0.25rem;
        transition: background 0.3s ease;
        z-index: 1;
        display: inline-block;
        margin: 0 auto 1em;
    }
    .ind_apps_prods .ind_apps_prods_list > li > a:hover > div {
        background: rgba(255,255,255,1);
    }
}

.ind_apps_prods .products_list li {
    margin-bottom: 2em;
}
.ind_apps_prods .products_list a {
    display: block;
    background: #fff;
    padding: .5em .75em;
    padding-right: 4.5em;
    position: relative;
    font-size: 1.2em;
    color: #000 !important;
    border: rgb(0,173,239) 1px solid;
    border-radius: 0.5em;
    min-height: 8em;
}
.ind_apps_prods .products_list a::after {
    content: '\f054';
    font-size: 0.7rem;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: 1em;
    right: 1em;
    padding: 0.25em 0.5em;
    border: 1px rgb(0,173,239) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25em;
    color: rgb(0,173,239);
    background: #fff;
}
.ind_apps_prods .products_list a:hover::after {
    color: #fff;
    background: rgb(0,173,239);
}
.ind_apps_prods .products_list a img {
    position: absolute;
    top: -1em;
    right: 1em;
    max-width: 3.5em;
    margin: 0;
    max-height: calc(100% - 1em);
}
@media (min-width: 48em) {
    .ind_apps_prods .products_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .ind_apps_prods .products_list li {
        flex: 0 0 calc(33.33% - 0.75em);
        max-width: calc(33.33% - 0.75em);
        margin-right: calc((0.75em * 3) / 2);
    }
    .ind_apps_prods .products_list li:nth-child(3n) {
        margin-right: 0;
    }
    .ind_apps_prods .products_list li a {
        min-height: 4em;
        height: 100%;
        padding-right: 4.25em;
    }
    .ind_apps_prods .products_list a img {
        max-width: 2.75em;
        max-height: calc(100% - 1em);
    }
    .ind_apps_prods .products_list li[data-thumb="fx-series"] a img, .ind_apps_prods .products_list li[data-thumb="s-series"] a img, .ind_apps_prods .products_list li[data-thumb="a-mist"] a img {
        right: 2.25em !important;
        max-height: calc(100%);
    }
}
@media (min-width: 62em) {
    .ind_apps_prods .products_list li {
        flex: 0 0 calc(33% - 0.5em);
        max-width: calc(33% - 0.5em);
        margin-right: calc((0.5em * 3) / 2);
    }
    /* .ind_apps_prods .products_list li:nth-child(3n) {
        margin-right: calc((0.5em * 4) / 3);
    } */
    .ind_apps_prods .products_list li:nth-child(3n) {
        margin-right: 0;
    }
    .ind_apps_prods .products_list li a {
        padding-right: 3em;
    }
    .ind_apps_prods .products_list a img {
        max-width: 2em;
        right: .75em;
        top: -.5em;
    }
    .ind_apps_prods .products_list li[data-thumb="fx-series"] a img, .ind_apps_prods .products_list li[data-thumb="s-series"] a img, .ind_apps_prods .products_list li[data-thumb="a-mist"] a img {
        right: 1.5em;
    }
    .ind_apps_prods .products_list li[data-thumb="vessel"] a, .ind_apps_prods .products_list li[data-thumb="silo"] a {
        padding-right: 45%;
    }
    .ind_apps_prods .products_list li[data-thumb="atex-certified-industrial-vacuum-cleaners"] a, .ind_apps_prods .products_list li[data-thumb="industrial-vacuum-cleaners-for-hazardous-dust"] a {
        padding-right: 3.5em;
    }
    .ind_apps_prods .products_list li[data-thumb="atex-certified-industrial-vacuum-cleaners"] a img {
        max-width: 3em;
        right: .5em;
        top: -.25em;
    }
    .ind_apps_prods .products_list li[data-thumb="industrial-vacuum-cleaners-for-hazardous-dust"] a img {
        max-width: 3em;
        right: .5em;
        top: -.25em;
    }
}
@media (min-width: 75em) {
    .ind_apps_prods .products_list li a {
        padding-right: 7.25em;
    }
    .ind_apps_prods .products_list a img {
        max-height: calc(100% + 1em);
        max-width: 5em;
        top: unset;
        bottom: .5em;
    }
    .ind_apps_prods .products_list li[data-thumb="atex-certified-industrial-vacuum-cleaners"] a, .ind_apps_prods .products_list li[data-thumb="industrial-vacuum-cleaners-for-hazardous-dust"] a {
        padding-right: 4.5em;
    }
}