/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2026 | 17:06:53 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.img-100 a {
    display: flex;
    width: 100%;
}

.img-100 img {
    width: 100%;
}
.axis {
    position: relative;
    height: 76px;
    margin-bottom: 8px;
}
.axis-line {
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    height: 1px;
    background: #A9B5B2;
}

.tick {
    position: absolute;
    top: 40px;
    width: 1px;
    height: 13px;
    background: #A9B5B2;
}
.tick-lbl {
    position: absolute;
    top: 58px;
    transform: translateX(-50%);
    font-family: "DM Sans", Sans-serif;
    font-size: 12px;
    color: #4A5A63;
}
.pt {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
    width: 120px;
}
.pt-val {
    font-family: "DM Sans", Sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #0E6A5F;
    line-height: 1;
}
.pt-name {
    font-family: "DM Sans", Sans-serif;
    font-size: 12.5px;
    color: #4A5A63;
    margin-top: 4px;
    line-height: 1.2;
}
.pt-mark {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #0E6A5F;
    margin: 9px auto 0;
    border: 2.5px solid #F6F7F6;
}