.stacked-cards-wrapper{position:relative}.stacked-cards-wrapper>h2{margin-bottom:var(--space-m)}.stacked-cards-wrapper>p{margin-bottom:var(--space-l)}.stacked-cards{display:block;height:auto;max-width:var(--max-content-width);width:100%}.stacked-cards .stacked-card{background-color:transparent;cursor:pointer;display:flex;height:156px;justify-content:space-between;margin-bottom:var(--space-xs);margin-top:var(--space-xs);transform-origin:50%;transition:all .3s ease-in-out;width:100%}.stacked-cards .stacked-card a{text-decoration:none}.stacked-cards .stacked-card .stacked-card-text{display:flex;flex-direction:column;padding:var(--space-m);width:100%}.stacked-cards .stacked-card .stacked-card-text .stacked-card-text-top{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.stacked-cards .stacked-card .stacked-card-text .stacked-card-title{color:var(--grey-disabled);font-size:1.5rem}.stacked-cards .stacked-card:not(.active) .stacked-card-description,.stacked-cards .stacked-card:not(.active) .stacked-card-title-button{display:none}.stacked-cards .stacked-card .stacked-card-image-wrapper{height:100%;position:relative;transform-origin:50%;transition:width .3s ease-in-out,background-position .3s ease-in-out,background-size .3s ease-in-out;width:100%}.stacked-cards .stacked-card .stacked-card-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;transform-origin:50%;transition:all .3s ease-in-out;width:100%}.stacked-cards .stacked-card .stacked-card-image.border-radius-top{border-radius:16px 16px 0 0}.stacked-cards .stacked-card .stacked-card-image.border-radius-bottom{border-radius:0 0 16px 16px}.stacked-cards .stacked-card .stacked-card-image.border-radius-full{border-radius:16px}.stacked-cards .stacked-card.active{background-color:#fff;border-radius:var(--main-border-radius);box-shadow:var(--card-default-shadow);height:548px;margin-bottom:calc(var(--space-xs)/2);margin-top:calc(var(--space-xs)/2);min-height:156px;position:relative;transition:box-shadow .3s ease-in-out}.stacked-cards .stacked-card.active:hover{box-shadow:var(--card-active-shadow)}.stacked-cards .stacked-card.active .stacked-card-text{padding:var(--space-m) var(--space-l) var(--space-l)}.stacked-cards .stacked-card.active .stacked-card-text .stacked-card-title{color:var(--black-color);font-size:2rem;padding-right:1rem}.stacked-cards .stacked-card.active .stacked-card-description .stacked-card-description-item{border-bottom:1px solid var(--grey-lines);padding:var(--space-m) 0 var(--space-s) 0}.stacked-cards .stacked-card.active .stacked-card-description .stacked-card-description-item a{border-radius:var(--buttons-border-radius);font-size:1rem;font-weight:700;margin-left:-12px;padding:4px 12px;text-decoration:none;transition:all .3s ease-in-out}.stacked-cards .stacked-card.active .stacked-card-description .stacked-card-description-item a:hover{background-color:var(--button-link-hover-color);border-radius:var(--buttons-border-radius)}.stacked-cards .stacked-card.active .stacked-card-image-wrapper{margin-bottom:0;margin-top:0;max-width:790px;min-width:790px;transform-origin:50%;transition:all .3s ease-in-out,width .1s ease-in-out;width:100%}.stacked-cards .stacked-card.active .stacked-card-image{background-size:cover}.stacked-card-image-button{display:none}@media(max-width:1280px){.stacked-cards .stacked-card .stacked-card-image-wrapper{min-width:unset;width:100%}}@media(max-width:960px){.stacked-cards .stacked-card{flex-direction:column-reverse}.stacked-cards .stacked-card.active{height:100%}.stacked-cards .stacked-card .stacked-card-text{padding:2rem}.stacked-cards .stacked-card.active .stacked-card-text{padding:var(--space-m)}.stacked-cards .stacked-card.active .stacked-card-text h2{margin-top:0}.stacked-cards .stacked-card .stacked-card-image,.stacked-cards .stacked-card .stacked-card-image-wrapper{border-radius:16px 16px 0 0!important}.stacked-cards .stacked-card .stacked-card-image{height:240px;position:relative}.stacked-cards .stacked-card .stacked-card-image-wrapper{max-width:960px!important}.stacked-cards .stacked-card:not(.active){background-color:var(--white-color);border-radius:var(--main-border-radius);box-shadow:var(--card-default-shadow);height:auto}.stacked-card-title-button,.stacked-cards .stacked-card:not(.active) .stacked-card-image-wrapper{display:none}.stacked-card-image-button{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;padding:var(--space-s)}body.grip-page .stacked-cards-wrapper .stacked-cards .stacked-card .stacked-card-image{background-image:none!important;height:auto}body.grip-page .stacked-cards-wrapper .stacked-cards .stacked-card .stacked-card-image .stacked-card-image-button{justify-content:flex-end!important;padding:var(--space-s) var(--space-s) 0!important}body.grip-page .stacked-cards-wrapper .stacked-cards .stacked-card.active .stacked-card-text{margin-top:calc(var(--space-m)*-1);padding:0 var(--space-m) var(--space-m)!important}}