/* @media screen and (max-width: 767px) {
    .product-container {
        overflow-x: visible;
    }
} */
.landing-wuben {
    font-family: "Montserrat", sans-serif;
    max-width: 1500px;
    min-width: 270px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 150px;
}
.landing-wuben * {
    box-sizing: border-box;
}

@media screen and (max-width: 1599px) {
}
@media screen and (max-width: 1344px) {
}
@media screen and (max-width: 1199px) {
    .landing-wuben {
        gap: 120px;
    }
}
@media screen and (max-width: 991px) {
    .landing-wuben {
        gap: 100px;
    }
}
@media screen and (max-width: 767px){
    .landing-wuben {
        gap: 80px;
    }
}
@media screen and (max-width: 567px) {
    .landing-wuben {
        gap: 60px;
    }
}
/* product============================================================================== */
.product-wuben {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.product-wuben__picture {
    background-image: url(/image/catalog/landings/wuben-f5g/product-bg.webp);
    background-size: cover;
    background-position: center bottom 20%;
    background-repeat: no-repeat;
    border-radius: 25px;
}
.product-wuben__info {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 40px;
    border-radius: 25px;
    background-color: #5B6770;
    background-image: url(/image/catalog/landings/wuben-f5g/pattern.svg);
    background-repeat: no-repeat;
    background-position: bottom left 20%;
    background-size: auto;
}
.product-wuben__info div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-wuben__info div h2 {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10);
    font-size: 100px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    background: var(--3, linear-gradient(180deg, #FFF 15.9%, #E0E0E0 37.78%, #FFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-wuben__info div h4 {
    color: #FFF;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.product-wuben__info p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; 
    margin: 0;
}
@media screen and (max-width: 1599px) {
    .product-wuben__picture {
        background-position: center bottom 40%;
    }
    .product-wuben__info {
        gap: 30px;
        padding: 30px;
    }
    .product-wuben__info div h2 {
        font-size: 94px;
    }
}
@media screen and (max-width: 1344px) {
    .product-wuben__picture {
        background-position: center bottom 20%;
    }
    .product-wuben__info {
        gap: 40px;
    }
    .product-wuben__info div h2 {
        font-size: 80px;
    }
    .product-wuben__info div h4 {
        font-size: 30px;
    }
    .product-wuben__info p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .product-wuben {
        gap: 20px;
    }
    .product-wuben__picture {
        border-radius: 20px;
    }
    .product-wuben__info {
        gap: 24px;
        padding: 20px;
        border-radius: 20px;
    }
    .product-wuben__info div h2 {
        font-size: 59px;
    }
    .product-wuben__info div h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .product-wuben {
        gap: 15px;
    }
    .product-wuben__picture {
        border-radius: 15px;
    }
    .product-wuben__info {
        gap: 20px;
        padding: 25px;
        border-radius: 15px;
    }
    .product-wuben__info div h2 {
        font-size: 53px;
    }
    .product-wuben__info div h4 {
        font-size: 21px;
    }
    .product-wuben__info p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .product-wuben {
        display: flex;
        flex-direction: column;
    }
    .product-wuben__picture {
        background-position: center bottom 25%;
        height: 57vw;
        width: 100%;
    }
    .product-wuben__info {
        padding: 20px;
    }
    .product-wuben__info div {
        gap: 5px;
    }
    .product-wuben__info div h2 {
        font-size: 54px;
    }
    .product-wuben__info div h4 {
        font-size: 24px;
    }
}
@media screen and (max-width: 567px) {
    .product-wuben__picture {
        border-radius: 10px;
        height: 310px;
    }
    .product-wuben__info {
        gap: 10px;
        border-radius: 10px;
    }
    .product-wuben__info div {
        gap: 10px;
    }
    .product-wuben__info div h2 {
        font-size: 40px;
    }
    .product-wuben__info div h4 {
        font-size: 16px;
    }
    .product-wuben__info p {
        font-size: 14px;
    }
}

/* bright------------------------------------------------------------------------------------------------ */
.bright-wuben {
    display: grid;
    grid-template-columns: 958px 467px;
    gap: 25px;
}
.bright-wuben__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px;
    border-radius: 25px;
    background-color: #5B6770;
    grid-area: 1 / 1 / 2 / 2;
}
.bright-wuben__info div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bright-wuben__info div b {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.20);
    font-size: 115px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    background: var(--3, linear-gradient(180deg, #FFF 15.9%, #E0E0E0 37.78%, #FFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bright-wuben__info div h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.bright-wuben__info p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.bright-wuben__range {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px;
    border-radius: 25px;
    background-color: #f9f9f9;
    background-image: url(/image/catalog/landings/wuben-f5g/pattern-white.svg);
    background-repeat: no-repeat;
    background-position: bottom left 20%;
    background-size: auto;
    grid-area: 2 / 1 / 3 / 2;
}
.bright-wuben__range div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bright-wuben__range div b {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.20);
    font-size: 115px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    background: var(--3, linear-gradient(0deg, #356663 13.85%, #67B6B2 47.55%, #356663 89.23%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bright-wuben__range div h4 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.bright-wuben__range p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.bright-wuben__picture {
    border-radius: 25px;
    background-image: url(/image/catalog/landings/wuben-f5g/bright-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    grid-area: 1 / 2 / 3 / 3;
}
@media screen and (max-width: 1599px) {
    .bright-wuben {
        grid-template-columns: 825px 400px;
    }
    .bright-wuben__info {
        padding: 30px;
    }
    .bright-wuben__info div b {
        font-size: 99px;
    }
    .bright-wuben__info div h4 {
        font-size: 39px;
    }
    .bright-wuben__range {
        padding: 30px;
    }
    .bright-wuben__range div b {
        font-size: 99px;
    }
    .bright-wuben__range div h4 {
        font-size: 39px;
    }
}
@media screen and (max-width: 1344px) {
    .bright-wuben {
        grid-template-columns: 738px 357px;
    }
    .bright-wuben__info {
        padding: 30px;
    }
    .bright-wuben__info div b {
        font-size: 89px;
    }
    .bright-wuben__info div h4 {
        font-size: 34px;
    }
    .bright-wuben__info p {
        font-size: 18px;
    }
    .bright-wuben__range {
        padding: 30px;
    }
    .bright-wuben__range div b {
        font-size: 89px;
    }
    .bright-wuben__range div h4 {
        font-size: 34px;
    }
    .bright-wuben__range p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .bright-wuben {
        grid-template-columns: 607px 293px;
        gap: 20px;
    }
    .bright-wuben__info {
        border-radius: 20px;
        gap: 20px;
    }
    .bright-wuben__info div b {
        font-size: 71px;
    }
    .bright-wuben__info div h4 {
        font-size: 27px;
    }
    .bright-wuben__range {
        border-radius: 20px;
        gap: 20px;
    }
    .bright-wuben__range div b {
        font-size: 71px;
    }
    .bright-wuben__range div h4 {
        font-size: 27px;
    }
    .bright-wuben__picture {
        border-radius: 20px;
    }
}
@media screen and (max-width: 991px) {
    .bright-wuben {
        grid-template-columns: 462px 223px;
        gap: 15px;
    }
    .bright-wuben__info {
        border-radius: 15px;
        gap: 15px;
        padding: 25px;
    }
    .bright-wuben__info div b {
        font-size: 53px;
    }
    .bright-wuben__info div h4 {
        font-size: 20px;
    }
    .bright-wuben__info p {
        font-size: 16px;
    }
    .bright-wuben__range {
        border-radius: 15px;
        gap: 15px;
        padding: 25px;
        background-position: left bottom;
    }
    .bright-wuben__range div b {
        font-size: 53px;
    }
    .bright-wuben__range div h4 {
        font-size: 20px;
    }
    .bright-wuben__range p {
        font-size: 16px;
    }
    .bright-wuben__picture {
        border-radius: 15px;
    }
}
@media screen and (max-width: 767px){
    .bright-wuben {
        display: flex;
        flex-direction: column;
    }
    .bright-wuben__info {
        width: 100%;
        padding: 20px;
    }
    .bright-wuben__info div h4 {
        font-size: 25px;
    }
    .bright-wuben__range {
        width: 100%;
        padding: 20px;
        order: 1;
    }
    .bright-wuben__range div h4 {
        font-size: 25px;
    }
    .bright-wuben__picture {
        width: 100%;
        height: 52vw;
        background-position: center top 21%;
    }
}
@media screen and (max-width: 567px) {
    .bright-wuben__info {
        border-radius: 10px;
    }
    .bright-wuben__info div b {
        font-size: 38px;
    }
    .bright-wuben__info div h4 {
        font-size: 20px;
    }
    .bright-wuben__info p {
        font-size: 14px;
    }
    .bright-wuben__range {
        border-radius: 10px;
    }
    .bright-wuben__range div b {
        font-size: 42px;
    }
    .bright-wuben__range div h4 {
        font-size: 20px;
    }
    .bright-wuben__range p {
        font-size: 14px;
    }
    .bright-wuben__picture {
        border-radius: 10px;
        height: 72vw;
        background-position: center top 20%;
    }
}

/* modes-------------------------------------------------------------------------------------- */
.modes-wuben {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.modes-wuben__wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.modes-wuben__picture-1 {
    grid-area: 1 / 1 / 3 / 2;
    border-radius: 25px;
    background-image: url(/image/catalog/landings/wuben-f5g/modes-1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.modes-wuben__title { 
    grid-area: 1 / 2 / 2 / 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 25px;
    background-color: #5B6770;
    padding: 70px 40px;
}
.modes-wuben__title h2 { 
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10);
    font-size: 71px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    background: var(--3, linear-gradient(180deg, #FFF 15.9%, #E0E0E0 37.78%, #FFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.modes-wuben__item {
    grid-area: 2 / 2 / 3 / 4;
    border-radius: 25px;
    background-color: #5B6770;
    padding: 40px;
}
.modes-wuben__item p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
}
.modes-wuben__items {
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 25px;
    background-color: #f9f9f9;
    padding: 40px;
    color: #000;
}
.modes-wuben__items:nth-child(1) {
    grid-area: 3 / 1 / 4 / 2;
}
.modes-wuben__items:nth-child(2) {
    grid-area: 3 / 2 / 4 / 3;
}
.modes-wuben__items:nth-child(3) {
    grid-area: 3 / 3 / 4 / 4;
}
.modes-wuben__items img {
    max-width: 80px;
    width: 100%;
}
.modes-wuben__items div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.modes-wuben__items div b {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    color: #000;
}
.modes-wuben__items div span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
    color: #000;
}
.modes-wuben .modes-wuben__text { 
    grid-area: 4 / 1 / 5 / 2;
    border-radius: 25px;
    background-color: #5B6770;
    padding: 92px 40px;
    margin: 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
.modes-wuben__picture-2 {
    grid-area: 4 / 2 / 5 / 4;
    border-radius: 25px;
    background-image: url(/image/catalog/landings/wuben-f5g/modes-2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1599px) {
    .modes-wuben__title { 
        padding: 70px 30px;
    }
    .modes-wuben__title h2 { 
        font-size: 59px;
    }
    .modes-wuben__item {
        padding: 30px;
    }
    .modes-wuben__items {
        gap: 30px;
        padding: 30px;
    }
    .modes-wuben__items div b {
        font-size: 36px;
    }
    .modes-wuben .modes-wuben__text { 
        padding: 55px 30px;
    }
}
@media screen and (max-width: 1344px) {
    .modes-wuben__title {
        padding: 30px;
    }
    .modes-wuben__title h2 { 
        font-size: 52px;
    }
    .modes-wuben__item p {
        font-size: 18px;
    }
    .modes-wuben__items div b {
        font-size: 29px;
    }
    .modes-wuben__items div span {
        font-size: 18px;
    }
    .modes-wuben .modes-wuben__text { 
        padding: 48px 30px;
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .modes-wuben {
        gap: 20px;
    }
    .modes-wuben__wrap {
        gap: 20px;
    }
    .modes-wuben__picture-1 {
        border-radius: 20px;
    }
    .modes-wuben__title { 
        border-radius: 20px;
        padding: 30px 25px;
    }
    .modes-wuben__title h2 { 
        font-size: 43px;
    }
    .modes-wuben__item {
        border-radius: 20px;
        padding: 25px;
    }
    .modes-wuben__items {
        gap: 20px;
        border-radius: 20px;
        padding: 25px;
    }
    .modes-wuben__items img {
        max-width: 60px;
    }
    .modes-wuben__items div b {
        font-size: 25px;
    }
    .modes-wuben__items div span {
        font-size: 16px;
    }
    .modes-wuben .modes-wuben__text { 
        border-radius: 20px;
        padding: 35px 25px;
        font-size: 16px;
    }
    .modes-wuben__picture-2 {
        border-radius: 20px;
    }
}
@media screen and (max-width: 991px) {
    .modes-wuben {
        gap: 15px;
    }
    .modes-wuben__wrap {
        gap: 15px;
    }
    .modes-wuben__picture-1 {
        border-radius: 15px;
    }
    .modes-wuben__title { 
        border-radius: 15px;
        padding: 20px;
    }
    .modes-wuben__title h2 { 
        font-size: 32px;
    }
    .modes-wuben__item {
        border-radius: 15px;
        padding: 20px;
    }
    .modes-wuben__item p {
        font-size: 16px;
    }
    .modes-wuben__items {
        gap: 15px;
        border-radius: 15px;
        padding: 20px;
    }
    .modes-wuben__items img {
        max-width: 50px;
    }
    .modes-wuben__items div {
        gap: 0;
    }
    .modes-wuben__items div b {
        font-size: 18px;
    }
    .modes-wuben__items div span {
        font-size: 12px;
    }
    .modes-wuben .modes-wuben__text { 
        border-radius: 15px;
        padding: 20px;
        font-size: 14px;
    }
    .modes-wuben__picture-2 {
        border-radius: 15px;
    }
}
@media screen and (max-width: 767px){
    .modes-wuben__wrap {
        grid-template-columns: repeat(2, 1fr);

    }
    .modes-wuben__picture-1 {
        grid-area: 2 / 1 / 3 / 3;
        height: 380px;
        background-color: #f9f9f9;
        background-size: auto 100%;
    }
    .modes-wuben__title { 
        grid-area: 1 / 1 / 2 / 3;
    }
    .modes-wuben__title h2 { 
        font-size: 37px;
    }
    .modes-wuben__item {
        grid-area: 3 / 1 / 4 / 2;
    }
    .modes-wuben__item p {
        font-size: 16px;
    }
    .modes-wuben__items:nth-child(1) {
        grid-area: 3 / 2 / 4 / 3;
    }
    .modes-wuben__items:nth-child(2) {
        grid-area: 4 / 1 / 5 / 2;
    }
    .modes-wuben__items:nth-child(3) {
        grid-area: 4 / 2 / 5 / 3;
    }
    .modes-wuben__items div b {
        font-size: 22px;
    }
    .modes-wuben .modes-wuben__text { 
        grid-area: 5 / 1 / 6 / 3;
    }
    .modes-wuben__picture-2 {
        grid-area: 6 / 1 / 7 / 3;
        height: 32vw;
    }
}
@media screen and (max-width: 567px) {
    .modes-wuben__wrap {
        display: flex;
        flex-direction: column;
    }
    .modes-wuben__picture-1 {
        border-radius: 10px;
        height: 290px;
    }
    .modes-wuben__title { 
        border-radius: 10px;
        order: -1;
    }
    .modes-wuben__title h2 { 
        font-size: 31px;
    }
    .modes-wuben__item {
        border-radius: 10px;
    }
    .modes-wuben__item p {
        font-size: 14px;
    }
    .modes-wuben__items div b {
        font-size: 25px;
    }

    .modes-wuben .modes-wuben__text { 
        border-radius: 10px;
    }
    .modes-wuben__picture-2 {
        border-radius: 10px;
        height: 30vw;
    }
}

/* power--------------------------------------------------------------------------------------------------- */
.power-wuben {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.power-wuben__wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.power-wuben h2 {
    color: #020A0A;
    text-align: center;
    font-size: 74px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.power-wuben__picture {
    border-radius: 25px;
    background-color: #f9f9f9;
    max-width: 713px;
    width: 100%;
    background-image: url(/image/catalog/landings/wuben-f5g/power.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}
.power-wuben__inner {
    display: flex;
    gap: 25px;
}
.power-wuben__autonomy {
    border-radius: 25px;
    background-color: #f9f9f9;
    max-width: 712px;
    width: 100%;
    background-image: url(/image/catalog/landings/wuben-f5g/power.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.power-wuben__inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 713px;
    width: 100%;
}
.power-wuben__inner ul li {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px;
    border-radius: 25px;
    background-color: #5B6770;
}
.power-wuben__inner ul li h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.power-wuben__inner ul li p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.power-wuben__list {
    display: flex;
    gap: 25px;
}
.power-wuben__item:first-child {
    max-width: 712px;
}
.power-wuben__item:last-child {
    max-width: 713px;
}
.power-wuben__item {
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 25px;
    background-color: #f9f9f9;
    padding: 40px;
    width: 100%;
}
.power-wuben__item img {
    width: 100%;
    max-width: 100px;
}
.power-wuben__item div {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.power-wuben__item div h4 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.power-wuben__item div p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media screen and (max-width: 1599px) {
    .power-wuben h2 {
        font-size: 58px;
    }
    .power-wuben__picture {
        max-width: 613px;
    }
    .power-wuben__autonomy {
        max-width: 612px;
    }
    .power-wuben__inner ul {
        max-width: 613px;
    }
    .power-wuben__inner ul li {
        padding: 30px;
    }
    .power-wuben__inner ul li h4 {
        font-size: 34px;
    }
    .power-wuben__item:first-child {
        max-width: 612px;
    }
    .power-wuben__item:last-child {
        max-width: 613px;
    }
    .power-wuben__item {
        padding: 30px;
    }
    .power-wuben__item div h4 {
        font-size: 35px;
    }
}
@media screen and (max-width: 1344px) {
    .power-wuben h2 {
        font-size: 54px;
    }
    .power-wuben__autonomy {
        max-width: 547px;
    }
    .power-wuben__inner ul {
        max-width: 547px;
    }
    .power-wuben__inner ul li {
        gap: 20px;
    }
    .power-wuben__inner ul li h4 {
        font-size: 30px;
    }
    .power-wuben__inner ul li p {
        font-size: 18px;
    }
    .power-wuben__item:first-child {
        max-width: 548px;
    }
    .power-wuben__item:last-child {
        max-width: 547px;
    }
    .power-wuben__item {
        gap: 30px;
    }
    .power-wuben__item div h4 {
        font-size: 32px;
    }
    .power-wuben__item div p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .power-wuben {
        gap: 40px;
    }
    .power-wuben__wrap {
        gap: 20px;
    }
    .power-wuben h2 {
        font-size: 46px;
    }
    .power-wuben__inner {
        gap: 20px;
    }
    .power-wuben__autonomy {
        background-position: right 10% center;
        max-width: 450px;
        border-radius: 20px;
    }
    .power-wuben__inner ul {
        gap: 20px;
        max-width: 450px;
    }
    .power-wuben__inner ul li {
        gap: 20px;
        border-radius: 20px;
    }
    .power-wuben__inner ul li h4 {
        font-size: 30px;
    }
    .power-wuben__list {
        gap: 20px;
    }
    .power-wuben__item:first-child {
        max-width: 450px;
    }
    .power-wuben__item:last-child {
        max-width: 450px;
    }
    .power-wuben__item {
        border-radius: 20px;
    }
    .power-wuben__item img {
        max-width: 80px;
    }
    .power-wuben__item div {
        gap: 20px;
    }
    .power-wuben__item div h4 {
        font-size: 28px;
    }
}
@media screen and (max-width: 991px) {
    .power-wuben {
        gap: 30px;
    }
    .power-wuben__wrap {
        gap: 15px;
    }
    .power-wuben h2 {
        font-size: 35px;
    }
    .power-wuben__inner {
        gap: 15px;
    }
    .power-wuben__autonomy {
        max-width: 343px;
        border-radius: 15px;
    }
    .power-wuben__inner ul {
        max-width: 342px;
        gap: 15px;
    }
    .power-wuben__inner ul li {
        padding: 25px;
        border-radius: 15px;
        gap: 15px;
    }
    .power-wuben__inner ul li h4 {
        font-size: 26px;
    }
    .power-wuben__inner ul li p {
        font-size: 16px;
    }
    .power-wuben__list {
        gap: 15px;
    }
    .power-wuben__item:first-child {
        max-width: 343px;
    }
    .power-wuben__item:last-child {
        max-width: 342px;
    }
    .power-wuben__item {
        padding: 25px;
        border-radius: 15px;
    }
    .power-wuben__item div h4 {
        font-size: 21px;
    }
    .power-wuben__item div p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .power-wuben__wrap {
        flex-direction: column;
    }
    .power-wuben h2 {
        font-size: 33px;
    }
    .power-wuben__inner {
        flex-direction: column;
    }
    .power-wuben__autonomy {
        max-width: 100%;
        height: 46vw;
    }
    .power-wuben__autonomy b {
        font-size: 53px;
    }
    .power-wuben__autonomy h4 {
        font-size: 25px;
    }
    .power-wuben__inner ul {
        gap: 15px;
        max-width: 100%;
    }
    .power-wuben__inner ul li {
        padding: 20px;
        width: 100%;
    }
    .power-wuben__inner ul li h4 {
        font-size: 30px;
    }
    .power-wuben__list {
        flex-direction: column;
    }
    .power-wuben__item:first-child {
        max-width: 100%;
    }
    .power-wuben__item:last-child {
        max-width: 100%;
    }
    .power-wuben__item {
        gap: 20px;
        padding: 20px;
    }
    .power-wuben__item div {
        gap: 10px;
    }
    .power-wuben__item div h4 {
        font-size: 25px;
    }
}
@media screen and (max-width: 567px) {
    .power-wuben h2 {
        font-size: 27px;
    }
    .power-wuben__autonomy {
        border-radius: 10px;
        height: 60vw;
    }
    .power-wuben__inner ul li {
        border-radius: 10px;
        gap: 10px;
    }
    .power-wuben__inner ul li h4 {
        font-size: 20px;
        text-wrap: balance;
    }
    .power-wuben__inner ul li p {
        font-size: 14px;
    }
    .power-wuben__item {
        border-radius: 10px;
    }
    .power-wuben__item img {
        max-width: 60px;
    }
    .power-wuben__item div h4 {
        font-size: 20px;
        text-wrap: balance;
    }
    .power-wuben__item div p {
        font-size: 14px;
    }
}

/* challenges------------------------------------------------------------------------------------------- */
.challenges-wuben {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.challenges-wuben h2 {
    color: #020A0A;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.challenges-wuben__wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
}
.challenges-wuben__sealing {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    border-radius: 25px;
    background: #f9f9f9;
    width: 100%;
}
.challenges-wuben__sealing img {
    max-width: 100px;
    width: 100%;
}
.challenges-wuben__sealing div {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.challenges-wuben__sealing div h4 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.challenges-wuben__sealing div p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.challenges-wuben__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.challenges-wuben__item:first-child {
    background-image: url(/image/catalog/landings/wuben-f5g/challenges-pattern-1.svg);
    background-size: 336px;
    background-repeat: no-repeat;
    background-position: right top;
}
.challenges-wuben__item:last-child {
    background-image: url(/image/catalog/landings/wuben-f5g/challenges-pattern-2.svg);
    background-size: 282px;
    background-repeat: no-repeat;
    background-position: right top;
}
.challenges-wuben__item {
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 25px;
    background-color: #5B6770;
    padding: 40px;
}
.challenges-wuben__item img {
    max-width: 100px;
    width: 100%;
}
.challenges-wuben__item div {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.challenges-wuben__item div h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    max-width: 460px;
}
.challenges-wuben__item div p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media screen and (max-width: 1599px) {
    .challenges-wuben h2 {
        font-size: 58px;
    }
    .challenges-wuben__sealing {
        padding: 30px;
    }
    .challenges-wuben__sealing div h4 {
        font-size: 38px;
    }
    .challenges-wuben__item {
        padding: 30px;
    }
    .challenges-wuben__item div h4 {
        font-size: 38px;
    }
}
@media screen and (max-width: 1344px) {
    .challenges-wuben h2 {
        font-size: 52px;
    }
    .challenges-wuben__sealing {
        gap: 30px;
    }
    .challenges-wuben__sealing div h4 {
        font-size: 33px;
    }
    .challenges-wuben__sealing div p {
        font-size: 18px;
    }
    .challenges-wuben__item {
        gap: 30px;
    }
    .challenges-wuben__item div {
        gap: 20px;
    }
    .challenges-wuben__item div h4 {
        font-size: 33px;
    }
    .challenges-wuben__item div p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .challenges-wuben {
        gap: 40px;
    }
    .challenges-wuben h2 {
        font-size: 42px;
    }
    .challenges-wuben__wrap {
        gap: 20px;
    }
    .challenges-wuben__sealing {
        border-radius: 20px;
    }
    .challenges-wuben__sealing img {
        max-width: 80px;
    }
    .challenges-wuben__sealing div {
        gap: 20px;
    }
    .challenges-wuben__sealing div h4 {
        font-size: 28px;
    }
    .challenges-wuben__inner {
        gap: 20px;
    }
    .challenges-wuben__item:first-child {
        background-size: 310px;
        background-position: right -30px top;
    }
    .challenges-wuben__item:last-child {
        background-size: 240px;
        background-position: right -30px top;
    }
    .challenges-wuben__item {
        border-radius: 20px;
    }
    .challenges-wuben__item img {
        max-width: 80px;
    }
    .challenges-wuben__item div h4 {
        font-size: 28px;
    }
}
@media screen and (max-width: 991px) {
    .challenges-wuben {
        gap: 30px;
    }
    .challenges-wuben h2 {
        font-size: 33px;
    }
    .challenges-wuben__wrap {
        gap: 15px;
    }
    .challenges-wuben__sealing {
        padding: 25px;
        border-radius: 15px;
    }
    .challenges-wuben__sealing div h4 {
        font-size: 25px;
    }
    .challenges-wuben__sealing div p {
        font-size: 16px;
    }
    .challenges-wuben__inner {
        gap: 15px;
    }
    .challenges-wuben__item:first-child {
        background-size: 290px;
        background-position: right -40px top;
    }
    .challenges-wuben__item:last-child {
        background-size: 220px;
        background-position: right -40px top;
    }
    .challenges-wuben__item {
        border-radius: 15px;
        padding: 25px;
    }
    .challenges-wuben__item div h4 {
        font-size: 21px;
    }
    .challenges-wuben__item div p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .challenges-wuben h2 {
        font-size: 40px;
    }
    .challenges-wuben__sealing {
        gap: 20px;
        padding: 20px;
    }
    .challenges-wuben__sealing div {
        gap: 15px;
    }
    .challenges-wuben__sealing div h4 {
        font-size: 22px;
    }
    .challenges-wuben__inner {
        display: flex;
        flex-direction: column;
    }
    .challenges-wuben__item {
        gap: 20px;
        padding: 20px;
    }
    .challenges-wuben__item div {
        gap: 15px;
    }
    .challenges-wuben__item div h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 567px) {
    .challenges-wuben {
        gap: 20px;
    }
    .challenges-wuben h2 {
        font-size: 22px;
    }
    .challenges-wuben__sealing {
        gap: 20px;
        border-radius: 10px;
    }
    .challenges-wuben__sealing img {
        max-width: 60px;
    }
    .challenges-wuben__sealing div {
        gap: 10px;
    }
    .challenges-wuben__sealing div h4 {
        font-size: 20px;
    }
    .challenges-wuben__sealing div p {
        font-size: 14px;
    }
    .challenges-wuben__item:first-child {
        background-size: 270px;
        background-position: right -50px top;
    }
    .challenges-wuben__item:last-child {
        background-size: 200px;
        background-position: right -50px top;
    }
    .challenges-wuben__item {
        gap: 20px;
        border-radius: 10px;
    }
    .challenges-wuben__item img {
        max-width: 60px;
    }
    .challenges-wuben__item div {
        gap: 10px;
    }
    .challenges-wuben__item div h4 {
        font-size: 16px;
    }
    .challenges-wuben__item div p {
        font-size: 14px;
    }
}

/* options------------------------------------------------------------------------------------------------------------------ */
.options-wuben {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.options-wuben h2 {
    color: #020A0A;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.options-wuben__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.options-wuben__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 40px;
    border-radius: 25px;
    background: #f9f9f9;
}
.options-wuben__inner img {
    max-width: 100px;
    width: 100%;
}
.options-wuben__inner div {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.options-wuben__inner div h4 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.options-wuben__inner div p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media screen and (max-width: 1599px) {
    .options-wuben__inner {
        padding: 30px;
    }
}
@media screen and (max-width: 1344px) {
    .options-wuben {
        gap: 40px;
    }
    .options-wuben h2 {
        font-size: 54px;
    }
    .options-wuben__inner div h4 {
        font-size: 35px;
    }
    .options-wuben__inner div p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .options-wuben h2 {
        font-size: 46px;
    }
    .options-wuben__wrap {
        gap: 20px;
    }
    .options-wuben__inner {
        gap: 30px;
        border-radius: 20px;
    }
    .options-wuben__inner img {
        max-width: 80px;
    }
    .options-wuben__inner div {
        gap: 20px;
    }
    .options-wuben__inner div h4 {
        font-size: 28px;
    }
}
@media screen and (max-width: 991px) {
    .options-wuben {
        gap: 30px;
    }
    .options-wuben__wrap {
        gap: 15px;
    }
    .options-wuben__inner {
        border-radius: 15px;
        padding: 25px;
    }
    .options-wuben__inner div h4 {
        font-size: 20px;
    }
    .options-wuben__inner div p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .options-wuben h2 {
        font-size: 40px;
    }
    .options-wuben__wrap {
        display: flex;
        flex-direction: column;
    }
    .options-wuben__inner {
        gap: 20px;
        padding: 20px;
        width: 100%;
    }
    .options-wuben__inner div {
        gap: 10px;
    }
    .options-wuben__inner div h4 {
        font-size: 25px;
    }
}
@media screen and (max-width: 567px) {
    .options-wuben h2 {
        font-size: 24px;
    }
    .options-wuben__inner {
        border-radius: 10px;
    }
    .options-wuben__inner img {
        max-width: 60px;
    }
    .options-wuben__inner div h4 {
        font-size: 20px;
    }
    .options-wuben__inner div p {
        font-size: 14px;
    }
}

/* mobility----------------------------------------------------------------------------------------------------------------- */
.mobility-wuben {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    border-radius: 25px;
    background-color: #f9f9f9;
    overflow: hidden;
}
.mobility-wuben__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 685px;
    width: 100%;
}
.mobility-wuben__info h2 {
    color: #020A0A;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.mobility-wuben__info p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.mobility-wuben img {
    width: 100%;
    max-width: 600px;
}
@media screen and (max-width: 1599px) {
    .mobility-wuben {
        padding: 30px;
    }
    .mobility-wuben__info {
        max-width: 595px;
    }
    .mobility-wuben__info h2 {
        font-size: 56px;
    }
    .mobility-wuben img {
        max-width: 565px;
    }
}
@media screen and (max-width: 1344px) {
    .mobility-wuben__info {
        max-width: 530px;
        gap: 20px;
    }
    .mobility-wuben__info h2 {
        font-size: 50px;
    }
    .mobility-wuben__info p {
        font-size: 18px;
    }
    .mobility-wuben img {
        max-width: 500px;
    }
}
@media screen and (max-width: 1199px) {
    .mobility-wuben {
        border-radius: 20px;
    }
    .mobility-wuben__info {
        max-width: 420px;
    }
    .mobility-wuben__info h2 {
        font-size: 39px;
    }
    .mobility-wuben img {
        max-width: 410px;
    }
}
@media screen and (max-width: 991px) {
    .mobility-wuben {
        padding: 40px 25px;
        border-radius: 15px;
    }
    .mobility-wuben__info {
        max-width: 330px;
        gap: 15px;
    }
    .mobility-wuben__info h2 {
        font-size: 30px;
    }
    .mobility-wuben__info p {
        font-size: 16px;
    }
    .mobility-wuben img {
        max-width: 300px;
    }
}
@media screen and (max-width: 767px){
    .mobility-wuben {
        padding: 0 25px 25px 25px;
        flex-direction: column;
        gap: 7px;
    }
    .mobility-wuben__info {
        max-width: 100%;
        gap: 15px;
    }
    .mobility-wuben img {
        max-width: 343px;
    }
}
@media screen and (max-width: 567px) {
    .mobility-wuben {
        padding: 0 20px 20px 20px;
        gap: 20px;
        border-radius: 10px;
    }
    .mobility-wuben__info h2 {
        font-size: 21px;
    }
    .mobility-wuben__info p {
        font-size: 14px;
    }
    .mobility-wuben img {
        max-width: 100%;
    }
}

/* buy--------------------------------------------------------------------------------------------- */
.buy-wuben {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.buy-wuben__title {
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 25px;
    background-color: #f9f9f9;
}
.buy-wuben h2 {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10);
    font-size: 100px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
    background: var(--3, linear-gradient(0deg, #356663 13.85%, #67B6B2 47.55%, #356663 89.23%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.buy-wuben__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 25px;
    background-color: #5B6770;
    padding: 40px;
}
.buy-wuben__info h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.buy-wuben__info p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media screen and (max-width: 1599px) {
    .buy-wuben__title {
        padding: 30px;
    }
    .buy-wuben h2 {
        font-size: 89px;
    }
    .buy-wuben__info {
        padding: 30px;
    }
}
@media screen and (max-width: 1344px) {
    .buy-wuben h2 {
        font-size: 78px;
    }
    .buy-wuben__info {
        gap: 20px;
    }
    .buy-wuben__info h4 {
        font-size: 36px;
    }
    .buy-wuben__info p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .buy-wuben {
        gap: 20px;
    }
    .buy-wuben__title {
        border-radius: 20px;
    }
    .buy-wuben h2 {
        font-size: 63px;
    }
    .buy-wuben__info {
        border-radius: 20px;
    }
}
@media screen and (max-width: 991px) {
    .buy-wuben {
        display: flex;
        flex-direction: column;
    }
    .buy-wuben__title {
        padding: 25px;
        border-radius: 15px;
    }
    .buy-wuben h2 {
        font-size: 54px;
    }
    .buy-wuben__info {
        border-radius: 15px;
        padding: 25px;
    }
    .buy-wuben__info h4 {
        font-size: 25px;
    }
    .buy-wuben__info p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .buy-wuben {
        gap: 15px;
    }
    .buy-wuben__title {
        padding: 20px;
    }
    .buy-wuben h2 {
        font-size: 68px;
    }
    .buy-wuben__info {
        gap: 10px;
        padding: 20px;
    }
}
@media screen and (max-width: 567px) {
    .buy-wuben__title {
        border-radius: 10px;
    }
    .buy-wuben h2 {
        font-size: 37px;
    }
    .buy-wuben__info {
        border-radius: 10px;
    }
    .buy-wuben__info h4 {
        font-size: 20px;
    }
    .buy-wuben__info p {
        font-size: 14px;
    }
}


/* video------------------------------------------------------------------------------------ */
.video-wuben {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0 85px;
}
.video-wuben__title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.video-wuben__title h4 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.video-wuben__title h2 {
    color: #020A0A;
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.video-wuben iframe {
    max-width: 1280px;
    width: 100%;
    height: 720px;
}
@media screen and (max-width: 1599px) {
    .video-wuben {
        padding: 0;
    }
    .video-wuben__title h2 {
        font-size: 54px;
    }
    .video-wuben iframe {
        max-width: 1250px;
        height: 703px;
    }
}
@media screen and (max-width: 1344px) {
    .video-wuben__title h2 {
        font-size: 48px;
    }
    .video-wuben iframe {
        max-width: 1120px;
        height: 630px;
    }
}
@media screen and (max-width: 1199px) {
    .video-wuben {
        gap: 40px;
    }
    .video-wuben__title h4 {
        font-size: 28px;
    }
    .video-wuben__title h2 {
        font-size: 40px;
    }
    .video-wuben iframe {
        max-width: 920px;
        height: 518px;
    }
}
@media screen and (max-width: 991px) {
    .video-wuben {
        gap: 30px;
    }
    .video-wuben__title h4 {
        font-size: 24px;
    }
    .video-wuben__title h2 {
        font-size: 30px;
    }
    .video-wuben iframe {
        max-width: 700px;
        height: 393px;
    }
}
@media screen and (max-width: 767px){
    .video-wuben iframe {
        width: 100%;
        height: 100%;
        aspect-ratio: 2/1.1;
    }
}
@media screen and (max-width: 567px) {
    .video-wuben__title h4 {
        font-size: 16px;
    }
    .video-wuben__title h2 {
        font-size: 22px;
    }
}