@keyframes loadingSpinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.offer-card{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;gap:0}@media screen and (min-width: 731px){.offer-card{position:relative;background-color:#0f2d2d;--ticket-notch-top: radial-gradient( circle 19px at 88.7% 0, transparent 19px, #000 calc(19px + 0.5px) );--ticket-notch-bottom: radial-gradient( circle 19px at 88.7% 100%, transparent 19px, #000 calc(19px + 0.5px) );-webkit-mask-image:var(--ticket-notch-top),var(--ticket-notch-bottom);-webkit-mask-composite:source-in;mask-image:var(--ticket-notch-top),var(--ticket-notch-bottom);-webkit-mask-composite:source-in, xor;mask-composite:intersect}.offer-card::after{content:"";position:absolute;top:0;bottom:0;right:2px;width:5px;background-color:var(--bg, #fffdf7);pointer-events:none}}@media screen and (min-width: 0)and (max-width: 730px){.offer-card{background-color:#0f2d2d}}.offer-card__wrapper{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;gap:0;width:100%}@media screen and (min-width: 0)and (max-width: 730px){.offer-card__wrapper{flex-direction:column}}.offer-card__image{position:relative;height:100%;aspect-ratio:339/324;flex-shrink:0;background-color:var(--bg, var(--white))}@media screen and (min-width: 0)and (max-width: 730px){.offer-card__image{aspect-ratio:353/314;width:100%;height:auto;max-height:20.9333333333rem}}.offer-card__details{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap;gap:2.1333333333rem;flex-grow:1;min-width:0;padding:2.2666666667rem 2.6666666667rem 2.2666666667rem 2rem}.offer-card__text{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;gap:1.6rem;margin:0 !important;max-width:100%}.offer-card__header{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;gap:1.0666666667rem}.offer-card__preheader,.offer-card__title,.offer-card__description{margin:0;text-align:left}.offer-card__preheader{font-size:1rem;font-weight:700;line-height:1.35;text-transform:none}.offer-card__promo{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.2666666667rem 1.6rem;max-width:100%}@media screen and (min-width: 0)and (max-width: 730px){.offer-card__promo{flex-direction:column;align-items:flex-start}}.offer-card__promo-code{display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;gap:0;max-width:100%}.offer-card__promo-label{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:.6666666667rem;padding:.8rem 1.0666666667rem .8rem 1.4rem;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;background:var(--site-accent, #0f6ee6)}.offer-card__promo-value{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:0;position:relative;min-width:12rem;max-width:100%;padding:.8rem 1rem .8rem 1.0666666667rem;text-align:center;line-height:120%;letter-spacing:.48em;text-transform:uppercase;border-top:2px solid var(--site-accent, #0f6ee6);border-right:2px solid var(--site-accent, #0f6ee6);border-bottom:2px solid var(--site-accent, #0f6ee6)}.offer-card__promo-value-text{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.offer-card__promo-value-icon{display:block;padding:0;width:1.0666666667rem;height:1.0666666667rem;flex-shrink:0;color:inherit;background:rgba(0,0,0,0);border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.offer-card__promo-value-icon svg{display:block;width:100%;height:100%}.offer-card__expiry{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:.5333333333rem;margin:0;padding:.6666666667rem 0}@media screen and (min-width: 0)and (max-width: 730px){.offer-card__expiry{padding-right:0;padding-left:0}}@media screen and (min-width: 731px){.offers__carousel{padding:0 2rem}}.copied-message{position:absolute;right:0;bottom:100%;background-color:var(--site-accent, #0f6ee6);padding:.5333333333rem 1.0666666667rem;font-size:.8rem;border-radius:.2666666667rem;z-index:100;pointer-events:none;white-space:nowrap;animation:clipboard-copied-fade 5s ease forwards;text-transform:none;letter-spacing:0}.copied-message::after{content:"";position:absolute;display:block;width:.5333333333rem;height:.5333333333rem;bottom:0;right:.9333333333rem;background-color:inherit;transform:translateY(50%) translateX(-50%) rotate(45deg);transform-origin:center}@keyframes clipboard-copied-fade{0%{opacity:0;transform:translateY(-10px)}8%{opacity:1;transform:translateY(-15px)}60%{opacity:1;transform:translateY(-15px)}100%{opacity:0;transform:translateY(-15px)}}