.custom-carousel{overflow:hidden}.custom-carousel__heading{margin:0 0 3rem;font-size:2.8rem;line-height:1.2}.custom-carousel__heading--left{text-align:left}.custom-carousel__heading--center{text-align:center}.custom-carousel__heading--right{text-align:right}.custom-carousel__viewport{overflow:hidden;width:100%}.custom-carousel__track{display:flex;gap:var(--cc-gap, 20px);width:max-content;animation:custom-carousel-scroll var(--cc-duration, 40s) linear infinite;will-change:transform}.custom-carousel__viewport:hover .custom-carousel__track,.custom-carousel__viewport:focus-within .custom-carousel__track{animation-play-state:paused}.custom-carousel__item{flex:0 0 auto}.custom-carousel__img{width:var(--cc-card-w, 260px);height:var(--cc-card-h, 380px);object-fit:cover;border-radius:var(--cc-radius, 16px);display:block}@keyframes custom-carousel-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - (var(--cc-gap, 20px) / 2)))}}@media(prefers-reduced-motion:reduce){.custom-carousel__track{animation:none;transform:none}.custom-carousel__viewport{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.custom-carousel__item{scroll-snap-align:start}}@media(max-width:1024px){.custom-carousel__img{width:clamp(180px,28vw,var(--cc-card-w, 260px));height:auto;aspect-ratio:var(--cc-card-w, 260) / var(--cc-card-h, 380)}}@media(max-width:600px){.custom-carousel__heading{font-size:2.2rem;margin-bottom:2rem}.custom-carousel__img{width:clamp(140px,48vw,220px)}.custom-carousel__track{gap:clamp(8px,var(--cc-gap, 20px),16px)}}.custom-faq__header{margin:0 0 3.2rem;color:var(--faq-text, inherit)}.custom-faq__caption{display:inline-block;background:var(--faq-cap-bg, #E8F2F4);color:var(--faq-cap-color, #1F3A4C);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.5rem 1.2rem;border-radius:999px;margin-bottom:1.4rem}.custom-faq__title{margin:0;font-size:clamp(2.4rem,3.4vw,3.8rem);line-height:1.1;font-weight:700}.custom-faq__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.4rem}.custom-faq__item{background:var(--faq-card-bg, #ffffff);border:1px solid var(--faq-card-border, #e6e6e6);border-radius:var(--faq-card-radius, 12px);overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.custom-faq__item.is-open{border-color:var(--faq-card-border, #e6e6e6);box-shadow:0 1px 4px #0000000a}.custom-faq__question{width:100%;text-align:left;background:transparent;border:0;padding:1.8rem 2rem;font-size:1.6rem;line-height:1.4;font-weight:600;color:var(--faq-text, inherit);display:flex;align-items:center;justify-content:space-between;gap:1.6rem;cursor:pointer;font-family:inherit}.custom-faq__question:focus-visible{outline:2px solid var(--faq-icon-color, #1B2A3A);outline-offset:-2px}.custom-faq__q-text{flex:1 1 auto;min-width:0}.custom-faq__icon{flex:0 0 auto;position:relative;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--faq-icon-color, #1B2A3A)}.custom-faq__icon-bar{position:absolute;background:currentColor;border-radius:1px;transition:transform .25s ease,opacity .25s ease}.custom-faq__icon-bar--h{width:18px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-faq__icon-bar--v{width:2px;height:18px;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-faq__item.is-open .custom-faq__icon-bar--v{transform:translate(-50%,-50%) scaleY(0);opacity:0}.custom-faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease}.custom-faq__item.is-open .custom-faq__answer{grid-template-rows:1fr}.custom-faq__answer-inner{overflow:hidden;min-height:0;padding:0 2rem;color:var(--faq-muted, #555);font-size:1.45rem;line-height:1.6;transition:padding .32s ease}.custom-faq__item.is-open .custom-faq__answer-inner{padding:0 2rem 1.8rem}.custom-faq__answer-inner p{margin:0 0 .8rem}.custom-faq__answer-inner p:last-child{margin:0}.custom-faq__answer-inner ul,.custom-faq__answer-inner ol{margin:0 0 .8rem;padding-left:1.6rem}.custom-faq__answer-inner li{margin:0 0 .4rem}@media(max-width:600px){.custom-faq__question{padding:1.4rem 1.6rem;font-size:1.45rem}.custom-faq__answer-inner{padding:0 1.6rem;font-size:1.35rem}.custom-faq__item.is-open .custom-faq__answer-inner{padding:0 1.6rem 1.4rem}.custom-faq__list{gap:1rem}}@media(prefers-reduced-motion:reduce){.custom-faq__answer,.custom-faq__answer-inner,.custom-faq__icon-bar,.custom-faq__item{transition:none}}.custom-fai__header{margin:0 0 3rem;color:var(--fai-text, inherit)}.custom-fai__header--left{text-align:left}.custom-fai__header--center{text-align:center}.custom-fai__header--right{text-align:right}.custom-fai__heading{margin:0 0 1rem;font-size:clamp(2.4rem,3.4vw,3.6rem);font-weight:700;line-height:1.15}.custom-fai__subheading{margin:0;font-size:1.55rem;line-height:1.55;color:var(--fai-muted, inherit)}.custom-fai__layout{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:3rem;align-items:center}.custom-fai__col{display:flex;flex-direction:column;gap:var(--fai-feature-gap, 24px);min-width:0}.custom-fai__media{display:flex;align-items:center;justify-content:center;min-width:0}.custom-fai__media-img{width:100%;height:auto;border-radius:var(--fai-image-radius, 16px);display:block}.custom-fai__feature{display:flex;align-items:flex-start;gap:var(--fai-icon-gap, 12px)}.custom-fai__feature-icon{flex:0 0 auto;width:var(--fai-icon-size, 56px);height:var(--fai-icon-size, 56px);display:inline-flex;align-items:center;justify-content:center}.custom-fai__feature-icon img{max-width:100%;max-height:100%;object-fit:contain}.custom-fai__feature-body{flex:1 1 auto;min-width:0;text-align:var(--fai-feature-align, left)}.custom-fai__feature-title{margin:0 0 .4rem;font-size:var(--fai-title-size, 17px);font-weight:700;line-height:1.3;color:var(--fai-text, inherit)}.custom-fai__feature-body-text{font-size:var(--fai-body-size, 14px);line-height:1.55;color:var(--fai-muted, inherit)}.custom-fai__feature-body-text>p{margin:0}.custom-fai__feature-body-text>p+p{margin-top:.4rem}@media(max-width:990px){.custom-fai__layout{grid-template-columns:1fr;gap:2rem}.custom-fai__media{order:-1}.custom-fai__col{gap:clamp(16px,var(--fai-feature-gap, 24px),28px)}}@media(max-width:600px){.custom-fai__feature{gap:1rem}.custom-fai__feature-icon{width:clamp(40px,var(--fai-icon-size, 56px),48px);height:clamp(40px,var(--fai-icon-size, 56px),48px)}.custom-fai__feature-title{font-size:clamp(15px,var(--fai-title-size, 17px),16px)}.custom-fai__feature-body-text{font-size:clamp(13px,var(--fai-body-size, 14px),14px)}.custom-fai__heading{font-size:clamp(20px,6vw,26px)}.custom-fai__subheading{font-size:1.4rem}}.custom-hiw{background:var(--hiw-bg, transparent);color:var(--hiw-text, inherit)}.custom-hiw__heading{margin:0 0 3.6rem;font-size:3.4rem;line-height:1.2;text-transform:uppercase;letter-spacing:.02em;font-weight:800}.custom-hiw__heading--left{text-align:left}.custom-hiw__heading--center{text-align:center}.custom-hiw__heading--right{text-align:right}.custom-hiw__icons{list-style:none;margin:0 0 4rem;padding:0 0 2rem;display:grid;grid-template-columns:repeat(var(--hiw-icon-cols, 6),1fr);border-bottom:1px dashed var(--hiw-divider, #d0d0d0)}.custom-hiw__icon{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.8rem;padding:.8rem 1rem 1.4rem;border-right:1px dashed var(--hiw-divider, #d0d0d0);text-align:center}.custom-hiw__icon:last-child{border-right:0}.custom-hiw__icon-img{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center}.custom-hiw__icon-img img{max-width:100%;max-height:100%;object-fit:contain}.custom-hiw__icon-label{font-size:1.4rem;color:var(--hiw-text, inherit);font-weight:500}.custom-hiw__columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.custom-hiw__col{background:var(--hiw-card-bg, #ffffff);border:1px solid var(--hiw-card-border, #e6e6e6);border-radius:var(--hiw-card-radius, 16px);overflow:hidden;display:flex;flex-direction:column}.custom-hiw__col-media{aspect-ratio:4 / 3;background:#f4f4f4;overflow:hidden}.custom-hiw__col-img{width:100%;height:100%;object-fit:cover;display:block}.custom-hiw__col-body{padding:2rem;display:flex;flex-direction:column;gap:.8rem;flex:1 1 auto;text-align:center}.custom-hiw__col-title{margin:0;font-size:2rem;font-weight:700;line-height:1.25}.custom-hiw__col-subtitle{margin:0;font-size:1.4rem;font-weight:600;color:var(--hiw-muted, #6b6b6b)}.custom-hiw__col-text{margin-top:.8rem;font-size:1.45rem;line-height:1.55;text-align:left}.custom-hiw__col-text p{margin:0 0 .8rem}.custom-hiw__col-text p:last-child{margin:0}.custom-hiw__col-text ul{margin:0;padding-left:1.6rem;text-align:left}.custom-hiw__col-text li{margin:0 0 .4rem}@media(max-width:990px){.custom-hiw__icons{grid-template-columns:repeat(3,1fr)}.custom-hiw__icon:nth-child(3n){border-right:0}.custom-hiw__icon:nth-child(n+4){border-top:1px dashed var(--hiw-divider, #d0d0d0)}.custom-hiw__columns{grid-template-columns:1fr;gap:1.6rem}}@media(max-width:600px){.custom-hiw__heading{font-size:2.4rem;margin-bottom:2.4rem}.custom-hiw__icons{grid-template-columns:repeat(2,1fr);margin-bottom:2.8rem}.custom-hiw__icon{border-right:1px dashed var(--hiw-divider, #d0d0d0)}.custom-hiw__icon:nth-child(2n){border-right:0}.custom-hiw__icon:nth-child(n+3){border-top:1px dashed var(--hiw-divider, #d0d0d0)}.custom-hiw__icon:nth-child(3n){border-top:1px dashed var(--hiw-divider, #d0d0d0)}.custom-hiw__icon-img{width:44px;height:44px}.custom-hiw__icon-label{font-size:1.25rem}.custom-hiw__col-body{padding:1.6rem}}.custom-htu__layout{display:grid;grid-template-columns:minmax(220px,1fr) 3fr;align-items:start;gap:var(--htu-gap, 32px)}.custom-htu__heading{margin:0;font-size:4rem;line-height:1.05;font-weight:800;color:var(--htu-text, inherit)}.custom-htu__steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--htu-gap, 32px);align-items:start}.custom-htu__step{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.6rem;color:var(--htu-text, inherit)}.custom-htu__step-image{flex:0 0 auto;width:var(--htu-image-size, 108px);height:var(--htu-image-size, 108px);border-radius:50%;background:var(--htu-image-bg, #e7eef0);overflow:hidden;display:flex;align-items:center;justify-content:center}.custom-htu__step-img{width:100%;height:100%;object-fit:cover;display:block}.custom-htu__step-body{flex:1 1 0;min-width:0}.custom-htu__step-title{margin:0 0 .6rem;font-size:1.7rem;font-weight:700;line-height:1.3}.custom-htu__step-text{font-size:1.45rem;line-height:1.55;color:var(--htu-text, inherit)}.custom-htu__step-text p{margin:0}.custom-htu__step-text p+p{margin-top:.6rem}@media(max-width:990px){.custom-htu__layout{grid-template-columns:1fr;gap:2.4rem}.custom-htu__heading{font-size:3rem}.custom-htu__steps{grid-template-columns:1fr;gap:2rem}}@media(max-width:600px){.custom-htu__heading{font-size:2.4rem}.custom-htu__step{gap:1.2rem}.custom-htu__step-image{width:clamp(72px,var(--htu-image-size, 108px),96px);height:clamp(72px,var(--htu-image-size, 108px),96px)}.custom-htu__step-title{font-size:1.55rem}.custom-htu__step-text{font-size:1.35rem}}.custom-mb__layout{display:grid;grid-template-columns:minmax(220px,1fr) 2fr;gap:4rem;align-items:center}.custom-mb__badge-wrap{display:flex;flex-direction:column;align-items:center;gap:1.6rem}.custom-mb__badge{width:var(--mb-badge-size, 220px);height:var(--mb-badge-size, 220px);border-radius:50%;background:var(--mb-badge-bg, #E68A2E);color:var(--mb-badge-color, #ffffff);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 0 0 16px var(--mb-badge-glow, rgba(230, 138, 46, .18));text-align:center}.custom-mb__badge-number{font-size:calc(var(--mb-badge-size, 220px) * .36);font-weight:800;line-height:1;letter-spacing:-.02em}.custom-mb__badge-small{font-size:calc(var(--mb-badge-size, 220px) * .07);font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:.2rem 0}.custom-mb__badge-small--top{margin-bottom:.2rem}.custom-mb__stars{display:inline-flex;gap:.2rem;color:var(--mb-star, #E68A2E)}.custom-mb__star svg{width:18px;height:18px;display:block}.custom-mb__content{color:var(--mb-text, inherit)}.custom-mb__caption{display:inline-block;background:var(--mb-cap-bg, #FBE5C2);color:var(--mb-cap-color, #B45A0F);font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.5rem 1.2rem;border-radius:999px;margin-bottom:1.4rem}.custom-mb__title{margin:0 0 1.2rem;font-size:var(--mb-title-size, 36px);line-height:1.15;font-weight:700}.custom-mb__paragraph{margin:0 0 1.6rem;font-size:var(--mb-text-size, 16px);line-height:1.55}.custom-mb__paragraph p{margin:0 0 .8rem}.custom-mb__paragraph p:last-child{margin:0}.custom-mb__bullets{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}.custom-mb__bullet{display:flex;align-items:center;gap:.9rem;font-size:var(--mb-text-size, 16px);line-height:1.4}.custom-mb__bullet-icon{flex:0 0 auto;width:22px;height:22px;color:var(--mb-bullet-icon, #2F8F4E);display:inline-flex;align-items:center;justify-content:center}.custom-mb__bullet-icon svg{width:100%;height:100%;display:block}@media(max-width:990px){.custom-mb__layout{grid-template-columns:1fr;gap:2.6rem;text-align:center}.custom-mb__badge-wrap{align-items:center}.custom-mb__bullets{align-items:flex-start;max-width:480px;margin-left:auto;margin-right:auto}.custom-mb__bullet{text-align:left}}@media(max-width:600px){.custom-mb__badge{width:clamp(160px,var(--mb-badge-size, 220px),200px);height:clamp(160px,var(--mb-badge-size, 220px),200px)}.custom-mb__title{font-size:clamp(22px,var(--mb-title-size, 36px),28px)}.custom-mb__paragraph,.custom-mb__bullet{font-size:clamp(14px,var(--mb-text-size, 16px),15px)}}.custom-steps__layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.custom-steps__left,.custom-steps__right{min-width:0}.custom-steps__header{margin:0 0 3.2rem;color:var(--cns-text, inherit)}.custom-steps__caption{display:inline-block;background:var(--cns-cap-bg, #E8F2F4);color:var(--cns-cap-color, #1F3A4C);font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.4rem 1.2rem;border-radius:999px;margin-bottom:1.6rem}.custom-steps__title{margin:0 0 1.4rem;font-size:clamp(2.4rem,3.4vw,3.8rem);line-height:1.1;font-weight:700}.custom-steps__intro{margin:0;font-size:1.55rem;line-height:1.55;color:var(--cns-text, inherit)}.custom-steps__intro p{margin:0 0 1rem}.custom-steps__intro p:last-child{margin:0}.custom-steps__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2.4rem}.custom-steps__item{display:grid;grid-template-columns:auto 1fr;gap:1.6rem;align-items:flex-start;color:var(--cns-text, inherit)}.custom-steps__num{flex:0 0 auto;width:36px;height:36px;border-radius:50%;background:var(--cns-num-bg, #1B2A3A);color:var(--cns-num-color, #ffffff);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;line-height:1}.custom-steps__item-title{margin:.4rem 0 .6rem;font-size:1.7rem;font-weight:700;line-height:1.3}.custom-steps__item-text{font-size:1.45rem;line-height:1.55;color:var(--cns-text, inherit)}.custom-steps__item-text p{margin:0}.custom-steps__item-text p+p{margin-top:.6rem}.custom-steps__media{overflow:hidden;border-radius:var(--cns-image-radius, 16px);background:#0000000a}.custom-steps__media-img{width:100%;height:auto;display:block}.custom-steps__media--mobile{display:none}.custom-steps__media--desktop.is-sticky{position:sticky;top:100px}@media(max-width:990px){.custom-steps__layout{grid-template-columns:1fr;gap:2.4rem}.custom-steps__right{display:none}.custom-steps__media--mobile{display:block;margin:0 0 2.4rem}.custom-steps__header{margin-bottom:2rem}.custom-steps__media--desktop.is-sticky{position:static}}@media(max-width:600px){.custom-steps__list{gap:1.8rem}.custom-steps__item{gap:1.2rem}.custom-steps__num{width:32px;height:32px;font-size:1.3rem}.custom-steps__item-title{font-size:1.55rem}.custom-steps__item-text{font-size:1.35rem}.custom-steps__intro{font-size:1.4rem}}custom-reviews-carousel,.custom-reviews{display:block}.custom-reviews__inner{width:100%}.custom-reviews__header{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;margin:0 0 2.4rem}.custom-reviews__heading{margin:0;font-size:3.2rem;line-height:1.2;color:var(--cr-text, inherit)}.custom-reviews__nav{display:inline-flex;gap:1rem;flex-shrink:0}.custom-reviews__btn{width:4.4rem;height:4.4rem;border-radius:50%;background:transparent;border:1px solid var(--cr-arrow, currentColor);color:var(--cr-arrow, currentColor);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease;padding:0}.custom-reviews__btn:hover{background:var(--cr-arrow, currentColor);color:var(--cr-bg, #fff)}.custom-reviews__btn[disabled]{opacity:.35;cursor:not-allowed}.custom-reviews__btn svg{width:2rem;height:2rem}.custom-reviews__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:.5rem}.custom-reviews__viewport::-webkit-scrollbar{display:none}.custom-reviews__track{list-style:none;margin:0;padding:0;display:flex;gap:var(--cr-gap, 16px);align-items:stretch}.custom-reviews__card{flex:0 0 var(--cr-card-w, 280px);min-height:var(--cr-card-min-h, 360px);background:var(--cr-bg, #ffffff);border:1px solid var(--cr-border, #e6e6e6);border-radius:var(--cr-radius, 12px);padding:var(--cr-card-pad, 24px);color:var(--cr-text, #1f1f1f);display:flex;flex-direction:column;gap:1.2rem;scroll-snap-align:start;scroll-margin-left:var(--cr-gap, 16px)}.custom-reviews__image{margin:calc(var(--cr-card-pad, 24px) * -1) calc(var(--cr-card-pad, 24px) * -1) 0;overflow:hidden;border-top-left-radius:calc(var(--cr-radius, 12px) - 1px);border-top-right-radius:calc(var(--cr-radius, 12px) - 1px);aspect-ratio:4 / 3;background:#f4f4f4}.custom-reviews__image-img{width:100%;height:100%;object-fit:cover;display:block}.custom-reviews__stars{position:relative;display:inline-flex;line-height:0}.custom-reviews__stars-row{display:inline-flex;gap:2px}.custom-reviews__star{width:18px;height:18px;display:block}.custom-reviews__stars-row--off{color:var(--cr-star-off, #e6e6e6)}.custom-reviews__stars-clip{position:absolute;top:0;left:0;height:100%;width:var(--cr-fill, 100%);overflow:hidden;pointer-events:none}.custom-reviews__stars-row--on{color:var(--cr-star-on, #ffc107)}.custom-reviews__title{margin:0;font-size:1.8rem;line-height:1.3;font-weight:700;color:inherit}.custom-reviews__body{margin:0;font-size:1.45rem;line-height:1.55;color:inherit}.custom-reviews__body>p{margin:0 0 .6rem}.custom-reviews__body>p:last-child{margin:0}.custom-reviews__body strong{font-weight:700}.custom-reviews__meta{margin-top:auto;display:flex;flex-direction:column;gap:.2rem;padding-top:.4rem}.custom-reviews__name{font-size:1.45rem;font-weight:600;color:var(--cr-text, inherit)}.custom-reviews__verified{font-size:1.25rem;color:var(--cr-muted, #8a8a8a)}@media(max-width:750px){.custom-reviews__heading{font-size:2.4rem}.custom-reviews__btn{width:3.6rem;height:3.6rem}.custom-reviews__btn svg{width:1.6rem;height:1.6rem}.custom-reviews__card{flex-basis:clamp(240px,78vw,var(--cr-card-w, 280px));padding:clamp(16px,var(--cr-card-pad, 24px),24px)}}@media(max-width:480px){.custom-reviews__heading{font-size:2rem}.custom-reviews__header{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){.custom-reviews__viewport{scroll-behavior:auto}}.custom-stats__heading{margin:0 0 3.2rem;font-size:3rem;line-height:1.2;font-weight:800}.custom-stats__heading--left{text-align:left}.custom-stats__heading--center{text-align:center}.custom-stats__heading--right{text-align:right}.custom-stats__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(var(--cs-cols, 3),minmax(0,1fr));gap:var(--cs-gap, 24px)}.custom-stats__card{background:var(--cs-card-bg, #f0f0f0);border-radius:var(--cs-card-radius, 16px);padding:var(--cs-card-pad, 40px);color:var(--cs-text, #1f1f1f);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.custom-stats__value{font-size:var(--cs-num-size, 100px);line-height:1;font-weight:800;color:var(--cs-num-color, #45878E);letter-spacing:-.02em}.custom-stats__title{margin:1rem 0 0;font-size:1.7rem;font-weight:700;line-height:1.3}.custom-stats__note{margin:.4rem 0 0;font-size:1.4rem;color:var(--cs-muted, #555);line-height:1.5}@media(max-width:990px){.custom-stats__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.custom-stats__heading{font-size:2.4rem;margin-bottom:2rem}.custom-stats__grid{grid-template-columns:1fr;gap:1.4rem}.custom-stats__card{padding:clamp(24px,var(--cs-card-pad, 40px),32px)}.custom-stats__value{font-size:clamp(56px,var(--cs-num-size, 100px),80px)}.custom-stats__title{font-size:1.6rem}.custom-stats__note{font-size:1.3rem}}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
