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}.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;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,-webkit-backdrop-filter .2s,backdrop-filter .2s;position:sticky;top:0;left:0;right:0}.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)}.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:1rem;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}.yma-nav__link:hover,.yma-nav__link:focus-visible{color:var(--yma-nav-text-hover)}.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}.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 .2s,border-color .2s,color .2s;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__arrow{margin-left:.5rem;line-height:1;display:inline-block}.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{border-color:#000}.yma-btn--outline-light{color:#fff;background:0 0;border-color:#ffffff4d}.yma-btn--outline-light:hover{border-color:#fff}.yma-btn--green{color:#fff;background:#2d9f5e;border-color:#2d9f5e}.yma-btn--green:hover{background:#248950;border-color:#248950}.yma-btn--large{border-radius:8px;padding:1.125rem 2rem;font-size:1.125rem}.yma-footer{--yma-footer-bg:#000;--yma-footer-text:#fff;--yma-footer-text-muted:#fff9;--yma-footer-green:#2d9f5e;--yma-footer-font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;background:var(--yma-footer-bg);color:var(--yma-footer-text);font-family:var(--yma-footer-font);min-height:400px;padding:4rem 5.75rem;display:block}.yma-footer,.yma-footer *,.yma-footer :before,.yma-footer :after{box-sizing:border-box}.yma-footer__inner{grid-template-columns:60% 40%;align-items:start;gap:2rem;width:100%;display:grid}.yma-footer__left{flex-direction:column;display:flex}.yma-footer__line{letter-spacing:-.02em;color:var(--yma-footer-text);text-transform:uppercase;margin:0;font-size:72px;font-weight:700;line-height:1.1}.yma-footer__line--rotating{color:var(--yma-footer-green)}.yma-footer__rotator{white-space:nowrap;min-width:1ch;transition:opacity .2s;display:inline-block}.yma-footer__right{text-align:right;flex-direction:column;align-items:stretch;display:flex}.yma-footer__detail{color:var(--yma-footer-text);margin:0 0 .5rem;font-size:18px;font-weight:400;line-height:1.4}.yma-footer__detail:last-of-type{margin-bottom:0}.yma-footer__contact-link{color:var(--yma-footer-text);text-decoration:none;transition:color .2s}.yma-footer__contact-link:hover,.yma-footer__contact-link:focus-visible{color:var(--yma-footer-text-muted)}.yma-footer__social{justify-content:flex-end;gap:1.5rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.yma-footer__social-link{color:var(--yma-footer-text);justify-content:center;align-items:center;text-decoration:none;transition:color .2s;display:inline-flex}.yma-footer__social-link:hover,.yma-footer__social-link:focus-visible{color:var(--yma-footer-text-muted)}.yma-footer__social-link svg{display:block}.yma-footer :focus-visible{outline:2px solid var(--yma-footer-green);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion:reduce){.yma-footer__rotator{transition:none}}@media (width<=768px){.yma-footer{min-height:300px;padding:3rem 1.5rem}.yma-footer__inner{flex-direction:column;gap:2rem;display:flex}.yma-footer__line{font-size:40px}.yma-footer__detail{font-size:16px}.yma-footer__right{text-align:left;align-items:flex-start}.yma-footer__social{justify-content:flex-start}}
