<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mk-process-steps {
    margin-bottom: 30px;
    text-align: center
}
.mk-process-steps ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}
.mk-process-steps ul:before {
    position: absolute;
    left: 80px;
    display: block;
    width: 85%;
    height: 0;
    border-top: 1px dashed rgba(100, 100, 100, .4);
    content: ""
}
.mk-process-steps ul li {
    display: inline-block;
    float: left;
    margin: 0
}
.mk-process-steps ul li:hover i {
    color: #fff;
    -webkit-animation: toRightFromLeft .3s forwards;
    -moz-animation: toRightFromLeft .3s forwards;
    animation: toRightFromLeft .3s forwards
}
.mk-process-steps ul li:hover .mk-process-icon {
    -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .1)
}
.mk-process-steps ul li h3 {
    position: relative;
    display: inline-block;
    margin: 35px auto 20px;
    font-size: 16px !important;
    font-weight: 600
}
.mk-process-steps ul li p {
    position: relative;
    display: inline-block;
    margin-bottom: 0
}
.mk-process-steps ul li {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}
.mk-process-steps ul:hover li {
    opacity: .5
}
.mk-process-steps ul li:hover,
.mk-process-steps ul li:hover ~ a {
    opacity: 1
}
.mk-process-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: background .3s, color .3s, box-shadow .3s;
    -moz-transition: background .3s, color .3s, box-shadow .3s;
    transition: background .3s, color .3s, box-shadow .3s;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    -webkit-box-shadow: 0 0 0 2px #bbb;
    -moz-box-shadow: 0 0 0 2px #bbb;
    box-shadow: 0 0 0 2px #f7c221
}
.mk-process-icon:after {
    display: none
}
.mk-process-icon i {
    display: inline-block;
    color: #f7c221;
}
@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }
    51% {
        opacity: 1
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }
    50% {
        opacity: .4;
        -moz-transform: translate(-100%)
    }
    51% {
        opacity: 1
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }
    50% {
        opacity: 0;
        transform: translate(-100%)
    }
    51% {
        opacity: 1
    }
}
.mk-process-steps.process-steps-4 ul:before {
    top: 90px
}
.mk-process-steps.process-steps-4 li {
    width: 25%
}
.mk-process-steps.process-steps-4 li h3,
.mk-process-steps.process-steps-4 li p {
    padding: 0 20px
}
.mk-process-steps.process-steps-4 .mk-process-icon {
    width: 180px;
    height: 180px;
    text-align: center
}
.mk-process-steps.process-steps-4 .mk-process-icon i {
    font-size: 70px;
    line-height: 180px
}
.mk-process-steps.process-steps-5 ul:before {
    top: 70px
}
.mk-process-steps.process-steps-5 li {
    width: 20%
}
.mk-process-steps.process-steps-5 li h3,
.mk-process-steps.process-steps-5 li p {
    padding: 0 15px
}
.mk-process-steps.process-steps-5 .mk-process-icon {
    width: 140px;
    height: 140px;
    text-align: center
}
@media only screen and (max-width: 768px) {
    .mk-process-steps.process-steps-5 .mk-process-icon {
        width: 60px;
        height: 140px;
        text-align: center
    }
    .mk-process-steps li .mk-process-detail {
        text-align: left
    }
}
.mk-process-steps.process-steps-5 .mk-process-icon i {
    font-size: 60px;
    line-height: 140px
}
@media handheld,
only screen and (max-width: 960px) {
    .mk-process-steps ul:before {
        display: none !important
    }
    .mk-process-steps li {
        margin-bottom: 0 !important;
        width: 100% !important;
        text-align: left
    }
    .mk-process-steps li .mk-process-detail {
        padding-left: 30px
    }
}
@media handheld,
only screen and (max-width: 540px) {
    .mk-process-steps li {
        text-align: center
    }
    .mk-process-steps li .mk-process-detail {
        padding-left: 0
    }
    .mk-process-steps li .mk-process-detail,
    .mk-process-steps li .mk-process-icon {
        float: none;
        width: 100%
    }
}
@media screen and (max-width: 991px) {
    .mk-process-steps ul li h3 {
        margin: 0
    }
    .mk-process-steps li .mk-process-detail {
        float: left;
        width: 80%
    }
    .mk-process-steps li .mk-process-icon {
        float: left;
        width: 20%
    }
    .mk-process-icon i {
        color: #f7c221;
    }
    .mk-process-icon {
        position: relative;
        display: inline-block;
        overflow: hidden;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none
    }
}</pre></body></html>