﻿@font-face {
    font-family: allumi_extralight_300;
    src: url(../fonts/l1_all-haiexli-2_pro_ws_z01-d2f88193.woff2)
}

@font-face {
    font-family: allumi_light_400;
    src: url(../fonts/l1_all-lig-2_pro_ws_z01-2fb44603.woff2)
}

@font-face {
    font-family: allumi_regular_650;
    src: url(../fonts/l1_all-reg-2_pro_ws_z01-740b6eb1.woff2)
}

@font-face {
    font-family: allumi_bold_700;
    src: url(../fonts/l1_all-bol-2_pro_ws_z01-929e54e9.woff2)
}

html,
body {
    font-family: allumi_regular_650;
    margin: 0;
    padding: 0
}

html .no-scroll,
body .no-scroll,
.brembo_rework_container {
    overflow: hidden
}

.brembo_rework_container .brembo_rework_content {
    position: relative;
    z-index: 2;
    transition-property: transform;
    transition-duration: .4s
}

.brembo_rework_container .brembo_rework_content.brembo_rework-open {
    transform: translate(-330px)
}

@media (min-width: 992px) {
    .brembo_rework_container .brembo_rework_content.brembo_rework-open {
        transform: none
    }
}

.brembo_rework_container .brembo_rework_content .brembo_rework-wrapper {
    padding: 15px
}

@media (min-width: 992px) {
    .brembo_rework_container .brembo_rework_content .brembo_rework-wrapper {
        padding: 20px
    }
}

main {
    max-width: 1740px;
    margin: 0 auto
}

main.sticky {
    padding-top: 70px
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

.brembo_rework_swiper.brembo_rework_hero {
    width: 100%;
    height: 100%
}

.brembo_rework_swiper.brembo_rework_hero .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 430px
}

@media (min-width: 768px) {
    .brembo_rework_swiper.brembo_rework_hero .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide {
        height: 500px
    }
}

@media (min-width: 992px) {
    .brembo_rework_swiper.brembo_rework_hero .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide {
        height: 700px
    }
}

.brembo_rework_swiper.brembo_rework_hero .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.brembo_rework_swiper.brembo_rework_hero .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide .brembo_rework_hero-text {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    margin-top: 40px;
    margin-left: 20px;
    text-align: left
}

@media (min-width: 768px) {
    .brembo_rework_swiper.brembo_rework_hero .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide .brembo_rework_hero-text {
        margin-top: 80px;
        margin-left: 8%
    }
}

.brembo_rework_swiper.brembo_rework_hero .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide .brembo_rework_hero-text p {
    font-family: allumi_extralight_300;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    margin: 0 0 20px
}

@media (min-width: 768px) {
    .brembo_rework_swiper.brembo_rework_hero .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide .brembo_rework_hero-text p {
        font-size: 40px;
        line-height: 51px;
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .brembo_rework_swiper.brembo_rework_hero .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide .brembo_rework_hero-text p {
        font-size: 50px;
        line-height: 63px
    }
}

.brembo_rework_swiper.brembo_rework_hero .brembo_rework_swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff80
}

.brembo_rework_swiper.brembo_rework_hero .brembo_rework_swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.brembo_rework_btn {
    display: inline-block;
    padding: 14px 26px 16px;
    font-family: allumi_bold_700;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    transition: all .5s ease-in-out
}

.brembo_rework_btn.primary {
    background-color: #e90000;
    color: #fff
}

.brembo_rework_btn.primary:hover {
    background-color: #ff2b2b
}

.brembo_rework_btn.white {
    background-color: #fff;
    color: #e90000
}

.brembo_rework_btn.white:hover {
    color: #ff2b2b
}

.brembo_rework_btn.outline {
    border: 2px solid #E90000;
    background-color: transparent;
    color: #e90000
}

.brembo_rework_btn.outline:hover {
    border: 2px solid #FF2B2B;
    color: #ff2b2b
}

.brembo_rework_swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.brembo_rework_swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.brembo_rework_swiper-slide {
    transform: translateZ(0)
}

.brembo_rework_swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-autoheight .brembo_rework_swiper-slide {
    height: auto
}

.swiper-autoheight .brembo_rework_swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .brembo_rework_swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.brembo_rework_swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10
}

.brembo_rework_swiper.brembo_rework_slider {
    width: 100%;
    overflow: visible;
    margin-bottom: 100px
}

.brembo_rework_swiper.brembo_rework_slider .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide {
    height: auto;
    transition: box-shadow .5s ease-in-out
}

.brembo_rework_swiper.brembo_rework_slider .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide:hover {
    box-shadow: 1px 1px 12px 4px #3333
}

.brembo_rework_swiper.brembo_rework_slider .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide:hover .brembo_rework_slider-box .brembo_rework_arrow-link a {
    transform: translate(10px)
}

.brembo_rework_swiper.brembo_rework_slider .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide .brembo_rework_slider-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #eee;
    padding: 40px;
    height: calc(100% - 80px)
}

.brembo_rework_swiper.brembo_rework_slider .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide .brembo_rework_slider-box .brembo_rework_slider-date {
    font-family: allumi_light_400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 28px;
    color: #979797
}

.brembo_rework_swiper.brembo_rework_slider .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide .brembo_rework_slider-box .brembo_rework_slider-text {
    font-family: allumi_extralight_300;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    margin-bottom: 28px
}

.brembo_rework_swiper.brembo_rework_slider .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide .brembo_rework_slider-box .brembo_rework_arrow-link {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.brembo_rework_swiper.brembo_rework_slider .brembo_rework_swiper-wrapper .brembo_rework_swiper-slide .brembo_rework_slider-box .brembo_rework_arrow-link a {
    position: relative;
    transition: transform .3s ease;
    transform: translate(0);
    transition: transform .7s ease-in-out
}

.brembo_rework_swiper.brembo_rework_slider .brembo_rework_swiper-pagination {
    position: relative;
    bottom: initial;
    left: initial;
    margin-top: 30px
}

.brembo_rework_swiper.brembo_rework_slider .brembo_rework_swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(181, 181, 181, .4);
    opacity: 1
}

.brembo_rework_swiper.brembo_rework_slider .brembo_rework_swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e90000
}

.brembo_rework-titleSection {
    font-family: allumi_extralight_300;
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 20px;
    color: #585858
}

@media (min-width: 768px) {
    .brembo_rework-titleSection {
        font-size: 50px;
        line-height: 63px;
        margin-bottom: 40px
    }
}

.brembo_rework-cards {
    margin-bottom: 100px
}

@media (min-width: 768px) {
    .brembo_rework-cards {
        display: flex
    }
}

.brembo_rework-cards .brembo_rework-card {
    margin-bottom: 20px
}

.brembo_rework-cards .brembo_rework-card:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .brembo_rework-cards .brembo_rework-card {
        width: 50%;
        margin-right: 20px;
        margin-bottom: 0
    }

    .brembo_rework-cards .brembo_rework-card:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
}

.brembo_rework-card img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover
}

@media (min-width: 768px) {
    .brembo_rework-card img {
        height: 200px
    }
}

@media (min-width: 992px) {
    .brembo_rework-card img {
        height: 340px
    }
}

.brembo_rework-card .brembo_rework-card-body {
    background-color: #e90000;
    padding: 20px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (min-width: 768px) {
    .brembo_rework-card .brembo_rework-card-body {
        padding: 20px 40px;
        height: 250px
    }
}

.brembo_rework-card .brembo_rework-card-body .brembo_rework-card-title {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .brembo_rework-card .brembo_rework-card-body .brembo_rework-card-title {
        font-size: 40px;
        line-height: 51px
    }
}

.brembo_rework-card .brembo_rework-card-body .brembo_rework-card-text {
    font-family: allumi_extralight_300;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .brembo_rework-card .brembo_rework-card-body .brembo_rework-card-text {
        font-size: 20px;
        line-height: 25px
    }
}

.brembo_rework-teaser {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .brembo_rework-teaser {
        flex-direction: row;
        margin-bottom: 180px
    }
}

.brembo_rework-teaser img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto
}

@media (min-width: 768px) {
    .brembo_rework-teaser img {
        width: 55%;
        height: 300px
    }
}

@media (min-width: 992px) {
    .brembo_rework-teaser img {
        width: 55%;
        height: 400px
    }
}

.brembo_rework-teaser .brembo_rework-teaser-body {
    padding: 20px
}

@media (min-width: 768px) {
    .brembo_rework-teaser .brembo_rework-teaser-body {
        width: 45%
    }
}

@media (min-width: 992px) {
    .brembo_rework-teaser .brembo_rework-teaser-body {
        width: 45%;
        padding-left: 9%
    }
}

.brembo_rework-teaser .brembo_rework-teaser-body .brembo_rework-teaser-title {
    font-family: allumi_extralight_300;
    font-size: 30px;
    line-height: 38px;
    color: #585858;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .brembo_rework-teaser .brembo_rework-teaser-body .brembo_rework-teaser-title {
        font-size: 40px;
        line-height: 51px;
        margin-bottom: 30px
    }
}

.brembo_rework-teaser .brembo_rework-teaser-body .brembo_rework-teaser-text {
    font-family: allumi_extralight_300;
    font-size: 16px;
    line-height: 20px;
    color: #585858;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .brembo_rework-teaser .brembo_rework-teaser-body .brembo_rework-teaser-text {
        font-size: 22px;
        line-height: 28px
    }
}

.brembo_rework-teaser.reverse img {
    order: 1
}

@media (min-width: 768px) {
    .brembo_rework-teaser.reverse img {
        order: 2
    }
}

.brembo_rework-teaser.reverse .brembo_rework-teaser-body {
    order: 2
}

@media (min-width: 768px) {
    .brembo_rework-teaser.reverse .brembo_rework-teaser-body {
        order: 1
    }
}

@media (min-width: 992px) {
    .brembo_rework-teaser.reverse .brembo_rework-teaser-body {
        padding-left: 5%;
        padding-right: 9%
    }
}