<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ix-page-cutter-expanded {
    position: absolute;left: 0px; width: 100%;
    margin: 30px 0;
    padding: 15px 0;
    color:#b3b3b3;
    font-size:22px;
    font-weight:500;
    text-align: center;
    min-height:63px;
}
.ix-page-cutter-expanded::before {
    border-top: 1px solid #b3b3b3;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.ix-bullet-point {
    display: inline-block;
    vertical-align: middle;
    background-color:#fff;
    background-size: 80%;
    background-repeat:no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
}
.ix-bullet-point.ix-bullet-point-circle {
    background-image:url("&lt;?php echo $localPath; ?&gt;/img/checklist_circle.svg");
}
.ix-bullet-point.ix-bullet-point-1 {
    background-image:url("&lt;?php echo $localPath; ?&gt;/img/checklist_number_1.svg");
}
.ix-bullet-point.ix-bullet-point-2 {
    background-image:url("&lt;?php echo $localPath; ?&gt;/img/checklist_number_2.svg");
}
.ix-bullet-point.ix-bullet-point-3 {
    background-image:url("&lt;?php echo $localPath; ?&gt;/img/checklist_number_3.svg");
}
.ix-bullet-point-text {
    display: inline-block;
    vertical-align: middle;
    margin-left:-30px;
    padding: 4px 10px 4px 4px;
    text-transform: uppercase;
    background-color: #fff;
    color: #b3b3b3;
}
.ix-bullet-point-button {
    padding: 5px 10px;
    background-color: #fff;
}</pre></body></html>