/*  APPLICATION CARDS   */

.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}

.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}

.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}


/*  APPLICATION CARDS END */


/* LONG CARDS   */

.ss-card {
    display: flex;
    margin-top: 25px;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-card:hover {
    border-color: rgba(2, 171, 245, .4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, .3);
    outline: 0;
}

.ss-card-left {
    background-color: #03243b;
    color: white;
    font-weight: bold;
    font-size: 23px;
    height: 100%;
    display: grid;
    place-items: center;
}

.ss-card-left img {
    max-width: 350px;
    width: 100%;
}

.ss-card-right {
    padding: 10px;
    padding-left: 20px;
    width: 100%;
}

.ss-card-desc {
    color: #74757c;
}

.ss-card-title {
    font-weight: bold;
}

.ss-card-cta {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}


/* LONG CARDS END   */


/* LAST TABLE */

.ss-table {
    border-top: 1px solid #000;
}

.ss-cell-darkblue {
    font-weight: 700;
    font-size: 14px;
    background-color: #03234b;
    text-align: center;
    width: 20%;
}

table.ss-table td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

table.ss-table td.ss-border-left {
    border-left: 1px solid #000;
}

.ss-cell-yellow {
    background-color: #ffd200;
    color: #03234b;
    font-weight: 700;
    font-size: 14px;
}

table.ss-table td::before {
    height: 0;
}

.ss-line-height {
    line-height: 30px;
}


/* LAST TABLE END */

/*  DARK BLUE CARDS  */

.cards-section {
    display: grid;
    place-items: center;
}

.cards-wrapper {
    border: 1px solid #03234b;
    margin-bottom: 25px;
}

.card-content {
    padding: 20px 20px 20px 0;
    min-height: 150px;
}

.card-content img {
    background-color: #03234b;
    padding: 20px;
    margin-right: 20px;
}

.card-description {
    font-size: 15px;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    color: #03234b;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.card-title,
.card-description {
    display: block;
}

.card-img {
    max-width: 112px;
    max-height: 112px;
}

.white {
    color: white;
}


/*  DARK BLUE CARDS  */

@media only screen and (max-width: 40em) {
    .card-img {
        max-height: 48px;
        max-width: 48px;
    }

    .card-content img {
        padding: 10px;
    }

    .card-title {
        min-height: 48px;
    }

    .cards-wrapper {
        max-width: 400px !important;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .card-content {
        min-height: 170px;
    }

    .cards-wrapper {
        max-width: 624px !important;
    }
}

.ss-app-card-block-title {
    height: fit-content !important;
}

.ss-card-title {
    color: #03234b !important;
}

@media (max-width: 768px) {

    .ss-card-title {
        justify-self: anchor-center;
    }

}

.card-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.longevity-img {
    margin-top: -13px;
    width: 50px;
    height: 50px;
}

.st-card::before {
    content: none !important;
}

.st-card__link {
    text-align: right !important;
    margin-right: 30px !important;
}

@media (max-width: 768px) {
    .card-wrap {
        flex-flow: wrap;
    }
}

.benefits-box {
    background-color: #002b5c;
    padding: 10px 20px;
    border-radius: 4px;
}


.benefits-list {
    color: white;
    margin-bottom: 0px;
}

.benefits-list li {
    flex: 1 1 22%;
    min-width: 200px;
}

@media (max-width: 900px) {
    .benefits-list li {
        flex: 1 1 45%;
    }
}

@media (max-width: 600px) {
    .benefits-list li {
        flex: 1 1 100%;
    }
}

.benefits-list li::marker {
    content: none !important;
    display: none !important;
}

.benefits-list li::before {
    color: white;
    content: '\2022';
}

.st-card-headline2 {
    color: #03234b;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin: 0 20px 10px;
    overflow: hidden;
}

.ss-app-card-block-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ss-button-yellow {
    width: 171px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    background-color: #ffd200;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    margin-top: auto;
    align-self: flex-start;
}

.card-blocks-gap {
    gap: 25px;
    justify-content: center;
}

.benefit-paragraph {
    color: white !important;
}

.benefit-link {
    color: white !important;
    transition: color 0.2s ease !important;
}

.benefit-link:hover {
    color: #e6e6e6 !important;
}

.ss-app-card-block-img {
    margin-top: 0px !important;
}


@media (min-width: 769px) {
    .img-desktop {
        max-width: 70%;
        display: flex;
        place-self: center;
    }
}

.ss-app-card-block {
    margin-bottom: 30px;
}


.product-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.product-wrap-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .product-wrap-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .product-wrap-2 {
        align-self: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 769px) {
    .img-desktop {
        max-width: 70%;
        display: flex;
        place-self: center;
    }
}

@media (max-width:426px) {
    .ss-app-card-block-img {
        margin-bottom: 3px;
    }

    .margin-bottom-mobile {
        margin-bottom: 40px !important;
    }
}

.ss-button-yellow:hover {
    background-color: #ffdb33;
}