﻿.hide-this-card {
    display: none
}

.solution-card {
    position: relative;
    background: #FFF;
    box-shadow: 0px 0px 30px #00000045;
    padding: 30px 25px 100px;
    text-align: center;
    z-index: 10
}

.solution-card {
    display: flex;
    flex-direction: column
}

.cta-wrap-solutions {
    padding-top: 40px;
    margin-top: auto;
    margin-bottom: 0px;
    display: flex
}

.top-content-card {
    display: grid;
    grid-template-columns: 80% 20%;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". .";
    margin-bottom: 40px
}

.top-left-content {
    text-align: left;
    font-family: 'FuturaBold', Arial, Helvetica, Tahoma;
    text-transform: uppercase;
    color: #dce0df
}

.top-right-content {
    text-align: right;
    font-family: 'FuturaBold', Arial, Helvetica, Tahoma;
    text-transform: uppercase;
    color: #900
}

.bottom-left-sprite {
    background: #900;
    height: 5px;
    width: 100px;
    margin-top: 40px;
    position: absolute;
    bottom: 40px
}

.solution-card-image {
    margin-bottom: 20px
}

.solution-card-bg-elements .circle-bg-item {
    border-radius: 100%;
    position: absolute;
    z-index: 1
}

.solution-card-bg-elements .gray-circle {
    background: #211d1e;
    width: 270px;
    height: 270px;
    left: calc(50% - 135px);
    top: -75px
}

.solution-card-bg-elements .outline-circle {
    background: transparent;
    border: 2px solid #211d1e;
    width: 100px;
    height: 100px;
    left: 15%;
    top: -50px
}

.solution-card-bg-elements .gray-striped-circle {
    width: 240px;
    height: 240px;
    left: 15%;
    bottom: 0px
}

.solution-card-bg-elements .small-gray-circle {
    background: #cfd3d2;
    width: 50px;
    height: 50px;
    left: 33%;
    top: 50%
}

.solution-card-bg-elements .medium-gray-circle {
    background: #9a9494;
    width: 75px;
    height: 75px;
    right: 0px;
    bottom: 0px
}

.solution-card-bg-elements .dotted-red-circle {
    width: 285px;
    height: 285px;
    right: 20px;
    top: -60px
}

.solution-card-bg-elements .red-circle {
    background: #900;
    width: 175px;
    height: 175px;
    right: -40px;
    top: 60px
}

.solution-card-section-module {
    position: relative
}

ul.social-channels {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    font-size: 1.5em;
    margin-top: 20px
}

li.social-icon a:hover {
    color: #900
}

.social-icon {
    height: 24px;
    display: inline-block;
    width: 24px
}

li.social-icon a {
    color: #000;
    text-decoration: none;
    font-style: normal
}

.social-channels i.fab {
    font-style: initial !important
}

@media screen and (min-width:1180px) {
    .solution-card {
        height: 100%
    }

    .solution-card-section-module {
        display: grid;
        gap: 40px;
        position: relative
    }

    .solution-card-section-module.two-columns {
        grid-template-columns: 1fr 1fr
    }

    .solution-card-section-module.three-columns {
        grid-template-columns: 1fr 1fr 1fr
    }

    .solution-card-section-module.four-columns {
        grid-template-columns: calc(25% - 15px)calc(25% - 15px)calc(25% - 15px)calc(25% - 15px);
        gap: 20px
    }

    .solution-card-section-module.four-columns h3.solution-card-headline {
        font-size: clamp(16px, 2vw, 30px)
    }
}

@media screen and (max-width:1179px) {
    .solution-card-section-module {
        position: relative;
        gap: 20px;
        display: flex;
        flex-direction: column
    }
}