
.wp-calc * {
    box-sizing: border-box;
    position: relative;
}
.wp-calc {
    color: #fff;
    font: 16px/1.45 "Aeonik PRO Regular", Sans-serif;
}
.wp-header{
    position: relative;
    padding: 40px 24px 40px 24px;
}
.wp-header .wp-title {
    letter-spacing: 0;
    line-height: 100%;
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 400;
}
.wp-header .wp-desc {
    letter-spacing: 0;
    line-height: 1.3em;
    margin: 30px 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.wp-options{
    display: flex;
    justify-content: space-between;
    margin: -1px 0;
}
.wp-options .wp-control{
    width: 33%;
    padding: 40px 24px 50px 24px;
}
.wp-options .wp-control .wp-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.wp-options .wp-control .wp-row .wp-label{
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.wp-options .wp-control .wp-row .wp-value{
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    font-size: 30px;
    color: var(--e-global-color-accent);
    font-weight: 700;
}
.wp-options .wp-control .wp-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #444;
    outline: none;margin: 40px 0 0 0;
}
.wp-options .wp-control .wp-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--e-global-color-accent);
}
.wp-options .wp-control .wp-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--e-global-color-accent);
}
.wp-body{
    padding: 24px;
}
.wp-body .wp-body-content{
    padding: 40px 24px 40px 24px;
    background-color: var(--e-global-color-accent);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.wp-body .wp-title{
    letter-spacing: 0;
    line-height: 56px;
    margin: 0;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    max-width: 450px;
}
.wp-body .wp-desc{
    letter-spacing: 0;
    line-height: 100%;
    margin: 20px 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.wp-body .wp-value{
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    font-size: 80px;
    color: #fff;
    font-weight: 700;
}
.wp-stats{
    display: flex;
    justify-content: space-between;
    margin: -1px 0;
}
.wp-stats .wp-stat{
    padding: 40px 24px 40px 24px;
    width: 33%;
}
.wp-stats .wp-stat .wp-stat-name{
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.wp-stats .wp-stat .wp-stat-v {
    letter-spacing: 0;
    line-height: 100%;
    margin: 12px 0 0 0;
    font-size: 30px;
    color: var(--e-global-color-accent);
    font-weight: 700;
}
.wp-footer{
    position: relative;
    padding: 32px 24px;
}
.wp-footer .wp-title{
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.wp-footer .wp-desc {
    letter-spacing: 0;
    line-height: 1.3rem;
    margin: 10px 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}






.wp-border-top {
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-image: linear-gradient(to right, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.wp-border-bottom {
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-image: linear-gradient(to right, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.wp-border-left {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
}
.wp-border-right {
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
}
.wp-icon-plus-left-top {
    position: absolute;
    top: -10px;
    left: -10px;
}
.wp-icon-plus-right-top {
    position: absolute;
    top: -10px;
    right: -10px;
}
.wp-icon-plus-left-bottom {
    position: absolute;
    left: -10px;
    bottom: -10px
}
.wp-icon-plus-right-bottom {
    position: absolute;
    bottom: -10px;
    right: -10px;
}


@media screen and (max-width: 768px){
    .wp-options{
        flex-direction: column;
    }
    .wp-options .wp-control{
        width: 100%;
    }
    .wp-options .wp-control:first-child::before{
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 1px 100%;
        background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    }
    .wp-options .wp-control:last-child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 1px 100%;
        background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    }
    .wp-options .wp-control::after{
        content: "";
        background-position: 100% 0%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        background-image: linear-gradient(to right, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }
    .wp-body .wp-body-content{
        flex-direction: column;
        row-gap: 40px;
    }
    .wp-body .wp-title{
        line-height: 30px;
        font-size: 24px;
    }
    .wp-body .wp-value{
        font-size: 50px;
        width: 100%;
        text-align: center;
    }
    .wp-stats{
        flex-direction: column;
    }
    .wp-stats .wp-stat{
        width: 100%;
    }
    .wp-stats .wp-stat:first-child::before{
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 1px 100%;
        background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    }
    .wp-stats .wp-stat:last-child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 1px 100%;
        background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    }
    .wp-stats .wp-stat::after{
        content: "";
        background-position: 100% 0%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        background-image: linear-gradient(to right, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }
}
.wp-calc * {
    box-sizing: border-box;
    position: relative;
}
.wp-calc {
    color: #fff;
    font: 16px/1.45 "Aeonik PRO Regular", Sans-serif;
}
.wp-header{
    position: relative;
    padding: 40px 24px 40px 24px;
}
.wp-header .wp-title {
    letter-spacing: 0;
    line-height: 100%;
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 400;
}
.wp-header .wp-desc {
    letter-spacing: 0;
    line-height: 1.3em;
    margin: 30px 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.wp-options{
    display: flex;
    justify-content: space-between;
    margin: -1px 0;
}
.wp-options .wp-control{
    width: 33%;
    padding: 40px 24px 50px 24px;
}
.wp-options .wp-control .wp-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.wp-options .wp-control .wp-row .wp-label{
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.wp-options .wp-control .wp-row .wp-value{
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    font-size: 30px;
    color: var(--e-global-color-accent);
    font-weight: 700;
}
.wp-options .wp-control .wp-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #444;
    outline: none;margin: 40px 0 0 0;
}
.wp-options .wp-control .wp-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--e-global-color-accent);
}
.wp-options .wp-control .wp-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--e-global-color-accent);
}
.wp-body{
    padding: 24px;
}
.wp-body .wp-body-content{
    padding: 40px 24px 40px 24px;
    background-color: var(--e-global-color-accent);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.wp-body .wp-title{
    letter-spacing: 0;
    line-height: 56px;
    margin: 0;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    max-width: 450px;
}
.wp-body .wp-desc{
    letter-spacing: 0;
    line-height: 100%;
    margin: 20px 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.wp-body .wp-value{
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    font-size: 80px;
    color: #fff;
    font-weight: 700;
}
.wp-stats{
    display: flex;
    justify-content: space-between;
    margin: -1px 0;
}
.wp-stats .wp-stat{
    padding: 40px 24px 40px 24px;
    width: 33%;
}
.wp-stats .wp-stat .wp-stat-name{
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}
.wp-stats .wp-stat .wp-stat-v {
    letter-spacing: 0;
    line-height: 100%;
    margin: 12px 0 0 0;
    font-size: 30px;
    color: var(--e-global-color-accent);
    font-weight: 700;
}
.wp-footer{
    position: relative;
    padding: 32px 24px;
}
.wp-footer .wp-title{
    letter-spacing: 0;
    line-height: 100%;
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.wp-footer .wp-desc {
    letter-spacing: 0;
    line-height: 1.3rem;
    margin: 10px 0 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}






.wp-border-top {
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-image: linear-gradient(to right, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.wp-border-bottom {
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-image: linear-gradient(to right, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.wp-border-left {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
}
.wp-border-right {
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
}
.wp-icon-plus-left-top {
    position: absolute;
    top: -10px;
    left: -10px;
}
.wp-icon-plus-right-top {
    position: absolute;
    top: -10px;
    right: -10px;
}
.wp-icon-plus-left-bottom {
    position: absolute;
    left: -10px;
    bottom: -10px
}
.wp-icon-plus-right-bottom {
    position: absolute;
    bottom: -10px;
    right: -10px;
}


@media screen and (max-width: 768px){
    .wp-calc{
        padding: 0 25px;
    }
    .wp-options{
        flex-direction: column;
    }
    .wp-options .wp-control{
        width: 100%;
    }
    .wp-options .wp-control:first-child::before{
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 1px 100%;
        background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    }
    .wp-options .wp-control:last-child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 1px 100%;
        background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    }
    .wp-options .wp-control::after{
        content: "";
        background-position: 100% 0%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        background-image: linear-gradient(to right, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }
    .wp-body .wp-body-content{
        flex-direction: column;
        row-gap: 40px;
    }
    .wp-body .wp-title{
        line-height: 30px;
        font-size: 24px;
    }
    .wp-body .wp-value{
        font-size: 50px;
        width: 100%;
        text-align: center;
    }
    .wp-stats{
        flex-direction: column;
    }
    .wp-stats .wp-stat{
        width: 100%;
    }
    .wp-stats .wp-stat:first-child::before{
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        right: 0;
        top: 0;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 1px 100%;
        background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    }
    .wp-stats .wp-stat:last-child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        left: 0;
        top: 0;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: 1px 100%;
        background-image: linear-gradient(to bottom, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
    }
    .wp-stats .wp-stat::after{
        content: "";
        background-position: 100% 0%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        background-image: linear-gradient(to right, transparent 0%, #8C8C8F80 10%, #8C8C8F80 90%, transparent 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
    }
}