.stores-hero{position:relative;display:flex;min-height:660px;overflow:hidden}.stores-hero .stores-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.stores-hero .stores-hero__inner{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;justify-content:space-between;padding-top:var(--sp30);padding-bottom:var(--sp100)}.stores-hero .stores-hero__crumbs-list{display:flex;flex-wrap:wrap;align-items:center;gap:6px;list-style:none;font-size:var(--f16);font-weight:var(--fw-medium);color:var(--white-80)}.stores-hero .stores-hero__crumbs-list li+li:before{content:"/";margin-right:6px;color:var(--white-50)}.stores-hero .stores-hero__crumbs-list a{color:var(--white-80)}.stores-hero .stores-hero__crumbs-list a:hover,.stores-hero .stores-hero__crumbs-list a:focus{color:var(--white)}.stores-hero .stores-hero__crumbs-list [aria-current=page]{color:var(--white)}.stores-hero .stores-hero__title{color:var(--white);font-weight:var(--fw-bold);margin-bottom:0}.stores-hero--shaded .stores-hero__bg{object-position:center 56%}.stores-hero--shaded:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--text);opacity:.42;z-index:0}@media only screen and (max-width:1365px){.stores-hero{min-height:560px}}@media only screen and (max-width:1199px){.stores-hero{min-height:480px}.stores-hero .stores-hero__inner{padding-bottom:var(--sp80)}}@media only screen and (max-width:989px){.stores-hero{min-height:400px}.stores-hero .stores-hero__inner{padding-top:var(--sp20);padding-bottom:var(--sp60)}}@media only screen and (max-width:749px){.stores-hero{min-height:340px}.stores-hero .stores-hero__inner{padding-bottom:var(--sp50)}}.contact-head{background-color:var(--light-bg);padding-top:var(--sp20);padding-bottom:var(--sp150)}.contact-head .contact-head__crumbs-list{display:flex;flex-wrap:wrap;align-items:center;gap:6px;list-style:none;font-size:var(--f16);font-weight:var(--fw-medium);color:var(--text-50);margin-bottom:var(--sp100)}.contact-head .contact-head__crumbs-list li+li:before{content:"/";margin-right:6px;color:var(--text-50)}.contact-head .contact-head__crumbs-list a{color:var(--text-50)}.contact-head .contact-head__crumbs-list a:hover,.contact-head .contact-head__crumbs-list a:focus{color:var(--primary)}.contact-head .contact-head__crumbs-list [aria-current=page]{color:var(--text)}.contact-head .contact-head__inner{display:grid;grid-template-columns:798px 802px;align-items:flex-start}.contact-head .contact-head__title{font-weight:var(--fw-bold);color:var(--text);line-height:1.1;margin-bottom:0}.contact-head .contact-head__text{font-size:var(--f24);font-weight:var(--fw-regular);color:var(--text);line-height:1.4;margin-bottom:0!important}.contact-head .contact-head__text--narrow{max-width:670px}@media only screen and (max-width:1599px){.contact-head .contact-head__inner{grid-template-columns:1fr 1fr;column-gap:var(--gap50)}}@media only screen and (max-width:1199px){.contact-head{padding-bottom:var(--sp100)}.contact-head .contact-head__crumbs-list{margin-bottom:var(--sp60)}.contact-head .contact-head__text{font-size:var(--f20)}}@media only screen and (max-width:989px){.contact-head .contact-head__inner{grid-template-columns:1fr;row-gap:var(--sp30)}}@media only screen and (max-width:749px){.contact-head{padding-bottom:var(--sp60)}.contact-head .contact-head__crumbs-list{margin-bottom:var(--sp40)}}.stores-faq .stores-faq__inner{display:grid;grid-template-columns:455px 1fr;column-gap:var(--sp100);align-items:flex-start}.stores-faq .stores-faq__title{font-weight:var(--fw-bold);color:var(--text);margin-bottom:0}.stores-faq .stores-faq__item{border-bottom:1px solid var(--light-border);padding-block:var(--sp30)}.stores-faq .stores-faq__item:first-child{padding-top:0}.stores-faq .stores-faq__q{font-size:var(--f24);font-weight:var(--fw-semibold);line-height:1.4;margin-bottom:0}.stores-faq .stores-faq__trigger{width:100%;display:flex;align-items:flex-start;justify-content:space-between;column-gap:var(--sp30);padding:0;border:0;background-color:transparent;font:inherit;color:var(--text);text-align:left;cursor:pointer}.stores-faq .stores-faq__trigger:hover,.stores-faq .stores-faq__trigger:focus-visible{color:var(--primary)}.stores-faq .stores-faq__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--text-50);transition:var(--transition-all-ease)}.stores-faq .stores-faq__icon svg{display:block}.stores-faq .stores-faq__icon-v{transform-origin:center;transition:var(--transition-all-ease)}.stores-faq .stores-faq__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-in-out}.stores-faq .stores-faq__a-inner{overflow:hidden}.stores-faq .stores-faq__a-inner p{font-size:var(--f18);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.55;margin-bottom:0!important;max-width:880px}.stores-faq .stores-faq__item.is-open .stores-faq__icon{color:var(--primary)}.stores-faq .stores-faq__item.is-open .stores-faq__icon-v{opacity:0}.stores-faq .stores-faq__item.is-open .stores-faq__a{grid-template-rows:1fr}.stores-faq .stores-faq__item.is-open .stores-faq__a-inner p{padding-top:var(--sp20)}@media only screen and (max-width:1365px){.stores-faq .stores-faq__inner{grid-template-columns:380px 1fr;column-gap:var(--sp60)}}@media only screen and (max-width:1199px){.stores-faq .stores-faq__inner{grid-template-columns:300px 1fr;column-gap:var(--sp50)}.stores-faq .stores-faq__item{padding-block:var(--sp20)}}@media only screen and (max-width:989px){.stores-faq .stores-faq__inner{grid-template-columns:1fr;row-gap:var(--sp40)}.stores-faq .stores-faq__item:first-child{padding-top:var(--sp20);border-top:1px solid var(--light-border)}}@media only screen and (max-width:749px){.stores-faq .stores-faq__q{font-size:var(--f20)}.stores-faq .stores-faq__trigger{column-gap:var(--sp20)}}.stores-shortcuts{background-color:var(--white)}.stores-shortcuts .stores-shortcuts__list{display:grid;grid-template-columns:repeat(4,1fr);list-style:none;border-bottom:1px solid var(--light-border)}.stores-shortcuts .stores-shortcuts__item+.stores-shortcuts__item{border-left:1px solid var(--light-border)}.stores-shortcuts .stores-shortcuts__link{display:flex;flex-direction:column;row-gap:6px;padding:var(--sp20) var(--sp30);height:100%}.stores-shortcuts .stores-shortcuts__link:hover .stores-shortcuts__name,.stores-shortcuts .stores-shortcuts__link:focus .stores-shortcuts__name{color:var(--primary)}.stores-shortcuts .stores-shortcuts__item:first-child .stores-shortcuts__link{padding-left:0}.stores-shortcuts .stores-shortcuts__num{font-size:var(--f14);font-weight:var(--fw-bold);letter-spacing:2px;color:var(--primary);line-height:1.2}.stores-shortcuts .stores-shortcuts__name{font-size:var(--f30);font-weight:var(--fw-bold);color:var(--text);line-height:1.2;transition:var(--transition-all-ease)}.stores-shortcuts .stores-shortcuts__area{font-size:var(--f16);font-weight:var(--fw-regular);color:var(--text-50);line-height:1.4}@media only screen and (max-width:989px){.stores-shortcuts .stores-shortcuts__list{grid-template-columns:repeat(2,1fr)}.stores-shortcuts .stores-shortcuts__item:nth-child(-n+2) .stores-shortcuts__link{padding-bottom:var(--sp20)}.stores-shortcuts .stores-shortcuts__item:nth-child(n+3){border-top:1px solid var(--light-border)}.stores-shortcuts .stores-shortcuts__item:nth-child(odd){border-left:0}.stores-shortcuts .stores-shortcuts__item:nth-child(odd) .stores-shortcuts__link{padding-left:0}}@media only screen and (max-width:479px){.stores-shortcuts .stores-shortcuts__list{grid-template-columns:1fr}.stores-shortcuts .stores-shortcuts__item{border-left:0}.stores-shortcuts .stores-shortcuts__item+.stores-shortcuts__item{border-top:1px solid var(--light-border)}.stores-shortcuts .stores-shortcuts__link{padding-left:0;padding-right:0;padding-block:var(--sp20)}}.stores-intro .stores-intro__inner{display:grid;grid-template-columns:1fr 560px;column-gap:var(--sp150);align-items:center}.stores-intro .stores-intro__eyebrow{display:flex;align-items:center;gap:var(--sp20);font-size:var(--f16);font-weight:var(--fw-bold);letter-spacing:1px;text-transform:uppercase;color:var(--primary);line-height:1.2;margin-bottom:var(--sp20)}.stores-intro .stores-intro__eyebrow:after{content:"";flex:1;height:1px;background-color:var(--light-border)}.stores-intro .stores-intro__lead{font-size:var(--f40);font-weight:var(--fw-regular);color:var(--text);line-height:1.3;max-width:750px;margin-bottom:0!important}.stores-intro .stores-intro__text{font-size:var(--f18);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.6;border-top:1px solid var(--light-border);margin-top:var(--sp30);padding-top:var(--sp40);margin-bottom:var(--sp40)!important;max-width:820px}.stores-intro .stores-intro__media{position:relative;margin:0}.stores-intro .stores-intro__img{width:100%;height:656px;object-fit:cover}.stores-intro .stores-intro__caption{position:absolute;left:10px;right:10px;bottom:5px;background-color:var(--primary);padding:var(--sp20) var(--sp30) var(--sp30)}.stores-intro .stores-intro__caption-label{display:block;font-size:var(--f14);font-weight:var(--fw-medium);letter-spacing:1px;text-transform:uppercase;color:var(--white-80);line-height:1.2;margin-bottom:10px}.stores-intro .stores-intro__caption-text{font-size:var(--f18);font-weight:var(--fw-regular);color:var(--white);line-height:1.4;margin-bottom:0!important}@media only screen and (max-width:1365px){.stores-intro .stores-intro__inner{grid-template-columns:1fr 480px;column-gap:var(--sp100)}.stores-intro .stores-intro__img{height:560px}}@media only screen and (max-width:1199px){.stores-intro .stores-intro__inner{grid-template-columns:1fr 400px;column-gap:var(--sp60)}.stores-intro .stores-intro__img{height:500px}.stores-intro .stores-intro__text{margin-top:var(--sp40);padding-top:var(--sp30)}}@media only screen and (max-width:989px){.stores-intro .stores-intro__inner{grid-template-columns:1fr;row-gap:var(--sp50)}.stores-intro .stores-intro__img{height:420px}}@media only screen and (max-width:749px){.stores-intro .stores-intro__img{height:340px}.stores-intro .stores-intro__caption{padding:var(--sp20)}}.store-locator .store-locator__head{display:grid;grid-template-columns:minmax(0,660px) minmax(0,640px);column-gap:var(--gap100);align-items:flex-start;margin-bottom:var(--sp60)}.store-locator .store-locator__title{font-weight:var(--fw-bold);color:var(--text);margin-bottom:0}.store-locator .store-locator__desc{font-size:var(--f24);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.4;margin-bottom:0!important;padding-top:10px}.store-locator .store-locator__body{display:grid;grid-template-columns:460px 1fr;align-items:stretch}.store-locator .store-locator__panels{border:1px solid var(--light-border);border-right:0}.store-locator .store-locator__card{display:none;flex-direction:column;height:100%}.store-locator .store-locator__card.is-active{display:flex}.store-locator .store-locator__card-img{width:100%;height:260px;object-fit:cover}.store-locator .store-locator__card-body{display:flex;flex-direction:column;flex:1;padding:var(--sp30) var(--sp40)}.store-locator .store-locator__card-eyebrow{font-size:var(--f14);font-weight:var(--fw-bold);letter-spacing:2px;text-transform:uppercase;color:var(--primary);line-height:1.2;margin-bottom:10px!important}.store-locator .store-locator__card-name{font-size:var(--f30);font-weight:var(--fw-bold);color:var(--text);line-height:1.2;margin-bottom:10px}.store-locator .store-locator__card-address{font-size:var(--f18);font-style:normal;font-weight:var(--fw-regular);color:var(--text-80);line-height:1.4;margin-bottom:var(--sp30)}.store-locator .store-locator__card-phone{font-size:var(--f18);font-weight:var(--fw-medium);color:var(--text-80);line-height:1.4}.store-locator .store-locator__card-phone:hover,.store-locator .store-locator__card-phone:focus{color:var(--primary)}.store-locator .store-locator__card-btn{width:100%;text-align:center;margin-top:auto}.store-locator .store-locator__map{position:relative;align-self:start;aspect-ratio:1140 / 645;background-color:var(--light-bg)}.store-locator .store-locator__map-img{width:100%;height:100%;object-fit:cover}.store-locator .store-locator__pin{position:absolute;transform:translate(-50%,-100%);display:flex;flex-direction:column;align-items:center;row-gap:8px;padding:0;border:0;background-color:transparent;cursor:pointer;z-index:2}.store-locator .store-locator__pin[data-store-pin="01"]{left:9.8%;top:50.4%}.store-locator .store-locator__pin[data-store-pin="02"]{left:78.9%;top:46.7%}.store-locator .store-locator__pin[data-store-pin="03"]{left:60.9%;top:77.1%}.store-locator .store-locator__pin[data-store-pin="04"]{left:68.7%;top:17.8%}.store-locator .store-locator__pin:hover .store-locator__pin-dot,.store-locator .store-locator__pin:focus-visible .store-locator__pin-dot{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.store-locator .store-locator__pin:hover .store-locator__pin-dot:after,.store-locator .store-locator__pin:focus-visible .store-locator__pin-dot:after{border-top-color:var(--primary)}.store-locator .store-locator__pin.is-active{z-index:3}.store-locator .store-locator__pin.is-active .store-locator__pin-label,.store-locator .store-locator__pin.is-active .store-locator__pin-dot{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.store-locator .store-locator__pin.is-active .store-locator__pin-dot:after{border-top-color:var(--primary)}.store-locator .store-locator__pin-label{font-size:var(--f14);font-weight:var(--fw-bold);color:var(--text);line-height:1.2;white-space:nowrap;background-color:var(--white);border:1px solid var(--light-border);padding:6px 10px;transition:var(--transition-all-ease)}.store-locator .store-locator__pin-dot{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--white);border:1px solid var(--text);color:var(--text);font-size:var(--f12);font-weight:var(--fw-bold);line-height:1;transition:var(--transition-all-ease)}.store-locator .store-locator__pin-dot:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%,-2px);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:9px solid var(--text);transition:var(--transition-all-ease)}@media only screen and (max-width:1599px){.store-locator .store-locator__head{grid-template-columns:minmax(0,1fr) minmax(0,560px);column-gap:var(--sp60)}.store-locator .store-locator__card-img{height:220px}}@media only screen and (max-width:1365px){.store-locator .store-locator__head{grid-template-columns:1fr;row-gap:var(--sp20)}.store-locator .store-locator__body{grid-template-columns:1fr}.store-locator .store-locator__panels{border-right:1px solid var(--light-border)}.store-locator .store-locator__card-img{height:260px}.store-locator .store-locator__card-body{padding:var(--sp30)}.store-locator .store-locator__map{border:1px solid var(--light-border);border-top:0}}@media only screen and (max-width:749px){.store-locator .store-locator__desc{font-size:var(--f20)}.store-locator .store-locator__card-img{height:220px}.store-locator .store-locator__pin-dot{width:30px;height:30px}}.store-services{background-color:var(--light-bg)}.store-services .store-services__inner{display:grid;grid-template-columns:445px 1fr 1fr;column-gap:var(--gap50);align-items:flex-start}.store-services .store-services__title{font-weight:var(--fw-bold);color:var(--text);margin-bottom:0}.store-services .store-services__list{list-style:none}.store-services .store-services__item{display:flex;align-items:flex-start;column-gap:var(--sp30);border-top:1px solid var(--light-border);padding-block:var(--sp16)}.store-services .store-services__item:last-child{border-bottom:1px solid var(--light-border)}.store-services .store-services__num{flex:0 0 auto;font-size:var(--f14);font-weight:var(--fw-bold);letter-spacing:1px;color:var(--text-50);line-height:1.7}.store-services .store-services__text{font-size:var(--f16);font-weight:var(--fw-regular);color:var(--text);line-height:1.5;margin-bottom:0!important}@media only screen and (max-width:1365px){.store-services .store-services__inner{grid-template-columns:360px 1fr 1fr;column-gap:var(--gap40)}}@media only screen and (max-width:1199px){.store-services .store-services__inner{grid-template-columns:300px 1fr 1fr;column-gap:var(--gap30)}.store-services .store-services__item{column-gap:var(--sp20)}}@media only screen and (max-width:989px){.store-services .store-services__inner{grid-template-columns:1fr 1fr;row-gap:var(--sp40)}.store-services .store-services__title{grid-column:1 / -1}}@media only screen and (max-width:749px){.store-services .store-services__inner{grid-template-columns:1fr;row-gap:0}.store-services .store-services__title{margin-bottom:var(--sp30)}.store-services .store-services__list:first-of-type .store-services__item:last-child{border-bottom:0}}.store-intro .store-intro__inner{display:grid;grid-template-columns:880px 1fr;column-gap:var(--gap100);align-items:flex-start}.store-intro .store-intro__lead{font-size:var(--f40);font-weight:var(--fw-regular);color:var(--text);line-height:1.25;margin-bottom:0!important}.store-intro .store-intro__text{font-size:var(--f24);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.4;margin-bottom:var(--sp20)!important}.store-intro .store-intro__actions{display:flex;flex-wrap:wrap;gap:10px}.store-intro .store-intro__btn-outline{color:var(--text);border-color:var(--text)}.store-intro .store-intro__btn-outline:hover,.store-intro .store-intro__btn-outline:focus{background-color:var(--text);color:var(--white)}@media only screen and (max-width:1599px){.store-intro .store-intro__inner{grid-template-columns:1fr 620px;column-gap:var(--sp80)}}@media only screen and (max-width:1199px){.store-intro .store-intro__inner{grid-template-columns:1fr 480px;column-gap:var(--sp60)}.store-intro .store-intro__text{font-size:var(--f20)}}@media only screen and (max-width:989px){.store-intro .store-intro__inner{grid-template-columns:1fr;row-gap:var(--sp40)}}@media only screen and (max-width:479px){.store-intro .store-intro__actions{flex-direction:column;align-items:stretch}.store-intro .store-intro__actions .btn{text-align:center}}.store-contact .store-contact__title{font-weight:var(--fw-bold);color:var(--text);margin-bottom:var(--sp50)}.store-contact .store-contact__box{display:grid;grid-template-columns:590px 1fr;border:1px solid var(--text)}.store-contact .store-contact__details{border-right:1px solid var(--text)}.store-contact .store-contact__row{display:grid;grid-template-columns:200px 1fr;padding:var(--sp30)}.store-contact .store-contact__row:not(:last-child){border-bottom:1px solid var(--light-border)}.store-contact .store-contact__label{font-size:var(--f14);font-weight:var(--fw-bold);letter-spacing:2px;text-transform:uppercase;color:var(--primary);line-height:1.6;margin-bottom:0!important}.store-contact .store-contact__value{font-size:var(--f18);font-style:normal;font-weight:var(--fw-regular);color:var(--text);line-height:1.4;margin-bottom:0!important}.store-contact .store-contact__value a{color:var(--text)}.store-contact .store-contact__value a:hover,.store-contact .store-contact__value a:focus{color:var(--primary)}.store-contact .store-contact__hours{font-size:var(--f16);color:var(--text);line-height:1.4;margin-bottom:0!important}.store-contact .store-contact__hours strong{font-weight:var(--fw-semibold)}.store-contact .store-contact__hours span{color:var(--text-50)}.store-contact .store-contact__btn{display:block;width:100%;max-width:330px;text-align:center;margin-top:var(--sp30)}.store-contact .store-contact__map{position:relative;aspect-ratio:1008 / 505;align-self:start;background-color:var(--light-bg)}.store-contact .store-contact__map-img{width:100%;height:100%;object-fit:cover}.store-contact .store-contact__pin{position:absolute;left:14.4%;top:51.5%;transform:translate(-50%,-50%);width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--primary);color:var(--white);font-size:var(--f12);font-weight:var(--fw-bold);line-height:1;box-shadow:0 0 0 17px var(--primary-20)}.store-contact .store-contact__pin:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%,-6px);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:11px solid var(--primary)}@media only screen and (max-width:1599px){.store-contact .store-contact__box{grid-template-columns:1fr}.store-contact .store-contact__details{border-right:0;border-bottom:1px solid var(--text)}}@media only screen and (max-width:989px){.store-contact .store-contact__row{grid-template-columns:1fr;row-gap:6px;padding:var(--sp20)}}@media only screen and (max-width:749px){.store-contact .store-contact__title{margin-bottom:var(--sp30)}.store-contact .store-contact__btn{max-width:100%}}.store-offer{background-color:var(--light-bg)}.store-offer .store-offer__head{display:grid;grid-template-columns:740px 740px;column-gap:var(--gap100);align-items:flex-start;margin-bottom:var(--sp40)}.store-offer .store-offer__title{font-weight:var(--fw-bold);color:var(--text);margin-bottom:0}.store-offer .store-offer__desc{font-size:var(--f24);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.4;margin-bottom:0!important;padding-top:var(--sp60)}.store-offer .store-offer__cols{display:grid;grid-template-columns:740px 740px;column-gap:var(--gap100);align-items:flex-start}.store-offer .store-offer__eyebrow{display:flex;align-items:center;gap:var(--sp20);font-size:var(--f16);font-weight:var(--fw-bold);letter-spacing:1px;text-transform:uppercase;color:var(--primary);line-height:1.2;margin-bottom:10px!important}.store-offer .store-offer__eyebrow:after{content:"";flex:1;height:1px;background-color:var(--light-border)}.store-offer .store-offer__list{list-style:none}.store-offer .store-offer__item{display:grid;grid-template-columns:38px 1fr;column-gap:0;border-bottom:1px solid var(--light-border);padding-block:var(--sp20)}.store-offer .store-offer__num{font-size:var(--f14);font-weight:var(--fw-bold);letter-spacing:1px;color:var(--text-50);line-height:1.9}.store-offer .store-offer__name{font-size:var(--f20);font-weight:var(--fw-semibold);color:var(--text);line-height:1.3;margin-bottom:0}.store-offer .store-offer__note{font-size:var(--f16);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.5;margin-bottom:0!important}@media only screen and (max-width:1599px){.store-offer .store-offer__head,.store-offer .store-offer__cols{grid-template-columns:1fr 1fr;column-gap:var(--gap50)}.store-offer .store-offer__desc{padding-top:var(--sp40)}}@media only screen and (max-width:989px){.store-offer .store-offer__head,.store-offer .store-offer__cols{grid-template-columns:1fr;row-gap:var(--sp40)}.store-offer .store-offer__desc{padding-top:0}}@media only screen and (max-width:749px){.store-offer .store-offer__item{grid-template-columns:30px 1fr;padding-block:var(--sp16)}}.other-stores .other-stores__title{font-weight:var(--fw-bold);color:var(--text);margin-bottom:var(--sp50)}.other-stores .other-stores__list{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap40);list-style:none}.other-stores .other-stores__card{display:flex;flex-direction:column;height:100%;border:1px solid var(--light-border);transition:var(--transition-all-ease)}.other-stores .other-stores__card:hover,.other-stores .other-stores__card:focus{border-color:var(--primary)}.other-stores .other-stores__card:hover .other-stores__name,.other-stores .other-stores__card:focus .other-stores__name{color:var(--primary)}.other-stores .other-stores__img{width:100%;height:300px;object-fit:cover}.other-stores .other-stores__body{display:flex;flex-direction:column;row-gap:10px;padding:var(--sp30)}.other-stores .other-stores__eyebrow{font-size:var(--f14);font-weight:var(--fw-bold);letter-spacing:2px;text-transform:uppercase;color:var(--primary);line-height:1.2}.other-stores .other-stores__name{font-size:var(--f30);font-weight:var(--fw-bold);color:var(--text);line-height:1.2;transition:var(--transition-all-ease)}.other-stores .other-stores__area{font-size:var(--f18);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.4}@media only screen and (max-width:1365px){.other-stores .other-stores__img{height:260px}}@media only screen and (max-width:1199px){.other-stores .other-stores__list{gap:var(--gap30)}.other-stores .other-stores__img{height:220px}.other-stores .other-stores__body{padding:var(--sp20)}}@media only screen and (max-width:749px){.other-stores .other-stores__title{margin-bottom:var(--sp30)}.other-stores .other-stores__list{grid-template-columns:1fr}.other-stores .other-stores__img{height:240px}}.contact-form{--edge: max(var(--sp16), calc((100vw - var(--container)) / 2 + var(--sp16)));display:grid;grid-template-columns:42.08% 1fr}.contact-form .contact-form__info{position:relative;overflow:hidden;background-color:var(--text);padding:var(--sp150) var(--sp40) var(--sp150) var(--edge)}.contact-form .contact-form__info-inner{position:relative;z-index:1;max-width:510px}.contact-form .contact-form__info-title{color:var(--white);font-weight:var(--fw-bold);margin-bottom:var(--sp40)}.contact-form .contact-form__row{padding-block:var(--sp30);border-bottom:1px solid var(--white-20)}.contact-form .contact-form__row:first-of-type{padding-top:0}.contact-form .contact-form__row:last-of-type{border-bottom:0}.contact-form .contact-form__label{font-size:var(--f14);font-weight:var(--fw-bold);letter-spacing:2px;text-transform:uppercase;color:var(--white-50);line-height:1.4;margin-bottom:10px!important}.contact-form .contact-form__value{font-size:var(--f24);font-weight:var(--fw-regular);color:var(--white);line-height:1.4;margin-bottom:0!important}.contact-form .contact-form__value a{color:var(--white)}.contact-form .contact-form__value a:hover,.contact-form .contact-form__value a:focus{color:var(--light-blue)}.contact-form .contact-form__mark{position:absolute;left:-50px;bottom:60px;font-size:340px;font-weight:var(--fw-bold);line-height:1;letter-spacing:-14px;color:transparent;-webkit-text-stroke:1px var(--white-10);pointer-events:none;-webkit-user-select:none;user-select:none}.contact-form .contact-form__panel{background-color:var(--white);padding:var(--sp150) var(--edge) var(--sp150) var(--sp150)}.contact-form .contact-form__title{font-weight:var(--fw-bold);color:var(--text);margin-bottom:10px}.contact-form .contact-form__intro{font-size:var(--f18);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.55;margin-bottom:var(--sp50)!important}.contact-form .contact-form__form{display:grid;grid-template-columns:1fr 1fr;column-gap:var(--sp20)}.contact-form .contact-form__field{margin-bottom:var(--sp20)}.contact-form .contact-form__field--wide{grid-column:1 / -1}.contact-form .contact-form__field-label{display:block;font-size:var(--f14);font-weight:var(--fw-bold);letter-spacing:1px;text-transform:uppercase;color:var(--text-50);line-height:1.6;margin-bottom:8px;transition:var(--transition-all-ease)}.contact-form .contact-form__field:focus-within .contact-form__field-label{color:var(--text)}.contact-form .contact-form__input{width:100%;height:50px;background-color:var(--light-bg);border:1px solid var(--light-border);padding:10px var(--sp20);font-family:var(--fontBody);font-size:var(--f18);font-weight:var(--fw-regular);color:var(--text);line-height:1.4;transition:var(--transition-all-ease)}.contact-form .contact-form__input:focus,.contact-form .contact-form__input:focus-visible{border-color:var(--text);outline:0}.contact-form select.contact-form__input{padding-right:45px;background-position:calc(100% - 20px) 50%}.contact-form .contact-form__textarea{height:100px;resize:vertical}.contact-form .contact-form__submit{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:52px;margin-top:10px;cursor:pointer}.contact-form .contact-form__submit svg{display:block}@media only screen and (max-width:1599px){.contact-form .contact-form__panel{padding-left:var(--sp80)}.contact-form .contact-form__info,.contact-form .contact-form__panel{padding-block:var(--sp100)}}@media only screen and (max-width:1199px){.contact-form{grid-template-columns:1fr}.contact-form .contact-form__info{padding:var(--sp80) var(--edge)}.contact-form .contact-form__info-inner{max-width:100%}.contact-form .contact-form__panel{padding:var(--sp80) var(--edge)}.contact-form .contact-form__mark{font-size:220px;bottom:-10px}}@media only screen and (max-width:749px){.contact-form .contact-form__intro br{display:none}.contact-form .contact-form__form{grid-template-columns:1fr;column-gap:0}.contact-form .contact-form__info,.contact-form .contact-form__panel{padding-block:var(--sp50)}.contact-form .contact-form__mark{font-size:150px;bottom:-10px}}.contact-map{position:relative;aspect-ratio:1920 / 979;background-color:var(--light-bg)}.contact-map .contact-map__img{width:100%;height:100%;object-fit:cover}.contact-map .contact-map__pin{position:absolute;transform:translate(-50%,-100%);display:flex;flex-direction:column;align-items:center;row-gap:8px;z-index:2}.contact-map .contact-map__pin[data-store-pin="01"]{left:11.5%;top:51%}.contact-map .contact-map__pin[data-store-pin="02"]{left:80.5%;top:45.1%}.contact-map .contact-map__pin[data-store-pin="03"]{left:48%;top:49.6%}.contact-map .contact-map__pin[data-store-pin="04"]{left:74.4%;top:21.8%}.contact-map .contact-map__pin.is-active{z-index:3}.contact-map .contact-map__pin.is-active .contact-map__pin-label,.contact-map .contact-map__pin.is-active .contact-map__pin-dot{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.contact-map .contact-map__pin.is-active .contact-map__pin-dot:after{border-top-color:var(--primary)}.contact-map .contact-map__pin-label{font-size:var(--f20);font-weight:var(--fw-bold);color:var(--text);line-height:1.2;white-space:nowrap;background-color:var(--white);border:1px solid var(--text);padding:8px var(--sp20)}.contact-map .contact-map__pin-dot{position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--white);border:1px solid var(--text);color:var(--text);font-size:var(--f12);font-weight:var(--fw-bold);line-height:1}.contact-map .contact-map__pin-dot:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%,-2px);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:9px solid var(--text)}@media only screen and (max-width:989px){.contact-map .contact-map__pin-label{font-size:var(--f14);padding:5px 10px}.contact-map .contact-map__pin-dot{width:28px;height:28px}}@media only screen and (max-width:749px){.contact-map .contact-map__pin-label{font-size:var(--f12);padding:3px 7px}.contact-map .contact-map__pin-dot{width:22px;height:22px;font-size:10px}.contact-map .contact-map__pin-dot:after{border-left-width:4px;border-right-width:4px;border-top-width:7px}}.faq-topics .faq-topics__inner{display:grid;grid-template-columns:455px 1fr;column-gap:var(--gap100);align-items:flex-start}.faq-topics .faq-topics__list{list-style:none;border:1px solid var(--light-border)}.faq-topics .faq-topics__item+.faq-topics__item{border-top:1px solid var(--light-border)}.faq-topics .faq-topics__link{display:block;padding:24px var(--sp30);font-size:var(--f20);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.4}.faq-topics .faq-topics__link:hover,.faq-topics .faq-topics__link:focus{color:var(--primary)}.faq-topics .faq-topics__link.is-active{background-color:var(--primary);color:var(--white);font-weight:var(--fw-medium)}.faq-topics .stores-faq__item:last-child{border-bottom:0}@media only screen and (max-width:1365px){.faq-topics .faq-topics__inner{grid-template-columns:380px 1fr;column-gap:var(--sp60)}.faq-topics .faq-topics__link{padding:var(--sp20)}}@media only screen and (max-width:989px){.faq-topics .faq-topics__inner{grid-template-columns:1fr;row-gap:var(--sp40)}}@media only screen and (max-width:749px){.faq-topics .faq-topics__link{font-size:var(--f18);padding:var(--sp16) var(--sp20)}}.eye-why .eye-why__eyebrow{display:flex;align-items:center;gap:var(--sp20);font-size:var(--f16);font-weight:var(--fw-bold);letter-spacing:1px;text-transform:uppercase;color:var(--primary);line-height:1.2;margin-bottom:var(--sp30)!important}.eye-why .eye-why__eyebrow:after{content:"";flex:1;max-width:590px;height:1px;background-color:var(--light-border)}.eye-why .eye-why__head{display:grid;grid-template-columns:1fr 620px;column-gap:var(--gap100);align-items:flex-start;margin-bottom:var(--sp40)}.eye-why .eye-why__title{font-size:var(--f70);font-weight:var(--fw-bold);color:var(--text);line-height:1.15;margin-bottom:0}.eye-why .eye-why__text{font-size:var(--f24);font-weight:var(--fw-regular);color:var(--text);line-height:1.4;margin-bottom:0!important}.eye-why .eye-why__list{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;list-style:none}.eye-why .eye-why__card{display:flex;flex-direction:column;background-color:var(--light-bg);padding:var(--sp50) var(--sp40)}.eye-why .eye-why__num{font-size:var(--f80);font-weight:var(--fw-bold);color:var(--text-10);line-height:1;margin-bottom:var(--sp40)}.eye-why .eye-why__card-title{font-size:var(--f30);font-weight:var(--fw-semibold);color:var(--text);line-height:1.3;margin-bottom:var(--sp20)}.eye-why .eye-why__card-text{font-size:var(--f18);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.55;margin-bottom:0!important}.eye-why .eye-why__card--accent{background-color:var(--primary)}.eye-why .eye-why__card--accent .eye-why__num{color:var(--white-20)}.eye-why .eye-why__card--accent .eye-why__card-title,.eye-why .eye-why__card--accent .eye-why__card-text{color:var(--white)}@media only screen and (max-width:1599px){.eye-why .eye-why__head{grid-template-columns:1fr 1fr;column-gap:var(--gap50)}.eye-why .eye-why__card{padding:var(--sp40) var(--sp30)}}@media only screen and (max-width:989px){.eye-why .eye-why__head{grid-template-columns:1fr;row-gap:var(--sp30)}.eye-why .eye-why__list{grid-template-columns:1fr}.eye-why .eye-why__num{margin-bottom:var(--sp20)}}.eye-approach{background-color:var(--light-bg)}.eye-approach .eye-approach__head{display:grid;grid-template-columns:600px 1fr;column-gap:var(--gap100);align-items:flex-start;padding-bottom:var(--sp60)}.eye-approach .eye-approach__title{font-size:var(--f70);font-weight:var(--fw-bold);color:var(--text);line-height:1.15;margin-bottom:var(--sp20)}.eye-approach .eye-approach__lead{font-size:var(--f40);font-weight:var(--fw-semibold);color:var(--text);line-height:1.3;margin-bottom:var(--sp30)!important}.eye-approach .eye-approach__text{font-size:var(--f24);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.45;margin-bottom:var(--sp30)!important;max-width:760px}.eye-approach .eye-approach__note{font-size:var(--f24);font-weight:var(--fw-semibold);color:var(--text);line-height:1.4;margin-bottom:0!important}.eye-approach .eye-approach__list{list-style:none;border-top:1px solid var(--light-border)}.eye-approach .eye-approach__row{display:grid;grid-template-columns:600px 1fr;column-gap:var(--gap100);align-items:flex-start;padding-block:var(--sp40);border-bottom:1px solid var(--light-border)}.eye-approach .eye-approach__row-title{font-size:var(--f40);font-weight:var(--fw-semibold);color:var(--text);line-height:1.2;margin-bottom:0}.eye-approach .eye-approach__row-text{font-size:var(--f16);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.6;margin-bottom:0!important;max-width:800px}@media only screen and (max-width:1599px){.eye-approach .eye-approach__head,.eye-approach .eye-approach__row{grid-template-columns:1fr 1fr;column-gap:var(--gap50)}}@media only screen and (max-width:989px){.eye-approach .eye-approach__head,.eye-approach .eye-approach__row{grid-template-columns:1fr;row-gap:var(--sp20)}.eye-approach .eye-approach__head{padding-bottom:var(--sp40)}.eye-approach .eye-approach__row{padding-block:var(--sp30)}.eye-approach .eye-approach__title{margin-bottom:var(--sp30)}}.eye-stages .eye-stages__title{font-size:var(--f70);font-weight:var(--fw-bold);color:var(--text);line-height:1.15;margin-bottom:var(--sp40)}.eye-stages .eye-stages__list{display:grid;grid-template-columns:repeat(3,1fr);column-gap:var(--gap40);align-items:start;list-style:none}.eye-stages .eye-stages__item:nth-child(2){margin-top:30px}.eye-stages .eye-stages__item:nth-child(3){margin-top:60px}.eye-stages .eye-stages__img{width:100%;height:300px;object-fit:cover;margin-bottom:var(--sp30)}.eye-stages .eye-stages__name{font-size:var(--f40);font-weight:var(--fw-bold);color:var(--text);line-height:1.2;padding-bottom:var(--sp20);border-bottom:1px solid var(--light-border);margin-bottom:var(--sp20)}.eye-stages .eye-stages__lead{font-size:var(--f18);font-weight:var(--fw-semibold);color:var(--text);line-height:1.55;margin-bottom:var(--sp20)!important}.eye-stages .eye-stages__text{font-size:var(--f18);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.55;margin-bottom:0!important}@media only screen and (max-width:1199px){.eye-stages .eye-stages__list{column-gap:var(--gap30)}.eye-stages .eye-stages__img{height:240px}}@media only screen and (max-width:989px){.eye-stages .eye-stages__list{grid-template-columns:1fr;row-gap:var(--sp50)}.eye-stages .eye-stages__item:nth-child(2),.eye-stages .eye-stages__item:nth-child(3){margin-top:0}.eye-stages .eye-stages__img{height:280px}}.eye-journey .eye-journey__title{font-size:var(--f70);font-weight:var(--fw-bold);color:var(--text);line-height:1.15;margin-bottom:var(--sp40)}.eye-journey .eye-journey__list{display:grid;grid-template-columns:repeat(4,1fr);column-gap:40px;align-items:start;list-style:none;padding-top:90px}.eye-journey .eye-journey__step{position:relative;height:280px;background-color:var(--light-bg);padding:var(--sp30)}.eye-journey .eye-journey__step:not(:last-child):after{content:"";position:absolute;left:100%;top:0;width:40px;height:100%;background-color:var(--light-border);transform:skewY(-36.87deg);transform-origin:left top}.eye-journey .eye-journey__step:before{content:"";position:absolute;left:var(--sp30);top:var(--sp30);width:50px;height:1px;background-color:var(--text-30)}.eye-journey .eye-journey__step:nth-child(1){margin-top:90px}.eye-journey .eye-journey__step:nth-child(2){margin-top:60px}.eye-journey .eye-journey__step:nth-child(3){margin-top:30px}.eye-journey .eye-journey__step-title{position:relative;z-index:1;font-size:var(--f30);font-weight:var(--fw-semibold);color:var(--text);line-height:1.25;margin-top:var(--sp30);margin-bottom:var(--sp16)}.eye-journey .eye-journey__step-text{position:relative;z-index:1;font-size:var(--f18);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.55;margin-bottom:0!important}.eye-journey .eye-journey__num{position:absolute;right:var(--sp20);bottom:0;font-size:190px;font-weight:var(--fw-bold);color:var(--text-10);line-height:1;pointer-events:none}.eye-journey .eye-journey__step--accent{background-color:var(--primary);z-index:2}.eye-journey .eye-journey__step--accent:before{background-color:var(--white-30)}.eye-journey .eye-journey__step--accent .eye-journey__step-title,.eye-journey .eye-journey__step--accent .eye-journey__step-text{color:var(--white)}.eye-journey .eye-journey__step--accent .eye-journey__num{color:var(--white-10)}@media only screen and (max-width:1365px){.eye-journey .eye-journey__list{column-gap:30px}.eye-journey .eye-journey__step{height:300px;padding:var(--sp20)}.eye-journey .eye-journey__step:not(:last-child):after{width:30px;transform:skewY(-45deg)}.eye-journey .eye-journey__step:before{left:var(--sp20);top:var(--sp20)}.eye-journey .eye-journey__num{font-size:150px}}@media only screen and (max-width:989px){.eye-journey .eye-journey__list{grid-template-columns:1fr 1fr;column-gap:var(--gap30);row-gap:var(--gap30);padding-top:0}.eye-journey .eye-journey__step{height:auto;min-height:240px;margin-top:0!important}.eye-journey .eye-journey__step:not(:last-child):after{content:none}}@media only screen and (max-width:749px){.eye-journey .eye-journey__list{grid-template-columns:1fr}.eye-journey .eye-journey__step{min-height:0}.eye-journey .eye-journey__num{font-size:120px}}.eye-tech{background-color:var(--text)}.eye-tech .eye-tech__title{font-size:var(--f70);font-weight:var(--fw-bold);color:var(--white);line-height:1.15;margin-bottom:var(--sp40)}.eye-tech .eye-tech__list{display:grid;list-style:none}.eye-tech .eye-tech__list--lead{grid-template-columns:4fr 3fr;gap:32px;margin-bottom:32px}.eye-tech .eye-tech__list--trio{grid-template-columns:repeat(3,1fr);gap:34px}.eye-tech .eye-tech__card{position:relative;overflow:hidden}.eye-tech .eye-tech__list--lead .eye-tech__img{height:453px}.eye-tech .eye-tech__list--trio .eye-tech__img{height:410px}.eye-tech .eye-tech__img{width:100%;object-fit:cover;display:block}.eye-tech .eye-tech__body{position:absolute;left:0;right:0;bottom:0;padding:var(--sp50);background:linear-gradient(to top,#151515b3,#15151500)}.eye-tech .eye-tech__card-title{font-size:var(--f30);font-weight:var(--fw-semibold);color:var(--white);line-height:1.3;margin-bottom:0}.eye-tech .eye-tech__card-text{font-size:var(--f18);font-weight:var(--fw-regular);color:var(--white-80);line-height:1.55;margin-top:var(--sp16);margin-bottom:0!important;max-width:640px}@media only screen and (max-width:1365px){.eye-tech .eye-tech__list--lead .eye-tech__img{height:380px}.eye-tech .eye-tech__list--trio .eye-tech__img{height:320px}.eye-tech .eye-tech__body{padding:var(--sp30)}}@media only screen and (max-width:989px){.eye-tech .eye-tech__list--lead{grid-template-columns:1fr;gap:var(--gap30);margin-bottom:var(--gap30)}.eye-tech .eye-tech__list--trio{grid-template-columns:1fr 1fr;gap:var(--gap30)}.eye-tech .eye-tech__list--lead .eye-tech__img,.eye-tech .eye-tech__list--trio .eye-tech__img{height:300px}}@media only screen and (max-width:749px){.eye-tech .eye-tech__list--trio{grid-template-columns:1fr}.eye-tech .eye-tech__body{padding:var(--sp20)}}.eye-conditions .eye-conditions__title{font-size:var(--f70);font-weight:var(--fw-bold);color:var(--text);line-height:1.15;margin-bottom:var(--sp40)}.eye-conditions .eye-conditions__list{display:grid;grid-template-columns:1fr 1fr;list-style:none;border:1px solid var(--light-border)}.eye-conditions .eye-conditions__item{padding:var(--sp40);border-bottom:1px solid var(--light-border)}.eye-conditions .eye-conditions__item:nth-child(odd){border-right:1px solid var(--light-border)}.eye-conditions .eye-conditions__item:nth-last-child(-n+2){border-bottom:0}.eye-conditions .eye-conditions__name{display:flex;align-items:baseline;gap:10px;font-size:var(--f30);font-weight:var(--fw-semibold);color:var(--text);line-height:1.3;margin-bottom:var(--sp20)}.eye-conditions .eye-conditions__name:before{content:"";flex:0 0 auto;width:7px;height:7px;border-radius:50%;background-color:var(--text)}.eye-conditions .eye-conditions__text{font-size:var(--f18);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.55;margin-bottom:0!important}@media only screen and (max-width:1199px){.eye-conditions .eye-conditions__item{padding:var(--sp30)}}@media only screen and (max-width:749px){.eye-conditions .eye-conditions__list{grid-template-columns:1fr}.eye-conditions .eye-conditions__item{padding:var(--sp20)}.eye-conditions .eye-conditions__item:nth-child(odd){border-right:0}.eye-conditions .eye-conditions__item:nth-last-child(-n+2){border-bottom:1px solid var(--light-border)}.eye-conditions .eye-conditions__item:last-child{border-bottom:0}}.eye-experts{position:relative;overflow:hidden;background-color:var(--primary)}.eye-experts .eye-experts__mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:950px;font-weight:var(--fw-bold);letter-spacing:-30px;line-height:1;color:var(--white-10);pointer-events:none;-webkit-user-select:none;user-select:none}.eye-experts .eye-experts__inner{position:relative;z-index:1}.eye-experts .eye-experts__title{font-size:var(--f70);font-weight:var(--fw-bold);color:var(--white);line-height:1.15;margin-bottom:var(--sp40)}.eye-experts .eye-experts__grid{display:grid;grid-template-columns:775px 1fr;column-gap:var(--gap100);align-items:flex-start}.eye-experts .eye-experts__lead{font-size:var(--f30);font-weight:var(--fw-semibold);color:var(--white);line-height:1.35;margin-bottom:var(--sp40)!important;max-width:740px}.eye-experts .eye-experts__btn{color:var(--primary);background-color:var(--white);border-color:var(--white)}.eye-experts .eye-experts__btn:hover,.eye-experts .eye-experts__btn:focus{background-color:var(--dark-blue);border-color:var(--dark-blue);color:var(--white)}.eye-experts .eye-experts__text{max-width:620px;font-size:var(--f24);font-weight:var(--fw-regular);color:var(--white);line-height:1.45;margin-bottom:var(--sp30)!important}.eye-experts .eye-experts__text:last-child{margin-bottom:0!important}@media only screen and (max-width:1365px){.eye-experts .eye-experts__mark{font-size:640px}.eye-experts .eye-experts__grid{grid-template-columns:1fr 1fr;column-gap:var(--gap50)}.eye-experts .eye-experts__text{font-size:var(--f20)}}@media only screen and (max-width:989px){.eye-experts .eye-experts__grid{grid-template-columns:1fr;row-gap:var(--sp40)}.eye-experts .eye-experts__text{max-width:100%}.eye-experts .eye-experts__mark{font-size:320px}}.eye-stats .eye-stats__title{font-size:var(--f70);font-weight:var(--fw-bold);color:var(--text);line-height:1.15;margin-bottom:var(--sp40)}.eye-stats .eye-stats__list{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;list-style:none}.eye-stats .eye-stats__card{background-color:var(--light-bg);padding:var(--sp50) var(--sp40)}.eye-stats .eye-stats__num{display:block;font-size:var(--f80);font-weight:var(--fw-bold);color:var(--primary);line-height:1;padding-bottom:var(--sp30);margin-bottom:var(--sp30);border-bottom:1px solid var(--light-border);max-width:90px}.eye-stats .eye-stats__name{font-size:var(--f24);font-weight:var(--fw-semibold);color:var(--text);line-height:1.3;margin-bottom:var(--sp16)}.eye-stats .eye-stats__text{font-size:var(--f16);font-weight:var(--fw-regular);color:var(--text-80);line-height:1.55;margin-bottom:0!important}@media only screen and (max-width:1199px){.eye-stats .eye-stats__card{padding:var(--sp40) var(--sp30)}}@media only screen and (max-width:749px){.eye-stats .eye-stats__list{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-pages.css.map */
