







ol, ul {
    padding-left: 1rem;
}

.customNotis {
    display: none
}

.banner {
    min-height: 650px
}

.customNotis {
    display: none
}

.banner {
    min-height: 650px
}

h1 {
    font-size: 90px;
    color: #ffdc00;
    line-height: 1em;
}

.green-effect h2 {
    font-size: 90px;
    line-height: 1em;
    text-transform: unset;
    text-shadow: 8px 5px 17px #000000;
}

.green-effect h3 {
    font-size: 38px;
    text-transform: unset
}

.font-28 {
    font-size: 28px;
    text-transform: inherit;
}

.preamble {
    font-size: 30px;
}

p {
    margin-bottom: 0
}


a:hover {
    color: inherit;
}

.top-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.header-functions {
    color: #ffdc00;
    font-size: 44px;
}

.headingLinkedin {
    color: #ffdc00 !important;
    text-transform: inherit !important;
    font-size: 34px;
}

.text-transform-unset {
    text-transform: unset;
}

.box-icon-right {
    top: 50%;
    right: -90px;
    transform: translate(-50%, -50%);
    width: 90px;
    position: absolute;
    z-index: 9;
}

.box-icon-left {
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
    width: 90px;
    position: absolute;
    z-index: 9;
}

.btn, .btn:hover, .btn:active, .btn:focus-visible, .btn:focus, .btn:focus-within {
    text-transform: inherit !important;
    border: unset !important;
}

.btn-yellow {
    color: #2C6735 !important;
    background-color: #ffdc00 !important;
    text-transform: inherit !important;
    font-weight: 800;
    border: unset !important;
    border-radius: 5px;
    padding: 12px 24px;
}

.btn:disabled {
    background-color: #ffdc00;
    opacity: 1 !important
}

.btn-light-green {
    color: var(--white) !important;
    background-color: #009a3e !important;
    text-transform: inherit !important;
    font-weight: 800;
    border: unset !important;
    border-radius: 5px;
    padding: 12px 24px;
}
.btn-medium-green {
    color: var(--white) !important;
    background-color: #00692f !important;
    text-transform: inherit !important;
    font-weight: 800;
    border: unset !important;
    border-radius: 5px;
    padding: 12px 24px;
}
.btn-dark-green {
    color: var(--white) !important;
    background-color: #004929 !important;
    text-transform: inherit !important;
    font-weight: 800;
    border: unset !important;
    border-radius: 5px;
    padding: 12px 24px;
}

.btn-border {
    background-color: transparent;
    border: 1px solid var(--black) !important;
    color: var(--black);
}
    .btn-border:hover {
        background-color: transparent;
        border: 1px solid var(--black) !important;
        color: var(--black);
    }


.blurry-box {
    background-color: #009a3e;
    color: #ffdc00;
    position: absolute;
    padding: 15px 20px;
    border-radius: 0 10px 0 0;
    bottom: 0;
}

.blurry-box-right {
    background-color: #009a3e;
    color: #ffdc00;
    position: absolute;
    padding: 15px 20px;
    border-radius: 10px 0 0 0;
    bottom: 0;
    right: 0
}

    .blurry-box h3, .blurry-box-right h3 {
        font-size: 1.5rem;
        line-height: 1.5rem
    }

.box-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    position: relative;
}

.ccc-icon {
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translate(-50%, -50%);
    height: 75px;
}

.ccc-icon-right {
    position: absolute;
    top: 50%;
    right: -63px;
    transform: translate(-50%, -50%);
    height: 75px;
}

.green-effect-tabs {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .green-effect-tabs h4 {
        text-transform: unset
    }

    .green-effect-tabs img {
        width: 40px;
        height: 40px
    }

.green-effect-white {
    width: 200px
}

.green-effect-tabs .lower-energy {
    background-color: var(--light-green)
}

.green-effect-tabs .lower-co2 {
    background-color: var(--dark-green)
}

.green-effect h1 {
    color: var(--hangon-green);
    font-size: 40px;
    text-transform: unset
}

.green-effect .preamble {
    font-size: 20px;
    width: 75%;
    line-height: 1.4;
}

.green-effect .box-image {
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-lower-energy {
    height: 90px;
    margin: auto
}

.coating-line-box {
    border-radius: 0 30px 0 0;
    width: 300px;
    padding: 40px 30px;
    position: absolute;
    bottom: -40px;
    left: 40px;
}

.coating-line .coating-line-heading {
    width: 50%
}

.coating-line .banner {
    background-size: cover
}
.hline {
    border-top: 3px solid #004928;
    width: 100px;
    margin-top: 10px;
}
.variable-cost {
    position: absolute;
    left: -18%;
    top: 50px;
}
.fixed-cost {
    position: absolute;
    right: -18%;
    bottom: 50%;
}
.semi-cost {
    position: absolute;
    left: -22%;
    bottom: 50px;
}


.vline {
    border-left: 3px solid #0A7437;
    height: 100px;
}

.circle-dot {
    background-color: #0A7437;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.circle-info {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid #0A7437;
    line-height: 1.2;
}

.powder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 15%;
    top: 5%;
}

    .powder .circle-info {
        background-color: #F7A600;
    }

.curing {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 45%;
    top: 5%;
}

    .curing .circle-info {
        background-color: #C5B064;
    }

.drying {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 70%;
    top: 22%;
}

    .drying .circle-info {
        background-color: #FFDC01;
    }

.pretreatment {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 15%;
    left: 35%
}

    .pretreatment .circle-info {
        background-color: #A4C488;
    }

.coated-object {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 135px;
    width: 135px;
}

.coated-image {
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.diagram {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.diagram-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.savings {
    position: absolute;
    top: -40px;
    left: -80px;
    width: 200px;
}
    .savings h6 {
        font-size: 16px
    }
    .savings h3 {
        font-size: 34px
    }
.savings.co2 {
    position: absolute;
    top: -40px;
    left: -60px;
    width: 200px;
}

    .savings img {
        position: absolute;
    }

.savings-list-left {
    margin: 0;
    padding: 0
}

.savings-list-right {
    margin: 0;
    padding: 0;
    float: inline-start
}

.efficiency {
    position: relative
}
.efficiency h6{
    font-size:18px
}

.efficiency-img {
    object-fit: cover;
    filter: brightness(0.9);
    width: 100%;
}

.efficiency-box {
    position: absolute;
    top: -65px;
    left: 8%;
}

.efficiency-text {
    background-color: var(--hangon-green);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 30px;
    text-align: center;
    display: flex
}
.efficiency-text h4{
   line-height:1
}

.efficiency-box img {
    width: 110px;
    position: absolute;
    bottom: -50px;
    left: -50px;
}

.efficiency-play img {
    width: 80px;
    margin: auto
}

.efficiency-powder {
    bottom: 10%;
    position: absolute;
    left: 4%;
    display: flex;
    width: max-content;
}

    .efficiency-powder h6 {
        margin: auto;
        padding-left: 10px
    }

.efficiency-cooling {
    display: grid;
    position: absolute;
    bottom: 43%;
    left: 35%;
}

.efficiency-curing {
    display: grid;
    position: absolute;
    top: 20%;
    left: 50%;
}

.efficiency-pretreatment {
    display: grid;
    position: absolute;
    top: 50%;
    right: 35%;
}

.efficiency-drying {
    display: grid;
    position: absolute;
    top: 15%;
    right: 10%;
}

.efficiency-conveyor {
    display: grid;
    position: absolute;
    top: 42%;
    right: 10%;
}
.translate {
    position: absolute;
    bottom: 4%;
    right: 2%;
    max-width: 320px;
    text-align: end;
}

.article-image {
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.doIt{
    display:grid
}
.doItPlay{
    width:80px;
    margin:auto
}
.circle-image {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}
.green-effect .video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.btn-cart {
    color: var(--hangon-green);
    border: 1px solid var(--white);
    font-weight: bold;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600 !important;
    background-color: var(--hangon-green);
    border: 1px solid var(--hangon-green) !important;
    color: var(--white);
    border-radius:5px
}

    .btn-cart:hover, .btn-cart:active, .btn-cart:focus-visible, .btn-cart:focus, .btn-cart:focus-within {
        background-color: var(--white);
        border: 1px solid var(--hangon-green) !important;
        color: var(--hangon-green) !important;
    }
*/
@media screen and (max-width: 1399px) {
    .hline {
        width: 80px;
        margin-top: 10px;
    }

    .variable-cost {
        left: -28%;
        top: 50px;
    }

    .fixed-cost {
        right: -28%;
        bottom: 50%;
    }

    .semi-cost {
        left: -34%;
        bottom: 50px;
    }
    .green-effect .w-75 {
        width: 100%!important
    }
    h1, .green-effect h2 {
        font-size: 60px;
    }

    .icon-lower-energy {
        height: 60px;
    }

    .green-effect-white {
        width: 150px
    }

    .powder {
        left: 12%;
        top: 7%;
    }

    .curing {
        left: 45%;
        top: 7%;
    }

    .drying {
        left: 70%;
        top: 22%;
    }

    .pretreatment {
        bottom: 15%;
        left: 35%
    }

    .coating-line .banner {
        background-size: contain
    }

    .coated-image {
        height: 600px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .savings {
        left: -130px
    }

    .efficiency-play img {
        width: 65px;
    }
    .savings.co2 {
        position: absolute;
        top: -40px;
        left: -100px;
        width: 200px;
    }
}

@media screen and (max-width: 1199px) {
    .hline {
        width: 60px;
        margin-top: 10px;
    }

    .variable-cost {
        left: -35%;
        top: 50px;
    }

    .fixed-cost {
        right: -35%;
        bottom: 50%;
    }

    .semi-cost {
        left: -42%;
        bottom: 50px;
    }
  
    .coating-line .coating-line-heading {
        width: 75%
    }

    .coating-line-box {
        left: -45px;
    }

    .powder {
        left: 12%;
        top: 9%;
    }

    .curing {
        left: 45%;
        top: 9%;
    }

    .drying {
        left: 70%;
        top: 21%;
    }

    .pretreatment {
        bottom: 15%;
        left: 35%
    }

    .savings {
        left: -140px;
    }
}

@media screen and (max-width: 992px) {
    .hline {
        width: 60px;
        margin-top: 10px;
    }

    .variable-cost {
        left: -52%;
        top: 50px;
    }

    .fixed-cost {
        right: -54%;
        bottom: 50%;
    }

    .semi-cost {
        left: -58%;
        bottom: 50px;
    }
    .banner {
        min-height: 450px;
    }

    h1, .green-effect h2 {
        font-size: 55px;
    }

    .icon-lower-energy {
        height: 55px;
    }

    .green-effect h1 {
        font-size: 35px;
    }

    .green-effect .preamble {
        font-size: 18px;
        width:100%
    }
    .green-effect h3 {
        font-size: 34px;
        width:100%
    }
    .header-functions {
        font-size: 40px;
    }

    .box-image {
        height: 375px
    }

    .green-effect-white {
        width: 120px
    }

    .green-effect .banner {
        min-height: 500px;
    }

    .green-effect .preamble {
        font-size: 18px
    }
    .efficiency h6 {
        font-size: 16px
    }

    .coating-line-box {
        width: 100%;
        padding: 40px 30px;
        position: relative;
        left: 0
    }

    .powder {
        left: 10%;
        top: 4%;
    }

    .curing {
        left: 42%;
        top: 0%;
    }

    .drying {
        left: 70%;
        top: 12%;
    }

    .pretreatment {
        bottom: 5%;
        left: 35%
    }

    .container.coated-objects {
        max-width: unset
    }

    .savings {
        left: 50px;
    }

    .savings-list-left {
        display: grid;
        justify-content: center;
    }

    .savings-list-right {
        display: grid;
        justify-content: center;
        float: unset
    }

    .efficiency-text {
        width: 175px;
        height: 175px;
        padding: 15px;
    }

    .efficiency-box img {
        width: 100px;
    }
    .efficiency-play img {
        width: 35px;
    }
    .translate {
        max-width: 300px;
        font-size: 13px;
    }
    .savings.co2 {
        position: absolute;
        top: -40px;
        left: 50px;
        width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .hline {
       display:none
    }

    .variable-cost {
        left: unset;
        top: 0;
    }

    .fixed-cost {
        right: 0px;
        bottom: 0%;
    }

    .semi-cost {
        left: 0;
        bottom: 0;
    }


    .doIt .banner {
        min-height: 360px;
    }
    .ccc-icon {
        position: absolute;
        bottom: -75px;
        transform: translate(-50%, -50%);
        left: 50%;
        top: unset
    }

    .ccc-icon-right {
        position: absolute;
        bottom: -75px;
        transform: translate(-50%, -50%);
        left: 50%;
        top: unset
    }

    .green-effect h1 {
        font-size: 30px;
    }
    .green-effect h3 {
        font-size: 28px;
    }
    .preamble {
        font-size: 20px;
    }

    .blurry-box-right {
        background-color: #009a3e;
        color: #ffdc00;
        position: absolute;
        padding: 6px 18px;
        border-radius: 0 10px 0 0;
        bottom: 0;
        right: unset
    }

        .blurry-box h3, .blurry-box-right h3 {
            font-size: 1.3rem
        }

    .green-effect .preamble {
        font-size: 16px;
    }

    .green-effect .box-image {
        min-height: 375px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .box-icon-right {
        top: unset;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90px;
        position: absolute;
        z-index: 9;
        bottom: -90px;
    }

    .box-icon-left {
        top: unset;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90px;
        position: absolute;
        z-index: 9;
        bottom: -90px;
    }

    .green-effect h3 {
        font-size: 32px
    }

    .coating-line .coating-line-heading {
        width: 100%
    }

    .powder {
        left: 6%;
        top: 4%;
    }

    .curing {
        left: 40%;
        top: 2%;
    }

    .drying {
        left: 75%;
        top: 12%;
    }

    .pretreatment {
        bottom: 7%;
        left: 35%
    }

    .coated-image {
        height: 500px
    }

    .savings {
        left: 33px;
        top: -100px;
        width: 145px;
    }


        .savings img {
            transform: rotate(22deg);
            left: 10px;
            top: 135px;
        }

    .efficiency-text {
        width: 150px;
        height: 150px;
        padding: 15px;
    }

    .efficiency-box img {
        width: 70px;
        bottom: -40px;
        left: -20px;
    }

    .efficiency-text h4 {
        font-size: 16px
    }

    .efficiency-text p {
        font-size: 13px
    }
    .efficiency-powder {
        bottom: 10%;
        left: 5%;
    }
    .efficiency-cooling {
        bottom: 37%;
        left: 32%;
    }
    .efficiency-curing {
        top: 16%;
        left: 50%;
    }
    .efficiency-pretreatment {
        top: 46%;
        right: 32%;
    }
    .savings.co2 {
        position: absolute;
        top: -40px;
        left: 0px;
        width: 200px;
    }
    .savings.co2 img {
        transform: rotate(20deg);
        left: 52px;
        top: 85px;
    }
}

@media screen and (max-width:575px) {

    .variable-cost {
        left: unset;
        top: -30px;
        width:120px;
    }
        .variable-cost h6, .fixed-cost h6, .semi-cost h6{
            text-align: right
        }

    .fixed-cost {
        right: 0px;
        bottom: -30px;
        width: 120px;
    }

    .semi-cost {
        left: 0;
        bottom: -30px;
        width: 120px;
    }
    .coated-image {
        height: 375px;
    }
    .green-effect h3 {
        font-size: 26px;
    }
    .green-effect-tabs .lower-energy, .green-effect-tabs .lower-co2 {
        background-color: transparent
    }

    .green-effect h1 {
        font-size: 30px;
    }
    .efficiency-box {
        position: absolute;
        top: -80px;
        left: 8%;
    }
    .efficiency-play img {
        width: 40px;
    }
    .efficiency h6{
        font-size:14px
    }
    .efficiency-cooling {
        bottom: 37%;
        left: 28%;
    }
    .efficiency-curing {
        top: 10%;
        left: 50%;
    }
    .efficiency-drying {
        display: grid;
        position: absolute;
        top: 12%;
        right: 6%;
    }
    .efficiency-conveyor {
        display: grid;
        position: absolute;
        top: 45%;
        right: 7%;
    }
}

@media screen and (max-width: 468px) {
  
    .coated-object {
        transform: translate(-50%, -60%);
        height: 110px;
        width: 110px;
    }

    .coated-image {
        height: 300px;
    }

    .banner {
        min-height: 350px;
    }
   
    h1, .green-effect h2 {
        font-size: 45px;
    }
    .green-effect h1 {
        font-size: 28px;
    }
    .green-effect h3 {
        font-size: 24px;
    }
    .preamble {
        font-size: 16px;
    }

    .font-28 {
        font-size: 24px
    }

    .header-functions {
        font-size: 30px;
    }

    .green-effect-white {
        width: 100px
    }

    .green-effect .banner {
        min-height: 450px;
    }
    .doIt .banner {
        min-height: 260px;
    }
    .powder {
        left: 2%;
        top: 0%;
    }

    .curing {
        left: 38%;
        top: -2%;
    }

    .drying {
        left: 70%;
        top: 7%;
    }

    .pretreatment {
        bottom: 2%;
        left: 32%
    }

    .savings {
        left: 15px;
        top: -110px;
    }

        .savings img {
            transform: rotate(30deg);
            top: 130px;
            left: 0;
        }

    .efficiency-text h4 {
        font-size: 14px;
    }

    .efficiency-text p {
        font-size: 11px;
    }
    .efficiency-box img {
        width: 46px;
        bottom: -6px;
        left: -7px;
    }
    .efficiency-text {
        width: 135px;
        height: 135px;
        padding: 10px;
    }

    .efficiency-box {
        left: 3%;
        top: -80px;
    }
    .efficiency-play img {
        width: 30px;
    }
    .efficiency h6 {
        font-size: 12px;
    }
    .efficiency-pretreatment {
        top: 52%;
        right: 28%;
    }
    .efficiency-curing {
        top: 5%;
        left: 50%;
    }
    .savings.co2 {
        position: absolute;
        top: -70px;
        left: -35px;
        width: 200px;
    }
    .savings.co2 img {
        transform: rotate(20deg);
        left: 45px;
        top: 80px;
    }
}
