<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dsvy-ihbox-style-10 .dsvy-ihbox-box .dsvy-ihbox-icon {
    font-size: 75px;
    line-height: 75px;
    color: var(--dsvy-karzo-secondary-color);
    transition: all 0.3s ease 0s;
}

.dsvy-ihbox-style-10 .dsvy-ihbox-contents {
    margin-left: 25px;
}

.dsvy-ihbox-style-10 .dsvy-ihbox-content-inner {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.dsvy-ihbox-style-10 .dsvy-ihbox-box-number {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: var(--dsvy-karzo-global-color);
    font-weight: 500;
}

.dsvy-ihbox-style-10 .dsvy-element-title {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    margin-left: 5px;
}

.dsvy-ihbox-style-10 .dsvy-ihbox-svg-wrapper svg {
    width: 75px;
    height: auto;
}

.dsvy-ihbox-style-10 .dsvy-ihbox-content-inner:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 20px;
    background: var(--dsvy-karzo-global-color);
    transform: skewx(-15deg);
    left: 0;
    top: 3px;
}

.dsvy-ihbox-style-10:hover .dsvy-ihbox-box .dsvy-ihbox-icon {
    color: var(--dsvy-karzo-global-color);
    transform: translateY(-10px);
}

.dsvy-ihbox-style-10:hover .dsvy-ihbox-box .dsvy-ihbox-svg {
    fill: var(--dsvy-karzo-global-color);
    transform: translateY(-10px);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .dsvy-ihbox-style-10 .dsvy-ihbox-box {
        display: block!important
    }
    .dsvy-ihbox-style-10 .dsvy-ihbox-contents {
        margin-left: 0;
    }
}

@media (max-width: 460px) {
    .dsvy-ihbox-style-10 .dsvy-ihbox-contents {
        margin-top: 10px;
        margin-left: 0;
    }
    .dsvy-ihbox-style-10 .dsvy-ihbox-box.d-flex {
        display: block!important;
    }
}</pre></body></html>