@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.scaffoldSupplierWrapperHeader section {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.375;
}

.page-supplier-page-forza-global .scaffoldSupplierWrapper {
    max-width: 100%;
    padding: 0px;
}

.page-supplier-page-forza-global .main__inner-wrapper {
    padding: 0px;
}

.page-supplier-page-forza-global .scaffoldSupplierWrapperHeader {
    width: 100%;
}

.page-supplier-page-forza-global .breadcrumbScaffold {
    background-color: var(--grey);
}

body .breadcrumbScaffold li a {
    color: var(--white) !important;
}

:root {
    --blue: #4da1ea;
    --grey: #333;
    --white: #fff;
    --black: #000;
}

.bg-grey {
    background-color: var(--grey);
}

.forza-promo-intro {
    background-color: var(--grey);
    width: 100%;
    min-height: 400px;
    display: flex;
    vertical-align: middle;
    padding-top: 30px;
}

.forza-promo-intro-divider {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23333333"><path d="M1000 100C500 100 500 64 0 64V0h1000v100Z" opacity=".5"></path><path d="M1000 100C500 100 500 34 0 34V0h1000v100Z" opacity=".5"></path><path d="M1000 100C500 100 500 4 0 4V0h1000v100Z"></path></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
}

.forza-promo-intro a {
    width: fit-content;
}

body .forza-promo-wrapper a:after {
    display: none !important;
}

body .forza-promo-product-container a:after {
    display: none !important;
}

.forza-promo-intro-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forza-promo-intro-img img {
    max-width: 600px;
    width: 100%;
    border-radius: 15px;
    animation: forzalogo 2s ease 0s 1 normal none;
}

.forza-banner-p {
    color: var(--white);
    font-size: 18px;
    line-height: 1.5em;
}

.forza-btn-holder {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.forza-p {
    font-size: 16px;
    line-height: 1.5em;
}

.forza-promo-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.forza-promo-wrapper-column {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: start;
    gap: 2%;
}

.forza-promo-banner-description {
    text-align: left;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    justify-content: center;
}

.forza-promo-banner-description img {
    max-width: 570px;
    margin-bottom: 20px;
    width: 100%;
}

.forza-promo-banner-description h1 {
    margin-bottom: 0px;
    color: var(--white);
    line-height: 110%;
    font-size: 2.3em;
}

.forza-banner-h2 {
    color: var(--white);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
}

body button.forza-btn {
    background-color: transparent !important;
    color: var(--white) !important;
    padding: 25px;
    font-size: 16px !important;
    font-weight: 800;
    border: 2px solid var(--white) !important;
    border-radius: 100px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

body .forza-btn:hover {
    background-color: var(--white) !important;
    color: var(--grey) !important;
}

.forza-btn-black {
    background-color: var(--black) !important;
    color: var(--white) !important;
    padding: 25px;
    font-size: 16px !important;
    font-weight: 800;
    border: 2px solid var(--black) !important;
    border-radius: 100px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.forza-btn-black:hover {
    background-color: var(--white) !important;
    color: var(--black) !important;
}

.forza-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.forza-info-column {
    width: 50%;
    justify-content: center;
    align-content: center;
}

.forza-content {
    padding: 30px 20px;
    text-align: left;
}

.forza-content-container {
    max-width: 550px;
    margin: auto;
}

.forza-content p {
    margin: auto;
    padding-top: 0px;
    padding-bottom: 15px;
    line-height: 150%;
}

.forza-h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
}

.forza-content-container p {
    line-height: 150%;
}

.forza-corner {
    border-radius: 15px;
}

.forza-promo {
    padding: 40px 15px 10px;
}

.forza-promo-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.forza-promo-product-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.forza-promo-product-container .swiper-slide {
    border-radius: 25px;
    overflow: hidden;
}

.forza-promo-product-container .swiper-slide-product-title h3 {
    font-size: 16px !important;
    color: #060500 !important;
    margin: auto !important;
}

.forza-promo-product-container .swiper-slide-product-description ul {
    padding-inline-start: 20px;
}

.forza-promo-product-container .swiper-slide-product {
    justify-content: space-between !important;
}

.forza-promo-product-container .swiper-slide-product-btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}

.forza-certified {
    margin-top: 20px;
}

.forza-certified-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.forza-certified-wrapper img {
    max-width: 200px;
    width: 100%;
}

.forza8 {
    width: 100%;
    height: 20px;
    opacity: 0.8;
}

.forza4 {
    width: 100%;
    height: 20px;
    opacity: 0.4;
}

.forza-mtop30 {
    padding-top: 30px;
}

.forza-s2, .forza-s3, .forza-s5 {
    max-width: 1500px;
    margin: auto;
}

@keyframes forzalogo {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 450px) {
    .forza-promo-wrapper-column {
        flex-direction: column;
        gap: 20px;
    }

    .forza-promo-intro-divider {
        min-height: 100px;
    }

    .forza-promo-banner-description {
        max-width: 95%;
        align-items: center;
        text-align: center;
    }

    .forza-info-column {
        width: 100%;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .forza-content-container {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .forza-content-container h1,
    .forza-content-container h2 {
        align-items: center;
    }

    .forza-h2 {
        font-size: 1.5rem !important;
    }

    .forza-promo-product-container .swiper-slide-product-btn {
        text-align: center;
    }

    .forza-promo {
        margin-bottom: 5px;
    }

    .forza-content iframe {
        height: 200px;
    }

    .forza-certified-wrapper {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (min-width: 451px) and (max-width: 850px) {
    .forza-promo-wrapper-column {
        flex-direction: column;
        gap: 20px;
    }

    .forza-promo-intro-divider {
        min-height: 100px;
    }

    .forza-promo-banner-description {
        max-width: 95%;
        align-items: center;
        text-align: center;
    }
}