<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


ul,ol{
	list-style: none;
	padding-inline-start: 0px;
}

.fix-footer {
    position: fixed;
    bottom: -40px;
    width: 100%;
    z-index: 2;
    background: #fafafa;
    padding: 10px 25px 50px 25px;
    left: 0;
    right: 0;
}

.position-relative {
    position: relative;
}

.position-absolute-br {
    position: absolute;
    right: 20px;
    bottom: -15px;
}

.circle-img {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #EAECEE;
}
.circle-img img {
    max-width: 120px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}</pre></body></html>