.cl-section,.cl-section *{box-sizing:border-box}.cl-section{position:relative;color:var(--cl-text, #17203b);font-family:inherit}.cl-section img{display:block;max-width:100%;height:auto}.cl-section button,.cl-section input,.cl-section select,.cl-section textarea{font:inherit}.cl-shell{width:min(100% - 2rem,var(--cl-width, 1200px));margin-inline:auto}.cl-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.45rem;border:0;border-radius:999px;padding:.85rem 1.5rem;background:var(--cl-accent, #3357d8);color:#fff;font-weight:800;line-height:1;text-decoration:none;cursor:pointer;transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease}.cl-button:hover{transform:translateY(-1px)}.cl-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.cl-button--outline{border:2px solid currentColor;background:transparent;color:inherit}.cl-section-heading{margin:0;color:var(--cl-primary, #0e2c77);font-size:clamp(2rem,6vw,4rem);font-weight:900;letter-spacing:-.04em;line-height:.98}.cl-section-subheading{max-width:45rem;margin:1rem auto 0;color:var(--cl-muted, #667085);font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.cl-section-header{margin-bottom:clamp(2rem,5vw,4rem);text-align:center}.cl-editor-note{border:1px dashed #8ba1d9;border-radius:12px;padding:1rem;background:#f5f7ff;color:#243b77;text-align:center}.cl-hero{min-height:var(--cl-hero-mobile, 420px);overflow:hidden;background:var(--cl-hero-bg, #0e2c77);color:var(--cl-hero-text, #fff)}.cl-hero__media,.cl-hero__placeholder,.cl-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.cl-hero__media{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--cl-image-position-mobile, 50% 50%)}@media(max-width:749px){.cl-hero .cl-hero__media--desktop{display:none!important}.cl-hero .cl-hero__media--mobile,.cl-hero .cl-hero__media--desktop.cl-hero__media--mobile-fallback{display:block!important}}.cl-hero__placeholder{background:linear-gradient(135deg,#243d92,#667cef)}.cl-hero__overlay{background:var(--cl-overlay-color, #000);opacity:var(--cl-overlay-opacity, 0);pointer-events:none}.cl-hero__inner{position:relative;z-index:2;display:flex;min-height:var(--cl-hero-mobile, 420px);align-items:flex-end;padding-block:clamp(2.25rem,7vw,4rem)}.cl-hero__inner--top{align-items:flex-start;--cl-copy-origin-y: top}.cl-hero__inner--middle{align-items:center;--cl-copy-origin-y: center}.cl-hero__inner--bottom{align-items:flex-end;--cl-copy-origin-y: bottom}.cl-hero__copy{max-width:var(--cl-copy-width, 32rem);color:var(--cl-copy-text, #fff);text-align:var(--cl-copy-align, left);transform:translateY(var(--cl-copy-top-offset-mobile, 0px)) scale(var(--cl-copy-scale-mobile, 1));transform-origin:var(--cl-copy-origin-x, left) var(--cl-copy-origin-y, bottom)}.cl-hero__copy--center{margin-inline:auto;--cl-copy-origin-x: center}.cl-hero__copy--right{margin-left:auto;--cl-copy-origin-x: right}.cl-hero__heading{margin:0;color:inherit;font-size:clamp(2.25rem,11vw,var(--cl-mobile-heading-size, 2.75rem));font-weight:900;letter-spacing:-.045em;line-height:.98;text-wrap:balance}.cl-hero__subtitle{margin:1rem 0 0;color:inherit;font-size:clamp(1rem,4.5vw,var(--cl-mobile-subtitle-size, 1.125rem));font-weight:650;line-height:1.25;text-wrap:balance}.cl-hero__cta{margin-top:1.5rem}.cl-hero__flag{position:absolute;z-index:3;top:var(--cl-flag-top, 10px);left:0;display:flex;max-width:min(92vw,390px);align-items:center;gap:.65rem;padding:.6rem 2.4rem .6rem 1rem;background:var(--cl-flag-bg, #fff);clip-path:polygon(0 0,100% 0,calc(100% - 14px) 50%,100% 100%,0 100%);color:var(--cl-flag-text, #0e2c77);box-shadow:0 8px 24px #0000002e}.cl-hero__flag-award{display:flex;min-width:82px;flex:0 0 auto;align-items:center;justify-content:center;gap:.25rem;border-right:1px solid color-mix(in srgb,currentColor 16%,transparent);padding-right:.65rem}.cl-hero__flag-laurel{width:.65rem;height:1.65rem;border-color:#f5a623;border-style:solid;border-radius:100%}.cl-hero__flag-laurel--left{rotate:22deg;border-width:0 0 0 2px}.cl-hero__flag-laurel--right{rotate:-22deg;border-width:0 2px 0 0}.cl-hero__flag-award-copy{display:grid;gap:.05rem;text-align:center;line-height:1}.cl-hero__flag-award-name{font-family:Georgia,serif;font-size:.7rem;font-weight:800;letter-spacing:-.035em}.cl-hero__flag-award-label{color:color-mix(in srgb,currentColor 70%,transparent);font-size:.48rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.cl-hero__flag-message{margin:0;font-size:.62rem;font-weight:800;line-height:1.25}.cl-hero__flag-message a{margin-left:.2rem;color:inherit;font-weight:900;text-decoration:underline;text-underline-offset:2px}.cl-hero__flag.is-dismissed{display:none}.cl-hero__flag--center{left:50%;transform:translate(-50%)}.cl-hero__flag--right{right:0;left:auto}.cl-hero__flag-close{position:absolute;top:.35rem;right:.7rem;display:grid;width:20px;height:20px;place-items:center;border:0;border-radius:50%;padding:0;background:color-mix(in srgb,currentColor 10%,transparent);color:inherit;cursor:pointer}@media(min-width:750px){.cl-hero,.cl-hero__inner{min-height:var(--cl-hero-desktop, 660px)}.cl-hero__media{object-position:var(--cl-image-position-desktop, 50% 50%)}.cl-hero .cl-hero__media--desktop{display:block!important}.cl-hero .cl-hero__media--mobile{display:none!important}.cl-hero .cl-hero__media--mobile.cl-hero__media--desktop-fallback{display:block!important}.cl-hero__heading{font-size:clamp(2rem,5vw,var(--cl-heading-size, 4.75rem))}.cl-hero__subtitle{font-size:clamp(1rem,1.5vw,var(--cl-subtitle-size, 1.35rem))}.cl-hero__copy{transform:translateY(var(--cl-copy-top-offset-desktop, 0px)) scale(var(--cl-copy-scale-desktop, 1))}}.cl-product{padding-block:var(--cl-product-padding-block-mobile, 40px);padding-inline:var(--cl-product-padding-inline-mobile, 16px);background:var(--cl-bg, #fff);overflow-x:clip}.cl-product .cl-shell{width:min(100%,var(--cl-width, 1200px))}.cl-product__scale-wrap{width:calc(100% / var(--cl-product-scale-mobile, 1));margin-inline:0;zoom:var(--cl-product-scale-mobile, 1)}.cl-product__header{max-width:54rem;margin-bottom:1.5rem}.cl-product__ratings{display:flex;align-items:center;gap:.35rem;overflow-x:auto;padding-bottom:.8rem;border-bottom:1px solid var(--cl-border, #e3e7ef);margin-bottom:1rem;color:var(--cl-muted, #667085);font-size:.78rem;white-space:nowrap;scrollbar-width:none}.cl-product__ratings::-webkit-scrollbar{display:none}.cl-product__stars{display:inline-flex;color:var(--cl-star, #f5a623);letter-spacing:.02em}.cl-product__rating-score{color:var(--cl-text, #17203b);font-weight:900}.cl-product__rating-divider{width:1px;height:1rem;margin-inline:.25rem;background:var(--cl-border, #e3e7ef)}.cl-product__title{margin:0;color:var(--cl-primary, #0e2c77);font-size:clamp(2rem,6vw,3.5rem);font-weight:950;letter-spacing:-.045em;line-height:.98;text-transform:uppercase}.cl-product__description{max-width:48rem;margin-top:1rem;color:var(--cl-muted, #667085);font-size:1rem;line-height:1.65}.cl-product__description>*:first-child{margin-top:0}.cl-product__description>*:last-child{margin-bottom:0}.cl-product__highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.cl-product__highlight{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--cl-border, #e3e7ef);border-radius:999px;padding:.28rem .7rem;color:var(--cl-text, #17203b);font-size:.78rem;font-weight:750;line-height:1.2}.cl-product__highlight svg{color:var(--cl-primary, #0e2c77)}.cl-product__layout{display:grid;gap:clamp(2rem,5vw,4.5rem)}.cl-product__what{border-block:1px solid var(--cl-border, #e3e7ef);margin-bottom:1.5rem}.cl-product__what summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1rem;color:var(--cl-text, #17203b);font-weight:800;list-style:none;cursor:pointer}.cl-product__what summary::-webkit-details-marker{display:none}.cl-product__what-icon{transition:transform .18s ease}.cl-product__what[open] .cl-product__what-icon{transform:rotate(45deg)}.cl-product__what-grid{display:grid;gap:1rem;padding-bottom:1.25rem}.cl-product__what-image{width:100%;border-radius:14px}.cl-product__gallery{display:grid;grid-template-columns:58px minmax(0,1fr);gap:.65rem}.cl-product__thumbs{display:flex;max-height:min(72vw,600px);flex-direction:column;gap:.45rem;overflow-y:auto;scrollbar-width:thin}.cl-product__thumb{width:58px;height:58px;flex:0 0 58px;overflow:hidden;border:2px solid transparent;border-radius:10px;padding:0;background:var(--cl-surface, #f5f7fb);cursor:pointer;opacity:.7}.cl-product__thumb.is-active{border-color:var(--cl-primary, #0e2c77);opacity:1}.cl-product__thumb img{width:100%;height:100%;object-fit:cover}.cl-product__main-image{position:relative;overflow:hidden;border-radius:clamp(14px,3vw,24px);background:var(--cl-surface, #f5f7fb);aspect-ratio:1}.cl-product__main-image img{width:100%;height:100%;object-fit:contain;transform:scale(var(--cl-gallery-image-scale-mobile, 1));transform-origin:center;transition:opacity .14s ease,transform .18s ease}.cl-product__supplemental{margin-top:.75rem}.cl-product__swatches{margin-top:1.25rem}.cl-product__field-label,.cl-product__group-heading{margin:0 0 .3rem;color:var(--cl-muted, #667085);font-size:.75rem;font-weight:850;letter-spacing:.07em;line-height:1.2;text-transform:uppercase}.cl-product__group-help{margin:0 0 .9rem;color:var(--cl-muted, #667085);font-size:.77rem}.cl-product__swatch-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.cl-product__swatch{position:relative;display:grid;width:46px;height:46px;place-items:center;overflow:hidden;border:2px solid transparent;border-radius:50%;padding:3px;background:#fff;box-shadow:0 0 0 1px var(--cl-border, #e3e7ef);cursor:pointer}.cl-product__swatch.is-selected{border-color:#fff;box-shadow:0 0 0 2px var(--cl-primary, #0e2c77)}.cl-product__swatch img,.cl-product__swatch-color{width:100%;height:100%;border-radius:50%;object-fit:cover}.cl-product__buybox{min-width:0}.cl-product__group+.cl-product__group{margin-top:1.75rem}.cl-product__packages,.cl-product__addons{display:grid;gap:.75rem}.cl-product__package{position:relative;display:block;overflow:hidden;border:2px solid var(--cl-border, #e3e7ef);border-radius:16px;padding:1rem;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease,opacity .15s ease}.cl-product__package.is-selected{border-color:var(--cl-primary, #0e2c77);background:color-mix(in srgb,var(--cl-primary, #0e2c77) 5%,#fff)}.cl-product__package:focus-within,.cl-product__addon:focus-within{border-color:var(--cl-accent, #3357d8);outline:3px solid color-mix(in srgb,var(--cl-accent, #3357d8) 35%,transparent);outline-offset:2px}.cl-product__package.is-unavailable{opacity:.48;cursor:not-allowed}.cl-product__radio{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.cl-product__package-top,.cl-product__package-bottom,.cl-product__addon{display:flex;align-items:center;gap:.65rem}.cl-product__package-top{padding-right:4.5rem}.cl-product__radio-dot{display:grid;width:20px;height:20px;flex:0 0 20px;place-items:center;border:2px solid #a2a9b8;border-radius:50%}.cl-product__package.is-selected .cl-product__radio-dot{border-color:var(--cl-primary, #0e2c77);background:var(--cl-primary, #0e2c77);box-shadow:inset 0 0 0 4px #fff}.cl-product__package-name{color:var(--cl-text, #17203b);font-size:1rem;font-weight:850}.cl-product__badge{border-radius:999px;padding:.25rem .55rem;background:var(--cl-badge-bg, #fff1c7);color:var(--cl-badge-text, #8a5200);font-size:.62rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.cl-product__best{position:absolute;top:0;right:0;border-radius:0 13px 0 12px;padding:.4rem .65rem;background:var(--cl-primary, #0e2c77);color:#fff;font-size:.6rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.cl-product__package-bottom{justify-content:space-between;border-top:1px solid var(--cl-border, #e3e7ef);margin-top:.75rem;padding-top:.75rem}.cl-product__package-description{color:var(--cl-muted, #667085);font-size:.77rem;line-height:1.35}.cl-product__package-price{color:var(--cl-primary, #0e2c77);font-size:1.45rem;font-weight:950;line-height:1;text-align:right;white-space:nowrap}.cl-product__unit-price,.cl-product__compare-price{margin-top:.25rem;color:var(--cl-muted, #667085);font-size:.67rem;text-align:right;white-space:nowrap}.cl-product__compare-price{text-decoration:line-through}.cl-product__included{border-top:1px solid var(--cl-border, #e3e7ef);margin-top:.9rem;padding-top:.8rem;color:var(--cl-muted, #667085);font-size:.76rem;line-height:1.5}.cl-product__included-products{display:grid;gap:.2rem;margin:0;padding:0;list-style:none}.cl-product__included-products li{position:relative;padding-left:1rem}.cl-product__included-products li:before{position:absolute;left:0;color:var(--cl-primary, #0e2c77);content:"\2713";font-weight:900}.cl-product__included>*:first-child{margin-top:0}.cl-product__included>*:last-child{margin-bottom:0}.cl-product__package:not(.is-selected) .cl-product__included{display:none}.cl-product__addon{position:relative;border:2px solid var(--cl-border, #e3e7ef);border-radius:14px;padding:.7rem;background:#fff;cursor:pointer}.cl-product__addon.is-selected{border-color:var(--cl-primary, #0e2c77);background:color-mix(in srgb,var(--cl-primary, #0e2c77) 5%,#fff)}.cl-product__addon.is-unavailable{opacity:.58;cursor:not-allowed}.cl-product__addon input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.cl-product__addon-check{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;border:2px solid #a2a9b8;border-radius:6px;color:transparent}.cl-product__addon.is-selected .cl-product__addon-check{border-color:var(--cl-primary, #0e2c77);background:var(--cl-primary, #0e2c77);color:#fff}.cl-product__addon-image{width:48px;height:48px;flex:0 0 48px;border-radius:10px;background:var(--cl-surface, #f5f7fb);object-fit:cover}.cl-product__addon-copy{min-width:0;flex:1}.cl-product__addon-name{display:block;color:var(--cl-text, #17203b);font-size:.88rem;font-weight:800}.cl-product__addon-description{display:block;margin-top:.2rem;color:var(--cl-muted, #667085);font-size:.72rem;line-height:1.35}.cl-product__addon-status{display:block;margin-top:.22rem;color:#a33a2c;font-size:.68rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.cl-product__addon-price{color:var(--cl-text, #17203b);font-size:.82rem;font-weight:900;white-space:nowrap}.cl-product__submit{width:100%;min-height:56px;margin-top:1.4rem;box-shadow:0 14px 34px color-mix(in srgb,var(--cl-accent, #3357d8) 35%,transparent)}.cl-product__microcopy{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1rem;margin-top:.7rem;color:var(--cl-muted, #667085);font-size:.68rem;font-weight:750;text-align:center;text-transform:uppercase}.cl-product__trust{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;border-top:1px solid var(--cl-border, #e3e7ef);margin-top:2rem;padding-top:1.5rem}.cl-product__trust-item{display:grid;justify-items:center;gap:.5rem;color:var(--cl-muted, #667085);font-size:.68rem;font-weight:800;line-height:1.25;text-align:center;text-transform:uppercase}.cl-product__trust-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--cl-primary, #0e2c77) 6%,#fff);color:var(--cl-primary, #0e2c77)}.cl-product__sticky{position:fixed;z-index:30;right:0;bottom:0;left:0;display:none;border-top:1px solid var(--cl-border, #e3e7ef);padding:.7rem 1rem;background:#fff;box-shadow:0 -10px 30px #12224b1f}.cl-product__sticky.is-visible{display:block}.cl-product__sticky .cl-button{width:100%}.cl-toast{position:fixed;z-index:1000;bottom:1.25rem;left:50%;max-width:min(90vw,430px);border-radius:999px;padding:.75rem 1.25rem;background:#18346f;color:#fff;box-shadow:0 12px 35px #00000038;font-size:.88rem;font-weight:750;text-align:center;transform:translate(-50%,120%);opacity:0;transition:transform .22s ease,opacity .22s ease}.cl-toast.is-visible{transform:translate(-50%);opacity:1}.cl-toast.is-error{background:#b42318}@media(min-width:750px){.cl-product__scale-wrap{width:calc(100% / var(--cl-product-scale-desktop, 1));zoom:var(--cl-product-scale-desktop, 1)}.cl-product{padding-block:var(--cl-product-padding-block-desktop, 56px);padding-inline:var(--cl-product-padding-inline-desktop, 16px)}.cl-product__gallery{grid-template-columns:70px minmax(0,1fr)}.cl-product__main-image img{transform:scale(var(--cl-gallery-image-scale-desktop, 1))}.cl-product__thumb{width:70px;height:70px;flex-basis:70px}.cl-product__trust{grid-template-columns:repeat(4,1fr)}}@media(min-width:990px){.cl-product__layout{grid-template-columns:minmax(0,1.06fr) minmax(360px,.8fr);align-items:start}.cl-product__buybox{position:sticky;top:1.5rem}.cl-product__what-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:750px){.cl-product__sticky{display:none!important}}.cl-features{padding-block:var(--cl-section-padding, 72px);background:var(--cl-bg, #f5f7fb)}.cl-features__grid{display:grid;grid-template-columns:1fr;gap:1rem}.cl-features__card{border:1px solid var(--cl-card-border, #e3e7ef);border-radius:var(--cl-card-radius, 18px);padding:clamp(1.25rem,4vw,2rem);background:var(--cl-card-bg, #fff)}.cl-features__icon{display:grid;width:48px;height:48px;place-items:center;border-radius:13px;margin-bottom:1rem;background:var(--cl-icon-bg, #0e2c77);color:var(--cl-icon-color, #fff)}.cl-features__icon svg{width:26px;height:26px}.cl-features__card-title{margin:0;color:var(--cl-primary, #0e2c77);font-size:1.08rem;font-weight:850}.cl-features__card-body{margin:.55rem 0 0;color:var(--cl-muted, #667085);font-size:.92rem;line-height:1.6}.cl-features__banner{position:relative;min-height:var(--cl-banner-height, 420px);overflow:hidden;border-radius:22px;margin-top:clamp(2rem,5vw,4rem);background:#0e2c77;color:#fff}.cl-features__banner img,.cl-features__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cl-features__banner img{object-fit:cover}.cl-features__banner-overlay{background:var(--cl-banner-overlay, #0e2c77);opacity:var(--cl-banner-overlay-opacity, .35)}.cl-features__banner-content{position:relative;z-index:1;display:flex;min-height:var(--cl-banner-height, 420px);flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.cl-features__banner-heading{max-width:14ch;margin:0;font-size:clamp(2rem,6vw,4.5rem);font-weight:950;letter-spacing:-.05em;line-height:.98}.cl-features__banner .cl-button{margin-top:1.5rem}@media(min-width:650px){.cl-features__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.cl-features__grid{grid-template-columns:repeat(var(--cl-feature-columns, 3),1fr)}}.cl-reviews{padding-block:var(--cl-section-padding, 80px);background:var(--cl-bg, #0e2c77);color:var(--cl-text, #fff)}.cl-reviews .cl-section-heading,.cl-reviews .cl-section-subheading{color:inherit}.cl-reviews__summary{display:grid;justify-items:center;gap:.4rem;margin-top:1rem}.cl-reviews__stars,.cl-reviews__card-stars{display:flex;gap:.1rem;color:var(--cl-star, #f5c451)}.cl-reviews__count{margin:0;font-weight:750}.cl-reviews__body{display:grid;gap:1.5rem}.cl-reviews__image-wrap{position:relative;min-height:340px;overflow:hidden;border-radius:20px}.cl-reviews__image{width:100%;height:100%;object-fit:cover}.cl-reviews__image-quote{position:absolute;right:1rem;bottom:1rem;left:1rem;border-radius:14px;padding:1rem;background:#0a1841c7;color:#fff;font-size:1rem;font-weight:800;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cl-reviews__cards{display:grid;grid-template-columns:1fr;gap:1rem}.cl-reviews__card{border:1px solid var(--cl-card-border, #ffffff38);border-radius:18px;padding:1.35rem;background:var(--cl-card-bg, #ffffff12)}.cl-reviews__card-text{margin:1rem 0;color:inherit;font-size:.94rem;line-height:1.65}.cl-reviews__card-author{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.4rem;font-size:.78rem}.cl-reviews__card-name{font-weight:850}.cl-reviews__card-use{color:var(--cl-star, #f5c451);font-weight:750}@media(min-width:750px){.cl-reviews__cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.cl-reviews__body.has-image{grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr)}}.cl-faq{padding-block:var(--cl-section-padding, 80px);background:var(--cl-bg, #fff)}.cl-faq__list{max-width:820px;border-top:1px solid var(--cl-border, #e3e7ef);margin-inline:auto}.cl-faq__item{border-bottom:1px solid var(--cl-border, #e3e7ef)}.cl-faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.2rem;color:var(--cl-primary, #0e2c77);font-weight:800;list-style:none;cursor:pointer}.cl-faq__question::-webkit-details-marker{display:none}.cl-faq__icon{transition:transform .18s ease}.cl-faq__item[open] .cl-faq__icon{transform:rotate(45deg)}.cl-faq__answer{padding:0 2.2rem 1.2rem 0;color:var(--cl-muted, #667085);line-height:1.7}.cl-faq__answer>*:first-child{margin-top:0}.cl-faq__answer>*:last-child{margin-bottom:0}.cl-faq__cta{position:relative;max-width:980px;overflow:hidden;border-radius:22px;margin:clamp(2.5rem,6vw,5rem) auto 0;padding:clamp(2rem,6vw,4rem);background:var(--cl-cta-bg, #0e2c77);color:var(--cl-cta-text, #fff);text-align:center}.cl-faq__cta-heading{margin:0;color:inherit;font-size:clamp(2rem,6vw,4rem);font-weight:950;letter-spacing:-.04em;line-height:1}.cl-faq__cta-body{max-width:42rem;margin:1rem auto 0;line-height:1.65;opacity:.85}.cl-faq__cta .cl-button{margin-top:1.5rem;background:var(--cl-cta-button, #3357d8)}.cl-faq__footnote{margin:.85rem 0 0;font-size:.72rem;font-weight:700;opacity:.65}.cl-comparison{padding-block:var(--cl-section-padding, 80px);background:var(--cl-bg, #fff)}.cl-comparison__table{overflow:hidden;border:1px solid var(--cl-border, #e3e7ef);border-radius:18px;background:#fff}.cl-comparison__row{display:grid;grid-template-columns:minmax(0,1fr) 84px 96px;align-items:stretch}.cl-comparison__row+.cl-comparison__row{border-top:1px solid var(--cl-border, #e3e7ef)}.cl-comparison__row--head{background:var(--cl-primary, #0e2c77);color:#fff}.cl-comparison__cell{display:flex;min-height:64px;align-items:center;justify-content:center;padding:.75rem;text-align:center}.cl-comparison__cell--feature{justify-content:flex-start;color:var(--cl-text, #17203b);font-size:.82rem;font-weight:750;text-align:left}.cl-comparison__row--head .cl-comparison__cell--feature{color:inherit}.cl-comparison__cell--us{background:var(--cl-us-bg, #f2f5ff)}.cl-comparison__row--head .cl-comparison__cell--us{background:color-mix(in srgb,var(--cl-accent, #3357d8) 75%,#fff)}.cl-comparison__column-label{display:block;font-size:.72rem;font-weight:900;line-height:1.1}.cl-comparison__icon{display:grid;width:28px;height:28px;place-items:center;border-radius:50%}.cl-comparison__icon--yes{background:var(--cl-accent, #3357d8);color:#fff}.cl-comparison__icon--no{color:#c0c5d0}.cl-comparison__cta{margin-top:2rem;text-align:center}@media(min-width:750px){.cl-comparison__row{grid-template-columns:minmax(0,1fr) 180px 200px}.cl-comparison__cell{min-height:72px}.cl-comparison__cell--feature{padding-inline:1.5rem;font-size:.96rem}.cl-comparison__column-label{font-size:.9rem}}.cl-image-banner{min-height:var(--cl-banner-height, 500px);overflow:hidden;background:var(--cl-fallback-bg, #0e2c77);color:var(--cl-text, #fff)}.cl-image-banner__image,.cl-image-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cl-image-banner__image{object-fit:cover;object-position:var(--cl-image-position, 50% 50%)}.cl-image-banner__overlay{background:var(--cl-overlay-color, #0e2c77);opacity:var(--cl-overlay-opacity, .35)}.cl-image-banner__content{position:relative;z-index:1;display:flex;min-height:var(--cl-banner-height, 500px);flex-direction:column;justify-content:center;padding-block:3rem}.cl-image-banner__content--left{align-items:flex-start;text-align:left}.cl-image-banner__content--center{align-items:center;text-align:center}.cl-image-banner__content--right{align-items:flex-end;text-align:right}.cl-image-banner__eyebrow{margin:0 0 .75rem;font-size:.75rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.cl-image-banner__heading{max-width:14ch;margin:0;color:inherit;font-size:clamp(2.25rem,8vw,5.5rem);font-weight:950;letter-spacing:-.055em;line-height:.96;text-wrap:balance}.cl-image-banner__subheading{max-width:38rem;margin:1rem 0 0;color:inherit;font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.55}.cl-image-banner__content .cl-button{margin-top:1.5rem}@media(prefers-reduced-motion:reduce){.cl-section *,.cl-section *:before,.cl-section *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/clutchloop-sections.css.map */
