:root{--nf-black: #010101;--nf-ink: #151515;--nf-muted: #737373;--nf-line: #e2e2e2;--nf-max: 1300px;--nf-gutter: 36px}.nf-hp{font-family:Mabry Pro,Arial,Helvetica,sans-serif;font-size:1.7rem;font-weight:400;line-height:1.6;letter-spacing:0;-webkit-font-smoothing:antialiased;box-sizing:border-box}.nf-hp *,.nf-hp *:before,.nf-hp *:after{box-sizing:border-box;font-family:inherit;letter-spacing:inherit}.nf-hp :where(h1,h2,h3,h4,h5,h6,p){margin:0}.nf-hp .h1{font-family:Very Vogue Display,serif;font-size:4rem;font-weight:400;line-height:1.15;letter-spacing:0}.nf-hp .h2{font-family:Very Vogue Display,serif;font-size:3.2rem;font-weight:400;line-height:1.2;letter-spacing:0}.nf-hp .h3{font-family:Very Vogue Display,serif;font-size:2.8rem;font-weight:400;line-height:1.25;letter-spacing:0}.nf-hp .h4{font-family:Very Vogue Display,serif;font-size:2.2rem;font-weight:400;line-height:1.3;letter-spacing:0}.nf-btn{display:inline-flex;align-items:center;justify-content:center;padding:0 2.4rem;min-height:4.8rem;font-family:Mabry Pro,Arial,Helvetica,sans-serif;font-size:1.5rem;font-weight:400;text-transform:uppercase;letter-spacing:.03em;text-decoration:none;border-radius:1rem;border:1px solid transparent;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease;width:100%}.nf-btn--primary{background-color:var(--nf-black);color:#fff;border-color:var(--nf-black)}.nf-btn--primary:hover{background-color:#333;border-color:#333}.nf-hero{display:flex;flex-direction:column;align-items:center}.nf-hero__wrapper{display:flex;flex-direction:column;align-items:center;width:100%;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.nf-hero__wrapper{flex-direction:row-reverse}}.nf-hero__media{width:100%;overflow:hidden}@media screen and (min-width:750px){.nf-hero__media{width:50%}}.nf-hero__media img{width:100%;height:100%;object-fit:cover}.nf-hero__media-desktop{display:none;aspect-ratio:4 / 3}.nf-hero__media-mobile{display:block;aspect-ratio:1 / 1}@media screen and (min-width:750px){.nf-hero__media-desktop{display:block}.nf-hero__media-mobile{display:none}}.nf-hero__content{width:100%;padding:2.4rem 1.5rem;text-align:left}@media screen and (min-width:750px){.nf-hero__content{width:50%;padding:3.2rem 4rem}}.nf-hero__badge{display:inline-flex;align-items:center;gap:.8rem;padding:.5rem 1.2rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:1rem;text-transform:uppercase;letter-spacing:.03em;font-size:1.3rem;line-height:1.5}.nf-hero__badge svg{width:1.6rem;height:1.6rem;flex-shrink:0}.nf-hero__heading{margin-top:2rem;margin-bottom:0;font-family:Very Vogue Display,serif;font-weight:400;max-width:600px}.nf-hero__subheading{margin-top:1rem;font-size:1.8rem;line-height:1.5}.nf-hero__checklist{display:flex;flex-wrap:wrap;gap:1.2rem 2.4rem;list-style:none;margin:1.6rem 0 0;padding:0}.nf-hero__checklist-item{display:inline-flex;align-items:center;gap:.8rem;white-space:nowrap;font-size:1.4rem}.nf-hero__checklist-item svg{width:1.8rem;height:1.8rem;flex-shrink:0;color:rgb(var(--color-foreground))}.nf-hero__cta{max-width:400px;margin-top:2.4rem}.nf-hero__guarantee{margin-top:1.2rem;font-size:1.3rem;text-align:center;max-width:400px;color:rgba(var(--color-foreground),.7)}.nf-press-quotes{text-align:center;background-color:var(--nf-press-bg, #f5efe6)}.nf-press-quotes__carousel{display:grid;justify-items:center;align-items:center;width:100%;min-height:14rem}.nf-press-quotes__item{grid-area:1 / 1;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease;pointer-events:none;padding:0 1.5rem}.nf-press-quotes__item.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.nf-press-quotes__quote{font-family:Very Vogue Display,serif;font-weight:400;font-size:1.8rem;line-height:1.35;margin:0}@media screen and (min-width:750px){.nf-press-quotes__quote{font-size:2.4rem}}.nf-press-quotes__logo{max-height:32px;width:auto;object-fit:contain}@media screen and (min-width:750px){.nf-press-quotes__logo{max-height:40px}}.nf-benefits__wrapper{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media screen and (min-width:750px){.nf-benefits__wrapper{grid-template-columns:1fr 1fr;gap:3rem;align-items:center}}.nf-benefits__heading{font-family:Very Vogue Display,serif;font-weight:400;font-size:3.6rem;line-height:1.2;margin:0 0 2rem}.nf-benefits__heading-mobile{display:block}.nf-benefits__heading-desktop{display:none}@media screen and (min-width:750px){.nf-benefits__heading-mobile{display:none}.nf-benefits__heading-desktop{display:block}}.nf-benefits__image-wrap{overflow:hidden;border-radius:1rem}.nf-benefits__image-wrap img{width:100%;height:auto;aspect-ratio:5 / 4;object-fit:cover;transition:transform .6s ease}.nf-benefits__image-wrap:hover img{transform:scale(1.03)}.nf-benefits__cards{display:flex;flex-direction:column}.nf-benefits__card{padding:2rem 0 0;border-top:1px solid rgba(var(--color-foreground),.25)}.nf-benefits__card:first-child{border-top:0;padding-top:0}.nf-benefits__card:not(:last-child){padding-bottom:2rem}.nf-benefits__card-title{font-family:Very Vogue Display,serif;font-weight:400;margin:0 0 .4rem}.nf-benefits__card-text{margin:0;color:rgba(var(--color-foreground),.7)}.nf-benefits__cta{max-width:460px;margin-top:1.6rem}.nf-ba__heading{font-family:Very Vogue Display,serif;font-weight:400;margin:0 0 2.4rem;text-align:left}@media screen and (min-width:750px){.nf-ba__heading{text-align:center}}.nf-ba__tabs{display:flex;justify-content:center;border-bottom:1px solid rgba(var(--color-foreground),.12);margin-bottom:2.4rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.nf-ba__tabs::-webkit-scrollbar{display:none}.nf-ba__tab{flex:1 1 0;max-width:180px;padding:1.2rem 1.6rem;border:none;border-bottom:2px solid transparent;background:none;font-size:1.6rem;cursor:pointer;opacity:.55;transition:opacity .3s ease,border-color .3s ease;white-space:nowrap;color:rgb(var(--color-foreground))}.nf-ba__tab.active{opacity:1;font-weight:500;border-bottom-color:currentColor}.nf-ba__panel{display:none}.nf-ba__panel.active{display:block}.nf-ba__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media screen and (max-width:749px){.nf-ba__grid{display:none}}.nf-ba__carousel{display:none}@media screen and (max-width:749px){.nf-ba__carousel{display:block}}.nf-ba__carousel-track{display:flex;transition:transform .3s ease}.nf-ba__carousel-slide{flex:0 0 100%;padding:0 .5rem}.nf-ba__carousel-nav{display:flex;justify-content:space-between;align-items:center;margin-top:1.6rem;padding:0 .5rem}.nf-ba__dots{display:flex;gap:.8rem}.nf-ba__dot{width:10px;height:10px;border-radius:50%;border:1.5px solid rgb(var(--color-foreground));background:transparent;padding:0;cursor:pointer;transition:background-color .2s ease}.nf-ba__dot.active{background:rgb(var(--color-foreground))}.nf-ba__arrows{display:flex;gap:.8rem}.nf-ba__arrow{width:36px;height:36px;border-radius:50%;border:none;background:rgb(var(--color-foreground));color:rgb(var(--color-background));display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .2s ease}.nf-ba__arrow:disabled{background:#9a9a9a;cursor:not-allowed}.nf-ba__arrow svg{width:16px;height:16px}.nf-ba__slider{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:1 / 1;cursor:col-resize;user-select:none;-webkit-user-select:none}.nf-ba__slider-after,.nf-ba__slider-before{position:absolute;top:0;left:0;width:100%;height:100%}.nf-ba__slider-after img,.nf-ba__slider-before img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.nf-ba__slider-before{overflow:hidden;width:50%;z-index:1}.nf-ba__divider{position:absolute;top:0;left:50%;width:4px;height:100%;background:#fff;z-index:2;transform:translate(-50%);pointer-events:none}.nf-ba__divider:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0000004d;pointer-events:auto;cursor:col-resize}.nf-ba__divider:after{content:"\2194";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.4rem;color:#333;z-index:3;pointer-events:none}.nf-ba__label{position:absolute;top:1rem;padding:.3rem .8rem;background:#ffffffe6;border-radius:10px;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;z-index:3;pointer-events:none}.nf-ba__label--before{left:1rem}.nf-ba__label--after{right:1rem}.nf-stats__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width:750px){.nf-stats__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.nf-stats__item{text-align:left;position:relative}@media screen and (min-width:750px){.nf-stats__item:not(:first-child):before{content:"";position:absolute;left:-1.5rem;top:0;bottom:0;width:1px;background:rgba(var(--color-foreground),.25)}}@media screen and (max-width:749px){.nf-stats__item:not(:last-child):after{content:"";position:absolute;bottom:-1rem;left:0;right:0;height:1px;background:rgba(var(--color-foreground),.25)}}.nf-stats__number{font-family:Very Vogue Display,serif;font-weight:400;font-size:6rem;line-height:1.1;margin:0}.nf-stats__text{margin:.4rem 0 0;text-transform:uppercase;font-size:1.6rem;letter-spacing:.02em}.nf-stats__disclaimer{margin-top:0;font-size:1.2rem;color:#858585}.nf-derm-quote__wrapper{display:grid;grid-template-columns:1fr;gap:0;border-radius:1rem;overflow:hidden;max-width:1200px;margin:0 auto}@media screen and (min-width:750px){.nf-derm-quote__wrapper{grid-template-columns:minmax(0,320px) minmax(0,1fr)}}.nf-derm-quote__image{overflow:hidden}.nf-derm-quote__image img{width:100%;height:100%;object-fit:cover;aspect-ratio:4 / 3;transition:transform .6s ease}.nf-derm-quote__image:hover img{transform:scale(1.03)}.nf-derm-quote__content{padding:2.4rem 1.5rem;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:750px){.nf-derm-quote__content{padding:3.2rem 4rem}}.nf-derm-quote__text{font-size:1.6rem;line-height:1.6;margin:0}@media screen and (min-width:750px){.nf-derm-quote__text{font-size:1.8rem}}.nf-derm-quote__attribution{margin-top:1.6rem;font-size:1.4rem;line-height:1.5}.nf-derm-quote__attribution strong{display:block;font-weight:700}.nf-compare__header{text-align:left;margin-bottom:3rem}@media screen and (min-width:750px){.nf-compare__header{text-align:center}}.nf-compare__heading{font-family:Very Vogue Display,serif;font-weight:400;margin:0 0 1rem}.nf-compare__subheading{font-size:1.6rem;line-height:1.5;margin:0}@media screen and (min-width:750px){.nf-compare__subheading{font-size:1.8rem}}.nf-compare__grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media screen and (min-width:750px){.nf-compare__grid{gap:3rem}}.nf-compare__card{text-align:center;position:relative}.nf-compare__card:not(:first-child):before{content:"";position:absolute;left:-1rem;top:0;bottom:0;width:1px;background:rgba(var(--color-foreground),.25)}@media screen and (min-width:750px){.nf-compare__card:not(:first-child):before{left:-1.5rem}}.nf-compare__card--dimmed{opacity:.6}.nf-compare__card-title{font-family:Very Vogue Display,serif;font-weight:400;margin:0 0 1.6rem}.nf-compare__card-image{width:100%;max-width:22rem;margin:0 auto 1.6rem}.nf-compare__card-image img{width:100%;height:auto;object-fit:contain}.nf-compare__stats{display:flex;flex-direction:column;gap:1.8rem}@media screen and (min-width:750px){.nf-compare__stats{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:2rem;width:fit-content;margin:0 auto}}.nf-compare__stat-value{font-family:Very Vogue Display,serif;font-weight:400;margin:0}.nf-compare__stat-label{margin:0;font-size:1.4rem}.nf-compare__cta{text-align:center;margin-top:3rem}.nf-compare__cta-button{max-width:340px}.nf-compare__disclaimer{margin-top:1.6rem;font-size:1.2rem;color:#858585;max-width:600px;margin-left:auto;margin-right:auto;text-align:center}.nf-products__heading{font-family:Very Vogue Display,serif;font-weight:400;margin:0 0 2.4rem;text-align:left}@media screen and (min-width:750px){.nf-products__heading{text-align:center}}.nf-products__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media screen and (min-width:750px){.nf-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem;max-width:800px;margin:0 auto}}.nf-products__card{border:.1rem solid rgba(var(--color-foreground),.25);border-radius:1rem;padding:2.4rem;display:flex;flex-direction:column;background:rgb(var(--color-background));height:100%;position:relative}.nf-products__card-link{text-decoration:none;color:inherit}.nf-products__card-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.nf-products__badge{display:inline-block;padding:.3rem .7rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:.4rem;text-transform:uppercase;font-size:1.3rem;font-weight:500;margin-bottom:1.6rem;align-self:flex-start}.nf-products__reviews{display:flex;align-items:center;gap:.6rem;font-size:1.4rem;color:rgba(var(--color-foreground),.6);margin-bottom:.8rem}.nf-products__stars{display:inline-flex;letter-spacing:.1em;color:rgb(var(--color-foreground))}.nf-products__title{font-family:Very Vogue Display,serif;font-weight:400;margin:0 0 .4rem}.nf-products__subtext{color:#858585;margin:0 0 1.2rem;font-size:1.4rem}.nf-products__price{font-size:1.8rem;font-weight:500}.nf-products__media{margin-top:auto;margin-left:-2.4rem;margin-right:-2.4rem;margin-bottom:0;overflow:hidden;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.nf-products__media img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;display:block}.nf-products__bundle-cta{text-align:center;margin-top:2.4rem}.nf-products__bundle-cta p{font-size:1.8rem;margin:0 0 1rem}.nf-products__bundle-button{max-width:440px}.nf-trust__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem .8rem;max-width:860px;margin:0 auto}@media screen and (min-width:750px){.nf-trust__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.6rem}}.nf-trust__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem}.nf-trust__item--hide-mobile{display:none}@media screen and (min-width:750px){.nf-trust__item--hide-mobile{display:flex}}.nf-trust__icon{display:inline-flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground))}.nf-trust__icon svg{width:20px;height:20px}.nf-trust__label{margin:0;font-size:1.3rem;line-height:1.4}@media screen and (min-width:750px){.nf-trust__label{font-size:1.4rem}}.nf-guarantee__wrapper{display:grid;grid-template-columns:1fr;border-radius:24px;overflow:hidden;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.nf-guarantee__wrapper{grid-template-columns:minmax(0,1fr) minmax(0,440px);margin-left:40px;margin-right:40px}}.nf-guarantee__media{overflow:hidden;order:1}@media screen and (min-width:750px){.nf-guarantee__media{order:0}}.nf-guarantee__media-desktop{display:none}.nf-guarantee__media-mobile{display:block}@media screen and (min-width:750px){.nf-guarantee__media-desktop{display:block}.nf-guarantee__media-mobile{display:none}}.nf-guarantee__media img{width:100%;height:100%;object-fit:cover;display:block}.nf-guarantee__content{padding:3.2rem 2.4rem;display:flex;flex-direction:column;justify-content:center;text-align:center;order:0}@media screen and (min-width:750px){.nf-guarantee__content{text-align:left;padding:4rem;order:1}}.nf-guarantee__logo{max-height:40px;width:auto;margin-bottom:2rem}@media screen and (max-width:749px){.nf-guarantee__logo{margin-left:auto;margin-right:auto}}.nf-guarantee__heading{font-family:Very Vogue Display,serif;font-weight:400;margin:0 0 1.2rem}.nf-guarantee__text{margin:0;font-size:1.5rem;line-height:1.6}.nf-mission__wrapper{display:grid;grid-template-columns:1fr;gap:0;border-radius:1rem;overflow:hidden}@media screen and (min-width:750px){.nf-mission__wrapper{grid-template-columns:1fr 1fr}}.nf-mission__image{overflow:hidden}.nf-mission__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.nf-mission__image:hover img{transform:scale(1.03)}.nf-mission__content{padding:3.2rem 2.4rem;display:flex;flex-direction:column;justify-content:center;text-align:left}@media screen and (min-width:750px){.nf-mission__content{padding:4rem}}.nf-mission__heading{font-family:Very Vogue Display,serif;font-weight:400;text-transform:uppercase;margin:0 0 1.2rem}.nf-mission__text{margin:0 0 2rem;font-size:1.5rem;line-height:1.6}.nf-mission__button{align-self:flex-start}@media screen and (max-width:749px){.nf-mission__button{align-self:stretch}}.nf-experts__heading{font-family:Very Vogue Display,serif;font-weight:400;font-size:4.8rem;line-height:1.1;margin:0 0 2.4rem;text-align:left}@media screen and (min-width:750px){.nf-experts__heading{text-align:center}}.nf-experts__grid{display:grid;grid-template-columns:1fr;gap:2.4rem}@media screen and (min-width:750px){.nf-experts__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}@media screen and (max-width:749px){.nf-experts__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.6rem;padding-bottom:.5rem}.nf-experts__grid::-webkit-scrollbar{display:none}}.nf-experts__card{min-width:0}@media screen and (max-width:749px){.nf-experts__card{flex:0 0 80%;scroll-snap-align:start}}.nf-experts__card-image{overflow:hidden;border-radius:1rem;margin-bottom:1.6rem}.nf-experts__card-image img{width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover;display:block;transition:transform .6s ease}.nf-experts__card-image:hover img{transform:scale(1.03)}.nf-experts__card-name{font-family:Very Vogue Display,serif;font-weight:400;margin:0 0 .4rem}.nf-experts__card-role{margin:0 0 .8rem;color:rgba(var(--color-foreground),.7);font-size:1.4rem}.nf-experts__card-bio{margin:0;font-size:1.4rem;line-height:1.6}.nf-reviews__heading{font-family:Very Vogue Display,serif;font-weight:400;font-size:4.8rem;line-height:1.1;margin:0 0 2.4rem;text-align:left}@media screen and (min-width:750px){.nf-reviews__heading{text-align:center}}.nf-reviews__carousel{position:relative;overflow:hidden}.nf-reviews__track{display:flex;transition:transform .4s ease}.nf-reviews__slide{flex:0 0 100%;padding:0 .5rem}@media screen and (min-width:750px){.nf-reviews__slide{flex:0 0 50%}}@media screen and (min-width:990px){.nf-reviews__slide{flex:0 0 33.333%}}.nf-reviews__card{border:1px solid rgba(var(--color-foreground),.25);border-radius:8px;padding:2.4rem;height:100%;display:flex;flex-direction:column;background:rgb(var(--color-background))}.nf-reviews__quote-mark{width:2.4rem;height:2.4rem;margin-bottom:1.2rem;opacity:.15}.nf-reviews__review-text{font-size:1.6rem;line-height:1.6;margin:0 0 1.6rem;flex:1;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:749px){.nf-reviews__review-text{-webkit-line-clamp:6;font-size:1.5rem}}.nf-reviews__stars{display:flex;gap:.2rem;margin-bottom:.8rem}.nf-reviews__star{width:1.6rem;height:1.6rem;color:rgb(var(--color-foreground))}.nf-reviews__reviewer{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-bottom:.4rem}.nf-reviews__reviewer-name{font-weight:700;font-size:1.4rem}.nf-reviews__verified{display:inline-block;padding:.2rem .6rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;border-radius:.3rem}.nf-reviews__product-name{font-size:1.3rem;color:rgba(var(--color-foreground),.6);margin:0}.nf-reviews__product-name a{color:inherit;text-decoration:underline}.nf-reviews__nav{display:flex;justify-content:flex-end;gap:.8rem;margin-top:1.6rem}.nf-reviews__nav-btn{width:40px;height:40px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.25);background:rgb(var(--color-background));color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .2s ease,color .2s ease}.nf-reviews__nav-btn:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.nf-reviews__nav-btn:disabled{opacity:.4;cursor:not-allowed}.nf-reviews__nav-btn svg{width:16px;height:16px}.nf-instagram{overflow:hidden}.nf-instagram__heading{font-family:Very Vogue Display,serif;font-weight:400;margin:0 0 2.4rem;text-align:center}.nf-instagram__track{display:flex;gap:1.6rem;transition:transform .3s ease}.nf-instagram__item{flex:0 0 200px;height:250px;border-radius:12px;overflow:hidden;position:relative}@media screen and (min-width:750px){.nf-instagram__item{flex:0 0 216px;height:270px}}.nf-instagram__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.nf-instagram__item:hover img{transform:scale(1.05)}.nf-instagram__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.nf-instagram__item:hover .nf-instagram__overlay{opacity:1}.nf-instagram__overlay svg{width:24px;height:24px;color:#fff}.nf-faq__heading{font-family:Very Vogue Display,serif;font-weight:400;margin:0 0 2.4rem;text-align:left}@media screen and (min-width:750px){.nf-faq__heading{text-align:center}}.nf-faq__list{max-width:800px;margin:0 auto}.nf-faq__item{border-bottom:1px solid rgba(var(--color-foreground),.15)}.nf-faq__item:first-child{border-top:1px solid rgba(var(--color-foreground),.15)}.nf-faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:2rem 0;border:none;background:none;font-size:1.6rem;font-weight:500;text-align:left;cursor:pointer;color:rgb(var(--color-foreground));gap:1rem}@media screen and (min-width:750px){.nf-faq__question{font-size:1.8rem}}.nf-faq__question:hover{opacity:.7}.nf-faq__toggle{width:20px;height:20px;flex-shrink:0;position:relative}.nf-faq__toggle:before,.nf-faq__toggle:after{content:"";position:absolute;background:rgb(var(--color-foreground));transition:transform .3s ease}.nf-faq__toggle:before{top:50%;left:0;width:100%;height:1.5px;transform:translateY(-50%)}.nf-faq__toggle:after{top:0;left:50%;width:1.5px;height:100%;transform:translate(-50%)}.nf-faq__item[open] .nf-faq__toggle:after{transform:translate(-50%) rotate(90deg);opacity:0}.nf-faq__answer{padding:0 0 2rem;font-size:1.4rem;line-height:1.7}@media screen and (min-width:750px){.nf-faq__answer{font-size:1.5rem}}.nf-faq__answer p{margin:0}.nf-faq__answer p+p{margin-top:1rem}.nf-faq__cta{text-align:center;margin-top:2.4rem}.nf-faq__cta-button{max-width:440px}.nf-section-padding{padding-top:calc(var(--nf-padding-top, 50) * .75px);padding-bottom:calc(var(--nf-padding-bottom, 50) * .75px)}@media screen and (min-width:750px){.nf-section-padding{padding-top:calc(var(--nf-padding-top, 50) * 1px);padding-bottom:calc(var(--nf-padding-bottom, 50) * 1px)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/nf-homepage.css.map */
