.ft-flash-offer{background:var(--flash-solid-bg);border-radius:var(--flash-radius);box-shadow:0 18px 40px rgba(17,24,39,.08),0 4px 12px rgba(17,24,39,.06);color:var(--flash-text-color);isolation:isolate;overflow:hidden;padding:var(--flash-padding-top) var(--flash-padding-x) var(--flash-padding-bottom);position:relative}.ft-flash-offer--gradient{background:linear-gradient(180deg,var(--flash-gradient-start) 0,var(--flash-gradient-end) 100%)}.ft-flash-offer--image{background:var(--flash-solid-bg)}.ft-flash-offer__bg,.ft-flash-offer__overlay,.ft-flash-offer__shapes{inset:0;position:absolute}.ft-flash-offer__bg{z-index:0}.ft-flash-offer__bg img{display:block;height:100%;object-fit:cover;width:100%}.ft-flash-offer__overlay{background:var(--flash-overlay);z-index:1}.ft-flash-offer__shapes{pointer-events:none;z-index:3}.ft-flash-offer__shape{backdrop-filter:blur(2px);background:hsla(0,0%,100%,.12);border-radius:999px;position:absolute}.ft-flash-offer__shape--1{height:16px;left:14%;top:14%;transform:rotate(18deg);width:6px}.ft-flash-offer__shape--2{background:hsla(0,0%,100%,.09);height:14px;left:20%;top:22%;transform:rotate(32deg);width:5px}.ft-flash-offer__shape--3{background:hsla(0,0%,100%,.08);height:18px;left:10%;top:30%;transform:rotate(10deg);width:7px}.ft-flash-offer__shape--4{background:hsla(0,0%,100%,.1);height:12px;left:18%;top:38%;transform:rotate(40deg);width:5px}.ft-flash-offer__shape--5{background:hsla(0,0%,100%,.09);bottom:24%;height:16px;left:16%;transform:rotate(16deg);width:6px}.ft-flash-offer__shape--6{bottom:16%;height:20px;left:24%;transform:rotate(42deg);width:8px}.ft-flash-offer__shape--7{background:hsla(0,0%,100%,.08);bottom:12%;height:13px;left:12%;transform:rotate(24deg);width:5px}.ft-flash-offer__shape--8{background:hsla(0,0%,100%,.1);bottom:28%;height:15px;left:30%;transform:rotate(52deg);width:6px}.ft-flash-offer__shape--9{height:16px;right:16%;top:15%;transform:rotate(20deg);width:6px}.ft-flash-offer__shape--10{background:hsla(0,0%,100%,.1);height:20px;right:24%;top:10%;transform:rotate(34deg);width:8px}.ft-flash-offer__shape--11{background:hsla(0,0%,100%,.08);height:13px;right:10%;top:24%;transform:rotate(12deg);width:5px}.ft-flash-offer__shape--12{background:hsla(0,0%,100%,.09);height:15px;right:18%;top:34%;transform:rotate(44deg);width:6px}.ft-flash-offer__shape--13{bottom:22%;height:18px;right:16%;transform:rotate(38deg);width:7px}.ft-flash-offer__shape--14{background:hsla(0,0%,100%,.08);bottom:14%;height:14px;right:24%;transform:rotate(14deg);width:5px}.ft-flash-offer__shape--15{background:hsla(0,0%,100%,.1);bottom:10%;height:16px;right:10%;transform:rotate(28deg);width:6px}.ft-flash-offer__shape--16{background:hsla(0,0%,100%,.09);bottom:30%;height:12px;right:30%;transform:rotate(48deg);width:5px}.ft-flash-offer__inner{max-width:min(var(--flash-content-max-width),100%);position:relative;z-index:4}.ft-flash-offer--center .ft-flash-offer__inner{margin-left:auto;margin-right:auto;text-align:center}.ft-flash-offer--left .ft-flash-offer__inner{margin-right:auto;text-align:left}.ft-flash-offer__badge{align-items:center;background:var(--flash-badge-bg);border-radius:999px;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.35);color:var(--flash-badge-text);display:inline-flex;font-size:var(--flash-badge-size-desktop);font-weight:600;justify-content:center;line-height:1;margin-bottom:18px;min-height:32px;padding:6px 14px}.ft-flash-offer__title{color:var(--flash-text-color);font-size:var(--flash-title-size-desktop);font-weight:700;letter-spacing:-.02em;line-height:var(--flash-title-line-height);margin:0}.ft-flash-offer__subtitle{color:var(--flash-text-color);font-size:var(--flash-subtitle-size-desktop);line-height:var(--flash-subtitle-line-height);margin:14px 0 0;opacity:.96}.ft-flash-offer__actions{margin-top:28px}.ft-flash-offer__cta{align-items:center;background:var(--flash-button-bg);border-radius:var(--flash-button-radius);box-shadow:0 10px 22px rgba(15,23,42,.14),inset 0 1px 0 hsla(0,0%,100%,.45);color:var(--flash-button-text);display:inline-flex;font-size:16px;font-weight:700;justify-content:center;line-height:1;min-height:52px;padding:14px 28px;text-decoration:none;transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.ft-flash-offer__cta:focus,.ft-flash-offer__cta:hover{background:var(--flash-button-bg-hover);box-shadow:0 14px 28px rgba(15,23,42,.18),inset 0 1px 0 hsla(0,0%,100%,.5);color:var(--flash-button-text-hover);text-decoration:none;transform:translateY(-1px)}.ft-flash-offer__cta:focus-visible{outline:2px solid hsla(0,0%,100%,.8);outline-offset:3px}@media (max-width:767px){.ft-flash-offer{border-radius:22px;padding:24px 18px}.ft-flash-offer__badge{font-size:var(--flash-badge-size-mobile);margin-bottom:14px}.ft-flash-offer__title{font-size:var(--flash-title-size-mobile)}.ft-flash-offer__subtitle{font-size:var(--flash-subtitle-size-mobile);margin-top:10px}.ft-flash-offer__actions{margin-top:22px}.ft-flash-offer__cta{width:100%}}