

/* === case-studies-entry-04 === */


.casee04 {
}

    .casee04 .entry_block {
        padding: 50px 0px;
    }

    .casee04 .case-subtitle {
        color: #e21822;
        font-size: 24px;
        font-weight: 500;
        font-family: var(--h1-font);
    }

    .casee04 h1, .casee04 .h1 {
        font-size: 60px;
    }

    .casee04 h2 {
        font-size: 44px;
    }

    .casee04 .summary {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .casee04 .block01 .image-wrapper {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

        .casee04 .block01 .image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .casee04 .block02 {
        background-color: #f2f2f2;
    }

    .casee04 .block03 {
        background-color: #232323;
        color: #fff;
    }

        .casee04 .block03 :is(h1,h2,h3,h4) {
            color: #fff;
        }

        .casee04 .block03 ul {
            list-style: none;
            padding: 0;
            font-size: 18px;
        }

            .casee04 .block03 ul li {
                position: relative;
                padding-left: 25px;
            }

                .casee04 .block03 ul li:not(:last-child) {
                    margin-bottom: 10px;
                }

                .casee04 .block03 ul li::before {
                    content: "\f105";
                    font-family: 'Font Awesome 6 Pro';
                    color: #e21822;
                    position: absolute;
                    left: 0px;
                    top: 1px;
                }


    .casee04 .d-empty {
        font-family: var(--h2-font);
        font-size: var(--h2-fontsize);
        font-weight: var(--h2-fontweight);
        font-size: 44px;
        min-height: 44px;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }

    .casee04 .media_carousel_wrapper {
        position: relative;
    }

        /* the slides */
        .casee04 .media_carousel_wrapper .slick-slide {
            margin: 0 18px;
        }

        /* the parent */
        .casee04 .media_carousel_wrapper .slick-list {
            margin: 0 -18px;
            overflow: visible;
        }

        .casee04 .media_carousel_wrapper .media_itme {
            aspect-ratio: 641/465;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
        }

            .casee04 .media_carousel_wrapper .media_itme img,
            .casee04 .media_carousel_wrapper .media_itme video {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }

            .casee04 .media_carousel_wrapper .media_itme .video_placeholder {
                width: 100%;
                height: 100%;
            }

    .casee04 .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }

        .casee04 .slick-arrow::before {
            content: "\f060";
            font-family: 'Font Awesome 6 Pro';
            font-weight: 300;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            width: 56px;
            height: 56px;
            border: none;
            outline: none;
            background-color: #fff;
            border-radius: 50%;
            display: grid;
            place-content: center;
            font-size: 24px;
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
        }

        .casee04 .slick-arrow.prev_slide {
            right: 100%;
            width: 50vw;
            height: 100%;
            background: none;
            border: none;
            outline: none;
        }

        .casee04 .slick-arrow.next_slide {
            left: 100%;
            width: 50vw;
            height: 100%;
            background: none;
            border: none;
            outline: none;
        }

        .casee04 .slick-arrow.prev_slide::before {
            content: "\f060";
            right: 0;
            left: auto;
            transform: translate(50%,-50%);
        }

        .casee04 .slick-arrow.next_slide::before {
            content: "\f061";
            transform: translate(-50%,-50%);
        }

    .casee04 .block03 + .block04 {
        padding-top: 0;
    }

    .casee04 .block04:has(+ .block05) {
        padding-bottom: 0;
    }

    .casee04 .block04 {
        position: relative;
        overflow: hidden;
    }

        .casee04 .block04::before {
            content: "";
            background-color: #232323;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: calc(100% - 75px - 50px);
        }

    .casee04 .block06 {
        background-color: var(--button-background);
    }

        .casee04 .block06 a {
            font-size: 45px;
            font-family: var(--h1-font);
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            display: block;
            line-height: 56px;
        }

            .casee04 .block06 a i {
                content: "\f060";
                font-family: 'Font Awesome 6 Pro';
                font-weight: 300;
                width: 56px;
                height: 56px;
                border: none;
                outline: none;
                border-radius: 50%;
                display: inline-grid;
                place-content: center;
                font-size: 24px;
                box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
                background-color: #fff;
                color: #282828;
                font-size: 20px;
                float: right;
                align-items: center;
            }

@media(min-width: 992px) {
    .casee04 .block01 .image-wrapper img {
        position: absolute;
        left: 0;
        top: 0;
    }
}

/* === case-studies-entry-04 === */



/* === call-to-action-01 === */

.cta-01 {
    padding: 140px 0 130px 0;
    background-color: var(--cta-01-background);
    background-image: var(--cta-01-background-image, url(/images/cta-bgll.jpg));
    background-position: center center;
    background-size: cover;
    color: var(--cta-01-color);
    text-align: center;
}

    .cta-01,
    .cta-01 .container,
    .cta-01 .container .row {
        min-height: 300px;
    }

.cta-01-title {
    /* font-size: 72px;
    line-height:78px;
    font-weight: 700;*/
    line-height: .95;
    letter-spacing: -.025em;    
}
@media screen and (max-width: 991.97px) {
    .cta-01-title {
        text-align: center;
        font-family: var(--h2-font);
        font-size: var(--h2-fontsize);
        font-weight: var(--h2-fontweight);
        line-height: 1;
    }
}
@media screen and (max-width: 991.97px) {
    .cta-01 {
        padding-bottom: 40px;
        padding-top: var(--block-margin,100px);
    }
}
.cta-01-text {
    margin: 0 auto 30px;
    font-size:26px;
    line-height:32px;
}

    .cta-01-text p:last-of-type {
        margin-bottom: 0;
    }
.cta-01 .cta-01-btn {
    margin-top: 20px;
    width: fit-content;
    margin:auto;
}

.cta-01-phone {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 700;
}

/* === call-to-action-01 === */



/* === footer-05-brochure === */

.footer_05_brochure {
    position: relative;
    overflow: hidden;
    background-color: var(--footer-background);
    color: var(--footer-textcolor);
    background-image: url(/images/footer_bg_tria.png);
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
}

    .footer_05_brochure .footer-bg {
        border-radius: 0 !important;
    }

    .footer_05_brochure .container {
        position: relative;
        z-index: 1;
        margin-top: 0 !important;
    }

    .footer_05_brochure .svg-background {
/*        display: block !important;*/
        position: absolute;
        bottom: 0;
        left: 0;
        width: 106%;
        height: auto;
        opacity: .2;
        z-index: -1;
        pointer-events: none;
    }

        .footer_05_brochure .svg-background svg {
            position: relative;
            transform: translate(42.5%, 25%);
        }

    .footer_05_brochure .py-footer {
        padding-top: 110px !important;
        padding-bottom: 4rem !important;
    }

    .footer_05_brochure .contact-content {
        color: var(--button-background);
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

    .footer_05_brochure .contact-links a {
        margin-top: 0px !important;
        color: var(--button-background);
        text-decoration: none;
    }

    .footer_05_brochure b,
    .footer_05_brochure strong {
        font-weight: 500;
    }

    .footer_05_brochure .contact-content {
        font-size: 18px;
        line-height: 24px;
    }

        .footer_05_brochure .contact-content a {
            margin: 0;
        }

            .footer_05_brochure .contact-content a:last-child {
                margin: 0;
            }

    .footer_05_brochure .addr-content {
        line-height: 26px;
        font-size: 18px;
    }

        .footer_05_brochure .addr-content b {
            font-weight: 600;
        }

        .footer_05_brochure .addr-content p {
            margin: 0;
        }

    .footer_05_brochure .addr-content,
    .footer_05_brochure .contact-content {
        margin-bottom: 30px;
    }

    .footer_05_brochure .social {
        margin-top: 30px;
    }

        .footer_05_brochure .social a {
            background-color: var(--button-background);
            border-radius: 50%;
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            position: relative;
        }


            .footer_05_brochure .social a svg {
                color: #fff;
                fill: #fff;
                width: 18px;
            }

            .footer_05_brochure .social a i {
                color: #fff;
                color: #fff;
                font-size: 18px;
            }

    .footer_05_brochure .social {
        width: 140px;
        grid-template-columns: 1fr 1fr;
        gap: 15px 0px;
    }

    .footer_05_brochure .footer_accrd {
        margin-top: 30px;
    }

    .footer_05_brochure .footer_05_top_title {
        text-transform: uppercase;
        font-size: 14px;
        padding-bottom: 25px;
        border-bottom: 4px dashed #fff;
        margin-bottom: 25px;
        max-width: 40%;
    }

    .footer_05_brochure .footer_05_main_title h2,
    .footer_05_brochure .footer_05_form h2,
    .footer_05_brochure .form-title {
        margin-bottom: 30px;
        line-height: 1;
        font-size: var(--h2-fontsize);
        font-weight: var(--h2-fontweight);
        color: var(--footer-textcolor);
    }

    .footer_05_brochure .footer_05_form form {
        margin-top: calc(var(--h2-fontsize) + 30px);
    }

@media screen and (min-width: 1200px) {
    .footer_05_brochure .footer_05_form form .row {
        --bs-gutter-x: 2.5rem;
    }
}

.footer_05_brochure .footer_05_form h2 + form {
    margin-top: 0;
}

.footer_05_brochure .footer_05_main_text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
    text-wrap: balance;
}

    .footer_05_brochure .footer_05_main_text p {
        margin-bottom: 0;
    }

.footer_05_brochure form input,
.footer_05_brochure form select,
.footer_05_brochure form textarea {
    background-color: #fff;
    min-height: 50px;
    border: none !important;
    outline: none !important;
    min-height: 62px;
    border-radius: 7px !important;
}

.footer_05_brochure form select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 25px;
}

.footer_05_brochure .select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .footer_05_brochure .select-wrapper select {
        width: 100%;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .footer_05_brochure .select-wrapper i {
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #1c1c1c;
    }

    .footer_05_brochure .select-wrapper.open i {
        transform: translateY(-50%) rotate(180deg);
    }

.footer_05_brochure form .has-error input.error,
.footer_05_brochure form .has-error select.error,
.footer_05_brochure form .has-error textarea.error {
    background-color: #ffc8c8;
}

.footer_05_brochure form .required-star {
    color: #fff;
}

.footer_05_brochure form .col-form-label {
    padding-top: 0;
    font-size: 15px;
}

.footer_05_brochure form .checkbox + label {
    padding-left: 30px !important;
    font-size: 15px;
}

    .footer_05_brochure form .checkbox + label::before {
        content: "";
        background-color: #fff;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        box-shadow: unset;
        border: unset;
    }

.footer_05_brochure form .tickbox.has-error label::before {
    background-color: rgb(255, 0, 0);
}

.footer_05_brochure form .checkbox:checked + label:before {
    content: "";
}

.footer_05_brochure form .checkbox:checked + label:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    color: #000;
    position: absolute;
    left: 3px;
    top: 2px;
    font-size: 14px;
}

.footer_05_brochure .form-field.textarea,
.footer_05_brochure .form .tickbox {
    margin-bottom: 30px;
}

.footer_05_brochure form button[type="submit"] {
    color: #fff;
    transition: 0.3s all;
    width: 100%;
    height: 62px;
    width: fit-content;
}

    .footer_05_brochure form button[type="submit"]::before {
        content: unset;
    }

    .footer_05_brochure form button[type="submit"]:active {
        background: #fff;
        color: #000;
    }

.footer_05_brochure form .required {
    display: none;
}

.footer_05_brochure .foonter05_grid {
    display: flex;
    flex-wrap: wrap;
}

    .footer_05_brochure .foonter05_grid .content_wrapper {
        width: 50%;
        padding-bottom: 50%;
        position: relative;
    }

    .footer_05_brochure .foonter05_grid .content {
        position: absolute;
        display: flex;
        width: 90%;
        height: 90%;
        align-content: center;
        flex-direction: column;
        text-align: center;
        margin-top: 30px;
        left: 5%;
        top: 5%;
    }

.footer_05_brochure .content .icon {
    font-size: 60px;
    margin-bottom: 15px;
}

.footer_05_brochure .content .icon_title {
    font-size: 32px;
    margin-bottom: 10px;
}

.footer_05_brochure .content .icon_text {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer_05_brochure .content .icon_link {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

    .footer_05_brochure .content .icon_link a {
        color: #fff;
    }

.footer_05_brochure .social_links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

    .footer_05_brochure .social_links a {
        display: flex;
        color: #fff;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        border-radius: 50%;
        margin: 7px;
        text-decoration: none;
        transition: 0.3s all;
        overflow: hidden;
    }

        .footer_05_brochure .social_links a:hover {
            background-color: #fff;
            color: #000;
        }

        .footer_05_brochure .social_links a i {
            font-size: 22px;
        }

        .footer_05_brochure .social_links a img,
        .footer_05_brochure .social_links a svg {
            width: 24px;
            height: auto;
            fill: #fff;
        }

        .footer_05_brochure .social_links a svg {
            transition: 0.3s fill, 0.3s stroke;
            fill: #fff !important;
            stroke: #fff !important;
        }

        .footer_05_brochure .social_links a:hover svg {
            fill: #000 !important;
            stroke: #000 !important;
        }

.footer_05_brochure .content .reg_info {
    font-size: 14px;
}

    .footer_05_brochure .content .reg_info > p {
        margin-bottom: 5px;
    }

        .footer_05_brochure .content .reg_info > p:last-of-type {
            margin-bottom: 0;
        }

.footer_05_brochure .footer05_bottom {
    font-size: 14px;
    color: #fff;
}

    .footer_05_brochure .footer05_bottom a {
        color: #fff;
        text-decoration: none;
    }

.footer_05_brochure .captcha.captcha-image,
.footer_05_brochure .captcha.captcha-image *:not(i) {
    height: 100%;
}

    .footer_05_brochure .captcha.captcha-image .reload_captcha {
        background-color: #fff;
        color: #16171a;
    }

.footer_05_brochure .captcha_whatis {
    color: #fff;
}

.footer_05_brochure .container {
    border-bottom: #2c2c2c 1px solid;
}

@media screen and (max-width: 1399.98px) {
    .footer_05_brochure .svg-background {
        width: 123%;
    }

        .footer_05_brochure .svg-background svg {
            transform: translate(38%, 25%);
        }
}

@media screen and (max-width: 1199.97px) {

    .footer_05_brochure .footer_05_main_title h2,
    .footer_05_brochure .form-title {
        font-size: 48px;
        line-height: 48px;
    }

    .footer_05_brochure .svg-background {
        width: 148%;
    }

        .footer_05_brochure .svg-background svg {
            transform: translate(22%, 25%);
        }
}

@media (min-width: 992px) and (max-width: 1199.97px) {
    .footer_05_brochure .foonter05_grid .content_wrapper {
        padding-bottom: 70%;
    }
}

@media (max-width: 991.97px) {

    .contact-links {
        display: flex;
        gap: var(--bs-gutter-x);
    }

        .contact-links > div {
            width: 50%;
        }

            .contact-links > div > .social {
                margin-top: 16px;
            }

    .footer_05_brochure .addr-content,
    .footer_05_brochure .contact-content {
        margin-bottom: 0;
    }

    .footer_05_brochure .footer_05_form form {
        margin-top: var(--block-padding, 65px);
    }

    .col-social {
        margin-top: calc(48px + 30px);
    }

    .footer_05_brochure .py-footer {
        padding-top: 90px !important;
        padding-bottom: 50px !important;
    }

    .footer_05_brochure form input,
    .footer_05_brochure form select,
    .footer_05_brochure form textarea {
        min-height: 62px;
    }

    .footer_05_brochure .contact-content {
        margin-bottom: 0px;
    }

    .footer_05_brochure .svg-background {
        bottom: unset;
        top: 0;
        width: 1380px;
    }

    .form-group.bottom-box {
        margin-bottom: 0;
    }

    .footer_05_brochure .svg-background svg {
        transform: translate(3%, -25%);
    }

    .footer_05_form .row {
        --bs-gutter-x: 2rem;
    }
}

@media (max-width: 767.97px) {

    .footer_05_brochure .footer_05_main_text {
        text-wrap: inherit;
    }

    .footer_05_brochure .addr-content p {
        font-size: 16px;
    }

    .footer_05_brochure .svg-background {
        width: 1450px;
    }

        .footer_05_brochure .svg-background svg {
            transform: translate(-7%, -25%);
        }

    .footer_05_form .row {
        --bs-gutter-x: 1.5rem;
    }

    .footer_05_brochure .social {
        margin-top: 25px;
    }

    .footer_05_brochure .footer-bg {
        padding-top: 0px !important;
    }

    .footer_05_brochure .footer_05_top_title {
        margin: 0 auto 25px;
    }

    .footer_05_brochure .foonter05_grid .content_wrapper {
        padding-bottom: 0%;
    }

        .footer_05_brochure .foonter05_grid .content_wrapper .content {
            position: static;
        }
}

@media (max-width: 575.97px) {
    .footer_05_brochure .container {
        padding-top: 90px !important;
    }

    .footer_05_brochure .footer-bg {
        padding: 0 !important;
        padding-bottom: 3rem !important;
    }

    .footer_05_brochure .foonter05_grid .content_wrapper {
        padding-bottom: 0%;
        width: 100%;
    }

        .footer_05_brochure .foonter05_grid .content_wrapper .content {
            width: 100%;
            padding: 0px 30px;
        }

    .footer_05_brochure .footer05_bottom > span {
        display: block;
    }

    .footer_05_brochure .form .bottom-box {
        text-align: center;
    }

    .footer_05_brochure form button[type="submit"] {
        max-width: 100%;
        width: 100%;
    }

        .footer_05_brochure form button[type="submit"]::after {
            padding: 0;
            margin: 0;
            padding-left: 10px;
        }

    .footer_05_brochure form button[type="submit"] {
        text-align: center;
        display: block;
    }

    .footer_05_brochure .footer_05_main_title h2,
    .footer_05_brochure .form-title {
        font-size: 36px;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer_05_brochure .footer_05_main_text p {
        letter-spacing: 0.5px;
        text-align: center;
    }

        .footer_05_brochure .footer_05_main_text p br {
            display: none;
        }

    .footer_05_brochure .addr-content,
    .footer_05_brochure .contact-content {
        text-align: center;
    }

    .contact-links > div {
        width: 100%;
    }

    .contact-links {
        flex-flow: column;
        gap: 1rem;
    }

        .contact-links > div > .social {
            margin-inline: auto;
            margin-bottom: 1.5rem;
            display: flex !important;
            justify-content: center;
            align-content: center;
            flex-flow: row wrap;
            gap: 5px;
            margin: 1rem auto 0;
        }

    .footer_05_brochure .social a {
        margin: 0;
    }

    .footer_05_brochure .container {
        padding-bottom: 0 !important;
    }
}

/* === footer-05-brochure === */



/* === footer-04-ecommerce === */

.footer-04-ecommerce {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgb(68, 70, 77);
}

    .footer-04-ecommerce .footer-bg {
        background-color: var(--footer-background);
        color: var(--footer-textcolor);
        border-radius: 0 !important;
    }

    .footer-04-ecommerce .container {
        position: relative;
        z-index: 1;
        margin-top: 0 !important;
        padding: 40px 0;
    }

    .footer-04-ecommerce .svg-background {
        display: none !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 106%;
        height: auto;
        opacity: .2;
        z-index: -1;
        pointer-events: none;
    }

.footer_05_brochure + .footer-04-ecommerce .svg-background {
    display: block !important;
}

.footer-04-ecommerce .svg-background svg {
    position: relative;
    transform: translate(42.5%, -75%);
}

.footer-04-ecommerce .row {
    /*   --bs-gutter-y: 14px; */
    gap: 14px;
}

.footer-04-ecommerce a {
    text-decoration: none;
}

.footer-04-ecommerce .col-additional-links a {
    color: #a7aeb8;
    font-size: 15px;
    line-height: 35px;
}

.footer-04-ecommerce .column-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px;
}

.footer-04-ecommerce .site-authors {
    text-align: left;
}

    .footer-04-ecommerce .site-authors img {
        font-size: 12px;
        line-height: 1;
        margin-top: -1px;
    }

.footer-04-ecommerce .footer-logo {
    margin-left: auto;
    max-height: 150px;
}

.footer-04-ecommerce .footer-info span {
    margin-bottom: 10px;
}

.footer-04-ecommerce .footer-info {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    font-size: 12px;
    line-height: 1;
}

    .footer-04-ecommerce .footer-info a {
        color: #ffffff;
    }

    .footer-04-ecommerce .footer-info b {
        color: #ffffff;
        font-weight: 500;
    }

.footer-04-ecommerce #footer_column02 {
    display: flex;
    flex-flow: column wrap;
}

.footer-04-ecommerce .link-list .footer-link a {
    color: var(--footer-textcolor);
    font-size: 22px;
    line-height: 48px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.footer-04-ecommerce .contact-with-us {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    margin-bottom: 25px;
    align-items: center;
}

    .footer-04-ecommerce .contact-with-us .title {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        margin-right: 10px;
    }

    .footer-04-ecommerce .contact-with-us .icons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .footer-04-ecommerce .contact-with-us .icons > a {
            background: #4b4b4b;
            width: 40px;
            height: 40px;
            line-height: 40px;
            margin: 0 5px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 24px;
            border-radius: 50%;
            text-decoration: none;
            transition: 0.1s all;
        }

            .footer-04-ecommerce .contact-with-us .icons > a:hover,
            .footer-04-ecommerce .contact-with-us .icons > a:active {
                background: #fff;
                color: #4b4b4b;
            }

.footer-04-ecommerce .last-footer {
    color: #fff;
    font-style: normal;
    font-size: 14px;
}

    .footer-04-ecommerce .last-footer a {
        color: #fff;
        font-size: 14px;
        width: 100%;
        text-decoration: none;
    }

    .footer-04-ecommerce .last-footer em.separator {
        color: #fff;
        font-style: normal;
        margin-left: 5px;
        margin-right: 5px;
    }

/* ==========================================
   MEDIA QUERIES — GROUPED & ORDERED
   ========================================== */

/* ——— min-width (mobile-first) ——— */
@media (min-width: 992px) {
    .footer-04-ecommerce #footer_column02 {
        display: flex;
        justify-content: space-between;
        margin: -15px 0 0px;
        flex-flow: row;
    }
}

/* ——— max-width (largest to smallest) ——— */
@media screen and (max-width: 1399.98px) {
    .footer-04-ecommerce .svg-background {
        width: 123%;
    }

        .footer-04-ecommerce .svg-background svg {
            transform: translate(38%, -75%);
        }
}

@media screen and (max-width: 1199.98px) {
    .footer-04-ecommerce .svg-background {
        width: 148%;
    }

        .footer-04-ecommerce .svg-background svg {
            transform: translate(22%, -75%);
        }
}

@media (max-width: 1299px) {
    .footer-04-ecommerce .container {
        padding-bottom: 50px;
    }
}

@media (max-width: 991.97px) {
    .footer-04-ecommerce .svg-background {
        display: none !important;
    }

    .footer-04-ecommerce .footer-info {
        display: flex;
        flex-flow: column wrap;
    }

        .footer-04-ecommerce .footer-info span {
            margin-bottom: 5px;
        }

    .footer-04-ecommerce #footer_column02 {
        column-count: 2;
        display: block;
    }

    .footer-04-ecommerce .link-list .footer-link a {
        font-size: 18px;
        line-height: 36px;
    }

    .footer-04-ecommerce .container {
        padding: 45px 0;
    }

    .footer-04-ecommerce .row {
        gap: 30px;
    }

    .footer_05_brochure form button[type="submit"] {
        min-width: 190px;
    }

    .additional-links .footer-link {
        width: 33%;
        display: inline-block;
    }

    .footer-04-ecommerce .contact-with-us {
        justify-content: center;
        align-items: center;
    }

    .footer-04-ecommerce .last-footer {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .footer-04-ecommerce .footer-info {
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }

    .footer-04-ecommerce .site-authors {
        text-align: left;
    }

    .footer-04-ecommerce .column-title {
        position: relative;
        padding-bottom: 15px;
        padding-top: 15px;
        margin: 0;
        margin-top: 15px;
    }

        .footer-04-ecommerce .column-title .toggle-footer {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            font-size: 18px;
            line-height: 18px;
            cursor: pointer;
        }

    .additional-links .footer-link {
        width: 100%;
        display: block;
    }

    .footer-04-ecommerce .contact-with-us {
        flex-direction: column;
    }

        .footer-04-ecommerce .contact-with-us .title {
            margin-bottom: 15px;
        }

    .col-additional-links {
        padding-top: 50px;
    }
}

@media (max-width: 575.97px) {
    .col-authors .site-authors {
        text-align: left;
    }

    .footer-04-ecommerce .footer-bg {
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }

    .footer-04-ecommerce #footer_column02 {
        margin: 0;
        padding-bottom: 10px;
    }

    .footer-04-ecommerce .container-fluid {
        padding: 0;
        margin: 0;
    }

    .footer-04-ecommerce .container {
        padding: 0 30px;
    }

    .footer-04-ecommerce #footer_column02 {
        column-count: 1;
        text-align: center;
    }

    .footer-04-ecommerce .site-authors,
    .footer-04-ecommerce .footer-info {
        text-align: center !important;
    }

    .footer_05_brochure .svg-background svg {
        transform: translate(-11%, -25%);
    }
}

/* === footer-04-ecommerce === */

