.hero-wrapper {
    background-image: url(//img.unitedconsumers.com/www/images/algemeen/foto/homepage-algemeen-zomer2024.webp);
    background-size: cover;
    background-position-y: center;
}

/* product homepage */

.body-wrapper-product-home .hero-wrapper {
    height: auto;
}

    .body-wrapper-product-home .hero-wrapper .hero,
    .body-wrapper-product-gsm .hero-wrapper .hero,
    .body-wrapper-mijn-uc .hero-wrapper .hero,
    .body-wrapper-product-over-unitedconsumers .hero-wrapper .hero {
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative;
    }

        .body-wrapper-product-home .hero-wrapper .hero:after,
        .body-wrapper-product-gsm .hero-wrapper .hero:after,
        .body-wrapper-mijn-uc .hero-wrapper .hero:after {
            clear: both;
        }

        .body-wrapper-product-home .hero-wrapper .hero:before,
        .body-wrapper-product-home .hero-wrapper .hero:after,
        .body-wrapper-product-gsm .hero-wrapper .hero:before,
        .body-wrapper-product-gsm .hero-wrapper .hero:after,
        .body-wrapper-mijn-uc .hero-wrapper .hero:before,
        .body-wrapper-mijn-uc .hero-wrapper .hero:after {
            display: table;
            content: " ";
        }

        .body-wrapper-product-home .hero-wrapper .hero .hero-app,
        .body-wrapper-product-gsm .hero-wrapper .hero .hero-app,
        .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app {
            width: 70%;
            float: left;
            position: relative;
        }

            .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-header,
            .body-wrapper-product-gsm .hero-wrapper .hero .hero-app .hero-header,
            .body-wrapper-over-uc .hero-wrapper .hero .hero-app .hero-header,
            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-header {
                background: #fff;
                background: rgba(255,255,255,0.9);
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                padding: 1px 35px 1px 35px;
            }

            .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-body,
            .body-wrapper-product-gsm .hero-wrapper .hero .hero-app .hero-body,
            .body-wrapper-over-uc .hero-wrapper .hero .hero-app .hero-body,
            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-body {
                background: #fff;
                background: rgba(255,255,255,0.78);
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
                padding: 15px 15px 15px 15px;
            }

            .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-body,
            .body-wrapper-product-gsm .hero-wrapper .hero .hero-app .hero-body {
                min-height: initial;
            }

                .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-body .step-container,
                .body-wrapper-product-gsm .hero-wrapper .hero .hero-app .hero-body .step-container {
                    padding: 0;
                    margin-top: -20px;
                }

                    .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-body .step-container,
                    .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-body .step-container .step-body-container,
                    .body-wrapper-product-gsm .hero-wrapper .hero .hero-app .hero-body .step-container,
                    .body-wrapper-product-gsm .hero-wrapper .hero .hero-app .hero-body .step-container .step-body-container {
                        background: none;
                    }

                        .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-body .step-container .step-body-container h3,
                        .body-wrapper-product-gsm .hero-wrapper .hero .hero-app .hero-body .step-container .step-body-container h3 {
                            padding-top: 0px;
                            margin-top: 0px;
                        }

                        .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-body .step-container .step-body-container .form-group,
                        .body-wrapper-product-gsm .hero-wrapper .hero .hero-app .hero-body .step-container .step-body-container .form-group {
                            padding-top: 30px;
                        }

                            .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-body .step-container .step-body-container .form-group.no-top-padding,
                            .body-wrapper-product-gsm .hero-wrapper .hero .hero-app .hero-body .step-container .step-body-container .form-group.no-top-padding {
                                padding-top: 0px;
                            }

        .body-wrapper-product-home .hero-wrapper .hero .hero-itembox,
        .body-wrapper-product-gsm .hero-wrapper .hero .hero-itembox,
        .body-wrapper-over-uc .hero-wrapper .hero .hero-itembox,
        .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox {
            width: 30%;
            position: absolute;
            right: 0;
            bottom: 0;
        }


            .body-wrapper-product-home .hero-wrapper .hero .hero-itembox .itembox,
            .body-wrapper-product-gsm .hero-wrapper .hero .hero-itembox .itembox,
            .body-wrapper-over-uc .hero-wrapper .hero .hero-itembox .itembox,
            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox .itembox {
                background: #fff;
                background: rgba(255,255,255,0.78);
                border-radius: 10px;
                border: none;
                padding: 15px;
                margin-left: 30px;
                margin-top: 15px;
                font-size: 12px;
                line-height: 18px;
            }

            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox .itembox {
                background: #ffffff;
                box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
            }

                .body-wrapper-product-home .hero-wrapper .hero .hero-itembox .itembox:first-child,
                .body-wrapper-product-gsm .hero-wrapper .hero .hero-itembox .itembox:first-child,
                .body-wrapper-over-uc .hero-wrapper .hero .hero-itembox .itembox:first-child,
                .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox .itembox:first-child {
                    margin-top: 0px;
                }

                .body-wrapper-product-home .hero-wrapper .hero .hero-itembox .itembox:last-child:before,
                .body-wrapper-product-gsm .hero-wrapper .hero .hero-itembox .itembox:last-child:before,
                .body-wrapper-over-uc .hero-wrapper .hero .hero-itembox .itembox:last-child:before,
                .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox .itembox:last-child:before {
                    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath  transform='rotate(90 34 16)' d='M0 0l.6.9 29.9 29.9c1.7 1.7 4.3 1.7 6 0L66.5.9c.3-.3.5-.6.7-.9H0z' fill='%23fff' opacity='0.78'/%3E%3C/svg%3E");
                    position: absolute;
                    left: -2px;
                    bottom: 32px;
                    width: 32px;
                    height: 32px;
                }

                .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox .itembox:last-child:before {
                    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath  transform='rotate(90 34 16)' d='M0 0l.6.9 29.9 29.9c1.7 1.7 4.3 1.7 6 0L66.5.9c.3-.3.5-.6.7-.9H0z' fill='%23fff' opacity='1'/%3E%3C/svg%3E");
                }

                .body-wrapper-product-home .hero-wrapper .hero .hero-itembox .itembox img,
                .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox .itembox img {
                    max-height: calc(252px - 30px);
                }

@media (min-width: 992px) {
    .body-wrapper-product-home .hero-wrapper .container {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .body-wrapper-product-home .hero-wrapper .container {
        width: 750px;
    }
}

/* product info page */
.body-wrapper-informatie .hero-wrapper {
    height: 300px;
}

.body-wrapper-product-gsm .hero-wrapper {
    height: auto;
}

.body-wrapper-informatie .hero-wrapper .hero-text,
.body-wrapper-applicatie .hero-wrapper .hero-text,
.body-wrapper-product-over-unitedconsumers .hero-wrapper .hero-text,
.body-wrapper-over-uc.body-wrapper-product-over-unitedconsumers .hero-wrapper .hero-text {
    background: rgba(244,121,41,0.60);
    width: 315px;
    padding: 30px;
    border-radius: 20px;
    height: 140px;
    float: right;
    margin-top: calc((300px - 140px) / 2);
    position: relative;
}

    .body-wrapper-applicatie .hero-wrapper .hero-text:after, .body-wrapper-informatie .hero-wrapper .hero-text:after, .body-wrapper-over-uc.body-wrapper-product-over-unitedconsumers .hero-wrapper .hero-text:after {
        position: absolute;
        content: url('data:image/svg+xml;utf8,<svg xml:space="preserve" xmlns="http://www.w3.org/2000/svg"><path d="m0 0l0.6 0.9 29.9 29.9c1.7 1.7 4.3 1.7 6 0l30-29.9c0.3-0.3 0.5-0.6 0.7-0.9h-67.2z" fill="#ffffff" opacity="0.78"/></svg>');
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: -30px;
        left: 60px;
    }


    .body-wrapper-informatie .hero-wrapper .hero-text h3,
    .body-wrapper-over-uc.body-wrapper-product-over-unitedconsumers .hero-wrapper .hero-text h3 {
        font-family: Font1;
        font-weight: normal;
        line-height: 40px;
        font-size: 25px;
        padding: 0;
        margin: 0;
        color: #ffffff;
    }

        .body-wrapper-applicatie .hero-wrapper .hero-text h3 strong,
        .body-wrapper-informatie .hero-wrapper .hero-text h3 strong,
        .body-wrapper-over-uc.body-wrapper-product-over-unitedconsumers .hero-wrapper .hero-text h3 strong {
            font-family: Font1Bold;
            font-weight: bold;
            display: block;
        }

@media (min-width: 992px) {
    .body-wrapper-informatie .hero-wrapper .container {
        width: 970px;
    }
}

@media (max-width: 767px) {
    .body-wrapper-informatie .hero-wrapper {
        height: 100px;
    }
}

/* product app */
.body-wrapper-applicatie > .hero-wrapper {
    height: 220px;
}

/* product over uc page */
.body-wrapper-product-home.body-wrapper-product-over-unitedconsumers .hero-wrapper {
    height: 409px;
}

.body-wrapper-over-uc.body-wrapper-product-over-unitedconsumers .hero-wrapper {
    height: 220px;
}

    .body-wrapper-applicatie .hero-wrapper .hero-text,
    .body-wrapper-over-uc.body-wrapper-product-over-unitedconsumers .hero-wrapper .hero-text {
        margin-top: 30px;
    }



.body-wrapper-over-uc .hero-wrapper .hero .hero-app {
    width: 50%;
    left: 15%;
}

.body-wrapper-over-uc .hero-wrapper .hero .hero-itembox {
    left: 15%;
}

/* product mijn uc page */
.body-wrapper-mijn-uc .hero-wrapper {
    height: 400px;
}

.body-wrapper-mijn-uc.body-wrapper-product-mijn-uc-info .hero-wrapper {
    height: 300px;
}

.body-wrapper-mijn-uc .hero-wrapper .hero .hero-app {
    width: 55%;
    margin-left: 15%;
}

    .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-header {
        background: #5dc4bf;
    }

        .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-header .hero-header-text {
            color: #ffffff;
            margin-top: 15px;
            margin-bottom: 10px;
        }

            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-header .hero-header-text a,
            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-header .hero-header-text a:hover,
            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-header .hero-header-text a:active {
                text-decoration: none;
                color: #ffffff;
            }

        .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-header h1 {
            color: #ffffff;
        }

@media (min-width: 992px) and (max-width: 1199px ) {
    .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app {
        margin-left: 11%;
    }

    .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox {
        width: 35%;
    }
}

@media (min-width: 768px) and (max-width: 991px ) {
    .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app {
        margin-left: 0px;
        width: 55%;
    }

    .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .body-wrapper-mijn-uc .hero-wrapper,
    .body-wrapper-mijn-uc.body-wrapper-product-mijn-uc-info .hero-wrapper {
        height: auto;
    }

        .body-wrapper-mijn-uc .hero-wrapper .hero {
            margin-bottom: 0px;
        }

            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox {
                background: #fff;
            }

            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-header h1 {
                color: #5dc4bf;
            }

    .body-wrapper-applicatie .hero-wrapper,
    .body-wrapper-over-uc.body-wrapper-product-over-unitedconsumers .hero-wrapper {
        position: relative;
        height: 110px;
    }

        .body-wrapper-applicatie .hero-wrapper > .container {
            margin: 0;
            padding: 0;
        }

        .body-wrapper-applicatie .hero-wrapper .hero-text {
            display: block !important;
            width: 100%;
            margin-top: 0px;
            border-radius: 0px;
            position: absolute;
            bottom: 0;
            padding: 15px;
            height: auto;
        }

            .body-wrapper-applicatie .hero-wrapper .hero-text h3 {
                font-size: 20px;
            }

            .body-wrapper-applicatie .hero-wrapper .hero-text::after {
                border: none;
                content: "";
            }
}

@media (max-width: 767px) {
    .hero-wrapper {
        margin-top: 0px;
    }

    .body-wrapper-product-home .hero-wrapper,
    .body-wrapper-product-home.body-wrapper-product-over-unitedconsumers .hero-wrapper {
        height: auto;
        background-size: cover;
        background-position-y: top;
        background-position-x: left;
    }

        .body-wrapper-product-home .hero-wrapper .hero .hero-itembox,
        .body-wrapper-product-home .hero-wrapper .hero .hero-app {
            width: 100%;
            padding: 15px;
            position: relative;
            float: left;
            bottom: initial;
            right: initial;
        }



    .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox,
    .body-wrapper-product-over-unitedconsumers .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app,
    .body-wrapper-product-over-unitedconsumers .hero-wrapper .hero .hero-app,
    .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app {
        margin-left: 0;
        width: 100%;
        padding: 0;
    }

    .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox,
    .body-wrapper-product-over-unitedconsumers .hero-wrapper .hero .hero-itembox {
        display: none;
    }

    .body-wrapper-product-home .hero-wrapper .hero .hero-itembox {
        background: #ffffff;
    }

    .body-wrapper-product-home .hero-wrapper .hero,
    .body-wrapper-mijn-uc .hero-wrapper .hero {
        padding-top: 0px;
        margin: 0px -15px 0px -15px;
    }

        .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-header,
        .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-header {
            padding-left: 15px;
            padding-right: 15px;
        }

            .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-header h1,
            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-header h1 {
                font-size: 18px;
                line-height: 30px;
                margin-top: 10px;
                margin-bottom: 10px;
            }


        .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-body,
        .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-body {
            background: #ebebec;
            background-color: rgba(235,235,236,0.78);
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 0px;
        }

            .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-body .form-group {
                margin-bottom: 0px;
            }

        .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-body,
        .body-wrapper-product-over-unitedconsumers .hero-wrapper .hero .hero-app .hero-body {
            display: none;
        }


        .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-body .step-container .step-body-container .form-group {
            padding-top: 0px;
        }

        .body-wrapper-product-home .hero-wrapper .hero .hero-itembox .itembox,
        .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox .itembox {
            border-bottom: 1px solid #ebebec;
            border-radius: 0px;
            max-height: initial;
            overflow: auto;
            margin: 0;
        }

            .body-wrapper-product-home .hero-wrapper .hero .hero-itembox .itembox:last-child:before,
            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox .itembox:last-child:before {
                border: none;
                content: initial;
            }

            .body-wrapper-product-home .hero-wrapper .hero .hero-itembox .itembox:first-child:before,
            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox .itembox:first-child:before {
                position: absolute;
                content: "";
                top: -30px;
                left: calc((100% - 60px) / 2);
                width: 0;
                height: 0;
                border-left: 30px solid transparent;
                border-right: 30px solid transparent;
                border-bottom: 30px solid #ffffff;
            }


            .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox .itembox:only-child {
            }

                .body-wrapper-mijn-uc .hero-wrapper .hero .hero-itembox .itembox:only-child:before {
                    content: none;
                }


    .itembox-footer-wrapper {
        margin-left: -15px;
        margin-right: -15px;
        position: relative;
    }

        .itembox-footer-wrapper .itembox {
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
            background: #ffffff;
            margin-top: 0px;
        }

            /*.itembox-footer-wrapper .itembox:first-child {
                padding-top: 30px;
            }

                .itembox-footer-wrapper .itembox:first-child:before {
                    content: "";
                    position: absolute;
                    margin-top: -30px;
                    right: 15px;
                    width: 0;
                    height: 0;
                    border-left: 30px solid transparent;
                    border-right: 30px solid transparent;
                    border-top: 30px solid #ebebec;
                }*/


            .itembox-footer-wrapper .itembox:nth-child(odd) {
                padding-bottom: 30px;
            }

            .itembox-footer-wrapper .itembox:nth-child(even) {
                background: #ebebec;
            }

                .itembox-footer-wrapper .itembox:nth-child(even):before {
                    content: "";
                    position: absolute;
                    margin-top: -45px;
                    width: 0;
                    height: 0;
                    border-left: 30px solid transparent;
                    border-right: 30px solid transparent;
                    border-bottom: 30px solid #ebebec;
                }

    .body-content-wrapper-mijn-uc .itembox-footer-wrapper .itembox:nth-child(odd) {
        background: none;
    }

    .body-content-wrapper-mijn-uc .itembox-footer-wrapper .itembox:nth-child(even) {
        background: #ffffff;
    }

    .itembox-footer-wrapper .itembox:first-child:before {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 30px solid #ffffff;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .body-wrapper-product-home .hero-wrapper,
    .body-wrapper-mijn-uc .hero-wrapper,
    .hero-wrapper {
        margin-top: 0px;
        height: auto;
    }
}

@media (max-width: 320px) {
    .body-wrapper-product-home .hero-wrapper .hero .hero-app .hero-header h1,
    .body-wrapper-mijn-uc .hero-wrapper .hero .hero-app .hero-header h1,
    .body-wrapper-mijn-uc .hero-wrapper .hero .aanbieding .aanbieding-header h1 {
        font-size: 16px;
    }
}
