.elementor-4869 .elementor-element.elementor-element-8ae432e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}.elementor-4869 .elementor-element.elementor-element-8ae432e:not(.elementor-motion-effects-element-type-background), .elementor-4869 .elementor-element.elementor-element-8ae432e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#004B91;}@media(max-width:767px){.elementor-4869 .elementor-element.elementor-element-8ae432e{--padding-top:50px;--padding-bottom:50px;--padding-left:30px;--padding-right:30px;}}/* Start custom CSS */.timeline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.step {
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 180px;
}

.step.active {
    font-weight: bold;
}

.step-number {
    display: block;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #004B91;
    top: 18px;
    position: relative;
}

.step.active .step-number {
    color: #fff;
    background: #004B91;
    border: 2px solid #fff;
}
.step-title {
    display: block;
    top: 23px;
    position: relative;
    color: #fff;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 38%;
    right: -15px;
    width: 15px;
    height: 2px;
    background: #fff;
}
#industry-list, #packaging-type-list, #industry-level2-list, #product-list {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    flex-wrap: wrap;
}
#industry-list li, #packaging-type-list li, #industry-level2-list li, #product-list li {
    width: 14%;
    margin: 0;
    cursor: pointer;
}
#industry-list li h3, #packaging-type-list li h3, #industry-level2-list li h3, #product-list li h3 {
    margin: 1rem 0;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
#solution-finder h2 {
    font-size: 27px;
    margin: 8rem 0;
    color: #fff;
}
#solution-finder .step-chosen {
    position: relative;
    top: 20px;
    display: inline-block;
    font-size: 12px;
    background: #fff;
    color: #004b91;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1;
}
#solution-finder img {
    border-radius: 5px;
}
#solution-finder * {
    letter-spacing: 0;
}
@media screen and (max-width: 767px) {
    #industry-list li, #packaging-type-list li, #industry-level2-list li, #product-list li {
        width: 26%;
    }
    #industry-list li h3, #packaging-type-list li h3, #industry-level2-list li h3, #product-list li h3 {
        font-size: 15px;
    }
    #solution-finder h2 {
        margin: 6rem 0 3rem 0;
    }
    .timeline .step-title {
        font-size: 15px;
    }
}
@media screen and (max-width: 435px) {
    #industry-list li, #packaging-type-list li, #industry-level2-list li, #product-list li {
        width: 26%;
    }
    #industry-list li h3, #packaging-type-list li h3, #industry-level2-list li h3, #product-list li h3 {
        font-size: 15px;
    }
}/* End custom CSS */