:root{--ink: #19271a;--ink-soft: #3c4a3a;--muted: #65715f;--paper: #fbf7ec;--paper-2: #eee5cd;--clay: #d9b88e;--leaf: #2b6a3a;--leaf-dark: #173a21;--sun: #e8b04a;--tomato: #c15238;--blue: #264f80;--line: rgba(25, 39, 26, .08);--shadow-1: 0 10px 28px -12px rgba(25, 39, 26, .18);--shadow-2: 0 30px 60px -24px rgba(25, 39, 26, .24);--r-1: 14px;--r-2: 22px;--font-display: "Fraunces", Georgia, "Times New Roman", serif;--font-sans: "Bricolage Grotesque", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--ink);font-family:var(--font-sans);font-variation-settings:"opsz" 14,"wght" 420;background:var(--paper);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper)}body,button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer;border:0;background:transparent;color:inherit;padding:0}img{display:block;max-width:100%}:focus-visible{outline:2px solid var(--leaf);outline-offset:3px;border-radius:4px}.shell{width:min(1240px,calc(100% - 48px));margin:0 auto}.site-header{position:fixed;z-index:20;top:18px;left:50%;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:18px;width:min(1240px,calc(100% - 32px));min-height:72px;padding:10px 16px;border:1px solid rgba(255,255,255,.68);border-radius:var(--r-1);background:#fbf7ecd1;box-shadow:var(--shadow-1);transform:translate(-50%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:padding .28s ease,min-height .28s ease,background-color .28s ease}.site-header--condensed{min-height:58px;padding:6px 14px;background:#fbf7ecf0}.brand{display:flex;align-items:center;justify-content:center;width:108px;height:44px}.brand img{width:96px;height:auto}.nav{display:flex;align-items:center;justify-content:center;gap:6px}.nav a{padding:10px 14px;border-radius:999px;color:var(--leaf-dark);font-size:.94rem;font-weight:600;font-variation-settings:"wght" 650;letter-spacing:.002em;transition:background .18s ease}.nav a:hover{background:#2b6a3a1a}.header-socials{display:flex;align-items:center;gap:4px;padding-right:4px;border-right:1px solid var(--line)}.header-actions{display:flex;align-items:center;gap:6px;padding-left:4px}.icon-button,.round-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;color:var(--leaf-dark);background:#fffaf099;transition:transform .2s ease,background .2s ease,border-color .2s ease}.icon-button:hover,.round-button:hover{border-color:#2b6a3a57;background:#f0e5c9;transform:translateY(-1px)}.hero{position:relative;display:grid;min-height:96vh;overflow:hidden;padding:178px max(24px,calc((100vw - 1240px)/2)) 96px;isolation:isolate}.hero-bg,.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:115%}.hero-bg{object-fit:cover}.hero-overlay{z-index:-1;background:linear-gradient(90deg,#122616e6,#122616a8 44%,#1226161f),linear-gradient(180deg,#0c140d0d,#0c140d80)}.hero-content{width:min(720px,100%);color:#fffaf0}.eyebrow{margin:0 0 14px;color:var(--tomato);font-family:var(--font-sans);font-size:.78rem;font-weight:800;font-variation-settings:"wght" 800;letter-spacing:.08em;text-transform:uppercase}.hero .eyebrow{color:#f6ca62}.hero h1{max-width:780px;margin:0;font-family:var(--font-display);font-weight:400;font-size:clamp(3.6rem,9vw,8.8rem);line-height:.88;letter-spacing:-.015em;font-variation-settings:"opsz" 144,"wght" 400,"SOFT" 50}.hero-content>p:not(.eyebrow){max-width:600px;margin:28px 0 0;color:#fffaf0eb;font-size:clamp(1.06rem,2vw,1.32rem);line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:36px}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;font-family:var(--font-sans);font-weight:800;font-variation-settings:"wght" 800;letter-spacing:.003em;transition:transform .18s ease,box-shadow .18s ease}.primary-action{gap:10px;color:var(--leaf-dark);background:#f6ca62;box-shadow:0 10px 24px -10px #f6ca62b3}.primary-action:hover{transform:translateY(-2px);box-shadow:0 14px 28px -10px #f6ca62d9}.secondary-action{gap:10px;border:1px solid rgba(255,250,240,.5);color:#fffaf0;background:#fffaf014}.secondary-action:hover{transform:translateY(-2px);background:#fffaf029}.hero-product{position:absolute;right:max(24px,calc((100vw - 1240px)/2));bottom:48px;display:grid;place-items:center;width:min(340px,30vw);min-width:200px;aspect-ratio:1;border-radius:50%;background:#fffaf0e0;box-shadow:var(--shadow-2)}.hero-product__ring{position:absolute;top:-14px;right:-14px;bottom:-14px;left:-14px;border:1px dashed rgba(255,250,240,.35);border-radius:50%}.hero-product__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.hero-product__image-wrap img{width:72%;max-height:88%;object-fit:contain;transform:rotate(-7deg)}.section{padding:clamp(96px,12vw,140px) 0}.section-intro{display:grid;gap:14px;width:min(760px,100%);margin-bottom:48px}.section-intro h2,.manifesto h2,.coach h2{margin:0;font-family:var(--font-display);font-weight:420;font-size:clamp(2.4rem,5.5vw,5.2rem);line-height:.96;letter-spacing:-.012em;font-variation-settings:"opsz" 96,"wght" 420,"SOFT" 50}.section-intro p:not(.eyebrow),.manifesto p:not(.eyebrow),.coach p:not(.eyebrow){margin:0;color:var(--ink-soft);font-size:1.06rem;line-height:1.7}.featured-bento{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto auto auto;gap:18px}.feature-card{--accent: var(--leaf);position:relative;display:grid;min-height:360px;overflow:hidden;border:1px solid var(--line);border-radius:var(--r-1);background:#fffaf0;box-shadow:var(--shadow-1);transition:box-shadow .28s ease}.feature-card:hover{box-shadow:var(--shadow-2)}.feature-card[data-size=large]{grid-column:span 2;grid-row:span 2;min-height:540px}.feature-card:before{content:"";position:absolute;inset:0 0 auto;height:42%;background:color-mix(in srgb,var(--accent),#fffaf0 52%);transition:height .32s ease}.feature-card:hover:before{height:50%}.feature-card__media{position:relative;display:grid;place-items:end center;min-height:230px;padding:26px 18px 8px}.feature-card[data-size=large] .feature-card__media{min-height:340px}.feature-card__media img{width:80%;max-height:260px;object-fit:contain;filter:drop-shadow(0 18px 18px rgba(32,49,31,.2));transition:transform .32s ease}.feature-card:hover .feature-card__media img{transform:scale(1.04)}.feature-card__body{position:relative;display:grid;align-content:start;gap:8px;padding:24px}.feature-card__body span,.recipe span,.page-card span{width:fit-content;padding:6px 11px;border-radius:999px;color:var(--leaf-dark);background:#2b6a3a1a;font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.feature-card__body p{margin:4px 0 0;color:var(--tomato);font-weight:700;font-variation-settings:"wght" 720}.feature-card__body h3,.moment h3,.recipe h3,.bowl-panel h3,.page-card h3{margin:0;font-family:var(--font-display);font-weight:500;font-size:1.4rem;line-height:1.15;letter-spacing:-.005em;font-variation-settings:"opsz" 24,"wght" 500,"SOFT" 50}.feature-card .round-button{position:absolute;right:18px;bottom:18px;color:#fffaf0;background:var(--leaf);transition:transform .22s ease}.feature-card:hover .round-button{transform:translate(4px,-2px)}.manifesto{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);align-items:stretch;min-height:680px;background:var(--paper-2)}.manifesto__image{min-height:480px;overflow:hidden}.manifesto__image img{width:100%;height:100%;object-fit:cover}.manifesto__content{display:grid;align-content:center;gap:22px;padding:clamp(42px,6vw,96px)}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.stat{display:grid;gap:4px;min-height:104px;padding:20px;border-radius:var(--r-1);background:#fffaf0b3}.stat strong{font-family:var(--font-display);font-weight:500;color:var(--leaf-dark);font-size:2.2rem;line-height:1;font-variation-settings:"opsz" 48,"wght" 500}.stat span{color:var(--ink-soft);font-weight:700;font-variation-settings:"wght" 700}.moments{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.moment{display:grid;gap:12px;min-height:330px;padding:20px;border:1px solid var(--line);border-radius:var(--r-1);background:#fffaf0;transition:transform .24s ease,box-shadow .24s ease}.moment:hover{transform:translateY(-3px);box-shadow:var(--shadow-1)}.moment__time{display:flex;align-items:center;gap:8px;color:var(--blue);font-family:var(--font-sans);font-weight:800;font-variation-settings:"wght" 800;letter-spacing:.02em}.moment img{justify-self:center;width:min(180px,80%);height:150px;object-fit:contain}.moment p{margin:0;color:var(--ink-soft);line-height:1.6}.builder{padding:clamp(96px,12vw,140px) 0;background:linear-gradient(180deg,#2b6a3a0d,#2b6a3a00),#d5e6c9}.builder-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:32px;align-items:start}.builder-tabs{position:relative;display:inline-flex;padding:4px;margin-bottom:18px;border:1px solid var(--line);border-radius:999px;background:#fffaf0b3}.builder-tab{position:relative;z-index:1;padding:10px 18px;border-radius:999px;color:var(--ink-soft);font-weight:700;font-variation-settings:"wght" 700;transition:color .2s ease}.builder-tab[data-active=true]{color:var(--leaf-dark)}.builder-tab-underline{position:absolute;inset:4px auto 4px 4px;z-index:0;border-radius:999px;background:#fffaf0;box-shadow:0 2px 8px -4px #19271a40}.builder-controls{display:grid;gap:20px}.choice-group{display:grid;gap:14px}.choice-group h3{margin:0;font-family:var(--font-display);font-weight:500;font-size:1.3rem;letter-spacing:-.005em;font-variation-settings:"opsz" 24,"wght" 500,"SOFT" 50}.choice-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.choice{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:10px;min-height:80px;padding:10px;border:1px solid var(--line);border-radius:var(--r-1);color:var(--ink);text-align:left;background:#fffaf0cc;transition:border-color .18s ease,background .18s ease,transform .18s ease}.choice:hover{transform:translateY(-1px);background:#fffaf0}.choice--selected{border-color:#2b6a3a9e;box-shadow:inset 0 0 0 1px #2b6a3a9e;background:#fffaf0}.choice img{width:58px;height:54px;object-fit:contain}.choice span{font-family:var(--font-sans);font-size:.94rem;font-weight:700;font-variation-settings:"wght" 720;line-height:1.15}.bowl-panel{position:sticky;top:104px;display:grid;gap:18px;padding:22px;border:1px solid var(--line);border-radius:var(--r-2);background:#fffaf0;box-shadow:var(--shadow-2)}.serving-control{display:flex;align-items:center;justify-content:space-between;gap:16px}.serving-control>span{color:var(--ink-soft);font-weight:700;font-variation-settings:"wght" 700}.serving-control>div{display:flex;align-items:center;gap:10px}.serving-control strong{min-width:22px;text-align:center;font-family:var(--font-display);font-weight:500;font-size:1.2rem}.bowl-visual{position:relative;display:grid;place-items:center;min-height:300px;overflow:hidden;border-radius:var(--r-1);background:#efe4c8}.bowl-visual img{position:absolute;object-fit:contain}.bowl-visual__base{bottom:14px;width:76%}.bowl-visual__cereal{top:36px;left:50%;width:38%;transform:translate(-58%) rotate(-8deg)}.bowl-visual__topping{top:70px;right:16%;width:28%;transform:rotate(12deg)}.bowl-visual__drink{left:10%;bottom:22px;width:31%;transform:rotate(-9deg)}.macro-row{display:grid;gap:7px}.macro-row__label{display:flex;justify-content:space-between;color:var(--ink-soft);font-size:.94rem;font-weight:700;font-variation-settings:"wght" 700}.macro-row__label strong{color:var(--leaf-dark)}.macro-row__track{height:8px;overflow:hidden;border-radius:999px;background:#e4d7b8}.macro-row__track span{display:block;height:100%;border-radius:inherit;background:var(--leaf)}.recipe-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:18px}.recipe{position:relative;min-height:440px;overflow:hidden;border-radius:var(--r-1);background:var(--leaf-dark)}.recipe:first-child{min-height:520px}.recipe__imageWrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.recipe__imageWrap img{width:100%;height:100%;object-fit:cover;opacity:.9;transition:transform .48s ease}.recipe:hover .recipe__imageWrap img{transform:scale(1.06)}.recipe div.recipe__body{position:absolute;right:22px;bottom:22px;left:22px;display:grid;gap:10px;color:#fffaf0}.recipe span{color:#fffaf0;background:#19271ab8}.recipe h3{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.6rem);font-weight:500;font-variation-settings:"opsz" 72,"wght" 500,"SOFT" 50}.coach{padding:clamp(96px,12vw,140px) 0;color:#fffaf0;background:var(--leaf-dark)}.coach__shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);gap:48px;align-items:center}.coach .eyebrow{color:#f6ca62}.coach p:not(.eyebrow){color:#fffaf0d6}.coach img{width:100%;max-height:480px;object-fit:contain}.question-list{display:grid;gap:10px;margin-top:30px}.question-list a{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;padding:0 20px;border:1px solid rgba(255,250,240,.2);border-radius:var(--r-1);color:#fffaf0;text-align:left;background:#fffaf014;font-weight:700;font-variation-settings:"wght" 720;transition:background .2s ease,border-color .2s ease}.question-list a:hover{background:#fffaf024;border-color:#fffaf04d}.question-list a svg{transition:transform .2s ease}.question-list a:hover svg{transform:rotate(45deg)}.page-main{background:var(--paper)}.page-hero{padding:150px 0 86px;background:linear-gradient(180deg,#f5f0df33,#f5f0dfeb),var(--paper-2)}.page-hero--product{background:linear-gradient(135deg,#2b6a3a29,#e8b04a33),#fffaf0}.page-hero--article{background:linear-gradient(135deg,#2650801f,#c1523829),#fffaf0}.page-hero__shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(310px,.95fr);gap:40px;align-items:center}.page-hero__content{display:grid;gap:20px}.page-hero h1{margin:0;font-family:var(--font-display);font-weight:400;font-size:clamp(3rem,7vw,6.8rem);line-height:.92;letter-spacing:-.015em;font-variation-settings:"opsz" 144,"wght" 400,"SOFT" 50}.page-hero__content>p:not(.eyebrow){max-width:680px;margin:0;color:var(--ink-soft);font-size:clamp(1.04rem,2vw,1.28rem);line-height:1.65}.page-hero__media{display:grid;place-items:center;min-height:440px;overflow:hidden;border-radius:var(--r-2);background:#fffaf0b8;box-shadow:var(--shadow-2)}.page-hero__media img{width:100%;height:100%;max-height:540px;object-fit:contain;padding:28px}.page-hero--article .page-hero__media img,.page-hero--brand .page-hero__media img,.page-hero--collection .page-hero__media img,.page-hero--info .page-hero__media img{object-fit:cover;padding:0}.page-hero--legal .page-hero__media{min-height:300px}.page-hero--legal .page-hero__media img{width:180px;height:auto}.chip-list{display:flex;flex-wrap:wrap;gap:8px}.chip-list span{padding:8px 12px;border:1px solid rgba(43,106,58,.18);border-radius:999px;color:var(--leaf-dark);background:#fffaf0b8;font-size:.82rem;font-weight:800;font-variation-settings:"wght" 800;letter-spacing:.03em}.page-section{padding:clamp(78px,10vw,120px) 0}.detail-grid,.page-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.detail-card,.page-card{border:1px solid var(--line);border-radius:var(--r-1);background:#fffaf0;box-shadow:var(--shadow-1);transition:transform .22s ease,box-shadow .22s ease}.detail-card{display:grid;align-content:start;gap:20px;min-height:180px;padding:24px}.detail-card strong{color:var(--tomato);font-family:var(--font-display);font-weight:500;font-size:.95rem}.detail-card p{margin:0;color:var(--ink-soft);line-height:1.6}.page-card{display:grid;overflow:hidden}.page-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-2)}.page-card__media{display:grid;place-items:center;min-height:220px;background:var(--paper-2)}.page-card__media img{width:100%;height:100%;max-height:280px;object-fit:contain;padding:20px}.page-card>div:last-child{display:grid;gap:12px;padding:22px}.page-card p{margin:0;color:var(--ink-soft);line-height:1.55}.not-found{min-height:70vh;padding-top:160px}.footer{padding:clamp(56px,7vw,88px) 0;color:var(--leaf-dark);background:#f6ca62}.footer__shell{display:grid;grid-template-columns:1.2fr 1fr .9fr 1fr;gap:36px;align-items:start}.footer__brand img{width:104px;margin-bottom:14px}.footer__brand p{margin:0;font-family:var(--font-display);font-weight:500;font-size:clamp(1.4rem,2.6vw,2.4rem);font-variation-settings:"opsz" 72,"wght" 500,"SOFT" 50;line-height:1.05}.footer__column h4{margin:0 0 16px;font-family:var(--font-sans);font-size:.76rem;font-weight:800;font-variation-settings:"wght" 800;letter-spacing:.08em;text-transform:uppercase;color:#173a21a8}.footer__nav,.footer__legal{display:grid;gap:10px}.footer__nav a,.footer__legal a{color:var(--leaf-dark);font-weight:600;font-variation-settings:"wght" 650;transition:opacity .18s ease}.footer__nav a:hover,.footer__legal a:hover{opacity:.7}.footer__languages{display:flex;flex-wrap:wrap;gap:6px}.footer__language{padding:8px 14px;border:1px solid rgba(23,58,33,.3);border-radius:999px;color:var(--leaf-dark);background:transparent;font-weight:800;font-variation-settings:"wght" 800;transition:background .18s ease,color .18s ease}.footer__language--active,.footer__language:hover{background:var(--leaf-dark);color:#f6ca62}.footer__certs{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:14px}.footer__cert{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--r-1);background:#173a2114;font-size:.82rem;font-weight:700;font-variation-settings:"wght" 720}.footer__cert img{width:34px;height:auto;border-radius:6px}.footer__copyright{grid-column:1 / -1;padding-top:24px;border-top:1px solid rgba(23,58,33,.25);font-size:.86rem;color:#173a21bf}.loading{display:grid;place-items:center;align-content:center;min-height:100vh;gap:12px;color:var(--leaf-dark);background:var(--paper);font-family:var(--font-display);font-size:1.4rem;font-weight:500}@media(max-width:1240px){.featured-bento{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card[data-size=large]{grid-column:auto;grid-row:auto;min-height:440px}}@media(max-width:1020px){.moments{grid-template-columns:repeat(3,minmax(0,1fr))}.builder-layout,.coach__shell,.manifesto,.page-hero__shell{grid-template-columns:1fr}.manifesto__image{min-height:380px}.recipe-grid{grid-template-columns:1fr}.recipe,.recipe:first-child{min-height:360px}.bowl-panel{position:static}.choice-list{grid-template-columns:repeat(3,minmax(0,1fr))}.footer__shell{grid-template-columns:1fr 1fr}}@media(max-width:760px){.shell{width:min(100% - 28px,1240px)}.site-header{top:10px;width:calc(100% - 20px)}.nav{position:absolute;top:calc(100% + 8px);right:0;left:0;display:none;padding:12px;border:1px solid var(--line);border-radius:var(--r-1);background:#fbf7ecf5;box-shadow:var(--shadow-1)}.nav--open{display:grid}.nav a{border-radius:var(--r-1)}.header-socials{display:none}.menu-button{display:inline-flex}.hero{min-height:780px;padding:144px 20px 52px}.hero-overlay{background:linear-gradient(180deg,#122616eb,#122616bd 62%,#12261680)}.hero h1{font-size:clamp(3rem,16vw,5.4rem)}.hero-product{right:18px;bottom:28px;width:200px}.section{padding:72px 0}.featured-bento,.moments,.choice-list,.stat-grid,.detail-grid,.page-card-grid{grid-template-columns:1fr}.feature-card,.feature-card[data-size=large]{min-height:400px}.choice{grid-template-columns:52px 1fr}.footer__shell{grid-template-columns:1fr}.page-hero{padding:120px 0 58px}.page-hero__media{min-height:300px}.page-section{padding:60px 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@font-face{font-family:BjorgAlive;src:url(/assets/fonts/BjorgAlive/Bjorgalive-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Dazzed;src:url(/assets/fonts/Dazzed/DazzedTRIAL-Medium.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Dazzed;src:url(/assets/fonts/Dazzed/DazzedTRIAL-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{--ink: #265088;--ink-soft: #265088;--muted: #6f83a3;--paper: #ffffff;--paper-2: #e6eaf2;--leaf: #13a538;--leaf-dark: #13a538;--sun: #ffe500;--tomato: #13a538;--blue: #265088;--line: rgba(38, 80, 136, .14);--shadow-1: none;--shadow-2: none;--r-1: 1.2rem;--r-2: 2rem;--font-display: "BjorgAlive", Impact, "Arial Black", sans-serif;--font-sans: "Dazzed", Arial, sans-serif}*,*:before,*:after{letter-spacing:0!important}html{font-size:.9765625vw}@media(min-width:320px)and (max-width:1023px){html{font-size:2.6666666667vw}}body{color:var(--blue);background:#fff;font-family:var(--font-sans);font-size:1.6rem}.shell{width:min(1280px,calc(100% - 8rem))}.site-header{top:2rem;left:2rem;right:2rem;width:auto;min-height:9rem;grid-template-columns:auto 1fr auto;gap:2.8rem;padding:.8rem 2rem;border:0;border-radius:1.2rem;background:#e8ecf3;box-shadow:none;transform:none;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header--condensed{min-height:7rem;padding:.8rem 2rem;background:#e8ecf3}.brand{width:15.4rem;height:6rem}.brand img{width:15.2rem}.nav{justify-content:flex-start;gap:2.6rem;min-width:0}.nav a{position:relative;padding:0;border-radius:0;color:var(--blue);font-family:var(--font-display);font-size:1.8rem;font-weight:400;line-height:1;text-transform:uppercase;white-space:nowrap}.nav a:after{content:"";display:inline-block;margin-left:1.2rem;border-top:.35rem solid transparent;border-bottom:.35rem solid transparent;border-left:.5rem solid rgba(38,80,136,.45);vertical-align:.12rem}.nav a:hover{background:transparent;color:var(--leaf)}.header-socials{display:none}.header-actions{padding-left:0}.header-actions .icon-button:not(.menu-button){justify-content:space-between;width:28rem;height:6rem;padding:0 2rem;border:.1rem solid rgba(38,80,136,.12);border-radius:.8rem;color:var(--blue);background:#fff;box-shadow:inset 0 0 .3rem #00000040;font-family:var(--font-sans);font-size:2.2rem;font-weight:700}.header-actions .icon-button:not(.menu-button):hover{transform:none}.header-actions .icon-button:not(.menu-button) span{display:inline}.menu-button{display:none}.hero{display:block;min-height:0;padding:20.7rem 0 8rem;overflow:hidden;color:var(--blue);background:#fff}.hero-content{width:100%;margin:0 auto 3.6rem;color:var(--blue);text-align:center}.hero h1{max-width:none;margin:0;color:var(--blue);font-family:var(--font-display);font-size:5.4rem;font-weight:400;line-height:1.04;text-transform:uppercase}.hero h1 strong{color:var(--leaf);font-weight:400}.hero-card-track{--card-w: 28.5rem;--card-h: 37rem;--gap: 2.6rem;--card-top: 1.2rem;--track-h: 46rem;position:relative;left:50%;width:100vw;height:var(--track-h);margin:0 auto;overflow:hidden;transform:translate(-50%);isolation:isolate}.hero-card-track:before{display:none}.hero-card{position:absolute;top:var(--card-top);left:50%;display:flex;align-items:flex-end;width:var(--card-w);height:var(--card-h);overflow:hidden;border-radius:1.6rem;color:#fff;background:var(--paper-2);opacity:1;transition:transform .52s cubic-bezier(.22,1,.36,1),opacity .3s ease,filter .52s ease;will-change:transform,opacity}.hero-card[data-slot=center]{z-index:6;transform:translate(-50%);transform-origin:center center}.hero-card[data-slot=right-1]{z-index:5;transform-origin:bottom left;transform:translate(calc(-50% + var(--card-w) + var(--gap))) rotate(7deg)}.hero-card[data-slot=right-2]{z-index:4;transform-origin:bottom left;transform:translate(calc(-50% + (var(--card-w) * 2) + (var(--gap) * 2))) translateY(3rem) rotate(17deg)}.hero-card[data-slot=left-1]{z-index:5;transform-origin:bottom right;transform:translate(calc(-50% - var(--card-w) - var(--gap))) rotate(-7deg)}.hero-card[data-slot=left-2]{z-index:4;transform-origin:bottom right;transform:translate(calc(-50% - (var(--card-w) * 2) - (var(--gap) * 2))) translateY(3rem) rotate(-17deg)}.hero-card[data-slot=right-hidden]{z-index:3;opacity:0;pointer-events:none;transform-origin:bottom left;transform:translate(calc(-50% + (var(--card-w) * 3) + (var(--gap) * 2))) translateY(11rem) rotate(27deg)}.hero-card[data-slot=left-hidden]{z-index:3;opacity:0;pointer-events:none;transform-origin:bottom right;transform:translate(calc(-50% - (var(--card-w) * 3) - (var(--gap) * 2))) translateY(11rem) rotate(-27deg)}.hero-card--active{filter:drop-shadow(0 2.2rem 2.4rem rgba(38,80,136,.18))}.hero-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover}.hero-card:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(180deg,#0000,#0000008c);transition:height .4s ease-in-out}.hero-card:hover:after{height:100%}.hero-card h2{position:absolute;right:1.4rem;bottom:1.4rem;left:1.4rem;z-index:1;margin:0;color:#fff;font-family:var(--font-display);font-size:2.8rem;font-weight:400;line-height:.95;text-transform:uppercase;transition:top .4s ease-in-out,bottom .4s ease-in-out,transform .4s ease-in-out}.hero-card:hover h2{top:1.4rem;bottom:auto;transform:translateY(0)}.hero-card__product{position:absolute;z-index:2;right:1.4rem;bottom:1.4rem;left:1.4rem;display:flex;align-items:center;gap:1rem;min-height:7.8rem;padding:1rem 1.2rem;border-radius:1.2rem;color:#fff;background:var(--blue);font-weight:700;opacity:0;transition:opacity .4s ease,transform .4s ease}.hero-card:hover .hero-card__product{opacity:1}.hero-card__product img{width:5.4rem;height:5.4rem;flex:0 0 5.4rem;border-radius:.6rem;object-fit:contain;background:#fff}.hero-card__product span{display:block;min-width:0;color:#fff;font-size:1.35rem;line-height:1.05}.hero-slider-nav{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-top:4.4rem}.hero-slider-nav button{display:grid;place-items:center;width:4.4rem;height:4.4rem;border-radius:50%;color:#265088b3;background:#e6eaf2;transition:background .18s ease,color .18s ease,transform .18s ease}.hero-slider-nav button:hover{color:#fff;background:var(--blue);transform:translateY(-.2rem)}.hero-slider-nav button:first-child svg{transform:rotate(90deg)}.hero-slider-nav button:last-child svg{transform:rotate(-90deg)}.hero-slider-dot{width:2.8rem;height:.5rem;border-radius:2rem;background:#dbe2f0;color:transparent}.hero-slider-dot[aria-current=true]{background:var(--blue)}.hero-slider-nav .hero-slider-dot{width:2.8rem;height:.5rem;border-radius:2rem}.hero-slider-nav .hero-slider-dot:hover{background:var(--blue);transform:none}.manifesto{display:grid;grid-template-columns:1fr;min-height:52rem;padding:7rem 4rem 8rem;place-items:center;background:#f5f7fa}.manifesto__content{display:grid;justify-items:center;width:min(132rem,calc(100vw - 8rem));max-width:none;gap:3rem;padding:0;text-align:center}.manifesto__sticker{width:100%;height:auto}.manifesto h2{margin:0;color:var(--blue);font-family:var(--font-display);font-size:7rem;font-weight:400;line-height:.96;text-align:center;text-transform:uppercase}.manifesto h2 span,.manifesto h2 strong{color:var(--sun);font-weight:400}.manifesto h2 strong{display:block;color:var(--leaf)}.manifesto__smile{display:inline-grid;place-items:center;width:9rem;height:9rem;margin:0 2.2rem;border:.3rem solid #b1c0d5;border-radius:50%;color:#b1c0d5;font-family:var(--font-sans);font-size:5rem;line-height:1;vertical-align:middle}.manifesto__button,.primary-action{min-height:5.8rem;padding:0 2.4rem;border-radius:1.2rem;color:var(--blue);background:var(--sun);box-shadow:0 -.2rem 0 .1rem #ffc100 inset,0 -.4rem 0 .2rem #ffd600 inset,0 -.7rem 0 .3rem #ffe400 inset;font-family:var(--font-display);font-size:1.8rem;font-weight:400;text-transform:uppercase}.section{padding:7rem 0;background:#fff}.section-intro{width:100%;margin:0 auto 4rem;justify-items:center;text-align:center}.section-intro .eyebrow,.eyebrow{display:none}.section-intro h2,.coach h2,.page-hero h1{color:var(--blue);font-family:var(--font-display);font-size:4.4rem;font-weight:400;line-height:1.05;text-transform:uppercase}.section-intro p:not(.eyebrow),.coach p:not(.eyebrow){max-width:78rem;color:var(--blue);font-size:2rem;line-height:1.15}.moments{position:relative;left:50%;display:flex;width:max-content;max-width:none;gap:3rem;transform:translate(-50%)}.moment{position:relative;display:flex;align-items:flex-end;width:34rem;height:28rem;min-height:0;overflow:hidden;padding:2rem;border:0;border-radius:2rem;color:#fff;background:var(--blue)}.moment:nth-child(2){width:68rem}.moment:hover{transform:none;box-shadow:none}.moment img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;opacity:.88}.moment:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#26508800,#0000008c)}.moment__time,.moment h3,.moment p{position:relative;z-index:1}.moment__time{position:absolute;bottom:5.8rem;left:2rem;color:var(--sun);font-family:var(--font-display);font-size:3.2rem;font-weight:400}.moment__time svg{display:none}.moment h3{display:none}.moment p{margin:0;color:#fff;font-size:2.1rem;font-weight:700;line-height:1.1}.moments-nav{display:flex;justify-content:center;gap:1rem;margin-top:3.6rem}.moments-nav a{display:inline-flex;align-items:center;justify-content:center;min-width:8.2rem;min-height:4.8rem;border-radius:999px;color:var(--blue);background:#e6eaf2;font-family:var(--font-display);font-size:1.9rem;line-height:1;text-transform:uppercase}.moments-nav a:hover{color:#fff;background:var(--blue)}.builder{padding:8.6rem 0 7.2rem;color:#fff;background:var(--blue)}.builder__shell{width:min(1280px,calc(100% - 8rem))}.builder .section-intro{justify-items:start;max-width:72rem;margin:0 0 3.8rem;text-align:left}.builder .section-intro h2,.builder .section-intro p{color:#fff}.builder .section-intro h2{font-size:3.95rem;line-height:1.08;white-space:nowrap}.builder .section-intro p{font-size:2.4rem;font-weight:700;line-height:1.16}.builder-layout{grid-template-columns:minmax(42rem,54rem) minmax(0,1fr);gap:6.4rem;align-items:start}.builder-tabs{padding:0;margin-bottom:0;border:0;border-radius:1.2rem 1.2rem 0 0;background:transparent}.builder-tab{min-height:6rem;padding:0 2.4rem;border-radius:1.2rem 1.2rem 0 0;color:var(--blue);background:#e6eaf2;font-family:var(--font-display);font-size:2rem;font-weight:700}.builder-tab[data-active=true]{color:var(--blue);background:#fff}.builder-tab-underline{display:none}.choice-group{width:100%;max-width:58rem;padding:2rem;border-radius:0 1.6rem 1.6rem;background:#fff;box-shadow:3rem 3rem #ffffff2e}.choice-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem}.choice-list .choice:nth-child(n+7){display:none}.choice{position:relative;display:grid;grid-template-columns:1fr;align-content:space-between;min-height:17.2rem;padding:1.4rem 1.4rem 1.8rem;border:.2rem solid transparent;border-radius:1.2rem;color:var(--blue);background:#f5f7fa;text-align:left}.choice--selected{border-color:var(--leaf);box-shadow:none}.choice:after{content:"";position:absolute;right:1rem;bottom:1rem;width:2.8rem;height:2.8rem;border-radius:50%;background:var(--leaf);opacity:0}.choice--selected:after{opacity:1}.choice--selected:before{content:"";position:absolute;right:1.9rem;bottom:1.9rem;z-index:1;width:.8rem;height:.45rem;border-bottom:.2rem solid #fff;border-left:.2rem solid #fff;transform:rotate(-45deg)}.choice img{justify-self:center;width:10.8rem;height:10rem;object-fit:contain}.choice-pager{display:flex;justify-content:flex-end;gap:1.4rem;margin-top:1.8rem}.choice-pager button{display:grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:50%;color:var(--blue);background:#e6eaf2}.choice-pager button:first-child svg{transform:rotate(90deg)}.choice-pager button:last-child svg{transform:rotate(-90deg)}.choice span{color:var(--blue);font-size:1.5rem;font-weight:700}.bowl-panel{position:static;display:grid;grid-template-columns:minmax(34rem,1fr) 20rem;grid-template-areas:"balance balance" "visual macros" "title macros";gap:2.4rem 5rem;align-items:center;padding:0;border:0;border-radius:0;color:#fff;background:transparent;box-shadow:none}.builder-balance{grid-area:balance;display:grid;grid-template-columns:auto minmax(16rem,20rem) auto;justify-content:end;align-items:center;gap:2.6rem;color:#fff;font-size:2rem;font-weight:800}.builder-balance div{position:relative;height:1.2rem;border-radius:999px;background:#e6eaf2}.builder-balance i{position:absolute;top:50%;left:52%;width:2.6rem;height:2.6rem;border-radius:50%;background:var(--leaf);transform:translate(-50%,-50%)}.serving-control{display:none}.bowl-visual{grid-area:visual;min-height:38rem;overflow:visible;border-radius:0;background:transparent}.bowl-visual__base{bottom:3rem;width:min(46rem,86%)}.bowl-visual__cereal{top:9rem;width:18rem}.bowl-visual__topping{top:10rem;right:22%;width:12rem}.bowl-visual__drink{bottom:5rem;width:13rem}.bowl-panel h3{grid-area:title;color:#fff;font-family:var(--font-sans);font-size:2rem;font-weight:700}.macro-panel{grid-area:macros;align-self:center}.macro-row{display:block;text-align:right;margin-bottom:2.6rem}.macro-row__label{display:grid;gap:1rem}.macro-row__label span{color:var(--sun);font-family:var(--font-display);font-size:2.1rem;line-height:1;text-transform:uppercase}.macro-row__label strong{color:#fff;font-family:var(--font-display);font-size:2.2rem;font-weight:400}.macro-row__sub{display:grid;gap:1rem;margin-top:1.8rem}.macro-row__sub span{color:var(--sun);font-family:var(--font-display);font-size:1.55rem}.macro-row__sub strong{color:#fff;font-family:var(--font-display);font-size:2rem;font-weight:400}.macro-row__track{display:none}.coach{padding:8rem 0 10rem;color:var(--blue);background:#fff}.coach__shell{grid-template-columns:minmax(0,1fr) 34rem;gap:8rem}.coach__content{display:grid;gap:3rem}.coach h2{margin:0}.coach p:not(.eyebrow){margin:0;color:var(--blue)}.coach-search{display:flex;align-items:center;gap:2rem;min-height:7rem;padding:1rem 2rem;border-radius:1.2rem;background:#e6eaf2}.coach-search input{flex:1;min-width:0;border:0;color:var(--blue);background:transparent;font-size:2.4rem;font-weight:700}.coach-search input::placeholder{color:var(--blue)}.coach-search button{border:0}.question-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-top:0}.question-list a{align-items:end;min-height:14.8rem;padding:2rem;border:0;border-radius:1.2rem;color:#fff;background:var(--blue);font-size:2rem;line-height:1.08}.question-list a:nth-child(2){background:var(--leaf)}.question-list a:hover{border-color:transparent;background:var(--blue)}.question-list a:nth-child(2):hover{background:var(--leaf)}.coach img{width:100%;max-height:44rem;border-radius:1.2rem;object-fit:cover}.footer{padding:6rem 0 4rem;color:var(--blue);background:linear-gradient(180deg,#fff,#dbe2f0)}.footer__shell{grid-template-columns:18rem 1fr 16rem 1fr;gap:4rem}.footer__brand{display:contents}.footer__brand p{grid-column:1 / -1;justify-self:center;max-width:72rem;margin:0 0 3rem;color:var(--blue);font-family:var(--font-display);font-size:4.2rem;font-weight:400;line-height:1.05;text-align:center;text-transform:uppercase}.footer__brand img{grid-column:1;grid-row:2 / span 2;width:11rem;margin:0}.footer__column h4{display:none}.footer__nav,.footer__legal{display:flex;flex-wrap:wrap;gap:2rem 5rem;justify-content:center;align-items:center;min-height:6rem}.footer__nav a,.footer__legal a{color:var(--blue);font-size:1.5rem;font-weight:700;text-align:center}.footer__languages{justify-content:center}.footer__language{border:0;border-radius:2.8rem;color:var(--blue);background:#fff}.footer__language--active,.footer__language:hover{color:var(--blue);background:#fff}.footer__certs{display:none}.footer__copyright{grid-column:1 / -1;border-top:0;color:var(--blue);text-align:right}.footer__text{grid-column:1 / -1;justify-self:center;max-width:78rem;margin:0 auto 3.8rem;color:var(--blue);font-family:var(--font-display);font-size:4.2rem;font-weight:400;line-height:1.05;text-align:center;text-transform:uppercase}.footer__bottom{grid-column:1 / -1;display:grid;grid-template-columns:14rem minmax(0,1fr);gap:5rem;align-items:start}.footer__certified-logo{display:block;width:11rem}.footer__certified-logo img{width:100%;height:auto}.footer__certified-logo--inline{display:none}.footer__content{display:grid;gap:3.2rem}.footer__tools,.footer__links{display:flex;align-items:center;justify-content:space-between;gap:3rem}.footer__tool-row{display:flex;align-items:center;gap:2.4rem}.footer__language-select{position:relative}.footer__language-current,.footer__language-menu a,.footer__pro-link{display:inline-flex;align-items:center;gap:.8rem;min-height:4.8rem;border-radius:1.2rem;color:var(--blue);background:#fff;font-family:var(--font-display);font-size:1.6rem;text-transform:uppercase}.footer__language-current{padding:0 1.4rem}.footer__language-current img,.footer__language-menu img{width:2.4rem;height:1.7rem;object-fit:cover}.footer__language-menu{position:absolute;z-index:3;top:calc(100% + .8rem);left:0;display:grid;gap:.6rem;min-width:100%;opacity:0;pointer-events:none;transform:translateY(-.4rem);transition:opacity .16s ease,transform .16s ease}.footer__language-select:hover .footer__language-menu,.footer__language-select:focus-within .footer__language-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.footer__language-menu a{padding:0 1.4rem}.footer__pro-link{padding:0 2rem;background:var(--sun)}.footer__links{align-items:flex-start}.footer__links .footer__legal{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1.4rem 3.6rem;min-height:0}.footer__links .footer__legal a{color:var(--blue);font-size:1.5rem;font-weight:700;text-align:left}.footer__socials{display:flex;align-items:center;gap:1.8rem;flex:0 0 auto}.footer__socials a{display:grid;place-items:center;width:3.4rem;height:3.4rem}.footer__socials img{max-width:2.8rem;max-height:2.8rem}.footer__socials span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.footer__mentions{display:flex;justify-content:flex-end;color:var(--blue);font-size:1.25rem;line-height:1.3}.footer__mentions p{max-width:72rem;margin:0;text-align:right}.footer__mentions a,.footer__mentions span{font-weight:700;text-decoration:underline;text-underline-offset:.2rem}.page-hero,.page-hero--product,.page-hero--article{background:#f5f7fa}.page-card,.detail-card,.page-hero__media{border:0;border-radius:1.2rem;box-shadow:none}@media(max-width:1100px){.site-header{grid-template-columns:auto 1fr auto}.nav{gap:1.6rem}.nav a{font-size:1.5rem}.header-actions .icon-button:not(.menu-button){width:20rem}.hero-card-track{--card-w: 25rem;--card-h: 34rem;--gap: 2rem}.builder-layout,.coach__shell{grid-template-columns:1fr}.bowl-panel{grid-template-columns:minmax(0,1fr) 16rem;grid-template-areas:"balance balance" "visual macros" "title macros"}.builder-balance{justify-content:start}}@media(max-width:760px){html{font-size:9px}.shell,.builder__shell{width:calc(100% - 3.2rem)}.site-header{top:.8rem;left:.8rem;right:.8rem;min-height:5.6rem;padding:0 1.2rem;grid-template-columns:auto 1fr auto}.brand{width:10.8rem;height:4.8rem}.brand img{width:10.8rem}.header-actions .icon-button:not(.menu-button){display:none}.menu-button{display:inline-flex;width:4rem;height:4rem;border:0;background:transparent}.nav{top:calc(100% + .8rem);padding:1.6rem;border:0;background:#265088}.nav a{color:#fff;font-size:2.2rem}.hero{min-height:0;padding:12rem 0 6rem}.hero h1{padding:0 1.6rem;font-size:4.8rem}.hero-card-track{--card-w: 19rem;--card-h: 25rem;--gap: 1.4rem;--card-top: .8rem;--track-h: 33rem;margin:0;margin-inline:auto}.hero-card h2{font-size:2.4rem}.manifesto{min-height:0;padding:6rem 1.6rem}.manifesto__sticker{width:min(112rem,120vw);max-width:none}.section-intro h2,.coach h2{font-size:3.6rem}.moments{left:0;width:auto;padding:0 1.6rem;overflow-x:auto;transform:none}.moment,.moment:nth-child(2){flex:0 0 29rem;width:29rem}.moments-nav{justify-content:flex-start;padding:0 1.6rem;overflow-x:auto}.moments-nav a{flex:0 0 auto}.choice-list,.question-list{grid-template-columns:1fr}.builder{padding:4rem 0}.builder-layout{gap:3rem}.builder-tabs{max-width:100%;overflow-x:auto}.builder-tab{white-space:nowrap}.bowl-panel{grid-template-columns:1fr;grid-template-areas:"visual" "title" "macros"}.bowl-visual{min-height:30rem}.macro-row{text-align:left}.coach-search{flex-direction:column;align-items:stretch}.coach__shell{gap:3rem}.footer__shell{grid-template-columns:1fr;text-align:center}.footer__brand p,.footer__brand img,.footer__copyright{grid-column:auto;justify-self:center;text-align:center}.footer__text{font-size:3.8rem}.footer__bottom,.footer__tools,.footer__links,.footer__tool-row{display:grid;grid-template-columns:1fr;justify-items:center;gap:2.4rem}.footer__certified-logo--desktop{display:none}.footer__certified-logo--inline{display:block}.footer__links .footer__legal{justify-content:center}.footer__links .footer__legal a{text-align:center}.footer__socials,.footer__mentions{justify-content:center}.footer__mentions p{text-align:center}}.hero h1.hero-title-art{display:block;width:min(66rem,calc(100vw - 4rem));max-width:none;margin:0 auto;font-size:0;line-height:1;letter-spacing:0}.hero-title-art picture,.hero-title-art img{display:block;width:100%;height:auto}.manifesto__sticker{display:block;width:min(132rem,calc(100vw - 8rem))}.manifesto__sticker img{width:100%;height:auto}.moment{isolation:isolate}.moments{left:50%;width:100vw;overflow-x:auto;justify-content:flex-start;padding:0 max(2.4rem,calc((100vw - 124rem)/2));scroll-snap-type:x mandatory;scrollbar-width:none;transform:translate(-50%)}.moments::-webkit-scrollbar{display:none}.moment{flex:0 0 34rem;scroll-snap-align:start}.moment:nth-child(2){flex-basis:68rem}.moment>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;object-fit:cover;opacity:.88}.moment__sticker{position:absolute;z-index:4;top:5.4rem;right:3.7rem;display:flex;align-items:center;gap:1.8rem;width:26.8rem;min-height:11.4rem;padding:1.2rem 2.4rem 1.2rem 1.2rem;border-radius:1.2rem;color:var(--blue);background:var(--sun);box-shadow:0 .15rem .45rem #0000000d;opacity:0;pointer-events:none;transform:rotate(-5deg);transition:opacity .18s ease}.moment:hover .moment__sticker,.moment:focus-within .moment__sticker{opacity:1;pointer-events:auto}.moment__sticker-image{flex:0 0 9rem;width:9rem;height:9rem;transform:rotate(-5deg)}.moment__sticker img{position:static;width:120%;height:120%;max-width:none;object-fit:contain;opacity:1}.moment__sticker-text{display:grid;gap:.4rem;color:var(--blue);font-size:1.6rem;font-weight:800;line-height:1.05;text-transform:uppercase}.moment__sticker-text svg{width:.8rem;height:.8rem}.choice-pager button:disabled{cursor:default;opacity:.5}.choice-list--drinks{grid-template-columns:repeat(3,minmax(0,1fr))}.choice--toppings{overflow:hidden}.choice--toppings img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover}.choice--toppings span{position:relative;z-index:1;color:#fff}.choice--toppings:after{z-index:2}.choice--toppings:before{z-index:3}.bowl-visual img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;transform:none}.bowl-visual__base,.bowl-visual__cereal{top:2rem}.bowl-visual__base,.bowl-visual__drink,.bowl-visual__cereal,.bowl-visual__topping{right:auto;bottom:auto;left:0;width:100%}@media(max-width:760px){.hero h1.hero-title-art{width:min(36rem,100vw);padding:0 1.6rem;margin-inline:auto}.manifesto__sticker{width:min(112rem,120vw);max-width:none}.moment__sticker{top:1.5rem;right:2.5rem;width:20.9rem;min-height:8.8rem;gap:.8rem;padding:1.2rem 1.2rem 1.2rem .8rem;opacity:1;pointer-events:auto;transform:rotate(-8.5deg)}.moment__sticker-image{flex-basis:4.8rem;width:4.8rem;height:5.4rem}.moment__sticker-text{font-size:1.45rem}.moments{left:0;width:auto;padding:0 1.6rem;transform:none}.moment,.moment:nth-child(2){flex-basis:29rem}.choice-list--drinks{grid-template-columns:1fr}}.homepage{overflow-x:hidden;overflow-y:auto}.homepage__hero{padding-bottom:8rem;padding-top:14rem;position:relative}.homepage__hero__title{display:flex;align-items:center;justify-content:center;white-space:nowrap;flex-wrap:wrap;padding-bottom:4rem;color:#265088;font-family:BjorgAlive;font-size:3.8rem;font-style:normal;font-weight:400;line-height:110%;text-transform:uppercase}.homepage__hero__title h1{display:none}.homepage__hero__title__desktop{display:block;height:4rem}@media(min-width:320px)and (max-width:1023px){.homepage__hero__title__desktop{display:none}}.homepage__hero__title__mobile{height:9.6rem;display:none}@media(min-width:320px)and (max-width:1023px){.homepage__hero__title__mobile{display:block}}.homepage__hero__slider{max-width:100vw;margin:0 auto;position:relative}.homepage__hero__slider__wrapper{position:absolute;left:50%;top:0;transform:translate(-50%);height:34rem;width:max-content;display:flex;flex-direction:row;justify-content:center;flex-wrap:nowrap;gap:2.6rem;transition:unset}.homepage__hero__slider__slide{position:absolute;width:18.5rem;height:24.7rem;top:0;transition:all .5s linear}.homepage__hero__slider__slide.hide{visibility:hidden;transition:unset!important}.homepage__hero__slider__card{display:flex;justify-content:center;align-items:center;width:18.5rem;height:24.7rem;position:relative;overflow:hidden;border-radius:1.2rem}.homepage__hero__slider__card:hover .homepage__hero__slider__card__text1{bottom:unset;top:1rem;transform:translateY(0)}.homepage__hero__slider__card:hover .homepage__hero__slider__card__text2{opacity:1}.homepage__hero__slider__card:after{content:"";background:linear-gradient(180deg,#0000 50.26%,#0006 99.69%);display:block;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:1.2rem;z-index:2}.homepage__hero__slider__card__img{width:100%;height:100%;z-index:0;object-fit:cover;border-radius:1.2rem;position:relative;z-index:1}.homepage__hero__slider__card__img img{width:100%;height:100%;object-fit:cover}.homepage__hero__slider__card__text1{width:calc(100% - 2rem);position:absolute;left:1rem;right:1rem;top:calc(100% - 1rem);transform:translateY(-100%);z-index:3;opacity:1;transition:all .4s ease-in-out;font-family:BjorgAlive;font-size:1.6rem;font-style:normal;font-weight:400;line-height:110%;letter-spacing:0px;text-transform:uppercase;color:#fff;margin:0}@media(min-width:320px)and (max-width:1023px){.homepage__hero__slider__card__text1{height:calc(100% - 2rem);display:flex;align-items:end;cursor:pointer}}.homepage__hero__slider__card__text2{height:5.6rem;position:absolute;left:1rem;right:1rem;bottom:1rem;opacity:0;z-index:4;transition:opacity .4s ease,transform .4s ease;border-radius:.8rem;padding:.8rem 1rem;background-color:#265088;text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.homepage__hero__slider__card__text2__img{width:4rem;height:4rem;border-radius:.4rem;overflow:hidden;position:absolute;left:1rem;top:.8rem}.homepage__hero__slider__card__text2__img img{width:100%;height:100%;object-fit:cover}.homepage__hero__slider__card__text2 span{font-family:Dazzed;font-size:1.2rem;font-style:normal;font-weight:700;line-height:110%;color:#fff;width:calc(100% - 5.6rem);margin-left:5.6rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.homepage__hero__slider__footer{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;position:relative;z-index:1;margin-top:30rem}.homepage__hero__slider__footer__btn{display:flex;justify-content:center;align-items:center;gap:1rem;width:3rem;height:3rem;padding:0;margin:0;border:0;border-radius:2rem;background:#1340931a;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);color:#13409366;cursor:pointer}.homepage__hero__slider__footer__btn svg{width:1rem;height:1rem}.homepage__hero__slider__footer__pagination{display:flex;flex-direction:row;gap:.4rem}.homepage__hero__slider__footer__pagination span{width:2rem;height:.4rem;border-radius:2rem;background:#e6eaf2}.homepage__hero__slider__footer__pagination span.active{background:#265088}.homepage__manifesto{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;margin:auto;background-color:#f5f7fa;padding:6rem 11rem}@media(min-width:320px)and (max-width:1023px){.homepage__manifesto{padding:5rem 2rem;background:#e6eaf2}}.homepage__manifesto__title h2{display:none}.homepage__manifesto__title__desktop{display:block;margin:0 auto;max-width:80rem;width:100%}@media(min-width:320px)and (max-width:1023px){.homepage__manifesto__title__desktop{display:none}}.homepage__manifesto__title__mobile{display:none;max-width:33.7rem;width:100%}@media(min-width:320px)and (max-width:1023px){.homepage__manifesto__title__mobile{display:block;margin:0 auto}}.homepage__manifesto__button{display:inline-flex;justify-content:center;align-items:center;padding:1.6rem;gap:1rem;border-radius:1.2rem;background:#ffe500;box-shadow:0 -2px 0 1px #ffc100 inset,0 -4px 0 2px #ffd600 inset,0 -7px 0 3px #ffe400 inset;text-decoration:none;transform:rotate(-3.02deg);margin-top:2.7rem}.homepage__manifesto__button span{color:#265088;font-family:BjorgAlive;font-size:1.4rem;font-style:normal;font-weight:400;line-height:110%;letter-spacing:0;text-transform:uppercase}.homepage__manifesto__button svg{color:#265088;width:.6rem;height:.7rem}@media(min-width:320px)and (max-width:1023px){.homepage__manifesto__button{margin-top:-.2rem}}.homepage__mommentconso{display:flex;flex-direction:column;align-items:center;height:57.4rem;width:102.4rem;padding:6rem 0rem;gap:3rem;background:#fff;margin:0 auto}@media(min-width:320px)and (max-width:1023px){.homepage__mommentconso{padding:4rem 0rem;justify-content:center;width:100%;height:auto}}.homepage__mommentconso__title{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:50.5rem}@media(min-width:320px)and (max-width:1023px){.homepage__mommentconso__title{height:auto;width:34.1rem}}.homepage__mommentconso__title p{color:#265088;font-family:BjorgAlive;font-size:2.8rem;font-style:normal;font-weight:400;line-height:110%;text-transform:uppercase;text-align:center;margin:0}.homepage__mommentconso__title p span{color:#13a538}.homepage__mommentconso__swiper{position:relative;width:100%;height:auto;margin:0}.homepage__mommentconso__swiper__card{display:flex;position:relative;align-items:flex-end;width:100%;height:100%;border-radius:2rem;margin:0rem 1rem;overflow:hidden;transition:all .8s ease}@media(min-width:320px)and (max-width:1023px){.homepage__mommentconso__swiper__card{width:100%;height:100%;aspect-ratio:343/193;padding:0}}.homepage__mommentconso__swiper__card:after{content:"";background:linear-gradient(180deg,#0000 50.26%,#0006 99.69%);display:block;position:absolute;top:0;left:0;right:0;bottom:0}.homepage__mommentconso__swiper__card__img{position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%}.homepage__mommentconso__swiper__card__img img{width:100%;height:100%;object-fit:cover}.homepage__mommentconso__swiper__card__content{display:flex;flex-direction:column;align-items:flex-start;position:relative;height:auto;z-index:1;width:44.8rem;gap:1.2rem;margin:2rem}.homepage__mommentconso__swiper__card__content__heading{font-family:BjorgAlive;font-size:2.8rem;font-style:normal;font-weight:400;line-height:110%;text-transform:uppercase;color:#ffe500;margin:0}.homepage__mommentconso__swiper__card__content__body{font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:450;line-height:110%;color:#fff;margin:0}.homepage__mommentconso__swiper__card__sticker{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.8rem;position:absolute;z-index:5;right:3.7rem;top:5.4rem;width:26.8rem;height:11.4rem;padding:1.2rem 2.4rem 1.2rem 1.2rem;border-radius:1.2rem;background:#ffe500;box-shadow:0 1.5px 4.5px #0000000d;transform:rotate(-5deg);opacity:0;pointer-events:none;transition:opacity .4s ease;text-decoration:none}@media(min-width:320px)and (max-width:1023px){.homepage__mommentconso__swiper__card__sticker{gap:.8rem;right:2.5rem;top:1.5rem;transform:rotate(-8.577deg);width:20.9rem;height:8.8rem;padding:1.2rem 1.2rem 1.2rem .8rem}}.homepage__mommentconso__swiper__card__sticker__img{width:9rem;height:9rem;transform:rotate(-5deg)}.homepage__mommentconso__swiper__card__sticker__img img{width:120%;height:120%;object-fit:cover;overflow:hidden}@media(min-width:320px)and (max-width:1023px){.homepage__mommentconso__swiper__card__sticker__img{width:4.1rem;height:5rem}}.homepage__mommentconso__swiper__card__sticker__text{color:#265088;font-family:Rhetoric;font-size:1.6rem;font-style:normal;font-weight:800;line-height:105%;letter-spacing:.32px;text-transform:uppercase;display:flex;flex-direction:column;align-items:flex-start}.homepage__mommentconso__swiper__card__sticker__text p{margin:0}@media(min-width:320px)and (max-width:1023px){.homepage__mommentconso__swiper__card__sticker__text{font-family:BjorgAlive;font-size:1.6rem;font-weight:400;line-height:110%;letter-spacing:0;text-transform:uppercase}}.homepage__mommentconso__swiper__card__sticker__text svg{margin-top:.4rem;width:.6rem;height:.7rem}.homepage__mommentconso__swiper__card:hover .homepage__mommentconso__swiper__card__sticker{opacity:1;pointer-events:auto}.homepage__mommentconso__swiper .swiper-slide{display:flex;align-items:center;justify-content:center;width:50.5rem;height:28.4rem}@media(min-width:320px)and (max-width:1023px){.homepage__mommentconso__swiper .swiper-slide{width:34.3rem;height:19.3rem;aspect-ratio:343/193}}.homepage__mommentconso__swiper__footer{display:flex;position:relative;flex-direction:row;justify-content:center;margin-top:2rem}.homepage__mommentconso__swiper__footer__wrapper{display:flex;flex-direction:column;align-items:center;margin:0rem 3rem}@media(min-width:320px)and (max-width:1023px){.homepage__mommentconso__swiper__footer__wrapper{height:5.5rem}}.homepage__mommentconso__swiper__footer__wrapper .swiper-pagination{position:static;width:max-content;display:flex;flex-direction:row;align-items:center;gap:1.4rem}.homepage__mommentconso__swiper__footer__wrapper .swiper-pagination-bullet{position:relative;width:.2rem;height:2.5rem;border-radius:.2rem;margin:0 .7rem;background-color:#265088;opacity:1;transition:all .3s;cursor:pointer}.homepage__mommentconso__swiper__footer__wrapper .swiper-pagination-bullet:after{content:attr(data-time);position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.4rem;white-space:nowrap;opacity:0;transition:opacity .3s;font-family:Dazzed;font-size:1.2rem;font-style:normal;font-weight:700;line-height:110%;color:#265088}.homepage__mommentconso__swiper__footer__wrapper .swiper-pagination-bullet-active{height:3.8rem;width:.2rem;border-radius:.2rem}.homepage__mommentconso__swiper__footer__wrapper .swiper-pagination-bullet-active:after{opacity:1}.homepage__mommentconso__swiper__footer__btn{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;padding:0;margin:0;border:0;border-radius:2rem;background:#1340931a;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);cursor:pointer}.homepage__mommentconso__swiper__footer__btn svg{width:1rem;height:1rem}.homepage__mommentconso__swiper__footer .swiper-button-next,.homepage__mommentconso__swiper__footer .swiper-button-prev{position:static;width:3rem;height:3rem;padding:0;margin:0;border:0;cursor:pointer;color:#13409366}.homepage__mommentconso__swiper__footer .swiper-button-next:after,.homepage__mommentconso__swiper__footer .swiper-button-prev:after{display:none;content:none}.homepage__mommentconso__swiper__footer .swiper-button-disabled{opacity:.4}.homepage__chefmix{display:flex;position:relative;justify-content:space-between;align-items:flex-start;gap:14rem;width:102.4rem;min-height:53.9rem;padding:6rem 4rem;margin:auto;background-color:#265088;color:#fff}@media(min-width:320px)and (max-width:1023px){.homepage__chefmix{padding:3rem 1.6rem;gap:2.2rem;height:max-content;flex-direction:column;width:100%}}.homepage__chefmix__left{display:flex;flex-direction:column;justify-content:flex-start;width:57.7rem;align-items:flex-start;gap:3rem}@media(min-width:320px)and (max-width:1023px){.homepage__chefmix__left{width:100%}}.homepage__chefmix__left__header{font-family:BjorgAlive;font-size:2.8rem;font-style:normal;font-weight:400;line-height:110%;text-transform:uppercase;color:#fff;margin:0}.homepage__chefmix__left__body p{font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:450;line-height:110%;color:#fff;margin:0}.homepage__chefmix__left__toggleable{width:100%}.homepage__chefmix__left__toggleable__header{display:flex;flex-direction:row;width:max-content;border:0}.homepage__chefmix__left__toggleable__header__button{display:flex;align-items:center;justify-content:center;padding:1rem 1.4rem;border:0;border-radius:1.2rem 1.2rem 0px 0px;background:#e6eaf2;cursor:pointer;color:#265088;font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:700;line-height:110%}.homepage__chefmix__left__toggleable__header__button.active{background:#fff}@media(min-width:320px)and (max-width:1023px){.homepage__chefmix__left__toggleable__header__button{max-width:10.6rem}}.homepage__chefmix__left__toggleable__tabs{display:flex;flex-direction:column;align-items:flex-start;max-width:40.4rem;width:max-content;height:auto;padding:1.2rem;gap:1.2rem;border-radius:0rem 1.2rem 1.2rem;background:#fff;overflow-x:auto}@media(min-width:320px)and (max-width:1023px){.homepage__chefmix__left__toggleable__tabs{width:100%}}.homepage__chefmix__left__toggleable__tabs__cards{display:none;max-width:37rem;min-width:37rem}.homepage__chefmix__left__toggleable__tabs__cards--toppings{max-width:40.4rem}@media(min-width:320px)and (max-width:1023px){.homepage__chefmix__left__toggleable__tabs__cards{max-width:100%;min-width:100%}}.homepage__chefmix__left__toggleable__tabs__cards.active{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:1.2rem}@media(min-width:320px)and (max-width:1023px){.homepage__chefmix__left__toggleable__tabs__cards.active{width:100%}}.homepage__chefmix__left__toggleable__tabs__cards__group{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;width:100%;gap:1.2rem;transition:all .3s ease}.homepage__chefmix__left__toggleable__card{position:relative;border:0;background:none;text-align:left;padding:0}.homepage__chefmix__left__toggleable__card--basic{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;border-radius:1rem 1rem 0 0;overflow:hidden;width:11.4rem;height:13.4rem;cursor:pointer}@media(min-width:320px)and (max-width:1023px){.homepage__chefmix__left__toggleable__card--basic{width:calc(33.33% - .8rem)}}.homepage__chefmix__left__toggleable__card--basic .homepage__chefmix__left__toggleable__card__bottom__btn svg{width:1.1rem;height:1.1rem;color:#265088}.homepage__chefmix__left__toggleable__card--basic .homepage__chefmix__left__toggleable__card__title{z-index:2;font-family:Dazzed;font-size:1.2rem;font-style:normal;font-weight:700;line-height:110%;color:#265088;margin-top:auto;margin-bottom:0;height:2.6rem}.homepage__chefmix__left__toggleable__card--basic .homepage__chefmix__left__toggleable__card__img{position:absolute;z-index:1;left:0;top:0;width:100%;height:9.6rem;border-radius:1rem;overflow:hidden;background:#e6eaf24d;padding-right:2rem}.homepage__chefmix__left__toggleable__card--basic .homepage__chefmix__left__toggleable__card__img img{width:100%;height:100%;object-fit:contain}.homepage__chefmix__left__toggleable__card--basic .homepage__chefmix__left__toggleable__card__bottom{z-index:2;position:absolute;top:7.2rem;right:.8rem}.homepage__chefmix__left__toggleable__card--basic.active .homepage__chefmix__left__toggleable__card__img{border:3px solid #13A538}.homepage__chefmix__left__toggleable__card--basic.active .homepage__chefmix__left__toggleable__card__bottom__btn{background:#13a538}.homepage__chefmix__left__toggleable__card--basic.active .homepage__chefmix__left__toggleable__card__bottom__btn svg{color:#fff}.homepage__chefmix__left__toggleable__tabs__cards--toppings .homepage__chefmix__left__toggleable__card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:11.8rem;height:11rem;padding:1.2rem;border-radius:1rem;overflow:hidden}@media(min-width:320px)and (max-width:1023px){.homepage__chefmix__left__toggleable__tabs__cards--toppings .homepage__chefmix__left__toggleable__card{width:calc(33.33% - .8rem)}}.homepage__chefmix__left__toggleable__tabs__cards--toppings .homepage__chefmix__left__toggleable__card__img{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;border-radius:1rem;background:gray}.homepage__chefmix__left__toggleable__tabs__cards--toppings .homepage__chefmix__left__toggleable__card__img img{width:100%;height:100%;object-fit:cover}.homepage__chefmix__left__toggleable__tabs__cards--toppings .homepage__chefmix__left__toggleable__card__bottom{display:flex;align-items:center;flex-direction:row;gap:1.2rem;z-index:2}.homepage__chefmix__left__toggleable__tabs__cards--toppings .homepage__chefmix__left__toggleable__card__bottom__number{font-family:BjorgAlive;font-size:1.4rem;font-style:normal;font-weight:400;line-height:110%;letter-spacing:0;text-transform:uppercase;color:#fff}.homepage__chefmix__left__toggleable__tabs__cards--toppings .homepage__chefmix__left__toggleable__card__title{z-index:2;font-family:Dazzed;font-size:1.2rem;font-style:normal;font-weight:700;line-height:110%;color:#fff;margin:0}.homepage__chefmix__left__toggleable__card__bottom__btn{display:flex;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;gap:.7rem;border:0;border-radius:50%;background:#e6eaf2;color:#265088;cursor:pointer;padding:0;font-size:1.4rem;font-weight:700;line-height:1}.homepage__chefmix__left__toggleable__card__bottom__btn svg{width:.6rem;height:.6rem;color:#265088}.homepage__chefmix__image{position:absolute;height:23.3rem;width:30.7rem;left:50.4rem;top:22.3rem}@media(min-width:320px)and (max-width:1023px){.homepage__chefmix__image{width:24.2rem;height:18.3rem;top:unset;bottom:17rem;left:2.4rem;z-index:2}}.homepage__chefmix__image img{position:absolute;left:0;top:0;object-fit:cover;width:100%;height:100%}.homepage__chefmix__image img:nth-of-type(1){top:2rem}.homepage__chefmix__image__cereal,.homepage__chefmix__image__topping{display:none}.homepage__chefmix__image__cereal.active,.homepage__chefmix__image__topping.active{display:block}.homepage__chefmix__right{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;width:22.7rem}@media(min-width:320px)and (max-width:1023px){.homepage__chefmix__right{width:100%}}.homepage__chefmix__right__tag{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:4rem}.homepage__chefmix__right__tag__container{position:relative;display:flex;width:13.8rem;height:1rem;align-items:center;border-radius:2.8rem;background:#e6eaf2}.homepage__chefmix__right__tag__karet{position:absolute;width:1.8rem;height:1.8rem;border-radius:50%;background:#13a538;filter:drop-shadow(0px 4px 4px rgba(0,0,0,.15));transition:left .3s ease}.homepage__chefmix__right__tag p{color:#e6eaf2;font-family:Dazzed;font-size:1.4rem;font-style:normal;font-weight:700;line-height:110%;margin:0}.homepage__chefmix__right__info{display:flex;flex-direction:column;list-style:none;padding:0;margin-top:4.5rem}@media(min-width:320px)and (max-width:1023px){.homepage__chefmix__right__info{width:100%}}.homepage__chefmix__right__info li{text-align:right;padding-bottom:4.5rem;font-family:BjorgAlive;font-size:1.6rem;font-style:normal;font-weight:400;line-height:110%;letter-spacing:0px;text-transform:uppercase;color:#ffe500}.homepage__chefmix__right__info li span{display:block;padding-top:1.2rem;font-family:BjorgAlive;font-size:1.6rem;font-style:normal;font-weight:400;line-height:110%;letter-spacing:0px;text-transform:uppercase;color:#fff}.homepage__chefmix__right__info li .subtitle{font-family:Dazzed;font-size:1.2rem;font-style:normal;font-weight:700;line-height:110%;color:#ffe500;text-transform:none}.homepage__chefmix__right__info li:last-child{padding-bottom:0}.section__biocoach{display:flex;align-items:center;width:100vw;padding:6rem 4rem;gap:8rem}@media(min-width:320px)and (max-width:1023px){.section__biocoach{padding:3rem 1.6rem;gap:3rem;flex-direction:column;width:100%}}.section__biocoach__left{display:flex;flex-direction:column;align-items:flex-start;width:62.2rem;gap:4rem;order:1}@media(min-width:320px)and (max-width:1023px){.section__biocoach__left{order:2;width:100%;gap:2rem}}.section__biocoach__left__title{display:flex;flex-direction:column;gap:3rem}.section__biocoach__left__title__header{color:#265088;font-family:BjorgAlive;font-size:2.8rem;font-style:normal;font-weight:400;line-height:110%;text-transform:uppercase;margin:0}.section__biocoach__left__title__body{color:#265088;font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:450;line-height:110%}.section__biocoach__left__title__body p{margin:0}.section__biocoach__left__content{display:flex;flex-direction:column;gap:2rem}@media(min-width:320px)and (max-width:1023px){.section__biocoach__left__content{width:100%}}.section__biocoach__left__content__search{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-radius:1.2rem;background-color:#e6eaf2}.section__biocoach__left__content__search__input{width:100%;color:#265088;font-family:Dazzed;font-size:2.4rem;font-style:normal;font-weight:700;line-height:110%;border:none;background:transparent;cursor:pointer}@media(min-width:320px)and (max-width:1023px){.section__biocoach__left__content__search__input{font-size:1.8rem;line-height:120%}}.section__biocoach__left__content__search__input::placeholder{color:#265088;font-family:Dazzed;font-size:1.8rem;font-style:normal;font-weight:700;line-height:120%}.section__biocoach__left__content__search__input:focus,.section__biocoach__left__content__search__input:focus-visible{outline:0;box-shadow:none}.section__biocoach__left__content__search__btn{display:inline-flex;justify-content:center;align-items:center;padding:1.6rem;gap:1rem;border:0;border-radius:1.2rem;background:#ffe500;box-shadow:0 -2px 0 1px #ffc100 inset,0 -4px 0 2px #ffd600 inset,0 -7px 0 3px #ffe400 inset;height:4.7rem;width:auto;white-space:nowrap;margin-left:1rem;cursor:pointer}.section__biocoach__left__content__search__btn span{color:#265088;font-family:BjorgAlive;font-size:1.4rem;font-style:normal;font-weight:400;line-height:110%;letter-spacing:0;text-transform:uppercase}.section__biocoach__left__content__search__btn svg{color:#265088;width:.6rem;height:.7rem}.section__biocoach__left__content__cards{display:flex}.section__biocoach__left__content__cards__card{display:flex;justify-content:space-between;align-items:flex-end;width:19.8rem;height:14.8rem;padding:8.2rem 1.2rem 1.2rem;gap:.8rem;border-radius:1.2rem;cursor:pointer;text-decoration:none}.section__biocoach__left__content__cards__card:nth-of-type(1){background:#265088;margin-right:1.3rem}@media(min-width:320px)and (max-width:1023px){.section__biocoach__left__content__cards__card:nth-of-type(1){margin-right:2rem}}.section__biocoach__left__content__cards__card:nth-of-type(2n){background:#13a538;margin-right:1.3rem}@media(min-width:320px)and (max-width:1023px){.section__biocoach__left__content__cards__card:nth-of-type(2n){margin-right:0}}.section__biocoach__left__content__cards__card:nth-of-type(3){background:#265088}@media(min-width:320px)and (max-width:1023px){.section__biocoach__left__content__cards__card:nth-of-type(3){display:none}}.section__biocoach__left__content__cards__card p{font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:450;line-height:110%;color:#fff;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;text-overflow:ellipsis}.section__biocoach__left__content__cards__card__btn{display:flex;width:2.4rem;height:2.4rem;padding:.8rem;align-items:center;gap:1rem;border-radius:2rem;background-color:#fff6;transition:background-color .3s;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);flex-shrink:0}.section__biocoach__left__content__cards__card__btn svg{height:1.1rem;width:1.1rem;color:#fff}.section__biocoach__left__content__cards__card__btn:hover{background-color:#ffe500}.section__biocoach__right{display:flex;width:24rem;height:40rem;order:2;border-radius:1rem;overflow:hidden}@media(min-width:320px)and (max-width:1023px){.section__biocoach__right{order:1;height:25.8rem;width:100%}}.section__biocoach__right img{height:100%;width:100%;object-fit:cover}@media(min-width:320px)and (max-width:1023px){.section__biocoach__right img{aspect-ratio:343/258;height:25.8rem}}.blog{display:flex;flex-direction:column;align-items:center;padding:13.4rem 4rem 0rem;width:100%;background:#fff;color:#265088}@media(min-width:320px)and (max-width:1023px){.blog{width:37.5rem;padding:8.5rem 1.6rem 0}}.blog__header{display:flex;flex-direction:column;justify-content:center;align-items:center;width:47.7rem;gap:3rem}.blog__header__img{display:flex;justify-content:center;align-items:center;width:100%}.blog__header__img h1{display:none}.blog__header__img img{height:7rem;width:max-content}@media(min-width:320px)and (max-width:1023px){.blog__header__img img{height:auto;max-width:100vw}.blog__header__img--desktop{display:none}}.blog__header__img--mobile{display:none}@media(min-width:320px)and (max-width:1023px){.blog__header__img--mobile{display:block}}.blog__header__content{width:47.7rem;text-align:center}@media(min-width:320px)and (max-width:1023px){.blog__header__content{width:34.3rem}}.blog__header__content p{color:#265088;font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:400;line-height:110%;margin:0}.blog__files{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;gap:3rem}@media(min-width:320px)and (max-width:1023px){.blog__files{width:34.3rem}}.blog__files__header{display:flex;align-items:flex-start;align-self:stretch;margin-top:4rem}.blog__files__header h2{color:#265088;font-family:BjorgAlive;font-size:2.8rem;font-style:normal;font-weight:400;line-height:110%;text-transform:uppercase;margin:0}.blog__files__cards{display:flex;align-items:flex-start;gap:2rem;width:100%}@media(min-width:320px)and (max-width:1023px){.blog__files__cards{flex-direction:column;width:34.3rem;gap:3rem}}.blog__files__cards__card{display:flex;align-items:flex-end;position:relative;overflow:hidden;width:30.1rem;height:22.5rem;padding:1.4rem;border-radius:1.2rem;text-decoration:none;aspect-ratio:301/225}@media(min-width:320px)and (max-width:1023px){.blog__files__cards__card{width:34.3rem;height:25.7rem}}.blog__files__cards__card__img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;border-radius:1.2rem}.blog__files__cards__card__img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 50.26%,#0006 99.69%);border-radius:1.2rem}.blog__files__cards__card__img img{width:100%;height:100%;object-fit:cover;display:block;border-radius:1.2rem}.blog__files__cards__card__title{color:#fff;font-family:BjorgAlive;font-size:1.6rem;font-style:normal;font-weight:400;line-height:110%;letter-spacing:0px;text-transform:uppercase;position:absolute;bottom:1.4rem;left:1.4rem;right:1.4rem;z-index:5;pointer-events:none;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.blog__articles{display:flex;justify-content:space-between;flex-direction:column;align-items:flex-start;gap:3rem;align-self:stretch}.blog__articles h2{color:#265088;font-family:BjorgAlive;font-size:2.8rem;font-style:normal;font-weight:400;line-height:110%;text-transform:uppercase;margin-top:6rem}@media(min-width:320px)and (max-width:1023px){.blog__articles{margin-bottom:1rem}}.blog__articles__group__search{display:flex;align-items:center;gap:1rem;width:100%;margin-bottom:2rem}@media(min-width:320px)and (max-width:1023px){.blog__articles__group__search{flex-direction:column;align-items:flex-start;gap:2rem}}.blog__articles__group__search__input{position:relative;width:45.1rem;height:4.2rem}@media(min-width:320px)and (max-width:1023px){.blog__articles__group__search__input{width:100%;margin-bottom:2rem}}.blog__articles__group__search__input svg{width:1.7rem;height:1.7rem;position:absolute;left:1.2rem;top:50%;transform:translateY(-50%);pointer-events:none}.blog__articles__group__search__input input{width:100%;height:100%;padding-left:3.5rem;border-radius:.6rem;box-shadow:0 0 3px #0000004d inset;border:2px solid #E6EAF2;background:#fff;font-family:Dazzed;font-size:1.2rem;font-style:normal;font-weight:700;line-height:110%;color:#13409399}.blog__articles__group__search__input input::placeholder{color:#13409366}.blog__articles__group__row__menu{position:relative}.blog__articles__group__row__menu.first{margin-left:auto}@media(min-width:320px)and (max-width:1023px){.blog__articles__group__row__menu.first{margin-left:0}}.blog__articles__group__row__menu:not(.first) .blog__articles__group__row__menu__toggle{background:#265088;color:#fff}.blog__articles__group__row__menu:not(.first) .blog__articles__group__row__menu__toggle svg{pointer-events:none;color:#fff}.blog__articles__group__row__menu__toggle{display:flex;justify-content:space-between;align-self:stretch;align-items:center;width:21rem;height:auto;padding:.8rem 1.2rem;border:0;border-radius:1.2rem;background:#e6eaf2;color:#265088;font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:700;line-height:110%;cursor:pointer}.blog__articles__group__row__menu__toggle.is-active svg{transform:rotate(180deg)}.blog__articles__group__row__menu__dropdown{visibility:hidden;opacity:0;position:absolute;top:100%;left:0;width:48rem;margin-top:.8rem;padding:2rem;background:#e6eaf2;border-radius:1.2rem;box-shadow:0 4px 16px #0000001a;z-index:10}.blog__articles__group__row__menu__dropdown.is-active{visibility:visible;opacity:1}.blog__articles__group__row__menu__dropdown.small{width:100%}@media(min-width:320px)and (max-width:1023px){.blog__articles__group__row__menu__dropdown{width:100%}}.blog__articles__group__row__menu__categories{display:flex;flex-direction:row;gap:3rem 1.2rem}@media(min-width:320px)and (max-width:1023px){.blog__articles__group__row__menu__categories{flex-direction:column;flex-wrap:wrap;gap:1.6rem}}.blog__articles__group__row__menu__categories__column{width:100%;display:flex;flex-direction:column;gap:1.6rem}.blog__articles__group__row__menu__categories__item{display:flex;align-items:center;color:#265088;font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:600;line-height:110%;cursor:pointer}.blog__articles__group__row__menu__categories__item input[type=checkbox]{margin-right:1rem;transform:scale(1.4);accent-color:#265088}.blog__articles__group__row__menu__categories__item sup{font-size:1.2rem;margin-top:-1rem;margin-left:.2rem;font-weight:600}.blog__articles__cards{height:auto;display:flex;flex-direction:column;align-items:flex-start;gap:6rem;width:100%}@media(min-width:320px)and (max-width:1023px){.blog__articles__cards{gap:5rem}}.blog__articles__cards__text{width:9.4rem;height:1.8rem}.blog__articles__cards__text p{color:#265088;font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:400;line-height:110%;margin:0}@media(min-width:320px)and (max-width:1023px){.blog__articles__cards__text{display:none}}.blog__articles__cards__card{display:flex;align-items:flex-start;gap:1.6rem;text-decoration:none}@media(min-width:320px)and (max-width:1023px){.blog__articles__cards__card{width:34.3rem;flex-direction:column;margin-bottom:1rem}}.blog__articles__cards__card__img{display:flex;justify-content:space-between;align-items:flex-start;width:38.4rem;height:25.6rem;border-radius:1.2rem;overflow:hidden;flex-shrink:0}@media(min-width:320px)and (max-width:1023px){.blog__articles__cards__card__img{height:19rem;width:100%}}.blog__articles__cards__card__img img{height:100%;width:100%;object-fit:cover}.blog__articles__cards__card__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}@media(min-width:320px)and (max-width:1023px){.blog__articles__cards__card__wrapper{gap:1.6rem}}.blog__articles__cards__card__wrapper__tags{display:flex;align-items:center;gap:1rem}.blog__articles__cards__card__wrapper__tags__tag{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:6px;border-radius:28px;background:#e6eaf2;color:#265088;font-family:Dazzed;font-size:1.2rem;font-style:normal;font-weight:700;line-height:110%}.blog__articles__cards__card__wrapper__heading{align-self:stretch;max-width:54.4rem;margin-bottom:1rem}.blog__articles__cards__card__wrapper__heading h3{color:#265088;font-family:Dazzed;font-size:2.4rem;font-style:normal;font-weight:700;line-height:110%;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.blog__articles__cards__card__wrapper__body{max-width:54.4rem}.blog__articles__cards__card__wrapper__body p{color:#265088;font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:450;line-height:110%;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}@media(min-width:320px)and (max-width:1023px){.blog__articles__cards__card__wrapper__body p{-webkit-line-clamp:3}}.blog__articles__pagination{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:3rem;padding:0 2rem;margin-top:4rem;margin-bottom:3rem}@media(min-width:320px)and (max-width:1023px){.blog__articles__pagination{margin-top:3rem}}.blog__articles__pagination__list{display:flex;justify-content:center;align-items:center;list-style:none;padding:0;margin:0}.blog__articles__pagination__list__items{display:flex;gap:2rem;margin-left:2rem;margin-right:2rem;list-style:none;padding:0}.blog__articles__pagination__list__item{display:flex;text-decoration:none;text-align:center;justify-content:center;align-items:center;height:3rem;width:3rem;border-radius:50%;transition:background-color .3s ease;color:#265088;font-family:BjorgAlive;font-size:1.4rem;font-style:normal;font-weight:400;line-height:110%;letter-spacing:0;text-transform:uppercase;cursor:pointer}.blog__articles__pagination__list__item span{color:#265088;font-family:BjorgAlive;font-size:1.4rem;font-style:normal;font-weight:400;line-height:110%;letter-spacing:0;text-transform:uppercase;pointer-events:none}.blog__articles__pagination__list__item.pagination__item--active{background-color:#265088}.blog__articles__pagination__list__item.pagination__item--active span{color:#fff!important}.blog__articles__pagination__list__item.pagination__item--disabled{opacity:.5;cursor:auto;pointer-events:none}.product{padding-top:11.3rem;background:#fff;color:#265088}@media(min-width:320px)and (max-width:1023px){.product{padding-top:0}}.product__container{max-width:102.4rem;margin:0 auto}.product__header{height:auto;margin-bottom:3rem}@media(min-width:1024px){.product__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.6rem;max-width:102.4rem;margin:0 auto 3rem}}.product__header__banner{position:relative;background:#e6eaf2;min-height:43.3rem;border-radius:0 2rem 2rem 0;overflow:hidden}.product__header__banner--wide{background-color:#f7f9fb;background-image:url(/assets/Background.png);background-size:cover;background-position:center bottom}.product__header__banner__ornament{position:absolute;left:12rem;bottom:2.5rem;width:11rem;height:auto;pointer-events:none}@media(min-width:320px)and (max-width:1023px){.product__header__banner{height:34.1rem;margin-bottom:5.9rem;border-radius:0 0 1rem 1rem}}@media(min-width:1024px){.product__header__banner{width:41.6666666667%;margin-left:-1.6rem}}.product__header__banner--button{display:flex;justify-content:center;align-items:center;position:absolute;z-index:10;bottom:1.6rem;left:4rem;padding:1.1rem .8rem;border:0;border-radius:1.2rem;background-color:#265088;color:#fff;cursor:pointer;font-family:Dazzed;font-size:1.2rem;font-style:normal;font-weight:900;line-height:110%;transition:all .15s linear}.product__header__banner--button:hover{background-color:#f8f8f8;color:#265088}@media(min-width:320px)and (max-width:1023px){.product__header__banner--button{left:1.6rem;bottom:1.2rem}}.product__header__banner__float--image{width:28.8rem;height:29.9rem;position:absolute;rotate:10deg;top:50%;left:18.1rem;transform:translateY(-50%);pointer-events:none}@media(min-width:320px)and (max-width:1023px){.product__header__banner__float--image{width:21rem;height:22rem;left:unset;right:2rem;top:unset;bottom:-5rem;rotate:11deg}}.product__header__banner__float--image img{width:100%;height:100%;object-fit:contain}.product__header__banner__float--image--pouch{width:30rem;height:38rem;left:10rem;rotate:8deg}.product__header__banner__float--image--pouch img{width:100%;height:100%;max-width:none}.product__header__banner__float--image--wide{width:42rem;height:42rem;left:3.2rem;rotate:0deg}.product__header__banner__float--image--wide img{width:100%;height:100%;max-width:none;transform:none}@media(min-width:320px)and (max-width:1023px){.product__header__banner__float--image--pouch{width:23rem;height:29rem;right:1rem;bottom:-1rem;rotate:8deg}.product__header__banner__float--image--wide{width:34rem;height:34rem;right:-.5rem;bottom:1.2rem;rotate:0deg}.product__header__banner__float--image--wide img{width:100%;height:100%;transform:none}.product__header__banner__ornament{left:3rem;bottom:1.2rem;width:8rem}}.product__header__block{padding:3rem 1.6rem 0}@media(min-width:1024px){.product__header__block{width:50%;padding:0rem 5.3rem 0 0;margin-top:1.8rem}}.product__header__block__inner{max-width:48rem}.product__header__block--breadcrumb{display:flex;align-items:center;column-gap:.25rem;margin-bottom:1.4rem}.product__header__block--breadcrumb button{border:0;background:none;text-decoration:none;color:#265088;font-family:Dazzed;font-size:1.2rem;font-style:normal;font-weight:700;line-height:110%;cursor:pointer;padding:0}.product__header__block--title h1{margin-top:0;margin-bottom:3rem;color:#265088;font-family:BjorgAlive;font-size:3.8rem;font-style:normal;font-weight:400;line-height:110%;text-transform:uppercase}.product__header__block--title p{color:#265088;font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:450;line-height:110%}.product__header__block__content{margin-top:3rem;position:relative}.product__header__block__content__tip{position:relative;padding:1.5rem 2rem 3rem;margin-top:3rem;border-radius:1.2rem;background-color:#e6eaf2}@media(min-width:1024px){.product__header__block__content__tip{width:65%;min-width:39rem;padding-top:2rem;margin-top:6rem}}.product__header__block__content__tip--title{margin-bottom:2rem;color:#265088;font-family:BjorgAlive;font-size:1.6rem;font-style:normal;font-weight:400;line-height:110%;letter-spacing:0px;text-transform:uppercase}.product__header__block__content__tip--text{color:#265088;font-family:Dazzed;font-size:1.6rem;font-style:normal;font-weight:450;line-height:110%}.product__header__block__content__tip--text ul{padding-left:2rem;margin:0}.product__header__side-panel{display:flex;justify-content:flex-end;align-items:flex-start;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1000;pointer-events:none;visibility:hidden;transition:visibility .3s linear}.product__header__side-panel.open{visibility:visible;pointer-events:all}.product__header__side-panel__block{position:relative;z-index:20;overflow-y:auto;height:100%;width:66.6666666667%;padding:5rem 8rem 6.2rem 2.2rem;margin-left:4rem;border-radius:1rem 0 0 1rem;background-color:#fff;transform:translate(100%);transition:transform .3s linear}@media(min-width:320px)and (max-width:1023px){.product__header__side-panel__block{width:100%;padding:7.2rem 1.6rem .5rem;margin-left:0;border-radius:1.2rem 1.2rem 0 0;transform:translate(-100%)}}.product__header__side-panel__block.open{transform:translate(0)}.product__header__side-panel__block--close{position:absolute;top:2rem;right:2rem;z-index:20;width:3rem;height:3rem;border:0;background:transparent;font-size:2.4rem;color:#265088;cursor:pointer;line-height:1}.product__header__side-panel__block__content{margin-bottom:4rem}.product__header__side-panel__block__content--title{margin-bottom:2rem;color:#265088;font-family:BjorgAlive;font-size:1.6rem;font-weight:400;line-height:110%;letter-spacing:0;text-transform:uppercase}.product__header__side-panel__block__content ul{list-style:none;padding:0}.product__header__side-panel__block__content ul li{margin-bottom:2rem}.product__header__side-panel__block__content ul li p{color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:450;line-height:110%;margin:0}.product__header__side-panel--overlay{position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;border:0;background-color:transparent;transition:background-color .3s linear;cursor:pointer}.product__header__side-panel.open .product__header__side-panel--overlay{background-color:#26508866}.product__related{padding:6rem 1.6rem;background:#fff}.product__related--title{color:#265088;font-family:BjorgAlive;font-size:2.8rem;font-weight:400;line-height:110%;text-transform:uppercase;margin:0 0 3rem}.product__related__cards{display:flex;gap:2rem;flex-wrap:wrap}.product__related__card{display:flex;flex-direction:column;width:30.1rem;border-radius:1.2rem;overflow:hidden;text-decoration:none;background:#e6eaf2}.product__related__card__img{width:100%;height:22.5rem;background:#fff}.product__related__card__img img{width:100%;height:100%;object-fit:contain;padding:2rem}.product__related__card__title{font-family:BjorgAlive;font-size:1.6rem;font-weight:400;line-height:110%;text-transform:uppercase;color:#265088;margin:0;padding:1.6rem}.single-recipe{padding-top:11.3rem;background:#fff;color:#265088}@media(min-width:320px)and (max-width:1023px){.single-recipe{padding-top:8rem}}.single-recipe__container{max-width:102.4rem;margin:0 auto;padding:0 4rem}@media(min-width:320px)and (max-width:1023px){.single-recipe__container{padding:0 1.6rem}}.single-recipe__header{display:flex;flex-direction:row;align-items:center;gap:4rem;max-width:102.4rem;margin:0 auto 6rem;padding:0 4rem}@media(min-width:320px)and (max-width:1023px){.single-recipe__header{flex-direction:column;padding:0;gap:3rem;margin-bottom:4rem}}.single-recipe__header__image{flex:0 0 43rem;width:43rem;height:43rem;border-radius:0 2rem 2rem 0;overflow:hidden;margin-left:-4rem}@media(min-width:320px)and (max-width:1023px){.single-recipe__header__image{flex:0 0 auto;width:100%;height:auto;aspect-ratio:343/258;margin-left:0;border-radius:0 0 1rem 1rem}}.single-recipe__header__image img{width:100%;height:100%;object-fit:cover}.single-recipe__header__inner{flex:1;display:flex;flex-direction:column;gap:2rem}.single-recipe__header__eyebrow{color:#13a538;font-family:Dazzed;font-size:1.2rem;font-style:normal;font-weight:700;line-height:110%;text-transform:uppercase;margin:0}.single-recipe__header__title{color:#265088;font-family:BjorgAlive;font-size:3.8rem;font-weight:400;line-height:110%;text-transform:uppercase;margin:0}.single-recipe__header__summary{color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:450;line-height:130%;margin:0}.single-recipe__header__tags{display:flex;gap:1rem;flex-wrap:wrap}.single-recipe__header__tag{display:inline-flex;align-items:center;padding:.8rem 1.2rem;border-radius:2.8rem;background:#e6eaf2;color:#265088;font-family:Dazzed;font-size:1.2rem;font-weight:700;line-height:110%}.single-recipe__body{padding-bottom:6rem}.single-recipe__step{display:flex;align-items:flex-start;gap:2rem;padding:2rem 0;border-bottom:1px solid #E6EAF2}.single-recipe__step__number{flex:0 0 5rem;font-family:BjorgAlive;font-size:2.8rem;font-weight:400;line-height:110%;color:#13a538}.single-recipe__step p{color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:450;line-height:130%;margin:0}.single-recipe__related{padding:6rem 0;background:#e6eaf2}.single-recipe__related--title{color:#265088;font-family:BjorgAlive;font-size:2.8rem;font-weight:400;line-height:110%;text-transform:uppercase;margin:0 0 3rem}.single-recipe__related__cards{display:flex;gap:2rem;flex-wrap:wrap}.single-recipe__related__card{display:flex;flex-direction:column;width:30.1rem;border-radius:1.2rem;overflow:hidden;text-decoration:none;background:#fff}.single-recipe__related__card__img{width:100%;height:22.5rem;overflow:hidden}.single-recipe__related__card__img img{width:100%;height:100%;object-fit:cover}.single-recipe__related__card__title{font-family:BjorgAlive;font-size:1.6rem;font-weight:400;line-height:110%;text-transform:uppercase;color:#265088;margin:0;padding:1.6rem}.info-page{padding-top:11.3rem;background:#fff;color:#265088;min-height:60vh}@media(min-width:320px)and (max-width:1023px){.info-page{padding-top:8rem}}.info-page__container{max-width:102.4rem;margin:0 auto;padding:0 4rem}@media(min-width:320px)and (max-width:1023px){.info-page__container{padding:0 1.6rem}}.info-page__header{display:flex;flex-direction:row;align-items:center;gap:4rem;max-width:102.4rem;margin:0 auto 6rem;padding:0 4rem}@media(min-width:320px)and (max-width:1023px){.info-page__header{flex-direction:column-reverse;padding:0;gap:3rem;margin-bottom:4rem}}.info-page__header__inner{flex:1;display:flex;flex-direction:column;gap:2rem}@media(min-width:320px)and (max-width:1023px){.info-page__header__inner{padding:0 1.6rem}}.info-page__header__eyebrow{color:#13a538;font-family:Dazzed;font-size:1.2rem;font-style:normal;font-weight:700;line-height:110%;text-transform:uppercase;margin:0}.info-page__header__title{color:#265088;font-family:BjorgAlive;font-size:3.8rem;font-weight:400;line-height:110%;text-transform:uppercase;margin:0}.info-page__header__summary{color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:450;line-height:130%;margin:0}.info-page__header__tags{display:flex;gap:1rem;flex-wrap:wrap}.info-page__header__tag{display:inline-flex;align-items:center;padding:.8rem 1.2rem;border-radius:2.8rem;background:#e6eaf2;color:#265088;font-family:Dazzed;font-size:1.2rem;font-weight:700;line-height:110%}.info-page__header__media{flex:0 0 43rem;width:43rem;height:43rem;border-radius:0 0 2rem 2rem;overflow:hidden;margin-right:-4rem;background:#e6eaf2}@media(min-width:320px)and (max-width:1023px){.info-page__header__media{flex:0 0 auto;width:100%;height:auto;aspect-ratio:343/258;margin-right:0;border-radius:0 0 1rem 1rem}}.info-page__header__media img{width:100%;height:100%;object-fit:cover}.info-page__sections{padding:4rem 0}.info-page__sections__title{color:#265088;font-family:BjorgAlive;font-size:2.8rem;font-weight:400;line-height:110%;text-transform:uppercase;margin:0 0 3rem}.info-page__sections__grid{display:flex;flex-direction:column;gap:2rem}.info-page__section-card{display:flex;align-items:flex-start;gap:2rem;padding:2rem;border-radius:1.2rem;background:#e6eaf2}.info-page__section-card__number{flex:0 0 4rem;font-family:BjorgAlive;font-size:2.4rem;font-weight:400;line-height:110%;color:#13a538}.info-page__section-card p{color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:450;line-height:130%;margin:0}.info-page__related{padding:6rem 0 8rem;background:#e6eaf2}.info-page__related__title{color:#265088;font-family:BjorgAlive;font-size:2.8rem;font-weight:400;line-height:110%;text-transform:uppercase;margin:0 0 3rem}.info-page__related__cards{display:flex;gap:2rem;flex-wrap:wrap}.info-page__related__card{display:flex;flex-direction:column;width:30.1rem;border-radius:1.2rem;overflow:hidden;text-decoration:none;background:#fff;transition:transform .2s ease}.info-page__related__card:hover{transform:translateY(-.4rem)}.info-page__related__card__img{width:100%;height:18rem;overflow:hidden}.info-page__related__card__img img{width:100%;height:100%;object-fit:cover}.info-page__related__card__body{display:flex;flex-direction:column;gap:1rem;padding:1.6rem}.info-page__related__card__tag{color:#13a538;font-family:Dazzed;font-size:1.2rem;font-weight:700;line-height:110%;text-transform:uppercase}.info-page__related__card__title{font-family:BjorgAlive;font-size:1.6rem;font-weight:400;line-height:110%;text-transform:uppercase;color:#265088;margin:0}.info-page__related__card__summary{font-family:Dazzed;font-size:1.4rem;font-weight:450;line-height:130%;color:#265088;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.hubproduct{padding-top:8.4rem;background:#fff;color:#265088}@media(min-width:320px)and (max-width:1023px){.hubproduct{padding-top:7rem}}.hubproduct__section__group{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:5rem;margin-bottom:4rem}@media(min-width:320px)and (max-width:1023px){.hubproduct__section__group{text-align:center;margin-top:3rem}}.hubproduct__section__group__title{color:#265088;font-family:BjorgAlive;font-size:3.8rem;font-weight:400;line-height:110%;text-transform:uppercase;padding-bottom:3rem;margin:0}.hubproduct__section__group__description{white-space:pre-wrap;padding-bottom:3rem;text-align:center;width:47.7rem;max-width:100%}.hubproduct__section__group__description p{color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:450;line-height:110%;margin:0}.hubproduct__section__group__row{display:flex;gap:3rem}@media(min-width:320px)and (max-width:1023px){.hubproduct__section__group__row{flex-direction:column;gap:2rem}}.hubproduct__section__group__row__menu{position:relative}.hubproduct__section__group__row__menu__toggle{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;width:29rem;height:4.4rem;padding:0 1.2rem;border:0;border-radius:1.2rem;background:#e6eaf2;color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:900;line-height:normal;cursor:pointer}.hubproduct__section__group__row__menu__toggle.is-active svg{transform:rotate(180deg)}.hubproduct__section__group__row__menu__dropdown{visibility:hidden;opacity:0;position:absolute;top:100%;left:0;width:48rem;margin-top:.8rem;background-color:#e6eaf2;border-radius:1.2rem;padding:2rem;box-shadow:0 4px 16px #0000001a;z-index:10;color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:450;line-height:110%}.hubproduct__section__group__row__menu__dropdown.is-active{visibility:visible;opacity:1}@media(min-width:320px)and (max-width:1023px){.hubproduct__section__group__row__menu__dropdown{width:100%}}.hubproduct__section__group__row__menu__categories,.hubproduct__section__group__row__menu__categories__column{display:flex;flex-direction:column;gap:1.6rem}.hubproduct__section__group__row__menu__categories__column ul{list-style:none;padding-left:2rem;margin:0;display:flex;flex-direction:column;gap:1rem}.hubproduct__section__group__row__menu__categories__item{display:flex;align-items:center;color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:600;line-height:110%;cursor:pointer}.hubproduct__section__group__row__menu__categories__item input[type=checkbox]{margin-right:1rem;transform:scale(1.4);accent-color:#265088}.hubproduct__section__group__row__menu__categories__item sup{font-size:1.2rem;margin-top:-1rem;margin-left:.2rem;font-weight:600}.hubproduct__section__product__count{padding:0 4rem;color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:450;line-height:110%}.hubproduct__section__product__count p{margin:0}@media(min-width:320px)and (max-width:1023px){.hubproduct__section__product__count{padding-left:1.6rem}}.hubproduct__section__product__list{display:grid;grid-template-columns:repeat(4,1fr);align-items:start;gap:2rem;width:102.4rem;max-width:100%;padding:0 4rem 3rem;margin:2rem auto 0;box-sizing:border-box}@media(min-width:320px)and (max-width:1023px){.hubproduct__section__product__list{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 1.6rem;width:100%}}.hubproduct__section__product__list__card{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%;height:27.7rem;padding:2rem;border-radius:1.2rem;background:#f5f7fa;text-decoration:none;overflow:hidden;box-sizing:border-box}.hubproduct__section__product__list__card__image{width:100%;max-height:20rem;overflow:hidden;display:flex;justify-content:center}.hubproduct__section__product__list__card__image img{width:100%;height:20rem;object-fit:contain}.hubproduct__section__product__list__card__info{color:#265088;font-family:BjorgAlive;font-size:1.6rem;font-weight:400;line-height:110%;letter-spacing:0px;text-transform:uppercase;flex:1;text-align:center}.hubproduct__section__product__pagination{display:flex;justify-content:center;align-items:center;gap:3rem;padding:0 2rem;margin-top:4rem;margin-bottom:3rem}.hubproduct__section__product__pagination__list{display:flex;justify-content:center;align-items:center;list-style:none;padding:0;margin:0}.hubproduct__section__product__pagination__list__items{display:flex;gap:2rem;margin:0 2rem;list-style:none;padding:0}.hubproduct__section__product__pagination__list__item{display:flex;text-align:center;justify-content:center;align-items:center;height:3rem;width:3rem;border-radius:50%;transition:background-color .3s ease;color:#265088;font-family:BjorgAlive;font-size:1.4rem;font-weight:400;line-height:110%;letter-spacing:0;text-transform:uppercase;cursor:pointer}.hubproduct__section__product__pagination__list__item span{color:#265088;font-family:BjorgAlive;font-size:1.4rem;font-weight:400;pointer-events:none}.hubproduct__section__product__pagination__list__item.pagination__item--active{background-color:#265088}.hubproduct__section__product__pagination__list__item.pagination__item--active span{color:#fff!important}.hubproduct__section__product__pagination__list__item.pagination__item--disabled{opacity:.5;cursor:auto;pointer-events:none}.needinspiration{display:flex;flex-direction:column;align-items:center;width:100%;padding-top:11.3rem;background:#fff;color:#265088}.needinspiration__header{display:flex;flex-direction:column;align-items:center;margin-top:3rem;gap:1rem}@media(min-width:320px)and (max-width:1023px){.needinspiration__header{text-align:center;gap:2rem}}.needinspiration__header__header{color:#265088;font-family:BjorgAlive;font-size:3.8rem;font-weight:400;line-height:110%;text-transform:uppercase;margin:0}.needinspiration__header__body{color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:450;line-height:110%}.needinspiration__header__body p{margin:0}.needinspiration__products{display:flex;flex-direction:column;align-items:center;width:100%}.needinspiration__products__dropdowns{display:flex;gap:3rem;margin-top:3rem}@media(min-width:320px)and (max-width:1023px){.needinspiration__products__dropdowns{flex-direction:column;gap:2rem;width:100%;padding:0 1.6rem;box-sizing:border-box}}.needinspiration__products__dropdowns__menu{position:relative}.needinspiration__products__dropdowns__menu__toggle{display:flex;justify-content:space-between;align-items:center;width:29rem;height:4.4rem;padding:0 1.2rem;border:0;border-radius:1.2rem;background:#e6eaf2;color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:700;line-height:110%;cursor:pointer}.needinspiration__products__dropdowns__menu__toggle.is-active svg{transform:rotate(180deg)}.needinspiration__products__dropdowns__menu__dropdown{visibility:hidden;opacity:0;position:absolute;top:100%;left:0;width:48rem;margin-top:.8rem;background-color:#e6eaf2;border-radius:1.2rem;padding:2rem;box-shadow:0 4px 16px #0000001a;z-index:10}.needinspiration__products__dropdowns__menu__dropdown.is-active{visibility:visible;opacity:1}.needinspiration__products__dropdowns__menu__dropdown.small{width:100%}@media(min-width:320px)and (max-width:1023px){.needinspiration__products__dropdowns__menu__dropdown{width:100%}}.needinspiration__products__dropdowns__menu__categories,.needinspiration__products__dropdowns__menu__categories__column{display:flex;flex-direction:column;gap:1.6rem}.needinspiration__products__dropdowns__menu__categories__item{display:flex;align-items:center;color:#265088;font-family:Dazzed;font-size:1.6rem;font-weight:600;line-height:110%;cursor:pointer}.needinspiration__products__dropdowns__menu__categories__item input[type=checkbox]{margin-right:1rem;transform:scale(1.4);accent-color:#265088}.needinspiration__products__dropdowns__menu__categories__item sup{font-size:1.2rem;margin-top:-1rem;margin-left:.2rem;font-weight:600}.needinspiration__products__panel{display:flex;height:auto;width:auto;margin:4rem;gap:1.6rem}.needinspiration__products__panel.desktop{display:flex}.needinspiration__products__panel.mobile{display:none}@media(min-width:320px)and (max-width:1023px){.needinspiration__products__panel.desktop{display:none}.needinspiration__products__panel.mobile{display:flex;margin:2rem 1.6rem 0}}.needinspiration__products__panel__card{width:100%;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;cursor:pointer;border-radius:1.2rem;text-decoration:none;overflow:hidden;position:relative}@media(min-width:320px)and (max-width:1023px){.needinspiration__products__panel__card{border-radius:1rem;padding:1rem .8rem}}.needinspiration__products__panel__card__tags{display:flex;flex-wrap:wrap;gap:1rem;height:auto;width:100%;z-index:2;position:relative}.needinspiration__products__panel__card__tags__tag{color:#265088;font-family:Dazzed;font-size:1.2rem;font-weight:700;line-height:110%;display:flex;justify-content:center;align-items:center;padding:.4rem .8rem;border-radius:2.8rem;background:#fff;min-width:max-content}.needinspiration__products__panel__card__img{display:flex;align-items:center;justify-content:center}.needinspiration__products__panel__card__header{color:#fff;font-family:BjorgAlive;font-size:1.6rem;font-weight:400;line-height:110%;letter-spacing:0px;text-transform:uppercase;margin:0;z-index:2;position:relative}@media(min-width:320px)and (max-width:1023px){.needinspiration__products__panel__card__header{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;max-height:2.8em}}.needinspiration__products__panel__card--product{background:#265088}.needinspiration__products__panel__card--product img{width:100%;height:20.3rem;object-fit:contain}.needinspiration__products__panel__card--recipe:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 50%,#00000073);z-index:1}.needinspiration__products__panel__card--recipe img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.needinspiration__products__panel__column{display:flex;flex-direction:column;justify-content:space-between}.needinspiration__products__panel__column__left{width:22.4rem;display:flex;flex-direction:column;gap:1.6rem;border-radius:1.2rem}.needinspiration__products__panel__column__center{width:38.4rem;display:flex;flex-direction:column;gap:1.6rem;border-radius:1.2rem}.needinspiration__products__panel__column__right{width:30.4rem;display:flex;flex-direction:column;gap:1.6rem;border-radius:1.2rem}.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(odd){height:37.8rem}.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(odd).needinspiration__products__panel__card--product img{height:28.3rem}.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(2n){height:32rem}.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(2n).needinspiration__products__panel__card--product img{height:23.3rem}.needinspiration__products__panel__column__center .needinspiration__products__panel__card:nth-of-type(odd){height:44.4rem}.needinspiration__products__panel__column__center .needinspiration__products__panel__card:nth-of-type(odd).needinspiration__products__panel__card--product img{height:35.4rem}.needinspiration__products__panel__column__center .needinspiration__products__panel__card:nth-of-type(2n){height:25.4rem}.needinspiration__products__panel__column__center .needinspiration__products__panel__card:nth-of-type(2n).needinspiration__products__panel__card--product img{height:16.4rem}.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(odd){height:30.4rem}.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(odd).needinspiration__products__panel__card--product img{height:21.4rem}.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(2n){height:39.4rem}.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(2n).needinspiration__products__panel__card--product img{height:30.4rem}@media(min-width:320px)and (max-width:1023px){.needinspiration__products__panel__column__left{width:16.8rem}.needinspiration__products__panel__column__center{display:none}.needinspiration__products__panel__column__right{width:16.7rem}.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(1),.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(5){height:21rem}.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(1).needinspiration__products__panel__card--product img,.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(5).needinspiration__products__panel__card--product img{height:14rem}.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(2),.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(3),.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(6){height:24.6rem}.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(2).needinspiration__products__panel__card--product img,.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(3).needinspiration__products__panel__card--product img,.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(6).needinspiration__products__panel__card--product img{height:17.6rem}.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(4){height:16.7rem}.needinspiration__products__panel__column__left .needinspiration__products__panel__card:nth-of-type(4).needinspiration__products__panel__card--product img{height:9.7rem}.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(1),.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(5){height:24.6rem}.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(1).needinspiration__products__panel__card--product img,.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(5).needinspiration__products__panel__card--product img{height:17.6rem}.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(2),.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(3),.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(6){height:17.3rem}.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(2).needinspiration__products__panel__card--product img,.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(3).needinspiration__products__panel__card--product img,.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(6).needinspiration__products__panel__card--product img{height:10.3rem}.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(4){height:24.6rem}.needinspiration__products__panel__column__right .needinspiration__products__panel__card:nth-of-type(4).needinspiration__products__panel__card--product img{height:17.6rem}}.needinspiration__products__pagination{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:3rem;padding:0 2rem;margin-top:4rem;margin-bottom:3rem}.needinspiration__products__pagination__list{display:flex;justify-content:center;align-items:center;list-style:none;padding:0;margin:0}.needinspiration__products__pagination__list__items{display:flex;gap:2rem;margin-left:2rem;margin-right:2rem}.needinspiration__products__pagination__list__item{display:flex;text-decoration:none;text-align:center;justify-content:center;align-items:center;min-width:3rem;height:3rem;border-radius:50%;transition:background-color .3s ease;color:#265088;font-family:BjorgAlive;font-size:1.4rem;font-weight:400;line-height:110%;letter-spacing:0;text-transform:uppercase;cursor:pointer}.needinspiration__products__pagination__list__item svg{pointer-events:none}.needinspiration__products__pagination__list__item.pagination__item--active{width:3rem;height:3rem;background-color:#265088;color:#fff}.needinspiration__products__pagination__list__item.pagination__item--active span{color:#fff}.needinspiration__products__pagination__list__item.pagination__item--disabled{opacity:.5;cursor:auto;pointer-events:none}.needinspiration__products__pagination__list__item--ellipsis{cursor:default;pointer-events:none}@media(min-width:320px)and (max-width:1023px){.needinspiration__products__pagination{margin:3rem 0 2rem}}.header{position:fixed;z-index:999;width:calc(100% - 4rem);top:2rem;left:2rem}@media(min-width:320px)and (max-width:1023px){.header{width:calc(100% - 1.6rem);top:.8rem;left:.8rem}}.header__container{display:flex;align-items:center;padding:.8rem 2rem;width:100%;border-radius:1.2rem;background:#e8ecf3;border:0}@media(min-width:320px)and (max-width:1023px){.header__container{justify-content:space-between;padding:0 1.2rem 0 1.6rem;height:5.6rem}}.header__logo{width:10.9rem;height:4.8rem;display:block}.header__logo img{width:100%;height:100%;object-fit:contain}@media(min-width:320px)and (max-width:1023px){.header__logo{width:9.9rem;height:4.3rem}}.header__items{display:flex;align-items:center;margin:0;padding:0}@media(min-width:320px)and (max-width:1023px){.header__items{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1.6rem;position:fixed;z-index:-1;top:0;right:100%;bottom:0;transition:right .5s ease;background:#e6eaf2;padding:8.2rem 1.6rem 3.3rem;width:100vw}.header__items.show{right:0;z-index:998}}.header__socials{display:none;list-style:none;margin:0;padding:0}@media(min-width:320px)and (max-width:1023px){.header__socials{display:flex;gap:1.8rem}}.header__socials__item{display:flex}.header__socials__item img{width:2rem;height:2rem}.header__item{display:flex;gap:1.2rem;list-style:none;padding-left:3rem;margin:0}@media(min-width:320px)and (max-width:1023px){.header__item{flex-direction:column;align-items:flex-start;gap:1.6rem;padding-left:0}}.header__subitem{color:#265088;font-family:BjorgAlive;font-size:1.4rem;font-style:normal;font-weight:400;line-height:110%;letter-spacing:0;text-transform:uppercase;display:flex;justify-content:center;align-items:center;list-style:none;height:3.4rem;padding-left:.6rem;gap:.8rem;cursor:pointer}.header__subitem a{text-decoration:none;color:#265088}.header__subitem svg{color:#265088;transition:all .3s ease;height:.6rem;width:.8rem}.header__subitem:hover svg{transform:translate(.3rem);color:#ffe500}.header__search{display:flex;flex-direction:row;align-items:center;margin-left:auto;cursor:pointer}@media(min-width:320px)and (max-width:1023px){.header__search{margin-left:0}}.header__search__container{display:flex;flex-direction:row;align-items:center;pointer-events:none;border-radius:.6rem;background-color:#fff;box-shadow:0 0 .3rem #0000004d inset;height:4.4rem;padding:1rem 1.4rem;gap:.7rem}@media(min-width:320px)and (max-width:1023px){.header__search__container{display:none}}.header__search.extended{cursor:auto}.header__search.extended .header__search__container{pointer-events:initial;padding:1rem;gap:1.4rem}.header__search.extended input{width:40rem;pointer-events:initial}.header__search.extended .header__search__button__close{display:block}.header__search.extended .header__search__button__search{display:flex}.header__search__button{padding:.6rem;pointer-events:none;cursor:pointer;border:0;background:transparent}.header__search__button--mobile{display:none;pointer-events:auto}@media(min-width:320px)and (max-width:1023px){.header__search__button--mobile{display:block}}.header__search__button svg{pointer-events:none;width:1.7rem;height:1.7rem}.header__search__button__close{display:none;margin-left:2.5rem;width:2rem;height:2rem;cursor:pointer;border:0;background:transparent;padding:0}.header__search__button__search{display:none;align-items:center;gap:1rem;padding:1.6rem 1rem;margin-left:.8rem;cursor:pointer;color:#265088;font-family:BjorgAlive;font-size:1.4rem;font-weight:400;line-height:110%;letter-spacing:0;text-transform:uppercase;border:0;background:transparent}.header__search__button__search svg{width:.6rem;height:.7rem}.header__search input{color:#13409399;font-family:Dazzed;font-size:1.4rem;font-weight:700;line-height:110%;width:13.6rem;outline:none;border:0;pointer-events:none;transition:width .3s ease;padding:0;background:transparent}@media(min-width:320px)and (max-width:1023px){.header__search input{display:none}}.header__search input::placeholder{color:#13409399}.header__mobile__menu{display:none;width:3rem;height:3rem;cursor:pointer;padding:0;border:0;background:transparent}@media(min-width:320px)and (max-width:1023px){.header__mobile__menu{display:flex;align-items:center;justify-content:center}}.header__mobile__menu svg{pointer-events:none;width:3rem;height:3rem}.header__mobile__menu .header__mobile__menu--open{display:block}.header__mobile__menu .header__mobile__menu--close,.header__mobile__menu.opened .header__mobile__menu--open{display:none}.header__mobile__menu.opened .header__mobile__menu--close{display:block}.footer{display:flex;min-height:33.5rem;padding-top:6rem;flex-direction:column;align-items:center;background:linear-gradient(180deg,#fff,#dbe2f0)}@media(min-width:320px)and (max-width:1023px){.footer{width:100%;height:auto;padding:3rem 0rem}}.footer__text{color:#265088;font-family:BjorgAlive;font-size:2.8rem;font-weight:400;line-height:110%;text-transform:uppercase;text-align:center}.footer__text p{margin:0}@media(min-width:320px)and (max-width:1023px){.footer__text{width:35.3rem}}.footer__bottom{display:flex;flex-direction:row;width:102.4rem;padding:6rem 4rem 4rem;gap:0}@media(min-width:320px)and (max-width:1023px){.footer__bottom{flex-direction:row;padding:1rem 2rem;justify-content:space-between;align-items:center;width:100%}}.footer__bottom__img{width:4.9rem;height:8.3rem}@media(min-width:320px)and (max-width:1023px){.footer__bottom__img{display:none}}.footer__bottom__img img{width:100%;height:100%;object-fit:contain}.footer__bottom__wrapper{flex:1;display:flex;flex-direction:column;width:85.3rem;gap:4rem}@media(min-width:320px)and (max-width:1023px){.footer__bottom__wrapper{flex-direction:column;align-items:center;padding:1rem 0;margin-top:3rem;width:100%;gap:3rem}}.footer__bottom__wrapper__items{display:none}@media(min-width:320px)and (max-width:1023px){.footer__bottom__wrapper__items{display:flex;width:100%;flex-direction:row;justify-content:space-between}}@media(min-width:1024px){.footer__bottom__wrapper__items__wrapper{display:flex;justify-content:flex-end;gap:2.1rem}}.footer__bottom__wrapper__items__img{display:none}@media(min-width:320px)and (max-width:1023px){.footer__bottom__wrapper__items__img{display:block;width:5.1rem;height:8.5rem}}.footer__bottom__wrapper__items__img img{width:100%;height:100%;object-fit:contain}@media(min-width:1024px){.footer__bottom__wrapper>.footer__bottom__wrapper__items__wrapper{display:none}}.footer__bottom__wrapper__items__wrapper__language{display:flex;align-items:center;justify-content:center;height:3.4rem;width:9.6rem;padding:.6rem 1.2rem;gap:.6rem;border-radius:2.8rem;background:#fff;position:relative;border:0;cursor:pointer}.footer__bottom__wrapper__items__wrapper__language__title{color:#265088;font-family:Dazzed;font-size:1.2rem;font-weight:700;line-height:110%;display:flex;align-items:center;justify-content:center;margin:0;text-decoration:none;pointer-events:none}.footer__bottom__wrapper__items__wrapper__language__title__flag{width:1.8rem;height:1.4rem;margin-right:.8rem;border-radius:.3rem;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#e6eaf2;font-size:.9rem;font-weight:700;color:#265088}.footer__bottom__wrapper__items__wrapper__language__selecter{display:none;position:absolute;top:calc(100% + .5rem);left:0;flex-direction:column;width:9.6rem;min-height:3.4rem;gap:.8rem;padding:.6rem 0;margin:0;border-radius:1.8rem;background:#fff;list-style:none;z-index:5}.footer__bottom__wrapper__items__wrapper__language__selecter.show{display:flex}.footer__bottom__wrapper__items__wrapper__language__selecter li a{text-decoration:none;padding:0 1.2rem;pointer-events:all}.footer__bottom__wrapper__items__wrapper__language__button{padding:0;width:2.4rem;height:2.4rem;margin:0;pointer-events:none}.footer__bottom__wrapper__items__wrapper__language__button svg{transition:all .3s ease;width:2.4rem;height:2.4rem}.footer__bottom__wrapper__items__wrapper__language__button.active svg{transform:rotate(180deg)}.footer__bottom__wrapper__items__wrapper__btn{display:flex;height:3.4rem;width:max-content;padding:.8rem 1.2rem;justify-content:center;align-items:center;border-radius:2.8rem;background:#13a538;font-family:Dazzed;font-size:1.2rem;font-weight:700;line-height:110%;color:#fff;text-decoration:none;transition:all .3s ease}.footer__bottom__wrapper__items__wrapper__btn:hover{background:#ffe500;color:#265088}.footer__bottom__wrapper__content{width:100%}.footer__bottom__wrapper__content__list{display:flex;justify-content:center;align-items:center}@media(min-width:320px)and (max-width:1023px){.footer__bottom__wrapper__content__list{flex-direction:column;gap:2rem}}.footer__bottom__wrapper__content__list__left{color:#265088;font-family:Dazzed;font-size:1.2rem;font-weight:700;line-height:110%;display:flex;list-style:none;gap:5.5rem;margin:0 4.2rem;padding:0;order:1;text-align:center}.footer__bottom__wrapper__content__list__left a{text-decoration:none;color:#265088}@media(min-width:320px)and (max-width:1023px){.footer__bottom__wrapper__content__list__left{flex-wrap:wrap;justify-content:center;align-items:center;padding:0 1.6rem;gap:2rem;width:100%;margin:0;order:2}}.footer__bottom__wrapper__content__list__socials{display:flex;align-items:center;gap:1.8rem;list-style:none;margin:0;padding:0;order:2}@media(min-width:320px)and (max-width:1023px){.footer__bottom__wrapper__content__list__socials{justify-content:space-between;align-items:center;width:100%;gap:1rem;order:1}}.footer__bottom__wrapper__content__list__socials a{text-decoration:none}.footer__bottom__wrapper__content__list__socials__desktop{width:2rem;height:2rem}@media(min-width:320px)and (max-width:1023px){.footer__bottom__wrapper__content__list__socials__desktop{display:none}}.footer__bottom__wrapper__content__list__socials__desktop img{width:2rem;height:2rem}.footer__bottom__wrapper__content__list__socials__mobile{display:none}@media(min-width:320px)and (max-width:1023px){.footer__bottom__wrapper__content__list__socials__mobile{display:flex;justify-content:center;align-items:center;height:3.4rem;padding:.8rem 1.2rem;gap:.6rem;border-radius:2.8rem;background-color:#fff}.footer__bottom__wrapper__content__list__socials__mobile p{color:#265088;font-family:Dazzed;font-size:1.2rem;font-weight:700;line-height:110%;margin:0}}.footer__bottom__wrapper__mentions{display:flex;width:100%;height:auto;justify-content:flex-end}@media(min-width:320px)and (max-width:1023px){.footer__bottom__wrapper__mentions{text-align:center;margin-top:-2rem}}.footer__bottom__wrapper__mentions p{color:#265088;font-family:Dazzed;font-size:1rem;font-weight:400;line-height:130%;margin:0}.footer__bottom__wrapper__mentions p a{color:#265088;font-family:Dazzed;font-size:1rem;font-weight:400;line-height:130%;text-decoration:underline}
