*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100%;overflow-x:clip}:root{--site-max-width:1440px;--site-gutter:clamp(20px,4vw,64px);--section-padding-y:clamp(64px,10vh,120px);--section-gap-lg:clamp(56px,8vh,80px);--section-gap-md:clamp(32px,5vh,48px);--section-gap-sm:clamp(24px,3vh,36px);--text-max-width:520px;--color-bg-page:#2c2c2c;--color-bg:var(--color-bg-page);--color-text:#fff;--color-red:#c92034;--color-orange:#f1562b;--color-yellow:#f69120;--color-green:#76956c;--color-purple:#9a489a;--color-menu-bg:#fff;--color-menu-text:var(--color-bg-page);--highlight-red:var(--color-red);--highlight-orange:var(--color-orange);--highlight-yellow:var(--color-yellow);--highlight-green:var(--color-green);--highlight-purple:var(--color-purple);--text-muted:color-mix(in srgb,var(--color-text) 72%,var(--color-bg-page))}body{background:var(--color-bg-page);color:var(--color-text);font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-title),sans-serif;font-weight:700;line-height:1.08;letter-spacing:-.02em;text-transform:uppercase}h1{font-size:clamp(1.75rem,3.2vw,2.75rem)}h2{font-size:clamp(1.5rem,2.8vw,2.75rem)}h3{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;letter-spacing:.04em}p{margin:0;font-family:var(--font-body),sans-serif;font-weight:400;font-size:clamp(.95rem,1.35vw,1.125rem);line-height:1.55;color:var(--color-text)}.text-highlight{font-family:inherit;font-weight:700}.text-highlight--red{color:var(--highlight-red)}.text-highlight--orange{color:var(--highlight-orange)}.text-highlight--yellow{color:var(--highlight-yellow)}.text-highlight--green{color:var(--highlight-green)}.text-highlight--purple{color:var(--highlight-purple)}.section{position:relative;overflow:visible;color:var(--color-text)}.section__content{display:flex;flex-direction:column;gap:clamp(24px,3vh,36px);width:100%;max-width:700px}.section__particles{inset:0;z-index:1;overflow:visible}.section__decor,.section__particles{position:absolute;pointer-events:none}.section__decor{border-radius:50%;opacity:0;animation:particle-fly-in .85s cubic-bezier(.22,1,.36,1) forwards}@keyframes particle-fly-in{0%{opacity:0;transform:translate(var(--particle-from-x),var(--particle-from-y)) scale(.5)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes particle-red-bottom-in{0%{opacity:0;transform:translate(calc(-50% - 16px),calc(50% + 40px)) scale(.5)}to{opacity:1;transform:translate(-50%,50%) scale(1)}}@media (prefers-reduced-motion:reduce){.section__decor{opacity:1;animation:none}}.circle-media{position:relative;width:100%;height:100%;aspect-ratio:1}.circle-media__ring{position:absolute;inset:-3%;border-radius:50%;border:2px solid color-mix(in srgb,var(--color-text) 18%,var(--color-bg-page));pointer-events:none}.circle-media__fill{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;background:var(--color-bg-page);box-shadow:0 24px 80px color-mix(in srgb,var(--color-purple) 28%,transparent)}.circle-media__fill--empty{display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.875rem;text-align:center;padding:24px}.circle-media__fill--empty>*{max-width:24ch;line-height:1.5;text-wrap:balance}body.splash-active{overflow:hidden}.splash{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--color-bg);opacity:1;visibility:visible;transition:opacity .25s ease,visibility .25s ease;pointer-events:auto}.splash--out{opacity:0;visibility:hidden;pointer-events:none}.splash__logo{width:clamp(88px,18vw,120px);height:auto}.site-container{width:100%;max-width:var(--site-max-width);margin-inline:auto;padding-inline:var(--site-gutter)}.circle-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;flex-shrink:0;width:48px;height:48px;padding:0;border:none;border-radius:50%;background:var(--circle-toggle-bg,var(--color-orange));cursor:pointer;transition:transform .2s ease,background .2s ease}.circle-toggle:hover{transform:scale(1.04)}.circle-toggle__line{display:block;width:18px;height:2px;border-radius:999px;background:var(--circle-toggle-line,var(--color-text));transition:transform .3s cubic-bezier(.22,1,.36,1)}.circle-toggle--close .circle-toggle__line:first-child{transform:translateY(4.5px) rotate(45deg)}.circle-toggle--close .circle-toggle__line:last-child{transform:translateY(-4.5px) rotate(-45deg)}@media (prefers-reduced-motion:reduce){.circle-toggle,.circle-toggle__line{transition:none}.circle-toggle:hover{transform:none}}.heading-break{display:none}@media (min-width:961px){.heading-break{display:block}}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}strong{font-weight:700}em{font-style:italic}.page-main{padding-block:clamp(48px,8vh,96px)}.page-section{display:grid;grid-gap:24px;gap:24px}@media (max-width:960px){:root{--site-gutter:clamp(32px,8vw,48px);--section-padding-y:64px;--section-gap-lg:56px;--section-gap-md:32px;--section-gap-sm:24px}.section__content{gap:var(--section-gap-sm)}.page-main{padding-block:var(--section-padding-y)}}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;transform:translateY(0);opacity:1;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .35s ease;will-change:transform,opacity}.site-header--hidden{transform:translateY(calc(-100% - 8px));opacity:0;pointer-events:none}@media (prefers-reduced-motion:reduce){.site-header{transition:opacity .2s ease}.site-header--hidden{transform:none;opacity:0}}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding-block:clamp(20px,3vh,32px)}.site-header__logo{display:inline-flex;line-height:0}.site-header__logo-img{width:clamp(56px,6vw,90px);height:auto;object-fit:contain}.site-header__logo-fallback{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:var(--color-orange);color:var(--color-text);font-size:11px;font-weight:700;line-height:1.1;text-align:center;text-transform:lowercase}.hero{--hero-circle-size:clamp(300px,58vw,920px);--hero-circle-offset-x:clamp(-56px,-3vw,-16px);--hero-circle-offset-y:clamp(-32px,1vh,40px);min-height:100svh}.hero__inner{position:relative;z-index:2;display:flex;align-items:center;min-height:100svh;width:100%;padding-block:clamp(100px,14vh,140px) clamp(48px,8vh,80px)}.hero__content{position:relative;z-index:3;gap:clamp(28px,4vh,48px);max-width:min(var(--text-max-width),calc(100% - var(--hero-circle-size) * .42))}.hero__awards{max-width:100%}.hero__awards-img{width:auto;height:clamp(36px,4vw,52px);object-fit:contain}.hero__visual{position:absolute;top:var(--hero-circle-offset-y);right:var(--hero-circle-offset-x);z-index:1;width:var(--hero-circle-size);height:var(--hero-circle-size);aspect-ratio:1;pointer-events:auto}.hero__video{width:100%;height:100%;object-fit:cover;display:block;border:none}.hero__decor--green{width:clamp(100px,16vw,180px);height:clamp(100px,16vw,180px);background:var(--color-green);bottom:10%;left:3%;--particle-from-x:-40px;--particle-from-y:40px;animation-delay:.2s}.hero__decor--red{width:clamp(72px,10vw,120px);height:clamp(72px,10vw,120px);background:var(--color-red);top:48%;right:38%;z-index:2;--particle-from-x:-48px;--particle-from-y:-16px;animation-delay:.45s}.hero__decor--purple{width:clamp(44px,6vw,72px);height:clamp(44px,6vw,72px);background:var(--color-purple);bottom:18%;right:28%;z-index:2;--particle-from-x:40px;--particle-from-y:40px;animation-delay:.65s}@media (max-width:1399px) and (min-width:961px){.hero{--hero-circle-size:clamp(280px,44vw,580px);--hero-circle-offset-x:clamp(-20px,-1vw,8px);--hero-circle-offset-y:clamp(56px,10vh,120px)}.hero__content{max-width:min(var(--text-max-width),calc(100% - var(--hero-circle-size) * .5))}}@media (max-width:1100px) and (min-width:961px){.hero{--hero-circle-size:clamp(260px,40vw,480px)}}@media (max-width:960px){.hero{--hero-circle-size:clamp(240px,68vw,400px);display:flex;flex-direction:column;min-height:auto;padding-bottom:var(--section-gap-md)}.hero .section__particles{z-index:2}.hero__visual{order:1;position:relative;top:auto;bottom:auto;left:auto;right:auto;width:var(--hero-circle-size);height:var(--hero-circle-size);margin:clamp(88px,14vh,116px) auto 0;transform:none}.hero__inner{order:2;flex-shrink:0;min-height:auto;padding-top:var(--section-gap-md);padding-bottom:var(--section-gap-sm)}.hero__content{max-width:100%;gap:var(--section-gap-md)}.hero__awards{position:relative;z-index:3;width:100%}.hero__awards-img{width:100%;height:auto}.hero__decor--green,.hero__decor--purple,.hero__decor--red{display:none}}@media (max-width:600px){.site-header__menu{width:44px;height:44px;gap:6px}.site-header__menu-line{width:16px}.hero{--hero-circle-size:min(76vw,340px);padding-bottom:var(--section-gap-sm)}.hero__decor--red{display:none}}.site-menu{position:fixed;inset:0;z-index:200;display:flex;flex-direction:column;justify-content:center;background:var(--color-menu-bg,#fff);color:var(--color-menu-text,var(--color-bg-page));opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s cubic-bezier(.22,1,.36,1),visibility .4s}.site-menu--open{opacity:1;visibility:visible;pointer-events:auto}.site-menu__nav{position:relative;z-index:1;width:100%;padding-inline:var(--site-gutter);padding-block:clamp(100px,14vh,140px)}.site-menu__list{list-style:none;display:flex;flex-direction:column;gap:clamp(4px,1.2vh,12px);max-width:var(--site-max-width);margin-inline:auto}.site-menu__item{opacity:0;transform:translateY(24px)}.site-menu--open .site-menu__item{animation:menu-link-in .65s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--menu-item-delay,0s)}@keyframes menu-link-in{to{opacity:1;transform:translateY(0)}}.site-menu__link{display:inline-block;font-family:var(--font-title),sans-serif;font-size:clamp(2.25rem,7.5vw,4.75rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;text-transform:uppercase;color:var(--color-menu-text,var(--color-bg-page));text-decoration:none;transition:opacity .2s ease}.site-menu__link:hover{opacity:.75}.site-menu__credit{position:absolute;bottom:clamp(24px,4vh,40px);left:var(--site-gutter);font-family:var(--font-body),sans-serif;font-size:clamp(.7rem,1.1vw,.8125rem);letter-spacing:.04em;color:color-mix(in srgb,var(--color-menu-text,var(--color-bg-page)) 70%,var(--color-menu-bg,#fff));opacity:0}.site-menu__credit.creator-credit{margin:0}.site-menu--open .site-menu__credit{animation:menu-link-in .5s cubic-bezier(.22,1,.36,1) .55s forwards}body.menu-open{overflow:hidden}body.menu-open .site-header{z-index:300}body.menu-open .site-header--hidden{transform:translateY(0);opacity:1;pointer-events:auto}@media (prefers-reduced-motion:reduce){.site-menu__credit,.site-menu__item{opacity:1;transform:none;animation:none!important}}.conteudos{min-height:auto}.conteudos__inner{position:relative;z-index:4;display:flex;align-items:center;justify-content:flex-end;min-height:min(78svh,720px);width:100%;padding-block:clamp(64px,10vh,96px) clamp(32px,4vh,48px)}.conteudos__content{margin-left:auto}.conteudos__body{display:flex;flex-direction:column;gap:1em}.conteudos__body-p{margin:0;white-space:pre-line}.conteudos__visual{position:absolute;top:50%;left:0;z-index:2;width:clamp(320px,70vmin,920px);aspect-ratio:1;transform:translate(-15%,-50%);pointer-events:none}.conteudos__img{width:100%;height:100%;object-fit:cover;display:block}.conteudos__particles--behind{z-index:1}.conteudos__particles--front{z-index:3}.conteudos__decor--orange-tl{width:clamp(64px,9vw,100px);height:clamp(64px,9vw,100px);background:var(--color-orange);top:8%;left:22%;--particle-from-x:-32px;--particle-from-y:-32px;animation-delay:.25s}.conteudos__decor--purple-top{width:clamp(40px,5vw,64px);height:clamp(40px,5vw,64px);background:var(--color-purple);top:2%;left:48%;--particle-from-x:0;--particle-from-y:-32px;animation-delay:.45s}.conteudos__decor--red-bottom{width:clamp(100px,14vw,160px);height:clamp(100px,14vw,160px);background:var(--color-red);bottom:0;left:32%;animation-name:particle-red-bottom-in;animation-delay:.65s}.conteudos__decor--orange-right{width:clamp(72px,10vw,120px);height:clamp(72px,10vw,120px);background:var(--color-orange);top:42%;right:0;--particle-from-x:40px;--particle-from-y:0;animation-delay:.85s}@media (max-width:960px){.conteudos{--conteudos-circle:min(62vw,300px);display:flex;flex-direction:column;align-items:stretch;min-height:auto;padding-block:var(--section-padding-y) clamp(16px,3vh,24px);margin-top:0}.conteudos__visual{position:relative;order:1;top:auto;left:auto;width:var(--conteudos-circle);margin:0 auto;transform:none;pointer-events:auto}.conteudos__inner{order:2;flex-shrink:0;justify-content:flex-start;min-height:auto;padding:var(--section-gap-sm) var(--site-gutter) 0}.conteudos__content{margin-left:0;max-width:100%;gap:var(--section-gap-sm)}.conteudos__content h2{font-size:clamp(1.5rem,6.5vw,2rem)}.conteudos__body{max-width:none}.conteudos__body-p{font-size:clamp(1rem,3.8vw,1.125rem)}.conteudos__decor--orange-right,.conteudos__decor--orange-tl,.conteudos__decor--purple-top,.conteudos__decor--red-bottom{display:none}.conteudos .scroll-particles{overflow:visible}}.logos{z-index:3;padding-top:clamp(16px,3vh,32px);padding-bottom:clamp(104px,11vh,168px);border-bottom:1px solid color-mix(in srgb,var(--color-text) 8%,var(--color-bg-page))}.logos__inner{position:relative;z-index:3;display:flex;justify-content:flex-end}.logos__particles{z-index:1}.logos__decor--red{width:clamp(88px,12vw,140px);height:clamp(88px,12vw,140px);background:var(--color-red);top:18%;left:4%;--particle-from-x:-40px;--particle-from-y:20px;animation-delay:.15s}.logos__decor--orange{width:clamp(72px,10vw,120px);height:clamp(72px,10vw,120px);background:var(--color-orange);top:42%;left:14%;--particle-from-x:-32px;--particle-from-y:-16px;animation-delay:.35s}.logos__decor--purple{width:clamp(56px,8vw,96px);height:clamp(56px,8vw,96px);background:var(--color-purple);bottom:12%;left:8%;--particle-from-x:24px;--particle-from-y:32px;animation-delay:.55s}.logos__decor--yellow{width:clamp(48px,7vw,80px);height:clamp(48px,7vw,80px);background:var(--color-yellow);top:8%;right:6%;--particle-from-x:28px;--particle-from-y:-20px;animation-delay:.4s}.logo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:clamp(12px,2vw,20px);gap:clamp(12px,2vw,20px);width:min(100%,720px);list-style:none;margin:0;padding:0}.logo-grid__circle,.logo-grid__item{display:flex;justify-content:center}.logo-grid__circle{align-items:center;width:100%;max-width:clamp(72px,9vw,104px);aspect-ratio:1;border:2px solid #fff;border-radius:50%;background:transparent;transition:background-color .28s ease,border-color .28s ease}.logo-grid__circle[data-hover-color=red]:hover{background-color:var(--color-red);border-color:var(--color-red)}.logo-grid__circle[data-hover-color=orange]:hover{background-color:var(--color-orange);border-color:var(--color-orange)}.logo-grid__circle[data-hover-color=yellow]:hover{background-color:var(--color-yellow);border-color:var(--color-yellow)}.logo-grid__circle[data-hover-color=green]:hover{background-color:var(--color-green);border-color:var(--color-green)}.logo-grid__circle[data-hover-color=purple]:hover{background-color:var(--color-purple);border-color:var(--color-purple)}.logo-grid__img{object-fit:contain;pointer-events:none;transition:filter .28s ease}.logo-grid__circle:hover .logo-grid__img{filter:brightness(0) invert(1)}.logo-grid__empty{width:min(100%,720px);margin-left:auto;text-align:center;color:var(--text-muted);font-size:.875rem}@media (max-width:960px){.logos{padding-top:clamp(8px,2vh,16px);padding-bottom:clamp(36px,8vh,56px)}.logos__inner{justify-content:center;padding-top:0}.logo-grid{width:100%;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(6px,1.8vw,12px);margin-inline:auto}.logo-grid__circle{max-width:clamp(44px,14vw,64px);border-width:1.5px}.logos .scroll-particles{overflow:visible}.logos__decor--red{top:2%;left:3%;width:clamp(56px,14vw,72px);height:clamp(56px,14vw,72px)}.logos__decor--orange{top:auto;bottom:8%;left:4%;right:auto;width:clamp(48px,12vw,64px);height:clamp(48px,12vw,64px)}.logos__decor--purple,.logos__decor--yellow{display:none}}.parallax-video{position:relative;z-index:2;min-height:min(68svh,620px);overflow:hidden;background:var(--color-bg-page)}.parallax-video__viewport{position:absolute;inset:0;overflow:hidden}.parallax-video__media{position:absolute;inset:-12% 0;will-change:transform}.parallax-video__media--empty{display:flex;align-items:center;justify-content:center;inset:0;background:var(--color-bg-page);color:var(--text-muted);font-size:.875rem}.parallax-video__video{width:100%;height:100%;object-fit:cover;display:block;border:none}.parallax-video__scrim{position:absolute;inset:0;pointer-events:none}.parallax-video__content{position:absolute;inset:0;z-index:2;display:flex;align-items:flex-end;padding-block:clamp(48px,8vh,96px)}.parallax-video__text{max-width:min(640px,100%)}@media (max-width:960px){.parallax-video{min-height:min(46svh,360px)}.parallax-video__media{inset:-8% 0}.parallax-video__content{padding-block:var(--section-padding-y)}}@media (prefers-reduced-motion:reduce){.parallax-video__media{inset:0;transform:none!important}}.cases-section__head{padding-block:clamp(28px,6vh,72px);margin-bottom:clamp(40px,6vh,76px)}.cases-section__title{margin:0;text-align:center;font-size:clamp(1.75rem,2.9vw,2.4rem);line-height:1.14}.cases-section__empty{margin:0;padding:clamp(32px,5vh,48px);text-align:center;color:var(--text-muted);font-size:.95rem}.cases-section__list{display:flex;flex-direction:column;gap:clamp(56px,20vh,128px)}.cases-section__load-more,.cases-section__more{display:flex;justify-content:center}.cases-section__load-more{align-items:center;width:clamp(72px,10vw,88px);height:clamp(72px,10vw,88px);padding:0;border:none;border-radius:50%;background:var(--color-orange);color:var(--color-text);cursor:pointer;transition:transform .2s ease,background .2s ease}.cases-section__load-more:hover{transform:scale(1.05);background:color-mix(in srgb,var(--color-orange) 88%,var(--color-text))}.cases-section__load-more-icon{display:block;width:16px;height:16px;border-right:2.5px solid var(--color-text);border-bottom:2.5px solid var(--color-text);transform:rotate(45deg) translate(-3px,-3px)}@media (prefers-reduced-motion:reduce){.cases-section__load-more{transition:none}.cases-section__load-more:hover{transform:none}}.case-study{--case-thumb-size:clamp(168px,21vw,248px);--case-media-size:clamp(230px,27vw,340px);position:relative;display:grid;grid-template-columns:var(--case-thumb-size) minmax(0,1fr) var(--case-media-size);grid-gap:clamp(24px,4vw,64px);gap:clamp(24px,4vw,64px);align-items:center;overflow:visible}.case-study--clickable{cursor:pointer}.case-study .case-study__particles{z-index:0;overflow:visible}.case-study__content,.case-study__media,.case-study__thumb{position:relative;z-index:1}.case-study__thumb{width:var(--case-thumb-size);aspect-ratio:1}.case-study__thumb-fill{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;background:var(--color-bg-page)}.case-study__thumb-img{object-fit:cover}.case-study__client-logo{--case-client-logo-size:clamp(56px,7vw,84px);position:absolute;top:82%;left:80%;z-index:2;display:flex;align-items:center;justify-content:center;width:var(--case-client-logo-size);height:var(--case-client-logo-size);border-radius:50%;background:var(--case-color);transform:translate(-50%,-50%)}.case-study__client-logo-img{width:80%;height:80%;object-fit:contain}.case-study__content{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(10px,1.4vh,16px);max-width:62ch}.case-study__label{display:flex;flex-wrap:wrap;align-items:center;gap:.55em;margin:0;font-family:var(--font-title),sans-serif;font-size:clamp(.7rem,.95vw,.85rem);font-weight:700;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text)}.case-study__label-item+.case-study__label-item:before{content:"•";margin-right:.55em;opacity:.85}.case-study__title{margin:0;font-family:var(--font-title),sans-serif;font-size:clamp(1.3rem,2.5vw,2.1rem);font-weight:700;line-height:1.08;letter-spacing:-.01em;text-transform:uppercase;color:var(--case-color)}.case-study__summary{margin:0;max-width:52ch;font-size:clamp(.85rem,1.05vw,1rem);line-height:1.5;color:var(--color-text);white-space:pre-line}.case-study__tags{display:flex;flex-wrap:wrap;gap:clamp(6px,.7vw,10px);margin:clamp(4px,.8vh,10px) 0 0;padding:0;list-style:none}.case-study__tag{padding:.5em .95em;border-radius:5px;background:var(--case-color);font-family:var(--font-title),sans-serif;font-size:clamp(.6rem,.8vw,.72rem);font-weight:700;line-height:1;letter-spacing:.07em;text-transform:uppercase;color:var(--color-text)}.case-study__media{position:relative;width:100%;aspect-ratio:16/9;border-radius:clamp(4px,.6vw,8px);overflow:hidden;background:var(--color-bg-page)}.case-study__media-trigger{position:absolute;inset:0;padding:0;border:none;cursor:pointer}.case-study__media-trigger,.case-study__video{display:block;width:100%;height:100%;background:var(--color-bg-page)}.case-study__video{object-fit:cover}.case-study__video--poster{pointer-events:none}.case-study__play-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(8px,1vw,12px);background:transparent;transition:background .2s ease}.case-study__media-trigger:focus-visible .case-study__play-overlay,.case-study__media-trigger:hover .case-study__play-overlay{background:color-mix(in srgb,var(--case-color) 32%,transparent)}.case-study__play-icon{display:flex;align-items:center;justify-content:center;width:clamp(34px,4.5vw,48px);height:clamp(34px,4.5vw,48px);border:2px solid var(--color-text);border-radius:50%;color:var(--color-text);font-size:clamp(.7rem,1.1vw,.95rem);line-height:1;padding-left:.15em;transition:background .2s ease,border-color .2s ease}.case-study__media-trigger:focus-visible .case-study__play-icon,.case-study__media-trigger:hover .case-study__play-icon{background:var(--case-color);border-color:var(--case-color)}.case-study__play-label{font-family:var(--font-title),sans-serif;font-size:clamp(.55rem,.75vw,.7rem);font-weight:700;line-height:1;letter-spacing:.16em;text-transform:uppercase;color:var(--color-text);text-shadow:0 1px 8px color-mix(in srgb,var(--color-bg-page) 70%,transparent)}.case-modal{inset:0;z-index:1000;justify-content:center;padding:clamp(20px,5vw,64px);overflow-y:auto;background:var(--case-color,var(--color-red))}.case-modal,.case-modal__bar{position:fixed;display:flex;align-items:center}.case-modal__bar{top:0;left:0;right:0;z-index:2;justify-content:space-between;padding-block:clamp(20px,3vh,32px);pointer-events:none}.case-modal__logo{width:clamp(56px,6vw,72px);height:auto;color:var(--case-color,var(--color-red));pointer-events:none}.case-modal__close{--circle-toggle-bg:color-mix(in srgb,#fff 16%,transparent);--circle-toggle-line:#fff;pointer-events:auto;box-shadow:inset 0 0 0 1px color-mix(in srgb,#fff 42%,transparent)}.case-modal__nav-row{display:flex;align-items:center;justify-content:flex-end;gap:clamp(10px,1.2vw,14px);margin-top:clamp(20px,3vh,36px);align-self:flex-end}.case-modal__nav{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:clamp(44px,5vw,52px);height:clamp(44px,5vw,52px);padding:0;border:none;border-radius:50%;background:var(--color-text);cursor:pointer;transition:transform .2s ease}.case-modal__nav:hover{transform:scale(1.06)}.case-modal__chevron{display:block;width:12px;height:12px;border-right:2px solid var(--case-color,var(--color-red));border-bottom:2px solid var(--case-color,var(--color-red))}.case-modal__nav--prev .case-modal__chevron{transform:rotate(135deg) translate(-1px,-1px)}.case-modal__nav--next .case-modal__chevron{transform:rotate(-45deg) translate(-1px,-1px)}.case-modal__inner{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);grid-gap:clamp(28px,4vw,64px);gap:clamp(28px,4vw,64px);align-items:start;width:min(1240px,100%);margin-block:auto;padding-top:clamp(48px,6vh,72px)}.case-modal__frame{min-width:0}.case-modal__video{display:block;width:100%;max-height:72vh;aspect-ratio:16/9;object-fit:contain;border:1px solid color-mix(in srgb,var(--case-color) 70%,var(--color-bg-page));background:var(--color-bg-page)}.case-modal__text{position:relative;display:flex;flex-direction:column;gap:clamp(12px,1.6vh,20px);min-width:0;max-width:60ch}.case-modal__label{display:flex;flex-wrap:wrap;align-items:center;gap:.55em;font-size:clamp(.7rem,.95vw,.85rem);line-height:1.2;letter-spacing:.08em}.case-modal__label,.case-modal__title{margin:0;font-family:var(--font-title),sans-serif;font-weight:700;text-transform:uppercase;color:var(--color-text)}.case-modal__title{font-size:clamp(1.4rem,2.6vw,2.25rem);line-height:1.08;letter-spacing:-.01em}.case-modal__paragraph{margin:0;font-size:clamp(.88rem,1.1vw,1rem);line-height:1.55;color:var(--color-text);white-space:pre-line}@media (prefers-reduced-motion:reduce){.case-study__play-icon,.case-study__play-overlay{transition:none}}@media (max-width:1400px){.case-study{--case-media-size:clamp(205px,23vw,300px)}}@media (max-width:1240px){.case-study{--case-thumb-size:clamp(136px,17vw,196px);--case-media-size:clamp(172px,20vw,244px);gap:clamp(18px,2.6vw,36px)}.case-study__title{font-size:clamp(1.1rem,2.2vw,1.6rem)}.case-study__summary{font-size:clamp(.8rem,1vw,.92rem)}}@media (max-width:1080px){.cases-section{padding-block:var(--section-padding-y)}.cases-section__list{gap:var(--section-gap-lg)}.case-study{--case-thumb-size:min(100%,420px);grid-template-columns:1fr;justify-items:stretch;row-gap:clamp(10px,1.8vh,16px);text-align:left}.case-study__content{display:contents}.case-study__label,.case-study__summary,.case-study__tags,.case-study__title{position:relative;z-index:1;max-width:100%}.case-study__thumb{order:1;width:var(--case-thumb-size);max-width:420px;margin-bottom:clamp(10px,2.5vw,18px)}.case-study__client-logo{--case-client-logo-size:clamp(48px,13vw,64px);top:76%;left:92%}.case-study__label{order:2;justify-content:flex-start}.case-study__title{order:3;font-size:clamp(1.25rem,5vw,1.9rem)}.case-study__summary{order:4;font-size:clamp(.88rem,3.2vw,1rem)}.case-study__media{order:5;grid-column:1;width:100%;max-width:100%;margin-top:clamp(10px,2.5vw,18px)}.case-study__tags{order:6;justify-content:flex-start;margin-top:clamp(2px,1vw,8px)}.case-modal__inner{grid-template-columns:1fr;padding-top:clamp(56px,12vh,96px)}.case-modal__video{max-height:46vh}}.produtos{--produtos-card-height:clamp(420px,52vh,560px);position:relative;overflow:visible;padding-block:clamp(64px,10vh,120px)}.produtos__inner{position:relative;z-index:2}.produtos__particles{position:absolute;top:clamp(64px,10vh,120px);left:0;right:0;height:var(--produtos-card-height);bottom:auto;z-index:0;overflow:visible;pointer-events:none}.produtos__decor--orange-tl{width:clamp(140px,14vw,200px);height:clamp(140px,14vw,200px);background:var(--color-orange);top:-2%;left:2%;--particle-from-x:-48px;--particle-from-y:-32px;animation-delay:.1s}.produtos__decor--green-mid{width:clamp(52px,5vw,72px);height:clamp(52px,5vw,72px);background:var(--color-green);top:44%;left:6%;--particle-from-x:-36px;--particle-from-y:8px;animation-delay:.3s}.produtos__decor--orange-bl{width:clamp(44px,4vw,56px);height:clamp(44px,4vw,56px);background:var(--color-yellow);top:80%;left:8%;--particle-from-x:-28px;--particle-from-y:32px;animation-delay:.45s}.produtos__decor--yellow-tr{width:clamp(40px,3.8vw,52px);height:clamp(40px,3.8vw,52px);background:var(--color-yellow);top:0;right:5%;--particle-from-x:32px;--particle-from-y:-24px;animation-delay:.2s}.produtos__decor--orange-mr{width:clamp(96px,9vw,132px);height:clamp(96px,9vw,132px);background:var(--color-orange);top:38%;right:3%;--particle-from-x:40px;--particle-from-y:16px;animation-delay:.55s}.produtos__decor--purple-br{width:clamp(128px,13vw,176px);height:clamp(128px,13vw,176px);background:var(--color-purple);top:78%;right:2%;--particle-from-x:48px;--particle-from-y:40px;animation-delay:.7s}.produtos__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:clamp(16px,2vw,24px);gap:clamp(16px,2vw,24px);align-items:start}.produto-card{position:relative;z-index:1;display:flex;flex-direction:column;min-height:var(--produtos-card-height);border-radius:clamp(20px,2.5vw,32px);overflow:hidden;color:var(--color-text);transition:min-height .35s cubic-bezier(.22,1,.36,1)}.produto-card__bg{position:absolute;inset:0;background-color:var(--produto-color);background-image:var(--produto-bg-image);background-size:cover;background-position:50%;pointer-events:none}.produto-card__bg--video{background-image:none}.produto-card__bg-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.produto-card__bg:after{content:"";position:absolute;inset:0;z-index:1;background:color-mix(in srgb,var(--produto-color) 80%,transparent)}.produto-card__inner{position:relative;z-index:1;display:flex;flex-direction:column;flex:1 1;gap:clamp(16px,2.5vh,24px);padding:clamp(24px,3vw,36px) clamp(24px,3vw,36px) clamp(72px,10vh,96px)}.produto-card__logo{width:100%;min-height:clamp(56px,10vh,88px)}.produto-card__logo-img{display:block;width:100%;height:auto;object-fit:contain;object-position:left center}.produto-card__title{margin:0;font-family:var(--font-title),sans-serif;font-size:clamp(1.15rem,1.6vw,1.35rem);font-weight:700;line-height:1.15;letter-spacing:-.01em;text-transform:uppercase}.produto-card__services{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;flex:1 1;margin-top:auto}.produto-card__service-cell{padding:clamp(12px,1.5vw,16px) 0;justify-self:start}.produto-card__service-list{list-style:none;margin:0;display:flex;flex-direction:column;gap:.35em;width:max-content;max-width:100%;border-bottom:2px solid color-mix(in srgb,var(--color-text) 35%,transparent);padding:0 0 clamp(14px,1.8vw,18px)}.produto-card__service-list li{font-family:var(--font-body),sans-serif;font-size:clamp(.875rem,1.1vw,.9375rem);font-weight:400;line-height:1.35}.produto-card__body{margin-top:clamp(8px,1.5vh,16px);padding-top:clamp(12px,2vh,20px)}.produto-card__body[hidden]{display:none}.produto-card__body p{margin:0;font-size:clamp(.9rem,1.2vw,1rem);line-height:1.55;font-weight:700;max-width:none}.produto-card__toggle{position:absolute;right:clamp(20px,2.5vw,28px);bottom:clamp(20px,2.5vw,28px);z-index:3;display:flex;align-items:center;justify-content:center;width:clamp(44px,5vw,52px);height:clamp(44px,5vw,52px);padding:0;border:none;border-radius:50%;background:var(--color-text);cursor:pointer;transition:transform .2s ease}.produto-card__toggle:hover{transform:scale(1.06)}.produto-card__chevron{display:block;width:12px;height:12px;border-right:2px solid var(--produto-color);border-bottom:2px solid var(--produto-color);transform:rotate(45deg) translate(-2px,-2px);transition:transform .3s cubic-bezier(.22,1,.36,1)}.produto-card--expanded .produto-card__chevron{transform:rotate(-135deg) translate(-2px,-2px)}@media (max-width:1024px){.produtos__grid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}.produtos__decor--orange-tl{top:0;left:0}.produtos__decor--green-mid{top:38%;left:2%}.produtos__decor--orange-bl{top:72%;left:4%}.produtos__decor--yellow-tr{top:4%;right:2%}.produtos__decor--orange-mr{top:42%;right:0}.produtos__decor--purple-br{top:84%;right:2%}}@media (max-width:960px){.produtos{padding-block:var(--section-padding-y)}.produtos__particles{display:none}.produtos__grid{gap:var(--section-gap-md)}.produto-card__title{font-size:clamp(1.2rem,5vw,1.45rem)}.produto-card__service-list li{font-size:clamp(.95rem,3.6vw,1.05rem)}.produto-card__logo-img{max-height:clamp(80px,22vw,120px);object-position:center}.produto-card__body p{font-size:clamp(.95rem,3.5vw,1.05rem)}}@media (prefers-reduced-motion:reduce){.produto-card,.produto-card__chevron,.produto-card__toggle{transition:none}}.site-footer{overflow:visible;padding-block:var(--section-padding-y);color:var(--color-text);background:var(--color-bg-page);padding-top:160px;z-index:-1}.site-footer__grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.85fr);grid-gap:clamp(40px,6vw,196px);gap:clamp(40px,6vw,196px);align-items:end}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start}.site-footer__heading{display:flex;flex-direction:column;gap:.08em;margin:0 0 clamp(16px,2.5vh,24px);font-family:var(--font-title),sans-serif;font-size:clamp(1.75rem,3.4vw,2.75rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;text-transform:uppercase;color:var(--color-text)}.site-footer__heading-line{display:block}.site-footer__heading-line--accent{color:var(--color-yellow)}.site-footer__intro{max-width:42ch;font-size:clamp(.9rem,1.2vw,1.05rem);line-height:1.55;color:var(--color-text)}.site-footer__logo{display:block;width:100%;max-width:220px;line-height:0}.site-footer__logo-img{display:block;width:100%;height:auto}.site-footer__actions{display:flex;flex-direction:column;align-items:flex-end;gap:clamp(20px,3vh,28px);padding-top:clamp(4px,1vh,12px)}.site-footer__cta{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 28px;border-radius:999px;background:var(--color-yellow);color:var(--color-text);font-family:var(--font-title),sans-serif;font-size:clamp(.8rem,1.1vw,.95rem);font-weight:700;letter-spacing:.04em;line-height:1;text-decoration:none;text-transform:uppercase;white-space:nowrap;transition:transform .2s ease,filter .2s ease}.site-footer__footer{margin-top:120px;display:flex;justify-content:space-between;align-items:flex-end}.site-footer__cta:hover{transform:scale(1.03);filter:brightness(1.05)}.site-footer__cta svg{flex-shrink:0}.site-footer__social{display:flex;align-items:center;justify-content:flex-end;gap:clamp(18px,2.2vw,28px)}.site-footer__social-link{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;color:var(--color-text);cursor:pointer;transition:opacity .2s ease}.site-footer__social-link:hover{opacity:.75}.site-footer__email-wrap{position:relative;display:inline-flex}.site-footer__email-tip{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:2;padding:.4em .7em;border-radius:999px;background:var(--color-yellow);color:var(--color-bg-page);font-family:var(--font-title),sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:lowercase;white-space:nowrap;pointer-events:none;opacity:0;transform:translateX(-50%) translateY(4px);transition:opacity .18s ease,transform .18s ease}.site-footer__email-tip--visible{opacity:1;transform:translateX(-50%) translateY(0)}.site-footer__rule{border:none;border-top:1px solid color-mix(in srgb,var(--color-text) 22%,var(--color-bg-page));margin:32px 0 clamp(20px,3vh,28px)}.site-footer__bar{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.site-footer__copyright{margin:0;font-size:clamp(.8rem,1.1vw,.9375rem);color:var(--color-text);font-weight:400}.site-footer__copyright strong{font-weight:700;opacity:1}.creator-credit{margin:0;font-size:inherit;font-weight:400;color:inherit}.creator-credit__link{color:inherit;text-decoration:none;transition:opacity .2s ease}.creator-credit__link:hover{opacity:.8}.creator-credit__link strong{font-weight:700}.site-footer__credit{font-size:clamp(.8rem,1.1vw,.9375rem);text-align:right}@media (max-width:960px){.site-footer__grid{grid-template-columns:1fr;gap:var(--section-gap-md)}.site-footer__actions{align-items:flex-start}.site-footer__social{justify-content:flex-start}.site-footer__bar{flex-direction:column;align-items:flex-start}.site-footer__credit{text-align:left}}.scroll-particles{inset:0;z-index:1}.scroll-particle,.scroll-particles{position:absolute;pointer-events:none}.scroll-particle{border-radius:50%;overflow:visible}.scroll-particle__motion{width:100%;height:100%;border-radius:9999px;opacity:1;transform-origin:center center;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;pointer-events:none}.scroll-particles--entering .scroll-particle--revealing{opacity:0;animation:particle-reveal .85s cubic-bezier(.22,1,.36,1) forwards;animation-delay:var(--particle-reveal-delay,0ms)}.scroll-particles--ready .scroll-particle{opacity:1;filter:none}@keyframes particle-reveal{0%{opacity:0;transform:scale(.4);filter:blur(8px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@media (max-width:960px){.scroll-particles{overflow:hidden}}@media (prefers-reduced-motion:reduce){.scroll-particles--entering .scroll-particle--revealing{animation:none;opacity:1;transform:none;filter:none}.scroll-particle__motion{transform:none!important;opacity:1!important}}:root{--cursor-color:var(--color-orange);--cursor-size:18px;--cursor-size-link:56px}body.has-custom-cursor,body.has-custom-cursor *{cursor:none}.custom-cursor{position:fixed;top:0;left:0;z-index:10000;width:0;height:0;opacity:0;pointer-events:none;will-change:transform;transition:opacity .25s ease}.custom-cursor--visible{opacity:1}.custom-cursor__ring{display:block;width:var(--cursor-size);height:var(--cursor-size);border:2px solid transparent;border-radius:50%;background:var(--cursor-color);transform:translate(-50%,-50%);transition:width .28s cubic-bezier(.22,1,.36,1),height .28s cubic-bezier(.22,1,.36,1),background-color .22s ease,border-color .22s ease,transform .18s ease}.custom-cursor--link .custom-cursor__ring{width:var(--cursor-size-link);height:var(--cursor-size-link);background:transparent;border-color:#fff}.custom-cursor--active .custom-cursor__ring{transform:translate(-50%,-50%) scale(.82)}@media (prefers-reduced-motion:reduce){.custom-cursor,.custom-cursor__ring{transition:none}}.wa-float{position:fixed;right:clamp(16px,3vw,28px);bottom:max(16px,env(safe-area-inset-bottom,0px));z-index:1200;display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none;transform:translateZ(0);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.wa-float--ready{opacity:1;visibility:visible}.wa-float__chip,.wa-float__close,.wa-float__input,.wa-float__panel,.wa-float__send,.wa-float__trigger{pointer-events:auto}.wa-float__trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:none;border-radius:50%;background:var(--color-orange);color:var(--color-text);box-shadow:0 12px 32px color-mix(in srgb,var(--color-orange) 42%,transparent);transition:transform .2s ease,background-color .2s ease}.wa-float__trigger>svg{position:relative;z-index:1;display:block;flex-shrink:0}.wa-float__trigger:hover{transform:scale(1.05)}.wa-float__trigger:active{transform:scale(.95)}.wa-float--open .wa-float__trigger{background:var(--color-yellow);box-shadow:0 12px 32px color-mix(in srgb,var(--color-yellow) 38%,transparent)}.wa-float__pulse{position:absolute;inset:0;border-radius:50%;background:var(--color-orange);opacity:.28;animation:wa-float-pulse 2s cubic-bezier(0,0,.2,1) infinite;pointer-events:none}.wa-float--open .wa-float__pulse{background:var(--color-yellow);animation:none;opacity:0}.wa-float__panel{width:min(22rem,calc(100vw - 3rem));overflow:hidden;border-radius:24px;border:1px solid color-mix(in srgb,var(--color-text) 14%,transparent);background:color-mix(in srgb,var(--color-bg-page) 94%,#000);box-shadow:0 24px 60px color-mix(in srgb,#000 45%,transparent);transform-origin:bottom right;opacity:0;visibility:hidden;pointer-events:none;transform:translate(10px,14px) scale(.05);transition:opacity .15s ease,transform .55s cubic-bezier(.16,1.2,.3,1),visibility 0s linear .55s}.wa-float--open .wa-float__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0) scale(1);transition:opacity .1s ease,transform .55s cubic-bezier(.16,1.2,.3,1),visibility 0s}.wa-float__header{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--color-orange);color:var(--color-text)}.wa-float__avatar{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#fff;flex-shrink:0}.wa-float__header-text{min-width:0;flex:1 1}.wa-float__name{margin:0;font-family:var(--font-title),sans-serif;font-size:.9rem;font-weight:700;line-height:1.2}.wa-float__status{margin:2px 0 0;font-size:.6875rem;opacity:.75}.wa-float__close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:transparent;color:var(--color-text);transition:background-color .2s ease}.wa-float__close:hover{background:color-mix(in srgb,var(--color-bg-page) 22%,transparent)}.wa-float__thread{display:flex;flex-direction:column;gap:10px;max-height:18rem;padding:16px;overflow-y:auto;background:radial-gradient(circle at 10% 12%,color-mix(in srgb,var(--color-green) 14%,transparent),transparent 40%),radial-gradient(circle at 90% 80%,color-mix(in srgb,var(--color-purple) 12%,transparent),transparent 38%),color-mix(in srgb,var(--color-bg-page) 88%,#000)}.wa-float__row{display:flex}.wa-float__row--bot{justify-content:flex-start}.wa-float__row--user{justify-content:flex-end}.wa-float__bubble{margin:0;max-width:80%;padding:8px 14px;border-radius:16px;font-size:.875rem;line-height:1.4}.wa-float__bubble--bot{border-bottom-left-radius:6px;background:var(--color-green);color:var(--color-text)}.wa-float__bubble--user{border-bottom-right-radius:6px;background:var(--color-orange);color:var(--color-text)}.wa-float__typing{display:flex;align-items:center;gap:4px;width:-moz-fit-content;width:fit-content;padding:12px 14px;border-radius:16px;border-bottom-left-radius:6px;background:var(--color-green)}.wa-float__typing span{width:6px;height:6px;border-radius:50%;background:color-mix(in srgb,var(--color-text) 75%,transparent);animation:wa-float-dot 1s ease-in-out infinite}.wa-float__typing span:nth-child(2){animation-delay:.15s}.wa-float__typing span:nth-child(3){animation-delay:.3s}.wa-float__quick{display:flex;flex-wrap:wrap;gap:6px;padding:12px 16px 0;border-top:1px solid color-mix(in srgb,var(--color-text) 12%,transparent)}.wa-float__chip{padding:6px 12px;border:1px solid color-mix(in srgb,var(--color-text) 18%,transparent);border-radius:999px;background:transparent;color:var(--text-muted);font-size:.6875rem;font-weight:600;line-height:1.2;transition:border-color .2s ease,color .2s ease}.wa-float__chip:hover{border-color:var(--color-yellow);color:var(--color-yellow)}.wa-float__form{display:flex;align-items:center;gap:8px;padding:12px 16px 14px}.wa-float__input{min-width:0;flex:1 1;padding:10px 16px;border:1px solid color-mix(in srgb,var(--color-text) 16%,transparent);border-radius:999px;background:color-mix(in srgb,var(--color-text) 6%,var(--color-bg-page));color:var(--color-text);font:inherit;font-size:.875rem;outline:none}.wa-float__input::placeholder{color:var(--text-muted)}.wa-float__input:focus{border-color:var(--color-yellow)}.wa-float__send{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:var(--color-yellow);color:var(--color-bg-page);transition:transform .2s ease,opacity .2s ease}.wa-float__send:hover:not(:disabled){transform:scale(1.05)}.wa-float__send:disabled{opacity:.4;cursor:default}@keyframes wa-float-pulse{0%{transform:scale(1);opacity:.35}75%,to{transform:scale(1.55);opacity:0}}@keyframes wa-float-dot{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-3px);opacity:1}}@media (prefers-reduced-motion:reduce){.wa-float__panel,.wa-float__pulse,.wa-float__typing span{animation:none}.wa-float__chip,.wa-float__send,.wa-float__trigger{transition:none}}@media (max-width:600px){.wa-float{right:max(16px,env(safe-area-inset-right,0px));bottom:max(16px,env(safe-area-inset-bottom,0px))}.wa-float__trigger{width:52px;height:52px}}@font-face{font-family:__nomos_c1fa10;src:url(/_next/static/media/e76add98df4b0291-s.p.otf) format("opentype");font-display:swap;font-weight:100;font-style:normal}@font-face{font-family:__nomos_c1fa10;src:url(/_next/static/media/d25f46b6fd35e082-s.p.otf) format("opentype");font-display:swap;font-weight:200;font-style:normal}@font-face{font-family:__nomos_c1fa10;src:url(/_next/static/media/342d2de0306fb1d2-s.p.otf) format("opentype");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:__nomos_c1fa10;src:url(/_next/static/media/44f2c19797468c44-s.p.otf) format("opentype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:__nomos_c1fa10;src:url(/_next/static/media/30f49179834b7629-s.p.otf) format("opentype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:__nomos_c1fa10;src:url(/_next/static/media/5b42bdb7dab742f4-s.p.otf) format("opentype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:__nomos_c1fa10;src:url(/_next/static/media/b4a7830933c675fd-s.p.otf) format("opentype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:__nomos_c1fa10;src:url(/_next/static/media/024624e3f0775894-s.p.otf) format("opentype");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:__nomos_c1fa10;src:url(/_next/static/media/61486c89f589cae3-s.p.otf) format("opentype");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:__nomos_Fallback_c1fa10;src:local("Arial");ascent-override:95.10%;descent-override:26.70%;line-gap-override:0.00%;size-adjust:108.63%}.__className_c1fa10{font-family:__nomos_c1fa10,__nomos_Fallback_c1fa10}.__variable_c1fa10{--font-title:"__nomos_c1fa10","__nomos_Fallback_c1fa10"}@font-face{font-family:__Montserrat_50b907;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_50b907;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_50b907;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_50b907;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Montserrat_50b907;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,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:__Montserrat_50b907;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_50b907;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_50b907;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_50b907;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Montserrat_50b907;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,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:__Montserrat_50b907;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Montserrat_50b907;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_50b907;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Montserrat_50b907;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:__Montserrat_50b907;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,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:__Montserrat_Fallback_50b907;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_50b907{font-family:__Montserrat_50b907,__Montserrat_Fallback_50b907;font-style:normal}.__variable_50b907{--font-body:"__Montserrat_50b907","__Montserrat_Fallback_50b907"}