@view-transition{navigation:auto}@supports (view-transition-name:root){::view-transition-old(root){animation-duration:.2s;animation-timing-function:ease}::view-transition-new(root){animation-duration:.2s;animation-timing-function:ease}}@media (prefers-reduced-motion:reduce){::view-transition-group(*){animation:none!important}::view-transition-old(*){animation:none!important}::view-transition-new(*){animation:none!important}}html.yma-motion [data-reveal]{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--yma-reveal-delay,0s)}html.yma-motion [data-reveal=""],html.yma-motion [data-reveal=up]{transform:translateY(28px)}html.yma-motion [data-reveal=left]{transform:translate(-32px)}html.yma-motion [data-reveal=right]{transform:translate(32px)}html.yma-motion [data-reveal=scale]{transform:scale(.94)}html.yma-motion [data-reveal=fade]{transform:none}html.yma-motion [data-reveal].is-revealed{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html.yma-motion [data-reveal]{opacity:1!important;transition:none!important;transform:none!important}}html,body{color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:#fff;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,:before,:after{box-sizing:border-box}::selection{color:#fff;background:#2d9f5e}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline-offset:2px;outline:2px solid #2d9f5e}@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/inter-var-latin.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:Kalam;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/kalam-400-latin.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:Kalam;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/kalam-700-latin.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}.trust-overlap{z-index:1;border-radius:8px;max-width:1200px;margin:-3rem auto 0;position:relative;overflow:hidden;box-shadow:0 12px 32px #00000014}@media (width<=768px){.trust-overlap{margin-top:-2rem;margin-left:1rem;margin-right:1rem}}#header-mount{display:contents}.yma-nav{--yma-nav-height:72px;--yma-nav-bg:#000;--yma-nav-bg-scrolled:#000000f2;--yma-nav-text:#fff;--yma-nav-text-hover:#fff9;--yma-nav-green:#2d9f5e;--yma-nav-border:#ffffff1a;--yma-nav-cta-border:#ffffff4d;--yma-nav-font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;z-index:100;view-transition-name:yma-header;background:var(--yma-nav-bg);color:var(--yma-nav-text);font-family:var(--yma-nav-font);border-bottom:1px solid #0000;transition:background-color .2s,border-color .2s,box-shadow .2s,-webkit-backdrop-filter .2s,backdrop-filter .2s;position:sticky;top:0;left:0;right:0;box-shadow:0 4px 20px #0000}.yma-nav,.yma-nav *,.yma-nav :before,.yma-nav :after{box-sizing:border-box}.yma-nav--scrolled{background:var(--yma-nav-bg-scrolled);border-bottom-color:var(--yma-nav-border);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 20px #00000040}.yma-nav__inner{justify-content:space-between;align-items:center;padding:1rem 2.5rem;display:flex}.yma-nav__logo{background:var(--yma-nav-green);color:var(--yma-nav-text);letter-spacing:0;border-radius:4px;align-items:center;padding:.75rem 3rem .75rem 1rem;font-size:1.1875rem;font-weight:700;text-decoration:none;transition:background-color .2s;display:inline-flex}.yma-nav__logo:hover,.yma-nav__logo:focus-visible{background:#34b56b}.yma-nav__logo-text{line-height:1}.yma-nav__desktop{display:flex}.yma-nav__list{align-items:center;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.yma-nav__link{color:var(--yma-nav-text);font-size:1rem;font-weight:400;font-family:var(--yma-nav-font);border-bottom:2px solid #0000;padding-bottom:.25rem;text-decoration:none;transition:color .2s,background-color .2s,border-color .2s;position:relative}.yma-nav__link:after{content:"";background:var(--yma-nav-text-hover);transform-origin:100%;height:2px;transition:transform .25s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.yma-nav__link:hover,.yma-nav__link:focus-visible{color:var(--yma-nav-text-hover)}.yma-nav__link:hover:after,.yma-nav__link:focus-visible:after{transform-origin:0;transform:scaleX(1)}.yma-nav__link--cta:after,.yma-nav__link--active:after{content:none}.yma-nav__link--active,.yma-nav__link--active:hover,.yma-nav__link--active:focus-visible{color:#2d9f5e;border-bottom-color:#2d9f5e}.yma-nav__link--cta{border:1px solid var(--yma-nav-cta-border);border-radius:6px;padding:.5rem 1.25rem}.yma-nav__link--cta:hover,.yma-nav__link--cta:focus-visible{color:var(--yma-nav-text);background:0 0;border-color:#fff}.yma-nav__link--cta.yma-nav__link--active,.yma-nav__link--cta.yma-nav__link--active:hover,.yma-nav__link--cta.yma-nav__link--active:focus-visible{color:#fff;border-color:#2d9f5e;border-bottom-width:1px;padding-bottom:.5rem}.yma-nav :focus-visible{outline:2px solid var(--yma-nav-green);outline-offset:2px;border-radius:2px}.yma-nav__hamburger{cursor:pointer;width:32px;height:32px;color:var(--yma-nav-text);background:0 0;border:none;padding:0;display:none;position:relative}.yma-nav__hamburger-bar{background:var(--yma-nav-text);height:2px;transition:transform .3s,top .3s,bottom .3s;position:absolute;left:4px;right:4px}.yma-nav__hamburger-bar--top{top:10px}.yma-nav__hamburger-bar--bottom{bottom:10px}.yma-nav__hamburger[aria-expanded=true] .yma-nav__hamburger-bar--top{top:15px;transform:rotate(45deg)}.yma-nav__hamburger[aria-expanded=true] .yma-nav__hamburger-bar--bottom{bottom:15px;transform:rotate(-45deg)}.yma-nav__mobile{top:var(--yma-nav-height);height:calc(100vh - var(--yma-nav-height));height:calc(100dvh - var(--yma-nav-height));opacity:0;visibility:hidden;pointer-events:none;z-index:99;background:#000;transition:opacity .4s ease-in-out,visibility 0s linear .4s;position:fixed;left:0;right:0;overflow-y:auto}.yma-nav__mobile--open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .4s ease-in-out,visibility linear}.yma-nav__mobile-list{flex-direction:column;gap:1.5rem;margin:0;padding:2rem 1.5rem;list-style:none;display:flex}.yma-nav__mobile-link{color:var(--yma-nav-text);font-size:32px;font-weight:500;font-family:var(--yma-nav-font);border-bottom:2px solid #0000;padding-bottom:.25rem;text-decoration:none;transition:color .2s;display:inline-block}.yma-nav__mobile-link:hover,.yma-nav__mobile-link:focus-visible{color:var(--yma-nav-text-hover)}.yma-nav__mobile-link--active,.yma-nav__mobile-link--active:hover,.yma-nav__mobile-link--active:focus-visible{color:#2d9f5e;border-bottom-color:#2d9f5e}@media (width<=768px){.yma-nav__inner{padding:1rem 1.5rem}.yma-nav__desktop{display:none}.yma-nav__hamburger{justify-content:center;align-items:center;display:inline-flex}}body.yma-nav-locked{overflow:hidden}@media (prefers-reduced-motion:reduce){.yma-nav,.yma-nav__logo,.yma-nav__link,.yma-nav__link:after,.yma-nav__hamburger-bar,.yma-nav__mobile,.yma-nav__mobile-link{transition:none}}.yma-btn{cursor:pointer;-webkit-font-smoothing:antialiased;white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.875rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;line-height:1;text-decoration:none;transition:background-color .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1),color .3s cubic-bezier(.16,1,.3,1),transform .1s;display:inline-flex}.yma-btn,.yma-btn *,.yma-btn :before,.yma-btn :after{box-sizing:border-box}.yma-btn:focus-visible{outline-offset:2px;outline:2px solid #2d9f5e}.yma-btn:active{transform:scale(.98)}.yma-btn__arrow{margin-left:.5rem;line-height:1;transition:transform .3s cubic-bezier(.16,1,.3,1);display:inline-block}.yma-btn:hover .yma-btn__arrow{transform:translate(3px)}.yma-btn--primary{color:#fff;background:#000;border-color:#000}.yma-btn--primary:hover{background:#333;border-color:#333}.yma-btn--outline{color:#000;background:0 0;border-color:#e5e5e5}.yma-btn--outline:hover{background:#f5f5f5;border-color:#000}.yma-btn--outline-light{color:#fff;background:0 0;border-color:#ffffff4d}.yma-btn--outline-light:hover{background:#ffffff1a;border-color:#fff}.yma-btn--green{color:#fff;background:#2d9f5e;border-color:#2d9f5e;position:relative;overflow:hidden}.yma-btn--green:hover{background:#248950;border-color:#248950}.yma-btn--green:after{content:"";pointer-events:none;background:linear-gradient(105deg,#fff0 0%,#ffffff2e 50%,#fff0 100%);width:35%;transition:none;position:absolute;top:-25%;bottom:-25%;left:0;transform:translate(-180%)skew(-18deg)}.yma-btn--green:hover:after{transition:transform .6s cubic-bezier(.16,1,.3,1);transform:translate(400%)skew(-18deg)}.yma-btn--large{border-radius:8px;padding:1.125rem 2rem;font-size:1.125rem}@media (prefers-reduced-motion:reduce){.yma-btn{transition:none}.yma-btn:active{transform:none}.yma-btn__arrow{transition:none}.yma-btn:hover .yma-btn__arrow{transform:none}.yma-btn--green:after{content:none}}.yma-footer{--yma-footer-bg:#000;--yma-footer-text:#fff;--yma-footer-text-muted:#fff9;--yma-footer-text-faint:#a3a3a3;--yma-footer-green:#2d9f5e;--yma-footer-font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;background:var(--yma-footer-bg);min-height:100vh;color:var(--yma-footer-text);font-family:var(--yma-footer-font);flex-direction:column;padding:3.5rem 5.75rem 0;display:flex;overflow:hidden}.yma-footer,.yma-footer *,.yma-footer :before,.yma-footer :after{box-sizing:border-box}.yma-footer__cta{text-align:center;flex-direction:column;flex:1 0 auto;justify-content:center;align-items:center;padding:1rem 0 2.5rem;display:flex}.yma-footer__cta-headline{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(34px,3.6vw,56px);font-weight:900;line-height:1.05}.yma-footer__cta-accent{color:var(--yma-footer-green)}.yma-footer__cta-body{max-width:52ch;color:var(--yma-footer-text-muted);margin:0 0 1.75rem;font-size:18px;line-height:1.5}.yma-footer__cta-sub{color:var(--yma-footer-text-faint);margin:1rem 0 0;font-size:13px}.yma-footer__directory{grid-template-columns:repeat(5,1fr);gap:2.5rem;display:grid}.yma-footer__col{min-width:0}.yma-footer__label{letter-spacing:.1em;text-transform:uppercase;color:var(--yma-footer-text-faint);margin:0 0 1rem;font-size:12px;font-weight:500}.yma-footer__list{align-content:start;gap:.55rem;margin:0;padding:0;font-size:14px;line-height:1.35;list-style:none;display:grid}.yma-footer__list a{color:var(--yma-footer-text);text-decoration:none;transition:color .2s}.yma-footer__list a:hover,.yma-footer__list a:focus-visible{color:var(--yma-footer-text-muted)}.yma-footer__list--ellipsis li{min-width:0}.yma-footer__list--ellipsis a{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.yma-footer__list-all a{color:var(--yma-footer-green);font-weight:600}.yma-footer__list-all a:hover,.yma-footer__list-all a:focus-visible{color:var(--yma-footer-green);opacity:.8}.yma-footer__pages,.yma-footer__contact{display:none}.yma-footer__meta{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:2rem;padding-top:2.25rem;display:flex}.yma-footer__meta-group{flex-wrap:wrap;align-items:baseline;display:flex}.yma-footer__meta-group>*{color:var(--yma-footer-text-faint);margin:0;font-size:13px;line-height:1.5}.yma-footer__meta-group>*+:before{content:"·";margin:0 .5rem}.yma-footer__meta a,.yma-footer__contact a{color:inherit;text-decoration:none;transition:color .2s}.yma-footer__meta a:hover,.yma-footer__meta a:focus-visible,.yma-footer__contact a:hover,.yma-footer__contact a:focus-visible{color:var(--yma-footer-text)}.yma-footer__meta-socials a+a:before,.yma-footer__contact-socials a+a:before{content:"·";color:var(--yma-footer-text-faint);margin:0 .5rem}.yma-footer__time{white-space:nowrap}.yma-footer__mega{margin:1.6rem -5.75rem 0}.yma-footer__mega-track{white-space:nowrap;width:max-content;display:flex}.yma-footer__mega-line{font-size:var(--yma-footer-mega-size,100px);letter-spacing:-.04em;font-kerning:none;white-space:nowrap;-webkit-user-select:none;user-select:none;visibility:hidden;font-weight:900;line-height:.78;transform:translateY(.07em)}.yma-footer__mega.is-fitted .yma-footer__mega-line{visibility:visible}.yma-footer__mega-line--dupe{display:none}.yma-footer__mega-mate{color:var(--yma-footer-green)}.yma-footer__mega-letter{transition:color .16s}.yma-footer__mega-letter:hover{color:var(--yma-footer-green)}.yma-footer__mega-mate .yma-footer__mega-letter:hover{color:#fff}.yma-footer :focus-visible{outline:2px solid var(--yma-footer-green);outline-offset:2px;border-radius:2px}@media (width<=768px){.yma-footer{min-height:100svh;padding:2rem 1.4rem 0}.yma-footer__cta{border-bottom:1px solid #ffffff1f;padding:0 0 1.4rem}.yma-footer__cta-headline{margin-bottom:.55rem;font-size:24px;line-height:1.12}.yma-footer__cta-body{margin-bottom:1.1rem;font-size:15px;line-height:1.4}.yma-footer__cta-action{width:100%}.yma-footer__cta-action .yma-btn{white-space:normal;width:100%;line-height:1.2}.yma-footer__cta-sub{margin-top:.55rem}.yma-footer__directory{display:none}.yma-footer__pages{margin:1.2rem 0;display:block}.yma-footer__pages-list{grid-template-columns:1fr 1fr;gap:.55rem 1rem;margin:0;padding:0;font-size:16px;font-weight:600;list-style:none;display:grid}.yma-footer__pages-list a{color:var(--yma-footer-text);text-decoration:none;transition:color .2s}.yma-footer__pages-list a:hover,.yma-footer__pages-list a:focus-visible{color:var(--yma-footer-text-muted)}.yma-footer__contact{gap:.4rem;font-size:15px;font-weight:500;display:grid}.yma-footer__contact-row--phone{white-space:nowrap}.yma-footer__contact-socials{margin:0}.yma-footer__meta{flex-direction:column;align-items:flex-start;gap:.2rem;padding-top:1rem}.yma-footer__meta-group{display:block}.yma-footer__meta-group>*+:before{content:none;margin:0}.yma-footer__credit,.yma-footer__abn{white-space:nowrap}.yma-footer__time{white-space:normal}.yma-footer__meta-group--b{order:-1}.yma-footer__meta-item,.yma-footer__meta-socials{display:none}.yma-footer__mega{margin:.9rem -1.4rem 0}.yma-footer__mega-line{padding-right:.55em;font-size:30vw}.yma-footer__mega-line--dupe{display:inline-block}.yma-footer__mega-track{animation:14s linear infinite yma-footer-mega-scroll}}@media (width<=768px) and (height<=700px){.yma-footer{padding-top:1.6rem}.yma-footer__cta{padding-bottom:1rem}.yma-footer__cta-headline{font-size:21px}.yma-footer__cta-body{margin-bottom:.8rem;font-size:14px;line-height:1.35}.yma-footer__pages{margin:.9rem 0}.yma-footer__pages-list{gap:.45rem 1rem}.yma-footer__contact{gap:.3rem}.yma-footer__meta{padding-top:.7rem}.yma-footer__mega{margin-top:.6rem}}@keyframes yma-footer-mega-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.yma-footer__list a,.yma-footer__pages-list a,.yma-footer__meta a,.yma-footer__contact a,.yma-footer__mega-letter{transition:none}.yma-footer__mega-track{animation:none}.yma-footer__mega-line--dupe{display:none}.yma-footer__mega-line{font-size:var(--yma-footer-mega-size,30vw);padding-right:0}}.yma-stats-strip{background:#fff;padding:1.5rem 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.yma-stats-strip,.yma-stats-strip *,.yma-stats-strip :before,.yma-stats-strip :after{box-sizing:border-box}.yma-stats-strip__list{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;display:grid}.yma-stats-strip__item{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:.25rem 1rem;display:flex;position:relative}.yma-stats-strip__item+.yma-stats-strip__item:before{content:"";background:#e5e5e5;width:1px;position:absolute;top:12%;bottom:12%;left:0}.yma-stats-strip__value{color:#000;letter-spacing:-.01em;margin:0 0 .5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.1}.yma-stats-strip__value--accent{color:#2d9f5e}.yma-stats-strip__label{color:#666;margin:0;font-size:.875rem;font-weight:400;line-height:1.35}html.yma-motion .yma-stats-strip__item[data-reveal] .yma-stats-strip__label{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--yma-reveal-delay,0s) + .15s);transform:translateY(10px)}html.yma-motion .yma-stats-strip__item[data-reveal].is-revealed .yma-stats-strip__label{opacity:1;transform:none}html.yma-motion .yma-stats-strip__item[data-reveal]+.yma-stats-strip__item[data-reveal]:before{transform-origin:top;transition:transform .8s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--yma-reveal-delay,0s) + .2s);transform:scaleY(0)}html.yma-motion .yma-stats-strip__item[data-reveal]+.yma-stats-strip__item[data-reveal].is-revealed:before{transform:scale(1)}html.yma-motion .yma-stats-strip__value--landed{animation:.55s cubic-bezier(.34,1.56,.64,1) both yma-stats-strip-value-settle}@keyframes yma-stats-strip-value-settle{0%{transform:scale(1)}35%{transform:scale(1.07)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){html.yma-motion .yma-stats-strip__item[data-reveal] .yma-stats-strip__label,html.yma-motion .yma-stats-strip__item[data-reveal]:before{opacity:1!important;transition:none!important;transform:none!important}html.yma-motion .yma-stats-strip__value--landed{animation:none!important}}@media (width<=768px){.yma-stats-strip{padding:1.5rem 1.25rem}.yma-stats-strip__list{grid-template-columns:1fr;gap:1.25rem}.yma-stats-strip__item{padding:.5rem 0}.yma-stats-strip__item+.yma-stats-strip__item:before{width:auto;height:1px;inset:0 15% auto}html.yma-motion .yma-stats-strip__item[data-reveal]+.yma-stats-strip__item[data-reveal]:before{transform-origin:0;transform:scaleX(0)}html.yma-motion .yma-stats-strip__item[data-reveal]+.yma-stats-strip__item[data-reveal].is-revealed:before{transform:scale(1)}}.yma-numbered-section{color:#000;background:0 0;padding:6rem 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative}.yma-numbered-section,.yma-numbered-section *,.yma-numbered-section :before,.yma-numbered-section :after{box-sizing:border-box}.yma-numbered-section__inner{grid-template-columns:60px 180px 170px minmax(0,1fr) 320px;align-items:start;column-gap:0;max-width:1400px;margin:0 auto;padding:0 2.5rem;display:grid}.yma-numbered-section--no-sidebar .yma-numbered-section__inner{grid-template-columns:60px 180px 170px minmax(0,1fr) 0}.yma-numbered-section--no-sidebar .yma-numbered-section__sidebar{display:none}.yma-numbered-section__axis{justify-content:center;align-self:stretch;align-items:flex-start;width:60px;display:flex;position:relative}.yma-numbered-section__axis-label{transform-origin:0 0;white-space:nowrap;letter-spacing:.2em;text-transform:uppercase;color:#2d9f5e;font-size:.75rem;font-weight:600;line-height:1;position:absolute;top:0;left:50%;transform:rotate(-90deg)translate(-100%,-10px)}.yma-numbered-section__axis-line{background:#2d9f5e;width:2px;position:absolute;top:0;bottom:0;right:0}.yma-numbered-section--no-axis .yma-numbered-section__axis-label,.yma-numbered-section--no-axis .yma-numbered-section__axis-line{display:none}.yma-numbered-section__number{letter-spacing:-.02em;color:#fff;-webkit-text-fill-color:#fff;text-shadow:-2px 0 #ccc,2px 0 #ccc,0 -2px #ccc,0 2px #ccc;text-align:right;-webkit-user-select:none;user-select:none;align-self:start;margin:0;padding:0 2.5rem 0 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(5rem,8vw,8rem);font-weight:900;line-height:1}.yma-numbered-section__heading{letter-spacing:-.01em;text-transform:uppercase;color:#000;align-self:start;margin:0;padding-top:.5em;padding-right:3rem;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;line-height:1.15}.yma-numbered-section__heading-accent{isolation:isolate;white-space:nowrap;display:inline-block;position:relative}.yma-numbered-section__heading-scribble{pointer-events:none;z-index:-1;width:110%;height:auto;display:block;position:absolute;bottom:-.15em;left:-5%}.yma-numbered-section__body{color:#1a1a1a;min-width:0;max-width:720px;padding-top:.5em}.yma-numbered-section__body p{color:#1a1a1a;margin:0 0 1.5rem;font-size:1.0625rem;font-weight:400;line-height:1.7}.yma-numbered-section__body p:last-child{margin-bottom:0}.yma-numbered-section__body a{color:#2d9f5e;text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;transition:color .15s,text-decoration-thickness .15s}.yma-numbered-section__body a:hover{color:#248950;text-decoration-thickness:2px}.yma-numbered-section__body strong{color:#000;font-weight:600}.yma-numbered-section__body em{font-style:italic}.yma-numbered-section__sidebar{align-self:start;width:320px;margin-left:3rem}@media (width<=900px){.yma-numbered-section{padding:4rem 0}.yma-numbered-section__inner{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"number heading""body body""sidebar sidebar";gap:1.5rem 0;padding:0 2rem}.yma-numbered-section--no-sidebar .yma-numbered-section__inner{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"number heading""body body"}.yma-numbered-section__axis{display:none}.yma-numbered-section__number{grid-area:number;padding-left:0;padding-right:1.5rem}.yma-numbered-section__heading{grid-area:heading;padding-top:.25em;padding-right:0}.yma-numbered-section__body{grid-area:body;padding-top:0}.yma-numbered-section__sidebar{grid-area:sidebar;justify-content:center;width:100%;margin-top:1.5rem;margin-left:0;display:flex}}@media (width<=600px){.yma-numbered-section{padding:3rem 0}.yma-numbered-section__inner{grid-template-columns:minmax(0,1fr);grid-template-areas:"number""heading""body""sidebar";row-gap:1.25rem;padding:0 1.5rem}.yma-numbered-section--no-sidebar .yma-numbered-section__inner{grid-template-columns:minmax(0,1fr);grid-template-areas:"number""heading""body"}.yma-numbered-section__number{padding:0;font-size:clamp(4rem,18vw,5.5rem)}.yma-numbered-section__heading{padding-top:0;padding-right:0}.yma-numbered-section__body{padding-top:0}.yma-numbered-section__body p{font-size:1rem}.yma-numbered-section__sidebar{margin-top:1rem}}@supports (animation-timeline:view()){@media (width>=901px){.yma-numbered-section__number{animation-name:yma-numbered-section-number-drift;animation-duration:1ms;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:view()}}}@keyframes yma-numbered-section-number-drift{0%{transform:translateY(24px)}to{transform:translateY(-24px)}}@media (prefers-reduced-motion:reduce){.yma-numbered-section__number{animation:none}}html.yma-motion .yma-numbered-section__axis[data-reveal] .yma-numbered-section__axis-label{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--yma-reveal-delay,0s);transform:rotate(-90deg)translate(calc(-100% - 18px),-10px)}html.yma-motion .yma-numbered-section__axis[data-reveal].is-revealed .yma-numbered-section__axis-label{opacity:1;transform:rotate(-90deg)translate(-100%,-10px)}html.yma-motion .yma-numbered-section__axis[data-reveal] .yma-numbered-section__axis-line{transform-origin:top;transition:transform 1.1s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--yma-reveal-delay,0s) + .12s);transform:scaleY(0)}html.yma-motion .yma-numbered-section__axis[data-reveal].is-revealed .yma-numbered-section__axis-line{transform:scaleY(1)}html.yma-motion .yma-numbered-section__heading[data-reveal] .yma-numbered-section__heading-scribble{clip-path:inset(-15% 100% -15% -5%)}html.yma-motion .yma-numbered-section__heading[data-reveal].is-revealed .yma-numbered-section__heading-scribble{animation:yma-numbered-section-scribble-wipe .55s cubic-bezier(.22, 1, .36, 1) calc(var(--yma-reveal-delay,0s) + .46s) both}@keyframes yma-numbered-section-scribble-wipe{0%{clip-path:inset(-15% 100% -15% -5%)}to{clip-path:inset(-15% -5%)}}@media (prefers-reduced-motion:reduce){html.yma-motion .yma-numbered-section__axis[data-reveal] .yma-numbered-section__axis-label,html.yma-motion .yma-numbered-section__axis[data-reveal] .yma-numbered-section__axis-line{opacity:1!important;transition:none!important;transform:rotate(-90deg)translate(-100%,-10px)!important}html.yma-motion .yma-numbered-section__axis[data-reveal] .yma-numbered-section__axis-line{transform:none!important}html.yma-motion .yma-numbered-section__heading[data-reveal] .yma-numbered-section__heading-scribble{clip-path:none!important;animation:none!important}}.yma-pull-quote{quotes:none;background:0 0;border:none;max-width:480px;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:block}.yma-pull-quote,.yma-pull-quote *,.yma-pull-quote :before,.yma-pull-quote :after{box-sizing:border-box}.yma-pull-quote__glyph{color:#2d9f5e;letter-spacing:-.02em;-webkit-user-select:none;user-select:none;margin:0 0 .5rem -.05em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:4rem;font-weight:700;line-height:1;display:block}.yma-pull-quote__text{letter-spacing:-.01em;color:#000;text-wrap:pretty;margin:0;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:700;line-height:1.3}.yma-pull-quote__attribution{margin-top:1.5rem;font-style:normal;display:block}.yma-pull-quote__name{color:#000;font-size:.9375rem;font-weight:600;line-height:1.4;display:block}.yma-pull-quote__business{color:#666;margin-top:.125rem;font-size:.875rem;font-weight:400;line-height:1.4;display:block}html.yma-motion [data-reveal] .yma-pull-quote__glyph{opacity:0;transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--yma-reveal-delay,0s) + .12s);transform:translateY(-14px)scale(.8)}html.yma-motion [data-reveal].is-revealed .yma-pull-quote__glyph{opacity:1;transform:none}html.yma-motion [data-reveal] .yma-pull-quote__text{opacity:0;transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--yma-reveal-delay,0s) + .26s);transform:translateY(24px)}html.yma-motion [data-reveal].is-revealed .yma-pull-quote__text{opacity:1;transform:none}html.yma-motion [data-reveal] .yma-pull-quote__attribution{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--yma-reveal-delay,0s) + .48s);transform:translateY(12px)}html.yma-motion [data-reveal].is-revealed .yma-pull-quote__attribution{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html.yma-motion [data-reveal] .yma-pull-quote__glyph,html.yma-motion [data-reveal] .yma-pull-quote__text,html.yma-motion [data-reveal] .yma-pull-quote__attribution{opacity:1!important;transition:none!important;transform:none!important}}@media (width<=600px){.yma-pull-quote__glyph{font-size:3rem}}.yma-sticky-note{color:#000000d9;isolation:isolate;will-change:transform;background-color:#d4f0e0;background-image:repeating-linear-gradient(45deg,#00000003 0 1px,#0000 1px 3px),repeating-linear-gradient(-45deg,#ffffff0d 0 1px,#0000 1px 3px);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border-radius:1px;width:280px;height:240px;margin:0;padding:1.75rem;display:inline-block;position:relative;box-shadow:0 8px 24px #0000001f,0 2px 4px #00000014}.yma-sticky-note,.yma-sticky-note *,.yma-sticky-note :before,.yma-sticky-note :after{box-sizing:border-box}.yma-sticky-note:after{content:"";filter:blur(6px);z-index:-1;background:#00000014;border-radius:50%;height:8px;position:absolute;bottom:-4px;left:8%;right:8%}.yma-sticky-note--green{background-color:#d4f0e0}.yma-sticky-note--yellow{background-color:#fff4b8}.yma-sticky-note--cream{background-color:#faf5e8}.yma-sticky-note--white{background-color:#fff}.yma-sticky-note__tape{pointer-events:none;background-color:#50505066;background-image:repeating-linear-gradient(90deg,#ffffff14 0 2px,#0000 2px 4px);border-radius:0;width:80px;height:24px;position:absolute;top:-12px;left:50%;transform:translate(-50%)rotate(-3deg);box-shadow:inset 0 -1px 2px #0000001a,inset 0 1px 1px #ffffff26,0 1px 1px #00000014}.yma-sticky-note--tape-green .yma-sticky-note__tape{background-color:#2d9f5ee0;box-shadow:0 2px 5px #00000040}.yma-sticky-note__body{align-items:flex-start;height:100%;margin:0;padding:0;display:flex}.yma-sticky-note__text{letter-spacing:0;color:#000000d9;text-align:left;width:100%;font-family:Kalam,Caveat,Bradley Hand,Segoe Script,cursive;font-size:1.375rem;font-weight:700;line-height:1.4;display:block}.yma-sticky-note__text img{object-fit:contain;max-width:100%;height:auto;display:block}html.yma-motion [data-reveal].is-revealed .yma-sticky-note{animation:yma-sticky-note-settle .6s cubic-bezier(.22, 1, .36, 1) calc(var(--yma-reveal-delay,0s) + .16s) both}@keyframes yma-sticky-note-settle{0%{opacity:0;transform:translateY(-10px) rotate(calc(var(--yma-sticky-note-rotation,0deg) + 2.5deg)) scale(1.04)}55%{opacity:1}78%{transform:translateY(1px) rotate(calc(var(--yma-sticky-note-rotation,0deg) - .4deg)) scale(.995)}to{opacity:1;transform:rotate(var(--yma-sticky-note-rotation,0deg))}}@media (prefers-reduced-motion:reduce){html.yma-motion [data-reveal].is-revealed .yma-sticky-note{animation:none!important}}@media (width<=600px){.yma-sticky-note{width:240px;height:200px;padding:1.5rem}.yma-sticky-note__text{font-size:1.125rem}.yma-sticky-note__tape{width:70px;height:22px;top:-11px}}.yma-about-hero{color:#fff;background:#000;padding:4rem 2.5rem 5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.yma-about-hero,.yma-about-hero *,.yma-about-hero :before,.yma-about-hero :after{box-sizing:border-box}.yma-about-hero__inner{grid-template-columns:55fr 45fr;align-items:stretch;gap:2rem;max-width:1400px;min-height:520px;margin:0 auto;display:grid}.yma-about-hero__left{flex-direction:column;justify-content:flex-start;min-width:0;display:flex}.yma-about-hero__eyebrow{letter-spacing:.1em;color:#2d9f5e;text-transform:uppercase;margin:0 0 1.5rem;font-size:.875rem;font-weight:600}.yma-about-hero__headline{letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin:0 0 2rem;font-size:96px;font-weight:700;line-height:1.1}@media (width<=1023px){.yma-about-hero__headline{font-size:clamp(64px,8vw,96px)}}@media (width<=768px){.yma-about-hero__headline{font-size:clamp(48px,12vw,64px)}}.yma-about-hero__headline-line{white-space:nowrap;display:block}.yma-about-hero__headline-rise{display:block}.yma-about-hero__headline-line+.yma-about-hero__headline-line{margin-top:.04em}.yma-about-hero__headline-accent{text-underline-offset:4px;-webkit-text-decoration:underline #2d9f5e;text-decoration:underline #2d9f5e;text-decoration-thickness:4px}.yma-about-hero__subhead{color:#ffffffbf;max-width:520px;margin:0;font-size:1.25rem;font-weight:400;line-height:1.6}.yma-about-hero__cta{color:#fff;align-self:flex-start;align-items:center;gap:.5rem;margin-top:2rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.yma-about-hero__cta-label{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px;transition:text-decoration-thickness .15s}.yma-about-hero__cta:hover{color:#2d9f5e}.yma-about-hero__cta:hover .yma-about-hero__cta-label{text-decoration-thickness:2px}.yma-about-hero__cta:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid #2d9f5e}.yma-about-hero__cta-arrow{transition:transform .15s;display:inline-block}.yma-about-hero__cta:hover .yma-about-hero__cta-arrow{transform:translate(2px)}.yma-about-hero__right{min-height:520px;position:relative}.yma-about-hero__photo{object-fit:contain;transform-origin:100% 100%;width:auto;max-width:100%;height:auto;max-height:100%;display:block;position:absolute;bottom:0;right:0;transform:scale(1);-webkit-mask-image:radial-gradient(78% 90% at 50% 55%,#000 55%,#0009 80%,#0000 100%);mask-image:radial-gradient(78% 90% at 50% 55%,#000 55%,#0009 80%,#0000 100%)}.yma-about-hero__postmark{z-index:2;transform-origin:50%;pointer-events:none;filter:drop-shadow(0 4px 10px #00000059);width:160px;height:160px;position:absolute;top:1rem;right:1rem;transform:rotate(-12deg)}.yma-about-hero__postmark-svg{width:100%;height:100%;display:block;overflow:visible}.yma-about-hero__postmark-ring-outer,.yma-about-hero__postmark-ring-inner{fill:none;stroke:#2d9f5e;stroke-width:2px}.yma-about-hero__postmark-ring-outer{stroke-width:2.5px}.yma-about-hero__postmark-text{fill:#2d9f5e;letter-spacing:.22em;text-transform:uppercase;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11.5px;font-weight:700}.yma-about-hero__postmark-center-text{fill:#2d9f5e;letter-spacing:.15em;text-transform:uppercase;text-anchor:middle;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:9px;font-weight:700}.yma-about-hero__postmark-star{fill:#2d9f5e}.yma-about-hero__postmark-divider{stroke:#2d9f5e;stroke-width:1.5px;stroke-linecap:round}@media (width<=900px){.yma-about-hero__inner{grid-template-columns:1fr;gap:0;min-height:0}.yma-about-hero__left{display:contents}.yma-about-hero__subhead{margin-bottom:2rem}.yma-about-hero__cta{order:1;justify-self:end;margin-top:1.5rem}.yma-about-hero__right{justify-content:center;min-height:0;display:flex}.yma-about-hero__photo{max-width:100%;max-height:none;margin:0 auto;position:static;transform:none}.yma-about-hero__postmark{width:120px;height:120px;top:.5rem;right:.5rem}}@media (width<=768px){.yma-about-hero{padding:3rem 1.5rem 4rem}.yma-about-hero__subhead{font-size:1.0625rem}}@media (width<=600px){.yma-about-hero__postmark{display:none}}@supports (animation-timeline:view()){@media (width>=901px){.yma-about-hero__photo{animation-name:yma-about-hero-photo-parallax;animation-duration:1ms;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:view()}}}@keyframes yma-about-hero-photo-parallax{0%{transform:translateY(-3%)}to{transform:translateY(3%)}}@media (prefers-reduced-motion:reduce){.yma-about-hero__photo{animation:none}}.yma-about-hero__headline-line:first-child{--yma-about-hero-delay:.12s}.yma-about-hero__headline-line:nth-child(2){--yma-about-hero-delay:.21s}.yma-about-hero__headline-line:nth-child(3){--yma-about-hero-delay:.3s}.yma-about-hero--enter .yma-about-hero__headline-line{animation:.85s cubic-bezier(.16,1,.3,1) both yma-about-hero-line-mask;animation-delay:var(--yma-about-hero-delay,0s)}.yma-about-hero--enter .yma-about-hero__headline-rise{animation:.85s cubic-bezier(.16,1,.3,1) both yma-about-hero-line-rise;animation-delay:var(--yma-about-hero-delay,0s)}@keyframes yma-about-hero-line-mask{0%,86%{clip-path:inset(-.25em -.25em 0)}to{clip-path:inset(-.25em -.25em -1em)}}@keyframes yma-about-hero-line-rise{0%{transform:translateY(108%)}to{transform:none}}.yma-about-hero--enter .yma-about-hero__eyebrow{--yma-about-hero-rise:14px;animation:.7s cubic-bezier(.16,1,.3,1) both yma-about-hero-rise-fade}.yma-about-hero--enter .yma-about-hero__subhead{--yma-about-hero-rise:22px;animation:.8s cubic-bezier(.16,1,.3,1) .52s both yma-about-hero-rise-fade}.yma-about-hero--enter .yma-about-hero__cta{--yma-about-hero-rise:18px;animation:.8s cubic-bezier(.16,1,.3,1) .66s both yma-about-hero-rise-fade}@keyframes yma-about-hero-rise-fade{0%{opacity:0;transform:translateY(var(--yma-about-hero-rise,20px))}to{opacity:1;transform:none}}.yma-about-hero--enter .yma-about-hero__right{transform-origin:80% 80%;animation:1s cubic-bezier(.16,1,.3,1) .45s both yma-about-hero-photo-in}@keyframes yma-about-hero-photo-in{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:none}}.yma-about-hero--enter .yma-about-hero__postmark{animation:.55s cubic-bezier(.34,1.56,.64,1) 1.1s both yma-about-hero-postmark-stamp}@keyframes yma-about-hero-postmark-stamp{0%{opacity:0;transform:rotate(-12deg)scale(1.35)}60%{opacity:1}to{opacity:1;transform:rotate(-12deg)scale(1)}}@media (width<=768px){.yma-about-hero--enter .yma-about-hero__subhead{--yma-about-hero-rise:14px}.yma-about-hero--enter .yma-about-hero__cta{--yma-about-hero-rise:12px}}@media (prefers-reduced-motion:reduce){.yma-about-hero,.yma-about-hero *,.yma-about-hero :before,.yma-about-hero :after{animation:none!important}}.yma-polaroid{isolation:isolate;will-change:transform;background:#fff repeating-linear-gradient(45deg,#00000002 0 1px,#0000 1px 4px);border-radius:2px;width:320px;margin:0;padding:18px 18px 64px;display:inline-block;position:relative;box-shadow:0 12px 32px #00000026,0 4px 8px #00000014}.yma-polaroid,.yma-polaroid *,.yma-polaroid :before,.yma-polaroid :after{box-sizing:border-box}.yma-polaroid:after{content:"";filter:blur(8px);z-index:-1;background:#0000001a;border-radius:50%;height:10px;position:absolute;bottom:-6px;left:6%;right:6%}.yma-polaroid__photo-frame{aspect-ratio:4/3;background:#f5f5f5;width:100%;display:block;position:relative;overflow:hidden}.yma-polaroid__photo-frame:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #0000000a}.yma-polaroid__photo{object-fit:cover;width:100%;height:100%;display:block}.yma-polaroid__caption{letter-spacing:0;color:#000000d9;text-align:center;justify-content:center;align-items:center;height:64px;padding:0 1rem;font-family:Kalam,Caveat,Bradley Hand,Segoe Script,cursive;font-size:1.125rem;font-weight:700;line-height:1.2;display:flex;position:absolute;bottom:0;left:0;right:0}.yma-polaroid__caption img{object-fit:contain;max-width:100%;max-height:100%;display:block}@supports (animation-timeline:view()){.yma-polaroid__photo{animation-name:yma-polaroid-photo-parallax;animation-duration:1ms;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:view()}}@keyframes yma-polaroid-photo-parallax{0%{transform:translateY(-5%)scale(1.12)}to{transform:translateY(5%)scale(1.12)}}@media (prefers-reduced-motion:reduce){.yma-polaroid__photo{animation:none}}html.yma-motion [data-reveal].is-revealed .yma-polaroid{animation:yma-polaroid-settle .65s cubic-bezier(.22, 1, .36, 1) calc(var(--yma-reveal-delay,0s) + .16s) both}@keyframes yma-polaroid-settle{0%{opacity:0;transform:translateY(-14px) rotate(calc(var(--yma-polaroid-rotation,0deg) - 2.5deg)) scale(1.03)}55%{opacity:1}80%{transform:translateY(1px) rotate(calc(var(--yma-polaroid-rotation,0deg) + .4deg)) scale(.997)}to{opacity:1;transform:rotate(var(--yma-polaroid-rotation,0deg))}}@media (prefers-reduced-motion:reduce){html.yma-motion [data-reveal].is-revealed .yma-polaroid{animation:none!important}}@media (width<=600px){.yma-polaroid{width:280px;padding:16px 16px 56px}.yma-polaroid__caption{height:56px;font-size:1rem}}.yma-blog-index{color:#000;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.yma-blog-index,.yma-blog-index *,.yma-blog-index :before,.yma-blog-index :after{box-sizing:border-box}.yma-blog-index__container{max-width:1200px;margin:0 auto}.yma-blog-index__hero{background:#000;padding:6rem 2.5rem 4rem}.yma-blog-index__eyebrow{letter-spacing:.1em;color:#2d9f5e;text-transform:uppercase;margin:0 0 1rem;font-size:.875rem;font-weight:600}.yma-blog-index__title{letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin:0;font-size:80px;font-weight:700;line-height:1.1}@media (width<=1023px){.yma-blog-index__title{font-size:clamp(64px,8vw,96px)}}@media (width<=768px){.yma-blog-index__title{font-size:clamp(48px,12vw,64px)}}.yma-blog-index__subhead{color:#ffffffb3;max-width:720px;margin:1.5rem 0 0;font-size:1.125rem;font-weight:400;line-height:1.6}.yma-blog-index__hero-actions{flex-wrap:wrap;align-items:center;gap:.875rem;margin-top:2rem;display:flex}@media (width<=480px){.yma-blog-index__hero-actions{flex-direction:column;align-items:stretch;gap:.75rem}.yma-blog-index__hero-actions .yma-btn{width:100%;display:flex}}.yma-blog-index__filters{background:#fff;padding:2.5rem 2.5rem 1.5rem}.yma-blog-index__chip-row{flex-wrap:wrap;gap:.5rem;display:flex}.yma-blog-index__chip{appearance:none;letter-spacing:.1em;text-transform:uppercase;color:#666;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #e5e5e5;border-radius:999px;padding:.5rem 1rem;font-family:inherit;font-size:.75rem;font-weight:600;line-height:1;transition:color .15s,border-color .15s,background-color .15s}.yma-blog-index__chip:hover{color:#000;background:#f5f5f5;border-color:#a3a3a3}.yma-blog-index__chip--active{color:#fff;background:#2d9f5e;border-color:#2d9f5e}.yma-blog-index__chip--active:hover{color:#fff;background:#248950;border-color:#248950}.yma-blog-index__chip:focus-visible{outline-offset:2px;outline:2px solid #2d9f5e}.yma-blog-index__featured-section{background:#fff;padding:1.5rem 2.5rem 4rem}.yma-blog-index__featured{color:inherit;background:#fff;border-radius:8px;grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;text-decoration:none;display:grid}.yma-blog-index__featured:focus-visible{outline-offset:4px;outline:2px solid #2d9f5e}.yma-blog-index__featured-image-wrap{aspect-ratio:16/10;background:#f5f5f5;border-radius:8px;position:relative;overflow:hidden}.yma-blog-index__featured-image{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block;transform:scale(1)}.yma-blog-index__image-shade{opacity:0;pointer-events:none;z-index:1;background:linear-gradient(#0000 55%,#00000047);transition:opacity .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.yma-blog-index__featured:hover .yma-blog-index__featured-image,.yma-blog-index__featured:focus-visible .yma-blog-index__featured-image{transform:scale(1.05)}.yma-blog-index__featured:hover .yma-blog-index__image-shade,.yma-blog-index__featured:focus-visible .yma-blog-index__image-shade{opacity:1}.yma-blog-index__title-sweep{color:inherit;background-image:linear-gradient(#2d9f5e,#2d9f5e);background-position:0 100%;background-repeat:no-repeat;background-size:0% 2px;padding-bottom:3px;transition:background-size .4s cubic-bezier(.16,1,.3,1)}.yma-blog-index__featured:hover .yma-blog-index__title-sweep,.yma-blog-index__featured:focus-visible .yma-blog-index__title-sweep,.yma-blog-index__card:hover .yma-blog-index__title-sweep,.yma-blog-index__card:focus-visible .yma-blog-index__title-sweep{background-size:100% 2px}.yma-blog-index__featured-eyebrow{letter-spacing:.1em;color:#2d9f5e;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:600}.yma-blog-index__featured-title{color:#000;margin:0 0 1rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;line-height:1.2}.yma-blog-index__featured-excerpt{color:#666;margin:0 0 1.5rem;font-size:1.0625rem;font-weight:400;line-height:1.6}.yma-blog-index__featured-meta{color:#737373;margin:0;font-size:.875rem}.yma-blog-index__featured-cta{color:#000;white-space:nowrap;background:0 0;border:1px solid #e5e5e5;border-radius:6px;justify-content:center;align-items:center;margin-top:1.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:500;line-height:1;transition:border-color .2s,color .2s;display:inline-flex}.yma-blog-index__featured:hover .yma-blog-index__featured-cta,.yma-blog-index__featured:focus-visible .yma-blog-index__featured-cta{border-color:#000}.yma-blog-index__featured-cta-arrow{margin-left:.5rem;line-height:1;transition:transform .4s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translate(0)}.yma-blog-index__featured:hover .yma-blog-index__featured-cta-arrow,.yma-blog-index__featured:focus-visible .yma-blog-index__featured-cta-arrow{transform:translate(4px)}.yma-blog-index__grid-section{background:#fff;padding:0 2.5rem 6rem}.yma-blog-index__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;display:grid}.yma-blog-index__card{color:inherit;background:#fff;flex-direction:column;text-decoration:none;display:flex}.yma-blog-index__card[hidden]{display:none}.yma-blog-index__card:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #2d9f5e}.yma-blog-index__card-image-wrap{aspect-ratio:4/3;background:#f5f5f5;border-radius:8px;position:relative;overflow:hidden}.yma-blog-index__card-image{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block;transform:scale(1)}.yma-blog-index__card:hover .yma-blog-index__card-image,.yma-blog-index__card:focus-visible .yma-blog-index__card-image{transform:scale(1.05)}.yma-blog-index__card:hover .yma-blog-index__image-shade,.yma-blog-index__card:focus-visible .yma-blog-index__image-shade{opacity:1}.yma-blog-index__card-eyebrow{letter-spacing:.1em;color:#2d9f5e;text-transform:uppercase;margin:1rem 0 .5rem;font-size:.75rem;font-weight:600}.yma-blog-index__card-title{color:#000;margin:0 0 .5rem;font-size:1.125rem;font-weight:600;line-height:1.3}.yma-blog-index__card-arrow{color:#2d9f5e;margin-left:.5rem;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translate(0)}.yma-blog-index__card:hover .yma-blog-index__card-arrow,.yma-blog-index__card:focus-visible .yma-blog-index__card-arrow{transform:translate(4px)}.yma-blog-index__card-excerpt{color:#666;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:.9375rem;font-weight:400;line-height:1.5;display:-webkit-box;overflow:hidden}.yma-blog-index__card-meta{color:#a3a3a3;margin:0;font-size:.8125rem}.yma-blog-index__empty{text-align:center;color:#737373;grid-column:1/-1;margin:0;padding:3rem 0;font-size:1rem}@media (prefers-reduced-motion:reduce){.yma-blog-index__chip,.yma-blog-index__featured-image,.yma-blog-index__card-image,.yma-blog-index__image-shade,.yma-blog-index__title-sweep,.yma-blog-index__card-arrow,.yma-blog-index__featured-cta,.yma-blog-index__featured-cta-arrow{transition:none}.yma-blog-index__featured:hover .yma-blog-index__featured-image,.yma-blog-index__featured:focus-visible .yma-blog-index__featured-image,.yma-blog-index__card:hover .yma-blog-index__card-image,.yma-blog-index__card:focus-visible .yma-blog-index__card-image,.yma-blog-index__featured:hover .yma-blog-index__featured-cta-arrow,.yma-blog-index__featured:focus-visible .yma-blog-index__featured-cta-arrow,.yma-blog-index__card:hover .yma-blog-index__card-arrow,.yma-blog-index__card:focus-visible .yma-blog-index__card-arrow{transform:none}}@media (width<=900px){.yma-blog-index__featured{grid-template-columns:1fr;gap:1.5rem}.yma-blog-index__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}@media (width<=768px){.yma-blog-index__hero{padding:4rem 1.5rem 3rem}.yma-blog-index__filters{padding:2rem 1.5rem 1rem}.yma-blog-index__featured-section{padding:1rem 1.5rem 3rem}.yma-blog-index__grid-section{padding:0 1.5rem 4rem}}@media (width<=600px){.yma-blog-index__grid{grid-template-columns:1fr;gap:2rem}}.yma-article{--yma-nav-height:72px;color:#1a1a1a;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.yma-article,.yma-article *,.yma-article :before,.yma-article :after{box-sizing:border-box}.yma-article__progress{top:var(--yma-nav-height);z-index:99;pointer-events:none;background:#0000000d;height:3px;display:none;position:fixed;left:0;right:0}@supports (animation-timeline:scroll(root)){.yma-article__progress{display:block}.yma-article__progress-fill{transform-origin:0;background:#2d9f5e;width:100%;height:100%;animation-name:yma-article-progress-grow;animation-duration:1ms;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:scroll(root);transform:scaleX(0)}}@keyframes yma-article-progress-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.yma-article__hero{background:#000;padding:4rem 2.5rem 5rem}.yma-article__hero-inner{grid-template-columns:60% 40%;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.yma-article__hero--single-column .yma-article__hero-inner{grid-template-columns:1fr}.yma-article__hero-inner:has([data-yma-article-illustration][hidden]){grid-template-columns:1fr}.yma-article__back{color:#2d9f5e;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.yma-article__back:hover,.yma-article__back:focus-visible{color:#fff}.yma-article__back:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid #2d9f5e}.yma-article__back-arrow{line-height:1;display:inline-block}.yma-article__category{letter-spacing:.1em;color:#2d9f5e;text-transform:uppercase;margin:0 0 1.25rem;font-size:.8125rem;font-weight:600}.yma-article__title{letter-spacing:-.02em;color:#fff;margin:0 0 1.5rem;font-size:clamp(2rem,4.5vw,3.5rem);font-weight:700;line-height:1.15}.yma-article__subtitle{color:#ffffffb3;margin:0 0 2rem;font-size:1.125rem;font-weight:400;line-height:1.5}.yma-article__subtitle:empty{margin:0;display:none}.yma-article__author{align-items:center;gap:.875rem;display:flex}.yma-article__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px;display:block}.yma-article__author-text{flex-direction:column;min-width:0;display:flex}.yma-article__author-name{color:#fff;margin:0;font-size:.9375rem;font-weight:600;line-height:1.4}.yma-article__author-name span{font-weight:600}.yma-article__author-meta{color:#fff9;margin:0;font-size:.8125rem;font-weight:400;line-height:1.4}.yma-article__hero-illustration{justify-content:center;align-items:center;display:flex}.yma-article__hero-illustration[hidden]{display:none}.yma-article__hero-illustration img,.yma-article__hero-illustration svg{max-width:100%;height:auto;max-height:400px}.yma-article__body-section{background:#fff;padding:4rem 2.5rem}.yma-article__body-inner{grid-template-columns:62% 38%;align-items:start;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.yma-article__body{color:#1a1a1a;min-width:0;max-width:720px}.yma-article__body>:first-child{margin-top:0}.yma-article__body p{color:#1a1a1a;margin:0 0 1.5rem;font-size:1.0625rem;font-weight:400;line-height:1.7}.yma-article__body>p:first-child{font-size:1.1875rem;line-height:1.65}.yma-article__body h2{letter-spacing:-.01em;color:#000;scroll-margin-top:calc(var(--yma-nav-height) + 1.5rem);margin:3.5rem 0 1.25rem;font-size:1.625rem;font-weight:700;line-height:1.25}.yma-article__body h2:first-child{margin-top:0}.yma-article__body h2:focus:not(:focus-visible){outline:none}.yma-article__body h3{color:#000;margin:2.25rem 0 .75rem;font-size:1.25rem;font-weight:600;line-height:1.3}.yma-article__body h2+h3{margin-top:1.25rem}.yma-article__body h4{color:#000;margin:2rem 0 .5rem;font-size:1.0625rem;font-weight:600}.yma-article__body a:not(.yma-btn){color:#238549;text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;transition:color .15s,text-decoration-thickness .15s}.yma-article__body a:not(.yma-btn):hover,.yma-article__body a:not(.yma-btn):focus-visible{color:#2d9f5e;text-decoration-thickness:2px}.yma-article__body strong,.yma-article__body b{color:#000;font-weight:600}.yma-article__body em,.yma-article__body i{font-style:italic}.yma-article__body ul{margin:0 0 1.5rem;padding-left:0;list-style:none}.yma-article__body ul>li{color:#1a1a1a;margin-bottom:.625rem;padding-left:1.75rem;font-size:1.0625rem;line-height:1.7;position:relative}.yma-article__body ul>li:before{content:"";background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Ccircle cx='9' cy='9' r='9' fill='%232D9F5E'/%3E%3Cpath d='M5 9.5l2.5 2.5L13 6.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:18px;height:18px;position:absolute;top:.4rem;left:0}.yma-article__body ol{color:#1a1a1a;margin:0 0 1.5rem;padding-left:1.5rem}.yma-article__body ol>li{margin-bottom:.5rem;font-size:1.0625rem;line-height:1.7}.yma-article__body blockquote{color:#333;border-left:4px solid #2d9f5e;margin:2.5rem 0;padding-left:1.5rem;font-size:1.1875rem;font-style:italic;line-height:1.5}.yma-article__body blockquote p{font-size:inherit;color:inherit;font-style:inherit;line-height:inherit;margin:0}.yma-article__callout{background:#f5f5f5;border-radius:8px;margin:1.5rem 0;padding:1.25rem 1.5rem}.yma-article__callout>:first-child{margin-top:0}.yma-article__callout>:last-child{margin-bottom:0}.yma-article__callout p{margin:0 0 .75rem}.yma-article__callout ul{margin:0}.yma-article__callout ul>li:last-child{margin-bottom:0}.yma-article__body code{background:#f5f5f5;border-radius:4px;padding:.125rem .375rem;font-family:SFMono-Regular,Menlo,Consolas,Courier New,monospace;font-size:.9em}.yma-article__body pre{color:#fff;background:#1a1a1a;border-radius:8px;margin:1.5rem 0;padding:1.25rem 1.5rem;font-size:.875rem;line-height:1.6;overflow-x:auto}.yma-article__body pre code{color:inherit;font-size:inherit;background:0 0;border-radius:0;padding:0}.yma-article__body img{border-radius:8px;max-width:100%;height:auto;margin:2rem 0;display:block}.yma-article__body hr{border:none;border-top:1px solid #e5e5e5;margin:3rem 0}.yma-article__sidebar{flex-direction:column;gap:1.5rem;min-width:0;display:flex}@media (width>=901px){.yma-article__sidebar{top:calc(var(--yma-nav-height) + 2rem);max-height:calc(100vh - var(--yma-nav-height) - 4rem);position:sticky;overflow-y:auto}}.yma-article__toc[hidden]{display:none}.yma-article__toc{background:#f5f5f5;border-radius:12px;padding:1.5rem}.yma-article__toc-heading,.yma-article__related-heading{color:#000;margin:0 0 1rem;font-size:1.0625rem;font-weight:700;line-height:1.3}.yma-article__toc-list{counter-reset:yma-toc;margin:0;padding:0;list-style:none}.yma-article__toc-list li{margin-bottom:.625rem;font-size:.9375rem;line-height:1.5}.yma-article__toc-list li:last-child{margin-bottom:0}.yma-article__toc-list a{color:#333;text-decoration:none;transition:color .15s}.yma-article__toc-list a:hover,.yma-article__toc-list a:focus-visible,.yma-article__toc-list a.is-active{color:#2d9f5e}.yma-article__toc-list a:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #2d9f5e}.yma-article__related-sidebar{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem}.yma-article__related-heading{margin-bottom:1.25rem}.yma-article__related-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.yma-article__related-card{color:inherit;align-items:flex-start;gap:.875rem;text-decoration:none;display:flex}.yma-article__related-card:focus-visible{outline-offset:4px;border-radius:4px;outline:2px solid #2d9f5e}.yma-article__related-card-frame{background:#f5f5f5;border-radius:6px;flex-shrink:0;width:80px;height:80px;display:block;overflow:hidden}.yma-article__related-card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block;transform:scale(1)}.yma-article__related-card-text{flex-direction:column;gap:.25rem;min-width:0;display:flex}.yma-article__related-card-title{color:#000;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.yma-article__related-card-title-text{color:#000;background-image:linear-gradient(#2d9f5e,#2d9f5e);background-position:0 100%;background-repeat:no-repeat;background-size:0% 2px;padding-bottom:2px;transition:background-size .4s cubic-bezier(.16,1,.3,1)}.yma-article__related-card-arrow{color:#2d9f5e;transition:transform .4s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translate(0)}.yma-article__related-card:hover .yma-article__related-card-image,.yma-article__related-card:focus-visible .yma-article__related-card-image{transform:scale(1.06)}.yma-article__related-card:hover .yma-article__related-card-title-text,.yma-article__related-card:focus-visible .yma-article__related-card-title-text{background-size:100% 2px}.yma-article__related-card:hover .yma-article__related-card-arrow,.yma-article__related-card:focus-visible .yma-article__related-card-arrow{transform:translate(4px)}.yma-article__related-card-meta{color:#737373;margin:0;font-size:.75rem;line-height:1.3;display:block}.yma-article__body .yma-article__cta-aside{border-left:3px solid #2d9f5e;margin:1.75rem 0;padding:.25rem 0 .25rem 1.25rem}.yma-article__body .yma-article__cta-aside p{color:#1a1a1a;margin:0;font-size:1.0625rem;line-height:1.7}.yma-article__body .yma-article__cta-aside strong{color:#000}.yma-article__cta-aside-link{color:#2d9f5e;white-space:nowrap;font-weight:600;text-decoration:none}.yma-article__cta-aside-link:hover{text-decoration:underline}.yma-article__body .yma-article__cta-tint{background:#2d9f5e14;border-left:4px solid #2d9f5e;border-radius:0 12px 12px 0;margin:2rem 0;padding:1.75rem 2rem}.yma-article__body .yma-article__cta-tint-heading{color:#0a3b22;margin:0 0 .4rem;font-size:1.25rem;font-weight:700;line-height:1.3}.yma-article__body .yma-article__cta-tint-body{color:#2a4a38;margin:0 0 1.25rem;font-size:1rem;line-height:1.6}@media (width<=700px){.yma-article__body .yma-article__cta-tint .yma-btn{width:100%}}.yma-article__body .yma-article__end{margin:3.5rem 0 .5rem;display:flex}.yma-article__end-rule{transform-origin:0;background:#2d9f5e;border-radius:2px;width:72px;height:3px;display:block}html.yma-motion .yma-article__end[data-reveal] .yma-article__end-rule{transition:transform .6s cubic-bezier(.16,1,.3,1) .15s;transform:scaleX(0)}html.yma-motion .yma-article__end[data-reveal].is-revealed .yma-article__end-rule{transform:scaleX(1)}@media (width<=900px){.yma-article__hero-inner{grid-template-columns:1fr;gap:2rem}.yma-article__body-inner{grid-template-columns:1fr;gap:3rem}.yma-article__toc{display:none}.yma-article__body{max-width:100%}.yma-article__body p,.yma-article__body ul>li,.yma-article__body ol>li{font-size:1rem}.yma-article__body>p:first-child{font-size:1.0625rem}.yma-article__body h2{font-size:1.375rem}}@media (width<=768px){.yma-article__hero{padding:3rem 1.5rem 4rem}.yma-article__body-section{padding:3rem 1.5rem}}@media (prefers-reduced-motion:reduce){.yma-article__related-card-image,.yma-article__related-card-title-text,.yma-article__related-card-arrow{transition:none}.yma-article__related-card:hover .yma-article__related-card-image,.yma-article__related-card:focus-visible .yma-article__related-card-image,.yma-article__related-card:hover .yma-article__related-card-arrow,.yma-article__related-card:focus-visible .yma-article__related-card-arrow{transform:none}html.yma-motion .yma-article__end[data-reveal] .yma-article__end-rule{transition:none;transform:none}}.yma-belief-block{color:#fff;background:#000;min-height:360px;padding:2.25rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative}.yma-belief-block,.yma-belief-block *,.yma-belief-block :before,.yma-belief-block :after{box-sizing:border-box}.yma-belief-block__inner{grid-template-columns:minmax(0,4fr) minmax(0,2.5fr) minmax(0,3.5fr);align-items:center;gap:3rem;max-width:1400px;margin:0 auto;display:grid}.yma-belief-block__mid{min-width:0}.yma-belief-block__left{flex-direction:column;min-width:0;display:flex}.yma-belief-block__eyebrow{letter-spacing:.16em;color:#2d9f5e;text-transform:uppercase;margin:0 0 1rem;font-size:.75rem;font-weight:600}.yma-belief-block--no-eyebrow .yma-belief-block__eyebrow{display:none}.yma-belief-block__headline{letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.05}.yma-belief-block__headline-line{display:block}.yma-belief-block__headline-line+.yma-belief-block__headline-line{margin-top:.1em}.yma-belief-block__headline-line--accent{color:#2d9f5e;padding-bottom:10px;line-height:1;display:inline-block;position:relative}.yma-belief-block__headline-line--accent:after{content:"";background:#fff;width:100%;height:4px;position:absolute;bottom:0;left:0}.yma-belief-block__headline-accent{color:#2d9f5e}.yma-belief-block__headline-scribble{display:none}html.yma-motion .yma-belief-block .yma-belief-block__headline[data-reveal]{transition-duration:.9s}html.yma-motion .yma-belief-block .yma-belief-block__headline[data-reveal]:not(.is-revealed){transform:translateY(36px)}html.yma-motion .yma-belief-block .yma-belief-block__headline[data-reveal] .yma-belief-block__headline-line--accent:after{transform-origin:0;transition:transform .6s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--yma-reveal-delay,0s) + .95s);transform:scaleX(0)}html.yma-motion .yma-belief-block .yma-belief-block__headline[data-reveal].is-revealed .yma-belief-block__headline-line--accent:after{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.yma-belief-block__headline-line--accent:after{transition:none!important;transform:none!important}}.yma-belief-block__body{color:#fffc;max-width:360px;margin:0;font-size:1.125rem;font-weight:400;line-height:1.6}.yma-belief-block--no-body .yma-belief-block__body{display:none}.yma-belief-block__list{flex-direction:column;gap:.65rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.yma-belief-block--no-list .yma-belief-block__list{display:none}.yma-belief-block__list-item{color:#fff;align-items:flex-start;gap:.65rem;font-size:.9375rem;line-height:1.4;display:flex}.yma-belief-block__tick{color:#2d9f5e;flex-shrink:0;width:18px;height:18px;margin-top:.1em;display:block}.yma-belief-block__right{justify-content:center;align-items:center;min-width:0;display:flex}.yma-belief-block--no-photo .yma-belief-block__right{display:none}.yma-belief-block--no-photo .yma-belief-block__inner{grid-template-columns:minmax(0,1fr)}.yma-belief-block__photo-wrap{width:100%;max-width:480px;position:relative;overflow:visible}.yma-belief-block__photo{filter:grayscale()contrast(1.05);border-radius:12px;width:100%;height:auto;display:block}@media (width>=901px){.yma-belief-block__photo-wrap{width:auto}.yma-belief-block__photo{width:auto;height:300px}}.yma-belief-block__photo-label{color:#2d9f5e;pointer-events:none;transform-origin:0 100%;z-index:2;align-items:flex-end;gap:.25rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;transform:rotate(-8deg)}.yma-belief-block__photo-label-text{color:#2d9f5e;white-space:nowrap;text-shadow:0 1px 2px #0000008c,0 0 6px #0006;font-family:Kalam,Caveat,Comic Sans MS,cursive;font-size:1.5rem;font-weight:700;line-height:1}.yma-belief-block__photo-arrow{color:#2d9f5e;flex-shrink:0;width:60px;height:50px;margin:0 0 .25rem .15rem;display:block}@media (width<=900px){.yma-belief-block{min-height:0;padding:4.5rem 2rem}.yma-belief-block__inner{grid-template-columns:minmax(0,1fr);gap:2.5rem}.yma-belief-block__body{max-width:none}}@media (width<=600px){.yma-belief-block{padding:4rem 1.5rem}.yma-belief-block__inner{gap:2rem}.yma-belief-block__body{font-size:1rem}.yma-belief-block__photo-label{bottom:1rem;left:1rem}.yma-belief-block__photo-label-text{font-size:1.25rem}.yma-belief-block__photo-arrow{width:48px;height:40px}}.yma-process-timeline{color:#000;background:#fff;padding:6rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative}.yma-process-timeline,.yma-process-timeline *,.yma-process-timeline :before,.yma-process-timeline :after{box-sizing:border-box}.yma-process-timeline__inner{grid-template-columns:minmax(0,45fr) minmax(0,55fr);align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:0;display:grid}.yma-process-timeline__head{text-align:left;margin:0}.yma-process-timeline__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#2d9f5e;margin:0 0 1.25rem;font-size:.75rem;font-weight:600;line-height:1}.yma-process-timeline__eyebrow:empty{display:none}.yma-process-timeline__heading{letter-spacing:-.02em;text-transform:uppercase;color:#000;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.05}.yma-process-timeline__heading-line{display:block}.yma-process-timeline__heading-accent{color:#2d9f5e;display:inline-block}.yma-process-timeline__subhead{color:#555;margin:.9rem 0 0;font-size:1rem;font-weight:400;line-height:1.55}.yma-process-timeline__subhead:empty,.yma-process-timeline__heading:empty{display:none}@media (width>=901px){.yma-process-timeline--stacked .yma-process-timeline__inner{grid-template-columns:minmax(0,1fr);gap:3.5rem}.yma-process-timeline--stacked .yma-process-timeline__heading-line{display:inline}.yma-process-timeline--stacked .yma-process-timeline__heading-line+.yma-process-timeline__heading-line:before{content:" "}}.yma-process-timeline__list{grid-template-columns:repeat(var(--yma-process-cols,3), minmax(0, 1fr));gap:0;margin:0;padding:0;list-style:none;display:grid;position:relative}.yma-process-timeline__item{text-align:left;z-index:1;border-right:1px solid #e5e5e5;flex-direction:column;align-items:flex-start;padding:0 1.5rem;display:flex;position:relative}.yma-process-timeline__item:first-child{padding-left:0}.yma-process-timeline__item:last-child{border-right:none;padding-right:0}.yma-process-timeline__icon{color:#2d9f5e;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin:0 0 1rem;transition:transform .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.yma-process-timeline__item:hover .yma-process-timeline__icon{transform:translateY(-2px)}.yma-process-timeline__icon svg{width:100%;height:100%;display:block}.yma-process-timeline__num{color:#2d9f5e;letter-spacing:.02em;font-variant-numeric:tabular-nums;background:#fff;border:2px solid #2d9f5e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin:0 0 1.5rem;font-size:1.0625rem;font-weight:700;line-height:1;transition:background-color .25s,color .25s,transform .25s cubic-bezier(.16,1,.3,1);display:flex}.yma-process-timeline__item:hover .yma-process-timeline__num{color:#fff;background:#2d9f5e;transform:translateY(-2px)}.yma-process-timeline__title{letter-spacing:.02em;text-transform:uppercase;color:#2d9f5e;margin:0 0 1rem;font-size:1rem;font-weight:700;line-height:1.2}.yma-process-timeline__title-line{display:block}.yma-process-timeline__desc{color:#666;margin:0;font-size:.9375rem;font-weight:400;line-height:1.6}@media (width<=900px){.yma-process-timeline{padding:4rem 2rem}.yma-process-timeline__inner{grid-template-columns:minmax(0,1fr);gap:2.5rem}.yma-process-timeline__head{max-width:640px;margin-bottom:0}.yma-process-timeline__list{grid-template-columns:1fr;row-gap:2.25rem}.yma-process-timeline__item{border-bottom:1px solid #e5e5e5;border-right:none;padding:0 0 2.25rem}.yma-process-timeline__item:last-child{border-bottom:none;padding-bottom:0}.yma-process-timeline__num{margin-bottom:1rem}.yma-process-timeline__title-line{display:inline}.yma-process-timeline__title-line+.yma-process-timeline__title-line:before{content:" "}}@media (width<=600px){.yma-process-timeline{padding:4rem 1.5rem}.yma-process-timeline__heading{font-size:clamp(1.875rem,8vw,2.5rem)}.yma-process-timeline__eyebrow{margin-bottom:1rem;font-size:.6875rem}.yma-process-timeline__subhead{font-size:.9375rem}.yma-process-timeline__num{width:52px;height:52px;font-size:.9375rem}}html.yma-motion .yma-process-timeline__item{border-right-color:#0000}html.yma-motion .yma-process-timeline__item:after{content:"";border-right-width:inherit;border-right-style:inherit;transform-origin:top;width:0;transition:transform .9s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--yma-reveal-delay,0s) + .45s);pointer-events:none;border-right-color:#e5e5e5;position:absolute;top:0;bottom:0;right:-1px;transform:scaleY(0)}html.yma-motion .yma-process-timeline__item.is-revealed:after{transform:scaleY(1)}@media (width<=900px){html.yma-motion .yma-process-timeline__item{border-bottom-color:#0000;border-right-color:#e5e5e5}html.yma-motion .yma-process-timeline__item:after{border-right:none;border-bottom-width:inherit;border-bottom-style:inherit;transform-origin:0;border-bottom-color:#e5e5e5;width:auto;height:0;inset:auto 0 -1px;transform:scaleX(0)}html.yma-motion .yma-process-timeline__item.is-revealed:after{transform:scaleX(1)}}@keyframes yma-process-badge-pop{0%{opacity:0;transform:scale(.5)}62%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}html.yma-motion .yma-process-timeline__item.is-revealed .yma-process-timeline__num,html.yma-motion .yma-process-timeline__item.is-revealed .yma-process-timeline__icon{animation:.45s cubic-bezier(.34,1.56,.64,1) backwards yma-process-badge-pop;animation-delay:calc(var(--yma-reveal-delay,0s) + .18s)}@media (prefers-reduced-motion:reduce){.yma-process-timeline__item:after{transition:none!important;transform:none!important}.yma-process-timeline__num,.yma-process-timeline__icon{transition:none!important;animation:none!important;transform:none!important}}.yma-contact-hero{color:#fff;background:#000;padding:4rem 2.5rem 5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.yma-contact-hero,.yma-contact-hero *,.yma-contact-hero :before,.yma-contact-hero :after{box-sizing:border-box}.yma-contact-hero__inner{grid-template-columns:55fr 45fr;align-items:center;gap:2rem;max-width:1400px;min-height:480px;margin:0 auto;display:grid}.yma-contact-hero__left{flex-direction:column;justify-content:center;min-width:0;display:flex}.yma-contact-hero__eyebrow{letter-spacing:.1em;color:#2d9f5e;text-transform:uppercase;margin:0 0 1.5rem;font-size:.875rem;font-weight:600}.yma-contact-hero__headline{letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin:0;font-size:96px;font-weight:700;line-height:1.1}@media (width<=1023px){.yma-contact-hero__headline{font-size:clamp(64px,8vw,96px)}}@media (width<=768px){.yma-contact-hero__headline{font-size:clamp(48px,12vw,64px)}}.yma-contact-hero__headline-line{color:#fff;display:block}.yma-contact-hero__headline-accent{color:#fff;text-underline-offset:6px;-webkit-text-decoration:underline #2d9f5e;text-decoration:underline #2d9f5e;text-decoration-thickness:4px;display:inline-block}.yma-contact-hero__actions{flex-wrap:wrap;align-items:center;gap:.875rem;margin-top:2rem;display:flex}@media (width<=480px){.yma-contact-hero__actions{flex-direction:column;align-items:stretch;gap:.75rem}.yma-contact-hero__actions .yma-btn{width:100%;display:flex}}.yma-contact-hero__subhead{color:#ffffffbf;max-width:480px;margin:2rem 0 0;font-size:1.125rem;font-weight:400;line-height:1.6}.yma-contact-hero__right{min-height:480px;position:relative}.yma-contact-hero__thread{width:min(410px,100%);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-1deg)}.yma-contact-hero__bubble{color:#fff;border-radius:20px;max-width:330px;margin:0 0 12px;padding:14px 18px;font-size:1.0625rem;line-height:1.4}.yma-contact-hero__bubble--in{background:#2c2c2e;border-bottom-left-radius:6px;margin-right:auto}.yma-contact-hero__bubble--out{background:#2d9f5e;border-bottom-right-radius:6px;margin-left:auto}.yma-contact-hero__bubble-time{opacity:.6;margin-top:5px;font-size:.6875rem;display:block}.yma-contact-hero__thread-caption{color:#fff;text-align:right;margin:16px 0 0;font-family:Kalam,Caveat,Bradley Hand,Segoe Script,cursive;font-size:1.875rem;line-height:1.2;transform:rotate(-2deg)}.yma-contact-hero__thread-caption span{color:#2d9f5e}@media (width<=900px){.yma-contact-hero__inner{grid-template-columns:1fr;gap:2rem;min-height:0}.yma-contact-hero__right{min-height:0}.yma-contact-hero__thread{max-width:410px;margin:0 auto;position:static;transform:rotate(-1deg)}}@media (width<=768px){.yma-contact-hero{padding:3rem 1.5rem 4rem}.yma-contact-hero__subhead{font-size:1rem}.yma-contact-hero__bubble{max-width:280px;padding:12px 15px;font-size:.9375rem}.yma-contact-hero__thread-caption{font-size:1.5625rem}}.yma-contact-hero--enter .yma-contact-hero__eyebrow{--yma-contact-hero-rise:12px;animation:.65s cubic-bezier(.16,1,.3,1) both yma-contact-hero-rise-fade}.yma-contact-hero__headline-line:first-child{--yma-contact-hero-delay:80ms}.yma-contact-hero__headline-line:nth-child(2){--yma-contact-hero-delay:.17s}.yma-contact-hero--enter .yma-contact-hero__headline-line{--yma-contact-hero-rise:26px;animation:.7s cubic-bezier(.16,1,.3,1) both yma-contact-hero-rise-fade;animation-delay:var(--yma-contact-hero-delay,0s)}.yma-contact-hero--enter .yma-contact-hero__actions{--yma-contact-hero-rise:20px;animation:.7s cubic-bezier(.16,1,.3,1) .28s both yma-contact-hero-rise-fade}.yma-contact-hero--enter .yma-contact-hero__subhead{--yma-contact-hero-rise:16px;animation:.7s cubic-bezier(.16,1,.3,1) .46s both yma-contact-hero-rise-fade}@keyframes yma-contact-hero-rise-fade{0%{opacity:0;transform:translateY(var(--yma-contact-hero-rise,18px))}to{opacity:1;transform:none}}.yma-contact-hero--enter .yma-contact-hero__right{--yma-contact-hero-rise:18px;animation:.85s cubic-bezier(.16,1,.3,1) .38s both yma-contact-hero-rise-fade}@media (width<=768px){.yma-contact-hero--enter .yma-contact-hero__headline-line{--yma-contact-hero-rise:16px}.yma-contact-hero--enter .yma-contact-hero__actions{--yma-contact-hero-rise:14px}.yma-contact-hero--enter .yma-contact-hero__right{--yma-contact-hero-rise:12px}}@media (prefers-reduced-motion:reduce){.yma-contact-hero,.yma-contact-hero *,.yma-contact-hero :before,.yma-contact-hero :after{animation:none!important}}.yma-contact-form{color:#000;background:#fff;padding:6rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow-x:clip}.yma-contact-form,.yma-contact-form *,.yma-contact-form :before,.yma-contact-form :after{box-sizing:border-box}.yma-contact-form__inner{grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:start;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.yma-contact-form__head{margin-bottom:2rem}.yma-contact-form__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#2d9f5e;margin:0 0 1.25rem;font-size:.75rem;font-weight:600;line-height:1}.yma-contact-form__heading{letter-spacing:-.02em;color:#000;margin:0;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.1}.yma-contact-form__form{flex-direction:column;gap:1.5rem;display:flex}.yma-contact-form__form[hidden]{display:none}.yma-contact-form__field{flex-direction:column;display:flex}.yma-contact-form__label{color:#000;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.875rem;font-weight:600;transition:color .2s}.yma-contact-form__field:focus-within .yma-contact-form__label{color:#2d9f5e}.yma-contact-form__req{color:#c00000;margin-left:.125rem}.yma-contact-form__input{color:#000;appearance:none;background:#fff;border:1px solid #e5e5e5;border-radius:6px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.yma-contact-form__input:focus,.yma-contact-form__input:focus-visible{outline-offset:0;border-color:#2d9f5e;outline:2px solid #2d9f5e33}.yma-contact-form__input.is-filled{border-color:#a3a3a3}.yma-contact-form__input.is-filled:focus,.yma-contact-form__input.is-filled:focus-visible{border-color:#2d9f5e}.yma-contact-form__input[aria-invalid=true]{border-color:#c00000}.yma-contact-form__input[aria-invalid=true]:focus,.yma-contact-form__input[aria-invalid=true]:focus-visible{border-color:#c00000;outline:2px solid #c0000026}.yma-contact-form__field-error{color:#c00000;margin:.5rem 0 0;font-size:.8125rem;font-weight:500;line-height:1.45}.yma-contact-form__field-error[hidden]{display:none}.yma-contact-form__textarea{resize:vertical;min-height:140px;max-height:480px;font-family:inherit;line-height:1.5}.yma-contact-form__select{cursor:pointer;background-image:linear-gradient(45deg,#0000 50%,#666 50%),linear-gradient(135deg,#666 50%,#0000 50%);background-position:calc(100% - 18px),calc(100% - 12px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:2.5rem}.yma-contact-form__actions{margin-top:.5rem}.yma-contact-form__actions .yma-btn{width:100%}.yma-contact-form__error{color:#1a1a1a;background:#c000000d;border-left:3px solid #c00000;border-radius:0 6px 6px 0;margin:0;padding:.875rem 1.125rem;font-size:.9375rem;font-weight:500;line-height:1.55}.yma-contact-form__error[hidden]{display:none}.yma-contact-form__error a{color:#1a1a1a;text-underline-offset:3px;font-weight:600;-webkit-text-decoration:underline #2d9f5e;text-decoration:underline #2d9f5e;text-decoration-thickness:2px;transition:color .15s}.yma-contact-form__error a:hover{color:#2d9f5e}.yma-contact-form__swap{position:relative}.yma-contact-form__form{transition:opacity .24s,transform .24s}.yma-contact-form__form.is-leaving{opacity:0;pointer-events:none;transform:translateY(-10px)}.yma-contact-form__success{outline:none;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 0 .5rem;display:flex}.yma-contact-form__success[hidden]{display:none}.yma-contact-form__success.is-entering{animation:.45s cubic-bezier(.16,1,.3,1) 50ms both yma-contact-form-success-in}@keyframes yma-contact-form-success-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.yma-contact-form__success-icon{color:#2d9f5e;display:inline-flex}.yma-contact-form__success-circle{stroke-dasharray:64;stroke-dashoffset:64px;animation:.55s cubic-bezier(.65,0,.35,1) .15s forwards yma-contact-form-draw}.yma-contact-form__success-tick{stroke-dasharray:13;stroke-dashoffset:13px;animation:.3s cubic-bezier(.65,0,.35,1) .6s forwards yma-contact-form-draw}@keyframes yma-contact-form-draw{to{stroke-dashoffset:0}}.yma-contact-form__success-heading{letter-spacing:-.01em;color:#000;margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.yma-contact-form__success-text{color:#333;max-width:52ch;margin:0;font-size:1.0625rem;font-weight:400;line-height:1.6}.yma-contact-form__success-next{background:#f5f5f5;border-radius:12px;flex-direction:column;align-self:stretch;gap:.5rem;margin-top:.75rem;padding:1.25rem 1.5rem;display:flex}.yma-contact-form__success-next-label{letter-spacing:.15em;text-transform:uppercase;color:#2d9f5e;font-size:.75rem;font-weight:600;line-height:1}.yma-contact-form__success-next-body{color:#333;margin:0;font-size:.9375rem;font-weight:400;line-height:1.6}@media (prefers-reduced-motion:reduce){.yma-contact-form__form,.yma-contact-form__label{transition:none}.yma-contact-form__success.is-entering{animation:none}.yma-contact-form__success-circle,.yma-contact-form__success-tick{stroke-dashoffset:0;animation:none}}.yma-contact-form__sidebar{flex-direction:column;gap:2rem;display:flex}.yma-contact-form__sidebar-heading{color:#000;margin:0 0 1.5rem;font-size:1.25rem;font-weight:700;line-height:1.3}.yma-contact-form__contacts{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.yma-contact-form__contact{align-items:flex-start;gap:1rem;display:flex}.yma-contact-form__contact-icon{color:#2d9f5e;flex:none;width:24px;height:24px;margin-top:.125rem;display:inline-flex}.yma-contact-form__contact-text{flex-direction:column;gap:.125rem;min-width:0;display:flex}.yma-contact-form__contact-label{color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.yma-contact-form__contact-value{color:#000;word-break:break-word;font-size:1rem;font-weight:500;text-decoration:none}a.yma-contact-form__contact-value{text-underline-offset:4px;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;text-decoration-thickness:1px;transition:color .15s,text-decoration-color .15s}a.yma-contact-form__contact-value:hover{color:#2d9f5e;text-decoration-color:#2d9f5e}.yma-contact-form__booking{background:#f5f5f5;border-radius:12px;flex-direction:column;gap:.75rem;margin-top:.5rem;padding:1.5rem;display:flex}.yma-contact-form__booking-icon{color:#2d9f5e;width:20px;height:20px;display:inline-flex}.yma-contact-form__booking-heading{color:#000;margin:0;font-size:1.0625rem;font-weight:700;line-height:1.3}.yma-contact-form__booking-body{color:#555;margin:0;font-size:.9375rem;line-height:1.5}.yma-contact-form__booking-action{margin-top:.5rem}.yma-contact-form__booking-action .yma-btn{justify-content:center;width:100%}@media (width<=900px){.yma-contact-form__inner{grid-template-columns:minmax(0,1fr);gap:3rem}}@media (width<=600px){.yma-contact-form{padding:4rem 1.5rem}.yma-contact-form__inner{gap:2.5rem}}.yma-faq-hero{color:#fff;background:#000;padding:4rem 2.5rem 5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.yma-faq-hero,.yma-faq-hero *,.yma-faq-hero :before,.yma-faq-hero :after{box-sizing:border-box}.yma-faq-hero__inner{grid-template-columns:55fr 45fr;align-items:center;gap:2rem;max-width:1400px;min-height:480px;margin:0 auto;display:grid}.yma-faq-hero__left{flex-direction:column;justify-content:center;min-width:0;display:flex}.yma-faq-hero__eyebrow{letter-spacing:.1em;color:#2d9f5e;text-transform:uppercase;margin:0 0 1.5rem;font-size:.875rem;font-weight:600}.yma-faq-hero__headline{letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin:0;font-size:96px;font-weight:700;line-height:1.1}@media (width<=1023px){.yma-faq-hero__headline{font-size:clamp(64px,8vw,96px)}}@media (width<=768px){.yma-faq-hero__headline{font-size:clamp(48px,12vw,64px)}}.yma-faq-hero__headline-line{color:#fff;display:block}.yma-faq-hero__headline-accent{color:#2d9f5e;display:inline-block}.yma-faq-hero__subhead{color:#ffffffbf;max-width:480px;margin:2rem 0 0;font-size:1.125rem;font-weight:400;line-height:1.6}.yma-faq-hero__actions{flex-wrap:wrap;align-items:center;gap:.875rem;margin-top:2.25rem;display:flex}.yma-faq-hero__right{min-height:480px;position:relative}.yma-faq-hero__note{position:absolute}.yma-faq-hero__note .yma-sticky-note{padding:1.5rem 1.125rem 1rem}.yma-faq-hero__note .yma-sticky-note__text{line-height:1.15}.yma-faq-hero__note--n1{z-index:2;top:6px;left:24px}.yma-faq-hero__note--n1 .yma-sticky-note{width:205px;height:175px}.yma-faq-hero__note--n1 .yma-sticky-note__text{font-size:1.6875rem}.yma-faq-hero__note--n2{z-index:1;top:28px;right:18px}.yma-faq-hero__note--n2 .yma-sticky-note{width:195px;height:165px}.yma-faq-hero__note--n2 .yma-sticky-note__text{font-size:1.5625rem}.yma-faq-hero__note--n3{z-index:2;bottom:24px;left:50px}.yma-faq-hero__note--n3 .yma-sticky-note{width:200px;height:160px}.yma-faq-hero__note--n3 .yma-sticky-note__text{font-size:1.5625rem}.yma-faq-hero__note--n4{z-index:3;bottom:6px;right:60px}.yma-faq-hero__note--n4 .yma-sticky-note{width:190px;height:165px}.yma-faq-hero__note--n4 .yma-sticky-note__text{font-size:1.5rem}@media (width<=1120px) and (width>=901px){.yma-faq-hero__note .yma-sticky-note{padding:1.125rem .875rem .75rem}.yma-faq-hero__note--n1{top:6px;left:8px}.yma-faq-hero__note--n1 .yma-sticky-note{width:168px;height:144px}.yma-faq-hero__note--n1 .yma-sticky-note__text{font-size:1.375rem}.yma-faq-hero__note--n2{top:30px;right:2px}.yma-faq-hero__note--n2 .yma-sticky-note{width:160px;height:136px}.yma-faq-hero__note--n2 .yma-sticky-note__text{font-size:1.25rem}.yma-faq-hero__note--n3{bottom:24px;left:16px}.yma-faq-hero__note--n3 .yma-sticky-note{width:164px;height:132px}.yma-faq-hero__note--n3 .yma-sticky-note__text{font-size:1.25rem}.yma-faq-hero__note--n4{bottom:4px;right:8px}.yma-faq-hero__note--n4 .yma-sticky-note{width:160px;height:142px}.yma-faq-hero__note--n4 .yma-sticky-note__text{font-size:1.1875rem}}@media (width<=900px){.yma-faq-hero__inner{grid-template-columns:1fr;gap:2rem;min-height:0}.yma-faq-hero__right{width:100%;max-width:360px;height:235px;min-height:0;margin:0 auto}.yma-faq-hero__note--n2,.yma-faq-hero__note--n4{display:none}.yma-faq-hero__note--n1{top:0;left:6px}.yma-faq-hero__note--n1 .yma-sticky-note{width:165px;height:135px}.yma-faq-hero__note--n1 .yma-sticky-note__text{font-size:1.375rem}.yma-faq-hero__note--n3{bottom:0;left:auto;right:6px}.yma-faq-hero__note--n3 .yma-sticky-note{width:160px;height:130px}.yma-faq-hero__note--n3 .yma-sticky-note__text{font-size:1.3125rem}}@media (width<=768px){.yma-faq-hero{padding:3rem 1.5rem 4rem}.yma-faq-hero__subhead{font-size:1rem}}@media (width<=480px){.yma-faq-hero__actions{flex-direction:column;align-items:stretch;gap:.75rem}.yma-faq-hero__actions .yma-btn{width:100%;display:flex}}.yma-faq-hero--enter .yma-faq-hero__eyebrow{--yma-faq-hero-rise:12px;animation:.6s cubic-bezier(.16,1,.3,1) both yma-faq-hero-rise-fade}.yma-faq-hero--enter .yma-faq-hero__headline{--yma-faq-hero-rise:18px;animation:.65s cubic-bezier(.16,1,.3,1) 70ms both yma-faq-hero-rise-fade}.yma-faq-hero--enter .yma-faq-hero__subhead{--yma-faq-hero-rise:14px;animation:.6s cubic-bezier(.16,1,.3,1) .15s both yma-faq-hero-rise-fade}.yma-faq-hero--enter .yma-faq-hero__actions{--yma-faq-hero-rise:12px;animation:.6s cubic-bezier(.16,1,.3,1) .23s both yma-faq-hero-rise-fade}@keyframes yma-faq-hero-rise-fade{0%{opacity:0;transform:translateY(var(--yma-faq-hero-rise,14px))}to{opacity:1;transform:none}}.yma-faq-hero--enter .yma-faq-hero__right{animation:.7s ease-out .2s both yma-faq-hero-cluster-fade}@keyframes yma-faq-hero-cluster-fade{0%{opacity:0}to{opacity:1}}@media (width<=768px){.yma-faq-hero--enter .yma-faq-hero__headline{--yma-faq-hero-rise:12px}}@media (prefers-reduced-motion:reduce){.yma-faq-hero,.yma-faq-hero *,.yma-faq-hero :before,.yma-faq-hero :after{animation:none!important}}.yma-faq-split{color:#000;background:#fff;padding:6rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative}.yma-faq-split,.yma-faq-split *,.yma-faq-split :before,.yma-faq-split :after{box-sizing:border-box}.yma-faq-split__inner{grid-template-columns:minmax(0,1fr) minmax(0,3fr);align-items:start;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.yma-faq-split__sidebar{position:sticky;top:6rem}.yma-faq-split__nav{flex-direction:column;display:flex}.yma-faq-split__cat{appearance:none;text-align:left;color:#666;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-left:3px solid #0000;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.75rem 1rem .75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.yma-faq-split__cat-label{min-width:0}.yma-faq-split__cat-count{color:#a3a3a3;font-variant-numeric:tabular-nums;flex:none;font-size:.8125rem;font-weight:500}.yma-faq-split__cat.is-empty,.yma-faq-split__cat:disabled{color:#a3a3a3;cursor:default}.yma-faq-split__cat.is-empty:hover,.yma-faq-split__cat:disabled:hover{color:#a3a3a3;background:0 0}.yma-faq-split__cat:hover{color:#000;background:#f5f5f5}.yma-faq-split__cat:focus-visible{outline-offset:2px;outline:2px solid #2d9f5e}.yma-faq-split__cat.is-active{color:#2d9f5e;background:#2d9f5e0d;border-left-color:#2d9f5e;font-weight:600}.yma-faq-split__cat.is-active:hover{background:#2d9f5e14}.yma-faq-split__cat.is-active .yma-faq-split__cat-count{color:#2d9f5e}.yma-faq-split__search{margin-bottom:2rem;position:relative}.yma-faq-split__search-icon{color:#737373;pointer-events:none;width:16px;height:16px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.yma-faq-split__search-input{appearance:none;color:#1a1a1a;background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:100%;padding:.875rem 1rem .875rem 2.75rem;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.4;transition:border-color .15s,box-shadow .15s}.yma-faq-split__search-input::placeholder{color:#a3a3a3}.yma-faq-split__search-input:hover{border-color:#a3a3a3}.yma-faq-split__search-input:focus{border-color:#2d9f5e;outline:none;box-shadow:0 0 0 3px #2d9f5e1f}.yma-faq-split__empty{color:#333;margin:0 0 1.5rem;padding:1.5rem 0;font-size:1rem;font-weight:400;line-height:1.7}.yma-faq-split__empty[hidden]{display:none}.yma-faq-split__empty a{color:#2d9f5e;text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;transition:color .15s,text-decoration-thickness .15s}.yma-faq-split__empty a:hover{color:#248950;text-decoration-thickness:2px}.yma-faq-split__main{min-width:0}.yma-faq-split__list{border-top:1px solid #e5e5e5}.yma-faq-split__item{border-bottom:1px solid #e5e5e5}.yma-faq-split__item[hidden]{display:none}.yma-faq-split__item-heading{color:#000;margin:0;padding:0;font-size:1.125rem;font-weight:600;line-height:1.4}.yma-faq-split__summary{appearance:none;cursor:pointer;text-align:left;color:#000;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:1.5rem;width:calc(100% + 2rem);margin:0 -1rem;padding:1.5rem 1rem;font-family:inherit;font-size:1.125rem;font-weight:600;line-height:1.4;transition:color .15s,background-color .18s;display:flex}.yma-faq-split__summary:hover{color:#2d9f5e;background:#f5f5f5}.yma-faq-split__summary:focus-visible{outline-offset:2px;border-radius:8px;outline:2px solid #2d9f5e}.yma-faq-split__question{flex:auto;min-width:0}.yma-faq-split__icon{background:#2d9f5e;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .4s cubic-bezier(.16,1,.3,1),background-color .18s;display:inline-flex;position:relative}.yma-faq-split__icon:before,.yma-faq-split__icon:after{content:"";background:#fff;border-radius:1px;position:absolute}.yma-faq-split__icon:before{width:10px;height:2px}.yma-faq-split__icon:after{width:2px;height:10px}.yma-faq-split__summary:hover .yma-faq-split__icon{background:#248950}.yma-faq-split__item.is-open .yma-faq-split__icon{transform:rotate(45deg)}.yma-faq-split__panel{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.16,1,.3,1);display:grid}.yma-faq-split__panel-inner{visibility:hidden;min-height:0;transition:visibility 0s linear .4s;overflow:hidden}.yma-faq-split__item.is-open .yma-faq-split__panel{grid-template-rows:1fr}.yma-faq-split__item.is-open .yma-faq-split__panel-inner{visibility:visible;transition-delay:0s}.yma-faq-split__answer{color:#1a1a1a;opacity:0;max-width:720px;padding:0 0 1.75rem;font-size:1rem;line-height:1.7;transition:opacity .3s,transform .4s cubic-bezier(.16,1,.3,1);transform:translateY(8px)}.yma-faq-split__item.is-open .yma-faq-split__answer{opacity:1;transition-delay:50ms,50ms;transform:none}.yma-faq-split__answer p{margin:0 0 1rem}.yma-faq-split__answer p:last-child{margin-bottom:0}.yma-faq-split__answer a{color:#2d9f5e;text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;transition:color .15s,text-decoration-thickness .15s}.yma-faq-split__answer a:hover{color:#248950;text-decoration-thickness:2px}@media (width<=1024px){.yma-faq-split__inner{grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:2.5rem}}@media (width<=768px){.yma-faq-split{padding:4rem 1.5rem}.yma-faq-split__inner{grid-template-columns:minmax(0,1fr);gap:2rem}.yma-faq-split__sidebar{-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -1.5rem;padding:0 1.5rem;position:static;top:auto;overflow-x:auto}.yma-faq-split__sidebar::-webkit-scrollbar{display:none}.yma-faq-split__nav{flex-flow:row;gap:.5rem;width:max-content}.yma-faq-split__cat{white-space:nowrap;border:1px solid #e5e5e5;border-radius:999px;flex:none;padding:.5rem 1rem;font-size:.875rem}.yma-faq-split__cat.is-active{color:#fff;background:#2d9f5e;border-color:#2d9f5e}.yma-faq-split__cat.is-active:hover{background:#248950}.yma-faq-split__cat{gap:.375rem}.yma-faq-split__cat-count{font-size:.75rem}.yma-faq-split__cat.is-active .yma-faq-split__cat-count{color:#ffffffb3}.yma-faq-split__item-heading{font-size:1rem}.yma-faq-split__summary{gap:1rem;padding:1.25rem 1rem;font-size:1rem}}@media (prefers-reduced-motion:reduce){.yma-faq-split__cat,.yma-faq-split__search-input,.yma-faq-split__empty a,.yma-faq-split__summary,.yma-faq-split__icon,.yma-faq-split__panel,.yma-faq-split__panel-inner,.yma-faq-split__answer{transition:none!important}.yma-faq-split__answer{transform:none}}.yma-trust-strip{background:#000;border-top:1px solid #ffffff1a;border-bottom:1px solid #ffffff1a;padding:4rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.yma-trust-strip,.yma-trust-strip *,.yma-trust-strip :before,.yma-trust-strip :after{box-sizing:border-box}.yma-trust-strip__list{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0;list-style:none;display:grid}.yma-trust-strip__item{align-items:flex-start;gap:.75rem;display:flex}.yma-trust-strip__icon{color:#2d9f5e;transform-origin:50%;flex-shrink:0;width:48px;height:48px;transition:transform .25s cubic-bezier(.16,1,.3,1);display:block}.yma-trust-strip__item:hover .yma-trust-strip__icon{transform:translateY(-2px)}@keyframes yma-trust-strip-icon-pop{0%{transform:scale(.6)}65%{transform:scale(1.08)}to{transform:scale(1)}}html.yma-motion .yma-trust-strip__item.is-revealed .yma-trust-strip__icon{animation:yma-trust-strip-icon-pop .55s cubic-bezier(.22, 1, .36, 1) var(--yma-reveal-delay,0s) backwards}@media (prefers-reduced-motion:reduce){.yma-trust-strip__icon{transition:none}.yma-trust-strip__item:hover .yma-trust-strip__icon{transform:none}html.yma-motion .yma-trust-strip__item.is-revealed .yma-trust-strip__icon{animation:none}}.yma-trust-strip__text{flex-direction:column;min-width:0;display:flex}.yma-trust-strip__heading{color:#fff;margin:0;font-size:2rem;font-weight:600;line-height:1.3}.yma-trust-strip__detail{color:#ffffffb3;margin:0;font-size:1.7rem;font-weight:400;line-height:1.3}@media (width>=769px){.yma-trust-strip__list{grid-template-columns:repeat(4,auto);justify-content:space-between;gap:1.25rem;max-width:1400px}.yma-trust-strip__heading{font-size:clamp(1rem,2.9vw - 11.5px,1.6rem)}.yma-trust-strip__detail{font-size:clamp(.85rem,2.2vw - 8.8px,1.25rem)}}@media (width>=1000px){.yma-trust-strip__heading,.yma-trust-strip__detail{white-space:nowrap}}@media (width<=768px){.yma-trust-strip{padding:3rem 1.5rem}.yma-trust-strip__list{grid-template-columns:1fr;gap:1.25rem}.yma-trust-strip__icon{width:38px;height:38px}.yma-trust-strip__heading{font-size:1.6rem}.yma-trust-strip__detail{font-size:1.36rem}}.yma-work-grid{color:#000;background:#fff;padding:6rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.yma-work-grid,.yma-work-grid *,.yma-work-grid :before,.yma-work-grid :after{box-sizing:border-box}.yma-work-grid__inner{flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.yma-work-grid__header{display:contents}.yma-work-grid__header-text{min-width:0;margin-bottom:4rem}.yma-work-grid__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#2d9f5e;margin:0 0 1.25rem;font-size:.75rem;font-weight:600;line-height:1}.yma-work-grid__eyebrow:empty{display:none}.yma-work-grid__heading{letter-spacing:-.02em;color:#000;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.yma-work-grid__view-all{color:#000;white-space:nowrap;flex-shrink:0;order:1;align-self:flex-end;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.yma-work-grid__view-all [data-yma-work-grid-view-all-label]{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px;transition:text-decoration-thickness .15s}.yma-work-grid__view-all:hover{color:#2d9f5e}.yma-work-grid__view-all:hover [data-yma-work-grid-view-all-label]{text-decoration-thickness:2px}.yma-work-grid__view-all:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid #2d9f5e}.yma-work-grid__view-all-arrow{text-decoration:none;transition:transform .15s;display:inline-block}.yma-work-grid__view-all:hover .yma-work-grid__view-all-arrow{transform:translate(2px)}.yma-work-grid__filters{flex-wrap:wrap;gap:.5rem;margin:-1.5rem 0 3rem;display:flex}.yma-work-grid__filters[hidden]{display:none}.yma-work-grid__pill-btn{appearance:none;letter-spacing:.1em;text-transform:uppercase;color:#666;cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #e5e5e5;border-radius:999px;padding:.5rem 1rem;font-family:inherit;font-size:.75rem;font-weight:600;line-height:1;transition:color .15s,border-color .15s,background-color .15s}.yma-work-grid__pill-btn:hover{color:#000;background:#f5f5f5;border-color:#a3a3a3}.yma-work-grid__pill-btn:focus-visible{outline-offset:2px;outline:2px solid #2d9f5e}.yma-work-grid__pill-btn.is-active{color:#fff;background:#2d9f5e;border-color:#2d9f5e}.yma-work-grid__pill-btn.is-active:hover{background:#248950;border-color:#248950}.yma-work-grid__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.yma-work-grid__card{color:inherit;cursor:pointer;background:0 0;text-decoration:none;display:block}.yma-work-grid__card[hidden]{display:none}.yma-work-grid__card-image-wrap{aspect-ratio:10/7;background:#f5f5f5;border-radius:8px;margin-bottom:1.5rem;position:relative;overflow:hidden}.yma-work-grid__card-image{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block;transform:scale(1)}.yma-work-grid__card-image-shade{opacity:0;pointer-events:none;z-index:1;background:linear-gradient(#0000 55%,#00000047);transition:opacity .6s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.yma-work-grid__card-name{letter-spacing:-.01em;color:#000;margin:0 0 .5rem;font-size:1.625rem;font-weight:700;line-height:1.25}.yma-work-grid__card-name-text{color:#000;background-image:linear-gradient(#2d9f5e,#2d9f5e);background-position:0 100%;background-repeat:no-repeat;background-size:0% 2px;padding-bottom:3px;transition:background-size .4s cubic-bezier(.16,1,.3,1)}.yma-work-grid__card-arrow{color:#2d9f5e;margin-left:.5rem;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1);display:inline-block;transform:translate(0)}.yma-work-grid__card-category{color:#2d9f5e;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem;font-size:.875rem;font-weight:500}.yma-work-grid__card-desc{color:#666;margin:0;font-size:1rem;font-weight:400;line-height:1.5}.yma-work-grid__card:hover .yma-work-grid__card-image,.yma-work-grid__card:focus-visible .yma-work-grid__card-image{transform:scale(1.05)}.yma-work-grid__card:hover .yma-work-grid__card-image-shade,.yma-work-grid__card:focus-visible .yma-work-grid__card-image-shade{opacity:1}.yma-work-grid__card:hover .yma-work-grid__card-name-text,.yma-work-grid__card:focus-visible .yma-work-grid__card-name-text{background-size:100% 2px}.yma-work-grid__card:hover .yma-work-grid__card-arrow,.yma-work-grid__card:focus-visible .yma-work-grid__card-arrow{transform:translate(4px)}.yma-work-grid__card:focus-visible{outline-offset:6px;border-radius:4px;outline:2px solid #2d9f5e}.yma-work-grid__card--coming-soon{cursor:default;pointer-events:none;opacity:.85}.yma-work-grid__card--coming-soon .yma-work-grid__card-image{transform:none}.yma-work-grid__card--coming-soon .yma-work-grid__card-image-shade{opacity:0}.yma-work-grid__pill{color:#1a1a1a;letter-spacing:.05em;text-transform:uppercase;pointer-events:none;z-index:2;background:#fffffff2;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #00000026}@media (prefers-reduced-motion:reduce){.yma-work-grid__pill-btn,.yma-work-grid__card-image,.yma-work-grid__card-image-shade,.yma-work-grid__card-name-text,.yma-work-grid__card-arrow,.yma-work-grid__view-all,.yma-work-grid__view-all [data-yma-work-grid-view-all-label],.yma-work-grid__view-all-arrow{transition:none}.yma-work-grid__card:hover .yma-work-grid__card-image,.yma-work-grid__card:focus-visible .yma-work-grid__card-image,.yma-work-grid__card:hover .yma-work-grid__card-arrow,.yma-work-grid__card:focus-visible .yma-work-grid__card-arrow,.yma-work-grid__view-all:hover .yma-work-grid__view-all-arrow{transform:none}}@media (width<=900px){.yma-work-grid__grid{gap:2rem}}@media (width<=768px){.yma-work-grid{padding:4rem 1.5rem}.yma-work-grid__header-text{margin-bottom:3rem}}@media (width<=600px){.yma-work-grid__grid{grid-template-columns:1fr;gap:2.5rem}.yma-work-grid__card-name{font-size:1.5rem}}.yma-hero{color:#fff;background:#000;padding:6.5rem 2.5rem .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.yma-hero,.yma-hero *,.yma-hero :before,.yma-hero :after{box-sizing:border-box}.yma-hero__inner{grid-template-columns:58fr 42fr;align-items:stretch;gap:2rem;max-width:1400px;min-height:680px;margin:0 auto;display:grid}.yma-hero__left{flex-direction:column;justify-content:flex-start;min-width:0;display:flex}.yma-hero__headline{letter-spacing:-.03em;color:#fff;text-transform:uppercase;margin:0 0 2rem;font-size:clamp(3rem,9vw,7rem);font-weight:700;line-height:1}.yma-hero__headline-line,.yma-hero__headline-rise{display:block}.yma-hero__headline-middle{isolation:isolate;display:inline-block;position:relative}.yma-hero__scribble{pointer-events:none;z-index:-1;width:100%;height:auto;display:block;position:absolute;bottom:-.1em;left:0}.yma-hero__copy{color:#ffffffbf;max-width:520px;margin:0 0 2.5rem;font-size:1.25rem;font-weight:400;line-height:1.6}.yma-hero__actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.yma-hero__right{min-height:680px;position:relative}.yma-hero__right:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(42% 38% at 52% 58%,#2d9f5e12 0%,#2d9f5e06 45%,#2d9f5e00 72%);animation:16s ease-in-out infinite alternate yma-hero-glow-drift;position:absolute;inset:-10% -20%}@keyframes yma-hero-glow-drift{0%{transform:translate(-2%,1.5%)}to{transform:translate(2.5%,-2%)}}.yma-hero__photo{object-fit:contain;z-index:1;transform-origin:0 100%;width:auto;max-width:100%;height:auto;max-height:100%;display:block;position:absolute;bottom:0;left:0;transform:scale(1.1);-webkit-mask-image:radial-gradient(78% 90% at 50% 55%,#000 55%,#0009 80%,#0000 100%);mask-image:radial-gradient(78% 90% at 50% 55%,#000 55%,#0009 80%,#0000 100%)}.yma-hero__handwritten{z-index:2;pointer-events:none;max-width:250px;height:auto;display:block;position:absolute;top:-2.5rem;left:-6rem}@media (width<=900px){.yma-hero__inner{grid-template-columns:1fr;gap:2rem;min-height:0}.yma-hero__right{flex-direction:column;align-items:center;gap:1rem;min-height:0;display:flex}.yma-hero__right:before{display:none}.yma-hero__handwritten{max-width:200px;margin:0 0 .5rem;position:static}.yma-hero__photo{max-width:80%;max-height:none;margin:0 auto;position:static;transform:none}}@media (width<=768px){.yma-hero{padding:2rem 1.5rem 1rem}.yma-hero__inner{gap:1.5rem}.yma-hero__copy{margin-bottom:2rem;font-size:1.0625rem}.yma-hero__right{flex-direction:row;justify-content:flex-end;align-items:center;gap:0;margin-top:.5rem}.yma-hero__handwritten{z-index:2;flex:0 0 40%;max-width:40%;margin:0 -1.5rem 0 0;position:relative;top:0;left:0}.yma-hero__photo{aspect-ratio:1/1.1;object-fit:cover;object-position:top center;flex:0 auto;width:62%;max-width:62%;margin:0}}@media (width<=480px){.yma-hero__actions{flex-direction:column;align-items:stretch;gap:.75rem}.yma-hero__actions .yma-btn{width:100%;display:flex}}.yma-hero__headline-line:first-child{--yma-hero-delay:80ms}.yma-hero__headline-line:nth-child(2){--yma-hero-delay:.2s}.yma-hero__headline-line:nth-child(3){--yma-hero-delay:.32s}.yma-hero--enter .yma-hero__headline-line{animation:.9s cubic-bezier(.16,1,.3,1) both yma-hero-line-mask;animation-delay:var(--yma-hero-delay,0s)}.yma-hero--enter .yma-hero__headline-rise{animation:.9s cubic-bezier(.16,1,.3,1) both yma-hero-line-rise;animation-delay:var(--yma-hero-delay,0s)}@keyframes yma-hero-line-mask{0%,86%{clip-path:inset(-.25em -.25em 0)}to{clip-path:inset(-.25em -.25em -1em)}}@keyframes yma-hero-line-rise{0%{transform:translateY(108%)}to{transform:none}}.yma-hero--enter .yma-hero__copy{--yma-hero-rise:26px;animation:.8s cubic-bezier(.16,1,.3,1) .48s both yma-hero-rise-fade}.yma-hero--enter .yma-hero__actions{--yma-hero-rise:22px;animation:.8s cubic-bezier(.16,1,.3,1) .64s both yma-hero-rise-fade}@keyframes yma-hero-rise-fade{0%{opacity:0;transform:translateY(var(--yma-hero-rise,24px))}to{opacity:1;transform:none}}.yma-hero--enter .yma-hero__right{transform-origin:50% 80%;animation:1.1s cubic-bezier(.16,1,.3,1) .55s both yma-hero-photo-in}@media (width<=768px){.yma-hero--enter .yma-hero__right{animation-duration:.8s;animation-delay:.25s}}@keyframes yma-hero-photo-in{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:none}}.yma-hero--enter .yma-hero__scribble{animation:.5s cubic-bezier(.22,1,.36,1) 1.15s both yma-hero-scribble-wipe}@keyframes yma-hero-scribble-wipe{0%{clip-path:inset(-15% 100% -15% -5%)}to{clip-path:inset(-15% -5%)}}.yma-hero--enter .yma-hero__handwritten{animation:.6s ease-out 1.35s both yma-hero-note-in}@keyframes yma-hero-note-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (width<=768px){.yma-hero--enter .yma-hero__copy{--yma-hero-rise:16px}.yma-hero--enter .yma-hero__actions{--yma-hero-rise:14px}}@media (prefers-reduced-motion:reduce){.yma-hero,.yma-hero *,.yma-hero :before,.yma-hero :after{animation:none!important}}.yma-services-grid{color:#000;background:#fff;padding:6rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.yma-services-grid,.yma-services-grid *,.yma-services-grid :before,.yma-services-grid :after{box-sizing:border-box}.yma-services-grid__inner{max-width:1200px;margin:0 auto}.yma-services-grid__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.yma-services-grid__heading{letter-spacing:-.02em;color:#000;max-width:60%;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.yma-services-grid__heading-accent{isolation:isolate;white-space:nowrap;display:inline-block;position:relative}.yma-services-grid__heading-scribble{pointer-events:none;z-index:-1;width:110%;height:auto;display:block;position:absolute;bottom:-.15em;left:-5%}.yma-services-grid__support{color:#666;text-align:right;white-space:nowrap;flex-shrink:0;max-width:400px;margin:0;font-size:1.125rem;font-weight:400;line-height:1.5}.yma-services-grid__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.yma-services-grid__card{--yma-spot-x:50%;--yma-spot-y:50%;cursor:pointer;color:inherit;background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2rem 1.75rem 2.25rem;text-decoration:none;display:block;position:relative;overflow:hidden}.yma-services-grid__card-spotlight{border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(340px circle at var(--yma-spot-x) var(--yma-spot-y), #2d9f5e1a, transparent 65%);position:absolute;inset:0}.yma-services-grid__card-glow{border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(200px circle at var(--yma-spot-x) var(--yma-spot-y), #2d9f5e73, transparent 70%);-webkit-mask-composite:xor;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.yma-services-grid__card-icon,.yma-services-grid__card-name,.yma-services-grid__card-desc{z-index:1;position:relative}.yma-services-grid__card-icon{color:#2d9f5e;transform-origin:0 100%;width:40px;height:40px;margin-bottom:1.25rem;display:block}.yma-services-grid__card-name{color:#000;margin:0 0 .5rem;font-size:1.375rem;font-weight:700;line-height:1.3;transition:color .25s}.yma-services-grid__card-desc{color:#666;margin:0;font-size:.9375rem;font-weight:400;line-height:1.5}.yma-services-grid__card:focus-visible{outline-offset:3px;outline:2px solid #2d9f5e}.yma-services-grid__card:focus-visible .yma-services-grid__card-name,.yma-services-grid__card:hover .yma-services-grid__card-name{color:#2d9f5e}@media (hover:hover) and (pointer:fine){.yma-services-grid__card{transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)}.yma-services-grid__card-spotlight,.yma-services-grid__card-glow{transition:opacity .25s cubic-bezier(.16,1,.3,1)}.yma-services-grid__card-icon{transition:transform .35s cubic-bezier(.16,1,.3,1)}.yma-services-grid__card:hover{transform:translateY(-5px);box-shadow:0 1px 2px #0000000a,0 8px 24px #00000012,0 24px 48px #0000000f}.yma-services-grid__card:hover .yma-services-grid__card-spotlight,.yma-services-grid__card:hover .yma-services-grid__card-glow{opacity:1}.yma-services-grid__card:hover .yma-services-grid__card-icon{transform:scale(1.08)rotate(-4deg)}}@media (prefers-reduced-motion:reduce){.yma-services-grid__card,.yma-services-grid__card-icon,.yma-services-grid__card-name{transition:none}.yma-services-grid__card:hover,.yma-services-grid__card:hover .yma-services-grid__card-icon{transform:none}.yma-services-grid__card-spotlight,.yma-services-grid__card-glow{display:none}}.yma-services-grid__footer{justify-content:flex-end;margin-top:4rem;display:flex}.yma-services-grid__see-all{color:#000;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.yma-services-grid__see-all [data-yma-services-grid-see-all-label]{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px;transition:text-decoration-thickness .15s}.yma-services-grid__see-all:hover{color:#2d9f5e}.yma-services-grid__see-all:hover [data-yma-services-grid-see-all-label]{text-decoration-thickness:2px}.yma-services-grid__see-all:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid #2d9f5e}.yma-services-grid__see-all-arrow{text-decoration:none;transition:transform .15s;display:inline-block}.yma-services-grid__see-all:hover .yma-services-grid__see-all-arrow{transform:translate(2px)}@media (prefers-reduced-motion:reduce){.yma-services-grid__see-all,.yma-services-grid__see-all [data-yma-services-grid-see-all-label],.yma-services-grid__see-all-arrow{transition:none}.yma-services-grid__see-all:hover .yma-services-grid__see-all-arrow{transform:none}}@media (width<=900px){.yma-services-grid__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width<=768px){.yma-services-grid{padding:4rem 1.5rem}.yma-services-grid__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:3rem}.yma-services-grid__heading{max-width:100%}.yma-services-grid__support{text-align:left;white-space:normal;max-width:100%}.yma-services-grid__card{padding:1.75rem 1.5rem 2rem}}@media (width<=600px){.yma-services-grid__grid{grid-template-columns:1fr;gap:1rem}.yma-services-grid__footer{margin-top:3rem}}.yma-reviews{color:#fff;background:#000;padding:6rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.yma-reviews,.yma-reviews *,.yma-reviews :before,.yma-reviews :after{box-sizing:border-box}.yma-reviews__inner{flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.yma-reviews__header{display:contents}.yma-reviews__heading{letter-spacing:-.02em;color:#fff;margin:0 0 4rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.yma-reviews__read-more{color:#fff;white-space:nowrap;flex-shrink:0;order:1;align-self:flex-end;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.yma-reviews__read-more [data-yma-reviews-read-more-label]{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px;transition:text-decoration-thickness .15s}.yma-reviews__read-more:hover{color:#2d9f5e}.yma-reviews__read-more:hover [data-yma-reviews-read-more-label]{text-decoration-thickness:2px}.yma-reviews__read-more:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid #2d9f5e}.yma-reviews__read-more-arrow{text-decoration:none;transition:transform .15s;display:inline-block}.yma-reviews__read-more:hover .yma-reviews__read-more-arrow{transform:translate(2px)}.yma-reviews__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.yma-reviews__card{background:0 0;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;padding:2rem;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:flex;position:relative}.yma-reviews__card:before{content:"“";color:#ffffff1a;pointer-events:none;font-size:4.5rem;font-weight:700;line-height:1;position:absolute;top:.875rem;right:1.5rem}.yma-reviews__card:hover{border-color:#ffffff4d;transform:translateY(-5px);box-shadow:0 18px 40px #00000080}.yma-reviews__stars{gap:.25rem;margin-bottom:1.25rem;display:flex}.yma-reviews__star{fill:#2d9f5e;flex-shrink:0;width:18px;height:18px;display:block}.yma-reviews__quote{color:#fff;flex-grow:1;margin:0 0 1.5rem;font-size:1.0625rem;font-weight:400;line-height:1.6}.yma-reviews__attribution{flex-direction:column;display:flex}.yma-reviews__name{color:#fff;margin:0;font-size:.9375rem;font-weight:600;line-height:1.4}.yma-reviews__business{color:#fff9;margin:0;font-size:.875rem;font-weight:400;line-height:1.4}.yma-reviews__business-link{color:inherit;text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px;transition:color .15s}.yma-reviews__business-link:hover{color:#2d9f5e}.yma-reviews__business-link:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #2d9f5e}@keyframes yma-reviews-star-pop{0%{opacity:0;transform:scale(.3)}60%{opacity:1;transform:scale(1.18)}to{opacity:1;transform:scale(1)}}html.yma-motion .yma-reviews__card[data-reveal].is-revealed .yma-reviews__star{animation:.4s cubic-bezier(.34,1.56,.64,1) backwards yma-reviews-star-pop;animation-delay:calc(var(--yma-reveal-delay,0s) + .25s)}html.yma-motion .yma-reviews__card[data-reveal].is-revealed .yma-reviews__star:nth-child(2){animation-delay:calc(var(--yma-reveal-delay,0s) + .32s)}html.yma-motion .yma-reviews__card[data-reveal].is-revealed .yma-reviews__star:nth-child(3){animation-delay:calc(var(--yma-reveal-delay,0s) + .39s)}html.yma-motion .yma-reviews__card[data-reveal].is-revealed .yma-reviews__star:nth-child(4){animation-delay:calc(var(--yma-reveal-delay,0s) + .46s)}html.yma-motion .yma-reviews__card[data-reveal].is-revealed .yma-reviews__star:nth-child(5){animation-delay:calc(var(--yma-reveal-delay,0s) + .53s)}.yma-reviews__grid--wall{gap:2rem;height:620px;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 10% 90%,#0000);mask-image:linear-gradient(#0000,#000 10% 90%,#0000)}.yma-reviews__col{flex:1 1 0;min-width:0}.yma-reviews__col-track{will-change:transform;animation:yma-reviews-wall-scroll var(--yma-wall-duration,17s) linear infinite;flex-direction:column;display:flex}.yma-reviews__grid--wall .yma-reviews__card{flex-shrink:0;margin-bottom:2rem}.yma-reviews__grid--wall:hover .yma-reviews__col-track,.yma-reviews__grid--wall:focus-within .yma-reviews__col-track{animation-play-state:paused}@keyframes yma-reviews-wall-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media (width>=769px) and (width<=1100px) and (prefers-reduced-motion:no-preference){.yma-reviews__grid--wall .yma-reviews__col:nth-child(3){display:none}}@media (width<=768px){.yma-reviews__grid--wall{flex-direction:column;gap:0;height:auto;display:flex;overflow:visible;-webkit-mask-image:none;mask-image:none}.yma-reviews__grid--wall .yma-reviews__col,.yma-reviews__grid--wall .yma-reviews__col-track{display:contents}.yma-reviews__grid--wall .yma-reviews__col-track{animation:none}.yma-reviews__grid--wall .yma-reviews__card{order:var(--yma-card-order,0);margin-bottom:1.5rem}.yma-reviews__grid--wall .yma-reviews__card--dupe,.yma-reviews__grid--wall .yma-reviews__card--wall-rest{display:none}}@media (width<=900px){.yma-reviews__grid{grid-template-columns:1fr;gap:2rem}}@media (width<=768px){.yma-reviews{padding:4rem 1.5rem}.yma-reviews__heading{margin-bottom:3rem}}@media (width<=600px){.yma-reviews__grid{gap:1.5rem}.yma-reviews__card{padding:1.5rem}}@media (prefers-reduced-motion:reduce){.yma-reviews__card{transition:none}.yma-reviews__card:hover{transform:none}.yma-reviews__star{animation:none!important}.yma-reviews__col-track{animation:none}.yma-reviews__grid--wall{grid-template-columns:repeat(3,1fr);gap:2rem;height:auto;display:grid;overflow:visible;-webkit-mask-image:none;mask-image:none}.yma-reviews__grid--wall .yma-reviews__col,.yma-reviews__grid--wall .yma-reviews__col-track{display:contents}.yma-reviews__grid--wall .yma-reviews__card{order:var(--yma-card-order,0);margin-bottom:0}.yma-reviews__grid--wall .yma-reviews__card--dupe,.yma-reviews__grid--wall .yma-reviews__card--wall-deep{display:none}}@media (prefers-reduced-motion:reduce) and (width<=1100px){.yma-reviews__grid--wall{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce) and (width<=768px){.yma-reviews__grid--wall{grid-template-columns:1fr}}.yma-faq-preview{color:#000;background:#fff;padding:6rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative}.yma-faq-preview,.yma-faq-preview *,.yma-faq-preview :before,.yma-faq-preview :after{box-sizing:border-box}.yma-faq-preview__inner{grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:start;gap:4rem;max-width:1400px;margin:0 auto;padding:0;display:grid}.yma-faq-preview__header{margin-bottom:0}.yma-faq-preview__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#2d9f5e;margin:0 0 1.25rem;font-size:.75rem;font-weight:600;line-height:1}.yma-faq-preview__eyebrow:empty{display:none}.yma-faq-preview__headline{letter-spacing:-.02em;text-transform:uppercase;color:#000;margin:0;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700;line-height:1.05}.yma-faq-preview__main{min-width:0}.yma-faq-preview__headline-line{white-space:nowrap;display:block}.yma-faq-preview__headline-accent{color:#2d9f5e;white-space:nowrap;display:inline-block}.yma-faq-preview__headline-scribble{display:none}.yma-faq-preview__list{border-top:1px solid #e5e5e5}.yma-faq-preview__item{border-bottom:1px solid #e5e5e5}.yma-faq-preview__item-heading{color:#000;margin:0;padding:0;font-size:1.125rem;font-weight:700;line-height:1.35}.yma-faq-preview__summary{appearance:none;cursor:pointer;text-align:left;color:#000;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:1.5rem;width:calc(100% + 2rem);margin:0 -1rem;padding:1.5rem 1rem;font-family:inherit;font-size:1.125rem;font-weight:700;line-height:1.35;transition:color .15s,background-color .18s;display:flex}.yma-faq-preview__summary:hover{color:#2d9f5e;background:#f5f5f5}.yma-faq-preview__summary:focus-visible{outline-offset:2px;border-radius:8px;outline:2px solid #2d9f5e}.yma-faq-preview__question{flex:auto;min-width:0}.yma-faq-preview__icon{color:#2d9f5e;flex:none;justify-content:center;align-items:center;width:28px;height:28px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative}.yma-faq-preview__icon:before,.yma-faq-preview__icon:after{content:"";background:currentColor;border-radius:1px;position:absolute}.yma-faq-preview__icon:before{width:16px;height:2px}.yma-faq-preview__icon:after{width:2px;height:16px}.yma-faq-preview__item.is-open .yma-faq-preview__icon{transform:rotate(45deg)}.yma-faq-preview__panel{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.16,1,.3,1);display:grid}.yma-faq-preview__panel-inner{visibility:hidden;min-height:0;transition:visibility 0s linear .4s;overflow:hidden}.yma-faq-preview__item.is-open .yma-faq-preview__panel{grid-template-rows:1fr}.yma-faq-preview__item.is-open .yma-faq-preview__panel-inner{visibility:visible;transition-delay:0s}.yma-faq-preview__answer{color:#555;opacity:0;max-width:65ch;padding:0 0 1.75rem;font-size:1rem;line-height:1.65;transition:opacity .3s,transform .4s cubic-bezier(.16,1,.3,1);transform:translateY(8px)}.yma-faq-preview__item.is-open .yma-faq-preview__answer{opacity:1;transition-delay:50ms,50ms;transform:none}.yma-faq-preview__answer p{margin:0 0 1rem}.yma-faq-preview__answer p:last-child{margin-bottom:0}.yma-faq-preview__answer a{color:#2d9f5e;text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;transition:color .15s,text-decoration-thickness .15s}.yma-faq-preview__answer a:hover{color:#248950;text-decoration-thickness:2px}.yma-faq-preview__footer{justify-content:flex-end;margin-top:2.5rem;display:flex}.yma-faq-preview__view-all{color:#2d9f5e;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.yma-faq-preview__view-all [data-yma-faq-preview-view-all-label]{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px;transition:text-decoration-thickness .15s}.yma-faq-preview__view-all:hover{color:#248950}.yma-faq-preview__view-all:hover [data-yma-faq-preview-view-all-label]{text-decoration-thickness:2px}.yma-faq-preview__view-all-arrow{text-decoration:none;transition:transform .15s;display:inline-block}.yma-faq-preview__view-all:hover .yma-faq-preview__view-all-arrow{transform:translate(3px)}@media (width<=900px){.yma-faq-preview{padding:4.5rem 2rem}.yma-faq-preview__inner{grid-template-columns:minmax(0,1fr);gap:2rem}.yma-faq-preview__header{margin-bottom:0}}@media (width<=600px){.yma-faq-preview{padding:4rem 1.5rem}.yma-faq-preview__header{margin-bottom:1.5rem}.yma-faq-preview__item-heading{font-size:1.0625rem}.yma-faq-preview__summary{gap:1rem;padding:1.25rem 1rem;font-size:1.0625rem}.yma-faq-preview__icon{width:24px;height:24px}.yma-faq-preview__icon:before{width:14px}.yma-faq-preview__icon:after{height:14px}.yma-faq-preview__answer{padding-bottom:1.5rem;font-size:.9375rem}.yma-faq-preview__footer{margin-top:2rem}}@media (prefers-reduced-motion:reduce){.yma-faq-preview__summary,.yma-faq-preview__icon,.yma-faq-preview__panel,.yma-faq-preview__panel-inner,.yma-faq-preview__answer,.yma-faq-preview__view-all,.yma-faq-preview__view-all-arrow{transition:none!important}.yma-faq-preview__answer{transform:none}}.yma-services-page__triage-host{position:relative}.yma-services-page__triage-host:before{content:"";background:#e5e5e5;width:calc(100% - 5rem);max-width:1400px;height:1px;margin:0 auto;display:block}@media (width<=768px){.yma-services-page__triage-host:before{width:calc(100% - 3rem)}}.yma-services-hero{color:#fff;background:#000;padding:5rem 2.5rem 6rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.yma-services-hero,.yma-services-hero *,.yma-services-hero :before,.yma-services-hero :after{box-sizing:border-box}.yma-services-hero__inner{grid-template-columns:55fr 45fr;align-items:center;gap:2.5rem;max-width:1400px;min-height:600px;margin:0 auto;display:grid}.yma-services-hero__left{flex-direction:column;justify-content:center;min-width:0;display:flex}.yma-services-hero__eyebrow{letter-spacing:.18em;color:#2d9f5e;text-transform:uppercase;margin:0 0 1.5rem;font-size:.875rem;font-weight:600}.yma-services-hero__headline{letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin:0 0 1.75rem;font-size:96px;font-weight:700;line-height:1.1}@media (width<=1023px){.yma-services-hero__headline{font-size:clamp(64px,8vw,96px)}}@media (width<=768px){.yma-services-hero__headline{font-size:clamp(48px,12vw,64px)}}.yma-services-hero__headline-line{color:#fff;white-space:nowrap;display:block}.yma-services-hero__headline-line+.yma-services-hero__headline-line{margin-top:.04em}.yma-services-hero__headline-accent{color:#2d9f5e;white-space:nowrap;text-underline-offset:4px;-webkit-text-decoration:underline #2d9f5e;text-decoration:underline #2d9f5e;text-decoration-thickness:4px;display:inline-block;position:relative}.yma-services-hero__headline-scribble{display:none}.yma-services-hero__subhead{color:#ffffffc7;max-width:460px;margin:0 0 2.25rem;font-size:1.0625rem;font-weight:400;line-height:1.6}.yma-services-hero__cta-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.yma-services-hero__actions{flex-wrap:wrap;align-items:center;gap:.875rem;display:flex}.yma-services-hero__hw-arrow{color:#fff;flex-shrink:0;width:54px;height:40px;margin-top:.25rem;display:block}.yma-services-hero__handwritten{color:#fff;white-space:nowrap;flex-direction:column;align-items:flex-start;gap:0;margin:0;padding:0;font-family:Kalam,Caveat,Bradley Hand,Segoe Script,cursive;font-size:1.0625rem;font-weight:400;line-height:1.15;display:inline-flex;position:relative}.yma-services-hero__hw-text{flex-direction:column;align-items:flex-start;padding-top:.1rem;display:inline-flex}.yma-services-hero__hw-line{display:block}.yma-services-hero__right{justify-content:flex-end;align-items:center;min-height:480px;display:flex;position:relative}.yma-services-hero__photo-wrap{width:100%;max-width:640px;position:relative;overflow:hidden}.yma-services-hero__photo{object-fit:cover;width:100%;height:540px;display:block}.yma-services-hero__photo-wrap:after{content:"";pointer-events:none;background:linear-gradient(to top left,#0000008c 0%,#00000040 25%,#0000 55%);position:absolute;inset:0}.yma-services-hero__photo-caption{color:#fff;text-align:right;text-shadow:0 1px 2px #0000008c,0 0 6px #00000073;pointer-events:none;z-index:1;margin:0;padding:0;font-family:Kalam,Caveat,Bradley Hand,Segoe Script,cursive;font-size:1.5rem;font-weight:400;line-height:1.15;position:absolute;bottom:1.5rem;right:1.5rem}.yma-services-hero__photo-caption-line{display:block}.yma-services-hero__photo-caption-line:last-child{text-underline-offset:4px;-webkit-text-decoration:underline #2d9f5e;text-decoration:underline #2d9f5e;text-decoration-thickness:3px}@media (width<=900px){.yma-services-hero__inner{grid-template-columns:1fr;gap:2.25rem;min-height:0}.yma-services-hero__right{justify-content:center;min-height:0}.yma-services-hero__photo-wrap{max-width:560px}.yma-services-hero__photo{height:400px}.yma-services-hero__photo-caption{font-size:1.25rem;bottom:1.25rem;right:1.25rem}}@media (width<=768px){.yma-services-hero{padding:3rem 1.5rem 4rem}.yma-services-hero__subhead{font-size:1rem}}@supports (animation-timeline:view()){.yma-services-hero__photo{animation-name:yma-services-hero-photo-parallax;animation-duration:1ms;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:view()}}@keyframes yma-services-hero-photo-parallax{0%{transform:translateY(-4%)scale(1.1)}to{transform:translateY(4%)scale(1.1)}}@media (prefers-reduced-motion:reduce){.yma-services-hero__photo{animation:none}}.yma-services-hero--enter .yma-services-hero__eyebrow{--yma-services-hero-rise:14px;animation:.7s cubic-bezier(.16,1,.3,1) both yma-services-hero-rise-fade}.yma-services-hero__headline-line:first-child{--yma-services-hero-delay:80ms}.yma-services-hero__headline-line:nth-child(2){--yma-services-hero-delay:.15s}.yma-services-hero__headline-line:nth-child(3){--yma-services-hero-delay:.22s}.yma-services-hero__headline-line:nth-child(4){--yma-services-hero-delay:.29s}.yma-services-hero__headline-line:nth-child(5){--yma-services-hero-delay:.36s}.yma-services-hero--enter .yma-services-hero__headline-line{--yma-services-hero-rise:22px;animation:.75s cubic-bezier(.16,1,.3,1) both yma-services-hero-rise-fade;animation-delay:var(--yma-services-hero-delay,.36s)}.yma-services-hero--enter .yma-services-hero__subhead{--yma-services-hero-rise:20px;animation:.75s cubic-bezier(.16,1,.3,1) .48s both yma-services-hero-rise-fade}.yma-services-hero--enter .yma-services-hero__actions{--yma-services-hero-rise:18px;animation:.75s cubic-bezier(.16,1,.3,1) .6s both yma-services-hero-rise-fade}@keyframes yma-services-hero-rise-fade{0%{opacity:0;transform:translateY(var(--yma-services-hero-rise,20px))}to{opacity:1;transform:none}}.yma-services-hero--enter .yma-services-hero__hw-arrow path{animation:.5s cubic-bezier(.22,1,.36,1) both yma-services-hero-arrow-draw}.yma-services-hero--enter .yma-services-hero__hw-arrow path:first-child{animation-delay:.95s}.yma-services-hero--enter .yma-services-hero__hw-arrow path:nth-child(2){animation-duration:.3s;animation-delay:1.25s}@keyframes yma-services-hero-arrow-draw{0%{stroke-dasharray:1;stroke-dashoffset:1px}to{stroke-dasharray:1;stroke-dashoffset:0}}.yma-services-hero--enter .yma-services-hero__hw-line{animation:.45s cubic-bezier(.22,1,.36,1) both yma-services-hero-hw-wipe}.yma-services-hero--enter .yma-services-hero__hw-line:first-child{animation-delay:1.1s}.yma-services-hero--enter .yma-services-hero__hw-line:nth-child(2){animation-delay:1.32s}@keyframes yma-services-hero-hw-wipe{0%{clip-path:inset(-15% 105% -15% -5%)}to{clip-path:inset(-15% -5%)}}.yma-services-hero--enter .yma-services-hero__photo-wrap{transform-origin:50% 70%;animation:.9s cubic-bezier(.16,1,.3,1) .42s both yma-services-hero-photo-in}@keyframes yma-services-hero-photo-in{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:none}}.yma-services-hero--enter .yma-services-hero__photo-caption-line{animation:.5s cubic-bezier(.22,1,.36,1) both yma-services-hero-hw-wipe}.yma-services-hero--enter .yma-services-hero__photo-caption-line:first-child{animation-delay:1.4s}.yma-services-hero--enter .yma-services-hero__photo-caption-line:nth-child(2){animation-delay:1.65s}@media (width<=768px){.yma-services-hero--enter .yma-services-hero__headline-line{--yma-services-hero-rise:14px}.yma-services-hero--enter .yma-services-hero__subhead{--yma-services-hero-rise:13px}.yma-services-hero--enter .yma-services-hero__actions{--yma-services-hero-rise:12px}}@media (prefers-reduced-motion:reduce){.yma-services-hero,.yma-services-hero *,.yma-services-hero :before,.yma-services-hero :after{animation:none!important}}@media (width<=520px){.yma-services-hero__cta-row{flex-flow:wrap;align-items:center;gap:.5rem}.yma-services-hero__actions{flex-direction:row;gap:.75rem;width:auto}.yma-services-hero__hw-arrow{width:44px;height:32px}.yma-services-hero__handwritten{white-space:nowrap}}.yma-service-cards{color:#000;background:#fff;padding:6rem 2.5rem 5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.yma-service-cards,.yma-service-cards *,.yma-service-cards :before,.yma-service-cards :after{box-sizing:border-box}.yma-service-cards__inner{max-width:1400px;margin:0 auto}.yma-service-cards__heading{letter-spacing:-.02em;text-transform:uppercase;color:#000;margin:0 0 3rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.05}.yma-service-cards__heading:empty{display:none}.yma-service-cards__list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.yma-service-cards--bento .yma-service-cards__list{grid-template-columns:repeat(3,minmax(0,1fr))}.yma-service-cards--bento .yma-service-cards__card--anchor{grid-area:span 2/span 2}.yma-service-cards__card{margin:0;display:flex}.yma-service-cards__card-link{--yma-spot-x:50%;--yma-spot-y:50%;min-width:0;color:inherit;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:16px;flex-direction:column;flex:1;padding:2rem 1.75rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.yma-service-cards__spotlight{border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(340px circle at var(--yma-spot-x) var(--yma-spot-y), #2d9f5e1a, transparent 65%);position:absolute;inset:0}.yma-service-cards--bento .yma-service-cards__card--anchor .yma-service-cards__spotlight{background:radial-gradient(460px circle at var(--yma-spot-x) var(--yma-spot-y), #2d9f5e1a, transparent 65%)}.yma-service-cards__glow{border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(200px circle at var(--yma-spot-x) var(--yma-spot-y), #2d9f5e73, transparent 70%);-webkit-mask-composite:xor;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.yma-service-cards__card-top,.yma-service-cards__title,.yma-service-cards__desc,.yma-service-cards__sub-items,.yma-service-cards__learn{z-index:1;position:relative}.yma-service-cards__card-top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.yma-service-cards__icon{color:#000;transform-origin:0 100%;flex-shrink:0;width:64px;height:64px;margin:0;display:block}.yma-service-cards__number{letter-spacing:-.02em;color:#fff;-webkit-text-fill-color:#fff;text-shadow:-1.5px 0 #ccc,1.5px 0 #ccc,0 -1.5px #ccc,0 1.5px #ccc;-webkit-user-select:none;user-select:none;margin:0;font-size:2.5rem;font-weight:900;line-height:1}.yma-service-cards__title{letter-spacing:-.01em;text-transform:uppercase;color:#000;margin:0 0 .625rem;font-size:1.25rem;font-weight:700;line-height:1.15;transition:color .25s}.yma-service-cards__desc{color:#666;margin:0;font-size:.9375rem;font-weight:400;line-height:1.55}.yma-service-cards__sub-items{flex-wrap:wrap;gap:.5rem 1.25rem;margin:.875rem 0 0;padding:0;list-style:none;display:flex}.yma-service-cards__sub-item{color:#1a1a1a;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:500;line-height:1.4;display:inline-flex}.yma-service-cards__sub-tick{color:#2d9f5e;flex-shrink:0;width:14px;height:14px}.yma-service-cards__learn{color:#2d9f5e;white-space:nowrap;align-items:center;gap:.35rem;margin-top:auto;padding-top:1.5rem;font-size:.9375rem;font-weight:600;transition:color .15s;display:inline-flex}.yma-service-cards__learn-arrow{text-decoration:none;transition:transform .15s;display:inline-block}.yma-service-cards__card-link:hover .yma-service-cards__title,.yma-service-cards__card-link:focus-visible .yma-service-cards__title{color:#2d9f5e}.yma-service-cards__card-link:hover .yma-service-cards__learn{color:#248950}.yma-service-cards__card-link:hover .yma-service-cards__learn-arrow{transform:translate(3px)}.yma-service-cards__card-link:focus-visible{outline-offset:3px;outline:2px solid #2d9f5e}@media (hover:hover) and (pointer:fine){.yma-service-cards__card-link{transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)}.yma-service-cards__spotlight,.yma-service-cards__glow{transition:opacity .25s cubic-bezier(.16,1,.3,1)}.yma-service-cards__icon{transition:transform .35s cubic-bezier(.16,1,.3,1)}.yma-service-cards__number{transition:text-shadow .3s}.yma-service-cards__card-link:hover{transform:translateY(-5px);box-shadow:0 1px 2px #0000000a,0 8px 24px #00000012,0 24px 48px #0000000f}.yma-service-cards__card-link:hover .yma-service-cards__spotlight,.yma-service-cards__card-link:hover .yma-service-cards__glow{opacity:1}.yma-service-cards__card-link:hover .yma-service-cards__icon{transform:scale(1.07)rotate(-3deg)}.yma-service-cards__card-link:hover .yma-service-cards__number{text-shadow:-1.5px 0 #2d9f5e73,1.5px 0 #2d9f5e73,0 -1.5px #2d9f5e73,0 1.5px #2d9f5e73}}@media (prefers-reduced-motion:reduce){.yma-service-cards__card-link,.yma-service-cards__icon,.yma-service-cards__number,.yma-service-cards__title,.yma-service-cards__learn,.yma-service-cards__learn-arrow{transition:none}.yma-service-cards__card-link:hover,.yma-service-cards__card-link:hover .yma-service-cards__icon,.yma-service-cards__card-link:hover .yma-service-cards__learn-arrow{transform:none}.yma-service-cards__spotlight,.yma-service-cards__glow{display:none}}@media (width>=901px){.yma-service-cards--bento .yma-service-cards__card--anchor .yma-service-cards__card-link{padding:2.75rem 2.5rem 2.5rem}.yma-service-cards--bento .yma-service-cards__card--anchor .yma-service-cards__card-top{margin-bottom:2rem}.yma-service-cards--bento .yma-service-cards__card--anchor .yma-service-cards__icon{width:112px;height:112px}.yma-service-cards--bento .yma-service-cards__card--anchor .yma-service-cards__number{font-size:4rem}.yma-service-cards--bento .yma-service-cards__card--anchor .yma-service-cards__title{margin-bottom:.875rem;font-size:clamp(1.75rem,2.4vw,2.25rem)}.yma-service-cards--bento .yma-service-cards__card--anchor .yma-service-cards__desc{max-width:52ch;font-size:1.0625rem}}@media (width<=900px){.yma-service-cards--bento .yma-service-cards__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.yma-service-cards--bento .yma-service-cards__card--anchor{grid-area:auto/1/auto/-1}.yma-service-cards--bento .yma-service-cards__card:last-child:not(.yma-service-cards__card--anchor){grid-column:1/-1}}@media (width<=768px){.yma-service-cards{padding:4rem 1.5rem 3.5rem}.yma-service-cards__heading{margin-bottom:2rem}.yma-service-cards__card-link{padding:1.75rem 1.5rem}}@media (width<=600px){.yma-service-cards__list,.yma-service-cards--bento .yma-service-cards__list{grid-template-columns:1fr;gap:1rem}.yma-service-cards__icon{width:56px;height:56px}.yma-service-cards__number{font-size:2rem}.yma-service-cards__title{font-size:1.125rem}.yma-service-cards__card-top{margin-bottom:1.25rem}.yma-service-cards__learn{padding-top:1.25rem}}.yma-service-triage{color:#000;background:#fff;padding:6rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative}.yma-service-triage,.yma-service-triage *,.yma-service-triage :before,.yma-service-triage :after{box-sizing:border-box}.yma-service-triage__inner{grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:start;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.yma-service-triage__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#2d9f5e;margin:0 0 1.25rem;font-size:.75rem;font-weight:600;line-height:1}.yma-service-triage__eyebrow:empty{display:none}.yma-service-triage__headline{letter-spacing:-.02em;text-transform:uppercase;color:#000;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.05}.yma-service-triage__headline-line{display:block}.yma-service-triage__headline-accent{color:#2d9f5e;display:inline-block}.yma-service-triage__lead{color:#333;max-width:32rem;margin:1.5rem 0 0;font-size:1.0625rem;font-weight:400;line-height:1.6}.yma-service-triage__card{background:#f5f5f5;border:1px solid #e5e5e5;min-width:0;padding:2.5rem}.yma-service-triage__viewport{transition:height .45s cubic-bezier(.16,1,.3,1);overflow:hidden}.yma-service-triage__step{transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .45s cubic-bezier(.16,1,.3,1)}.yma-service-triage__step.is-leaving{opacity:0;transition-duration:.16s,.16s;transform:translateY(-10px)}.yma-service-triage__step.is-entering{opacity:0;transition:none;transform:translateY(14px)}.yma-service-triage__question{letter-spacing:-.01em;color:#000;outline:none;margin:0 0 1.5rem;font-size:1.375rem;font-weight:700;line-height:1.3}.yma-service-triage__options{flex-direction:column;gap:.75rem;display:flex}.yma-service-triage__option{appearance:none;text-align:left;color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #e5e5e5;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.125rem 1.375rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.4;transition:border-color .18s,transform .18s;display:flex}.yma-service-triage__option:hover{border-color:#2d9f5e;transform:translate(4px)}.yma-service-triage__option:focus-visible{outline-offset:2px;border-color:#2d9f5e;outline:2px solid #2d9f5e}.yma-service-triage__option-arrow{color:#a3a3a3;flex:none;font-size:1rem;line-height:1;transition:color .18s,transform .18s}.yma-service-triage__option:hover .yma-service-triage__option-arrow{color:#2d9f5e;transform:translate(3px)}.yma-service-triage__result-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#2d9f5e;margin:0 0 1rem;font-size:.75rem;font-weight:600;line-height:1}.yma-service-triage__result-title{letter-spacing:-.01em;color:#000;outline:none;margin:0 0 .875rem;font-size:1.625rem;font-weight:700;line-height:1.2}.yma-service-triage__result-blurb{color:#333;max-width:36rem;margin:0 0 2rem;font-size:1.0625rem;font-weight:400;line-height:1.6}.yma-service-triage__result-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.yma-service-triage__restart{appearance:none;color:#1a1a1a;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9375rem;font-weight:600;line-height:1.4}.yma-service-triage__restart-label{border-bottom:2px solid #2d9f5e;padding-bottom:1px}.yma-service-triage__restart:hover .yma-service-triage__restart-label{color:#2d9f5e}.yma-service-triage__restart:focus-visible{outline-offset:3px;outline:2px solid #2d9f5e}.yma-service-triage__controls{border-top:1px solid #e5e5e5;margin-top:1.75rem;padding-top:1.25rem}.yma-service-triage__controls[hidden]{display:none}.yma-service-triage__back{appearance:none;color:#666;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1;transition:color .18s;display:inline-flex}.yma-service-triage__back:hover{color:#000}.yma-service-triage__back:focus-visible{outline-offset:3px;outline:2px solid #2d9f5e}.yma-service-triage__back-arrow{font-size:1rem;line-height:1;transition:transform .18s}.yma-service-triage__back:hover .yma-service-triage__back-arrow{transform:translate(-3px)}@media (width<=900px){.yma-service-triage__inner{grid-template-columns:1fr;gap:2.5rem}}@media (width<=768px){.yma-service-triage{padding:4rem 1.5rem}.yma-service-triage__card{padding:1.5rem}.yma-service-triage__question{font-size:1.1875rem}.yma-service-triage__option{padding:1rem 1.125rem;font-size:.9375rem}.yma-service-triage__result-title{font-size:1.375rem}}@media (prefers-reduced-motion:reduce){.yma-service-triage__viewport,.yma-service-triage__step,.yma-service-triage__option,.yma-service-triage__option-arrow,.yma-service-triage__back,.yma-service-triage__back-arrow{transition:none!important}.yma-service-triage__option:hover,.yma-service-triage__option:hover .yma-service-triage__option-arrow,.yma-service-triage__back:hover .yma-service-triage__back-arrow{transform:none}}.yma-pricing-modes{color:#fff;background:#000;padding:6rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.yma-pricing-modes,.yma-pricing-modes *,.yma-pricing-modes :before,.yma-pricing-modes :after{box-sizing:border-box}.yma-pricing-modes__inner{grid-template-columns:minmax(0,4.5fr) minmax(0,3fr) minmax(0,2.5fr);align-items:center;column-gap:3rem;max-width:1400px;margin:0 auto;display:grid}.yma-pricing-modes__mid{min-width:0}.yma-pricing-modes__lede{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.yma-pricing-modes__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#2d9f5e;margin:0;font-size:.75rem;font-weight:600;line-height:1}.yma-pricing-modes__heading{letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.05}.yma-pricing-modes__heading-line{display:block}.yma-pricing-modes__heading-line--accent .yma-pricing-modes__heading-accent{color:#2d9f5e;display:inline-block}.yma-pricing-modes__heading-scribble{display:none}.yma-pricing-modes__subhead{color:#fffc;margin:0;font-size:1rem;font-weight:400;line-height:1.6}.yma-pricing-modes__sidekick{justify-content:flex-end;min-width:0;display:flex}.yma-pricing-modes__checklist{background:0 0;border:1px solid #fff3;border-radius:8px;flex-direction:column;gap:1rem;width:100%;margin:0;padding:1.5rem;list-style:none;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex}.yma-pricing-modes__checklist:hover,.yma-pricing-modes__sidekick:focus-within .yma-pricing-modes__checklist{border-color:#2d9f5e73;transform:translateY(-4px);box-shadow:0 12px 32px #0006}.yma-pricing-modes__checklist-item{color:#fff;align-items:center;gap:.75rem;font-size:.9375rem;font-weight:500;line-height:1.5;display:flex}.yma-pricing-modes__checklist-icon{color:#2d9f5e;flex-shrink:0;width:16px;height:16px;display:block}.yma-pricing-modes__modes{display:none}.yma-pricing-modes--has-modes .yma-pricing-modes__modes{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:1200px;margin:4rem auto 0;display:grid}.yma-pricing-modes__mode{background:#0a0a0a;border:1px solid #2a2a2a;border-radius:12px;padding:2rem 1.75rem;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex}.yma-pricing-modes__mode:hover,.yma-pricing-modes__mode:focus-within{border-color:#2d9f5e73;transform:translateY(-4px);box-shadow:0 14px 36px #00000073}.yma-pricing-modes__mode-reveal{flex-direction:column;flex:1;gap:1rem;min-width:0;display:flex}.yma-pricing-modes__mode-icon{color:#2d9f5e;width:24px;height:24px;display:block}.yma-pricing-modes__mode-title{letter-spacing:.04em;text-transform:uppercase;color:#fff;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.yma-pricing-modes__mode-price{align-items:baseline;gap:.3rem;margin:0;display:flex}.yma-pricing-modes__mode-price-value{letter-spacing:-.02em;color:#fff;font-variant-numeric:tabular-nums;font-size:2rem;font-weight:700;line-height:1}.yma-pricing-modes__mode-price-period{color:#ffffffb3;font-size:.875rem;font-weight:400;line-height:1.2}.yma-pricing-modes__mode-desc{color:#cfcfcf;margin:0;font-size:.95rem;font-weight:400;line-height:1.5}.yma-pricing-modes__mode-includes{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.yma-pricing-modes__mode-include{color:#e5e5e5;align-items:center;gap:.6rem;font-size:.875rem;line-height:1.3;display:flex}.yma-pricing-modes__mode-include-icon{color:#2d9f5e;flex-shrink:0;width:14px;height:14px;display:block}.yma-pricing-modes__mode-cta{color:#2d9f5e;align-self:flex-start;align-items:center;gap:.35rem;margin-top:auto;padding-top:.5rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .15s;display:inline-flex}.yma-pricing-modes__mode-cta-arrow{transition:transform .15s;display:inline-block}.yma-pricing-modes__mode-cta:hover{color:#6dd49a}.yma-pricing-modes__mode-cta:hover .yma-pricing-modes__mode-cta-arrow{transform:translate(2px)}.yma-pricing-modes__mode-cta:focus-visible{outline-offset:4px;border-radius:2px;outline:2px solid #2d9f5e}html.yma-motion .yma-pricing-modes__sidekick[data-reveal] .yma-pricing-modes__checklist-item,html.yma-motion .yma-pricing-modes__mode-reveal[data-reveal] .yma-pricing-modes__mode-include{opacity:0;transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1);transform:translateY(8px)}html.yma-motion .yma-pricing-modes__sidekick[data-reveal].is-revealed .yma-pricing-modes__checklist-item,html.yma-motion .yma-pricing-modes__mode-reveal[data-reveal].is-revealed .yma-pricing-modes__mode-include{opacity:1;transform:none}html.yma-motion .yma-pricing-modes__sidekick[data-reveal].is-revealed .yma-pricing-modes__checklist-item:first-child,html.yma-motion .yma-pricing-modes__mode-reveal[data-reveal].is-revealed .yma-pricing-modes__mode-include:first-child{transition-delay:calc(var(--yma-reveal-delay,0s) + .18s)}html.yma-motion .yma-pricing-modes__sidekick[data-reveal].is-revealed .yma-pricing-modes__checklist-item:nth-child(2),html.yma-motion .yma-pricing-modes__mode-reveal[data-reveal].is-revealed .yma-pricing-modes__mode-include:nth-child(2){transition-delay:calc(var(--yma-reveal-delay,0s) + .25s)}html.yma-motion .yma-pricing-modes__sidekick[data-reveal].is-revealed .yma-pricing-modes__checklist-item:nth-child(3),html.yma-motion .yma-pricing-modes__mode-reveal[data-reveal].is-revealed .yma-pricing-modes__mode-include:nth-child(3){transition-delay:calc(var(--yma-reveal-delay,0s) + .32s)}html.yma-motion .yma-pricing-modes__sidekick[data-reveal].is-revealed .yma-pricing-modes__checklist-item:nth-child(4),html.yma-motion .yma-pricing-modes__mode-reveal[data-reveal].is-revealed .yma-pricing-modes__mode-include:nth-child(4){transition-delay:calc(var(--yma-reveal-delay,0s) + .39s)}html.yma-motion .yma-pricing-modes__sidekick[data-reveal].is-revealed .yma-pricing-modes__checklist-item:nth-child(5),html.yma-motion .yma-pricing-modes__mode-reveal[data-reveal].is-revealed .yma-pricing-modes__mode-include:nth-child(5){transition-delay:calc(var(--yma-reveal-delay,0s) + .46s)}html.yma-motion .yma-pricing-modes__sidekick[data-reveal].is-revealed .yma-pricing-modes__checklist-item:nth-child(n+6),html.yma-motion .yma-pricing-modes__mode-reveal[data-reveal].is-revealed .yma-pricing-modes__mode-include:nth-child(n+6){transition-delay:calc(var(--yma-reveal-delay,0s) + .53s)}@media (prefers-reduced-motion:reduce){.yma-pricing-modes__checklist,.yma-pricing-modes__mode{transition:none}.yma-pricing-modes__checklist:hover,.yma-pricing-modes__sidekick:focus-within .yma-pricing-modes__checklist,.yma-pricing-modes__mode:hover,.yma-pricing-modes__mode:focus-within{transform:none}html.yma-motion .yma-pricing-modes__sidekick[data-reveal] .yma-pricing-modes__checklist-item,html.yma-motion .yma-pricing-modes__mode-reveal[data-reveal] .yma-pricing-modes__mode-include{opacity:1!important;transition:none!important;transform:none!important}.yma-pricing-modes__mode-cta,.yma-pricing-modes__mode-cta-arrow{transition:none}.yma-pricing-modes__mode-cta:hover .yma-pricing-modes__mode-cta-arrow{transform:none}}@media (width<=960px){.yma-pricing-modes__inner{grid-template-columns:minmax(0,1fr);row-gap:2rem}.yma-pricing-modes__lede{grid-column:1/-1}.yma-pricing-modes__sidekick{justify-content:flex-start}.yma-pricing-modes__checklist{max-width:520px}.yma-pricing-modes--has-modes .yma-pricing-modes__modes{grid-template-columns:1fr;gap:1rem}}@media (width<=640px){.yma-pricing-modes{padding:4rem 1.5rem}.yma-pricing-modes__inner{grid-template-columns:1fr;row-gap:2rem}.yma-pricing-modes__subhead{max-width:none}.yma-pricing-modes__sidekick{grid-column:auto}.yma-pricing-modes__checklist{max-width:none;padding:1.5rem}.yma-pricing-modes--has-modes .yma-pricing-modes__modes{margin-top:3rem}}.yma-case-study-hero{color:#fff;background:#000;padding:4rem 2.5rem 6rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.yma-case-study-hero,.yma-case-study-hero *,.yma-case-study-hero :before,.yma-case-study-hero :after{box-sizing:border-box}.yma-case-study-hero__inner{grid-template-columns:45fr 55fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.yma-case-study-hero__left{flex-direction:column;min-width:0;display:flex}.yma-case-study-hero__eyebrow{letter-spacing:.1em;color:#2d9f5e;text-transform:uppercase;margin:0 0 1.5rem;font-size:.875rem;font-weight:600}.yma-case-study-hero__title{letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:700;line-height:1}.yma-case-study-hero__subtitle{color:#ffffffb3;margin:1rem 0 0;font-size:1.125rem;font-weight:400;line-height:1.4}.yma-case-study-hero__subtitle:empty{display:none}.yma-case-study-hero__body{color:#ffffffd9;max-width:480px;margin:1.5rem 0 0;font-size:1rem;font-weight:400;line-height:1.6}.yma-case-study-hero__services{flex-direction:column;gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.yma-case-study-hero__service{color:#fff;align-items:center;gap:.625rem;font-size:.9375rem;line-height:1.4;display:flex}.yma-case-study-hero__service-icon{color:#2d9f5e;flex:none;width:18px;height:18px;display:inline-flex}.yma-case-study-hero__action{margin-top:2rem}.yma-case-study-hero__right{min-width:0;position:relative}.yma-case-study-hero__image{aspect-ratio:5/4;object-fit:cover;background:#1a1a1a;border-radius:12px;width:100%;height:auto;display:block}@media (width<=900px){.yma-case-study-hero__inner{grid-template-columns:1fr;gap:2.5rem}}@media (width<=768px){.yma-case-study-hero{padding:3rem 1.5rem 4rem}}.yma-case-study-hero--enter .yma-case-study-hero__eyebrow{--yma-case-study-hero-rise:14px;animation:.7s cubic-bezier(.16,1,.3,1) both yma-case-study-hero-rise-fade}.yma-case-study-hero--enter .yma-case-study-hero__title{--yma-case-study-hero-rise:28px;animation:.8s cubic-bezier(.16,1,.3,1) 90ms both yma-case-study-hero-rise-fade}.yma-case-study-hero--enter .yma-case-study-hero__subtitle{--yma-case-study-hero-rise:20px;animation:.7s cubic-bezier(.16,1,.3,1) .2s both yma-case-study-hero-rise-fade}.yma-case-study-hero--enter .yma-case-study-hero__body{--yma-case-study-hero-rise:20px;animation:.7s cubic-bezier(.16,1,.3,1) .3s both yma-case-study-hero-rise-fade}.yma-case-study-hero--enter .yma-case-study-hero__service{--yma-case-study-hero-rise:14px;animation:.6s cubic-bezier(.16,1,.3,1) both yma-case-study-hero-rise-fade;animation-delay:var(--yma-case-study-hero-service-delay,.82s)}.yma-case-study-hero__service:first-child{--yma-case-study-hero-service-delay:.4s}.yma-case-study-hero__service:nth-child(2){--yma-case-study-hero-service-delay:.47s}.yma-case-study-hero__service:nth-child(3){--yma-case-study-hero-service-delay:.54s}.yma-case-study-hero__service:nth-child(4){--yma-case-study-hero-service-delay:.61s}.yma-case-study-hero__service:nth-child(5){--yma-case-study-hero-service-delay:.68s}.yma-case-study-hero__service:nth-child(6){--yma-case-study-hero-service-delay:.75s}.yma-case-study-hero--enter .yma-case-study-hero__action{--yma-case-study-hero-rise:16px;animation:.65s cubic-bezier(.16,1,.3,1) .64s both yma-case-study-hero-rise-fade}@keyframes yma-case-study-hero-rise-fade{0%{opacity:0;transform:translateY(var(--yma-case-study-hero-rise,18px))}to{opacity:1;transform:none}}.yma-case-study-hero--enter-img .yma-case-study-hero__image{transform-origin:0;animation:.9s cubic-bezier(.16,1,.3,1) .35s both yma-case-study-hero-image-unveil}@keyframes yma-case-study-hero-image-unveil{0%{clip-path:inset(0 100% 0 0 round 12px);transform:scale(1.04)}to{clip-path:inset(0 round 12px);transform:none}}@media (width<=768px){.yma-case-study-hero--enter .yma-case-study-hero__title{--yma-case-study-hero-rise:18px}.yma-case-study-hero--enter .yma-case-study-hero__subtitle,.yma-case-study-hero--enter .yma-case-study-hero__body{--yma-case-study-hero-rise:14px}}@media (prefers-reduced-motion:reduce){.yma-case-study-hero,.yma-case-study-hero *,.yma-case-study-hero :before,.yma-case-study-hero :after{animation:none!important}}.yma-cta-bar{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.yma-cta-bar,.yma-cta-bar *,.yma-cta-bar :before,.yma-cta-bar :after{box-sizing:border-box}.yma-cta-bar__inner{z-index:1;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:grid;position:relative}.yma-cta-bar__headline{margin:0;font-weight:700;line-height:1.15}.yma-cta-bar__body{margin:0}.yma-cta-bar__accent{isolation:isolate;white-space:nowrap;display:inline-block;position:relative}.yma-cta-bar__scribble{pointer-events:none;z-index:-1;width:110%;height:auto;display:block;position:absolute;bottom:-.15em;left:-5%}.yma-cta-bar__col--action{flex-direction:column;align-items:flex-end;gap:.875rem;display:flex}.yma-cta-bar__col--body-stack{flex-direction:column;gap:.5rem;display:flex}.yma-cta-bar__icon-svg{display:block}.yma-cta-bar__handwritten{white-space:nowrap;align-items:center;gap:.5rem;margin:0;font-family:Kalam,Caveat,Bradley Hand,Segoe Script,cursive;font-size:.875rem;font-weight:400;line-height:1.2;display:inline-flex}.yma-cta-bar__hw-arrow{flex-shrink:0;display:block;transform:scaleX(-1)}.yma-cta-bar--split-primary{color:#fff;background:#2d9f5e;padding:2.5rem}.yma-cta-bar--split-primary .yma-cta-bar__inner{grid-template-columns:minmax(0,1.7fr) 1px minmax(0,1.1fr) 1px minmax(0,.95fr);gap:2rem}.yma-cta-bar--split-primary .yma-cta-bar__divider{background:#fff3;align-self:stretch;width:1px}.yma-cta-bar--split-primary .yma-cta-bar__headline{color:#fff;font-size:clamp(1.75rem,3.5vw,2.5rem)}.yma-cta-bar--split-primary .yma-cta-bar__body{color:#ffffffe6;font-size:1rem;line-height:1.5}.yma-cta-bar--split-primary .yma-cta-bar__handwritten{color:#ffffffd9}.yma-cta-bar--split-primary .yma-btn--outline-light{color:#000;background:#fff;border-color:#fff;border-radius:8px}.yma-cta-bar--split-primary .yma-btn--outline-light:hover{background:#ffffffeb;border-color:#ffffffeb}@media (width>=769px){.yma-cta-bar--split-primary .yma-cta-bar__col--action .yma-btn{padding-left:4.125rem;padding-right:4.125rem}.yma-cta-bar--split-primary .yma-cta-bar__handwritten{font-size:1.75rem}.yma-cta-bar--split-primary .yma-cta-bar__hw-arrow{width:56px;height:44px}}@media (width<=768px){.yma-cta-bar--split-primary .yma-cta-bar__handwritten{font-size:1.3125rem}}@media (width>=901px){.yma-cta-bar--split-primary .yma-cta-bar__inner{grid-template-columns:minmax(0,1.7fr) 1px minmax(0,1.1fr) 1px auto}}.yma-cta-bar--split-dark{color:#fff;background:#000;padding:2.5rem}.yma-cta-bar--split-dark .yma-cta-bar__inner{grid-template-columns:minmax(0,1.7fr) 1px minmax(0,1.1fr) 1px minmax(0,.95fr);gap:2rem}.yma-cta-bar--split-dark .yma-cta-bar__divider{background:#ffffff26;align-self:stretch;width:1px}.yma-cta-bar--split-dark .yma-cta-bar__headline{color:#fff;font-size:clamp(1.75rem,3.5vw,2.5rem)}.yma-cta-bar--split-dark .yma-cta-bar__accent{color:#2d9f5e;white-space:normal;display:inline}.yma-cta-bar--split-dark .yma-cta-bar__body{color:#fffc;font-size:1rem;line-height:1.5}.yma-cta-bar--split-dark .yma-cta-bar__handwritten{color:#fffc}.yma-cta-bar--split-dark .yma-btn--green{border-radius:8px}.yma-cta-bar--full-width-primary{color:#fff;background:#2d9f5e;padding:1.5rem 2.5rem}.yma-cta-bar--full-width-primary .yma-cta-bar__inner{grid-template-columns:56px minmax(0,1fr) auto;gap:1.5rem}.yma-cta-bar--full-width-primary .yma-cta-bar__icon-wrap{color:#fff;background:#1a7a47;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.yma-cta-bar--full-width-primary .yma-cta-bar__headline{color:#fff;font-size:clamp(1.5rem,2.8vw,2rem)}.yma-cta-bar--full-width-primary .yma-cta-bar__body{color:#ffffffd9;font-size:.9375rem;line-height:1.45}.yma-cta-bar--full-width-primary .yma-btn--outline-light{color:#000;background:#fff;border-color:#fff;border-radius:8px}.yma-cta-bar--full-width-primary .yma-btn--outline-light:hover{background:#ffffffeb;border-color:#ffffffeb}.yma-cta-bar--full-width-dark{color:#fff;background:#000;padding:1.5rem 2.5rem}.yma-cta-bar--full-width-dark .yma-cta-bar__inner{grid-template-columns:56px minmax(0,1fr) auto;gap:1.5rem}.yma-cta-bar--full-width-dark .yma-cta-bar__icon-wrap{color:#000;background:#2d9f5e;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.yma-cta-bar--full-width-dark .yma-cta-bar__headline{color:#fff;font-size:clamp(1.5rem,2.8vw,2rem)}.yma-cta-bar--full-width-dark .yma-cta-bar__body{color:#fffc;font-size:.9375rem;line-height:1.45}.yma-cta-bar--full-width-dark .yma-btn--green{border-radius:8px}.yma-cta-bar--split-service-focus{color:#fff;background:#2d9f5e;padding:2rem 2.5rem}.yma-cta-bar--split-service-focus .yma-cta-bar__inner{grid-template-columns:88px minmax(0,1.4fr) minmax(0,1fr) auto;gap:1.75rem}.yma-cta-bar--split-service-focus .yma-cta-bar__icon-panel{color:#2d9f5e;background:#d4f0e0;border-radius:12px;justify-content:center;align-items:center;width:88px;height:88px;display:flex}.yma-cta-bar--split-service-focus .yma-cta-bar__icon-panel .yma-cta-bar__icon-svg{stroke-width:2px;width:36px;height:36px}.yma-cta-bar--split-service-focus .yma-cta-bar__headline{color:#fff;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.2}.yma-cta-bar--split-service-focus .yma-cta-bar__body{color:#ffffffe6;font-size:.9375rem;line-height:1.5}.yma-cta-bar--split-service-focus .yma-btn--outline-light{color:#000;background:#fff;border-color:#fff;border-radius:8px}.yma-cta-bar--split-service-focus .yma-btn--outline-light:hover{background:#ffffffeb;border-color:#ffffffeb}.yma-cta-bar--minimal-edge-case{color:#000;background:#fff;border:2px solid #2d9f5e;border-radius:12px;padding:1.25rem 2rem}.yma-cta-bar--minimal-edge-case .yma-cta-bar__inner{grid-template-columns:56px minmax(0,1fr) auto;gap:1.25rem}.yma-cta-bar--minimal-edge-case .yma-cta-bar__icon-outlined{color:#2d9f5e;background:#fff;border:2px solid #2d9f5e;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.yma-cta-bar--minimal-edge-case .yma-cta-bar__headline{color:#000;font-size:clamp(1.25rem,2.5vw,1.75rem)}.yma-cta-bar--minimal-edge-case .yma-cta-bar__body{color:#666;margin-top:.125rem;font-size:.9375rem;line-height:1.45}.yma-cta-bar--minimal-edge-case .yma-cta-bar__link{color:#2d9f5e;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.yma-cta-bar--minimal-edge-case .yma-cta-bar__link>span:first-child{text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:1px;transition:text-decoration-thickness .15s}.yma-cta-bar--minimal-edge-case .yma-cta-bar__link:hover{color:#248950}.yma-cta-bar--minimal-edge-case .yma-cta-bar__link:hover>span:first-child{text-decoration-thickness:2px}.yma-cta-bar--minimal-edge-case .yma-cta-bar__link-arrow{text-decoration:none;transition:transform .15s;display:inline-block}.yma-cta-bar--minimal-edge-case .yma-cta-bar__link:hover .yma-cta-bar__link-arrow{transform:translate(2px)}.yma-cta-bar--split-primary,.yma-cta-bar--full-width-primary,.yma-cta-bar--split-service-focus{background:linear-gradient(115deg,#2d9f5e 0%,#248950 50%,#2d9f5e 100%) 0%/250% 250%;animation:10s ease-in-out infinite yma-cta-bar-drift}@keyframes yma-cta-bar-drift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.yma-cta-bar--split-dark:before,.yma-cta-bar--full-width-dark:before{content:"";transform-origin:0;z-index:2;pointer-events:none;background:#2d9f5e;width:100%;height:1px;transition:transform 1.1s cubic-bezier(.16,1,.3,1) .15s;position:absolute;top:0;left:0;transform:scaleX(0)}.yma-cta-bar--split-dark.is-revealed:before,.yma-cta-bar--full-width-dark.is-revealed:before{transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.yma-cta-bar--split-primary,.yma-cta-bar--full-width-primary,.yma-cta-bar--split-service-focus{background:#2d9f5e;animation:none}.yma-cta-bar--split-dark:before,.yma-cta-bar--full-width-dark:before{transition:none;transform:scaleX(1)}}@media (width<=900px){.yma-cta-bar--split-primary,.yma-cta-bar--split-dark{padding:2rem}.yma-cta-bar--split-primary .yma-cta-bar__inner,.yma-cta-bar--split-dark .yma-cta-bar__inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"headline body""action action";gap:1.5rem 2rem}.yma-cta-bar--split-primary .yma-cta-bar__col--headline,.yma-cta-bar--split-dark .yma-cta-bar__col--headline{grid-area:headline}.yma-cta-bar--split-primary .yma-cta-bar__col--body,.yma-cta-bar--split-dark .yma-cta-bar__col--body{grid-area:body}.yma-cta-bar--split-primary .yma-cta-bar__col--action,.yma-cta-bar--split-dark .yma-cta-bar__col--action{flex-flow:wrap;grid-area:action;align-items:flex-start;gap:1.5rem}.yma-cta-bar--split-primary .yma-cta-bar__divider,.yma-cta-bar--split-dark .yma-cta-bar__divider{display:none}.yma-cta-bar--split-service-focus .yma-cta-bar__inner{grid-template-columns:88px minmax(0,1fr);grid-template-areas:"icon headline""icon body""action action";gap:1rem 1.5rem}.yma-cta-bar--split-service-focus .yma-cta-bar__icon-panel{grid-area:icon;align-self:start}.yma-cta-bar--split-service-focus .yma-cta-bar__col--headline{grid-area:headline}.yma-cta-bar--split-service-focus .yma-cta-bar__col--body{grid-area:body}.yma-cta-bar--split-service-focus .yma-cta-bar__col--action{grid-area:action;align-items:flex-start;margin-top:.5rem}}@media (width<=600px){.yma-cta-bar--split-primary,.yma-cta-bar--split-dark{padding:1.5rem}.yma-cta-bar--split-primary .yma-cta-bar__inner,.yma-cta-bar--split-dark .yma-cta-bar__inner{grid-template-columns:minmax(0,1fr);grid-template-areas:"headline""body""action";gap:1.25rem}.yma-cta-bar--split-service-focus .yma-cta-bar__inner{grid-template-columns:minmax(0,1fr);grid-template-areas:"icon""headline""body""action";gap:1rem}.yma-cta-bar--split-primary .yma-cta-bar__divider,.yma-cta-bar--split-dark .yma-cta-bar__divider{display:none}.yma-cta-bar--split-primary .yma-cta-bar__col--action,.yma-cta-bar--split-dark .yma-cta-bar__col--action{flex-direction:column;align-items:flex-start;gap:.75rem}.yma-cta-bar--split-primary .yma-cta-bar__col--action .yma-btn,.yma-cta-bar--split-dark .yma-cta-bar__col--action .yma-btn,.yma-cta-bar--split-service-focus .yma-cta-bar__col--action .yma-btn{width:100%;display:flex}.yma-cta-bar--full-width-primary .yma-cta-bar__inner,.yma-cta-bar--full-width-dark .yma-cta-bar__inner,.yma-cta-bar--minimal-edge-case .yma-cta-bar__inner{grid-template-columns:minmax(0,1fr);gap:1rem}.yma-cta-bar--full-width-primary,.yma-cta-bar--full-width-dark{padding:1.5rem}.yma-cta-bar--full-width-primary .yma-btn,.yma-cta-bar--full-width-dark .yma-btn{width:100%;display:flex}.yma-cta-bar--split-service-focus{padding:1.5rem}.yma-cta-bar--split-service-focus .yma-cta-bar__icon-panel{width:64px;height:64px}.yma-cta-bar--minimal-edge-case{padding:1.25rem 1.5rem}}.yma-work-hero{color:#fff;background:#000;padding:4rem 2.5rem 5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.yma-work-hero,.yma-work-hero *,.yma-work-hero :before,.yma-work-hero :after{box-sizing:border-box}.yma-work-hero__inner{grid-template-columns:55fr 45fr;align-items:center;gap:2rem;max-width:1400px;min-height:480px;margin:0 auto;display:grid}.yma-work-hero__left{flex-direction:column;justify-content:center;min-width:0;display:flex}.yma-work-hero__eyebrow{letter-spacing:.1em;color:#2d9f5e;text-transform:uppercase;margin:0 0 1.5rem;font-size:.875rem;font-weight:600}.yma-work-hero__headline{letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin:0;font-size:96px;font-weight:700;line-height:1.1}@media (width<=1023px){.yma-work-hero__headline{font-size:clamp(64px,8vw,96px)}}@media (width<=768px){.yma-work-hero__headline{font-size:clamp(48px,12vw,64px)}}.yma-work-hero__headline-line{color:#fff;display:block}.yma-work-hero__headline-rise{display:block}.yma-work-hero__headline-accent{color:#fff;text-underline-offset:6px;-webkit-text-decoration:underline #2d9f5e;text-decoration:underline #2d9f5e;text-decoration-thickness:4px;display:inline-block}.yma-work-hero__subhead{color:#ffffffbf;max-width:540px;margin:2rem 0 0;font-size:1.125rem;font-weight:400;line-height:1.6}.yma-work-hero__actions{flex-wrap:wrap;align-items:center;gap:.875rem;margin-top:2.25rem;display:flex}.yma-work-hero__right{min-height:480px;position:relative}.yma-work-hero__bwin{background:#fff;border-radius:10px;position:absolute;overflow:hidden;box-shadow:0 24px 60px #0009}.yma-work-hero__bwin--back{z-index:1;width:92%;top:0;right:0;transform:rotate(-2.5deg)}.yma-work-hero__bwin--front{z-index:2;width:80%;bottom:0;left:0;transform:rotate(2deg)}.yma-work-hero__bwin-chrome{background:#ececec;align-items:center;gap:7px;padding:9px 12px;display:flex}.yma-work-hero__bwin-chrome span{border-radius:50%;width:10px;height:10px}.yma-work-hero__bwin-chrome span:first-child{background:#ff5f57}.yma-work-hero__bwin-chrome span:nth-child(2){background:#febc2e}.yma-work-hero__bwin-chrome span:nth-child(3){background:#28c840}.yma-work-hero__bwin-url{color:#777;background:#fff;border-radius:999px;flex:1;margin-left:6px;padding:3px 12px;font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:11px}.yma-work-hero__bwin-shot{aspect-ratio:16/9.5;object-fit:cover;object-position:top;width:100%;height:auto;display:block}@media (width<=900px){.yma-work-hero__inner{grid-template-columns:1fr;gap:2rem;min-height:0}.yma-work-hero__right{width:100%;max-width:420px;height:250px;min-height:0;margin:0 auto}.yma-work-hero__bwin--back{width:88%;top:0;left:0;right:auto}.yma-work-hero__bwin--front{width:82%;bottom:0;left:auto;right:0}}@media (width<=768px){.yma-work-hero{padding:3rem 1.5rem 4rem}.yma-work-hero__subhead{font-size:1rem}}@media (width<=480px){.yma-work-hero__actions{flex-direction:column;align-items:stretch;gap:.75rem}.yma-work-hero__actions .yma-btn{width:100%;display:flex}}.yma-work-hero__headline-line:first-child{--yma-work-hero-delay:60ms}.yma-work-hero__headline-line:nth-child(2){--yma-work-hero-delay:.15s}.yma-work-hero--enter .yma-work-hero__headline-line{animation:.7s cubic-bezier(.16,1,.3,1) both yma-work-hero-line-mask;animation-delay:var(--yma-work-hero-delay,0s)}.yma-work-hero--enter .yma-work-hero__headline-rise{animation:.7s cubic-bezier(.16,1,.3,1) both yma-work-hero-line-rise;animation-delay:var(--yma-work-hero-delay,0s)}@keyframes yma-work-hero-line-mask{0%,86%{clip-path:inset(-.25em -.25em 0)}to{clip-path:inset(-.25em -.25em -1em)}}@keyframes yma-work-hero-line-rise{0%{transform:translateY(108%)}to{transform:none}}.yma-work-hero--enter .yma-work-hero__eyebrow{--yma-work-hero-rise:12px;animation:.6s cubic-bezier(.16,1,.3,1) both yma-work-hero-rise-fade}.yma-work-hero--enter .yma-work-hero__subhead{--yma-work-hero-rise:20px;animation:.7s cubic-bezier(.16,1,.3,1) .34s both yma-work-hero-rise-fade}@keyframes yma-work-hero-rise-fade{0%{opacity:0;transform:translateY(var(--yma-work-hero-rise,20px))}to{opacity:1;transform:none}}.yma-work-hero--enter .yma-work-hero__actions{animation:.55s cubic-bezier(.34,1.56,.64,1) .46s both yma-work-hero-actions-snap}@keyframes yma-work-hero-actions-snap{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:none}}.yma-work-hero--enter .yma-work-hero__right{--yma-work-hero-rise:16px;animation:.8s cubic-bezier(.16,1,.3,1) .3s both yma-work-hero-rise-fade}@media (width<=768px){.yma-work-hero--enter .yma-work-hero__subhead{--yma-work-hero-rise:13px}.yma-work-hero--enter .yma-work-hero__right{--yma-work-hero-rise:10px}}@media (prefers-reduced-motion:reduce){.yma-work-hero,.yma-work-hero *,.yma-work-hero :before,.yma-work-hero :after{animation:none!important}}.yma-before-after{background:#fff;padding:6rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.yma-before-after,.yma-before-after *,.yma-before-after :before,.yma-before-after :after{box-sizing:border-box}.yma-before-after__inner{max-width:1400px;margin:0 auto}.yma-before-after__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#2d9f5e;margin:0 0 1.25rem;font-size:.75rem;font-weight:600}.yma-before-after__headline{letter-spacing:-.02em;text-transform:uppercase;color:#000;margin:0 0 2.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.05}.yma-before-after__frame{aspect-ratio:16/10;touch-action:pan-y;cursor:col-resize;--ba-pos:50%;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:12px;width:100%;position:relative;overflow:hidden}.yma-before-after__img{object-fit:cover;object-position:top left;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;position:absolute;inset:0}.yma-before-after__before-wrap{clip-path:inset(0 calc(100% - var(--ba-pos)) 0 0);position:absolute;inset:0}.yma-before-after__label{letter-spacing:.15em;text-transform:uppercase;color:#fff;background:#000000a6;border-radius:999px;padding:.5rem .75rem;font-size:.75rem;font-weight:700;line-height:1;position:absolute;top:1rem}.yma-before-after__label--before{left:1rem}.yma-before-after__label--after{right:1rem}.yma-before-after__handle{top:0;bottom:0;left:var(--ba-pos);outline:none;width:0;position:absolute}.yma-before-after__handle:before{content:"";background:#fff;width:2px;position:absolute;top:0;bottom:0;left:-1px;box-shadow:0 0 0 1px #00000026}.yma-before-after__grip{color:#2d9f5e;background:#fff;border:2px solid #2d9f5e;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;left:0;transform:translate(-50%,-50%);box-shadow:0 4px 16px #00000040}.yma-before-after__grip svg{width:20px;height:20px;display:block}.yma-before-after__handle:focus-visible .yma-before-after__grip{outline-offset:2px;outline:2px solid #2d9f5e}@media (hover:hover){.yma-before-after__frame:hover .yma-before-after__grip{transform:translate(-50%,-50%)scale(1.08)}}.yma-before-after__frame--dragging .yma-before-after__grip,.yma-before-after__frame--dragging:hover .yma-before-after__grip{transform:translate(-50%,-50%)scale(1.14);box-shadow:0 6px 24px #00000059}.yma-before-after__note{color:#737373;margin:1rem 0 0;font-size:.875rem;line-height:1.5}@media (prefers-reduced-motion:reduce){.yma-before-after__grip{transition:none}.yma-before-after__frame--dragging .yma-before-after__grip,.yma-before-after__frame--dragging:hover .yma-before-after__grip{transform:translate(-50%,-50%);box-shadow:0 4px 16px #00000040}}@media (width<=768px){.yma-before-after{padding:4rem 1.5rem}.yma-before-after__headline{margin-bottom:1.75rem}.yma-before-after__grip{width:38px;height:38px}}
/*$vite$:1*/