.offer__card{border-radius:1.875rem;border:.125rem solid rgba(31,57,86,.6);transition:transform .3s ease;background:#131323;min-height:28.75rem}.offer__card:before{content:"";position:absolute;transform:translateZ(0);will-change:transform;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:1.875rem;background:linear-gradient(45deg,#ff008d,#a041b3,#4a7cd6,#14a1eb,#00b0f4);background-size:400%;z-index:2;opacity:0;transition:opacity .5s ease;animation:gradient 5s ease infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:.1875rem;width:100.5%;height:100.5%}.offer__card .cover{min-height:20.375rem;max-height:20.375rem;object-position:top center}@media(max-width:768px){.offer__card .cover{min-height:17.5rem;max-height:17.5rem}}@media(max-width:62rem){.offer__card .content__brand{flex-direction:column}}.offer__card .content__brand .content{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 8.75rem);max-width:calc(100% - 8.75rem)}@media(max-width:992px){.offer__card .content__brand .content{flex:0 0 100%;max-width:100%;width:100%}}.offer__card .content__brand .brand{border-radius:1.25rem;width:8.75rem;height:8.75rem;flex:0 0 8.75rem;max-width:8.75rem;position:absolute;transform:translateZ(0);will-change:transform;top:-3.75rem;right:1.875rem;left:auto}@media(max-width:992px){.offer__card .content__brand .brand{position:relative;top:auto;left:auto;margin-right:auto;margin-left:1.875rem;margin-top:-3.75rem}}.offer__card .content__brand .brand img{height:auto;max-width:6.75rem}.offer__card.offer__card--internal .content{flex:0 0 100%;max-width:100%}.offer__card.offer__card--internal:before{opacity:1}.offer__card.offer__card--internal:hover{transform:none;filter:none}.offer__card:hover{transform:translateY(-10px);filter:drop-shadow(0 .625rem 1.25rem rgba(255,255,255,.2));border-color:transparent}.offer__card:hover:before{opacity:1}body[dir=rtl] .offer__card .content__brand .brand{left:1.875rem;right:auto;margin-right:1.875rem;margin-left:auto}