a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-source-sans-pro),sans-serif}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}:root{--color-primary:#f16122;--color-primary-text:#fff;--color-secondary-bg:#fff;--color-secondary-text:#f16122;--color-secondary-border:#f16122;--primary:#f16122;--text:#1f2a37;--muted:#6b7280;--stroke:#d8d8d8;--bg-soft:#f8fafc;--font-heading-size:3.375rem;--container-padding:6.25rem 15rem;--container-padding-vertical:6.25rem 0;--container-padding-horizontal:0 15rem}[data-theme=dark]{--color-primary:#f16122;--color-primary-text:#fff;--color-secondary-bg:transparent;--color-secondary-text:#f16122;--color-secondary-border:#f16122}.btn{padding:20px 40px;border-radius:10px;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;z-index:100;position:relative;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);width:-moz-fit-content;width:fit-content}.btn:before{content:"";position:absolute;inset:0;background:radial-gradient(circle,rgba(0,0,0,.2) 0,transparent 70%);transform:scale(0);opacity:0;transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .45s cubic-bezier(.2,.8,.2,1);border-radius:inherit;z-index:99;pointer-events:none}.btn:active:before{transform:scale(2);opacity:1}.btn-primary{background-color:var(--color-primary);color:var(--color-primary-text);border:none}.btn-secondary{background-color:var(--color-secondary-bg);color:var(--color-secondary-text);border:1px solid var(--color-secondary-border)}.btn-secondary .arrow{filter:invert(52%) sepia(92%) saturate(2000%) hue-rotate(-10deg) brightness(95%)}.btn-primary:hover,.btn-secondary:hover{box-shadow:0 6x 12px rgba(0,0,0,.2);transform:translateY(-2px)}.btn-secondary:hover{background-color:var(--color-primary);color:var(--color-primary-text)}.btn-secondary:hover .arrow{filter:none}.btn-primary:active,.btn-secondary:active{transform:translateY(0);box-shadow:0 3px 6px rgba(0,0,0,.15)}.btn .arrow{font-weight:700;display:inline-block;transition:transform .3s ease}.btn:hover .arrow{transform:translateX(7px)}.container{max-width:1800px;width:100%;margin:auto}.developerContainer{width:calc(100% - 290px);padding:0 20px;margin:0 0 0 250px}html{font-size:16px}.imageBanner{width:100%;height:auto;aspect-ratio:353/126}.imageBannerWithPadding{width:100%;height:auto;aspect-ratio:2.404/1}.homepageBannerWithPadding{width:-webkit-fill-available;height:auto;aspect-ratio:21/9;margin:var(--container-padding);margin-top:0;object-fit:contain}@media(max-width:1536px){.developerContainer{width:100%;margin:auto}:root{--font-heading-size:2.8rem;--container-padding:3.084rem 8rem;--container-padding-vertical:3.084rem 0;--container-padding-horizontal:0 8rem}}@media(max-width:1300px){html{font-size:13.25px}}@media(max-width:1000px){html{font-size:12px}:root{--font-heading-size:1.867rem;--container-padding:2.084rem 1.67rem;--container-padding-vertical:2.084rem 0;--container-padding-horizontal:0 1.67rem}}@media(max-width:800px){:root{--font-heading-size:2.34rem;--container-padding:2.084rem 1.67rem;--container-padding-vertical:2.084rem 0;--container-padding-horizontal:0 1.67rem}.btn{font-size:1.167rem;padding:1.134rem 2.4rem}html{font-size:12px}.imageBanner{aspect-ratio:1/1}.homepageBannerWithPadding{aspect-ratio:8/13}}@media(max-width:1200px){.container{max-width:1140px}}.pg-modal{position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:10000;display:flex;align-items:center;justify-content:center}.pg-modal-content{background:#fff;padding:24px 32px;border-radius:14px;text-align:center;min-width:260px;box-shadow:0 10px 30px rgba(0,0,0,.25);font-family:system-ui,sans-serif}.pg-modal-content p{margin-top:16px;font-size:15px;font-weight:500}.spinner{width:40px;height:40px;border:4px solid #ddd;border-top-color:#4f46e5;border-radius:50%;animation:spin .9s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(1turn)}}.hidden{display:none}.faq-list{margin:15px 0;list-style-type:disc}.faq-list li{margin-bottom:10px;margin-left:30px}.faq-list li:last-child{margin-bottom:0}.faq-list li.active label:after{transform:rotate(45deg)}.faq-list li.active p{max-height:500px;opacity:1;padding-bottom:20px}.faq-list label{color:#222;display:block;font-family:var(--font-source-sans-pro);font-size:1.143em;line-height:22px;padding:20px 40px 20px 20px;position:relative}.faq-list label:after{border-bottom:1px solid #222;border-right:1px solid #222;content:"";height:7px;position:absolute;right:20px;top:26px;width:7px;transform:rotate(-45deg);transition:transform .5s}.faq-list p{color:#222;font-family:var(--font-source-sans-pro);font-size:1em;line-height:18px;max-height:0;opacity:0;overflow:hidden;padding:0 20px;transition:all .5s}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Source_Sans_3_dee724;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Source_Sans_3_Fallback_dee724;src:local("Arial");ascent-override:108.65%;descent-override:42.44%;line-gap-override:0.00%;size-adjust:94.24%}.__className_dee724{font-family:__Source_Sans_3_dee724,__Source_Sans_3_Fallback_dee724;font-style:normal}.__variable_dee724{--font-source-sans-pro:"__Source_Sans_3_dee724","__Source_Sans_3_Fallback_dee724"}