<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vdp-incentives__tabs p {
    margin-bottom: 0 !important;
}

.vdp-incentives__title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.vdp-incentives__groups {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vdp-incentive {
    align-self: flex-start;
    border: 1px solid #dbdbdb;
    margin: 0 6px 12px;
    max-width: 220px;
    overflow: hidden;
}

.vdp-incentive .vdp-incentive__header {
    border-bottom: 1px solid #dbdbdb;
    font-size: 1.3125em;
    padding: 12px;
    text-align: center;
}

.vdp-incentive__body {
    background-color: #020957;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    padding: 12px;
}

.vdp-incentive .vdp-incentive__footer {
    align-items: center;
    border-top: 1px solid #dbdbdb;
    display: flex;
    flex-direction: column;
    padding: 12px;
}

.vdp-incentive__name {
    font-size: 1.3125em;
    line-height: normal;
    text-align: center;
}

.vdp-incentive__amount {
    font-size: 2em;
    line-height: normal;
    text-align: center;
}

.vdp-incentives__types {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.vdp-incentives__types &gt; label {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 24px;
}

.vdp-incentives__types input {
    margin-right: 6px;
}

.vdp-incentive__type {
    font-size: 1.2em;
    font-weight: bold;
}

.vdp-incentive__description {
    display: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.25s;
    width: 100%;
}

.vdp-incentive.expanded .vdp-incentive__description {
    border-color: #dbdbdb;
    display: block;
    font-size: .75em;
    line-height: normal;
    max-height: 200px;
    overflow: auto;
}

.vdp-incentive__view-details,
.vdp-incentive__view-details:focus,
.vdp-incentive__view-details:hover {
    background: none !important;
    border: none;
    color: blue;
    outline: none;
    padding: 0;
}

.vdp-incentive__view-details:hover {
    color: #020957;
}

.vdp-incentives__footer {
    display: flex;
    justify-content: center;
}

.vdp-incentives__footer button.vdp-incentives__show-all {
    border: none;
}

.vdp-incentive__popup.mdc-dialog--open {
    z-index: 999999;
}

.vdp-incentive__popup .mdc-icon-button {
    background: none;
    color: #444;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.vdp-incentive__popup .mdc-icon-button:focus,
.vdp-incentive__popup .mdc-icon-button:hover {
    background: none;
    color: #000;
}

.vdp-additional-incentives {
    text-align: center;
}

@media all and (max-width: 767px) {
    .vdp-incentives__groups {
        flex-direction: column;
    }
    .vdp-incentives__types &gt; label {
        margin: 12px;
    }
    .vdp-incentive {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
        width: 100%;
    }
    .vdp-incentive__body {
        justify-content: space-evenly;
    }
}
</pre></body></html>