.breadcrumb{font-size:var(--bc-font-size, 13px);padding:8px 0}.breadcrumb__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.breadcrumb__item{display:flex;align-items:center;gap:.25rem}.breadcrumb__link{color:var(--bc-color, #666);text-decoration:none;transition:color .15s ease}.breadcrumb__link:hover{color:var(--bc-active-color, #111);text-decoration:underline}.breadcrumb__sep{color:var(--bc-sep-color, #aaa);-webkit-user-select:none;user-select:none}.breadcrumb__item--active{color:var(--bc-active-color, #111)}.offer-hero{position:relative;width:100%;background-color:var(--offer-hero-image-bg, #111);overflow:hidden}.offer-hero__frame{position:relative;width:100%;aspect-ratio:var(--offer-hero-desktop-ratio, 16 / 9);background-color:var(--offer-hero-image-bg, #111)}.offer-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.offer-hero__media--mobile{display:none}.offer-hero__media--desktop{display:block}.offer-hero__image,.offer-hero__video{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.offer-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f0f0f0}.offer-hero__placeholder-svg{width:100%;height:100%;max-width:420px;max-height:420px}.offer-hero__editor-hint{position:absolute;bottom:12px;font-size:.78rem;color:#888;pointer-events:none;text-align:center}.offer-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--offer-hero-overlay-color, #000);opacity:var(--offer-hero-overlay-opacity, .3);z-index:1;pointer-events:none}.offer-hero__stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:var(--offer-hero-pos-align, center);justify-content:var(--offer-hero-pos-justify, center);padding:var(--offer-hero-pad-desktop, 40px)}.offer-hero__content{width:100%;max-width:var(--offer-hero-content-width, 640px);text-align:var(--offer-hero-text-align, center);display:flex;flex-direction:column;gap:0;transform:translate(var(--offer-hero-nudge-x, 0%),var(--offer-hero-nudge-y, 0%));background-color:var(--offer-hero-box-bg, transparent);opacity:var(--offer-hero-box-opacity, 1);padding-top:var(--offer-hero-box-pad-top, 0px);padding-right:var(--offer-hero-box-pad-right, 0px);padding-bottom:var(--offer-hero-box-pad-bottom, 0px);padding-left:var(--offer-hero-box-pad-left, 0px);border-radius:var(--offer-hero-box-radius-tl, 0px) var(--offer-hero-box-radius-tr, 0px) var(--offer-hero-box-radius-br, 0px) var(--offer-hero-box-radius-bl, 0px);border:var(--offer-hero-box-border-width, 0px) var(--offer-hero-box-border-style, solid) var(--offer-hero-box-border-color, transparent);box-shadow:var(--offer-hero-box-shadow-x, 0px) var(--offer-hero-box-shadow-y, 0px) var(--offer-hero-box-shadow-blur, 0px) var(--offer-hero-box-shadow-spread, 0px) var(--offer-hero-box-shadow-color, transparent);backdrop-filter:blur(var(--offer-hero-box-blur, 0px));-webkit-backdrop-filter:blur(var(--offer-hero-box-blur, 0px))}.offer-hero__badge{display:inline-block;background-color:var(--offer-hero-badge-bg, #fff3e0);color:var(--offer-hero-badge-color, #bf360c);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:8px 14px 4px;border-radius:999px;margin-bottom:10px;width:fit-content;align-self:center}.offer-hero__content[style*=left]>.offer-hero__badge{align-self:flex-start}.offer-hero__content[style*=right]>.offer-hero__badge{align-self:flex-end}.offer-hero__subheading{font-size:var(--offer-hero-sub-size, 13px);line-height:var(--offer-hero-sub-lh, 1.4);color:var(--offer-hero-sub-color, rgba(255,255,255,.85));margin:0 0 var(--offer-hero-sub-spacing, 8px);font-weight:500;letter-spacing:.12em;text-transform:uppercase}.offer-hero__heading{font-size:var(--offer-hero-heading-size, 52px);line-height:var(--offer-hero-heading-lh, 1.12);color:var(--offer-hero-heading-color, #fff);margin:0 0 var(--offer-hero-heading-spacing, 14px);font-weight:700;letter-spacing:-.01em}.offer-hero__text{font-size:var(--offer-hero-text-size, 17px);line-height:var(--offer-hero-text-lh, 1.6);color:var(--offer-hero-text-color, rgba(255,255,255,.9));margin:0 0 var(--offer-hero-text-spacing, 26px)}.offer-hero__text p{margin:0}.offer-hero__buttons{display:flex;flex-wrap:wrap;gap:var(--offer-hero-btn-gap, 12px);justify-content:center}.offer-hero__content{--_btn-justify: center}.offer-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:var(--offer-hero-btn-pad-v, 13px) var(--offer-hero-btn-pad-h, 34px);font-size:var(--offer-hero-btn-size, 15px);font-weight:600;letter-spacing:.02em;text-decoration:none;border-radius:var(--offer-hero-btn-radius, 4px);border:var(--offer-hero-btn-border-w, 2px) solid;cursor:pointer;transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .14s ease,box-shadow .22s ease;position:relative}.offer-hero__btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000002e}.offer-hero__btn:active{transform:translateY(0);box-shadow:none}.offer-hero__btn:focus-visible{outline:3px solid rgba(255,255,255,.9);outline-offset:3px}.offer-hero__btn--primary{background-color:var(--offer-hero-btn-pri-bg, #ffffff);color:var(--offer-hero-btn-pri-color, #000000);border-color:var(--offer-hero-btn-pri-border, #ffffff)}.offer-hero__btn--primary:hover{background-color:var(--offer-hero-btn-pri-bg-h, #f0f0f0);color:var(--offer-hero-btn-pri-col-h, #000000);border-color:var(--offer-hero-btn-pri-brd-h, #f0f0f0)}.offer-hero__btn--secondary{background-color:var(--offer-hero-btn-sec-bg, transparent);color:var(--offer-hero-btn-sec-color, #ffffff);border-color:var(--offer-hero-btn-sec-border, #ffffff)}.offer-hero__btn--secondary:hover{background-color:var(--offer-hero-btn-sec-bg-h, #ffffff);color:var(--offer-hero-btn-sec-col-h, #000000);border-color:var(--offer-hero-btn-sec-brd-h, #ffffff)}.offer-hero__trust{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:center}.offer-hero__trust-item{display:flex;align-items:center;gap:5px;font-size:.8rem;font-weight:500;color:var(--offer-hero-trust-color, rgba(255,255,255,.85))}.offer-hero__trust-item svg{width:var(--offer-hero-trust-icon-size, 16px);height:var(--offer-hero-trust-icon-size, 16px);flex-shrink:0;color:var(--offer-hero-trust-color, rgba(255,255,255,.85))}.offer-hero__trust-img{width:var(--offer-hero-trust-icon-size, 16px);height:var(--offer-hero-trust-icon-size, 16px);object-fit:contain;flex-shrink:0}@media screen and (max-width:749px){.offer-hero__frame{aspect-ratio:var(--offer-hero-mobile-ratio, 750 / 938)}.offer-hero__media--desktop{display:none}.offer-hero__media--mobile{display:block}.offer-hero__stage{padding:var(--offer-hero-pad-mobile, 20px)}.offer-hero__heading{font-size:var(--offer-hero-heading-size-mob, 28px)}.offer-hero__subheading{font-size:var(--offer-hero-sub-size-mob, 11px)}.offer-hero__text{font-size:var(--offer-hero-text-size-mob, 15px)}.offer-hero__buttons{flex-direction:column;align-items:stretch}.offer-hero__btn{width:100%;text-align:center}.offer-hero__trust{flex-direction:column;align-items:center;gap:6px}}.reviews-section-outer{background-color:var(--bg-color);color:var(--text-color);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);width:100%;overflow:hidden}.reviewSwiper{overflow:hidden;width:100%}.swiper-wrapper{display:flex;align-items:center}@media screen and (min-width:768px){.swiper-wrapper{justify-content:center}}.swiper-slide{width:auto!important;flex-shrink:0;display:flex;justify-content:center;align-items:center;background:transparent;border-radius:8px;box-sizing:border-box;margin-right:10px}.review-image{height:200px;width:auto;max-width:100%;border-radius:6px;object-fit:cover}.content-wrapper{padding-left:20px;padding-right:20px;text-align:center}.main-title.h2{font-size:29px;margin-bottom:10px}.subtitle.body-large{font-size:14px;padding-bottom:10px}.theme-button.claim-button.button-text{background-color:var(--button-bg-color);color:var(--button-text-color);border:none;padding:10px 30px;border-radius:5px;text-decoration:none;display:inline-block}.rating-section{background:linear-gradient(to right,var(--pill-bg-start),var(--pill-bg-end));border:1px solid var(--pill-border-color);border-radius:var(--pill-border-radius);padding:5px 10px;display:inline-flex;align-items:center;gap:5px;justify-content:center;color:var(--pill-text-color);font-weight:600;font-size:14px;margin-bottom:20px}.rating-section .stars{display:flex;gap:0px}.rating-section .stars svg path{fill:var(--star-color)}.rating-section span{color:var(--pill-text-color);font-size:10px;letter-spacing:-.5px;line-height:normal}.trust-banner-wrapper{padding:30px 20px}.trust-banner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:1200px;margin:0 auto}.trust-banner-item{text-align:center}.trust-banner-item img{width:50px;margin-bottom:10px}.trust-banner-item h4{margin:5px 0;font-size:16px;font-weight:600}.trust-banner-item p{margin:0;font-size:14px}
/*# sourceMappingURL=/cdn/shop/t/11/compiled_assets/styles.css.map */
