.cp-card-offer{background:#fff;border-radius:16px;box-shadow:0 0 16px 0 rgba(0,0,0,.12);padding:12px;transition:background .2s ease-out}.cp-card-offer:hover{background:var(--color-global-1-hex)}.cp-card-offer.is-active:hover{background:#fff}.cp-card-offer__title{border-radius:10px;color:#fff;font-size:20px;font-weight:700;padding:16px 24px;transition:padding .2s ease-out}.cp-card-offer__img img{border-radius:10px;height:auto;overflow:hidden;width:100%}.cp-card-offer:hover .cp-card-offer__title{padding:16px 24px 16px 10px}.cp-card-offer.is-active:hover .cp-card-offer__title{padding:16px 24px}.cp-card-offer__content{padding:10px 12px 16px 10px;transition:color .2s ease-out}.cp-card-offer:hover .cp-card-offer__content{color:#fff}.cp-card-offer.is-active:hover .cp-card-offer__content{color:var(--body-font-color)}.cp-card-offer__see-more{display:flex;justify-content:end}.cp-card-offer__see-more p{align-items:center;color:var(--color-global-2-hex);cursor:pointer;display:flex;font-weight:700;padding-right:8px;position:relative;transition:color .2s ease-out;width:fit-content}.cp-card-offer__see-more p:after,.cp-card-offer__see-more span:after{background:transparent;bottom:-2px;content:"";height:1px;position:absolute;transition:background .2s ease-out;width:100%}.cp-card-offer__see-more span:after{bottom:4px}.cp-card-offer:hover .cp-card-offer__see-more p:after,.cp-card-offer:hover .cp-card-offer__see-more span:after{background:#fff}.cp-card-offer:hover .cp-card-offer__see-more p{color:#fff}.cp-card-offer.is-active:hover .cp-card-offer__see-more p{color:var(--color-global-2-hex)}.cp-card-offer__see-more span{position:relative}.cp-card-offer__see-more span svg{transition:transform .2s ease-out}.cp-card-offer .cp-card-offer__see-more span svg path{transition:stroke .2s ease-out}.cp-card-offer:hover .cp-card-offer__see-more span svg path{stroke:#fff}.cp-card-offer.is-active:hover .cp-card-offer__see-more span svg path{stroke:var(--color-global-2-hex)}.cp-card-offer__see-more span{display:flex}.cp-card-offer.is-active .cp-card-offer__see-more span svg{transform:rotate(-180deg)}.cp-card-offer__additional-content{border-top:1px solid var(--color-global-1-hex);margin-inline:10px;margin-top:12px;padding-bottom:4px;padding-top:24px}.cp-card-offer__cta{display:flex;justify-content:end}.cp-card-offer .cta-underline-green-arrow{transition:color .2s ease-out}.cp-card-offer .cta-underline-green-arrow:before{background:transparent;bottom:-2px;content:"";height:1px;position:absolute;transition:background .2s ease-out;width:100%}.cp-card-offer:hover .cta-underline-green-arrow{color:#fff}.cp-card-offer:hover .cta-underline-green-arrow span:after{content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M18 9L12 15L6 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'></path></svg>")}.cp-card-offer:hover .cta-underline-green-arrow:before{background:#fff}