ul li > ul li {
    list-style-type: circle !important;
		margin-bottom: 0;
}
.container-sky .template-page .entry-content-wrapper {
    background-color: var(--light-sky);
}
.container-gray .template-page .entry-content-wrapper {
    background-color: #f8f8f8;
}
.financing-wrapper .template-page .entry-content-wrapper {
    border-radius: 40px;
    padding: 25px;
}
@media (min-width: 768px) {
    .financing-wrapper .template-page .entry-content-wrapper {
        padding: 40px; !important;
    }
}
.financing-buttons .avia-button:hover {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    opacity: 1 !important;
}
.financing-buttons .avia-button {
    color: #333 !important;
}
.financing-terms h3 {
    font-family: 'Open Sans';
}
.financing-terms ul li:not(:last-child) {
    margin-bottom: 6px;
}

.financing-icon-one:before { background-image: url(/wp-content/uploads/2024/09/financing-1.svg); }
.financing-icon-two:before { background-image: url(/wp-content/uploads/2024/09/financing-2.svg); }
.financing-icon-three:before { background-image: url(/wp-content/uploads/2024/09/financing-3.svg); }
.financing-icon-four:before { background-image: url(/wp-content/uploads/2024/09/financing-4.svg); }
.financing-icon-five:before { background-image: url(/wp-content/uploads/2024/09/financing-5.svg); }
.financing-icon-six:before { background-image: url(/wp-content/uploads/2024/09/financing-6.svg); }

.financing-details > ul > li {
    list-style-type: none;
    margin-left: 0;
    position: relative;
    padding-left: 55px;
}
.financing-details > ul > li:nth-child(n+2) {
    margin-top: 15px;
}
.financing-details > ul > li strong {
    display: block;
    font-size: 18px;
}

.financing-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}