@keyframes glow{0%{opacity:.1;transform:scale(.95)}50%{opacity:.3;transform:scale(1.05)}to{opacity:.1;transform:scale(.95)}}@keyframes glow-2{0%{transform:scale(1) translateY(0)}25%{transform:scale(1.02) rotate(1deg) translateY(-1px)}50%{transform:scale(1.03) rotate(-1deg) translateY(-3px)}75%{transform:scale(1.01) rotate(.5deg) translateY(-1px)}to{transform:scale(1) rotate(0) translateY(0)}}@keyframes fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes copied{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes pulse{0%{box-shadow:0 0 5px rgba(var(--color-secondary),.5);opacity:1}50%{box-shadow:0 0 15px rgba(var(--color-primary),.3);opacity:.8}to{box-shadow:0 0 5px rgba(var(--color-secondary),.5);opacity:1}}@keyframes shine{0%{left:-100%}20%{left:100%}to{left:100%}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;width:100%;margin:0;padding:0;cursor:none;font-family:var(--font-overlay);color:var(--scene-ink);background-color:var(--scene-paper);overscroll-behavior:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}:any-link{cursor:none}:root{--focus-ring-color: rgba(120, 96, 154, .5);--focus-ring-offset: 2px;--focus-ring-width: 3px}:root.dark{--focus-ring-color: rgba(184, 189, 185, .5)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}nav a:focus-visible,nav button:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}nav a.active,nav button.active{--focus-ring-color: rgba(var(--color-secondary-rgb), .7)}[role=complementary] a,[role=complementary] button{--focus-ring-width: 2px}[role=complementary] a:focus-visible,[role=complementary] button:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],input[type=tel],textarea{--focus-ring-width: 2px}input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=password]:focus-visible,input[type=search]:focus-visible,input[type=number]:focus-visible,input[type=tel]:focus-visible,textarea:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}.dark a,.dark button,.dark-bg a,.dark-bg button,.skip-link,[role=alert],[role=alertdialog]{--focus-ring-color: rgba(var(--color-secondary-rgb), .7)}.skip-link:focus-visible,[role=alert]:focus-visible,[role=alertdialog]:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}:root{--cursor-color: var(--color-accent);--cursor-scale: 1;--cursor-shape-alpha: 1}@media(prefers-reduced-motion:reduce){:root{--cursor-motion-scale-reduced: .94}}.settings-hover{transition:var(--transition-color),var(--transition-background);cursor:none}.settings-hover:hover{background-color:var(--hover-primary)}.settings-hover:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.section-header__title{padding:0;display:inline-block;font-size:3rem;font-family:var(--font-overlay);font-weight:700;border-bottom:3px solid var(--color-primary)}.section-header__subtitle{text-align:left;font-size:1.3rem;margin-top:.4rem;color:var(--color-primary);line-height:1.6;animation:slide-up .8s ease-out forwards;animation-delay:.2s;opacity:0}.section-content{margin:0 auto;max-width:1200px;background:var(--background-gradient-secondary);color:var(--text-primary);border-radius:1rem;padding:4rem;transition:var(--transition-all);box-shadow:var(--shadow-depth-2);border:var(--shadow-border)}.section-content:hover{box-shadow:var(--shadow-depth-3)}@media(max-width:768px){.section-content{padding:1rem}}.section-content{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.scene-stage{flex:1;display:flex;align-items:center;justify-content:center}.scene-wrap{width:var(--scene-wrap-width);margin:0 auto}.scene-panel{position:relative;background:var(--scene-underlay);backdrop-filter:blur(var(--scene-blur)) saturate(1.05);-webkit-backdrop-filter:blur(var(--scene-blur)) saturate(1.05);border-bottom:1px solid var(--scene-hairline);padding:var(--scene-panel-padding)}.scene-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:var(--scene-hairline);transform-origin:left;transform:scaleX(0);animation:drawHairline .26s cubic-bezier(.2,0,0,1) 0ms forwards}.scene-panel{font-family:var(--scene-font-body);font-feature-settings:"kern" 1,"liga" 1,"calt" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.scene-eyebrow{font-family:var(--scene-font-display);font-style:italic;font-weight:300;font-size:var(--scene-eyebrow-size);color:var(--scene-ink-soft);letter-spacing:.01em;margin:0 0 .875rem}.scene-title{font-family:var(--scene-font-display);font-weight:300;font-size:var(--scene-h1-size);line-height:var(--scene-h1-leading);letter-spacing:var(--scene-h1-tracking);color:var(--scene-ink);margin:0 0 1.125rem}.scene-title--secondary{font-size:var(--scene-h2-size);line-height:var(--scene-h2-leading);letter-spacing:var(--scene-h2-tracking);margin:0 0 1.625rem}.scene-lede{font-family:var(--scene-font-body);font-size:var(--scene-lede-size);line-height:var(--scene-body-leading);color:var(--scene-ink-soft);max-width:46ch;margin:0 0 1.625rem}.scene-cta{appearance:none;display:inline-block;background:none;border:0;padding:0 0 3px;margin:0;font-family:var(--scene-font-body);font-size:var(--scene-cta-size);font-weight:400;color:var(--scene-ink);text-align:left;text-decoration:none;cursor:none;align-self:flex-start;background-image:linear-gradient(currentcolor,currentcolor);background-position:0 100%;background-repeat:no-repeat;background-size:100% 1px;transition:background-size .18s cubic-bezier(.2,0,0,1)}.scene-cta:hover:not(:disabled){background-size:100% 2px}.scene-cta:disabled{color:var(--scene-ink-soft);cursor:not-allowed;background-size:100% 1px}.scene-cta:focus-visible{outline:2px solid var(--scene-ink);outline-offset:4px;border-radius:2px}.scene-cols{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--scene-hairline);margin:0;padding:0}.scene-col{padding:1.5rem 1.625rem .375rem;border-right:1px solid var(--scene-hairline)}.scene-col:last-child{border-right:0}.scene-col__title{font-family:var(--scene-font-display);font-weight:400;font-size:var(--scene-h3-size);color:var(--scene-ink);margin:0 0 .5rem}.scene-col__text{font-family:var(--scene-font-body);font-size:var(--scene-body-size);line-height:1.55;color:var(--scene-ink-soft);margin:0}.scene-field{appearance:none;width:100%;background:transparent;border:0;border-bottom:1px solid var(--scene-field-line);border-radius:0;padding:.8125rem 0;font-family:var(--scene-font-body);font-size:var(--scene-field-size);color:var(--scene-ink);outline:none;transition:border-color .12s cubic-bezier(.2,0,0,1)}.scene-field::placeholder{color:var(--scene-ink-soft)}.scene-panel input.scene-field:focus-visible{outline:none;box-shadow:none;border-bottom-width:2px;border-bottom-color:var(--scene-ink);padding-bottom:calc(.8125rem - 1px)}.scene-steps{display:flex;gap:.5rem;margin:0 0 1.375rem;padding:0;list-style:none}.scene-step{width:26px;height:2px;background:var(--scene-hairline);transition:background-color .24s cubic-bezier(.2,0,0,1)}.scene-step--on{background:var(--scene-ink)}@keyframes drawHairline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes castIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.scene-eyebrow{opacity:0;animation:castIn .3s cubic-bezier(.2,0,0,1) .14s forwards}.scene-title,.scene-title--secondary{opacity:0;animation:castIn .34s cubic-bezier(.2,0,0,1) .2s forwards}.scene-lede{opacity:0;animation:castIn .3s cubic-bezier(.2,0,0,1) .26s forwards}.scene-cta{opacity:0;animation:castIn .28s cubic-bezier(.2,0,0,1) .32s forwards}.scene-cols{opacity:0;animation:castIn .32s cubic-bezier(.2,0,0,1) .26s forwards}.section-enter-contact .scene-panel:before{animation-delay:.2s}.section-enter-contact .scene-eyebrow{animation-delay:.34s}.section-enter-contact .scene-title,.section-enter-contact .scene-title--secondary{animation-delay:.4s}.section-enter-contact .scene-lede{animation-delay:.46s}.section-enter-contact .scene-cta{animation-delay:.52s}@media(max-width:768px){.scene-cols{grid-template-columns:1fr}.scene-col{padding:1.125rem 0;border-right:0;border-bottom:1px solid var(--scene-hairline)}.scene-col:last-child{border-bottom:0}}@media(prefers-reduced-motion:reduce){.scene-panel:before,.scene-eyebrow,.scene-title,.scene-title--secondary,.scene-lede,.scene-cta,.scene-cols{animation:none!important;opacity:1!important;transform:none!important}.scene-cta,.scene-field,.scene-step{transition:none}}:root{--or: var(--color-accent);--accent-rgb: 131, 97, 16}:root.dark{--accent-rgb: 207, 157, 29}.panorama-zone{display:flex;flex-direction:column;justify-content:center;flex:1;min-height:0;box-sizing:border-box;padding:calc(var(--scene-header-height) + 2.2vh) 0 2.2vh 0;position:relative}@media(max-width:640px){.panorama-zone{padding:calc(var(--scene-header-height) + 2vh) 0 2vh 0}}.panorama-wrap{width:var(--scene-wrap-width);margin:0 auto;display:flex;flex-direction:column;flex:none;min-height:0;min-width:0;position:relative;background:var(--scene-paper)}.panorama-fil{height:1px;background:var(--scene-hairline);margin:1.1vh 0 0;flex:none}.panorama-head{display:flex;align-items:flex-end;justify-content:space-between;gap:3vw;flex:none}@media(max-width:640px){.panorama-head{flex-direction:column;align-items:flex-start;gap:1rem}}.panorama-head__no{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin:0 0 .5rem}.panorama-head__name{font-family:var(--scene-font-display);font-size:var(--scene-h2-size);font-weight:560;letter-spacing:-.01em;line-height:1.1;margin:0}.panorama-illus,.panorama-picto{border:1px dashed rgba(var(--accent-rgb),.42);border-radius:2px;background:linear-gradient(180deg,rgba(var(--accent-rgb),.09),rgba(var(--accent-rgb),.02));position:relative}.panorama-illus{display:flex;align-items:center;justify-content:center;padding:1.4rem}.panorama-illus:before,.panorama-illus:after{content:"";position:absolute;width:14px;height:14px;border:0 solid rgba(var(--accent-rgb),.55)}.panorama-illus:before{left:8px;top:8px;border-left-width:1px;border-top-width:1px}.panorama-illus:after{right:8px;bottom:8px;border-right-width:1px;border-bottom-width:1px}.panorama-illus:has(>svg){overflow:hidden;border:0;border-radius:0;padding:0;background:none}.panorama-illus:has(>svg):before,.panorama-illus:has(>svg):after{content:none}.panorama-illus>svg{width:100%;height:100%;display:block}.panorama-picto{aspect-ratio:1;width:var(--picto, 28px)}.panorama-picto:before,.panorama-picto:after{content:"";position:absolute;background:var(--color-accent);opacity:.4}.panorama-picto:before{left:50%;top:38%;bottom:38%;width:1px}.panorama-picto:after{top:50%;left:38%;right:38%;height:1px}.panorama-picto:has(>svg){border:0;background:none}.panorama-picto:has(>svg):before,.panorama-picto:has(>svg):after{content:none}.panorama-picto>svg{width:100%;height:100%;display:block}.panorama-mosaique{flex:1;display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:minmax(min-content,1fr);grid-auto-flow:row dense;gap:1px;background:var(--scene-hairline);border:1px solid var(--scene-hairline);min-height:0;margin-top:1.4vh}@media(max-width:640px){.panorama-mosaique{flex:none;grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(103px,auto);padding-right:68px;background:linear-gradient(to right,var(--scene-hairline) 0,var(--scene-hairline) calc(100% - 68px),var(--scene-paper) calc(100% - 68px),var(--scene-paper) 100%)}.panorama-mosaique--desktop{display:none}[data-etape=construire] .panorama-wrap{flex:1;min-height:0}}.panorama-mosaique-mobile-viewport{display:none}@media(max-width:640px){.panorama-mosaique-mobile-viewport{display:flex;flex-direction:column;position:relative;overflow:hidden;flex:1;min-height:0}}.panorama-mosaique-mobile-rail{display:flex;flex-direction:column;flex:none;width:100%;height:200%;transform:translateY(0);transition:transform .62s cubic-bezier(.65,0,.15,1)}.panorama-mosaique-mobile-screen{display:flex;flex-direction:column;flex:none;height:50%;min-height:0;overflow:hidden}.panorama-mosaique-mobile-screen .panorama-mosaique{flex:none}.panorama-mosaique-mobile-screen .panorama-tuile:last-child{grid-column:span 2}@media(prefers-reduced-motion:reduce){.panorama-mosaique-mobile-rail{transition:none}}.panorama-tuile{background:var(--scene-paper);padding:.85rem .95rem;display:flex;flex-direction:column;justify-content:flex-end;gap:.3rem;min-height:0;overflow:visible}.panorama-tuile .panorama-picto,.panorama-tuile .panorama-illus{margin-bottom:auto}.panorama-tuile .panorama-illus{width:100%;aspect-ratio:2/1;flex:none;margin-bottom:.45rem}.panorama-tuile h3{margin:0;font-weight:500;font-style:normal;line-height:1.16;letter-spacing:-.01em;font-size:.95rem}.panorama-tuile p{margin:0;font-size:.8rem;line-height:1.5;color:var(--scene-ink-soft)}@media(max-width:640px){.panorama-tuile{padding:.65rem .7rem;overflow:hidden}.panorama-tuile h3{font-size:.82rem}.panorama-tuile p{font-size:.72rem}.panorama-tuile .panorama-picto{--picto: 20px}}.panorama-tuile--l{grid-column:span 2;grid-row:span 2}.panorama-tuile--l h3{font-size:1.45rem}@media(max-width:640px){.panorama-tuile--l{grid-column:span 2;grid-row:span 2}.panorama-tuile--l h3{font-size:1.05rem}.panorama-tuile--l{padding-top:.5rem;padding-bottom:.5rem;gap:.15rem}.panorama-tuile--l .panorama-illus{aspect-ratio:3.6/1;margin-bottom:.3rem}}.panorama-tuile--m{grid-column:span 2}.panorama-tuile--m h3{font-size:1.05rem}.panorama-tuile--m .panorama-picto{--picto: 30px}@media(max-width:640px){.panorama-tuile--m{grid-column:span 1}.panorama-tuile--m h3{font-size:.8rem}.panorama-tuile--m .panorama-picto{--picto: 20px}}.panorama-corps{flex:1;display:grid;gap:3vw;min-height:0;margin-top:1.6vh}@media(max-width:640px){.panorama-corps{display:flex;flex-direction:column;gap:1.2rem;padding-right:68px}}[data-etape=cadrer] .panorama-corps{grid-template-columns:44% 1fr}[data-etape=cadrer] .panorama-etape-illus{grid-column:1;grid-row:1}[data-etape=cadrer] .panorama-noeuds{grid-column:2;grid-row:1}[data-etape=cadrer] .panorama-noeud:first-child{border-top:none}@media(max-width:640px){[data-etape=cadrer] .panorama-noeud:first-child{border-top:1px solid var(--scene-hairline)}}[data-etape=mettre-en-ligne] .panorama-corps{grid-template-columns:1fr 30%}[data-etape=mettre-en-ligne] .panorama-noeuds{grid-column:1;grid-row:1}[data-etape=mettre-en-ligne] .panorama-etape-illus{grid-column:2;grid-row:1}[data-etape=faire-vivre] .panorama-corps{grid-template-columns:44% 1fr}[data-etape=faire-vivre] .panorama-etape-illus{grid-column:1;grid-row:1}[data-etape=faire-vivre] .panorama-noeuds{grid-column:2;grid-row:1;align-self:start;padding-top:2vh}@media(max-width:640px){[data-etape=cadrer] .panorama-etape-illus,[data-etape=mettre-en-ligne] .panorama-etape-illus,[data-etape=faire-vivre] .panorama-etape-illus{height:18vh;align-self:stretch;order:-1}[data-etape=faire-vivre] .panorama-noeuds{padding-top:0}}.panorama-etape-illus{width:100%;aspect-ratio:2/1;height:auto;max-height:100%;align-self:center}.panorama-noeuds{display:flex;flex-direction:column;min-height:0;flex:1}.panorama-noeud{flex:1;display:grid;grid-template-columns:auto 1fr;column-gap:1.1rem;row-gap:.25rem;align-content:center;border-top:1px solid var(--scene-hairline);padding:1.5vh 0;min-height:0}.panorama-noeud:last-child{border-bottom:1px solid var(--scene-hairline)}.panorama-noeud .panorama-picto{grid-column:1;grid-row:1/span 2;--picto: 44px;align-self:center}.panorama-noeud h3{grid-column:2;grid-row:1;margin:0;font-size:1.5rem;font-weight:500;font-style:normal;line-height:1.14;letter-spacing:-.012em}.panorama-noeud p{grid-column:2;grid-row:2;margin:0;font-size:1rem;line-height:var(--scene-body-leading);color:var(--scene-ink-soft)}@media(max-width:640px){.panorama-noeud{padding:1.1vh 0;column-gap:.8rem}.panorama-noeud .panorama-picto{--picto: 30px}.panorama-noeud h3{font-size:1.05rem}.panorama-noeud p{font-size:.82rem}}[data-etape=faire-vivre] .panorama-noeud h3{font-size:2.4rem}@media(max-width:640px){[data-etape=faire-vivre] .panorama-noeud h3{font-size:1.6rem}}[data-etape=faire-vivre] .panorama-noeud p{font-size:1.1rem}@media(max-width:640px){[data-etape=faire-vivre] .panorama-noeud p{font-size:.95rem}}[data-etape=faire-vivre] .panorama-noeud .panorama-picto{--picto: 56px}.panorama-entree-corps{display:flex;flex-direction:column;gap:2vh;flex:1;min-height:0;margin-top:max(1.6vh,20px)}@media(max-width:640px){.panorama-entree-corps{padding-right:68px}}.panorama-chemin{display:grid;grid-template-columns:repeat(4,1fr);flex:none}@media(max-width:640px){.panorama-chemin{grid-template-columns:repeat(2,1fr);gap:1rem .8rem}}.panorama-chemin__etape{padding:0 0 .9rem;border-bottom:1px solid var(--scene-hairline);position:relative}.panorama-chemin__etape:after{content:"";position:absolute;left:0;bottom:-3px;width:5px;height:5px;border-radius:50%;background:var(--scene-hairline)}.panorama-chemin__no{margin:0 0 .2rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent)}.panorama-chemin__nom{margin:0;font-size:1.15rem;font-weight:500;letter-spacing:-.01em}@media(max-width:640px){.panorama-chemin__nom{font-size:.95rem}}.panorama-entrees{flex:1;display:flex;flex-direction:column;min-height:0}.panorama-entree{flex:1;display:grid;grid-template-columns:repeat(4,1fr);align-content:start;border-top:1px solid var(--scene-hairline);padding:1.4vh 0;min-height:0;position:relative}.panorama-entree:first-child{border-top:none}.panorama-entree h3{margin:0 0 .25rem;font-size:1.5rem;font-weight:500;font-style:normal;letter-spacing:-.012em;line-height:1.15}.panorama-entree p{margin:0;font-size:1rem;line-height:var(--scene-body-leading);color:var(--scene-ink-soft)}@media(max-width:640px){.panorama-entree{grid-template-columns:1fr;padding:1.1vh 0}.panorama-entree h3{font-size:1.1rem}.panorama-entree p{font-size:.85rem}}.panorama-entree__portion{grid-row:1;height:2px;background:var(--color-accent);opacity:.55;align-self:start;margin-bottom:.9rem}@media(max-width:640px){.panorama-entree__portion{display:none}}.panorama-entree__portion--amorce{width:38%;margin-right:0}.panorama-entree__bloc{grid-row:2;display:grid;grid-template-columns:auto 1fr;column-gap:1.1rem;row-gap:.25rem;align-items:start}.panorama-entree__bloc .panorama-picto{grid-column:1;grid-row:1/span 2;--picto: 44px;align-self:center}.panorama-entree__bloc h3{grid-column:2;grid-row:1}.panorama-entree__bloc p{grid-column:2;grid-row:2}@media(max-width:640px){.panorama-entree__bloc{grid-row:auto;column-gap:.8rem}.panorama-entree__bloc .panorama-picto{--picto: 30px}}.themed-icon{filter:brightness(0);transition:var(--transition-all)}.dark .themed-icon{filter:brightness(0) invert(1)}.themed-icon:hover{opacity:.8;transform:translateY(-1px)}.btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:none;border:none;font-family:var(--font-overlay);transition:var(--transition-all);background:var(--color-primary);color:var(--color-white)}.btn:not(.active-link):hover{transform:scale(1.05)}.btn.active-link{transform:scale(1.08);background:var(--color-accent);color:var(--color-white)}.btn:disabled{pointer-events:none}.btn.downloaded{opacity:.7}.btn.downloaded:hover{transform:none}.link{font-family:var(--font-overlay);position:relative}.link:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:var(--color-primary);transform:scaleX(0);transition:transform .3s ease-out;transform-origin:right}.link:hover:after{transform:scaleX(1);transform-origin:left}:root{--color-white: #ffffff;--color-black: #0d1210;--color-primary: #526237;--color-secondary: #b8bdb9;--color-secondary-rgb: 184, 189, 185;--color-tertiary: #52524a;--color-accent: #836110;--color-success: #8a9b6a;--color-danger: #c43c2e;--color-warning: #d4940a;--color-info: #5b7db8;--color-danger-sombre: #8b2020;--color-danger-clair: #e05040;--color-danger-fond: #f4d4cf;--color-warning-sombre: #8b6914;--color-warning-clair: #e8b230;--color-warning-fond: #fbf0d0;--color-info-sombre: #3a4f7a;--color-info-clair: #7e9fd4;--color-info-fond: #dde8f5;--color-primary-light: rgba(82, 98, 55, .1);--color-secondary-light: rgba(184, 189, 185, .1);--color-accent-light: rgba(120, 96, 154, .1);--color-success-light: rgba(138, 155, 106, .1);--color-danger-light: rgba(196, 60, 46, .1);--color-warning-light: rgba(212, 148, 10, .1);--color-info-light: rgba(91, 125, 184, .1);--background-gradient-accent: linear-gradient( 135deg, var(--color-white), var(--color-accent-light) );--background-gradient-primary: linear-gradient( 135deg, var(--color-white), var(--color-primary-light) );--background-gradient-secondary: linear-gradient( 135deg, var(--color-white), var(--color-secondary-light) );--background-primary: #eceee9;--background-primary-rgb: 236, 238, 233;--background-secondary: rgba(184, 189, 185, .2);--background-tertiary: rgba(255, 255, 255, .5);--surface-mate-low: rgba(var(--background-primary-rgb), .6);--surface-mate-medium: rgba(var(--background-primary-rgb), .8);--surface-mate-high: rgba(var(--background-primary-rgb), .9);--underlay-hero: linear-gradient( to top, rgba(var(--background-primary-rgb), .9) 0%, rgba(var(--background-primary-rgb), .7) 25%, rgba(var(--background-primary-rgb), .2) 50%, transparent 75% );--underlay-offre: linear-gradient( to top, rgba(var(--background-primary-rgb), .95) 0%, rgba(var(--background-primary-rgb), .92) 48%, rgba(var(--background-primary-rgb), .85) 58%, rgba(var(--background-primary-rgb), .4) 74%, transparent 92% );--offre-hairline: rgba(82, 98, 55, .2);--halo-section: radial-gradient( ellipse 80% 60% at 30% 70%, rgba(var(--background-primary-rgb), .85) 0%, rgba(var(--background-primary-rgb), .4) 50%, transparent 100% );--text-primary: #526237;--text-secondary: #526237;--text-tertiary: rgba(82, 98, 55, .6);--hover-primary: rgba(82, 98, 55, .1);--active-primary: rgba(82, 98, 55, .2);--focus-ring: rgba(82, 98, 55, .3);--transition-color: color .2s ease;--transition-background: background-color .3s ease;--transition-transform: transform .2s ease;--transition-all: all .3s cubic-bezier(.4, 0, .2, 1);--transition-cursor: .3s cubic-bezier(.4, 0, .2, 1);--header-background: rgba(c.$jon-pink, .5);--header-text: #0d1210;--header-border: rgba(229, 231, 235, .2);--menu-mobile-bg: #ffffff;--menu-mobile-text: #0d1210;--hero-title-color: var(--text-primary);--hero-subtitle-color: var(--text-secondary);--hero-text-color: var(--text-secondary);--hero-container-bg: var(--background-secondary);--hero-badge-shadow: 0 4px 6px -1px var(--shadow-color);--hero-badge-shadow-hover: 0 10px 15px -3px var(--shadow-color);--svg-filter: brightness(0);--shadow-elevation-1: 0 2px 4px rgba(0, 0, 0, .1);--shadow-elevation-2: 0 4px 8px rgba(0, 0, 0, .12);--shadow-elevation-3: 0 8px 16px rgba(0, 0, 0, .14);--shadow-elevation-4: 0 12px 24px rgba(0, 0, 0, .16);--shadow-card: 0 4px 6px rgba(0, 0, 0, .1);--shadow-button: 0 2px 4px rgba(0, 0, 0, .08);--shadow-hover: 0 6px 12px rgba(0, 0, 0, .15);--shadow-modal: 0 16px 32px rgba(0, 0, 0, .2);--shadow-depth-1: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);--shadow-depth-2: 0 3px 6px rgba(0, 0, 0, .15), 0 2px 4px rgba(0, 0, 0, .12);--shadow-depth-3: 0 10px 20px rgba(0, 0, 0, .15), 0 3px 6px rgba(0, 0, 0, .1)}:root.dark{--color-primary: #b8bdb9;--color-secondary: #78609a;--color-secondary-rgb: 120, 96, 154;--color-accent: #cf9d1d;--color-primary-light: rgba(184, 189, 185, .1);--background-gradient-accent: linear-gradient( 135deg, var(--color-black), var(--color-accent) );--background-gradient-primary: linear-gradient( 135deg, var(--color-black), var(--color-primary-light) );--background-gradient-secondary: linear-gradient( 135deg, var(--color-black), var(--color-secondary-light) );--background-primary: #0d1210;--background-primary-rgb: 13, 18, 16;--background-secondary: rgba(13, 18, 16, .8);--background-tertiary: rgba(13, 18, 16, .5);--underlay-hero: linear-gradient( to top, rgba(var(--background-primary-rgb), .75) 0%, rgba(var(--background-primary-rgb), .4) 30%, transparent 60% );--underlay-offre: linear-gradient( to top, rgba(var(--background-primary-rgb), .8) 0%, rgba(var(--background-primary-rgb), .5) 35%, rgba(var(--background-primary-rgb), .2) 65%, transparent 85% );--offre-hairline: rgba(184, 189, 185, .16);--text-primary: #b8bdb9;--text-secondary: rgba(184, 189, 185, .8);--text-tertiary: rgba(184, 189, 185, .6);--hover-primary: rgba(184, 189, 185, .1);--active-primary: rgba(184, 189, 185, .2);--focus-ring: rgba(184, 189, 185, .3);--header-background: rgba(c.$jon-black, .5);--header-text: #b8bdb9;--header-border: rgba(31, 41, 55, .2);--menu-mobile-bg: #0d1210;--menu-mobile-text: #b8bdb9;--hero-badge-gradient: linear-gradient( to right, var(--accent), var(--color-primary-300) );--accent: #b8bdb9;--accent-light: rgba(184, 189, 185, .7);--shadow-color: rgba(184, 189, 185, .2);--svg-filter: brightness(0) invert(1);--shadow-elevation-1: none;--shadow-elevation-2: none;--shadow-elevation-3: none;--shadow-elevation-4: none;--shadow-card: none;--shadow-button: none;--shadow-hover: none;--shadow-modal: none;--shadow-depth-1: none;--shadow-depth-2: none;--shadow-depth-3: none;--shadow-border: 1px solid rgba(255, 255, 255, .1)}:root{--font-overlay: "Newsreader", "PT Serif", Georgia, serif;--font-overlay-kicker: clamp(.875rem, 1.1vw, 1rem);--font-overlay-name: clamp(2.5rem, 6vw, 4rem);--font-overlay-lede: clamp(1rem, 1.3vw, 1.125rem);--font-overlay-cta: clamp(1rem, 1.3vw, 1.125rem);--font-overlay-question: clamp(1.5rem, 3vw, 2rem);--font-overlay-input: 1.0625rem;--font-overlay-purpose-label: 1.125rem;--font-overlay-purpose-desc: .9375rem;--lh-overlay-tight: 1.1;--lh-overlay-normal: 1.5;--ls-overlay-normal: -.01em;--ls-overlay-loose: .02em;--space-3xs: .25rem;--space-2xs: .5rem;--space-xs: .75rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--space-2xl: 4rem}.overlay-typo{font-family:var(--font-overlay);font-feature-settings:"kern" 1,"liga" 1,"calt" 1;letter-spacing:var(--ls-overlay-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--scene-paper: #f2f0ec;--scene-ink: #1b1d1f;--scene-ink-soft: #5b5f63;--scene-underlay: rgba(242, 240, 236, .72);--scene-blur: 9px;--scene-hairline: rgba(27, 29, 31, .14);--scene-field-line: #6f7477;--scene-chrome-text-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 1px 1px rgba(0, 0, 0, .16);--scene-font-display: var(--font-overlay);--scene-font-body: var(--font-overlay);--scene-eyebrow-size: .9375rem;--scene-h1-size: clamp(2.375rem, 5.4vw, 4.25rem);--scene-h2-size: clamp(1.75rem, 3.6vw, 2.75rem);--scene-h3-size: 1.1875rem;--scene-lede-size: 1rem;--scene-cta-size: .9375rem;--scene-body-size: .875rem;--scene-field-size: .9375rem;--scene-h1-leading: 1.04;--scene-h2-leading: 1.1;--scene-body-leading: 1.6;--scene-h1-tracking: -.015em;--scene-h2-tracking: -.01em;--scene-wrap-width: min(1120px, 92vw);--scene-panel-padding: 2.125rem 2.375rem;--scene-header-height: 60px}:root.dark{--scene-paper: #131517;--scene-ink: #eceae5;--scene-ink-soft: #9a9d9f;--scene-underlay: rgba(19, 21, 23, .68);--scene-hairline: rgba(236, 234, 229, .16);--scene-field-line: #7a7f82;--scene-chrome-text-shadow: 0 1px 12px rgba(0, 0, 0, .7), 0 1px 2px rgba(0, 0, 0, .9)}@media(min-width:768px){:root{--scene-header-height: 68px}}:root{--ls-display-tight: -.02em;--ls-display: -.015em;--type-h1-size: clamp(2.75rem, 1.75rem + 4vw, 5.5rem);--type-h1-leading: 1.03;--type-h1-weight: 560;--type-h2-size: clamp(2rem, 1.5rem + 1.8vw, 3rem);--type-h2-leading: 1.1;--type-h2-weight: 500;--type-h3-size: clamp(1.25rem, 1.1rem + .6vw, 1.5rem);--type-h3-leading: 1.25;--type-h3-tracking: -.005em;--type-h3-weight: 400;--type-p-size: clamp(.9375rem, .9rem + .2vw, 1.0625rem);--type-p-body-leading: 1.6;--type-lede-size: clamp(1.125rem, 1rem + .5vw, 1.375rem);--type-lede-leading: 1.45;--type-lede-tracking: -.005em}body h1,.type-h1{font-family:var(--font-overlay);font-size:var(--type-h1-size);line-height:var(--type-h1-leading);letter-spacing:var(--ls-display-tight);font-weight:var(--type-h1-weight);font-optical-sizing:auto}body h2,.type-h2{font-family:var(--font-overlay);font-size:var(--type-h2-size);line-height:var(--type-h2-leading);letter-spacing:var(--ls-display);font-weight:var(--type-h2-weight)}body h3,.type-h3{font-family:var(--font-overlay);font-size:var(--type-h3-size);line-height:var(--type-h3-leading);letter-spacing:var(--type-h3-tracking);font-weight:var(--type-h3-weight);font-style:italic}.type-p{font-size:var(--type-p-size);line-height:var(--type-p-body-leading);letter-spacing:var(--ls-overlay-normal)}.type-lede{font-size:var(--type-lede-size);line-height:var(--type-lede-leading);letter-spacing:var(--type-lede-tracking);color:var(--scene-ink-soft)}.type-accent{font-style:italic;font-weight:calc(var(--type-parent-weight, 400) + 140);color:var(--color-accent);background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-position:0 100%;background-size:0% 1px;padding-bottom:.06em;transition:background-size .7s cubic-bezier(.22,1,.36,1)}.type-accent.is-inview{background-size:100% 1px}@media(prefers-reduced-motion:reduce){.type-accent{transition:none;background-size:100% 1px}}:root{--motion-filet-duration: .22s;--motion-filet-easing: cubic-bezier(.22, 1, .36, 1);--motion-texte-duration: .34s;--motion-texte-stagger: 70ms;--motion-texte-recouvrement: 80ms;--motion-pivot-entree-duration: .18s;--motion-pivot-entree-easing: cubic-bezier(.16, 1, .3, 1);--motion-pivot-sortie-duration: .14s;--motion-pivot-sortie-easing: cubic-bezier(.4, 0, 1, 1);--ease-panel: cubic-bezier(.2, 0, 0, 1);--duration-panel: .32s;--motion-scale-reduced: .25;--motion-reduced-duration-factor: 1}@media(prefers-reduced-motion:reduce){:root{--motion-reduced-duration-factor: .5}}.motion-filet-amorce{--motion-filet-origin: left}.motion-filet-amorce .motion-filet-amorce__hairline{display:block;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:var(--motion-filet-origin);transition:transform var(--motion-filet-duration) var(--motion-filet-easing)}.motion-filet-amorce .motion-filet-amorce__bloc{opacity:1;transform:none;transition:opacity var(--motion-texte-duration) var(--motion-filet-easing),transform var(--motion-texte-duration) var(--motion-filet-easing)}.motion-filet-amorce.motion-ready .motion-filet-amorce__bloc{opacity:0;transform:translate(16px)}.motion-filet-amorce .motion-filet-amorce__bloc:nth-child(2){transition-delay:calc(var(--motion-texte-recouvrement) + 0 * var(--motion-texte-stagger))}.motion-filet-amorce .motion-filet-amorce__bloc:nth-child(3){transition-delay:calc(var(--motion-texte-recouvrement) + 1 * var(--motion-texte-stagger))}.motion-filet-amorce .motion-filet-amorce__bloc:nth-child(4){transition-delay:calc(var(--motion-texte-recouvrement) + 2 * var(--motion-texte-stagger))}.motion-filet-amorce .motion-filet-amorce__bloc:nth-child(5){transition-delay:calc(var(--motion-texte-recouvrement) + 3 * var(--motion-texte-stagger))}.motion-filet-amorce.is-inview .motion-filet-amorce__hairline{transform:scaleX(1)}.motion-filet-amorce.is-inview .motion-filet-amorce__bloc{opacity:1;transform:translate(0)}.motion-filet-amorce.motion-filet-amorce--sans-hairline .motion-filet-amorce__hairline{display:none}.motion-pivot-trait{position:relative}.motion-pivot-trait:after{content:"";position:absolute;left:0;right:0;bottom:-.2em;height:1px;background:currentColor;transform-origin:center;transform:scaleX(.15) rotate(.6deg);transition:transform var(--motion-pivot-sortie-duration) var(--motion-pivot-sortie-easing)}.motion-pivot-trait:hover:after,.motion-pivot-trait:focus-visible:after{transform:scaleX(1) rotate(0);transition:transform var(--motion-pivot-entree-duration) var(--motion-pivot-entree-easing)}@media(prefers-reduced-motion:reduce){.motion-filet-amorce .motion-filet-amorce__hairline,.motion-filet-amorce .motion-filet-amorce__bloc{transition:none}.motion-filet-amorce.is-inview .motion-filet-amorce__hairline{transform:scaleX(1)}.motion-filet-amorce.is-inview .motion-filet-amorce__bloc{opacity:1;transform:translate(0)}.motion-pivot-trait:after{transition:none}.motion-pivot-trait:hover:after,.motion-pivot-trait:focus-visible:after{transition:none}}@font-face{font-family:Newsreader;font-style:normal;font-display:swap;font-weight:300 600;src:url(/assets/fonts/newsreader/newsreader-latin-opsz-normal.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader;font-style:italic;font-display:swap;font-weight:300 600;src:url(/assets/fonts/newsreader/newsreader-latin-opsz-italic.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}input:where([type=checkbox]),input:where([type=radio]){appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}input:where([type=checkbox]):checked,input:where([type=radio]):checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=checkbox]):checked{appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=radio]):checked{appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{border-color:transparent;background-color:currentColor}input:where([type=checkbox]):indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media(forced-colors:active){input:where([type=checkbox]):indeterminate{appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{border-color:transparent;background-color:currentColor}input:where([type=file]){background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}input:where([type=file]):focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.\!container{width:100%!important}.container{width:100%}@media(min-width:475px){.\!container{max-width:475px!important}.container{max-width:475px}}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}@media(min-width:1600px){.\!container{max-width:1600px!important}.container{max-width:1600px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201c""\201d""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.z-30{z-index:30}.z-\[1\]{z-index:1}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.h-5{height:1.25rem}.min-h-screen{min-height:100vh}.w-5{width:1.25rem}.w-full{width:100%}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.border{border-width:1px}.py-2{padding-top:.5rem;padding-bottom:.5rem}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media(min-width:768px){.md\:pt-4{padding-top:1rem}}
