:root{--bg: #faf9f7;--surface: #ffffff;--fg: #111111;--dim: #6e6e6e;--faint: #9a9a9a;--rule: #e9e9e9;--dot: #e4e3df;--hair: #b3b1ac;--accent: #ff522c;--accent-ink: #c2410c;--link: var(--accent-ink);--font-display: "Fraunces", ui-serif, Georgia, "Times New Roman", serif;--display-opsz: 72;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--ticker-h: 38px;--nav-h: 65px;--foot-h: 260px;--maxw: 1200px;--pad: 40px;--measure: 62ch}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;background-color:var(--bg);scroll-padding-top:calc(var(--ticker-h) + var(--nav-h))}body{margin:0;padding-top:var(--ticker-h);padding-bottom:var(--foot-h);background-color:var(--accent);color:var(--fg);font-family:DM Sans,Helvetica Neue,Helvetica,system-ui,-apple-system,Segoe UI,Arial,sans-serif;font-size:17px;line-height:1.65;letter-spacing:-.011em;-webkit-font-smoothing:antialiased}::selection{background:var(--fg);color:var(--bg)}img,svg{display:block;max-width:100%}.band{position:relative;z-index:1;border-bottom:1px solid var(--rule)}.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--pad);padding-block:clamp(3.5rem,6vw,5.5rem)}.page{position:relative;z-index:1;background-color:var(--bg);background-image:radial-gradient(circle,var(--dot) 1px,transparent 1px);background-size:22px 22px;background-attachment:fixed}.grid-lines{position:absolute;inset:0;margin-inline:auto;max-width:var(--maxw);background:var(--bg);pointer-events:none;z-index:0}.grid-lines span{position:absolute;top:0;bottom:0;width:1px;background:var(--rule)}.grid-lines span:first-child{left:0}.grid-lines span:last-child{right:0}h1,h2,h3{margin:0;font-weight:500;letter-spacing:-.02em;line-height:1.05}h1{font-size:clamp(2.375rem,5.2vw,4.125rem);font-family:var(--font-display);font-variation-settings:"opsz" var(--display-opsz),"wght" 500,"SOFT" 0,"WONK" 0;letter-spacing:-.005em}h2{font-size:clamp(1.75rem,3.2vw,2.5rem)}h3{font-size:1.25rem;line-height:1.25}p{margin:0}em{font-style:italic}strong{font-weight:500;color:var(--fg)}.eyebrow{font-size:.8125rem;font-weight:500;letter-spacing:.02em;color:var(--dim)}.prose{color:var(--dim);font-size:1.0625rem;line-height:1.7;max-width:var(--measure)}a{color:inherit}.textlink{color:var(--link);text-decoration:none;font-weight:500}.textlink:hover{text-decoration:underline;text-underline-offset:.2em}a:focus-visible{outline:2px solid var(--link);outline-offset:3px;border-radius:2px}.brand{display:inline-flex;align-items:center;gap:.625rem;text-decoration:none}.mark{height:30px;width:auto}.wordmark{font-size:1.25rem;font-weight:500;letter-spacing:-.02em}.btn{display:inline-flex;align-items:center;justify-content:center;font:inherit;font-size:.9375rem;font-weight:500;letter-spacing:-.011em;padding:.8125rem 1.375rem;border-radius:7px;text-decoration:none;white-space:nowrap;transition:background-image .18s ease,background-color .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease}.btn--sm{padding:.5625rem 1rem;font-size:.9375rem}.btn--solid{background:linear-gradient(180deg,#323232,#222);color:var(--bg);border:0;border-radius:10px;box-shadow:inset 0 .5px 1px #ffffff26,inset 0 -1px 1.2px .35px #121212,0 0 0 1px #333,0 2px 4px -1px #0d0d0d80}.btn--solid:hover{background:linear-gradient(180deg,#3c3c3c,#2b2b2b)}.btn--outline{background:linear-gradient(180deg,#fff,#f3f2ef);color:var(--fg);border:0;border-radius:10px;box-shadow:inset 0 .5px 1px #ffffffe6,inset 0 -1px 1.2px .35px #1111110f,0 0 0 1px #11111121,0 2px 4px -1px #0d0d0d1a}.btn--outline:hover{background:linear-gradient(180deg,#fff,#efeeea);box-shadow:inset 0 .5px 1px #ffffffe6,inset 0 -1px 1.2px .35px #11111112,0 0 0 1px #1111113d,0 2px 4px -1px #0d0d0d1f}.btn-row{display:flex;flex-wrap:wrap;gap:.75rem}.ticker{position:fixed;top:0;left:0;right:0;z-index:30;height:var(--ticker-h);display:flex;align-items:center;background:var(--fg);color:var(--bg);text-decoration:none;font-size:.8125rem;letter-spacing:.005em}.ticker:focus-visible{outline-offset:-4px}.ticker-viewport{overflow:hidden;width:100%}.ticker-track{display:flex;width:max-content;animation:ticker-run 60s linear infinite}.ticker:hover .ticker-track,.ticker:focus-visible .ticker-track{animation-play-state:paused}.ticker-run{display:flex;align-items:center;flex:none;white-space:nowrap}.ticker-item{padding-inline:0 1.25rem}.ticker-status{color:var(--accent);font-weight:500}.ticker-dot{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.45;margin-right:1.25rem;flex:none}@keyframes ticker-run{0%{transform:translate(0)}to{transform:translate(-50%)}}.nav-trip{display:block;height:1px;margin-bottom:-1px}.band--nav{position:fixed;top:var(--ticker-h);left:0;right:0;z-index:20;background:var(--bg);transform:translateY(calc(-100% - var(--ticker-h)));visibility:hidden;transition:transform .34s cubic-bezier(.33,0,.25,1),visibility 0s linear .34s}.band--nav.is-in{transform:none;visibility:visible;transition:transform .34s cubic-bezier(.33,0,.25,1),visibility 0s}.band--nav:before,.band--nav:after{content:"";position:absolute;top:0;bottom:0;width:1px;background:var(--rule);pointer-events:none}.band--nav:before{left:calc(50% - var(--maxw) / 2)}.band--nav:after{right:calc(50% - var(--maxw) / 2)}.nav{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-block:.875rem;position:relative}.nav-ink{position:absolute;left:0;bottom:0;height:3px;width:0;background:var(--fg);pointer-events:none}.nav-ink.is-ready{transition:transform .34s cubic-bezier(.33,0,.25,1),width .34s cubic-bezier(.33,0,.25,1)}.nav-links{display:flex;gap:2rem;margin-left:auto;margin-right:.5rem;font-size:.9375rem}.nav-links a{text-decoration:none;color:var(--fg);transition:color .18s ease}.nav-links a:hover{color:var(--dim)}.band--hero .wrap{--hero-lift: 4vh;padding-block:clamp(4rem,9vw,7.5rem) calc(clamp(4rem,9vw,7.5rem) + var(--hero-lift) * 2);min-height:calc(100vh - var(--ticker-h));min-height:calc(100svh - var(--ticker-h));display:flex;flex-direction:column;justify-content:center}.hero{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-lockup{display:flex;flex-direction:column;align-items:center}.hero-lockup .mark{height:44px}.hero-lockup .wordmark,.hero-lockup .eyebrow{letter-spacing:.02em;line-height:1.4}.hero-lockup .wordmark{margin-top:.875rem;font-size:1.2rem}.hero-lockup .eyebrow{font-size:.9375rem}.hero h1{margin-top:1.75rem;max-width:15ch}.hero h1 em{position:relative}.hero h1 em:after{--marker: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 20' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M2 4C55 1.5 128 0.8 188 1.2C240 1.5 276 2.2 298 0.8L299 13.5C266 17.8 220 16.6 168 17.6C108 18.8 48 19.4 3 18.6Z'/%3E%3C/svg%3E");content:"";position:absolute;left:-.08em;right:-.12em;bottom:.01em;height:.26em;background:var(--fg);-webkit-mask-image:var(--marker);mask-image:var(--marker);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;pointer-events:none;animation:marker-draw .8s cubic-bezier(.33,0,.25,1) .8s backwards}@keyframes marker-draw{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@media(prefers-reduced-motion:reduce){.hero h1 em:after{animation:none}}.hero h1 em:after{content:none}.hero .lede{margin-top:1.75rem;font-size:clamp(1.125rem,1.7vw,1.4375rem);line-height:1.5;color:var(--dim);max-width:34em}.hero .lede em{color:var(--fg)}@media(max-width:600px){.hero .lede br{display:none}}@media(max-width:600px){.cta-lede br{display:none}}.hero .btn-row{margin-top:2.5rem;justify-content:center}.pull{margin-top:2rem;font-style:italic;font-size:clamp(1.125rem,1.6vw,1.375rem);line-height:1.45;letter-spacing:-.015em;max-width:36ch}.split{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:3rem}.split-head h2{margin-top:1rem}.split-head .prose{margin-top:1.25rem}.split-body .prose+.prose{margin-top:1.25rem}.split-body .textlink{display:inline-block;margin-top:1.5rem}.craft{margin:0}.craft-row{display:grid;grid-template-columns:108px minmax(0,1fr);gap:1.5rem;padding-block:1.375rem;border-top:1px solid var(--rule)}.craft-row:first-child{padding-top:0;border-top:0}.craft-row:last-child{padding-bottom:0}.craft dt{font-size:.9375rem;font-weight:500;letter-spacing:-.011em}.craft dd{margin:0;color:var(--dim);font-size:.9875rem;line-height:1.65}.band--trio .wrap{padding:0}.trio{display:grid;grid-template-columns:repeat(3,1fr)}.trio-cell{padding:3rem var(--pad)}.trio-cell+.trio-cell{border-left:1px solid var(--rule)}.cell-icon,.section-icon,.cta-icon{color:var(--fg)}.cell-icon{margin-bottom:1.5rem}.section-icon{margin-bottom:1.125rem}.cta-icon{margin-bottom:2rem}.cta-icon svg{margin-inline:auto}.cell-icon .hair,.section-icon .hair,.cta-icon .hair{stroke:var(--hair)}.cell-icon .knock{stroke:var(--hair);fill:var(--bg)}.cell-label{font-size:.8125rem;font-weight:500;color:var(--faint);margin-bottom:1.125rem}.trio-cell h3{margin-bottom:.625rem}.trio-cell p{color:var(--dim);font-size:.9875rem;line-height:1.65}.band--logos .wrap{background:#111;padding-block:clamp(2.75rem,5vw,4rem)}.logos-label{margin:0 0 2rem;text-align:center;font-size:.8125rem;font-weight:500;letter-spacing:.01em;color:#8a8a8a}.logo-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #262626;border-left:1px solid #262626}.logo-cell{display:flex;align-items:center;justify-content:center;min-height:88px;padding:1.25rem 1rem;border-right:1px solid #262626;border-bottom:1px solid #262626}.logo{--logo-h: 24px;display:block;width:100%;height:var(--logo-h);background:#8a8a8a;-webkit-mask-image:var(--logo);mask-image:var(--logo);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transition:background-color .18s ease}.logo-cell:hover .logo{background:#d8d8d8}.logo--meta{--logo: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:cc='http://creativecommons.org/ns%23'%20width='948'%20height='191'%3e%3cdesc%3eLogo%20of%20Meta%20Platforms%20--%20Graphic%20created%20by%20Detmar%20Owen%3c/desc%3e%3cdefs%3e%3clinearGradient%20id='Grad_Logo1'%20x1='61'%20y1='117'%20x2='259'%20y2='127'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20style='stop-color:%230064e1'%20offset='0'/%3e%3cstop%20style='stop-color:%230064e1'%20offset='0.4'/%3e%3cstop%20style='stop-color:%230073ee'%20offset='0.83'/%3e%3cstop%20style='stop-color:%230082fb'%20offset='1'/%3e%3c/linearGradient%3e%3clinearGradient%20id='Grad_Logo2'%20x1='45'%20y1='139'%20x2='45'%20y2='66'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20style='stop-color:%230082fb'%20offset='0'/%3e%3cstop%20style='stop-color:%230064e0'%20offset='1'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20id='Logo0'%20style='fill:%230081fb'%20d='m31.06,125.96c0,10.98%202.41,19.41%205.56,24.51%204.13,6.68%2010.29,9.51%2016.57,9.51%208.1,0%2015.51-2.01%2029.79-21.76%2011.44-15.83%2024.92-38.05%2033.99-51.98l15.36-23.6c10.67-16.39%2023.02-34.61%2037.18-46.96%2011.56-10.08%2024.03-15.68%2036.58-15.68%2021.07,0%2041.14,12.21%2056.5,35.11%2016.81,25.08%2024.97,56.67%2024.97,89.27%200,19.38-3.82,33.62-10.32,44.87-6.28,10.88-18.52,21.75-39.11,21.75l0-31.02c17.63,0%2022.03-16.2%2022.03-34.74%200-26.42-6.16-55.74-19.73-76.69-9.63-14.86-22.11-23.94-35.84-23.94-14.85,0-26.8,11.2-40.23,31.17-7.14,10.61-14.47,23.54-22.7,38.13l-9.06,16.05c-18.2,32.27-22.81,39.62-31.91,51.75-15.95,21.24-29.57,29.29-47.5,29.29-21.27,0-34.72-9.21-43.05-23.09-6.8-11.31-10.14-26.15-10.14-43.06z'/%3e%3cpath%20id='Logo1'%20style='fill:url(%23Grad_Logo1)'%20d='m24.49,37.3c14.24-21.95%2034.79-37.3%2058.36-37.3%2013.65,0%2027.22,4.04%2041.39,15.61%2015.5,12.65%2032.02,33.48%2052.63,67.81l7.39,12.32c17.84,29.72%2027.99,45.01%2033.93,52.22%207.64,9.26%2012.99,12.02%2019.94,12.02%2017.63,0%2022.03-16.2%2022.03-34.74l27.4-.86c0,19.38-3.82,33.62-10.32,44.87-6.28,10.88-18.52,21.75-39.11,21.75-12.8,0-24.14-2.78-36.68-14.61-9.64-9.08-20.91-25.21-29.58-39.71l-25.79-43.08c-12.94-21.62-24.81-37.74-31.68-45.04-7.39-7.85-16.89-17.33-32.05-17.33-12.27,0-22.69,8.61-31.41,21.78z'/%3e%3cpath%20id='Logo2'%20style='fill:url(%23Grad_Logo2)'%20d='m82.35,31.23c-12.27,0-22.69,8.61-31.41,21.78-12.33,18.61-19.88,46.33-19.88,72.95%200,10.98%202.41,19.41%205.56,24.51l-26.48,17.44c-6.8-11.31-10.14-26.15-10.14-43.06%200-30.75%208.44-62.8%2024.49-87.55%2014.24-21.95%2034.79-37.3%2058.36-37.3z'/%3e%3cpath%20id='Text'%20style='fill:%23192830'%20d='m347.94,6.04h35.93l61.09,110.52%2061.1-110.52h35.15v181.6h-29.31v-139.18l-53.58,96.38h-27.5l-53.57-96.38v139.18h-29.31z%20m285.11,67.71c-21.02,0-33.68,15.82-36.71,35.41h71.34c-1.47-20.18-13.11-35.41-34.63-35.41z%20m-65.77,46.57c0-41.22%2026.64-71.22%2066.28-71.22%2038.99,0%2062.27,29.62%2062.27,73.42v8.05h-99.49c3.53,21.31%2017.67,35.67%2040.47,35.67%2018.19,0%2029.56-5.55%2040.34-15.7l15.57,19.07c-14.67,13.49-33.33,21.27-56.95,21.27-42.91,0-68.49-31.29-68.49-70.56z%20m164.09-43.97h-26.98v-24h26.98v-39.69h28.28v39.69h40.99v24h-40.99v60.83c0,20.77%206.64,28.15%2022.96,28.15%207.45,0%2011.72-.64%2018.03-1.69v23.74c-7.86,2.22-15.36,3.24-23.48,3.24-30.53,0-45.79-16.68-45.79-50.07z%20m188.35,23.34c-5.68-14.34-18.35-24.9-36.97-24.9-24.2,0-39.69,17.17-39.69,45.14%200,27.27%2014.26,45.27%2038.53,45.27%2019.08,0%2032.7-11.1%2038.13-24.91z%20m28.28,87.95h-27.76v-18.94c-7.76,11.15-21.88,22.18-44.75,22.18-36.78,0-61.36-30.79-61.36-70.95%200-40.54%2025.17-70.83%2062.92-70.83%2018.66,0%2033.3,7.46%2043.19,20.63v-17.38h27.76z'/%3e%3c/svg%3e");--logo-h: 25px}.logo--atlassian{--logo: url(/assets/2atlassian-Dp9oZ90F.svg);--logo-h: 19px}.logo--airwallex{--logo: url(/assets/3airwallex-TPFFVAyI.png);--logo-h: 20px}.logo--siteminder{--logo: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2026.0.3,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.0'%20id='katman_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='95%20196%20410%2059'%20style='enable-background:new%200%200%20600%20450;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%23191A35;}%20%3c/style%3e%3cpath%20class='st0'%20d='M124,234.7v7.2L96,247v7.2l35-6.4c1.9-0.4,3.7-1.4,4.9-3c1.3-1.5,2-3.5,2.1-5.5v-28.9l-14,2.5V234.7z'/%3e%3cpath%20class='st0'%20d='M103,202.9c-1.9,0.4-3.7,1.5-4.9,3s-2,3.5-2.1,5.5v28.9l14-2.5v-28.9l28-5.1v-7.2L103,202.9z'/%3e%3cpath%20class='st0'%20d='M166.3,235.5h8.7c0.2,6,5.3,9.6,12.7,9.6c5.8,0,9.6-3.1,9.6-7.7c0-6.4-6.4-7.7-13.1-9.5%20c-7.7-2-16-4.6-16.2-15.4c0-8.1,7.2-13.2,18.4-13.2c10.7,0,17.9,5.8,18.2,14.6h-8.4c-0.3-5.4-4.3-8.5-10-8.5c-5.8,0-9.6,2.8-9.5,6.9%20c0.1,5.6,4.9,7.3,10.7,8.8c8.3,2.1,18.6,3.9,18.6,15.8c0,8.6-7.2,14.3-18.3,14.3C174.7,251.3,166.3,245,166.3,235.5z'/%3e%3cpath%20class='st0'%20d='M210.6,202.2c0-1,0.3-2,0.8-2.9c0.6-0.9,1.4-1.5,2.3-1.9c1-0.4,2-0.5,3-0.3c1,0.2,2,0.7,2.7,1.4%20c0.7,0.7,1.2,1.6,1.4,2.7c0.2,1,0.1,2.1-0.3,3c-0.4,1-1.1,1.8-1.9,2.3c-0.9,0.6-1.9,0.9-2.9,0.9c-0.7,0-1.4-0.1-2-0.3%20c-0.6-0.2-1.2-0.6-1.7-1.1c-0.5-0.5-0.9-1.1-1.1-1.7C210.7,203.6,210.6,202.9,210.6,202.2z%20M211.7,250.2v-35h8.3v35L211.7,250.2z'/%3e%3cpath%20class='st0'%20d='M249.4,232.7c0-11,7.2-18.5,17.5-18.5c9.6,0,16.1,7.2,16.1,17.8v2.8h-25.2c0.4,6.4,4,11.2,9.5,11.2%20c1.7,0.1,3.3-0.4,4.6-1.5c1.3-1,2.2-2.5,2.5-4.1h8.1c-1.2,6.5-6.8,10.9-15,10.9C256.5,251.3,249.4,243.7,249.4,232.7z%20M274.7,229.8%20c-0.2-6-3.3-10.3-7.9-10.3c-4.6,0-8.2,4.3-8.9,10.3H274.7z'/%3e%3cpath%20class='st0'%20d='M329.7,200.5h12.6v49.8H334v-40l-15.2,40h-5.5l-15.2-39.9v39.9h-8.4v-49.8h12.5l13.8,37.2L329.7,200.5z'/%3e%3cpath%20class='st0'%20d='M349,202.2c0-1,0.3-2,0.8-2.9c0.6-0.9,1.4-1.5,2.3-1.9c1-0.4,2-0.5,3-0.3c1,0.2,1.9,0.7,2.7,1.4%20c0.7,0.7,1.2,1.6,1.4,2.6c0.2,1,0.1,2-0.3,3c-0.4,0.9-1.1,1.8-1.9,2.3c-0.9,0.6-1.9,0.9-2.9,0.9c-0.7,0-1.4-0.1-2-0.3%20c-0.6-0.2-1.2-0.6-1.7-1.1c-0.5-0.5-0.9-1.1-1.1-1.7C349.1,203.6,349,202.9,349,202.2z%20M350.1,250.2v-35h8.3v35L350.1,250.2z'/%3e%3cpath%20class='st0'%20d='M365.1,250.2v-35h8.3v5.7c1.2-2.1,3-3.8,5.1-5c2.1-1.2,4.5-1.8,6.9-1.8c7.4,0,11.6,4.8,11.6,15.4v20.6h-8.3%20v-20.7c0-5.8-2.1-9.7-6.4-9.7c-5.5,0-8.9,4.7-8.9,12.5v17.9L365.1,250.2z'/%3e%3cpath%20class='st0'%20d='M402.1,232.6c0-11.2,6-18.4,15-18.4c2.3,0,4.6,0.7,6.5,1.9c2,1.2,3.5,2.9,4.6,5v-23.9h8.3v53.1h-8.3v-5.8%20c-1,2-2.6,3.8-4.6,5c-2,1.2-4.2,1.9-6.5,1.9C408,251.2,402.1,243.8,402.1,232.6z%20M428.5,232.7c0-7.9-3.6-13.2-9.1-13.2%20c-5.4,0-8.9,5.3-8.9,13.2c0,7.9,3.6,13.3,8.9,13.3C424.9,246,428.5,240.6,428.5,232.7z'/%3e%3cpath%20class='st0'%20d='M441.3,232.7c0-11,7.2-18.5,17.5-18.5c9.5,0,16.1,7.2,16.1,17.8v2.8h-25.2c0.4,6.4,4,11.2,9.5,11.2%20c1.7,0.1,3.3-0.4,4.6-1.5c1.3-1,2.2-2.5,2.5-4.1h8.1c-1.2,6.5-6.8,10.9-15,10.9C448.4,251.3,441.3,243.7,441.3,232.7z%20M466.5,229.8%20c-0.2-6-3.3-10.3-7.9-10.3s-8.2,4.3-8.9,10.3H466.5z'/%3e%3cpath%20class='st0'%20d='M504.2,215.2h-8.2c-1.5,0-2.9,0.5-4.2,1.2c-1.3,0.8-2.3,1.9-2.9,3.2v-4.4h-8.3v35h8.3v-27.5h15.3V215.2z'/%3e%3cpath%20class='st0'%20d='M246.1,221.5v-6.3h-5c-0.9-0.1-1.7,0.2-2.4,0.7c-0.7,0.5-1.2,1.2-1.4,2.1v-12.1h-8.3v35.9%20c0.1,6.5,3.5,9.4,10.3,9.4c2.2,0,4.5-0.4,6.6-1v-6.4c-1.4,0.4-2.9,0.7-4.4,0.7c-2.8,0-4.3-1-4.3-4.2l0.1-18.9L246.1,221.5z'/%3e%3c/svg%3e");--logo-h: 21px}.logo--houzz{--logo: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3c!--%20Generator:%20Adobe%20Illustrator%2019.2.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='layer'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='20%20251%20601%20139'%20style='enable-background:new%200%200%20652%20652;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%234DBC15;}%20%3c/style%3e%3cpolygon%20class='st0'%20points='96.4,387.6%20141.8,387.6%20141.8,310.6%2050.9,284.6%2050.9,252.1%2020.7,252.1%2020.7,387.6%2066.2,387.6%2066.2,344.9%2096.4,344.9%20'/%3e%3cpath%20d='M357.5,321.3c-15.8-15.8-41.5-15.8-57.3,0c-3.6,3.6-6.6,7.9-8.6,12.7c-2.1,4.9-3.2,10.2-3.1,15.6%20c-0.1,10.6,4.2,20.8,11.7,28.3c3.7,3.6,8,6.5,12.8,8.5c10.2,4.2,21.6,4.2,31.7,0c4.8-2,9.1-4.9,12.8-8.5%20c7.6-7.5,11.8-17.7,11.7-28.3c0-5.3-1-10.6-3.1-15.6C364.1,329.2,361.2,324.9,357.5,321.3z%20M349.8,359.2c-1,2.8-2.5,5.4-4.5,7.5%20c-2,2.1-4.4,3.8-7.1,4.9c-6.1,2.4-12.8,2.4-18.9,0c-2.7-1.1-5.1-2.8-7.1-4.9c-2-2.2-3.5-4.7-4.5-7.5c-2.2-6.3-2.2-13.2,0-19.5%20c1-2.8,2.5-5.4,4.5-7.5c2-2.1,4.4-3.8,7.1-4.9c6.1-2.4,12.8-2.4,18.9,0c2.7,1.1,5.1,2.8,7.1,4.9c2,2.2,3.5,4.7,4.5,7.5%20C352,346.1,352,352.9,349.8,359.2z'/%3e%3cpolygon%20points='538.9,325.8%20538.9,311.5%20478.8,311.5%20478.8,326.5%20517.2,326.5%20477.4,373.1%20477.4,387.6%20541.1,387.6%20541.1,372.6%20498.8,372.6%20'/%3e%3cpolygon%20points='578.5,372.6%20618.6,325.8%20618.6,311.5%20558.5,311.5%20558.5,326.5%20596.9,326.5%20557.1,373.1%20557.1,387.6%20620.7,387.6%20620.7,372.6%20'/%3e%3cpath%20d='M253,312.1c-11.2-4.6-25-2.7-33.9,4.5v-32h-16.9v103h16.9v-40.5c0-7.7,2.2-20.6,17-20.6c13.6,0,18.4,11.1,18.4,20.6v40.5%20h16.8v-46C271.4,327.7,264.7,317,253,312.1z'/%3e%3cpath%20d='M441.3,353c0,2.4-0.3,4.8-1,7c-0.6,2.3-1.7,4.5-3.2,6.5l0,0c-1.5,2-3.4,3.6-5.7,4.7c-5.6,2.4-11.9,2.4-17.5,0%20c-2.2-1.1-4.2-2.8-5.7-4.7c-1.5-1.9-2.5-4.1-3.2-6.5c-0.6-2.3-1-4.7-1-7v-41.7h-16.7v43.4c0,16.1,7.1,26.9,21.5,32.3%20c9,3.3,18.9,3.2,27.8-0.1c17.6-6.7,21.3-21.2,21.3-32.3v-43.1h-16.7V353z'/%3e%3c/svg%3e");--logo-h: 23px}.logo-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:40px;border:1px dashed #333333;border-radius:3px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#5c5c5c}.band--cta .wrap{padding-block:clamp(5rem,9vw,8rem);text-align:center}.band--cta h2{max-width:20ch;margin:0 auto 1.25rem;line-height:1.12}.cta-lede{max-width:44ch;margin:0 auto 2.25rem;color:var(--dim);font-size:1.0625rem;line-height:1.6}.band--foot{position:fixed;overflow:hidden;--foot-mark-size: clamp(8rem, 22vw, 20rem);--foot-mark-cut: .34;--foot-mark-lift: 3rem;left:0;right:0;bottom:0;z-index:0;border-bottom:0;--bg: var(--accent);background:var(--accent);color:var(--fg)}.band--foot .foot-legal{color:#1111119e}.foot-mark{position:absolute;left:0;right:0;bottom:0;z-index:0;padding-block:0;margin-bottom:calc(var(--foot-mark-size) * var(--foot-mark-cut) * -1);text-align:right;font-size:var(--foot-mark-size);font-weight:500;line-height:1;letter-spacing:-.045em;color:var(--fg);pointer-events:none;user-select:none;-webkit-user-select:none}.foot{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding-block:2.25rem}.foot-brand{display:flex;flex-direction:column;align-items:flex-start;gap:1.75rem}.clocks{display:flex;flex-wrap:wrap;gap:2.25rem}.clock{margin:0;display:flex;flex-direction:column;gap:.1875rem}.clock-time{font-family:var(--font-mono);font-size:.9375rem;font-variant-numeric:tabular-nums;letter-spacing:0}.clock-city{font-size:.875rem;color:#111111bd}.clock-zone{font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:#11111180}.band--foot .mark{height:24px}.band--foot .wordmark{font-size:1.0625rem}.foot-legal{position:relative;padding-bottom:calc(var(--foot-mark-size) * (1 - var(--foot-mark-cut)) - var(--foot-mark-lift));z-index:1;display:flex;align-items:baseline;justify-content:space-between;gap:.5rem 1.5rem;flex-wrap:wrap;padding-top:0;font-size:.8125rem;color:var(--faint)}@media(max-width:1200px){.grid-lines{display:none}.band--nav:before,.band--nav:after{display:none}.wrap{background:var(--bg)}}@media(max-width:900px){:root{--pad: 28px;--foot-h: 360px}.split{grid-template-columns:1fr;gap:1.5rem}.logo-grid{grid-template-columns:repeat(3,1fr)}.trio{grid-template-columns:1fr}.trio-cell{padding:2.25rem var(--pad)}.cell-icon{margin-bottom:1.25rem}.trio-cell+.trio-cell{border-left:0;border-top:1px solid var(--rule)}.nav-links{gap:1.375rem}.craft-row{grid-template-columns:1fr;gap:.375rem}.craft-row:first-child{border-top:1px solid var(--rule);padding-top:1.375rem}}.modal{margin:auto;padding:0;border:0;background:transparent;width:min(560px,calc(100vw - 2rem));max-width:none;max-height:calc(100vh - 2rem);overflow-y:auto;overscroll-behavior:contain;color:var(--fg)}.modal::backdrop{background:#11111157}@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)){.modal::backdrop{background:#11111138;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}html.modal-open{overflow:hidden}.modal{opacity:0;transform:translateY(6px) scale(.985);transition:opacity .22s ease,transform .22s cubic-bezier(.33,0,.25,1),overlay .22s allow-discrete,display .22s allow-discrete}.modal[open]{opacity:1;transform:none}@starting-style{.modal[open]{opacity:0;transform:translateY(6px) scale(.985)}}.modal::backdrop{opacity:0;transition:opacity .22s ease,overlay .22s allow-discrete,display .22s allow-discrete}.modal[open]::backdrop{opacity:1}@starting-style{.modal[open]::backdrop{opacity:0}}.modal-card{position:relative;background:var(--surface);border-radius:12px;padding:2rem;box-shadow:0 0 0 1px #1111111c,0 18px 40px -12px #0d0d0d4d}.modal-title{font-size:1.5rem}.modal-sub{margin-top:.75rem;font-size:.9375rem;color:var(--dim)}.modal-close{position:absolute;top:.875rem;right:.875rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;font:inherit;font-size:1.375rem;line-height:1;color:var(--dim);background:none;border:0;border-radius:7px;cursor:pointer}.modal-close:hover{background:var(--bg);color:var(--fg)}.modal-close:focus-visible{outline:2px solid var(--link);outline-offset:2px;color:var(--fg)}.modal-actions{margin-top:1.5rem}.modal-actions .btn{width:100%;cursor:pointer}.copy-status{min-height:1.25rem;margin-top:.75rem;text-align:center;font-size:.8125rem;color:var(--faint)}@media(max-width:640px){:root{--pad: 20px;--ticker-h: 34px}.ticker{font-size:.75rem}body{font-size:16px}.nav-links{display:none}.logo-grid{grid-template-columns:repeat(2,1fr)}.logo-cell{min-height:76px}.mark{height:26px}.hero-lockup .mark{height:36px}.hero-lockup .wordmark{margin-top:.75rem}.hero-lockup .eyebrow{font-size:.8125rem}.hero h1{max-width:none}.hero .btn-row{margin-top:2rem}.btn{width:auto}.foot{flex-direction:column;align-items:flex-start}.clocks{gap:1.5rem}.modal-card{padding:1.5rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.band--foot{position:static}body{padding-bottom:0}.ticker-viewport{overflow-x:auto;scrollbar-width:none}.ticker-viewport::-webkit-scrollbar{display:none}.ticker-track{width:100%;justify-content:safe center}.ticker-run:last-child,.ticker-dot,.ticker-item~.ticker-item{display:none}.ticker-item{padding-inline:0}}
