﻿.chw-storage-levels {
    background: #002235;
    background-size: 1400px 200px;
    position: relative;
    padding: 40px 0 0;
    margin: 0 0 40px 0
}

.chw-storage-levels:before {
    height: 230px;
    background-size: 1400px 230px;
    animation: waves-animation-before 400s linear 0s infinite
}

.chw-storage-levels:after,
.chw-storage-levels:before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url(../img/storage-levels_background-wave.8b2a9b0c.svg);
    background-repeat: repeat-x;
    background-position: 0 bottom
}

.chw-storage-levels:after {
    height: 225px;
    background-size: 1400px 320px;
    animation: waves-animation-after 300s linear 0s infinite
}

.chw-storage-levels__clip-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.chw-storage-levels__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    margin: 0 0 24px
}

.chw-storage-levels__graphics {
    width: 240px;
    height: 240px;
    display: flex;
    align-items: flex-end;
    margin: auto;
    position: relative;
}

.chw-storage-levels__amount {
    width: 210px;
    height: 210px;
    margin: auto;
    line-height: 210px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
    color: #003e70;
    position: relative;
    font-size: 68px;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap
}

.chw-storage-levels__percent {
    position: relative;
    z-index: 2;
    font-weight: 700;
    color: #002235
}

.chw-storage-levels__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    text-align: center;
    width: 100%
}

@media(min-width:1024px) {
    .chw-storage-levels__items {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.chw-storage-levels__item {
    margin-bottom: 46px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.chw-storage-levels__waves {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: all 3s cubic-bezier(.25,.46,.45,.94)
}

.chw-storage-levels__waves:before {
    animation: amount-animation-before 2s linear 0s infinite
}

.chw-storage-levels__waves:after,
.chw-storage-levels__waves:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 210px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    background-image: url(../img/storage-levels_background-amount-wave.dfb52471.svg)
}

.chw-storage-levels__waves:after {
    animation: amount-animation-after 2s linear 0s infinite
}

.chw-storage-levels__name {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding: 20px 0
}

.chw-storage-levels__change {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

.chw-storage-levels__change .chw-storage-levels__icon {
    font-weight: 600;
    margin-right: 10px
}

.chw-storage-levels__button {
    margin-bottom: 46px;
    text-align: center
}

.chw-storage-levels__button .button--hollow {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    margin: auto;
    min-width: 170px
}

@media print {
    .chw-storage-levels__clip {
        display: none;
    }

    .chw-storage-levels {
        background: none;
        color: #000;
        page-break-before: always
    }

    .chw-storage-levels__items {
        display: block
    }

    .chw-storage-levels__change,
    .chw-storage-levels__name,
    .chw-storage-levels__title {
        color: #000;
        display: block
    }
}
