:root{--nib-black:#0c0b09;--nib-ink:#16130d;--nib-bone:#eae3d6;--nib-bone-deep:#dfd5c4;--nib-paper:#f4efe6;--nib-blue:#c6d2e6;--nib-espresso:#38301e;--nib-coral:#e9594e;--nib-coral-ink:#c8463c;--nib-teal:#2e9c8b;--nib-white:#fff;--surface-dark:var(--nib-black);--surface-bone:var(--nib-bone);--surface-paper:var(--nib-paper);--surface-card:var(--nib-bone-deep);--surface-blue:var(--nib-blue);--surface-coral:var(--nib-coral);--text-primary:var(--nib-ink);--text-on-dark:#ede7db;--text-on-dark-dim:#ede7db61;--text-on-blue:var(--nib-espresso);--text-on-coral:var(--nib-black);--text-muted:#16130d8c;--text-inverse:var(--nib-white);--accent:var(--nib-coral);--accent-2:var(--nib-teal);--line-on-light:#16130d29;--line-on-dark:#ede7db33;--font-display:var(--f-oswald), "Archivo Narrow", "Impact", sans-serif;--font-sans:var(--f-schibsted), "Helvetica Neue", Helvetica, Arial, sans-serif;--font-serif:var(--f-newsreader), "Georgia", "Times New Roman", serif;--font-italic:var(--f-newsreader), "Georgia", serif;--font-body:var(--font-sans);--fs-hero:clamp(3.5rem, 11vw, 12rem);--fs-display:clamp(2.75rem, 7vw, 7rem);--fs-h1:clamp(2rem, 4.5vw, 4rem);--fs-h2:clamp(1.5rem, 3vw, 2.75rem);--fs-h3:clamp(1.25rem, 2vw, 1.75rem);--fs-lead:clamp(1.5rem, 2.6vw, 2.4rem);--fs-body:1.0625rem;--fs-small:.9375rem;--fs-label:.75rem;--lh-tight:.92;--lh-snug:1.05;--lh-body:1.55;--ls-tight:-.02em;--ls-label:.12em;--ls-wide:.24em;--gutter:clamp(20px, 5vw, 88px);--section-y:clamp(96px, 14vh, 220px);--maxw:1600px;--measure:38ch;--radius-pill:999px;--radius-sm:4px;--ease-expo:cubic-bezier(.16, 1, .3, 1);--ease-inout:cubic-bezier(.65, 0, .35, 1);--ease-soft:cubic-bezier(.33, 1, .68, 1);--dur-fast:.32s;--dur:.6s;--dur-slow:1.1s;--dur-reveal:1.4s}*{box-sizing:border-box}html{scroll-behavior:auto}body{background:var(--nib-black);color:var(--text-on-dark);font-family:var(--font-sans);transition:background-color .9s var(--ease-inout), color .9s var(--ease-inout);margin:0;overflow-x:hidden}body[data-theme=paper]{background:var(--nib-paper);color:var(--nib-ink)}body[data-theme=bone]{background:var(--nib-bone);color:var(--nib-ink)}body[data-theme=dark]{background:var(--nib-black);color:var(--text-on-dark)}body[data-theme=blue]{background:var(--nib-blue);color:var(--nib-espresso)}body[data-theme=coral]{background:var(--nib-coral);color:var(--nib-black)}a{color:var(--nib-coral);text-decoration:none}a:hover{opacity:.7}.scene{z-index:1;position:fixed;inset:0;overflow:hidden}.track{will-change:transform;width:max-content;height:100vh;display:flex}.pin{pointer-events:none;width:1px}.panel{height:100vh;padding:0 var(--gutter);flex:none;display:flex;position:relative}.nib-loader{z-index:200;background:var(--nib-black);transition:opacity .5s var(--ease-inout);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.nib-loader-pct{letter-spacing:.2em;color:var(--text-on-dark);opacity:.7;font-size:13px;position:absolute;bottom:8%;left:50%;transform:translate(-50%)}.nib-loader-bar{background:#ede7db24;width:100%;height:2px;position:absolute;bottom:0;left:0;overflow:hidden}.nib-loader-bar span{transform-origin:0;background:var(--nib-coral);width:100%;height:100%;transition:transform .14s linear;display:block;transform:scaleX(0)}.nib-anchor{z-index:70;position:fixed}.nib-anchor.tl{top:26px;left:var(--gutter)}.nib-anchor.tr{top:22px;right:calc(var(--gutter) + 34px)}.nib-anchor.br{bottom:26px;right:calc(var(--gutter) + 34px);transition:opacity .5s var(--ease-soft)}body.at-end .nib-anchor.br{opacity:0;pointer-events:none}.nib-menu{z-index:150;background:var(--nib-black);color:var(--text-on-dark);padding:0 var(--gutter);clip-path:inset(0 0 100%);transition:clip-path .8s var(--ease-expo);pointer-events:none;flex-direction:column;justify-content:center;display:flex;position:fixed;inset:0}.nib-menu.open{clip-path:inset(0);pointer-events:auto}.nib-menu-close{top:26px;right:var(--gutter);color:var(--text-on-dark);border-radius:var(--radius-pill);font-family:var(--font-sans);cursor:pointer;background:0 0;border:1px solid #ede7db66;padding:12px 24px;font-size:14px;position:absolute}.nib-menu ul{margin:0;padding:0;list-style:none}.nib-menu li{overflow:hidden}.nib-menu li a,.nib-menu li .nib-menu-item{text-align:left;font-family:var(--font-display);text-transform:uppercase;color:var(--text-on-dark);letter-spacing:-.02em;transition:color .4s var(--ease-soft);background:0 0;border:none;align-items:baseline;gap:.28em;padding:0;font-size:clamp(2.5rem,8vw,6.5rem);line-height:1.04;display:inline-flex;transform:translateY(110%)}.nib-menu.open li a,.nib-menu.open li .nib-menu-item{animation:nib-menu-in .7s var(--ease-expo) both}@keyframes nib-menu-in{0%{transform:translateY(110%)}to{transform:translateY(0)}}.nib-menu li a:hover,.nib-menu li .nib-menu-item:hover{color:var(--nib-coral);opacity:1}.nib-menu-item{cursor:pointer}.nib-menu-item sup{font-family:var(--font-sans);vertical-align:super;color:var(--nib-coral);-webkit-text-fill-color:var(--nib-coral);font-size:.26em;font-weight:600}.nib-menu-back{top:26px;left:var(--gutter);color:var(--text-on-dark);border-radius:var(--radius-pill);font-family:var(--font-sans);cursor:pointer;background:0 0;border:1px solid #ede7db66;padding:12px 24px;font-size:14px;position:absolute}.nib-menu-foot{bottom:34px;left:var(--gutter);opacity:.6;font-size:14px;position:absolute}[data-reveal]{opacity:0;filter:blur(16px);clip-path:inset(-22% 110% -22% -12%);transition:opacity .9s var(--ease-expo), filter 1s var(--ease-expo), clip-path 1.3s var(--ease-expo)}[data-reveal].in{opacity:1;filter:blur();clip-path:inset(-22% -12%)}[data-cascade]{margin:0}[data-cascade] span{opacity:.2;transition:opacity .6s var(--ease-soft)}[data-cascade].in span{opacity:1}.hero{justify-content:space-between;align-items:center;gap:var(--gutter);width:100vw}.hero-words{max-width:60%}.hero-h{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:-.03em;flex-direction:column;margin:0;font-size:clamp(2.6rem,6.6vw,6.4rem);font-weight:600;line-height:.92;display:flex}.hero-h .ln{display:block}.hero-h .w-r{margin-left:1.4em}.hero-h .w-r2{margin-left:.5em}.hero-lede{max-width:34ch;font-size:var(--fs-body);opacity:.85;margin:clamp(24px,3vw,44px) 0 0 .4em;line-height:1.55}.hero-img{flex:none;width:min(26vw,360px);height:70vh}.hero-img>*{height:100%}.nosotros{align-items:center;gap:6vw}.nos-head{flex-direction:column;flex:none;gap:24px;max-width:min(42vw,640px);display:flex}.nosotros h2{max-width:14ch;font-size:clamp(2.4rem,4.6vw,5rem)!important;line-height:.98!important}.nos-body{max-width:40ch;font-size:var(--fs-body);opacity:.8;margin:0;line-height:1.6}.nos-collage{flex:none;width:min(38vw,540px);height:74vh;position:relative}.nos-collage .c1{width:64%;position:absolute;top:3vh;left:0}.nos-collage .c2{width:52%;position:absolute;bottom:2vh;right:0}.statement{justify-content:center;align-items:center}.stmt-fill{font-family:var(--font-serif);text-align:center;max-width:22ch;font-size:clamp(1.7rem,2.9vw,3.1rem);font-weight:500;line-height:1.3}.stmt-fill span:nth-child(2){font-family:var(--font-italic);font-style:italic}.valores-band{justify-content:center;align-items:center;width:min(40vw,520px);padding:0;overflow:hidden}.vmarquee{justify-content:center;align-items:center;height:100vh;display:flex}.vmarquee-track{will-change:transform;flex-direction:column;align-items:center;animation:22s linear infinite vmarquee;display:flex}@keyframes vmarquee{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.vmarquee-item{writing-mode:vertical-rl;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;color:var(--nib-ink);align-items:center;gap:.42em;padding:.28em 0;font-size:clamp(3rem,11vh,8rem);font-weight:600;line-height:1;display:inline-flex;transform:rotate(180deg)}.vmarquee-ast{width:.42em;height:.42em;color:var(--nib-coral);flex:none;animation:18s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.values{align-items:center;padding-right:clamp(60px,10vw,200px)}.values-stack{flex-direction:column;gap:clamp(18px,3.4vh,52px);width:max-content;display:flex}.value-row{align-items:flex-end;gap:clamp(20px,2.6vw,56px);display:flex}.value-row:nth-child(2){margin-left:clamp(80px,24vw,460px)}.value-row:nth-child(3){margin-left:clamp(40px,12vw,220px)}.value-index{font-family:var(--font-sans);font-size:var(--fs-label);letter-spacing:var(--ls-label);opacity:.6;margin-bottom:.4em;font-weight:600}.value-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.01em;margin:0;font-size:clamp(2.6rem,9vh,6.8rem);font-weight:500;line-height:.88}.value-desc{max-width:30ch;font-family:var(--font-sans);font-size:var(--fs-body);opacity:.85;margin:0 0 .5em;line-height:1.5}.proyectos{flex-direction:column;justify-content:center;gap:clamp(40px,5vw,72px)}.pro-head{flex-direction:column;gap:22px;max-width:52ch;display:flex}.pro-manifesto{font-family:var(--font-serif);margin:0;font-size:clamp(1.5rem,2.3vw,2.3rem);font-weight:500;line-height:1.32}.pro-manifesto strong{font-weight:700}.pro-row{align-items:stretch;gap:clamp(28px,3vw,56px);display:flex}.pro-item{flex:none;width:min(30vw,380px)}.pro-end{align-items:flex-end;padding-bottom:60px;display:flex}.contacto{flex-direction:column;justify-content:center}.contacto h1{font-size:clamp(3rem,7vw,7.5rem)!important;line-height:.94!important}.con-grid{gap:var(--gutter);flex-wrap:wrap;align-items:flex-end;margin-top:24px;display:flex}.con-body{max-width:40ch;font-size:var(--fs-body);margin:0;line-height:1.6}.con-act{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.con-mail{font-family:var(--font-italic);color:var(--nib-coral);font-size:clamp(1.4rem,2.4vw,2.1rem);font-style:italic}.nib-footer{left:var(--gutter);right:var(--gutter);letter-spacing:.06em;text-transform:uppercase;border-top:1px solid #80808066;justify-content:space-between;gap:20px;padding-top:20px;font-size:12px;display:flex;position:absolute;bottom:30px}.ap-progress{z-index:90;pointer-events:none;background:#8080802e;width:100%;height:2px;position:fixed;bottom:0;left:0}.ap-progress-bar{transform-origin:0;background:var(--nib-coral);will-change:transform;width:100%;height:100%;transform:scaleX(0)}.ap-hint{z-index:80;font-family:var(--font-sans);letter-spacing:.24em;text-transform:uppercase;opacity:.72;transition:opacity .6s var(--ease-soft);align-items:center;gap:12px;font-size:11px;font-weight:600;display:inline-flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%)}body.at-start .ap-hint{opacity:.72}body:not(.at-start) .ap-hint{opacity:0;pointer-events:none}.ap-hint-track{opacity:.5;background:currentColor;width:46px;height:1px;position:relative;overflow:hidden}.ap-hint-track:after{content:"";background:var(--nib-coral);width:14px;height:3px;animation:ap-hint-slide 1.9s var(--ease-inout) infinite;position:absolute;top:-1px;left:0}@keyframes ap-hint-slide{0%{opacity:0;transform:translate(-16px)}40%{opacity:1}to{opacity:0;transform:translate(48px)}}a,button,[role=button],.ap-btn,[data-cursor=link]{cursor:pointer}.nib-section{padding:var(--section-y) var(--gutter);position:relative}.det-hero{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.det-meta{width:100%;font-size:var(--fs-label);letter-spacing:.12em;text-transform:uppercase;opacity:.6;padding:0 var(--gutter);justify-content:space-between;display:flex;position:absolute;top:16vh;left:0}.det-back{color:inherit;font-size:var(--fs-label);letter-spacing:.12em;text-transform:uppercase;opacity:.6;position:absolute;top:16vh;left:50%;transform:translate(-50%)}.det-title{font-family:var(--font-display);text-transform:uppercase;letter-spacing:-.02em;align-items:center;margin:0;font-size:clamp(4.5rem,20vw,19rem);font-weight:600;line-height:.86;display:flex}.sun-o{vertical-align:middle;width:.8em;height:.8em;margin:0 .07em;display:inline-block;position:relative}.sun-o .well{position:absolute;inset:0 0 50%;overflow:hidden}.sun-o .ring{aspect-ratio:1;width:100%;transition:transform 1.9s var(--ease-expo);border:.13em solid;border-radius:50%;position:absolute;top:0;left:0;transform:translateY(108%)}.sun-o.risen .ring{transform:translateY(0)}.sun-o .horizon{background:currentColor;height:.05em;position:absolute;top:50%;left:-.16em;right:-.16em}.det-lede{font-family:var(--font-italic);opacity:.75;margin-top:clamp(20px,3vw,40px);font-size:clamp(1.1rem,2vw,1.7rem);font-style:italic}.det-tag{margin-bottom:26px}.det-two{gap:var(--gutter);grid-template-columns:1.1fr .9fr;align-items:start;display:grid}.det-two h2,.det-two h1{max-width:14ch}.det-body{font-size:var(--fs-body);opacity:.85;max-width:46ch;line-height:1.65}.det-gallery{grid-template-columns:repeat(2,1fr);gap:clamp(16px,2vw,32px);margin-top:clamp(40px,6vw,80px);display:grid}.det-cta{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:30px;min-height:74vh;display:flex}.det-feature{width:100%;margin-top:clamp(36px,6vw,84px)}.det-feature .ap-img{aspect-ratio:16/9}.det-statement{gap:var(--gutter);grid-template-columns:1.15fr .85fr;align-content:center;align-items:end;min-height:52vh;display:grid}.det-statement h2{max-width:16ch}@media (max-width:860px){.det-two,.det-statement{grid-template-columns:1fr}}@media (max-width:640px){.det-gallery{grid-template-columns:1fr}}@media (max-width:760px){.ap-badge{display:none!important}}body.stacked{overflow-x:hidden}body.stacked .scene{position:static;overflow:visible}body.stacked .track{flex-direction:column;width:100%;height:auto}body.stacked .panel{height:auto;min-height:auto;padding:16vh var(--gutter);width:100%!important}body.stacked .pin{display:none}body.stacked .hero,body.stacked .nosotros,body.stacked .values,body.stacked .con-grid,body.stacked .pro-row{flex-direction:column;align-items:flex-start}body.stacked .value-row{flex-direction:column;align-items:flex-start;gap:12px;margin-left:0!important}body.stacked .hero-words,body.stacked .nos-head,body.stacked .nos-collage,body.stacked .hero-img,body.stacked .values-stack,body.stacked .pro-item{width:100%;max-width:100%;height:auto}body.stacked .hero-img{height:auto;margin-top:40px}body.stacked .nos-collage{gap:20px;height:auto;margin-top:32px;display:flex;position:relative}body.stacked .nos-collage .c1,body.stacked .nos-collage .c2{width:50%;position:static}body.stacked .nib-footer{margin-top:40px;position:static}body.stacked .valores-band{height:auto;min-height:auto;display:flex;overflow:hidden;width:100%!important;padding:12vh 0!important}body.stacked .vmarquee{width:100%;height:auto}body.stacked .vmarquee-track{flex-direction:row;animation-name:vmarquee-h}body.stacked .vmarquee-item{writing-mode:horizontal-tb;padding:0 .3em;font-size:clamp(3rem,17vw,6rem);transform:none}@keyframes vmarquee-h{0%{transform:translate(0)}to{transform:translate(-50%)}}body.stacked .value-title{font-size:clamp(2.4rem,11vw,4.5rem)!important}body.stacked .ap-hint,body.stacked .ap-progress{display:none}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}[data-reveal]{opacity:1!important;filter:none!important;clip-path:none!important;transition:none!important}[data-cascade] span{opacity:1!important}.vmarquee-track,.vmarquee-ast,.ap-hint-track:after{animation:none!important}body{transition:none!important}}@supports (padding:env(safe-area-inset-top)){.nib-anchor.tl{top:calc(26px + env(safe-area-inset-top,0px))}.nib-anchor.tr{top:calc(22px + env(safe-area-inset-top,0px))}body.stacked .panel:first-child{padding-top:calc(16vh + env(safe-area-inset-top,0px))}body.stacked .nib-footer{padding-bottom:env(safe-area-inset-bottom,0px)}}
@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(../media/48cb8c496a1feb17-s.2cxn6_f21kzew.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(../media/87ccb897ba116d44-s.2stk1byrn45r7.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e9a8df42b0c6fb7a-s.33pk-ofy4si23.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(../media/804b9eb4033edb5d-s.1aws_7qfq78t4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6ad1cda2f16975ee-s.p.1hb2l88ecv7fz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(../media/48cb8c496a1feb17-s.2cxn6_f21kzew.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(../media/87ccb897ba116d44-s.2stk1byrn45r7.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e9a8df42b0c6fb7a-s.33pk-ofy4si23.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(../media/804b9eb4033edb5d-s.1aws_7qfq78t4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6ad1cda2f16975ee-s.p.1hb2l88ecv7fz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(../media/48cb8c496a1feb17-s.2cxn6_f21kzew.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(../media/87ccb897ba116d44-s.2stk1byrn45r7.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e9a8df42b0c6fb7a-s.33pk-ofy4si23.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(../media/804b9eb4033edb5d-s.1aws_7qfq78t4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ad1cda2f16975ee-s.p.1hb2l88ecv7fz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(../media/48cb8c496a1feb17-s.2cxn6_f21kzew.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(../media/87ccb897ba116d44-s.2stk1byrn45r7.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e9a8df42b0c6fb7a-s.33pk-ofy4si23.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(../media/804b9eb4033edb5d-s.1aws_7qfq78t4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Oswald;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6ad1cda2f16975ee-s.p.1hb2l88ecv7fz.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Oswald Fallback;src:local(Arial);ascent-override:146.51%;descent-override:35.49%;line-gap-override:0.0%;size-adjust:81.43%}.oswald_f26ec0d7-module__9hHUUa__className{font-family:Oswald,Oswald Fallback;font-style:normal}.oswald_f26ec0d7-module__9hHUUa__variable{--f-oswald:"Oswald", "Oswald Fallback"}
@font-face{font-family:Schibsted Grotesk;font-style:italic;font-weight:400;font-display:swap;src:url(../media/24e5344e85b1c11e-s.1u4c3viw6v7ci.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Schibsted Grotesk;font-style:italic;font-weight:400;font-display:swap;src:url(../media/c31dbb76e36f1a9a-s.p.2snskadcp2fay.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Schibsted Grotesk;font-style:italic;font-weight:500;font-display:swap;src:url(../media/24e5344e85b1c11e-s.1u4c3viw6v7ci.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Schibsted Grotesk;font-style:italic;font-weight:500;font-display:swap;src:url(../media/c31dbb76e36f1a9a-s.p.2snskadcp2fay.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Schibsted Grotesk;font-style:italic;font-weight:600;font-display:swap;src:url(../media/24e5344e85b1c11e-s.1u4c3viw6v7ci.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Schibsted Grotesk;font-style:italic;font-weight:600;font-display:swap;src:url(../media/c31dbb76e36f1a9a-s.p.2snskadcp2fay.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Schibsted Grotesk;font-style:italic;font-weight:700;font-display:swap;src:url(../media/24e5344e85b1c11e-s.1u4c3viw6v7ci.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Schibsted Grotesk;font-style:italic;font-weight:700;font-display:swap;src:url(../media/c31dbb76e36f1a9a-s.p.2snskadcp2fay.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Schibsted Grotesk;font-style:italic;font-weight:800;font-display:swap;src:url(../media/24e5344e85b1c11e-s.1u4c3viw6v7ci.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Schibsted Grotesk;font-style:italic;font-weight:800;font-display:swap;src:url(../media/c31dbb76e36f1a9a-s.p.2snskadcp2fay.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/481eac7be1c268b7-s.34f9nwclrjpmo.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/31a9145ccb84606d-s.p.1_j-vbs-91rji.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/481eac7be1c268b7-s.34f9nwclrjpmo.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/31a9145ccb84606d-s.p.1_j-vbs-91rji.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/481eac7be1c268b7-s.34f9nwclrjpmo.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/31a9145ccb84606d-s.p.1_j-vbs-91rji.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/481eac7be1c268b7-s.34f9nwclrjpmo.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/31a9145ccb84606d-s.p.1_j-vbs-91rji.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:800;font-display:swap;src:url(../media/481eac7be1c268b7-s.34f9nwclrjpmo.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Schibsted Grotesk;font-style:normal;font-weight:800;font-display:swap;src:url(../media/31a9145ccb84606d-s.p.1_j-vbs-91rji.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Schibsted Grotesk Fallback;src:local(Arial);ascent-override:93.46%;descent-override:24.67%;line-gap-override:0.0%;size-adjust:104.49%}.schibsted_grotesk_3f3d4a4c-module__Qa2Nvq__className{font-family:Schibsted Grotesk,Schibsted Grotesk Fallback}.schibsted_grotesk_3f3d4a4c-module__Qa2Nvq__variable{--f-schibsted:"Schibsted Grotesk", "Schibsted Grotesk Fallback"}
@font-face{font-family:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(../media/79e9e0e3b9220e46-s.15s2gb72mvmw9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(../media/e62850744c7f266e-s.43_ypb-kqawuo.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(../media/9433d1a810498265-s.p.3z77xcxvtx9_e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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-weight:500;font-display:swap;src:url(../media/79e9e0e3b9220e46-s.15s2gb72mvmw9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:italic;font-weight:500;font-display:swap;src:url(../media/e62850744c7f266e-s.43_ypb-kqawuo.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:italic;font-weight:500;font-display:swap;src:url(../media/9433d1a810498265-s.p.3z77xcxvtx9_e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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-weight:600;font-display:swap;src:url(../media/79e9e0e3b9220e46-s.15s2gb72mvmw9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:italic;font-weight:600;font-display:swap;src:url(../media/e62850744c7f266e-s.43_ypb-kqawuo.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:italic;font-weight:600;font-display:swap;src:url(../media/9433d1a810498265-s.p.3z77xcxvtx9_e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:normal;font-weight:400;font-display:swap;src:url(../media/150f724d70372c02-s.2ym9msm88vm4r.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(../media/750c737482d9de2f-s.08jxdyhjmo52g.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5f402bd2d8eef81a-s.p.23oeb0afa3wba.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:normal;font-weight:500;font-display:swap;src:url(../media/150f724d70372c02-s.2ym9msm88vm4r.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(../media/750c737482d9de2f-s.08jxdyhjmo52g.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5f402bd2d8eef81a-s.p.23oeb0afa3wba.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:normal;font-weight:600;font-display:swap;src:url(../media/150f724d70372c02-s.2ym9msm88vm4r.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(../media/750c737482d9de2f-s.08jxdyhjmo52g.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Newsreader;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f402bd2d8eef81a-s.p.23oeb0afa3wba.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Newsreader Fallback;src:local(Times New Roman);ascent-override:69.68%;descent-override:25.12%;line-gap-override:0.0%;size-adjust:105.48%}.newsreader_5924c597-module__exhsUG__className{font-family:Newsreader,Newsreader Fallback}.newsreader_5924c597-module__exhsUG__variable{--f-newsreader:"Newsreader", "Newsreader Fallback"}
