/* @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: flex;
    gap: 25px;
}
.product-wuben__wrap {
    max-width: 958px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 40px;
}
.product-wuben__wrap img {
    max-width: 301px;
    width: 100%;
}
.product-wuben__wrap div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 531px;
    width: 100%;
}
.product-wuben__wrap div h2 {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10);
    font-size: 81px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
    background: var(--2, linear-gradient(0deg, #B30017 13.85%, #E6001D 38.35%, #E1001C 62.09%, #B30017 89.23%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.product-wuben__wrap div h4 {
    color: #020A0A;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.product-wuben__info {
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 25px;
    background-color: #5B6770;
    background-image: url(/image/catalog/landings/wuben-x3wp/pattern.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto;
    max-width: 467px;
    width: 100%;
}
.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__wrap {
        max-width: 825px;
        padding: 0 30px;
    }
    .product-wuben__wrap img {
        max-width: 290px;
    }
    .product-wuben__wrap div {
        max-width: 446px;
    }
    .product-wuben__wrap div h2 {
        font-size: 68px;
    }
    .product-wuben__wrap div h4 {
        font-size: 26px;
    }
    .product-wuben__info {
        padding: 30px;
        max-width: 400px;
    }
}
@media screen and (max-width: 1344px) {
    .product-wuben__wrap {
        max-width: 738px;
        padding: 20px 30px;
    }
    .product-wuben__wrap img {
        max-width: 250px;
    }
    .product-wuben__wrap div {
        max-width: 400px;
    }
    .product-wuben__wrap div h2 {
        font-size: 61px;
    }
    .product-wuben__wrap div h4 {
        font-size: 23px;
    }
    .product-wuben__info {
        max-width: 357px;
    }
    .product-wuben__info p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .product-wuben {
        gap: 20px;
    }
    .product-wuben__wrap {
        max-width: 450px;
        border-radius: 20px;
        padding: 30px 30px 0 30px;
        flex-direction: column-reverse;
        overflow: hidden;
    }
    .product-wuben__wrap img {
        max-width: 240px;
        margin: 0 0 -130px 0;
    }
    .product-wuben__wrap div {
        max-width: 360px;
    }
    .product-wuben__wrap div h2 {
        font-size: 59px;
    }
    .product-wuben__wrap div h4 {
        font-size: 22px;
    }
    .product-wuben__info {
        padding: 60px 30px;
        border-radius: 20px;
        max-width: 450px;
    }
}
@media screen and (max-width: 991px) {
    .product-wuben {
        gap: 15px;
        flex-direction: column;
    }
    .product-wuben__wrap {
        max-width: 100%;
        border-radius: 15px;
        padding: 15px 25px;
        flex-direction: row;
    }
    .product-wuben__wrap img {
        max-width: 209px;
        margin: 0;
    }
    .product-wuben__wrap div {
        max-width: 390px;
    }
    .product-wuben__wrap div h2 {
        font-size: 59px;
    }
    .product-wuben__wrap div h4 {
        font-size: 23px;
    }
    .product-wuben__info {
        padding: 25px;
        border-radius: 15px;
        max-width: 100%;
    }
    .product-wuben__info p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .product-wuben__wrap {
        padding: 10px 25px 10px 0;
        justify-content: start;
    }
    .product-wuben__wrap img {
        max-width: 190px;
    }
    .product-wuben__wrap div {
        max-width: calc(100% - 190px);
        margin: 0 0 0 -15px;
    }
    .product-wuben__wrap div h2 {
        font-size: 50px;
    }
    .product-wuben__wrap div h4 {
        font-size: 19px;
    }
    .product-wuben__info {
        padding: 20px;
        background-position: left bottom;
        background-size: 900px;
    }
}
@media screen and (max-width: 567px) {
    .product-wuben__wrap {
        flex-direction: column-reverse;
        gap: 20px;
        border-radius: 10px;
        padding: 20px 20px 0;
    }
    .product-wuben__wrap img {
        max-width: 209px;
    }
    .product-wuben__wrap div {
        max-width: 100%;
        text-align: center;
    }
    .product-wuben__wrap div h2 {
        font-size: 35px;
    }
    .product-wuben__wrap div h4 {
        font-size: 16px;
    }
    .product-wuben__info {
        border-radius: 10px;
    }
    .product-wuben__info p {
        font-size: 14px;
    }
}

/* bright------------------------------------------------------------------------------------------------ */
.bright-wuben {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.bright-wuben__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.bright-wuben__info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 25px;
    padding: 40px;
    background-color: #5B6770;
}
.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__picture {
    background-color: #f9f9f9;
    border-radius: 25px;
    overflow: hidden;
    background-image: url(/image/catalog/landings/wuben-x3wp/bright-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 446px;
}
.bright-wuben__red {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 25px;
    padding: 40px;
    background-color: #f9f9f9;
}
.bright-wuben__red div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bright-wuben__red 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(--2, linear-gradient(0deg, #B30017 13.85%, #E6001D 38.35%, #E1001C 62.09%, #B30017 89.23%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bright-wuben__red div h4 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.bright-wuben__red p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.bright-wuben__range {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 25px;
    padding: 40px;
    background-color: #5B6770;
    background-image: url(/image/catalog/landings/wuben-x3wp/pattern.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
}
.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(180deg, #FFF 15.9%, #E0E0E0 37.78%, #FFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bright-wuben__range div h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.bright-wuben__range p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media screen and (max-width: 1599px) {
    .bright-wuben__info {
        padding: 30px;
    }
    .bright-wuben__info div b {
        font-size: 99px;
    }
    .bright-wuben__info div h4 {
        font-size: 38px;
    }
    .bright-wuben__picture {
        background-size: 426px;
    }
    .bright-wuben__red {
        padding: 30px;
    }
    .bright-wuben__red div b {
        font-size: 99px;
    }
    .bright-wuben__red div h4 {
        font-size: 38px;
    }
    .bright-wuben__range {
        padding: 30px;
    }
    .bright-wuben__range div b {
        font-size: 99px;
    }
    .bright-wuben__range div h4 {
        font-size: 38px;
    }
}
@media screen and (max-width: 1344px) {
    .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__picture {
        background-size: 406px;
    }
    .bright-wuben__red div b {
        font-size: 89px;
    }
    .bright-wuben__red div h4 {
        font-size: 34px;
    }
    .bright-wuben__red p {
        font-size: 18px;
    }
    .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 {
        gap: 20px;
    }
    .bright-wuben__wrap {
        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__picture {
        background-size: 406px;
        border-radius: 20px;
    }
    .bright-wuben__red {
        border-radius: 20px;
        gap: 20px;
    }
    .bright-wuben__red div b {
        font-size: 71px;
    }
    .bright-wuben__red 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;
    }
}
@media screen and (max-width: 991px) {
    .bright-wuben__info {
        padding: 25px;
        border-radius: 15px;
    }
    .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__picture {
        background-size: 340px;
        border-radius: 15px;
    }
    .bright-wuben__red {
        padding: 25px;
        border-radius: 15px;
    }
    .bright-wuben__red div b {
        font-size: 53px;
    }
    .bright-wuben__red div h4 {
        font-size: 20px;
    }
    .bright-wuben__red p {
        font-size: 16px;
    }
    .bright-wuben__range {
        padding: 25px;
        border-radius: 15px;
    }
    .bright-wuben__range div b {
        font-size: 53px;
    }
    .bright-wuben__range div h4 {
        font-size: 20px;
    }
    .bright-wuben__range p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .bright-wuben {
        gap: 15px;
    }
    .bright-wuben__wrap {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .bright-wuben__info {
        gap: 15px;
        padding: 20px;
    }
    .bright-wuben__info div h4 {
        font-size: 25px;
    }
    .bright-wuben__picture {
        background-size: 406px;
        width: 100%;
        height: 315px;
        background-position: top -20px center;
    }
    .bright-wuben__red {
        gap: 15px;
        padding: 20px;
    }
    .bright-wuben__red div h4 {
        font-size: 25px;
    }
    .bright-wuben__range {
        gap: 15px;
        padding: 20px;
    }
    .bright-wuben__range div h4 {
        font-size: 25px;
    }
}
@media screen and (max-width: 567px) {
    .bright-wuben__info {
        border-radius: 10px;
    }
    .bright-wuben__info div b {
        font-size: 42px;
    }
    .bright-wuben__info div h4 {
        font-size: 20px;
    }
    .bright-wuben__info p {
        font-size: 14px;
    }
    .bright-wuben__picture {
        border-radius: 10px;
        background-position: top center;
        background-size: 270px;
        height: 250px;
    }
    .bright-wuben__red {
        border-radius: 10px;
    }
    .bright-wuben__red div b {
        font-size: 42px;
    }
    .bright-wuben__red div h4 {
        font-size: 20px;
    }
    .bright-wuben__red 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;
    }
}

/* modes-------------------------------------------------------------------------------------- */
.modes-wuben {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.modes-wuben__wrap {
    display: flex;
    gap: 25px;
}
.modes-wuben__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    padding: 40px;
    border-radius: 25px;
    background-color: #f9f9f9;
    max-width: 958px;
    width: 100%;
}
.modes-wuben__info h2 {
    color: #020A0A;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.modes-wuben__info p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.modes-wuben__picture {
    padding: 40px 10px;
    border-radius: 25px;
    background-color: #f9f9f9;
    max-width: 467px;
    width: 100%;
}
.modes-wuben__picture img {
    max-width: 467px;
    width: 100%;
}
.modes-wuben__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.modes-wuben__item {
    display: flex;
    align-items: center;
    gap: 25px;
    border-radius: 25px;
    background-color: #5B6770;
    padding: 40px;
}
.modes-wuben__item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}
.modes-wuben__item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
    background-color: #f9f9f9;
}
.modes-wuben__item:nth-child(2) p {
    color: #020A0A;
}
.modes-wuben__item img {
    max-width: 80px;
    width: 100%;
}
.modes-wuben__item p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    margin: 0;
}
.modes-wuben__text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px;
    border-radius: 25px;
    background-color: #f9f9f9;
}
.modes-wuben__text:last-child {
    background-color: #5B6770;
}
.modes-wuben__text:last-child h4 {
    color: #FFF;
}
.modes-wuben__text:last-child p {
    color: #FFF;
}
.modes-wuben__text h4 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.modes-wuben__text p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
@media screen and (max-width: 1599px) {
    .modes-wuben__info {
        padding: 30px;
        max-width: 825px;
    }
    .modes-wuben__info h2 {
        font-size: 56px;
    }
    .modes-wuben__picture {
        padding: 30px 10px;
        max-width: 400px;
    }
    .modes-wuben__item {
        padding: 30px;
    }
    .modes-wuben__text {
        padding: 30px;
    }
}
@media screen and (max-width: 1344px) {
    .modes-wuben__info {
        max-width: 738px;
    }
    .modes-wuben__info h2 {
        font-size: 50px;
    }
    .modes-wuben__info p {
        font-size: 18px;
    }
    .modes-wuben__picture {
        max-width: 357px;
    }
    .modes-wuben__item img {
        max-width: 70px;
    }
    .modes-wuben__item p {
        font-size: 22px;
    }
    .modes-wuben__text {
        gap: 10px;
    }
    .modes-wuben__text h4 {
        font-size: 36px;
    }
    .modes-wuben__text p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .modes-wuben {
        gap: 20px;
    }
    .modes-wuben__wrap {
        gap: 20px;
    }
    .modes-wuben__info {
        gap: 20px;
        border-radius: 20px;
        max-width: 450px;
    }
    .modes-wuben__info h2 {
        font-size: 39px;
    }
    .modes-wuben__picture {
        padding: 10px;
        border-radius: 20px;
        max-width: 450px;
    }
    .modes-wuben__inner {
        gap: 20px;
    }
    .modes-wuben__item {
        gap: 20px;
        border-radius: 20px;
    }
    .modes-wuben__item img {
        max-width: 50px;
    }
    .modes-wuben__item p {
        font-size: 20px;
    }
    .modes-wuben__text {
        border-radius: 20px;
    }
    .modes-wuben__text h4 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .modes-wuben {
        gap: 15px;
    }
    .modes-wuben__wrap {
        gap: 15px;
    }
    .modes-wuben__info {
        gap: 15px;
        padding: 25px;
        border-radius: 15px;
        max-width: 343px;
    }
    .modes-wuben__info h2 {
        font-size: 30px;
    }
    .modes-wuben__info p {
        font-size: 16px;
    }
    .modes-wuben__picture {
        border-radius: 15px;
        max-width: 342px;
    }
    .modes-wuben__inner {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .modes-wuben__item {
        gap: 15px;
        border-radius: 15px;
        padding: 25px;
    }
    .modes-wuben__item p {
        font-size: 18px;
    }
    .modes-wuben__text {
        padding: 25px;
        border-radius: 15px;
    }
    .modes-wuben__text p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .modes-wuben__wrap {
        flex-direction: column;
    }
    .modes-wuben__info {
        padding: 20px;
        max-width: 100%;
    }
    .modes-wuben__picture {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }
    .modes-wuben__picture img {
        max-width: 348px;
        width: 100%;
    }
    .modes-wuben__item {
        padding: 20px;
    }
    .modes-wuben__text {
        padding: 20px;
    }
}
@media screen and (max-width: 567px) {
    .modes-wuben__info {
        border-radius: 10px;
    }
    .modes-wuben__info h2 {
        font-size: 21px;
    }
    .modes-wuben__info p {
        font-size: 14px;
    }
    .modes-wuben__picture {
        border-radius: 10px;
    }
    .modes-wuben__item {
        gap: 15px;
        border-radius: 10px;
    }
    .modes-wuben__item p {
        font-size: 14px;
    }
    .modes-wuben__text {
        border-radius: 10px;
    }
    .modes-wuben__text h4 {
        font-size: 20px;
    }
    .modes-wuben__text p {
        font-size: 14px;
    }
}

/* power--------------------------------------------------------------------------------------------------- */
.power-wuben {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.power-wuben h2 {
    color: #020A0A;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.power-wuben__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.power-wuben__item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
    background-image: url(/image/catalog/landings/wuben-x3wp/power-1.svg);
    justify-content: space-between;
}
.power-wuben__item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
    background-image: url(/image/catalog/landings/wuben-x3wp/power-2.svg);
}
.power-wuben__item:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
    background-image: url(/image/catalog/landings/wuben-x3wp/power-3.svg);
}
.power-wuben__item {
    display: flex;
    flex-direction: column;
    gap: 40px;
    border-radius: 25px;
    background-color: #5B6770;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 336px;
}
.power-wuben__item img {
    max-width: 100px;
    width: 100%;
}
.power-wuben__item div {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.power-wuben__item div h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.power-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) {
    .power-wuben h2 {
        font-size: 58px;
    }
    .power-wuben__item {
        padding: 30px;
    }
    .power-wuben__item div h4 {
        font-size: 38px;
    }
}
@media screen and (max-width: 1344px) {
    .power-wuben h2 {
        font-size: 52px;
    }
    .power-wuben__item {
        gap: 30px;
    }
    .power-wuben__item div {
        gap: 20px;
    }
    .power-wuben__item div h4 {
        font-size: 33px;
    }
    .power-wuben__item div p {
        font-size: 18px;
    }
}
@media screen and (max-width: 1199px) {
    .power-wuben {
        gap: 40px;
    }
    .power-wuben h2 {
        font-size: 42px;
    }
    .power-wuben__wrap {
        gap: 20px;
    }
    .power-wuben__item {
        border-radius: 20px;
        background-position: right -57px top;
        background-size: 316px;
    }
    .power-wuben__item img {
        max-width: 80px;
    }
    .power-wuben__item div h4 {
        font-size: 30px;
    }
}
@media screen and (max-width: 991px) {
    .power-wuben__item {
        border-radius: 15px;
        padding: 25px;
        background-position: right -57px top;
        background-size: 306px;
    }
    .power-wuben__item div h4 {
        font-size: 25px;
    }
    .power-wuben__item div p {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .power-wuben {
        gap: 30px;
    }
    .power-wuben h2 {
        font-size: 40px;
    }
    .power-wuben__wrap {
        gap: 15px;
        display: flex;
        flex-direction: column;
    }
    .power-wuben__item {
        padding: 20px;
        gap: 20px;
    }
    .power-wuben__item div {
        gap: 10px;
    }
}
@media screen and (max-width: 567px) {
    .power-wuben h2 {
        font-size: 22px;
    }
    .power-wuben__item {
        border-radius: 10px;
        background-position: right -70px top;
        background-size: 300px;
    }
    .power-wuben__item img {
        max-width: 60px;
    }
    .power-wuben__item div h4 {
        font-size: 20px;
    }
    .power-wuben__item div p {
        font-size: 14px;
    }
}

/* challenges------------------------------------------------------------------------------------------- */
.challenges-wuben {
    display: grid;
    grid-template-columns: 467px 1fr;
    gap: 25px;
}
.challenges-wuben__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 40px;
    border-radius: 25px;
    background-color: #f9f9f9;
    grid-area: 1 / 1 / 2 / 3;
}
.challenges-wuben__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 675px;
    width: 100%;
}
.challenges-wuben__info h2 {
    color: #020A0A;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin: 0;
}
.challenges-wuben__info p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.challenges-wuben__wrap img {
    max-width: 615px;
    width: 100%;
}
.challenges-wuben__proof {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px 40px 130px 40px;
    border-radius: 25px;
    background-color: #5B6770;
    background-image: url(/image/catalog/landings/wuben-x3wp/pattern.svg);
    background-size: auto;
    background-position: left bottom;
    background-repeat: no-repeat;
    grid-area: 2 / 1 / 3 / 2;
}
.challenges-wuben__proof div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.challenges-wuben__proof div b {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.20);
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    background: var(--1, linear-gradient(180deg, #FFF 15.9%, #E0E0E0 37.78%, #FFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.challenges-wuben__proof div h4 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.challenges-wuben__proof p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}
.challenges-wuben__hull {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px;
    border-radius: 25px;
    background-color: #f9f9f9;
    position: relative;
    grid-area: 2 / 2 / 3 / 3;
}
.challenges-wuben__hull div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.challenges-wuben__hull div b {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.20);
    font-size: 130px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    background: var(--3, linear-gradient(0deg, #B30017 13.85%, #E6001D 38.35%, #E1001C 62.09%, #B30017 89.23%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.challenges-wuben__hull div h4 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.challenges-wuben__hull p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    max-width: 451px;
}
.challenges-wuben__hull img {
    max-width: 432px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (max-width: 1599px) {
    .challenges-wuben {
        grid-template-columns: 400px 1fr;
    }
    .challenges-wuben__wrap {
        padding: 0 0 0 30px;
    }
    .challenges-wuben__info {
        max-width: 583px;
    }
    .challenges-wuben__wrap img {
        max-width: 609px;
    }
    .challenges-wuben__proof {
        padding: 30px 30px 120px 30px;
    }
    .challenges-wuben__hull {
        padding: 30px;
    }
    .challenges-wuben__hull p {
        max-width: 370px;
    }
    .challenges-wuben__hull img {
        max-width: 361px;
    }
}
@media screen and (max-width: 1344px) {
    .challenges-wuben {
        grid-template-columns: 357px 1fr;
    }
    .challenges-wuben__info {
        gap: 15px;
        max-width: 518px;
    }
    .challenges-wuben__info h2 {
        font-size: 54px;
    }
    .challenges-wuben__info p {
        font-size: 18px;
    }
    .challenges-wuben__wrap img {
        max-width: 549px;
    }
    .challenges-wuben__proof {
        gap: 20px;
        padding: 30px 30px 110px 30px;
    }
    .challenges-wuben__proof div b {
        font-size: 120px;
    }
    .challenges-wuben__proof div h4 {
        font-size: 35px;
    }
    .challenges-wuben__proof p {
        font-size: 18px;
    }
    .challenges-wuben__hull {
        gap: 20px;
    }
    .challenges-wuben__hull div b {
        font-size: 120px;
    }
    .challenges-wuben__hull div h4 {
        font-size: 35px;
    }
    .challenges-wuben__hull p {
        font-size: 18px;
        max-width: 330px;
    }
    .challenges-wuben__hull img {
        max-width: 331px;
    }
}
@media screen and (max-width: 1199px) {
    .challenges-wuben {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .challenges-wuben__wrap {
        padding: 30px 0 30px 30px;
        border-radius: 20px;
    }
    .challenges-wuben__info {
        gap: 10px;
        max-width: 420px;
    }
    .challenges-wuben__info h2 {
        font-size: 46px;
    }
    .challenges-wuben__wrap img {
        max-width: 449px;
    }
    .challenges-wuben__proof {
        padding: 30px 30px 298px 30px;
        border-radius: 20px;
        background-position: center bottom;
    }
    .challenges-wuben__proof div b {
        font-size: 87px;
    }
    .challenges-wuben__proof div h4 {
        font-size: 30px;
    }
    .challenges-wuben__hull {
        border-radius: 20px;
    }
    .challenges-wuben__hull div b {
        font-size: 87px;
    }
    .challenges-wuben__hull div h4 {
        font-size: 30px;
    }
    .challenges-wuben__hull p {
        max-width: 100%;
    }
    .challenges-wuben__hull img {
        max-width: 328px;
    }
}
@media screen and (max-width: 991px) {
    .challenges-wuben {
        gap: 15px;
    }
    .challenges-wuben__wrap {
        padding: 25px 25px 0 25px;
        border-radius: 15px;
        flex-direction: column;
        gap: 20px;
    }
    .challenges-wuben__info {
        gap: 10px;
        max-width: 100%;
    }
    .challenges-wuben__info h2 {
        font-size: 46px;
    }
    .challenges-wuben__info p {
        font-size: 16px;
    }
    .challenges-wuben__wrap img {
        max-width: 452px;
    }
    .challenges-wuben__proof {
        padding: 25px 25px 252px 25px;
        border-radius: 15px;
    }
    .challenges-wuben__proof div b {
        font-size: 65px;
    }
    .challenges-wuben__proof div h4 {
        font-size: 25px;
    }
    .challenges-wuben__proof p {
        font-size: 16px;
    }
    .challenges-wuben__hull {
        padding: 25px;
        border-radius: 15px;
    }
    .challenges-wuben__hull div b {
        font-size: 65px;
    }
    .challenges-wuben__hull div h4 {
        font-size: 25px;
    }
    .challenges-wuben__hull p {
        font-size: 16px;
    }
    .challenges-wuben__hull img {
        max-width: 281px;
    }
}
@media screen and (max-width: 767px){
    .challenges-wuben {
        display: flex;
        flex-direction: column;
    }
    .challenges-wuben__wrap {
        padding: 20px 20px 0 20px;
        gap: 15px;
    }
    .challenges-wuben__info {
        gap: 10px;
    }
    .challenges-wuben__info h2 {
        font-size: 40px;
    }
    .challenges-wuben__wrap img {
        max-width: 350px;
    }
    .challenges-wuben__proof {
        padding: 20px;
        background-position: left bottom;
    }
    .challenges-wuben__proof div b {
        font-size: 86px;
    }
    .challenges-wuben__hull {
        padding: 20px 20px 230px 20px;
    }
    .challenges-wuben__hull div b {
        font-size: 86px;
    }
    .challenges-wuben__hull img {
        max-width: 281px;
    }
}
@media screen and (max-width: 567px) {
    .challenges-wuben__wrap {
        border-radius: 10px;
    }
    .challenges-wuben__info h2 {
        font-size: 25px;
    }
    .challenges-wuben__info p {
        font-size: 14px;
    }
    .challenges-wuben__proof {
        gap: 15px;
        border-radius: 10px;
        background-size: 700px;
    }
    .challenges-wuben__proof div b {
        font-size: 51px;
    }
    .challenges-wuben__proof div h4 {
        font-size: 20px;
    }
    .challenges-wuben__proof p {
        font-size: 14px;
    }
    .challenges-wuben__hull {
        gap: 15px;
        border-radius: 10px;
        padding: 20px 20px 250px 20px;
    }
    .challenges-wuben__hull div b {
        font-size: 51px;
    }
    .challenges-wuben__hull div h4 {
        font-size: 20px;
    }
    .challenges-wuben__hull p {
        font-size: 14px;
    }
    .challenges-wuben__hull img {
        max-width: 270px;
        right: 50%;
        transform: translateX(50%);
    }
}

/* 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: linear-gradient(0deg, #B30017 13.85%, #E6001D 38.35%, #E1001C 62.09%, #B30017 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: #f9f9f9;
    padding: 40px;
}
.buy-wuben__info h4 {
    color: #020A0A;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
}
.buy-wuben__info p {
    color: #020A0A;
    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;
    }
}