.cards-scroll-module .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}@media(max-width:767px){.cards-scroll-module .wrapper{gap:4.8rem 0}}.cards-scroll-module .cards-title{background:var(--color-main-white);padding-top:4.8rem;position:sticky;top:48px;z-index:3}@media(min-width:768px){.cards-scroll-module .cards-title{height:0;padding-top:0;width:50%}}@media(max-width:959px){.cards-scroll-module .cards-title{top:72px}}.cards-scroll-module .cards-title h2{background:var(--color-main-white);margin:0;padding-bottom:4.8rem}@media(min-width:768px){.cards-scroll-module .cards-title h2{margin:0 0 4.8rem}}.cards-scroll-module .card{background-color:var(--color-main-white);background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.12)),color-stop(32%,var(--color-main-white,#fff)));background:linear-gradient(180deg,hsla(0,0%,100%,.12) 0,var(--color-main-white,#fff) 32%);display:grid;gap:0 4.8rem;grid-template-columns:1fr 1fr;height:100vh;max-height:min(100vh - 96px,800px);min-height:400px;position:sticky;top:48px;z-index:2}@media(max-width:959px){.cards-scroll-module .card{top:72px}}@media(max-width:767px){.cards-scroll-module .card{background:-webkit-gradient(linear,left top,left bottom,from(var(--Transparent-White-Glass,hsla(0,0%,100%,.6))),color-stop(16.35%,var(--color-main-white,#fff)));background:linear-gradient(180deg,var(--Transparent-White-Glass,hsla(0,0%,100%,.6)) 0,var(--color-main-white,#fff) 16.35%);grid-template-columns:1fr;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;min-height:unset;position:static;top:172px}}.cards-scroll-module .card__description{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:4.8rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(max-width:767px){.cards-scroll-module .card__description{padding-top:0}}.cards-scroll-module .card__image{height:100%;width:100%;--wrapper-width:min(var(--container-width) - (var(--container-padding) * 2),100vw - (var(--container-padding) * 2));--offset:calc((100vw - var(--wrapper-width))/2)}@media(max-width:767px){.cards-scroll-module .card__image{aspect-ratio:1}}.cards-scroll-module .card__image .background-image{background-position:50%;background-position:var(--bg-pos);background-repeat:no-repeat;background-size:cover;height:100%;width:100%}@media(min-width:768px){.cards-scroll-module .card__image .background-image{background-position:var(--bg-pos-mobile);margin-right:calc(var(--offset)*-1);width:calc(100% + var(--offset))}}@media(max-width:767px){.cards-scroll-module .card__title{margin-bottom:1.6rem}}.cards-scroll-module .card__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.6rem}