CINXE.COM
BigCommerce România | BigCommerce
<!DOCTYPE html><html lang="en-US"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><script>/* __production LOCALE: en_US */</script><meta name="twitter:card" content="summary_large_image"/><meta name="twitter:site" content="@BigCommerce"/><meta name="twitter:creator" content="@BigCommerce"/><meta property="og:type" content="website"/><meta property="og:locale" content="en_US"/><meta property="og:site_name" content="BigCommerce"/><meta name="og:see_also" content="https://www.pinterest.com/bigcommerce/"/><meta name="og:see_also" content="https://www.instagram.com/bigcommerce/"/><meta name="og:see_also" content="https://www.youtube.com/c/bigcommerce"/><meta name="og:see_also" content="https://www.linkedin.com/company/bigcommerce"/><meta name="og:see_also" content="https://www.facebook.com/BigCommerce/"/><meta name="og:see_also" content="https://twitter.com/BigCommerce"/><meta name="application-name" content="BigCommerce"/><meta name="msapplication-TileColor" content="#FFFFFF"/><meta name="msapplication-square70x70logo" content="/mm/icons/mstile-70x70.png"/><meta name="msapplication-TileImage" content="/mm/icons/mstile-144x144.png"/><meta name="msapplication-square150x150logo" content="/mm/icons/mstile-150x150.png"/><meta name="msapplication-wide310x150logo" content="/mm/icons/mstile-310x150.png"/><meta name="msapplication-square310x310logo" content="/mm/icons/mstile-310x310.png"/><link rel="icon" href="/mm/icons/favicon-16x16.png" sizes="16x16" type="image/png"/><link rel="icon" href="/mm/icons/favicon-32x32.png" sizes="32x32" type="image/png"/><link rel="icon" href="/mm/icons/favicon-96x96.png" sizes="96x96" type="image/png"/><link rel="icon" href="/mm/icons/favicon-128x128.png" sizes="128x128" type="image/png"/><link rel="icon" href="/mm/icons/favicon-196x196.png" sizes="196x196" type="image/png"/><link rel="apple-touch-icon-precomposed" href="/mm/icons/apple-touch-icon-57x57.png" sizes="57x57" type="image/png"/><link rel="apple-touch-icon-precomposed" href="/mm/icons/apple-touch-icon-60x60.png" sizes="60x60" type="image/png"/><link rel="apple-touch-icon-precomposed" href="/mm/icons/apple-touch-icon-72x72.png" sizes="72x72" type="image/png"/><link rel="apple-touch-icon-precomposed" href="/mm/icons/apple-touch-icon-76x76.png" sizes="76x76" type="image/png"/><link rel="apple-touch-icon-precomposed" href="/mm/icons/apple-touch-icon-114x114.png" sizes="114x114" type="image/png"/><link rel="apple-touch-icon-precomposed" href="/mm/icons/apple-touch-icon-120x120.png" sizes="120x120" type="image/png"/><link rel="apple-touch-icon-precomposed" href="/mm/icons/apple-touch-icon-144x144.png" sizes="144x144" type="image/png"/><link rel="apple-touch-icon-precomposed" href="/mm/icons/apple-touch-icon-152x152.png" sizes="152x152" type="image/png"/><link rel="apple-touch-icon-precomposed" href="/mm/icons/apple-touch-icon-167x167.png" sizes="167x167" type="image/png"/><link rel="apple-touch-icon-precomposed" href="/mm/icons/apple-touch-icon-180x180.png" sizes="180x180" type="image/png"/><meta name="robots" content="index,follow"/><link rel="alternate" hrefLang="en-US" href="https://www.bigcommerce.com/romania/"/><link rel="alternate" hrefLang="en-GB" href="https://www.bigcommerce.co.uk/romania/"/><link rel="alternate" hrefLang="en-AU" href="https://www.bigcommerce.com.au/romania/"/><link rel="alternate" hrefLang="x-default" href="https://www.bigcommerce.com/romania/"/><meta property="og:url" content="https://www.bigcommerce.com/romania/"/><link rel="canonical" href="https://www.bigcommerce.com/romania/"/><script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https://www.bigcommerce.com/","name":"Homepage"}},{"@type":"ListItem","position":2,"item":{"@id":"https://www.bigcommerce.com/romania/","name":"Romania"}}]}</script><style> html { font-family: sans-serif; } div#__next { overflow: hidden; } </style><title>BigCommerce România | BigCommerce</title><link rel="icon" type="image/png" href="https://dam.bigcommerce.com/m/569c5976323dd521/original/favicon-196x196.png"/><meta name="description" content="Learn how BigCommerce can fuel your business with all the capabilities of enterprise ecommerce—without the cost or complexity."/><meta property="og:description" content="Learn how BigCommerce can fuel your business with all the capabilities of enterprise ecommerce—without the cost or complexity."/><meta name="twitter:description" content="Learn how BigCommerce can fuel your business with all the capabilities of enterprise ecommerce—without the cost or complexity."/><meta property="og:image" content="https://storage.googleapis.com/s.mkswft.com/RmlsZToyOTllMzFlYS00OGI4LTQ4ZTAtOTA0Ny1kNzIxNTBkODNhMjE=/BigCommerce-Social-Image-Generic-Facebook.jpg"/><meta property="og:image:type" content="image/jpeg"/><meta name="twitter:image" content="https://storage.googleapis.com/s.mkswft.com/RmlsZToyOTllMzFlYS00OGI4LTQ4ZTAtOTA0Ny1kNzIxNTBkODNhMjE=/BigCommerce-Social-Image-Generic-Facebook.jpg"/><meta name="twitter:card" content="summary_large_image"/><meta name="next-head-count" content="55"/><script id="makeswift-preview-mode" type="module"> const isPreview = false const appOrigin = 'https://app.makeswift.com' const searchParamName = 'x-makeswift-preview-mode' const headerName = 'X-Makeswift-Preview-Mode' const originalUrl = new URL(window.location.href) if (window.parent !== window) { window.addEventListener('message', event => { if (event.origin === appOrigin && event.data.type === 'makeswift_preview_mode') { const { secret } = event.data if (!isPreview && !originalUrl.searchParams.has(searchParamName)) { const url = new URL(originalUrl) url.searchParams.set(searchParamName, secret) window.location.replace(url) } else { const originalFetch = window.fetch window.fetch = function patchedFetch(resource, options) { const request = new Request(resource, options) if (new URL(request.url).origin !== window.location.origin) { return originalFetch.call(this, resource, options) } const newHeaders = new Headers(request.headers) newHeaders.set(headerName, secret) return originalFetch.call( this, new Request(request, { headers: newHeaders }) ) } } } }) window.parent.postMessage({ type: 'makeswift_preview_mode' }, appOrigin) } if (originalUrl.searchParams.has(searchParamName)) { const url = new URL(originalUrl) url.searchParams.delete(searchParamName) window.history.replaceState(null, '', url) } </script><script id="makeswift-connection-check" type="module"> const appOrigin = 'https://app.makeswift.com' if (window.parent !== window) { window.addEventListener('message', event => { if ( event.origin === appOrigin && event.data.type === 'MAKESWIFT_CONNECTION_INIT' ) { setInterval(() => { window.parent.postMessage({ type: 'MAKESWIFT_CONNECTION_CHECK', payload: { currentUrl: window.location.href } }, appOrigin) }, 20) } }) window.parent.postMessage({ type: 'MAKESWIFT_CONNECTION_INIT' }, appOrigin) } </script><link as="font" crossorigin="anonymous" href="/mm/fonts/Gotham-Black_Web.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="anonymous" href="/mm/fonts/Gotham-Bold_Web.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="anonymous" href="/mm/fonts/Gotham-Book_Web.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="anonymous" href="/mm/fonts/Gotham-BookItalic_Web.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="anonymous" href="/mm/fonts/Gotham-Light_Web.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="anonymous" href="/mm/fonts/Gotham-LightItalic_Web.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="anonymous" href="/mm/fonts/Gotham-BookItalic_Web.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="anonymous" href="/mm/fonts/Gotham-MediumItalic.otf" rel="preload" type="font/otf"/><link as="font" crossorigin="anonymous" href="/mm/fonts/Gotham-BoldItalic.otf" rel="preload" type="font/otf"/><link as="font" crossorigin="anonymous" href="/mm/fonts/Gotham-Medium_Web.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="anonymous" href="/mm/fonts/GothamCond-Bold_Web.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="anonymous" href="/mm/fonts/GothamCondensed-Medium.woff2" rel="preload" type="font/woff2"/><link as="font" crossorigin="anonymous" href="/mm/fonts/GeistMono/GeistMono-Light.ttf" rel="preload" type="font/ttf"/><link as="font" crossorigin="anonymous" href="/mm/fonts/GeistMono/GeistMono-Regular.ttf" rel="preload" type="font/ttf"/><link as="font" crossorigin="anonymous" href="/mm/fonts/GeistMono/GeistMono-Medium.ttf" rel="preload" type="font/ttf"/><link as="font" crossorigin="anonymous" href="/mm/fonts/GeistMono/GeistMono-Bold.ttf" rel="preload" type="font/ttf"/><link href="https://grow.bigcommerce.com" rel="preconnect"/><link href="dam.bigcommerce.com" rel="preconnect"/><link href="cdn.segment.com" rel="preconnect"/><link href="munchkin.marketo.net" rel="preconnect"/><link href="www.googleadservices.com" rel="preconnect"/><link href="www.googletagmanager.com" rel="preconnect"/><link href="fast.wistia.com" rel="preconnect"/><link rel="preload" href="/_next/static/css/15003c108284f17f.css" as="style"/><link rel="stylesheet" href="/_next/static/css/15003c108284f17f.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-67ef58973987ea11.js" defer=""></script><script src="/_next/static/chunks/framework-03c29c3858766b23.js" defer=""></script><script src="/_next/static/chunks/main-4d98f94829c2e437.js" defer=""></script><script src="/_next/static/chunks/pages/_app-f2f2d872bba3353f.js" defer=""></script><script src="/_next/static/chunks/4548-5c1b701c2148d45f.js" defer=""></script><script src="/_next/static/chunks/pages/%5B%5B...path%5D%5D-1678ad2a86d6cf6c.js" defer=""></script><script src="/_next/static/c177d5e/_buildManifest.js" defer=""></script><script src="/_next/static/c177d5e/_ssgManifest.js" defer=""></script><style data-emotion="css 248241 5bz3sx 1laaevc 1yr51n1 1jckhtj 1avx2pw 1ccnjsp vv2otm 111nzef 9858c6 3v38iy 6x1mo7 gojznb hsl9w3 1dg7gh mhwr3c 1a7lz5r 59yyfh kxzrrk 1f2go32 1l5zro5 ylzvzf 1tz8t3k bfcmu3 1jln6b4 ujxfr8 1bsp7id eo82tp 1kkyyj5 1ohkkb8 1ptj27q 1se9w6j 1axbyfc 1tctpj7 1qhq3ih 1cw5hkd 1vsebh0 76q8dx h3da6h kj7xya 1ysc1p8 1o5tne7 e4jipb 1iy2rhq 1umg0l 1ixn37 1ramekv 1lztn9t wnt1oz 10oud95 zs0gkx 3hqq9s 1a4q5p4 ao9vhw 1v62euh 1ofs19d 7rgyt2 1bayfnz a8h11h e39cyo 1y5xmng 1jct939 jmpa4t 1l17exr o6n4es 1y69u2d chwwyi adk8ui nc00s b2nl07 1a666od b77rwj pu8a16 1s5ptm7 1wbae8d 8knmji 1n1giuw 660zu1 sm8dgt 12zjzpl qa91py roic3g vvk0ce 1chpuvk wyaexi 1wbtj3g wifpym 1gixkqg 8ucixi kp96yp">.css-248241{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@-webkit-keyframes animation-5bz3sx{from{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes animation-5bz3sx{from{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@-webkit-keyframes animation-1laaevc{0%{opacity:0;-webkit-transform:rotateX(-20deg);-moz-transform:rotateX(-20deg);-ms-transform:rotateX(-20deg);transform:rotateX(-20deg);}100%{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;}}@keyframes animation-1laaevc{0%{opacity:0;-webkit-transform:rotateX(-20deg);-moz-transform:rotateX(-20deg);-ms-transform:rotateX(-20deg);transform:rotateX(-20deg);}100%{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none;}}html{box-sizing:border-box;}*,*::before,*::after{box-sizing:inherit;}html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;}body{margin:0;}h1{font-size:2em;margin:0.67em 0;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;-webkit-text-decoration:underline;text-decoration:underline;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.625em 0.75em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:-webkit-box;display:-webkit-list-item;display:-ms-list-itembox;display:list-item;}template{display:none;}[hidden]{display:none;}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}.css-1avx2pw{position:relative;width:100%;margin:0 auto;}.css-1avx2pw >*{border-radius:inherit;height:inherit;}.css-1avx2pw >:last-child{position:relative;}.css-1ccnjsp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-1ccnjsp{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ccnjsp{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ccnjsp{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ccnjsp{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ccnjsp{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (max-width: 640px){.css-1ccnjsp{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media (prefers-reduced-motion: no-preference){.css-1ccnjsp{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-vv2otm{max-width:100%;}@media only screen and (min-width: 1537px){.css-vv2otm{width:100%;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-vv2otm{width:100%;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-vv2otm{width:100%;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-vv2otm{width:100%;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-vv2otm{width:100%;}}@media only screen and (max-width: 640px){.css-vv2otm{width:100%;}}@media only screen and (min-width: 1537px){.css-111nzef{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-111nzef{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-111nzef{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-111nzef{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-111nzef{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-111nzef{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}.css-9858c6{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-9858c6{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-9858c6{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-9858c6{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-9858c6{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-9858c6{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media only screen and (max-width: 640px){.css-9858c6{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media (prefers-reduced-motion: no-preference){.css-9858c6{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-3v38iy{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-3v38iy{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-3v38iy{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-3v38iy{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-3v38iy{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-3v38iy{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (max-width: 640px){.css-3v38iy{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media (prefers-reduced-motion: no-preference){.css-3v38iy{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-6x1mo7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-6x1mo7{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-6x1mo7{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-6x1mo7{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-6x1mo7{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-6x1mo7{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-6x1mo7{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-6x1mo7{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-6x1mo7{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-6x1mo7{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-6x1mo7{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-6x1mo7{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-6x1mo7{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-6x1mo7{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-6x1mo7{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-6x1mo7{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-6x1mo7{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-6x1mo7{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (max-width: 640px){.css-6x1mo7{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}.css-gojznb{position:relative;max-width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.css-gojznb >*{border-radius:inherit;height:inherit;}.css-gojznb >:last-child{position:relative;}@media only screen and (min-width: 1537px){.css-gojznb{width:100%;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-gojznb{width:100%;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-gojznb{width:100%;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-gojznb{width:100%;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-gojznb{width:100%;}}@media only screen and (max-width: 640px){.css-gojznb{width:100%;}}@media only screen and (min-width: 1537px){.css-gojznb{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-gojznb{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-gojznb{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-gojznb{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-gojznb{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-gojznb{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1537px){.css-gojznb{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-gojznb{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-gojznb{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-gojznb{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-gojznb{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-gojznb{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1537px){.css-gojznb{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-gojznb{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-gojznb{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-gojznb{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-gojznb{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (max-width: 640px){.css-gojznb{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media (prefers-reduced-motion: no-preference){.css-gojznb{opacity:1;-webkit-transition:all 0ms;transition:all 0ms;}.css-gojznb>div>.grid-item{opacity:1;}}.css-hsl9w3{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-hsl9w3{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-hsl9w3{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-hsl9w3{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-hsl9w3{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-hsl9w3{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (max-width: 640px){.css-hsl9w3{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1537px){.css-hsl9w3{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-hsl9w3{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-hsl9w3{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-hsl9w3{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-hsl9w3{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-hsl9w3{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-hsl9w3{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-1dg7gh{position:relative;max-width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.css-1dg7gh >*{border-radius:inherit;height:inherit;}.css-1dg7gh >:last-child{position:relative;}@media only screen and (min-width: 1537px){.css-1dg7gh{width:1156px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1dg7gh{width:1156px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1dg7gh{width:1156px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1dg7gh{width:1156px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1dg7gh{width:1156px;}}@media only screen and (max-width: 640px){.css-1dg7gh{width:1156px;}}@media only screen and (min-width: 1537px){.css-1dg7gh{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1dg7gh{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1dg7gh{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1dg7gh{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1dg7gh{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-1dg7gh{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1537px){.css-1dg7gh{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1dg7gh{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1dg7gh{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1dg7gh{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1dg7gh{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-1dg7gh{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1537px){.css-1dg7gh{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1dg7gh{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1dg7gh{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1dg7gh{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1dg7gh{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (max-width: 640px){.css-1dg7gh{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media (prefers-reduced-motion: no-preference){.css-1dg7gh{opacity:1;-webkit-transition:all 0ms;transition:all 0ms;}.css-1dg7gh>div>.grid-item{opacity:1;}}.css-mhwr3c{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-mhwr3c{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-mhwr3c{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-mhwr3c{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-mhwr3c{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-mhwr3c{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (max-width: 640px){.css-mhwr3c{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (min-width: 1537px){.css-mhwr3c{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-mhwr3c{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-mhwr3c{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-mhwr3c{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-mhwr3c{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-mhwr3c{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-mhwr3c{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-1a7lz5r{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-1a7lz5r{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1a7lz5r{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1a7lz5r{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1a7lz5r{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1a7lz5r{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media only screen and (max-width: 640px){.css-1a7lz5r{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0px;}}@media only screen and (min-width: 1537px){.css-1a7lz5r{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1a7lz5r{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1a7lz5r{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1a7lz5r{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1a7lz5r{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-1a7lz5r{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-1a7lz5r{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-59yyfh{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-59yyfh{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-59yyfh{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-59yyfh{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-59yyfh{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-59yyfh{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (max-width: 640px){.css-59yyfh{-webkit-flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);flex-basis:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);min-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);max-width:calc(1 * (100% + 0px) - 2 * 0px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (min-width: 1537px){.css-59yyfh{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-59yyfh{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-59yyfh{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-59yyfh{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-59yyfh{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-59yyfh{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-59yyfh{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-kxzrrk{max-width:100%;}@media only screen and (min-width: 1537px){.css-kxzrrk{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-kxzrrk{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-kxzrrk{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-kxzrrk{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-kxzrrk{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-kxzrrk{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}.css-1f2go32{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-1f2go32{-webkit-flex-basis:calc(100% * 1.00000);-ms-flex-preferred-size:calc(100% * 1.00000);flex-basis:calc(100% * 1.00000);min-width:calc(100% * 1.00000);}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1f2go32{-webkit-flex-basis:calc(100% * 1.00000);-ms-flex-preferred-size:calc(100% * 1.00000);flex-basis:calc(100% * 1.00000);min-width:calc(100% * 1.00000);}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1f2go32{-webkit-flex-basis:calc(100% * 1.00000);-ms-flex-preferred-size:calc(100% * 1.00000);flex-basis:calc(100% * 1.00000);min-width:calc(100% * 1.00000);}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1f2go32{-webkit-flex-basis:calc(100% * 1.00000);-ms-flex-preferred-size:calc(100% * 1.00000);flex-basis:calc(100% * 1.00000);min-width:calc(100% * 1.00000);}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1f2go32{-webkit-flex-basis:calc(100% * 1.00000);-ms-flex-preferred-size:calc(100% * 1.00000);flex-basis:calc(100% * 1.00000);min-width:calc(100% * 1.00000);}}@media only screen and (max-width: 640px){.css-1f2go32{-webkit-flex-basis:calc(100% * 1.00000);-ms-flex-preferred-size:calc(100% * 1.00000);flex-basis:calc(100% * 1.00000);min-width:calc(100% * 1.00000);}}@media only screen and (min-width: 1537px){.css-1l5zro5{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1l5zro5{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1l5zro5{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1l5zro5{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1l5zro5{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}@media only screen and (max-width: 640px){.css-1l5zro5{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:18px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}.css-ylzvzf{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;overflow:hidden;}@media only screen and (min-width: 1537px){.css-ylzvzf{display:block;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-ylzvzf{display:block;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-ylzvzf{display:block;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-ylzvzf{display:block;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-ylzvzf{display:block;}}@media only screen and (max-width: 640px){.css-ylzvzf{display:block;}}.css-1tz8t3k{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-color:hsla(248.571,17.0732%,8.03922%,1);}.css-1jln6b4{margin:0;}.css-ujxfr8{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-ujxfr8{width:821px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-ujxfr8{width:821px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-ujxfr8{width:821px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-ujxfr8{width:821px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-ujxfr8{width:821px;}}@media only screen and (max-width: 640px){.css-ujxfr8{width:821px;}}@media only screen and (min-width: 1537px){.css-ujxfr8{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-ujxfr8{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-ujxfr8{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-ujxfr8{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-ujxfr8{opacity:1;}}@media only screen and (max-width: 640px){.css-ujxfr8{opacity:1;}}@media only screen and (min-width: 1537px){.css-ujxfr8{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-ujxfr8{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-ujxfr8{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-ujxfr8{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-ujxfr8{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-ujxfr8{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1537px){.css-ujxfr8{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-ujxfr8{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-ujxfr8{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-ujxfr8{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-ujxfr8{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-ujxfr8{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-ujxfr8{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-ujxfr8{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-ujxfr8{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-ujxfr8{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-ujxfr8{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-ujxfr8{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-ujxfr8{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-ujxfr8{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-ujxfr8{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-ujxfr8{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-ujxfr8{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-ujxfr8{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}.css-1bsp7id{position:relative;max-width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.css-1bsp7id >*{border-radius:inherit;height:inherit;}.css-1bsp7id >:last-child{position:relative;}@media only screen and (min-width: 1537px){.css-1bsp7id{width:1440px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1bsp7id{width:1440px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1bsp7id{width:1440px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1bsp7id{width:1440px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1bsp7id{width:1440px;}}@media only screen and (max-width: 640px){.css-1bsp7id{width:1440px;}}@media only screen and (min-width: 1537px){.css-1bsp7id{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1bsp7id{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1bsp7id{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1bsp7id{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1bsp7id{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-1bsp7id{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1537px){.css-1bsp7id{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1bsp7id{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1bsp7id{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1bsp7id{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1bsp7id{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-1bsp7id{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1537px){.css-1bsp7id{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1bsp7id{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1bsp7id{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1bsp7id{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1bsp7id{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (max-width: 640px){.css-1bsp7id{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media (prefers-reduced-motion: no-preference){.css-1bsp7id{opacity:1;-webkit-transition:all 0ms;transition:all 0ms;}.css-1bsp7id>div>.grid-item{opacity:1;}}@media only screen and (min-width: 1537px){.css-eo82tp{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-eo82tp{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-eo82tp{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-eo82tp{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-eo82tp{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-eo82tp{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:0px;}}.css-1kkyyj5{max-width:100%;}@media only screen and (min-width: 1537px){.css-1kkyyj5{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0 solid black;border-right:0 solid black;border-bottom:0 solid black;border-left:0 solid black;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1kkyyj5{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0 solid black;border-right:0 solid black;border-bottom:0 solid black;border-left:0 solid black;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1kkyyj5{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0 solid black;border-right:0 solid black;border-bottom:0 solid black;border-left:0 solid black;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1kkyyj5{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0 solid black;border-right:0 solid black;border-bottom:0 solid black;border-left:0 solid black;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1kkyyj5{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0 solid black;border-right:0 solid black;border-bottom:0 solid black;border-left:0 solid black;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}}@media only screen and (max-width: 640px){.css-1kkyyj5{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;border-top:0 solid black;border-right:0 solid black;border-bottom:0 solid black;border-left:0 solid black;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;}}.css-1ohkkb8{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-color:hsla(0,0%,100%,1);}.css-1ptj27q{margin:0;text-align:left;}@media only screen and (min-width: 1537px){.css-1ptj27q{text-align:left;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ptj27q{text-align:left;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ptj27q{text-align:left;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ptj27q{text-align:left;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ptj27q{text-align:left;}}@media only screen and (max-width: 640px){.css-1ptj27q{text-align:left;}}@media only screen and (min-width: 1537px){.css-1se9w6j{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1se9w6j{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1se9w6j{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1se9w6j{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1se9w6j{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:20px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}@media only screen and (max-width: 640px){.css-1se9w6j{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:18px;font-weight:500;line-height:1.4;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 1537px){.css-1axbyfc{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1axbyfc{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1axbyfc{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1axbyfc{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1axbyfc{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (max-width: 640px){.css-1axbyfc{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 1537px){.css-1tctpj7{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1tctpj7{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1tctpj7{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1tctpj7{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1tctpj7{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-1tctpj7{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}}.css-1qhq3ih{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-color:hsla(0,0%,0%,1);}.css-1cw5hkd{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-color:hsla(220,20%,94.1176%,1);}@media only screen and (min-width: 1537px){.css-1vsebh0{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:34px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1vsebh0{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:34px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1vsebh0{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:34px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1vsebh0{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:30px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1vsebh0{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (max-width: 640px){.css-1vsebh0{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 1537px){.css-76q8dx{margin-top:0px;margin-right:0px;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-76q8dx{margin-top:0px;margin-right:0px;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-76q8dx{margin-top:0px;margin-right:0px;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-76q8dx{margin-top:0px;margin-right:0px;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-76q8dx{margin-top:0px;margin-right:0px;margin-bottom:20px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-76q8dx{margin-top:0px;margin-right:0px;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1537px){.css-h3da6h{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:40px;font-weight:700;line-height:1.1;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-h3da6h{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:40px;font-weight:700;line-height:1.1;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-h3da6h{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:40px;font-weight:700;line-height:1.1;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-h3da6h{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:36px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-h3da6h{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:32px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (max-width: 640px){.css-h3da6h{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:32px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}.css-kj7xya{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-kj7xya{width:1094px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-kj7xya{width:1094px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-kj7xya{width:1094px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-kj7xya{width:1094px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-kj7xya{width:1094px;}}@media only screen and (max-width: 640px){.css-kj7xya{width:1094px;}}@media only screen and (min-width: 1537px){.css-kj7xya{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-kj7xya{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-kj7xya{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-kj7xya{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-kj7xya{opacity:1;}}@media only screen and (max-width: 640px){.css-kj7xya{opacity:1;}}@media only screen and (min-width: 1537px){.css-kj7xya{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-kj7xya{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-kj7xya{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-kj7xya{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-kj7xya{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-kj7xya{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1537px){.css-kj7xya{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-kj7xya{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-kj7xya{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-kj7xya{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-kj7xya{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-kj7xya{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-kj7xya{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-kj7xya{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-kj7xya{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-kj7xya{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-kj7xya{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-kj7xya{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-kj7xya{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-kj7xya{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-kj7xya{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-kj7xya{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-kj7xya{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-kj7xya{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1537px){.css-1ysc1p8{margin-top:0px;margin-right:0px;margin-bottom:12px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ysc1p8{margin-top:0px;margin-right:0px;margin-bottom:12px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ysc1p8{margin-top:0px;margin-right:0px;margin-bottom:12px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ysc1p8{margin-top:0px;margin-right:0px;margin-bottom:12px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ysc1p8{margin-top:0px;margin-right:0px;margin-bottom:12px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-1ysc1p8{margin-top:0px;margin-right:0px;margin-bottom:12px;margin-left:0px;}}@media only screen and (min-width: 1537px){.css-1o5tne7{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:24px;font-weight:700;line-height:1.3;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1o5tne7{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:24px;font-weight:700;line-height:1.3;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1o5tne7{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:24px;font-weight:700;line-height:1.3;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1o5tne7{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:24px;font-weight:700;line-height:1.3;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1o5tne7{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:24px;font-weight:700;line-height:1.3;letter-spacing:0em;font-style:initial;}}@media only screen and (max-width: 640px){.css-1o5tne7{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:22px;font-weight:700;line-height:1.3;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 1537px){.css-e4jipb{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-e4jipb{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-e4jipb{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-e4jipb{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-e4jipb{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (max-width: 640px){.css-e4jipb{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 1537px){.css-1iy2rhq{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:34px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1iy2rhq{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:34px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1iy2rhq{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:34px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1iy2rhq{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:30px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1iy2rhq{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}@media only screen and (max-width: 640px){.css-1iy2rhq{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-0.01em;font-style:initial;}}.css-1umg0l{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-1umg0l{padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:32px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1umg0l{padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:32px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1umg0l{padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:32px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1umg0l{padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:32px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1umg0l{padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:32px;}}@media only screen and (max-width: 640px){.css-1umg0l{padding-top:32px;padding-right:32px;padding-bottom:32px;padding-left:32px;}}@media only screen and (min-width: 1537px){.css-1umg0l{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1umg0l{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1umg0l{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1umg0l{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1umg0l{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-1umg0l{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-1umg0l{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1umg0l{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1umg0l{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1umg0l{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1umg0l{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (max-width: 640px){.css-1umg0l{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}.css-1ixn37{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-1ixn37{width:132px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ixn37{width:132px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ixn37{width:132px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ixn37{width:132px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ixn37{width:132px;}}@media only screen and (max-width: 640px){.css-1ixn37{width:132px;}}@media only screen and (min-width: 1537px){.css-1ixn37{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ixn37{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ixn37{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ixn37{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ixn37{opacity:1;}}@media only screen and (max-width: 640px){.css-1ixn37{opacity:1;}}@media only screen and (min-width: 1537px){.css-1ixn37{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ixn37{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ixn37{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ixn37{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ixn37{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-1ixn37{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1537px){.css-1ixn37{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ixn37{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ixn37{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ixn37{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ixn37{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-1ixn37{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-1ixn37{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ixn37{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ixn37{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ixn37{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ixn37{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-1ixn37{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-1ixn37{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ixn37{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ixn37{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ixn37{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ixn37{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-1ixn37{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}.css-1ramekv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-1ramekv{padding-top:100px;padding-right:0px;padding-bottom:50px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ramekv{padding-top:100px;padding-right:0px;padding-bottom:50px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ramekv{padding-top:100px;padding-right:0px;padding-bottom:50px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ramekv{padding-top:100px;padding-right:30px;padding-bottom:50px;padding-left:30px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ramekv{padding-top:100px;padding-right:30px;padding-bottom:50px;padding-left:30px;}}@media only screen and (max-width: 640px){.css-1ramekv{padding-top:100px;padding-right:30px;padding-bottom:50px;padding-left:30px;}}@media only screen and (min-width: 1537px){.css-1ramekv{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ramekv{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ramekv{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ramekv{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ramekv{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-1ramekv{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-1ramekv{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ramekv{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ramekv{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ramekv{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ramekv{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}@media only screen and (max-width: 640px){.css-1ramekv{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}.css-1lztn9t{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-1lztn9t{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:0;padding-right:15px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1lztn9t{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:0;padding-right:15px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1lztn9t{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:0;padding-right:15px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1lztn9t{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:0;padding-right:15px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1lztn9t{-webkit-flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);min-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);max-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:15px;}}@media only screen and (max-width: 640px){.css-1lztn9t{-webkit-flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);min-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);max-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:15px;}}@media only screen and (min-width: 1537px){.css-1lztn9t{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1lztn9t{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1lztn9t{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1lztn9t{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1lztn9t{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (max-width: 640px){.css-1lztn9t{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (prefers-reduced-motion: no-preference){.css-1lztn9t{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-wnt1oz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-wnt1oz{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:15px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-wnt1oz{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:15px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-wnt1oz{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:15px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-wnt1oz{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:15px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-wnt1oz{-webkit-flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);min-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);max-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:15px;padding-bottom:0;}}@media only screen and (max-width: 640px){.css-wnt1oz{-webkit-flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);min-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);max-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:15px;padding-bottom:0;}}@media only screen and (min-width: 1537px){.css-wnt1oz{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-wnt1oz{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-wnt1oz{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-wnt1oz{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-wnt1oz{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (max-width: 640px){.css-wnt1oz{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (prefers-reduced-motion: no-preference){.css-wnt1oz{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-10oud95{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-10oud95{padding-top:0px;padding-right:0px;padding-bottom:64px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-10oud95{padding-top:0px;padding-right:0px;padding-bottom:64px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-10oud95{padding-top:0px;padding-right:0px;padding-bottom:64px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-10oud95{padding-top:0px;padding-right:0px;padding-bottom:64px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-10oud95{padding-top:0px;padding-right:0px;padding-bottom:64px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-10oud95{padding-top:0px;padding-right:0px;padding-bottom:64px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-10oud95{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-10oud95{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-10oud95{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-10oud95{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-10oud95{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-10oud95{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-10oud95{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-10oud95{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-10oud95{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-10oud95{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-10oud95{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (max-width: 640px){.css-10oud95{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}.css-zs0gkx{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-zs0gkx{padding-top:50px;padding-right:16px;padding-bottom:0px;padding-left:16px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-zs0gkx{padding-top:50px;padding-right:16px;padding-bottom:0px;padding-left:16px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-zs0gkx{padding-top:50px;padding-right:16px;padding-bottom:0px;padding-left:16px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-zs0gkx{padding-top:50px;padding-right:16px;padding-bottom:0px;padding-left:16px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-zs0gkx{padding-top:50px;padding-right:32px;padding-bottom:50px;padding-left:32px;}}@media only screen and (max-width: 640px){.css-zs0gkx{padding-top:50px;padding-right:30px;padding-bottom:50px;padding-left:30px;}}@media only screen and (min-width: 1537px){.css-zs0gkx{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-zs0gkx{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-zs0gkx{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-zs0gkx{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-zs0gkx{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-zs0gkx{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-zs0gkx{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-zs0gkx{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-zs0gkx{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-zs0gkx{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-zs0gkx{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (max-width: 640px){.css-zs0gkx{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1537px){.css-3hqq9s{margin-top:0px;margin-right:0px;margin-bottom:48px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-3hqq9s{margin-top:0px;margin-right:0px;margin-bottom:48px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-3hqq9s{margin-top:0px;margin-right:0px;margin-bottom:48px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-3hqq9s{margin-top:0px;margin-right:0px;margin-bottom:48px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-3hqq9s{margin-top:0px;margin-right:0px;margin-bottom:48px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-3hqq9s{margin-top:0px;margin-right:0px;margin-bottom:48px;margin-left:0px;}}.css-1a4q5p4{margin:0;text-align:center;}@media only screen and (min-width: 1537px){.css-1a4q5p4{text-align:center;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1a4q5p4{text-align:center;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1a4q5p4{text-align:center;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1a4q5p4{text-align:center;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1a4q5p4{text-align:center;}}@media only screen and (max-width: 640px){.css-1a4q5p4{text-align:left;}}@media only screen and (min-width: 1537px){.css-ao9vhw{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:14px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-ao9vhw{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:14px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-ao9vhw{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:14px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-ao9vhw{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:14px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-ao9vhw{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:14px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (max-width: 640px){.css-ao9vhw{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:13px;font-weight:400;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}.css-1v62euh{max-width:100%;}@media only screen and (min-width: 1537px){.css-1v62euh{width:83%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1v62euh{width:83%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1v62euh{width:83%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1v62euh{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1v62euh{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-1v62euh{width:100%;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}.css-1ofs19d{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-1ofs19d{padding-top:100px;padding-right:16px;padding-bottom:50px;padding-left:16px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ofs19d{padding-top:100px;padding-right:16px;padding-bottom:50px;padding-left:16px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ofs19d{padding-top:100px;padding-right:16px;padding-bottom:50px;padding-left:16px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ofs19d{padding-top:100px;padding-right:16px;padding-bottom:50px;padding-left:16px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ofs19d{padding-top:100px;padding-right:32px;padding-bottom:50px;padding-left:32px;}}@media only screen and (max-width: 640px){.css-1ofs19d{padding-top:100px;padding-right:16px;padding-bottom:50px;padding-left:16px;}}@media only screen and (min-width: 1537px){.css-1ofs19d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ofs19d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ofs19d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ofs19d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ofs19d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-1ofs19d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-1ofs19d{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1ofs19d{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1ofs19d{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1ofs19d{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1ofs19d{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (max-width: 640px){.css-1ofs19d{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}.css-7rgyt2{position:relative;max-width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.css-7rgyt2 >*{border-radius:inherit;height:inherit;}.css-7rgyt2 >:last-child{position:relative;}@media only screen and (min-width: 1537px){.css-7rgyt2{width:770px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-7rgyt2{width:770px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-7rgyt2{width:770px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-7rgyt2{width:770px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-7rgyt2{width:770px;}}@media only screen and (max-width: 640px){.css-7rgyt2{width:770px;}}@media only screen and (min-width: 1537px){.css-7rgyt2{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-7rgyt2{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-7rgyt2{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-7rgyt2{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-7rgyt2{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-7rgyt2{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1537px){.css-7rgyt2{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-7rgyt2{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-7rgyt2{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-7rgyt2{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-7rgyt2{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-7rgyt2{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1537px){.css-7rgyt2{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-7rgyt2{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-7rgyt2{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-7rgyt2{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-7rgyt2{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (max-width: 640px){.css-7rgyt2{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media (prefers-reduced-motion: no-preference){.css-7rgyt2{opacity:1;-webkit-transition:all 0ms;transition:all 0ms;}.css-7rgyt2>div>.grid-item{opacity:1;}}.css-1bayfnz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-1bayfnz{padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1bayfnz{padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1bayfnz{padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1bayfnz{padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1bayfnz{padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;}}@media only screen and (max-width: 640px){.css-1bayfnz{padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px;}}@media only screen and (min-width: 1537px){.css-1bayfnz{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1bayfnz{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1bayfnz{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1bayfnz{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1bayfnz{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-1bayfnz{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-1bayfnz{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1bayfnz{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1bayfnz{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1bayfnz{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1bayfnz{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (max-width: 640px){.css-1bayfnz{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}.css-a8h11h{position:relative;max-width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.css-a8h11h >*{border-radius:inherit;height:inherit;}.css-a8h11h >:last-child{position:relative;}@media only screen and (min-width: 1537px){.css-a8h11h{width:1156px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-a8h11h{width:1156px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-a8h11h{width:1156px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-a8h11h{width:1156px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-a8h11h{width:1156px;}}@media only screen and (max-width: 640px){.css-a8h11h{width:1156px;}}@media only screen and (min-width: 1537px){.css-a8h11h{margin-top:10px;margin-right:auto;margin-bottom:60px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-a8h11h{margin-top:10px;margin-right:auto;margin-bottom:60px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-a8h11h{margin-top:10px;margin-right:auto;margin-bottom:60px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-a8h11h{margin-top:10px;margin-right:auto;margin-bottom:60px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-a8h11h{margin-top:10px;margin-right:auto;margin-bottom:60px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-a8h11h{margin-top:10px;margin-right:auto;margin-bottom:60px;margin-left:auto;}}@media only screen and (min-width: 1537px){.css-a8h11h{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-a8h11h{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-a8h11h{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-a8h11h{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-a8h11h{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-a8h11h{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1537px){.css-a8h11h{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-a8h11h{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-a8h11h{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-a8h11h{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-a8h11h{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media only screen and (max-width: 640px){.css-a8h11h{-webkit-align-self:auto;-ms-flex-item-align:auto;align-self:auto;}}@media (prefers-reduced-motion: no-preference){.css-a8h11h{opacity:1;-webkit-transition:all 0ms;transition:all 0ms;}.css-a8h11h>div>.grid-item{opacity:1;}}.css-e39cyo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-e39cyo{padding-top:50px;padding-right:16px;padding-bottom:50px;padding-left:16px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-e39cyo{padding-top:50px;padding-right:16px;padding-bottom:50px;padding-left:16px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-e39cyo{padding-top:50px;padding-right:16px;padding-bottom:50px;padding-left:16px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-e39cyo{padding-top:50px;padding-right:16px;padding-bottom:50px;padding-left:16px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-e39cyo{padding-top:50px;padding-right:32px;padding-bottom:50px;padding-left:32px;}}@media only screen and (max-width: 640px){.css-e39cyo{padding-top:50px;padding-right:16px;padding-bottom:50px;padding-left:16px;}}@media only screen and (min-width: 1537px){.css-e39cyo{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-e39cyo{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-e39cyo{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-e39cyo{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-e39cyo{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-e39cyo{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-e39cyo{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-e39cyo{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-e39cyo{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-e39cyo{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-e39cyo{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (max-width: 640px){.css-e39cyo{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1537px){.css-1y5xmng{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1y5xmng{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1y5xmng{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1y5xmng{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:26px;font-weight:700;line-height:1.3;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1y5xmng{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:26px;font-weight:700;line-height:1.3;letter-spacing:0em;font-style:initial;}}@media only screen and (max-width: 640px){.css-1y5xmng{color:hsla(0,0%,100%,1);font-family:Gotham;font-size:26px;font-weight:700;line-height:1.3;letter-spacing:0em;font-style:initial;}}@media only screen and (min-width: 1537px){.css-1jct939{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1jct939{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1jct939{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1jct939{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1jct939{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-1jct939{margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:0px;}}.css-jmpa4t{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-jmpa4t{width:66px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-jmpa4t{width:66px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-jmpa4t{width:66px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-jmpa4t{width:66px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-jmpa4t{width:66px;}}@media only screen and (max-width: 640px){.css-jmpa4t{width:66px;}}@media only screen and (min-width: 1537px){.css-jmpa4t{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-jmpa4t{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-jmpa4t{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-jmpa4t{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-jmpa4t{opacity:1;}}@media only screen and (max-width: 640px){.css-jmpa4t{opacity:1;}}@media only screen and (min-width: 1537px){.css-jmpa4t{margin-top:0px;margin-right:auto;margin-bottom:30px;margin-left:auto;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-jmpa4t{margin-top:0px;margin-right:auto;margin-bottom:30px;margin-left:auto;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-jmpa4t{margin-top:0px;margin-right:auto;margin-bottom:30px;margin-left:auto;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-jmpa4t{margin-top:0px;margin-right:auto;margin-bottom:30px;margin-left:auto;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-jmpa4t{margin-top:0px;margin-right:auto;margin-bottom:30px;margin-left:auto;}}@media only screen and (max-width: 640px){.css-jmpa4t{margin-top:0px;margin-right:auto;margin-bottom:30px;margin-left:auto;}}@media only screen and (min-width: 1537px){.css-jmpa4t{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-jmpa4t{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-jmpa4t{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-jmpa4t{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-jmpa4t{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-jmpa4t{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-jmpa4t{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-jmpa4t{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-jmpa4t{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-jmpa4t{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-jmpa4t{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-jmpa4t{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-jmpa4t{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-jmpa4t{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-jmpa4t{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-jmpa4t{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-jmpa4t{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-jmpa4t{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}.css-1l17exr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-1l17exr{padding-top:50px;padding-right:16px;padding-bottom:100px;padding-left:16px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1l17exr{padding-top:50px;padding-right:16px;padding-bottom:100px;padding-left:16px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1l17exr{padding-top:50px;padding-right:16px;padding-bottom:100px;padding-left:16px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1l17exr{padding-top:50px;padding-right:16px;padding-bottom:100px;padding-left:16px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1l17exr{padding-top:50px;padding-right:32px;padding-bottom:100px;padding-left:32px;}}@media only screen and (max-width: 640px){.css-1l17exr{padding-top:50px;padding-right:16px;padding-bottom:100px;padding-left:16px;}}@media only screen and (min-width: 1537px){.css-1l17exr{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1l17exr{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1l17exr{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1l17exr{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1l17exr{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-1l17exr{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-1l17exr{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1l17exr{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1l17exr{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1l17exr{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1l17exr{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (max-width: 640px){.css-1l17exr{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}.css-o6n4es{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-o6n4es{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-o6n4es{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-o6n4es{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-o6n4es{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-o6n4es{-webkit-flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (max-width: 640px){.css-o6n4es{-webkit-flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);min-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);max-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 1537px){.css-o6n4es{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-o6n4es{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-o6n4es{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-o6n4es{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-o6n4es{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-o6n4es{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-o6n4es{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-1y69u2d{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-1y69u2d{width:50px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1y69u2d{width:50px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1y69u2d{width:50px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1y69u2d{width:50px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1y69u2d{width:50px;}}@media only screen and (max-width: 640px){.css-1y69u2d{width:50px;}}@media only screen and (min-width: 1537px){.css-1y69u2d{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1y69u2d{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1y69u2d{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1y69u2d{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1y69u2d{opacity:1;}}@media only screen and (max-width: 640px){.css-1y69u2d{opacity:1;}}@media only screen and (min-width: 1537px){.css-1y69u2d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1y69u2d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1y69u2d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1y69u2d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1y69u2d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-1y69u2d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1537px){.css-1y69u2d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1y69u2d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1y69u2d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1y69u2d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1y69u2d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-1y69u2d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-1y69u2d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1y69u2d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1y69u2d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1y69u2d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1y69u2d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-1y69u2d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-1y69u2d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1y69u2d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1y69u2d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1y69u2d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1y69u2d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-1y69u2d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}.css-chwwyi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-chwwyi{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-chwwyi{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-chwwyi{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-chwwyi{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-chwwyi{-webkit-flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:0;padding-bottom:16px;}}@media only screen and (max-width: 640px){.css-chwwyi{-webkit-flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);min-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);max-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:16px;padding-bottom:16px;}}@media only screen and (min-width: 1537px){.css-chwwyi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-chwwyi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-chwwyi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-chwwyi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-chwwyi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-chwwyi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-chwwyi{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-adk8ui{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-adk8ui{width:55px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-adk8ui{width:55px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-adk8ui{width:55px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-adk8ui{width:55px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-adk8ui{width:55px;}}@media only screen and (max-width: 640px){.css-adk8ui{width:55px;}}@media only screen and (min-width: 1537px){.css-adk8ui{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-adk8ui{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-adk8ui{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-adk8ui{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-adk8ui{opacity:1;}}@media only screen and (max-width: 640px){.css-adk8ui{opacity:1;}}@media only screen and (min-width: 1537px){.css-adk8ui{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-adk8ui{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-adk8ui{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-adk8ui{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-adk8ui{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-adk8ui{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1537px){.css-adk8ui{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-adk8ui{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-adk8ui{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-adk8ui{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-adk8ui{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-adk8ui{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-adk8ui{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-adk8ui{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-adk8ui{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-adk8ui{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-adk8ui{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-adk8ui{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-adk8ui{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-adk8ui{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-adk8ui{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-adk8ui{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-adk8ui{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-adk8ui{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}.css-nc00s{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-nc00s{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-nc00s{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-nc00s{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-nc00s{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-nc00s{-webkit-flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:16px;padding-bottom:16px;}}@media only screen and (max-width: 640px){.css-nc00s{-webkit-flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);min-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);max-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:16px;padding-bottom:16px;}}@media only screen and (min-width: 1537px){.css-nc00s{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-nc00s{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-nc00s{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-nc00s{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-nc00s{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-nc00s{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-nc00s{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-b2nl07{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-b2nl07{width:43px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b2nl07{width:43px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b2nl07{width:43px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b2nl07{width:43px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b2nl07{width:43px;}}@media only screen and (max-width: 640px){.css-b2nl07{width:43px;}}@media only screen and (min-width: 1537px){.css-b2nl07{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b2nl07{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b2nl07{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b2nl07{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b2nl07{opacity:1;}}@media only screen and (max-width: 640px){.css-b2nl07{opacity:1;}}@media only screen and (min-width: 1537px){.css-b2nl07{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b2nl07{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b2nl07{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b2nl07{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b2nl07{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-b2nl07{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1537px){.css-b2nl07{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b2nl07{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b2nl07{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b2nl07{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b2nl07{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-b2nl07{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-b2nl07{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b2nl07{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b2nl07{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b2nl07{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b2nl07{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-b2nl07{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-b2nl07{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b2nl07{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b2nl07{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b2nl07{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b2nl07{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-b2nl07{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}.css-1a666od{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-1a666od{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1a666od{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1a666od{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1a666od{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:0;padding-bottom:16px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1a666od{-webkit-flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:16px;padding-bottom:16px;}}@media only screen and (max-width: 640px){.css-1a666od{-webkit-flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);min-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);max-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:16px;padding-bottom:16px;}}@media only screen and (min-width: 1537px){.css-1a666od{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1a666od{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1a666od{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1a666od{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1a666od{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-1a666od{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-1a666od{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-b77rwj{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-b77rwj{width:40px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b77rwj{width:40px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b77rwj{width:40px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b77rwj{width:40px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b77rwj{width:40px;}}@media only screen and (max-width: 640px){.css-b77rwj{width:40px;}}@media only screen and (min-width: 1537px){.css-b77rwj{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b77rwj{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b77rwj{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b77rwj{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b77rwj{opacity:1;}}@media only screen and (max-width: 640px){.css-b77rwj{opacity:1;}}@media only screen and (min-width: 1537px){.css-b77rwj{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b77rwj{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b77rwj{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b77rwj{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b77rwj{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-b77rwj{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1537px){.css-b77rwj{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b77rwj{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b77rwj{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b77rwj{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b77rwj{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-b77rwj{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-b77rwj{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b77rwj{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b77rwj{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b77rwj{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b77rwj{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-b77rwj{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-b77rwj{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-b77rwj{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-b77rwj{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-b77rwj{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-b77rwj{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-b77rwj{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}.css-pu8a16{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-pu8a16{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-pu8a16{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-pu8a16{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-pu8a16{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-pu8a16{-webkit-flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:16px;padding-bottom:16px;}}@media only screen and (max-width: 640px){.css-pu8a16{-webkit-flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);min-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);max-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:16px;padding-bottom:16px;}}@media only screen and (min-width: 1537px){.css-pu8a16{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-pu8a16{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-pu8a16{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-pu8a16{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-pu8a16{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-pu8a16{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-pu8a16{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-1s5ptm7{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-1s5ptm7{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1s5ptm7{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1s5ptm7{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1s5ptm7{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1s5ptm7{-webkit-flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:16px;padding-bottom:16px;}}@media only screen and (max-width: 640px){.css-1s5ptm7{-webkit-flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);min-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);max-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:16px;padding-bottom:16px;}}@media only screen and (min-width: 1537px){.css-1s5ptm7{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1s5ptm7{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1s5ptm7{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1s5ptm7{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1s5ptm7{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-1s5ptm7{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-1s5ptm7{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-1wbae8d{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-1wbae8d{width:67px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1wbae8d{width:67px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1wbae8d{width:67px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1wbae8d{width:67px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1wbae8d{width:67px;}}@media only screen and (max-width: 640px){.css-1wbae8d{width:67px;}}@media only screen and (min-width: 1537px){.css-1wbae8d{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1wbae8d{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1wbae8d{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1wbae8d{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1wbae8d{opacity:1;}}@media only screen and (max-width: 640px){.css-1wbae8d{opacity:1;}}@media only screen and (min-width: 1537px){.css-1wbae8d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1wbae8d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1wbae8d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1wbae8d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1wbae8d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-1wbae8d{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1537px){.css-1wbae8d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1wbae8d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1wbae8d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1wbae8d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1wbae8d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-1wbae8d{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-1wbae8d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1wbae8d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1wbae8d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1wbae8d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1wbae8d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-1wbae8d{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-1wbae8d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1wbae8d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1wbae8d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1wbae8d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1wbae8d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-1wbae8d{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}.css-8knmji{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-8knmji{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-8knmji{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-8knmji{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-8knmji{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 0 * 32px / 2 - 0.01px);padding-left:16px;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-8knmji{-webkit-flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:0;padding-right:16px;padding-top:16px;padding-bottom:0;}}@media only screen and (max-width: 640px){.css-8knmji{-webkit-flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);min-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);max-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:16px;padding-bottom:16px;}}@media only screen and (min-width: 1537px){.css-8knmji{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-8knmji{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-8knmji{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-8knmji{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-8knmji{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-8knmji{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-8knmji{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-1n1giuw{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-1n1giuw{width:58px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1n1giuw{width:58px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1n1giuw{width:58px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1n1giuw{width:58px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1n1giuw{width:58px;}}@media only screen and (max-width: 640px){.css-1n1giuw{width:58px;}}@media only screen and (min-width: 1537px){.css-1n1giuw{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1n1giuw{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1n1giuw{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1n1giuw{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1n1giuw{opacity:1;}}@media only screen and (max-width: 640px){.css-1n1giuw{opacity:1;}}@media only screen and (min-width: 1537px){.css-1n1giuw{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1n1giuw{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1n1giuw{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1n1giuw{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1n1giuw{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-1n1giuw{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1537px){.css-1n1giuw{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1n1giuw{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1n1giuw{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1n1giuw{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1n1giuw{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-1n1giuw{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-1n1giuw{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1n1giuw{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1n1giuw{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1n1giuw{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1n1giuw{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-1n1giuw{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-1n1giuw{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1n1giuw{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1n1giuw{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1n1giuw{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1n1giuw{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-1n1giuw{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}.css-660zu1{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-660zu1{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-660zu1{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-660zu1{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-660zu1{-webkit-flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.25 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-660zu1{-webkit-flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);min-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);max-width:calc(0.5 * (100% + 32px) - 1 * 32px / 2 - 0.01px);padding-left:16px;padding-right:0;padding-top:16px;padding-bottom:0;}}@media only screen and (max-width: 640px){.css-660zu1{-webkit-flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);flex-basis:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);min-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);max-width:calc(1 * (100% + 32px) - 2 * 32px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:16px;padding-bottom:0;}}@media only screen and (min-width: 1537px){.css-660zu1{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-660zu1{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-660zu1{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-660zu1{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-660zu1{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-660zu1{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-660zu1{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-sm8dgt{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-sm8dgt{width:49px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-sm8dgt{width:49px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-sm8dgt{width:49px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-sm8dgt{width:49px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-sm8dgt{width:49px;}}@media only screen and (max-width: 640px){.css-sm8dgt{width:49px;}}@media only screen and (min-width: 1537px){.css-sm8dgt{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-sm8dgt{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-sm8dgt{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-sm8dgt{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-sm8dgt{opacity:1;}}@media only screen and (max-width: 640px){.css-sm8dgt{opacity:1;}}@media only screen and (min-width: 1537px){.css-sm8dgt{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-sm8dgt{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-sm8dgt{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-sm8dgt{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-sm8dgt{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-sm8dgt{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1537px){.css-sm8dgt{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-sm8dgt{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-sm8dgt{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-sm8dgt{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-sm8dgt{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-sm8dgt{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-sm8dgt{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-sm8dgt{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-sm8dgt{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-sm8dgt{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-sm8dgt{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-sm8dgt{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-sm8dgt{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-sm8dgt{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-sm8dgt{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-sm8dgt{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-sm8dgt{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-sm8dgt{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}.css-12zjzpl{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-12zjzpl{padding-top:100px;padding-right:16px;padding-bottom:100px;padding-left:16px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-12zjzpl{padding-top:100px;padding-right:16px;padding-bottom:100px;padding-left:16px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-12zjzpl{padding-top:100px;padding-right:16px;padding-bottom:100px;padding-left:16px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-12zjzpl{padding-top:100px;padding-right:16px;padding-bottom:100px;padding-left:16px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-12zjzpl{padding-top:64px;padding-right:32px;padding-bottom:64px;padding-left:32px;}}@media only screen and (max-width: 640px){.css-12zjzpl{padding-top:64px;padding-right:16px;padding-bottom:64px;padding-left:16px;}}@media only screen and (min-width: 1537px){.css-12zjzpl{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-12zjzpl{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-12zjzpl{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-12zjzpl{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-12zjzpl{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-12zjzpl{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-12zjzpl{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-12zjzpl{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-12zjzpl{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-12zjzpl{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-12zjzpl{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}@media only screen and (max-width: 640px){.css-12zjzpl{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;}}.css-qa91py{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-qa91py{-webkit-flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);min-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);max-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);padding-left:0;padding-right:50px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-qa91py{-webkit-flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);min-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);max-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);padding-left:0;padding-right:50px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-qa91py{-webkit-flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);min-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);max-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);padding-left:0;padding-right:50px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-qa91py{-webkit-flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);min-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);max-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);padding-left:0;padding-right:50px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-qa91py{-webkit-flex-basis:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);flex-basis:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);min-width:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);max-width:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:50px;}}@media only screen and (max-width: 640px){.css-qa91py{-webkit-flex-basis:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);flex-basis:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);min-width:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);max-width:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:50px;}}@media only screen and (min-width: 1537px){.css-qa91py{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-qa91py{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-qa91py{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-qa91py{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-qa91py{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (max-width: 640px){.css-qa91py{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (prefers-reduced-motion: no-preference){.css-qa91py{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-roic3g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-roic3g{-webkit-flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);min-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);max-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);padding-left:50px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-roic3g{-webkit-flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);min-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);max-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);padding-left:50px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-roic3g{-webkit-flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);min-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);max-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);padding-left:50px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-roic3g{-webkit-flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);min-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);max-width:calc(0.5 * (100% + 100px) - 1 * 100px / 2 - 0.01px);padding-left:50px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-roic3g{-webkit-flex-basis:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);flex-basis:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);min-width:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);max-width:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:50px;padding-bottom:0;}}@media only screen and (max-width: 640px){.css-roic3g{-webkit-flex-basis:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);flex-basis:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);min-width:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);max-width:calc(1 * (100% + 100px) - 2 * 100px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:50px;padding-bottom:0;}}@media only screen and (min-width: 1537px){.css-roic3g{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-roic3g{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-roic3g{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-roic3g{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-roic3g{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media only screen and (max-width: 640px){.css-roic3g{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}}@media (prefers-reduced-motion: no-preference){.css-roic3g{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-vvk0ce{line-height:0;overflow:hidden;max-width:100%;}@media only screen and (min-width: 1537px){.css-vvk0ce{width:1094px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-vvk0ce{width:1094px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-vvk0ce{width:1094px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-vvk0ce{width:1094px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-vvk0ce{width:1094px;}}@media only screen and (max-width: 640px){.css-vvk0ce{width:1094px;}}@media only screen and (min-width: 1537px){.css-vvk0ce{opacity:1;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-vvk0ce{opacity:1;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-vvk0ce{opacity:1;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-vvk0ce{opacity:1;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-vvk0ce{opacity:1;}}@media only screen and (max-width: 640px){.css-vvk0ce{opacity:1;}}@media only screen and (min-width: 1537px){.css-vvk0ce{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-vvk0ce{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-vvk0ce{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-vvk0ce{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-vvk0ce{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (max-width: 640px){.css-vvk0ce{margin-top:0px;margin-right:auto;margin-bottom:20px;margin-left:0px;}}@media only screen and (min-width: 1537px){.css-vvk0ce{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-vvk0ce{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-vvk0ce{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-vvk0ce{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-vvk0ce{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (max-width: 640px){.css-vvk0ce{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}}@media only screen and (min-width: 1537px){.css-vvk0ce{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-vvk0ce{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-vvk0ce{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-vvk0ce{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-vvk0ce{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-vvk0ce{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-vvk0ce{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-vvk0ce{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-vvk0ce{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-vvk0ce{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-vvk0ce{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}@media only screen and (max-width: 640px){.css-vvk0ce{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}}.css-1chpuvk{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-1chpuvk{padding-top:100px;padding-right:0px;padding-bottom:50px;padding-left:0px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1chpuvk{padding-top:100px;padding-right:0px;padding-bottom:50px;padding-left:0px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1chpuvk{padding-top:100px;padding-right:0px;padding-bottom:50px;padding-left:0px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1chpuvk{padding-top:100px;padding-right:30px;padding-bottom:50px;padding-left:30px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1chpuvk{padding-top:64px;padding-right:30px;padding-bottom:50px;padding-left:30px;}}@media only screen and (max-width: 640px){.css-1chpuvk{padding-top:64px;padding-right:30px;padding-bottom:64px;padding-left:30px;}}@media only screen and (min-width: 1537px){.css-1chpuvk{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1chpuvk{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1chpuvk{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1chpuvk{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1chpuvk{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-1chpuvk{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-1chpuvk{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1chpuvk{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1chpuvk{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1chpuvk{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1chpuvk{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (max-width: 640px){.css-1chpuvk{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}.css-wyaexi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-wyaexi{-webkit-flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);min-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);max-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);padding-left:0;padding-right:47.5px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-wyaexi{-webkit-flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);min-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);max-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);padding-left:0;padding-right:47.5px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-wyaexi{-webkit-flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);min-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);max-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);padding-left:0;padding-right:47.5px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-wyaexi{-webkit-flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);min-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);max-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);padding-left:0;padding-right:47.5px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-wyaexi{-webkit-flex-basis:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);flex-basis:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);min-width:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);max-width:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:15px;}}@media only screen and (max-width: 640px){.css-wyaexi{-webkit-flex-basis:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);flex-basis:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);min-width:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);max-width:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:15px;}}@media only screen and (min-width: 1537px){.css-wyaexi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-wyaexi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-wyaexi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-wyaexi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-wyaexi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-wyaexi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-wyaexi{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-1wbtj3g{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-1wbtj3g{-webkit-flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);min-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);max-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);padding-left:47.5px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1wbtj3g{-webkit-flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);min-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);max-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);padding-left:47.5px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1wbtj3g{-webkit-flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);min-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);max-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);padding-left:47.5px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1wbtj3g{-webkit-flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);min-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);max-width:calc(0.5 * (100% + 95px) - 1 * 95px / 2 - 0.01px);padding-left:47.5px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1wbtj3g{-webkit-flex-basis:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);flex-basis:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);min-width:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);max-width:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:15px;padding-bottom:0;}}@media only screen and (max-width: 640px){.css-1wbtj3g{-webkit-flex-basis:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);flex-basis:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);min-width:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);max-width:calc(1 * (100% + 95px) - 2 * 95px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:15px;padding-bottom:0;}}@media only screen and (min-width: 1537px){.css-1wbtj3g{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1wbtj3g{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1wbtj3g{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1wbtj3g{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1wbtj3g{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-1wbtj3g{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-1wbtj3g{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-wifpym{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;}@media only screen and (min-width: 1537px){.css-wifpym{padding-top:60px;padding-right:50px;padding-bottom:60px;padding-left:50px;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-wifpym{padding-top:60px;padding-right:50px;padding-bottom:60px;padding-left:50px;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-wifpym{padding-top:60px;padding-right:50px;padding-bottom:60px;padding-left:50px;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-wifpym{padding-top:60px;padding-right:50px;padding-bottom:60px;padding-left:50px;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-wifpym{padding-top:60px;padding-right:30px;padding-bottom:60px;padding-left:30px;}}@media only screen and (max-width: 640px){.css-wifpym{padding-top:60px;padding-right:30px;padding-bottom:60px;padding-left:30px;}}@media only screen and (min-width: 1537px){.css-wifpym{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-wifpym{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-wifpym{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-wifpym{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-wifpym{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (max-width: 640px){.css-wifpym{border-top:0px solid black;border-right:0px solid black;border-bottom:0px solid black;border-left:0px solid black;}}@media only screen and (min-width: 1537px){.css-wifpym{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-wifpym{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-wifpym{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-wifpym{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-wifpym{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}@media only screen and (max-width: 640px){.css-wifpym{-webkit-align-content:flex-start;-ms-flex-line-pack:flex-start;align-content:flex-start;}}.css-1gixkqg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-1gixkqg{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:0;padding-right:15px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1gixkqg{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:0;padding-right:15px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1gixkqg{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:0;padding-right:15px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1gixkqg{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:0;padding-right:15px;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1gixkqg{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:0;padding-right:15px;padding-top:0;padding-bottom:0;}}@media only screen and (max-width: 640px){.css-1gixkqg{-webkit-flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);min-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);max-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0;padding-bottom:0px;}}@media only screen and (min-width: 1537px){.css-1gixkqg{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-1gixkqg{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-1gixkqg{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-1gixkqg{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-1gixkqg{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-1gixkqg{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-1gixkqg{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}.css-8ucixi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}@media only screen and (min-width: 1537px){.css-8ucixi{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:15px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-8ucixi{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:15px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-8ucixi{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:15px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-8ucixi{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:15px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-8ucixi{-webkit-flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);flex-basis:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);min-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);max-width:calc(0.5 * (100% + 30px) - 1 * 30px / 2 - 0.01px);padding-left:15px;padding-right:0;padding-top:0;padding-bottom:0;}}@media only screen and (max-width: 640px){.css-8ucixi{-webkit-flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);-ms-flex-preferred-size:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);flex-basis:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);min-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);max-width:calc(1 * (100% + 30px) - 2 * 30px / 2 - 0.01px);padding-left:0;padding-right:0;padding-top:0px;padding-bottom:0;}}@media only screen and (min-width: 1537px){.css-8ucixi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-8ucixi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-8ucixi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-8ucixi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-8ucixi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media only screen and (max-width: 640px){.css-8ucixi{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}}@media (prefers-reduced-motion: no-preference){.css-8ucixi{-webkit-transition:-webkit-transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;transition:transform 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,filter 750ms cubic-bezier(0.16, 0.84, 0.44, 1) 0ms,opacity 750ms ease 0ms;}}@media only screen and (min-width: 1537px){.css-kp96yp{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:700;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 1281px) and (max-width: 1536px){.css-kp96yp{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:700;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 1025px) and (max-width: 1280px){.css-kp96yp{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:700;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 769px) and (max-width: 1024px){.css-kp96yp{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:700;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (min-width: 641px) and (max-width: 768px){.css-kp96yp{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:700;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}@media only screen and (max-width: 640px){.css-kp96yp{color:hsla(248.571,17.0732%,8.03922%,1);font-family:Gotham;font-size:16px;font-weight:700;line-height:1.6;letter-spacing:0em;text-transform:initial;font-style:initial;}}</style></head><body class="webxp"><div id="__next"><!--$--><!--/$--><!--$--><!--$--><div style="background:white" class="css-1avx2pw"><div class="css-248241"><div class="grid-item css-1ccnjsp"><!--$--><div class="css-gojznb"><div class="css-1umg0l"><div class="grid-item css-hsl9w3"><!--$--><a class="css-1ixn37" target="_self" href="/"><img alt="BigCommerce logo" loading="lazy" width="132" height="30" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" src="https://storage.googleapis.com/s.mkswft.com/RmlsZTphZDI0ZGJmZC0zNDExLTRjZTctOGJiZC01NDJkYzgyOTg1ZmQ=/bc-logo-dark.svg"/></a><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-9858c6"><!--$--><div class="css-gojznb"><div class="css-ylzvzf"><div class="css-1tz8t3k"></div><div style="position:absolute;top:0;left:0;right:0;bottom:0"><div style="overflow:hidden;position:absolute;left:0;right:0;top:0;bottom:0"><img alt="" loading="lazy" decoding="async" data-nimg="fill" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;object-fit:cover;object-position:50% 50%;color:transparent" src="https://dam.bigcommerce.com/m/7c1a193a8e56137/original/background-dark-gradient-overlay.svg"/></div></div></div><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-1dg7gh"><div class="css-1ramekv"><div class="grid-item css-1lztn9t"><!--$--><div class="css-1dg7gh"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><h1 class="css-1ptj27q"><span class="css-h3da6h">Deschis pentru o creștere ambițioasă</span></h1></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-1a7lz5r"><!--$--><div class="custom-text [&_a_span]:text-bc-green hover:[&_a_span]:text-white css-vv2otm css-1tctpj7" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-1axbyfc">Motorul de e-commerce de care aveți nevoie + flexibilitate - bariere = potențial nelimitat.</span></p><p class="css-1ptj27q"><span class="css-bfcmu3"></span></p></div></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><a data-testid="custom-next-link" class="group relative inline-flex items-center border duration-150 font-medium antialiased transition rounded-md button bg-bc-blue border-bc-blue text-white hover:bg-blue-200 hover:border-blue-200 active:bg-bc-blue active:border-bc-blue group-hover:bg-blue-200 group-hover:border-blue-200 group-active:bg-bc-blue group-active:border-bc-blue py-2 px-6 text-xs css-eo82tp u-R7bet5drm-className text-center uppercase" href="https://www.bigcommerce.com/romania/#form"><span class="md:flex-1">Solicitați un demo</span><span class="w-0 h-0 ml-0 opacity-0 bg-white [clip-path:polygon(0_0,100%_0,100%_100%)] transition-all animate-[buttonLoader_2s_cubic-bezier(.3,1,0,1)_infinite]"></span></a><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-wnt1oz"><!--$--><div class="css-1dg7gh"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-1kkyyj5 u-R1ndet5drm-className overflow-hidden"><div class="player-wrapper relative" style="padding-top:56.25%"><div style="position:absolute;top:0;left:0;width:100%;height:100%" class="react-player"></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-9858c6"><!--$--><div class="css-gojznb"><div class="css-ylzvzf"><div class="css-1qhq3ih"></div></div><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-gojznb"><div class="css-10oud95"><div class="grid-item css-mhwr3c"><!--$--><div class="css-1dg7gh"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-1dg7gh"><div class="css-zs0gkx"><div class="grid-item css-hsl9w3"><!--$--><div class="custom-text [&_a_span]:text-bc-green hover:[&_a_span]:text-white css-vv2otm css-3hqq9s" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1a4q5p4"><span class="css-1axbyfc">BigCommerce este cel mai de încredere furnizor de soluții comerciale.</span></p><p class="css-1jln6b4"><span class="css-bfcmu3"></span></p><p class="css-1a4q5p4"><span class="css-ao9vhw">The Forrester Wave™ B2C și B2B Commerce Solutions Q2, 2022</span></p></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="css-1bsp7id"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-1v62euh u-R6qt7drm-className @container"><div class="flex flex-wrap justify-start items-center" style="row-gap:50px"><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="Uplift Desk" loading="lazy" width="120" height="0.04878048780487805" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/31115a51b25f00df/original/UpliftDesk-White.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="Sellars" loading="lazy" width="120" height="NaN" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/1f273633768f5f81/original/Sellars_logo-white.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="Coldwater Creen" loading="lazy" width="120" height="0.02702702702702703" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/296b134e5bb822a3/original/coldwater-creek-white.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="Modere" loading="lazy" width="120" height="NaN" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/715e96d751a824a9/original/Modere-White.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="Mountain Equipment Company" loading="lazy" width="110" height="NaN" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/2052a7447df8b7b4/original/Mountain-Equipment-Company-Logo-White.svg"/></div></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-9858c6"><!--$--><div id="tabs" class="css-gojznb"><div class="css-ylzvzf"><div class="css-1cw5hkd"></div></div><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div id="oneColumn - 2863583" class="css-1dg7gh"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-7rgyt2"><div class="css-1ofs19d"><div class="grid-item css-hsl9w3"><!--$--><div id="headline - 2863584" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><h2 class="css-1a4q5p4"><span class="css-1iy2rhq">Clienții apreciază diferența făcută de BigCommerce.</span></h2></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div id="tabs - 2863586" class="css-a8h11h"><div class="css-1bayfnz"><div class="grid-item css-hsl9w3"><!--$--><div class="css-kxzrrk u-R6qt9drm-className"><div dir="ltr" data-orientation="horizontal" class="hidden md:block w-full shadow-[0px_0px_50px_rgba(18,17,24,0.1)]"><div role="tablist" aria-orientation="horizontal" class="bg-white hidden md:flex gap-x-[2px] w-full" tabindex="-1" data-orientation="horizontal" style="outline:none"><button type="button" role="tab" aria-selected="true" aria-controls="radix-:Reqt9drm:-content-tab0" data-state="active" id="radix-:Reqt9drm:-trigger-tab0" class="items-start text-left flex flex-col flex-1 p-8 text-bc-black bg-gray-1200 hover:bg-gray-1400 data-[state=active]:bg-white" tabindex="-1" data-orientation="horizontal" data-radix-collection-item=""><p class="font-medium">Mai multe economii, mai puțin stres</p></button><button type="button" role="tab" aria-selected="false" aria-controls="radix-:Reqt9drm:-content-tab1" data-state="inactive" id="radix-:Reqt9drm:-trigger-tab1" class="items-start text-left flex flex-col flex-1 p-8 text-bc-black bg-gray-1200 hover:bg-gray-1400 data-[state=active]:bg-white" tabindex="-1" data-orientation="horizontal" data-radix-collection-item=""><p class="font-medium">Experții de încredere</p></button></div><div data-state="active" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-:Reqt9drm:-trigger-tab0" id="radix-:Reqt9drm:-content-tab0" tabindex="0" class="bg-white p-8 md:p-14 mb-0.5 md:mb-0 data-[state=inactive]:block data-[state=inactive]:md:hidden" style="animation-duration:0s"><h2 class="pb-10 font-bold text-h3 border-b-2 border-bc-black mb-10">Mentenanță redusă. Eficiență crescută</h2><div class="css-248241"><div class="css-1f2go32"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-1gixkqg"><!--$--><div class="css-kj7xya"><img alt="" loading="lazy" width="1094" height="680" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU%3D%2Fquote-image-burrow-product-sofa.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU%3D%2Fquote-image-burrow-product-sofa.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU%3D%2Fquote-image-burrow-product-sofa.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU%3D%2Fquote-image-burrow-product-sofa.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU%3D%2Fquote-image-burrow-product-sofa.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU%3D%2Fquote-image-burrow-product-sofa.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU%3D%2Fquote-image-burrow-product-sofa.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU%3D%2Fquote-image-burrow-product-sofa.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU%3D%2Fquote-image-burrow-product-sofa.png&w=3840&q=75"/></div><!--/$--></div><div class="grid-item css-8ucixi"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><h5 class="css-1ptj27q"><span class="css-1l5zro5">Salvați mai mult din ceea ce este cel mai important.</span></h5><p class="css-1jln6b4"><span class="css-bfcmu3"> </span></p><p class="css-1ptj27q"><span class="css-e4jipb">„BigCommerce este o platformă de încredere; de la lansare, nu a trebuit să facem multă mentenață, ceea ce ne oferă timp pentru a ne îmbunătăți magazinul online. Într-adevăr, flexibilitatea pe care BigCommerce a oferit-o, alături de îndrumare, suport și soluții a fost imensă.”</span><span class="css-bfcmu3"> </span></p><p class="css-1jln6b4"><span class="css-bfcmu3"> </span></p><p class="css-1ptj27q"><span class="css-kp96yp">Kabeer Chopra</span><span class="css-e4jipb">, Co-Founder & CPO, Burrow</span></p><p class="css-1jln6b4"><span class="css-bfcmu3"> </span></p><p class="css-1ptj27q"><span class="css-e4jipb">—</span></p><p class="css-1jln6b4"><span class="css-bfcmu3"> </span></p><p class="css-1ptj27q"><span class="css-e4jipb">Migrat de la: Platformă custom</span></p></div></div><!--/$--></div></div></div><!--/$--></div></div></div><div data-state="inactive" data-orientation="horizontal" role="tabpanel" aria-labelledby="radix-:Reqt9drm:-trigger-tab1" id="radix-:Reqt9drm:-content-tab1" tabindex="0" class="bg-white p-8 md:p-14 mb-0.5 md:mb-0 data-[state=inactive]:block data-[state=inactive]:md:hidden"><h2 class="pb-10 font-bold text-h3 border-b-2 border-bc-black mb-10">Expertiză de e-commerce. Atenție și focus</h2><div class="css-248241"><div class="css-1f2go32"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-1gixkqg"><!--$--><div class="css-ujxfr8"><img alt="" loading="lazy" width="821" height="511" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI%3D%2Fquote-image-saddleback-leather-company-product-leather-briefcase.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI%3D%2Fquote-image-saddleback-leather-company-product-leather-briefcase.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI%3D%2Fquote-image-saddleback-leather-company-product-leather-briefcase.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI%3D%2Fquote-image-saddleback-leather-company-product-leather-briefcase.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI%3D%2Fquote-image-saddleback-leather-company-product-leather-briefcase.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI%3D%2Fquote-image-saddleback-leather-company-product-leather-briefcase.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI%3D%2Fquote-image-saddleback-leather-company-product-leather-briefcase.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI%3D%2Fquote-image-saddleback-leather-company-product-leather-briefcase.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI%3D%2Fquote-image-saddleback-leather-company-product-leather-briefcase.png&w=3840&q=75"/></div><!--/$--></div><div class="grid-item css-8ucixi"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><h5 class="css-1ptj27q"><span class="css-1l5zro5">Susținem fiecare pas al călătoriei tale.</span></h5><p class="css-1jln6b4"><span class="css-bfcmu3"> </span></p><p class="css-1ptj27q"><span class="css-e4jipb">„BigCommerce oferă clienților săi un roadmap pentru îmbunătățire, mai degrabă decât să-i aducă pe platformă și apoi să-i lase să-și dea seama singuri.”</span></p><p class="css-1jln6b4"><span class="css-bfcmu3"> </span></p><p class="css-1ptj27q"><span class="css-kp96yp">Dave Munson</span><span class="css-e4jipb">, CEO & Founder, Saddleback Leather Company</span></p><p class="css-1jln6b4"><span class="css-bfcmu3"> </span></p><p class="css-1ptj27q"><span class="css-e4jipb">—</span></p><p class="css-1jln6b4"><span class="css-bfcmu3"> </span></p><p class="css-1ptj27q"><span class="css-e4jipb">Migrat de la: Adobe/Magento</span></p></div></div><!--/$--></div></div></div><!--/$--></div></div></div></div><div class="w-full block md:hidden" data-orientation="vertical"><div data-state="closed" data-orientation="vertical" class="mb-0.5 bg-white"><button type="button" aria-controls="radix-:R5mqt9drm:" aria-expanded="false" data-state="closed" data-orientation="vertical" id="radix-:R1mqt9drm:" class="text-left group relative w-full p-8 text-bc-black" data-radix-collection-item=""><p class="font-medium">Mai multe economii, mai puțin stres</p><div class="absolute top-8 right-8 w-3 border-[6px] border-b-0 border-x-transparent border-t-current transition-transform duration-[400ms] group-data-[state=open]:rotate-180"></div></button><div data-state="closed" id="radix-:R5mqt9drm:" hidden="" role="region" aria-labelledby="radix-:R1mqt9drm:" data-orientation="vertical" class="w-full p-8 pb-14" style="--radix-accordion-content-height:var(--radix-collapsible-content-height);--radix-accordion-content-width:var(--radix-collapsible-content-width)"></div></div><div data-state="closed" data-orientation="vertical" class="mb-0.5 bg-white"><button type="button" aria-controls="radix-:R6mqt9drm:" aria-expanded="false" data-state="closed" data-orientation="vertical" id="radix-:R2mqt9drm:" class="text-left group relative w-full p-8 text-bc-black" data-radix-collection-item=""><p class="font-medium">Experții de încredere</p><div class="absolute top-8 right-8 w-3 border-[6px] border-b-0 border-x-transparent border-t-current transition-transform duration-[400ms] group-data-[state=open]:rotate-180"></div></button><div data-state="closed" id="radix-:R6mqt9drm:" hidden="" role="region" aria-labelledby="radix-:R2mqt9drm:" data-orientation="vertical" class="w-full p-8 pb-14" style="--radix-accordion-content-height:var(--radix-collapsible-content-height);--radix-accordion-content-width:var(--radix-collapsible-content-width)"></div></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-9858c6"><!--$--><div id="interstitial" class="css-gojznb"><div class="css-ylzvzf"><div class="css-1tz8t3k"></div></div><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div id="oneColumn - 2863604" class="css-1dg7gh"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-1dg7gh"><div class="css-e39cyo"><div class="grid-item css-mhwr3c"><!--$--><div id="headline - 2863605" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-1ysc1p8" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><h3 class="css-1a4q5p4"><span class="css-1y5xmng">Gândește măreț</span></h3></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-1a7lz5r"><!--$--><div id="headline - 2863607" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-1ysc1p8" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><h5 class="css-1a4q5p4"><span class="css-1se9w6j">Suntem gata să vă ajutăm să găsiți soluția potrivită și să vă accelerăm creșterea.</span></h5></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><a data-testid="custom-next-link" target="_self" class="group relative inline-flex items-center border duration-150 font-medium antialiased transition rounded-md button bg-bc-blue border-bc-blue text-white hover:bg-blue-200 hover:border-blue-200 active:bg-bc-blue active:border-bc-blue group-hover:bg-blue-200 group-hover:border-blue-200 group-active:bg-bc-blue group-active:border-bc-blue py-2 px-6 text-xs css-1jct939 u-R3netbdrm-className text-center uppercase" href="https://www.bigcommerce.com/romania/#form"><span class="md:flex-1">Solicitați un demo</span><span class="w-0 h-0 ml-0 opacity-0 bg-white [clip-path:polygon(0_0,100%_0,100%_100%)] transition-all animate-[buttonLoader_2s_cubic-bezier(.3,1,0,1)_infinite]"></span></a><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-9858c6"><!--$--><div id="features" class="css-gojznb"><div class="css-ylzvzf"><div class="css-1ohkkb8"></div></div><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div id="oneColumn - 2863611" class="css-1dg7gh"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-1dg7gh"><div class="css-1ofs19d"><div class="grid-item css-mhwr3c"><!--$--><div class="css-jmpa4t"><img alt="" loading="lazy" width="66" height="66" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E%3D%2Ficon-thunderbolt-teal-gradient.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E%3D%2Ficon-thunderbolt-teal-gradient.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E%3D%2Ficon-thunderbolt-teal-gradient.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E%3D%2Ficon-thunderbolt-teal-gradient.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E%3D%2Ficon-thunderbolt-teal-gradient.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E%3D%2Ficon-thunderbolt-teal-gradient.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E%3D%2Ficon-thunderbolt-teal-gradient.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E%3D%2Ficon-thunderbolt-teal-gradient.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E%3D%2Ficon-thunderbolt-teal-gradient.png&w=3840&q=75"/></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div id="headline - 2863613" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><h2 class="css-1a4q5p4"><span class="css-1iy2rhq">Performanță la nivel înalt</span></h2></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div id="multiColumn - 2863615" class="css-1dg7gh"><div class="css-1l17exr"><div class="grid-item css-o6n4es"><!--$--><div id="Container - 2863616" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div class="css-1y69u2d"><img alt="" loading="lazy" width="50" height="55" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU%3D%2Ficon-b2b-business-black-teal-gradient.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU%3D%2Ficon-b2b-business-black-teal-gradient.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU%3D%2Ficon-b2b-business-black-teal-gradient.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU%3D%2Ficon-b2b-business-black-teal-gradient.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU%3D%2Ficon-b2b-business-black-teal-gradient.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU%3D%2Ficon-b2b-business-black-teal-gradient.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU%3D%2Ficon-b2b-business-black-teal-gradient.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU%3D%2Ficon-b2b-business-black-teal-gradient.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU%3D%2Ficon-b2b-business-black-teal-gradient.png&w=3840&q=75"/></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-e4jipb">Enterprise B2C, B2B, multi-storefront și localizare pentru a crește atât cât vă doriți</span></p></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-chwwyi"><!--$--><div id="Container - 2863619" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div class="css-adk8ui"><img alt="" loading="lazy" width="55" height="55" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM%3D%2Ficon-international-v3-black-teal-gradient.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM%3D%2Ficon-international-v3-black-teal-gradient.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM%3D%2Ficon-international-v3-black-teal-gradient.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM%3D%2Ficon-international-v3-black-teal-gradient.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM%3D%2Ficon-international-v3-black-teal-gradient.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM%3D%2Ficon-international-v3-black-teal-gradient.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM%3D%2Ficon-international-v3-black-teal-gradient.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM%3D%2Ficon-international-v3-black-teal-gradient.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM%3D%2Ficon-international-v3-black-teal-gradient.png&w=3840&q=75"/></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-e4jipb">Omnichannel & Commerce-as-a-Service pentru a ajunge la publicul țintă, indiferent unde s-ar afla</span></p></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-nc00s"><!--$--><div id="Container - 2863622" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div class="css-b2nl07"><img alt="" loading="lazy" width="43" height="55" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ%3D%2Ficon-api-plugin-black-teal-gradient.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ%3D%2Ficon-api-plugin-black-teal-gradient.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ%3D%2Ficon-api-plugin-black-teal-gradient.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ%3D%2Ficon-api-plugin-black-teal-gradient.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ%3D%2Ficon-api-plugin-black-teal-gradient.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ%3D%2Ficon-api-plugin-black-teal-gradient.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ%3D%2Ficon-api-plugin-black-teal-gradient.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ%3D%2Ficon-api-plugin-black-teal-gradient.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ%3D%2Ficon-api-plugin-black-teal-gradient.png&w=3840&q=75"/></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-e4jipb">Open APIs, SDKs și date pentru a personaliza și integra modul de lucru.</span></p></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-1a666od"><!--$--><div id="Container - 2863625" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div class="css-b77rwj"><img alt="" loading="lazy" width="40" height="55" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ%3D%2Ficon-api-headless-black-teal-gradient.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ%3D%2Ficon-api-headless-black-teal-gradient.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ%3D%2Ficon-api-headless-black-teal-gradient.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ%3D%2Ficon-api-headless-black-teal-gradient.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ%3D%2Ficon-api-headless-black-teal-gradient.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ%3D%2Ficon-api-headless-black-teal-gradient.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ%3D%2Ficon-api-headless-black-teal-gradient.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ%3D%2Ficon-api-headless-black-teal-gradient.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ%3D%2Ficon-api-headless-black-teal-gradient.png&w=3840&q=75"/></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-e4jipb">Arhitectură composable și integrări comerciale headless.</span></p></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-pu8a16"><!--$--><div id="Container - 2863628" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div class="css-adk8ui"><img alt="" loading="lazy" width="55" height="55" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU%3D%2Ficon-analytics-v1-black-teal-gradient.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU%3D%2Ficon-analytics-v1-black-teal-gradient.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU%3D%2Ficon-analytics-v1-black-teal-gradient.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU%3D%2Ficon-analytics-v1-black-teal-gradient.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU%3D%2Ficon-analytics-v1-black-teal-gradient.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU%3D%2Ficon-analytics-v1-black-teal-gradient.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU%3D%2Ficon-analytics-v1-black-teal-gradient.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU%3D%2Ficon-analytics-v1-black-teal-gradient.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU%3D%2Ficon-analytics-v1-black-teal-gradient.png&w=3840&q=75"/></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-e4jipb">Opțiuni de plată fără fricțiuni pentru a crește vânzările și a îmbunătăți experiența cumpărătorului.</span></p></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-1s5ptm7"><!--$--><div id="Container - 2863631" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div class="css-1wbae8d"><img alt="" loading="lazy" width="67" height="55" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU%3D%2Ficon-cart-v1-black-teal-gradient.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU%3D%2Ficon-cart-v1-black-teal-gradient.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU%3D%2Ficon-cart-v1-black-teal-gradient.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU%3D%2Ficon-cart-v1-black-teal-gradient.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU%3D%2Ficon-cart-v1-black-teal-gradient.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU%3D%2Ficon-cart-v1-black-teal-gradient.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU%3D%2Ficon-cart-v1-black-teal-gradient.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU%3D%2Ficon-cart-v1-black-teal-gradient.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU%3D%2Ficon-cart-v1-black-teal-gradient.png&w=3840&q=75"/></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-e4jipb">Funcționalitate de recuperare a coșului abandonat pentru a nu pierde vânzări și pentru a construi loialitate.</span></p></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-8knmji"><!--$--><div id="Container - 2863634" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div class="css-1n1giuw"><img alt="" loading="lazy" width="58" height="55" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE%3D%2Ficon-uptime-black-teal-gradient.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE%3D%2Ficon-uptime-black-teal-gradient.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE%3D%2Ficon-uptime-black-teal-gradient.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE%3D%2Ficon-uptime-black-teal-gradient.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE%3D%2Ficon-uptime-black-teal-gradient.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE%3D%2Ficon-uptime-black-teal-gradient.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE%3D%2Ficon-uptime-black-teal-gradient.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE%3D%2Ficon-uptime-black-teal-gradient.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE%3D%2Ficon-uptime-black-teal-gradient.png&w=3840&q=75"/></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-e4jipb">99.99% uptime (incluzând 100% cyber week 7 ani consecutivi)</span></p></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-660zu1"><!--$--><div id="Container - 2863637" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div class="css-sm8dgt"><img alt="" loading="lazy" width="49" height="55" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA%3D%2Ficon-security-black-teal-gradient.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA%3D%2Ficon-security-black-teal-gradient.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA%3D%2Ficon-security-black-teal-gradient.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA%3D%2Ficon-security-black-teal-gradient.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA%3D%2Ficon-security-black-teal-gradient.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA%3D%2Ficon-security-black-teal-gradient.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA%3D%2Ficon-security-black-teal-gradient.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA%3D%2Ficon-security-black-teal-gradient.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA%3D%2Ficon-security-black-teal-gradient.png&w=3840&q=75"/></div><!--/$--></div><div class="grid-item css-1a7lz5r"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-1tctpj7" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-e4jipb">Securitate robustă:</span></p></div></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-1tctpj7" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-e4jipb">PCI DSS 4.1 Level 1 Attestation of Compliance, ISO/IEC 27001:2022, ISO/IEC 27701:2019, ISO 22301:2019, ISO/IEC 27017:2015, ISO/IEC 27018:2019</span></p></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-9858c6"><!--$--><div id="ecosystem" class="css-gojznb"><div class="css-ylzvzf"><div class="css-1cw5hkd"></div></div><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div id="multiColumn - 2863641" class="css-1dg7gh"><div class="css-12zjzpl"><div class="grid-item css-qa91py"><!--$--><div id="Container - 2863642" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div id="headline - 2863643" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><h2 class="css-1ptj27q"><span class="css-1iy2rhq">Ecosistem mare</span></h2></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-e4jipb">Un ecosistem de parteneri ar trebui să vă ajute să inovați și să reușiți fără limite. De aceea, includem doar cei mai buni furnizori de tehnologie, designeri de e-commerce, dezvoltatori și marketeri pentru a umple orice goluri pe care le aveți în echipe, timp sau tehnologie.</span></p></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-roic3g"><!--$--><div id="Container - 2863646" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-vvk0ce"><img alt="" loading="lazy" width="1094" height="768" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" sizes="100vw" srcSet="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU%3D%2Fillustration-ecosystem-partners-globe-deckcommerce-contentful-contentstack-netlify-akeneo.png&w=640&q=75 640w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU%3D%2Fillustration-ecosystem-partners-globe-deckcommerce-contentful-contentstack-netlify-akeneo.png&w=750&q=75 750w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU%3D%2Fillustration-ecosystem-partners-globe-deckcommerce-contentful-contentstack-netlify-akeneo.png&w=828&q=75 828w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU%3D%2Fillustration-ecosystem-partners-globe-deckcommerce-contentful-contentstack-netlify-akeneo.png&w=1080&q=75 1080w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU%3D%2Fillustration-ecosystem-partners-globe-deckcommerce-contentful-contentstack-netlify-akeneo.png&w=1200&q=75 1200w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU%3D%2Fillustration-ecosystem-partners-globe-deckcommerce-contentful-contentstack-netlify-akeneo.png&w=1920&q=75 1920w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU%3D%2Fillustration-ecosystem-partners-globe-deckcommerce-contentful-contentstack-netlify-akeneo.png&w=2048&q=75 2048w, /_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU%3D%2Fillustration-ecosystem-partners-globe-deckcommerce-contentful-contentstack-netlify-akeneo.png&w=3840&q=75 3840w" src="/_next/image/?url=https%3A%2F%2Fstorage.googleapis.com%2Fs.mkswft.com%2FRmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU%3D%2Fillustration-ecosystem-partners-globe-deckcommerce-contentful-contentstack-netlify-akeneo.png&w=3840&q=75"/></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-9858c6"><!--$--><div id="form" class="css-gojznb"><div class="css-ylzvzf"><div class="css-1tz8t3k"></div></div><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div id="twoColumnConversion - 2863672" class="css-1dg7gh"><div class="css-1chpuvk"><div class="grid-item css-wyaexi"><!--$--><div id="Container - 2863673" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-mhwr3c"><!--$--><div id="headline - 2863674" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><h2 class="css-1ptj27q"><span class="css-1vsebh0">Depășiți concurența cu BigCommerce</span></h2></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-1a7lz5r"><!--$--><div class="custom-text [&_a_span]:text-bc-green hover:[&_a_span]:text-white css-vv2otm css-76q8dx" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><p class="css-1ptj27q"><span class="css-1axbyfc">Accelerați-vă creșterea, nu complexitatea, cu asistență globală 24/7, funcții de securitate premium și timp de funcționare lider în industrie.</span></p><p class="css-1jln6b4"><span class="css-bfcmu3"> </span></p><p class="css-1ptj27q"><span class="css-1axbyfc">Completați formularul de mai jos pentru a începe</span></p><p class="css-1jln6b4"><span class="css-bfcmu3"> </span></p><p class="css-1ptj27q"><span class="css-1axbyfc">Echipa noastră vă va contacta în termen de 24 de ore pentru a afla despre nevoile dvs. de business.</span><span class="css-bfcmu3"> </span></p></div></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="css-kxzrrk u-R3fbethdrm-className @container"><div class="flex flex-wrap justify-start items-center" style="row-gap:50px"><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="Uplift Desk" loading="lazy" width="120" height="0.04878048780487805" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/31115a51b25f00df/original/UpliftDesk-White.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="Sellars" loading="lazy" width="120" height="NaN" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/1f273633768f5f81/original/Sellars_logo-white.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="Coldwater" loading="lazy" width="120" height="0.02702702702702703" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/296b134e5bb822a3/original/coldwater-creek-white.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="Modere" loading="lazy" width="120" height="NaN" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/715e96d751a824a9/original/Modere-White.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="Mountain Equipment Company" loading="lazy" width="120" height="NaN" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/2052a7447df8b7b4/original/Mountain-Equipment-Company-Logo-White.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="King Arthur" loading="lazy" width="70" height="0.04065040650406504" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/22c9239e5a107d0b/original/King_Arthur_Baking_Logo_White.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="White Stuff" loading="lazy" width="120" height="0.04195804195804196" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/193b6fc0c191e884/original/logo-white-stuff-white.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="MKM Building Supplies" loading="lazy" width="120" height="0.030165912518853692" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/51d52e3590d590e/original/mkm-building-supplies-by-bulow-white.svg"/></div></div><div class="shrink-0 basis-1/2 @xl:basis-1/5 @sm:basis-1/3 @xs:basis-1/2" style="padding-left:25px;padding-right:25px"><div class="flex justify-center"><img alt="Gorewear" loading="lazy" width="120" height="0.013722126929674101" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/703371740920a292/original/gorewear-white.svg"/></div></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-1wbtj3g"><!--$--><div id="Container - 2863678" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div id="embeddedForm - 2863679" class="css-gojznb"><div class="css-ylzvzf"><div class="css-1ohkkb8"></div></div><div class="css-wifpym"><div class="grid-item css-mhwr3c"><!--$--><div class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><div class="custom-text [&_a_span]:text-bc-blue hover:[&_a_span]:text-bc-black css-vv2otm css-111nzef" style="--list-marker-color:var(--bc-blue)"><div style="position:relative;white-space:pre-wrap;word-wrap:break-word"><h4 class="css-1ptj27q"><span class="css-1o5tne7">Completați formularul de mai jos pentru a începe</span></h4><p class="css-1jln6b4"><span class="css-bfcmu3"> </span></p><p class="css-1ptj27q"><span class="css-e4jipb">Aflați cum BigCommerce ajută companiile în creștere să vândă mai mult. Vă rugăm să completați formularul de mai jos și vă vom contacta.</span></p></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-59yyfh"><!--$--><div class="css-kxzrrk u-R2ndethdrm-className"><form class="light underlined submitDefault submitBlue submitLeft mktoForm form min-h-[40px] w-full" data-formid="13351" id="mktoForm_13351" data-testid="marketo-form"><div class="relative loading animate-pulse"><div class="w-2/3 h-8 bg-gray-1300 rounded mb-2"></div><div class="w-full h-8 bg-gray-1300 rounded mb-2"></div><div class="w-full h-8 bg-gray-1300 rounded mb-2"></div><div class="w-1/2 h-8 bg-gray-1300 rounded mb-2"></div><div class="w-2/3 h-8 bg-gray-1300 rounded mb-2"></div><div class="w-full h-8 bg-gray-1300 rounded mb-2"></div><div class="w-full h-8 bg-gray-1300 rounded mb-2"></div><div class="w-1/2 h-8 bg-gray-1300 rounded mb-2"></div><div class="w-2/3 h-8 bg-gray-1300 rounded mb-2"></div></div></form><input type="text" name="talon6" id="talon6" style="display:none" value="{"version": 6, "status": -1}"/></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--></div><div class="grid-item css-3v38iy"><!--$--><div id="Footer" class="css-gojznb"><div class="css-6x1mo7"><div class="grid-item css-hsl9w3"><!--$--><footer class="css-kxzrrk u-Rdjdrm-className bg-[#031649] w-full"><div class="mx-auto md:max-w-3xl lg:max-w-[1156px] pb-20 md:pt-20 md:px-[30px]"><div class="md:hidden"><div data-orientation="vertical"></div></div><div class="lg:flex gap-x-5 w-full items-center mt-14 px-6 md:px-0"><a data-testid="custom-next-link" target="_self" href="https://www.bigcommerce.com/"><img alt="BigCommerce Logo" loading="lazy" width="110" height="22.647058823529413" decoding="async" data-nimg="1" style="color:transparent" src="https://dam.bigcommerce.com/m/4643aef2c31defe6/original/Fill-1.svg"/></a><div class="flex-1 mt-8 lg:mt-0"><ul class="flex flex-wrap lg:justify-end gap-x-4 gap-y-3 mb-3"></ul><div class="text-[#D0FDFA] text-[12px] leading-relaxed text-left lg:text-right w-full">© Copyright 2003 - <!-- -->2025<!-- --> BigCommerce Pty. Ltd.</div><div class="text-[#D0FDFA] text-[12px] leading-relaxed text-left lg:text-right w-full"><span><a data-testid="custom-next-link" target="_self" class="underline hover:text-gray-1100" href="https://www.bigcommerce.com/privacy/">Privacy Policy</a></span><span><span class="mx-1">|</span><a data-testid="custom-next-link" target="_self" class="underline hover:text-gray-1100" href="https://www.bigcommerce.com/website-terms/">Website Terms of Use</a></span><span><span class="mx-1">|</span><a data-testid="custom-next-link" target="_self" class="underline hover:text-gray-1100" href="https://www.bigcommerce.com/terms/">Master Services Agreement</a></span><span><span class="mx-1">|</span><a data-testid="custom-next-link" target="_self" class="underline hover:text-gray-1100" href="https://www.bigcommerce.com/legal-archives/">Legal Archives</a></span><span><span class="mx-1">|</span><a data-testid="custom-next-link" target="_self" class="underline hover:text-gray-1100" href="https://www.bigcommerce.com/sitemap/">Sitemap</a></span><span><span class="mx-1">|</span><a data-testid="custom-next-link" class="underline hover:text-gray-1100" href="https://www.bigcommerce.com/romania/#">Cookie Settings</a></span></div></div></div></div></footer><!--/$--></div></div></div><!--/$--></div></div></div><!--/$--><!--/$--></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"snapshot":{"document":{"id":"UGFnZTphY2UxYzQ0NC01NzBkLTRhN2MtODE4OS1jY2VlYmY3YmM1OTg=","site":{"id":"U2l0ZTo1YWNkNmY5MC1mNzJiLTQ2MzctYjc5YS1kZGM2ZGFhYTg1ZDc=","__typename":"Site"},"data":{"key":"7ce4f91b-5486-4635-a508-fda46d44e508","type":"./components/Root/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12],[12],[12],[12],[12],[12],[12],[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"88ff6282-9158-45d3-8e69-6fd2813d5a1c","type":"reference","value":"R2xvYmFsRWxlbWVudDpiNTJjOTczMi00ZmRhLTQwNGEtYjMyZC0zYTA3NjhlODE5NWI="},{"key":"7a05e029-667d-42ec-a89c-95989de7b7c5","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"835fd758-d69e-4f9c-9b1a-632d0c1d47b8","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"7e3d9a22-c5ac-4e6b-80cc-7b1e3ae110df","type":"./components/Box/index.js","props":{"width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"rowGap":[{"value":{"unit":"px","value":30},"deviceId":"tablet"}],"padding":[{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":0},"paddingRight":{"unit":"px","value":0},"paddingBottom":{"unit":"px","value":50}},"deviceId":"desktop"},{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":30},"paddingRight":{"unit":"px","value":30},"paddingBottom":{"unit":"px","value":50}},"deviceId":"mobile"},{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":30},"paddingRight":{"unit":"px","value":30},"paddingBottom":{"unit":"px","value":50}},"deviceId":"laptop"}],"children":{"columns":[{"value":{"count":12,"spans":[[6,6]]},"deviceId":"desktop"},{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"mobile"},{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"tablet"}],"elements":[{"key":"6ca308bd-890f-44c9-bf11-43e486fc981f","type":"./components/Box/index.js","props":{"width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"children":{"columns":[{"value":{"count":12,"spans":[[12],[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"39385c47-e069-4577-a71c-3a84f3b23a6a","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"76282b28-d071-4bec-91b1-a10b28d8ef1c","type":"./components/Text/index.js","props":{"text":{"key":"6daf25f7-30a1-40ad-b874-ebb4df6b719f","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"heading-one","children":[{"text":"Deschis pentru o creștere ambițioasă","typography":{"id":"VHlwb2dyYXBoeTo4NGU5NTYyNy1iODg1LTRkOTQtOTkzOS04YzJkNDk2NjI5NDM=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}}]}}},{"key":"ffbd6263-bbee-4d91-9d89-28cd2d995866","type":"./components/Text/index.js","props":{"text":{"key":"8c6af183-56e5-42c4-b554-badc6d77e8b8","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"Motorul de e-commerce de care aveți nevoie + flexibilitate - bariere = potențial nelimitat.","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":""}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":0}},"deviceId":"desktop"}],"linkColor":"green"}},{"key":"6fa8a6df-7bbf-4336-a74b-e55e79c6fd47","type":"./components/Button/index.js","props":{"link":{"type":"SCROLL_TO_ELEMENT","payload":{"block":"start","elementIdConfig":{"propName":"id","elementKey":"d1bce97c-cd0c-491d-862c-61d669e694aa"}}},"size":"default","color":"primary","variant":"filled","children":"Solicitați un demo","showIcon":false,"className":{"margin":[{"value":{"marginTop":null,"marginLeft":{"unit":"px","value":0},"marginRight":"auto","marginBottom":null},"deviceId":"desktop"}]}}}]}}},{"key":"f850ccfe-d4e4-46fb-a6cf-0135ba5aeb6a","type":"./components/Box/index.js","props":{"width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"1b327f36-e48f-41bc-92b8-48b29f4c5ad0","type":"./components/Box/index.js","props":{"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"height":[{"value":"auto","deviceId":"desktop"}],"padding":[{"value":{"paddingTop":{"unit":"px","value":0},"paddingLeft":{"unit":"px","value":0},"paddingRight":{"unit":"px","value":0},"paddingBottom":{"unit":"px","value":0}},"deviceId":"desktop"}],"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"cc6cb6ed-5d88-48e8-8da6-deb6c413dc62","type":"wistia-image","props":{"url":{"value":"https://bigcommerce.wistia.com/medias/nx92rqk5ga","@@makeswift/type":"text-input::v1"},"image":{"url":"https://dam.bigcommerce.com/m/6cff65e7b96dbc24/original/video-thumb-home-ent-hero-video-yeti-1.png","type":"external-file","width":819,"height":476,"version":1,"mimetype":"image/png"},"aspectRatio":"16 / 9"}}]}}}]}}}]},"columnGap":[{"value":{"unit":"px","value":30},"deviceId":"desktop"}],"verticalAlign":[{"value":"center","deviceId":"desktop"}]}}]}}}]},"backgrounds":[{"value":[{"id":"2e88e9db-fc1e-4153-b5f1-477f4cf1fa93","type":"image-v1","payload":{"image":{"url":"https://dam.bigcommerce.com/m/7c1a193a8e56137/original/background-dark-gradient-overlay.svg","type":"external-file","width":1680,"height":702,"version":1,"mimetype":"image/svg+xml"},"version":1,"parallax":0,"position":{"x":50,"y":50}}},{"id":"8856343b-cc5b-4bde-b0ea-64440d5c517a","type":"color","payload":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}}],"deviceId":"desktop"}]}},{"key":"8c5a3f0c-a90b-4a5c-8295-5c5c020960e6","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"aa89cb5e-c4dc-4e56-841f-e0ec1580019e","type":"./components/Box/index.js","props":{"padding":[{"value":{"paddingTop":{"unit":"px","value":0},"paddingLeft":{"unit":"px","value":0},"paddingRight":{"unit":"px","value":0},"paddingBottom":{"unit":"px","value":64}},"deviceId":"desktop"}],"children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"7a6e9849-882a-4a04-a58d-9c4d059f7e55","type":"./components/Box/index.js","props":{"width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"7080d41d-bcc0-41b4-bdb3-ee8cd8737fba","type":"./components/Box/index.js","props":{"width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":"auto","marginRight":"auto","marginBottom":{"unit":"px","value":0}},"deviceId":"desktop"}],"padding":[{"value":{"paddingTop":{"unit":"px","value":50},"paddingLeft":{"unit":"px","value":16},"paddingRight":{"unit":"px","value":16},"paddingBottom":{"unit":"px","value":0}},"deviceId":"desktop"},{"value":{"paddingTop":{"unit":"px","value":50},"paddingLeft":{"unit":"px","value":32},"paddingRight":{"unit":"px","value":32},"paddingBottom":{"unit":"px","value":50}},"deviceId":"tablet"},{"value":{"paddingTop":{"unit":"px","value":50},"paddingLeft":{"unit":"px","value":30},"paddingRight":{"unit":"px","value":30},"paddingBottom":{"unit":"px","value":50}},"deviceId":"mobile"}],"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"2f808cc6-d08d-45d1-8fbd-e4fa2f33ecd0","type":"./components/Text/index.js","props":{"text":{"key":"c8e0cbe0-7fbd-4853-8980-41a0b9aba1a1","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"BigCommerce este cel mai de încredere furnizor de soluții comerciale.","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"center","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":""}]},{"type":"paragraph","children":[{"text":"The Forrester Wave™ B2C și B2B Commerce Solutions Q2, 2022","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="},"fontSize":{"unit":"px","value":13}},"deviceId":"mobile"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="},"fontSize":{"unit":"px","value":14}},"deviceId":"desktop"}]}}],"textAlign":[{"value":"center","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":48}},"deviceId":"desktop"}],"linkColor":"green"}}]}}}]}}},{"key":"bc472505-d5fc-4cad-8a30-cc66cb823fc6","type":"reference","value":"R2xvYmFsRWxlbWVudDo1ZTUyZDEwYi0xMmM1LTQ0YzktOGVkMS0xYjcyMWM4YjVmMTI="}]}}}]},"backgrounds":[{"value":[{"id":"63c6d45e-215d-4718-a4de-cdc61c5a2a34","type":"color","payload":{"alpha":1}}],"deviceId":"desktop"}]}},{"key":"d3b6510d-3162-403f-b97b-128c2559df2e","type":"./components/Box/index.js","props":{"id":"tabs","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"4c51e015-8e6a-44c2-b8a3-e50c184d86e7","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"ad9034a0-80a0-4434-9eba-4c633f0319cb","type":"./components/Box/index.js","props":{"id":"oneColumn - 2863583","width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"807126da-57a8-47bf-9f89-a20ae307a642","type":"./components/Box/index.js","props":{"width":[{"value":{"unit":"px","value":770},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":"auto","marginRight":"auto","marginBottom":{"unit":"px","value":0}},"deviceId":"desktop"}],"padding":[{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":16},"paddingRight":{"unit":"px","value":16},"paddingBottom":{"unit":"px","value":50}},"deviceId":"desktop"},{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":32},"paddingRight":{"unit":"px","value":32},"paddingBottom":{"unit":"px","value":50}},"deviceId":"tablet"},{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":16},"paddingRight":{"unit":"px","value":16},"paddingBottom":{"unit":"px","value":50}},"deviceId":"mobile"}],"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"8976aadf-d68e-49ef-9f1b-9dbf4c6404bc","type":"./components/Box/index.js","props":{"id":"headline - 2863584","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"425ed624-4f54-4952-8588-4fe8e5c8f537","type":"./components/Text/index.js","props":{"text":{"key":"adff79c3-cd98-42c2-ae4f-a3b3bde13d7d","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"heading-two","children":[{"text":"Clienții apreciază diferența făcută de BigCommerce.","typography":{"id":"VHlwb2dyYXBoeTo5OGE3NWQ3ZC02Y2ViLTRmNzctOWNmNC0yOWVjZTYwMWI3ZTY=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"center","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}}]}}}]}}}]}}},{"key":"5ad43980-e074-468d-bd33-ca72ac310b27","type":"./components/Box/index.js","props":{"id":"tabs - 2863586","width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":10},"marginLeft":"auto","marginRight":"auto","marginBottom":{"unit":"px","value":60}},"deviceId":"desktop"}],"padding":[{"value":{"paddingLeft":{"unit":"px","value":30},"paddingRight":{"unit":"px","value":30}},"deviceId":"desktop"}],"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"167bde57-7a64-4330-8a9d-aa291b389362","type":"tabs","props":{"tabs":[{"id":"28f3305e-c1e3-42f7-9ede-a8d00ae832ac","type":"makeswift::controls::shape","value":{"text":"","title":"Mai multe economii, mai puțin stres","header":"Mentenanță redusă. Eficiență crescută","content":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"c419af19-c8f1-4ead-bdf9-3c3e176b6df0","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[6,6]]},"deviceId":"desktop"},{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"mobile"}],"elements":[{"key":"01b174e2-5b78-4723-8da8-a11279b94e75","type":"./components/Image/index.js","props":{"file":"RmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU="}},{"key":"54203cfa-99ef-4803-a822-584f134bd01a","type":"./components/Text/index.js","props":{"text":{"key":"d2127023-785e-4d8d-8516-393cff73cf1f","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"heading-five","children":[{"text":"Salvați mai mult din ceea ce este cel mai important.","typography":{"id":"VHlwb2dyYXBoeTpmNmZjYmUxZS1iODc2LTQ2YWQtOGE5MC05OGVhYzk3YjhiNDI=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":"\n"}]},{"type":"paragraph","children":[{"text":"„BigCommerce este o platformă de încredere; de la lansare, nu a trebuit să facem multă mentenață, ceea ce ne oferă timp pentru a ne îmbunătăți magazinul online. Într-adevăr, flexibilitatea pe care BigCommerce a oferit-o, alături de îndrumare, suport și soluții a fost imensă.”","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}},{"text":"\n"}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":"\n"}]},{"type":"paragraph","children":[{"text":"Kabeer Chopra","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="},"fontWeight":700},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="},"fontWeight":700},"deviceId":"mobile"}]}},{"text":", Co-Founder \u0026 CPO, Burrow","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":"\n"}]},{"type":"paragraph","children":[{"text":"—","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":"\n"}]},{"type":"paragraph","children":[{"text":"Migrat de la: Platformă custom","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}],"linkColor":"blue"}}]},"columnGap":[{"value":{"unit":"px","value":30},"deviceId":"desktop"}]}}]}}},{"id":"204660a5-b437-4818-8afc-f02d123cfd74","type":"makeswift::controls::shape","value":{"text":"","title":"Experții de încredere","header":"Expertiză de e-commerce. Atenție și focus","content":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"c8e4f72e-cd62-47fa-a404-ff9d7ed25e09","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[6,6]]},"deviceId":"desktop"},{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"mobile"}],"elements":[{"key":"7f364c3a-118b-4277-9838-43b1b84e172e","type":"./components/Image/index.js","props":{"file":"RmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI="}},{"key":"a8b3d25d-4efd-404f-89db-aa0fbe8e0e48","type":"./components/Text/index.js","props":{"text":{"key":"73286f2e-5f2c-48d0-b3eb-3f12350b7c05","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"heading-five","children":[{"text":"Susținem fiecare pas al călătoriei tale.","typography":{"id":"VHlwb2dyYXBoeTpmNmZjYmUxZS1iODc2LTQ2YWQtOGE5MC05OGVhYzk3YjhiNDI=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":"\n"}]},{"type":"paragraph","children":[{"text":"„BigCommerce oferă clienților săi un roadmap pentru îmbunătățire, mai degrabă decât să-i aducă pe platformă și apoi să-i lase să-și dea seama singuri.”","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":"\n"}]},{"type":"paragraph","children":[{"text":"Dave Munson","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="},"fontWeight":700},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="},"fontWeight":700},"deviceId":"mobile"}]}},{"text":", CEO \u0026 Founder, Saddleback Leather Company","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":"\n"}]},{"type":"paragraph","children":[{"text":"—","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":"\n"}]},{"type":"paragraph","children":[{"text":"Migrat de la: Adobe/Magento","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}],"linkColor":"blue"}}]},"columnGap":[{"value":{"unit":"px","value":30},"deviceId":"desktop"}]}}]}}}]}}]}}}]}}}]},"backgrounds":[{"value":[{"id":"53c47126-9e48-46e5-9f05-18417ea78fc4","type":"color","payload":{"alpha":1,"swatchId":"U3dhdGNoOjg1MWY1Nzk0LWZjMWItNDk1Ni05ZWRhLTU2MWQzOTAzOWQwOQ=="}}],"deviceId":"desktop"}]}},{"key":"9b04fe62-4f6a-43c6-8bfa-5495fff90139","type":"./components/Box/index.js","props":{"id":"interstitial","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"141d6570-b101-4e8e-b483-518e97437524","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"586915e9-d955-43ca-8675-fec368d559f6","type":"./components/Box/index.js","props":{"id":"oneColumn - 2863604","width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"b5afb8db-379b-400e-a636-2d62b6678905","type":"./components/Box/index.js","props":{"width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":"auto","marginRight":"auto","marginBottom":{"unit":"px","value":0}},"deviceId":"desktop"}],"padding":[{"value":{"paddingTop":{"unit":"px","value":50},"paddingLeft":{"unit":"px","value":16},"paddingRight":{"unit":"px","value":16},"paddingBottom":{"unit":"px","value":50}},"deviceId":"desktop"},{"value":{"paddingTop":{"unit":"px","value":50},"paddingLeft":{"unit":"px","value":32},"paddingRight":{"unit":"px","value":32},"paddingBottom":{"unit":"px","value":50}},"deviceId":"tablet"},{"value":{"paddingTop":{"unit":"px","value":50},"paddingLeft":{"unit":"px","value":16},"paddingRight":{"unit":"px","value":16},"paddingBottom":{"unit":"px","value":50}},"deviceId":"mobile"}],"children":{"columns":[{"value":{"count":12,"spans":[[12],[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"58f12dd2-392d-4a6b-893b-6688b351f731","type":"./components/Box/index.js","props":{"id":"headline - 2863605","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"487e4c3f-051a-4797-9b13-92c9c36272be","type":"./components/Text/index.js","props":{"text":{"key":"adff79c3-cd98-42c2-ae4f-a3b3bde13d7d","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"heading-three","children":[{"text":"Gândește măreț","typography":{"id":"VHlwb2dyYXBoeTplOGNiZGY0MC0zMzc0LTRkMTgtYmFlZC03OGI4NjQyODExNmQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"center","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":12}},"deviceId":"desktop"}]}}]}}},{"key":"f555c388-2d7f-4461-9785-1a36909d55e0","type":"./components/Box/index.js","props":{"id":"headline - 2863607","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"dc21e537-19c8-4b10-a648-077dce1c40d0","type":"./components/Text/index.js","props":{"text":{"key":"adff79c3-cd98-42c2-ae4f-a3b3bde13d7d","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"heading-five","children":[{"text":"Suntem gata să vă ajutăm să găsiți soluția potrivită și să vă accelerăm creșterea.","typography":{"id":"VHlwb2dyYXBoeTpmNmZjYmUxZS1iODc2LTQ2YWQtOGE5MC05OGVhYzk3YjhiNDI=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"center","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":12}},"deviceId":"desktop"}]}}]}}},{"key":"182f47c2-90a9-4c3c-9834-c3aa5f5714ce","type":"./components/Button/index.js","props":{"link":{"type":"OPEN_URL","payload":{"url":"#form","openInNewTab":false}},"size":"default","color":"primary","variant":"filled","children":"Solicitați un demo","showIcon":false,"className":{"margin":[{"value":{"marginTop":null,"marginLeft":{"unit":"px","value":0},"marginRight":"auto","marginBottom":null},"deviceId":"mobile"}]}}}]}}}]}}}]}}}]},"backgrounds":[{"value":[{"id":"3c675f1f-29aa-4ca7-9314-266878558c9c","type":"color","payload":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}}],"deviceId":"desktop"}]}},{"key":"7b9f670e-4e01-4670-9912-bc7e2a6f0286","type":"./components/Box/index.js","props":{"id":"features","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"fb89e08b-3bd7-4b3b-a43a-59a255815b93","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"142fcd7e-4d2b-4253-be73-1546b62db4ce","type":"./components/Box/index.js","props":{"id":"oneColumn - 2863611","width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"ae2e8724-78cb-439a-8e4f-70be4eac1098","type":"./components/Box/index.js","props":{"width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":"auto","marginRight":"auto","marginBottom":{"unit":"px","value":0}},"deviceId":"desktop"}],"padding":[{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":16},"paddingRight":{"unit":"px","value":16},"paddingBottom":{"unit":"px","value":50}},"deviceId":"desktop"},{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":32},"paddingRight":{"unit":"px","value":32},"paddingBottom":{"unit":"px","value":50}},"deviceId":"tablet"},{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":16},"paddingRight":{"unit":"px","value":16},"paddingBottom":{"unit":"px","value":50}},"deviceId":"mobile"}],"children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"c3824dca-08dd-4ae3-ac2a-18d50b9d14ee","type":"./components/Image/index.js","props":{"file":"RmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E=","margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":"auto","marginRight":"auto","marginBottom":{"unit":"px","value":30}},"deviceId":"desktop"}]}},{"key":"1fbb2e34-e746-4613-a759-d15d8b566c99","type":"./components/Box/index.js","props":{"id":"headline - 2863613","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"2e5e654b-425b-43ff-9c32-0d39f0d4cd3b","type":"./components/Text/index.js","props":{"text":{"key":"adff79c3-cd98-42c2-ae4f-a3b3bde13d7d","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"heading-two","children":[{"text":"Performanță la nivel înalt","typography":{"id":"VHlwb2dyYXBoeTo5OGE3NWQ3ZC02Y2ViLTRmNzctOWNmNC0yOWVjZTYwMWI3ZTY=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"center","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}}]}}}]}}}]}}},{"key":"1896e547-453a-49c6-a42c-d436acabdfae","type":"./components/Box/index.js","props":{"id":"multiColumn - 2863615","width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"rowGap":[{"value":{"unit":"px","value":32},"deviceId":"desktop"}],"padding":[{"value":{"paddingTop":{"unit":"px","value":50},"paddingLeft":{"unit":"px","value":16},"paddingRight":{"unit":"px","value":16},"paddingBottom":{"unit":"px","value":100}},"deviceId":"desktop"},{"value":{"paddingTop":{"unit":"px","value":50},"paddingLeft":{"unit":"px","value":32},"paddingRight":{"unit":"px","value":32},"paddingBottom":{"unit":"px","value":100}},"deviceId":"tablet"},{"value":{"paddingTop":{"unit":"px","value":50},"paddingLeft":{"unit":"px","value":16},"paddingRight":{"unit":"px","value":16},"paddingBottom":{"unit":"px","value":100}},"deviceId":"mobile"}],"children":{"columns":[{"value":{"count":12,"spans":[[3,3,3,3],[3,3,3,3]]},"deviceId":"desktop"},{"value":{"count":12,"spans":[[6,6],[6,6],[6,6],[6,6]]},"deviceId":"tablet"},{"value":{"count":12,"spans":[[12],[12],[12],[12],[12],[12],[12],[12]]},"deviceId":"mobile"}],"elements":[{"key":"a12732bc-5442-4cdb-8785-98199f0b5311","type":"./components/Box/index.js","props":{"id":"Container - 2863616","children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"8feefda6-857d-4fe0-800f-6ae2fcaa915d","type":"./components/Image/index.js","props":{"file":"RmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU=","margin":[{"value":{"marginTop":null,"marginLeft":{"unit":"px","value":0},"marginRight":"auto","marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}},{"key":"4c2c73fc-b988-402a-9d24-ec530e5c8487","type":"./components/Text/index.js","props":{"text":{"key":"5a7fdf57-d683-49be-b218-50b2f3a95407","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"Enterprise B2C, B2B, multi-storefront și localizare pentru a crește atât cât vă doriți","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}],"linkColor":"blue"}}]}}},{"key":"db269415-c90c-4e77-9986-341300a3f376","type":"./components/Box/index.js","props":{"id":"Container - 2863619","children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"9f01980a-a0df-403e-bad2-4663077f7317","type":"./components/Image/index.js","props":{"file":"RmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM=","margin":[{"value":{"marginTop":null,"marginLeft":{"unit":"px","value":0},"marginRight":"auto","marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}},{"key":"11516483-8d16-4d32-8694-f68626c1d1cb","type":"./components/Text/index.js","props":{"text":{"key":"7d1ea3c4-4e32-4f4d-a03c-908319df36e0","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"Omnichannel \u0026 Commerce-as-a-Service pentru a ajunge la publicul țintă, indiferent unde s-ar afla","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}],"linkColor":"blue"}}]}}},{"key":"e3cd68f0-ba57-4f05-86a0-d5853475bb1d","type":"./components/Box/index.js","props":{"id":"Container - 2863622","children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"acff01e8-851e-42d1-96ca-645938507b80","type":"./components/Image/index.js","props":{"file":"RmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ=","margin":[{"value":{"marginTop":null,"marginLeft":{"unit":"px","value":0},"marginRight":"auto","marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}},{"key":"6ba91706-e9e5-4002-abf0-714a7c5d4969","type":"./components/Text/index.js","props":{"text":{"key":"889e627b-4d2d-4d5d-a6fc-ccc4456aa790","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"Open APIs, SDKs și date pentru a personaliza și integra modul de lucru.","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}],"linkColor":"blue"}}]}}},{"key":"ff1e95b5-61c1-43ea-b16b-029b0982ff6b","type":"./components/Box/index.js","props":{"id":"Container - 2863625","children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"6a50f932-88bb-4576-92e0-c555964f5ff3","type":"./components/Image/index.js","props":{"file":"RmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ=","margin":[{"value":{"marginTop":null,"marginLeft":{"unit":"px","value":0},"marginRight":"auto","marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}},{"key":"f8711ba0-d23a-4d9b-806e-b5ef10f0f7f2","type":"./components/Text/index.js","props":{"text":{"key":"f80b2527-3fea-4c2a-b4fe-21e42dd4af33","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"Arhitectură composable și integrări comerciale headless.","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}],"linkColor":"blue"}}]}}},{"key":"956765bc-7931-4adf-842c-9bed666680cc","type":"./components/Box/index.js","props":{"id":"Container - 2863628","children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"445bbcf1-2731-40ab-a733-6825c95f64dc","type":"./components/Image/index.js","props":{"file":"RmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU=","margin":[{"value":{"marginTop":null,"marginLeft":{"unit":"px","value":0},"marginRight":"auto","marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}},{"key":"db7f6059-584f-486f-a25e-c791c20996dd","type":"./components/Text/index.js","props":{"text":{"key":"ea6843d3-0aad-41c7-bcdd-c86d9cd655e6","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"Opțiuni de plată fără fricțiuni pentru a crește vânzările și a îmbunătăți experiența cumpărătorului.","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}],"linkColor":"blue"}}]}}},{"key":"c84902ec-6d70-4ffa-a700-7ab0c8d86819","type":"./components/Box/index.js","props":{"id":"Container - 2863631","children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"fccee1bc-3629-41aa-ae03-9bd572edda1c","type":"./components/Image/index.js","props":{"file":"RmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU=","margin":[{"value":{"marginTop":null,"marginLeft":{"unit":"px","value":0},"marginRight":"auto","marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}},{"key":"96a0c60f-4ce6-4d43-b370-7f526edfd40b","type":"./components/Text/index.js","props":{"text":{"key":"b833e135-1d32-4668-9000-a22062e58c12","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"Funcționalitate de recuperare a coșului abandonat pentru a nu pierde vânzări și pentru a construi loialitate.","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}],"linkColor":"blue"}}]}}},{"key":"d3424380-70bd-4f8b-ab5a-7f0b607d6560","type":"./components/Box/index.js","props":{"id":"Container - 2863634","children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"c767f558-2ff3-498b-8f5b-898410b349ba","type":"./components/Image/index.js","props":{"file":"RmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE=","margin":[{"value":{"marginTop":null,"marginLeft":{"unit":"px","value":0},"marginRight":"auto","marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}},{"key":"f8742e15-6f1f-4216-b0e6-6ae87cf4025a","type":"./components/Text/index.js","props":{"text":{"key":"6fc0883e-bff6-4517-85ac-2a1a4fa5a950","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"99.99% uptime (incluzând 100% cyber week 7 ani consecutivi)","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}],"linkColor":"blue"}}]}}},{"key":"2291048f-540a-44ed-96d2-63160f91282a","type":"./components/Box/index.js","props":{"id":"Container - 2863637","children":{"value":{"columns":[{"value":{"count":12,"spans":[[12],[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"98c39b2f-ebca-48f9-849a-7d71b20f3704","type":"./components/Image/index.js","props":{"file":"RmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA=","margin":[{"value":{"marginTop":null,"marginLeft":{"unit":"px","value":0},"marginRight":"auto","marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}},{"key":"299743c4-99cb-436f-b146-318221ef329b","type":"./components/Text/index.js","props":{"text":{"key":"a500397e-4ab8-4a51-8ecc-d76ad9dfb631","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"Securitate robustă:","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":{"value":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":0}},"deviceId":"desktop"}],"@@makeswift/type":"prop-controllers::margin::v1"},"linkColor":"blue"}},{"key":"806a8d42-e255-430c-bc80-8c94b0fd8526","type":"reference","value":"R2xvYmFsRWxlbWVudDo4ZDc3NWIzNS1lNWM1LTQ2NWQtYjcyYy0wMmY2YjQ4ZWE1Mzk="}]},"@@makeswift/type":"prop-controllers::grid::v1"}}}]},"columnGap":[{"value":{"unit":"px","value":32},"deviceId":"desktop"}]}}]}}}]},"backgrounds":[{"value":[{"id":"d8a5edf0-bced-4532-a2c0-9ce1686b42a3","type":"color","payload":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}}],"deviceId":"desktop"}]}},{"key":"c876c91c-96da-4649-8c38-3c5e366c26ac","type":"./components/Box/index.js","props":{"id":"ecosystem","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"9db90260-13e2-4f2c-8cc5-b329e7a51ef5","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"d6cd208f-9d4d-4892-a226-34d38e6b47e7","type":"./components/Box/index.js","props":{"id":"multiColumn - 2863641","width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"rowGap":[{"value":{"unit":"px","value":100},"deviceId":"desktop"}],"padding":[{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":16},"paddingRight":{"unit":"px","value":16},"paddingBottom":{"unit":"px","value":100}},"deviceId":"desktop"},{"value":{"paddingTop":{"unit":"px","value":64},"paddingLeft":{"unit":"px","value":32},"paddingRight":{"unit":"px","value":32},"paddingBottom":{"unit":"px","value":64}},"deviceId":"tablet"},{"value":{"paddingTop":{"unit":"px","value":64},"paddingLeft":{"unit":"px","value":16},"paddingRight":{"unit":"px","value":16},"paddingBottom":{"unit":"px","value":64}},"deviceId":"mobile"}],"children":{"columns":[{"value":{"count":12,"spans":[[6,6]]},"deviceId":"desktop"},{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"tablet"},{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"mobile"}],"elements":[{"key":"29227dae-6766-436c-ba2f-703f9efe8b42","type":"./components/Box/index.js","props":{"id":"Container - 2863642","children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"868dfc70-55ee-4795-92b5-6f51eacc6674","type":"./components/Box/index.js","props":{"id":"headline - 2863643","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"293f4e88-2183-403f-b17e-ba6a2f9f9d80","type":"./components/Text/index.js","props":{"text":{"key":"adff79c3-cd98-42c2-ae4f-a3b3bde13d7d","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"heading-two","children":[{"text":"Ecosistem mare","typography":{"id":"VHlwb2dyYXBoeTo5OGE3NWQ3ZC02Y2ViLTRmNzctOWNmNC0yOWVjZTYwMWI3ZTY=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}}]}}},{"key":"cdb50bb0-200c-4b91-a2c2-f4d8e4f4a254","type":"./components/Text/index.js","props":{"text":{"key":"939e04d4-c668-4eb4-bdf1-82f89ae9cd63","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"Un ecosistem de parteneri ar trebui să vă ajute să inovați și să reușiți fără limite. De aceea, includem doar cei mai buni furnizori de tehnologie, designeri de e-commerce, dezvoltatori și marketeri pentru a umple orice goluri pe care le aveți în echipe, timp sau tehnologie.","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}],"linkColor":"blue"}}]}}},{"key":"88f9167b-4a45-4fa7-a727-8d0ec0147e5b","type":"./components/Box/index.js","props":{"id":"Container - 2863646","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"30615ba8-57d3-468e-9c15-1901b8e171f6","type":"./components/Image/index.js","props":{"file":"RmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU=","margin":[{"value":{"marginTop":null,"marginLeft":{"unit":"px","value":0},"marginRight":"auto","marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}}]}}}]},"columnGap":[{"value":{"unit":"px","value":100},"deviceId":"desktop"}],"verticalAlign":[{"value":"center","deviceId":"desktop"}]}}]}}}]},"backgrounds":[{"value":[{"id":"ea0ba9c7-64f1-4f01-9d2f-07ef2799fe13","type":"color","payload":{"alpha":1,"swatchId":"U3dhdGNoOjg1MWY1Nzk0LWZjMWItNDk1Ni05ZWRhLTU2MWQzOTAzOWQwOQ=="}}],"deviceId":"desktop"}]}},{"key":"d1bce97c-cd0c-491d-862c-61d669e694aa","type":"./components/Box/index.js","props":{"id":"form","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"dc2e3203-fffb-4ead-9e21-d4663feacf2a","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"cd3be129-7eaa-4e91-a088-cf2a9685ddc3","type":"./components/Box/index.js","props":{"id":"twoColumnConversion - 2863672","width":[{"value":{"unit":"px","value":1156},"deviceId":"desktop"}],"rowGap":[{"value":{"unit":"px","value":30},"deviceId":"laptop"}],"padding":[{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":0},"paddingRight":{"unit":"px","value":0},"paddingBottom":{"unit":"px","value":50}},"deviceId":"desktop"},{"value":{"paddingTop":{"unit":"px","value":64},"paddingLeft":{"unit":"px","value":30},"paddingRight":{"unit":"px","value":30},"paddingBottom":{"unit":"px","value":64}},"deviceId":"mobile"},{"value":{"paddingTop":{"unit":"px","value":100},"paddingLeft":{"unit":"px","value":30},"paddingRight":{"unit":"px","value":30},"paddingBottom":{"unit":"px","value":50}},"deviceId":"laptop"},{"value":{"paddingTop":{"unit":"px","value":64},"paddingLeft":{"unit":"px","value":30},"paddingRight":{"unit":"px","value":30},"paddingBottom":{"unit":"px","value":50}},"deviceId":"tablet"}],"children":{"columns":[{"value":{"count":12,"spans":[[6,6]]},"deviceId":"desktop"},{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"tablet"}],"elements":[{"key":"003f5769-d42b-43c2-a92b-08e77692f86c","type":"./components/Box/index.js","props":{"id":"Container - 2863673","children":{"columns":[{"value":{"count":12,"spans":[[12],[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"0b4f40fe-c324-4178-ba78-f548f8154baf","type":"./components/Box/index.js","props":{"id":"headline - 2863674","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"03017e61-9482-4b17-ad91-465be91a3e39","type":"./components/Text/index.js","props":{"text":{"key":"adff79c3-cd98-42c2-ae4f-a3b3bde13d7d","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"heading-two","children":[{"text":"Depășiți concurența cu BigCommerce","typography":{"id":"VHlwb2dyYXBoeTo5OGE3NWQ3ZC02Y2ViLTRmNzctOWNmNC0yOWVjZTYwMWI3ZTY=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}]}}]}}},{"key":"42df13c2-13d6-42db-a9c3-f08e88c1e19a","type":"./components/Text/index.js","props":{"text":{"key":"e226a29b-2ea3-46b8-8381-90b604e455a0","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"Accelerați-vă creșterea, nu complexitatea, cu asistență globală 24/7, funcții de securitate premium și timp de funcționare lider în industrie.","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":"\n"}]},{"type":"paragraph","children":[{"text":"Completați formularul de mai jos pentru a începe","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":"\n"}]},{"type":"paragraph","children":[{"text":"Echipa noastră vă va contacta în termen de 24 de ore pentru a afla despre nevoile dvs. de business.","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}},"deviceId":"mobile"}]}},{"text":"\n"}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":20}},"deviceId":"desktop"}],"linkColor":"green"}},{"key":"0c16027f-94dc-4525-b6ed-1c3be28479c7","type":"reference","value":"R2xvYmFsRWxlbWVudDo4NjQ1N2IxYS1jODk0LTRmYWItOTgzYS0xZDczYjFlM2UwYWU="}]}}},{"key":"e4a3618a-b547-4ad1-b601-813d54c1d6fe","type":"./components/Box/index.js","props":{"id":"Container - 2863678","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"4ea2a54d-a4e6-4229-b795-ecc2fe7324cc","type":"./components/Box/index.js","props":{"id":"embeddedForm - 2863679","padding":[{"value":{"paddingTop":{"unit":"px","value":60},"paddingLeft":{"unit":"px","value":50},"paddingRight":{"unit":"px","value":50},"paddingBottom":{"unit":"px","value":60}},"deviceId":"desktop"},{"value":{"paddingTop":{"unit":"px","value":60},"paddingLeft":{"unit":"px","value":30},"paddingRight":{"unit":"px","value":30},"paddingBottom":{"unit":"px","value":60}},"deviceId":"tablet"}],"children":{"columns":[{"value":{"count":12,"spans":[[12],[12]]},"deviceId":"desktop"}],"elements":[{"key":"7ba10f97-9ee3-4203-a369-7339bbc77194","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"8329812d-73d3-4fd8-9f23-b333b674cdb9","type":"./components/Text/index.js","props":{"text":{"key":"389a662f-5759-43cc-87ee-6660faa0fb8d","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"heading-four","children":[{"text":"Completați formularul de mai jos pentru a începe","typography":{"id":"VHlwb2dyYXBoeTo2MWFkZTBhZi05NWZiLTRjYzUtODkyYi02NWQ3YzY2NmI5ZDA=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]},{"type":"paragraph","children":[{"text":"\n"}]},{"type":"paragraph","children":[{"text":"Aflați cum BigCommerce ajută companiile în creștere să vândă mai mult. Vă rugăm să completați formularul de mai jos și vă vom contacta.","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"},{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"mobile"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]}}}]}}},{"key":"40170622-1913-4da0-a0f0-6a9b873b7647","type":"marketo-form","props":{"formId":"13351","submitText":"INTRAȚI ÎN LEGĂTURĂ"}}]},"backgrounds":[{"value":[{"id":"67e112be-10f1-4f69-873d-0823b9fb2922","type":"color","payload":{"alpha":1,"swatchId":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg=="}}],"deviceId":"desktop"}]}}]}}}]},"columnGap":[{"value":{"unit":"px","value":95},"deviceId":"desktop"}]}}]}}}]},"backgrounds":[{"value":[{"id":"b57482e7-e263-4267-adf3-69c844f50171","type":"color","payload":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}}],"deviceId":"desktop"}]}},{"key":"4b1bac70-f7c4-40aa-99a9-0c945cc5351a","type":"reference","value":"R2xvYmFsRWxlbWVudDpjY2RkYTlhOS0zY2QxLTRjMmYtYWY3YS01MzQ5MWFkZjg1MWQ="}]},"breadcrumbStructuredData":[]}},"snippets":[],"fonts":[],"meta":{"title":"BigCommerce România | BigCommerce","description":"Learn how BigCommerce can fuel your business with all the capabilities of enterprise ecommerce—without the cost or complexity.","socialImage":{"id":"RmlsZToyOTllMzFlYS00OGI4LTQ4ZTAtOTA0Ny1kNzIxNTBkODNhMjE=","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZToyOTllMzFlYS00OGI4LTQ4ZTAtOTA0Ny1kNzIxNTBkODNhMjE=/BigCommerce-Social-Image-Generic-Facebook.jpg","publicUrlV2":"https://storage.googleapis.com/s.mkswft.com/RmlsZToyOTllMzFlYS00OGI4LTQ4ZTAtOTA0Ny1kNzIxNTBkODNhMjE=/BigCommerce-Social-Image-Generic-Facebook.jpg","mimetype":"image/jpeg","__typename":"File"},"favicon":{"id":"RmlsZTpkNTRhOTA4Yy0zZjc0LTQ1YWItYmZkMS0yZDcyYTE3ZTdmMjI=","publicUrl":"https://dam.bigcommerce.com/m/569c5976323dd521/original/favicon-196x196.png","publicUrlV2":"https://dam.bigcommerce.com/m/569c5976323dd521/original/favicon-196x196.png","mimetype":"image/png","__typename":"File"}},"seo":{"canonicalUrl":null,"isIndexingBlocked":null},"hreflangs":[{"hreflang":"en-gb","href":"https://www.bigcommerce.co.uk/romania"},{"hreflang":"en-au","href":"https://www.bigcommerce.com.au/romania"},{"hreflang":"en-us","href":"https://www.bigcommerce.com/romania"},{"hreflang":"x-default","href":"https://www.bigcommerce.com/romania"}],"localizedPages":[],"locale":null,"__typename":"Page"},"cacheData":{"apiResources":{"Swatch":[{"id":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw==","value":{"id":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw==","label":null,"hue":248.571,"saturation":17.0732,"lightness":8.03922,"__typename":"Swatch"}},{"id":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg==","value":{"id":"U3dhdGNoOjIxMjYzMzE4LWI1YTgtNDliNi05MzU1LWVhYjg3ZGJmZDNjYg==","label":null,"hue":0,"saturation":0,"lightness":100,"__typename":"Swatch"}},{"id":"U3dhdGNoOjg1MWY1Nzk0LWZjMWItNDk1Ni05ZWRhLTU2MWQzOTAzOWQwOQ==","value":{"id":"U3dhdGNoOjg1MWY1Nzk0LWZjMWItNDk1Ni05ZWRhLTU2MWQzOTAzOWQwOQ==","label":null,"hue":220,"saturation":20,"lightness":94.1176,"__typename":"Swatch"}},{"id":"U3dhdGNoOjc4ZWIzMjQ0LTMzYTAtNGQ2Ni04NzA4LTZjODhmYWExNDdlOQ==","value":{"id":"U3dhdGNoOjc4ZWIzMjQ0LTMzYTAtNGQ2Ni04NzA4LTZjODhmYWExNDdlOQ==","label":null,"hue":240,"saturation":6.06061,"lightness":38.8235,"__typename":"Swatch"}}],"File":[{"id":"RmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU=","value":{"__typename":"File","id":"RmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU=","name":"illustration-ecosystem-partners-globe-deckcommerce-contentful-contentstack-netlify-akeneo","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTplNmFiMWMyOC0zMWQ4LTQ4NGEtYTk2Yi0yMjliN2E3MDY2ZDU=/illustration-ecosystem-partners-globe-deckcommerce-contentful-contentstack-netlify-akeneo.png","extension":"png","dimensions":{"width":1094,"height":768}}},{"id":"RmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA=","value":{"__typename":"File","id":"RmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA=","name":"icon-security-black-teal-gradient","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTo4ZjljOWYzNC0xYzA3LTQyZTEtOTQwMS1mZjJmNjMwNjcwNDA=/icon-security-black-teal-gradient.png","extension":"png","dimensions":{"width":49,"height":55}}},{"id":"RmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE=","value":{"__typename":"File","id":"RmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE=","name":"icon-uptime-black-teal-gradient","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTo4ZjUyOTNhOC0zNjBmLTQ3OTgtYTg2ZC02MjU4ZjNiOTc0NjE=/icon-uptime-black-teal-gradient.png","extension":"png","dimensions":{"width":58,"height":55}}},{"id":"RmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU=","value":{"__typename":"File","id":"RmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU=","name":"icon-cart-v1-black-teal-gradient","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTozOWNmNDg2Ny1mODEzLTQzY2ItOWIwYi01MDFhZmUwNjM2NGU=/icon-cart-v1-black-teal-gradient.png","extension":"png","dimensions":{"width":67,"height":55}}},{"id":"RmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU=","value":{"__typename":"File","id":"RmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU=","name":"icon-analytics-v1-black-teal-gradient","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZToyYTM1NjFlNy0yZWNiLTQyMjUtYmQzMy05ODk3ZTYzNmQyNTU=/icon-analytics-v1-black-teal-gradient.png","extension":"png","dimensions":{"width":55,"height":55}}},{"id":"RmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ=","value":{"__typename":"File","id":"RmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ=","name":"icon-api-headless-black-teal-gradient","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTo4YTE4OGI3OC0wN2JkLTQ0YWUtOTA3ZC1kYTY2MjMwNDdhNTQ=/icon-api-headless-black-teal-gradient.png","extension":"png","dimensions":{"width":40,"height":55}}},{"id":"RmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ=","value":{"__typename":"File","id":"RmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ=","name":"icon-api-plugin-black-teal-gradient","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTo1ZGQyNjM3OC0zZmI4LTQ1NGUtYmVjZi0wZjA5YjU5YTMzOTQ=/icon-api-plugin-black-teal-gradient.png","extension":"png","dimensions":{"width":43,"height":55}}},{"id":"RmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM=","value":{"__typename":"File","id":"RmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM=","name":"icon-international-v3-black-teal-gradient","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTo1YTM4MDZkNi0wMDVmLTRkMDItYmEyMS05MTI0MGZmOTVjMGM=/icon-international-v3-black-teal-gradient.png","extension":"png","dimensions":{"width":55,"height":55}}},{"id":"RmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU=","value":{"__typename":"File","id":"RmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU=","name":"icon-b2b-business-black-teal-gradient","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTo1Y2JiMTZlYy00MDVhLTRlN2ItYmI1My1hYzVhMDFiY2I5NDU=/icon-b2b-business-black-teal-gradient.png","extension":"png","dimensions":{"width":50,"height":55}}},{"id":"RmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E=","value":{"__typename":"File","id":"RmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E=","name":"icon-thunderbolt-teal-gradient","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTo3MjY0ZTlkYS00NGYwLTRiNzMtYjc0Ni0wM2Q2M2Y3ZWUyY2E=/icon-thunderbolt-teal-gradient.png","extension":"png","dimensions":{"width":66,"height":66}}},{"id":"RmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI=","value":{"__typename":"File","id":"RmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI=","name":"quote-image-saddleback-leather-company-product-leather-briefcase","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTo4MzhmZmE0Ni03N2UzLTQyZjctODA0Yi0wNDU0MGYyMTdkNWI=/quote-image-saddleback-leather-company-product-leather-briefcase.png","extension":"png","dimensions":{"width":821,"height":511}}},{"id":"RmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU=","value":{"__typename":"File","id":"RmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU=","name":"quote-image-burrow-product-sofa","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTo5YjJhYWM4ZC0yMGZjLTQzNDQtOWI3Ni04YzNiYjQ1MWJlOGU=/quote-image-burrow-product-sofa.png","extension":"png","dimensions":{"width":1094,"height":680}}},{"id":"RmlsZTphZDI0ZGJmZC0zNDExLTRjZTctOGJiZC01NDJkYzgyOTg1ZmQ=","value":{"__typename":"File","id":"RmlsZTphZDI0ZGJmZC0zNDExLTRjZTctOGJiZC01NDJkYzgyOTg1ZmQ=","name":"bc-logo-dark","publicUrl":"https://storage.googleapis.com/s.mkswft.com/RmlsZTphZDI0ZGJmZC0zNDExLTRjZTctOGJiZC01NDJkYzgyOTg1ZmQ=/bc-logo-dark.svg","extension":"svg","dimensions":{"width":132,"height":30}}}],"Typography":[{"id":"VHlwb2dyYXBoeTo2MWFkZTBhZi05NWZiLTRjYzUtODkyYi02NWQ3YzY2NmI5ZDA=","value":{"id":"VHlwb2dyYXBoeTo2MWFkZTBhZi05NWZiLTRjYzUtODkyYi02NWQ3YzY2NmI5ZDA=","name":"Heading 4","style":[{"deviceId":"desktop","value":{"fontFamily":"Gotham","fontSize":{"unit":"px","value":24},"fontWeight":700,"textAlign":null,"lineHeight":1.3,"uppercase":null,"italic":false,"underline":null,"strikethrough":null,"letterSpacing":0,"color":{"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw==","alpha":1}}},{"deviceId":"mobile","value":{"fontFamily":null,"fontSize":{"unit":"px","value":22},"fontWeight":null,"textAlign":null,"lineHeight":null,"uppercase":null,"italic":null,"underline":null,"strikethrough":null,"letterSpacing":null}}],"__typename":"Typography"}},{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","value":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","name":"Type medium","style":[{"deviceId":"mobile","value":{"fontFamily":null,"fontSize":{"unit":"px","value":16},"fontWeight":null,"textAlign":null,"lineHeight":null,"uppercase":null,"italic":null,"underline":null,"strikethrough":null,"letterSpacing":null}},{"deviceId":"desktop","value":{"fontFamily":"Gotham","fontSize":{"unit":"px","value":16},"fontWeight":400,"textAlign":null,"lineHeight":1.6,"uppercase":false,"italic":false,"underline":null,"strikethrough":null,"letterSpacing":0,"color":{"swatchId":"U3dhdGNoOjc4ZWIzMjQ0LTMzYTAtNGQ2Ni04NzA4LTZjODhmYWExNDdlOQ==","alpha":1}}}],"__typename":"Typography"}},{"id":"VHlwb2dyYXBoeTo5OGE3NWQ3ZC02Y2ViLTRmNzctOWNmNC0yOWVjZTYwMWI3ZTY=","value":{"id":"VHlwb2dyYXBoeTo5OGE3NWQ3ZC02Y2ViLTRmNzctOWNmNC0yOWVjZTYwMWI3ZTY=","name":"Heading 2","style":[{"deviceId":"desktop","value":{"fontFamily":"Gotham","fontSize":{"unit":"px","value":34},"fontWeight":700,"textAlign":null,"lineHeight":1.2,"uppercase":null,"italic":false,"underline":null,"strikethrough":null,"letterSpacing":-0.1,"color":{"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw==","alpha":1}}},{"deviceId":"laptop","value":{"fontFamily":null,"fontSize":{"unit":"px","value":30},"fontWeight":null,"textAlign":null,"lineHeight":null,"uppercase":null,"italic":null,"underline":null,"strikethrough":null,"letterSpacing":null}},{"deviceId":"tablet","value":{"fontFamily":null,"fontSize":{"unit":"px","value":28},"fontWeight":null,"textAlign":null,"lineHeight":null,"uppercase":null,"italic":null,"underline":null,"strikethrough":null,"letterSpacing":null}}],"__typename":"Typography"}},{"id":"VHlwb2dyYXBoeTpmNmZjYmUxZS1iODc2LTQ2YWQtOGE5MC05OGVhYzk3YjhiNDI=","value":{"id":"VHlwb2dyYXBoeTpmNmZjYmUxZS1iODc2LTQ2YWQtOGE5MC05OGVhYzk3YjhiNDI=","name":"Heading 5","style":[{"deviceId":"desktop","value":{"fontFamily":"Gotham","fontSize":{"unit":"px","value":20},"fontWeight":500,"textAlign":null,"lineHeight":1.4,"uppercase":null,"italic":false,"underline":null,"strikethrough":null,"letterSpacing":0,"color":{"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw==","alpha":1}}},{"deviceId":"mobile","value":{"fontFamily":null,"fontSize":{"unit":"px","value":18},"fontWeight":null,"textAlign":null,"lineHeight":null,"uppercase":null,"italic":null,"underline":null,"strikethrough":null,"letterSpacing":null}}],"__typename":"Typography"}},{"id":"VHlwb2dyYXBoeTplOGNiZGY0MC0zMzc0LTRkMTgtYmFlZC03OGI4NjQyODExNmQ=","value":{"id":"VHlwb2dyYXBoeTplOGNiZGY0MC0zMzc0LTRkMTgtYmFlZC03OGI4NjQyODExNmQ=","name":"Heading 3","style":[{"deviceId":"desktop","value":{"fontFamily":"Gotham","fontSize":{"unit":"px","value":28},"fontWeight":700,"textAlign":null,"lineHeight":1.2,"uppercase":null,"italic":false,"underline":null,"strikethrough":null,"letterSpacing":0,"color":{"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw==","alpha":1}}},{"deviceId":"laptop","value":{"fontFamily":null,"fontSize":{"unit":"px","value":26},"fontWeight":null,"textAlign":null,"lineHeight":1.3,"uppercase":null,"italic":null,"underline":null,"strikethrough":null,"letterSpacing":null}}],"__typename":"Typography"}},{"id":"VHlwb2dyYXBoeTo4NGU5NTYyNy1iODg1LTRkOTQtOTkzOS04YzJkNDk2NjI5NDM=","value":{"id":"VHlwb2dyYXBoeTo4NGU5NTYyNy1iODg1LTRkOTQtOTkzOS04YzJkNDk2NjI5NDM=","name":"Heading 1","style":[{"deviceId":"desktop","value":{"fontFamily":"Gotham","fontSize":{"unit":"px","value":40},"fontWeight":700,"textAlign":null,"lineHeight":1.1,"uppercase":null,"italic":false,"underline":null,"strikethrough":null,"letterSpacing":-0.1,"color":{"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw==","alpha":1}}},{"deviceId":"laptop","value":{"fontFamily":null,"fontSize":{"unit":"px","value":36},"fontWeight":null,"textAlign":null,"lineHeight":1.2,"uppercase":null,"italic":null,"underline":null,"strikethrough":null,"letterSpacing":null}},{"deviceId":"tablet","value":{"fontFamily":null,"fontSize":{"unit":"px","value":32},"fontWeight":null,"textAlign":null,"lineHeight":null,"uppercase":null,"italic":null,"underline":null,"strikethrough":null,"letterSpacing":null}}],"__typename":"Typography"}}],"Table":[],"PagePathnameSlice":[{"id":"UGFnZTowMTA1N2NmYS04NjQxLTQ3MmItOThmNC1kNmRkMjI2NzBiOTY=","value":{"id":"UGFnZTowMTA1N2NmYS04NjQxLTQ3MmItOThmNC1kNmRkMjI2NzBiOTY=","basePageId":"UGFnZTowMTA1N2NmYS04NjQxLTQ3MmItOThmNC1kNmRkMjI2NzBiOTY=","pathname":"privacy","__typename":"PagePathnameSlice","localizedPathname":null},"locale":null},{"id":"UGFnZTo4MTAxOGQzNi1jYzk2LTQ0ODItOGIzNC1hMDg0ZDk4MDcxMDU=","value":{"id":"UGFnZTo4MTAxOGQzNi1jYzk2LTQ0ODItOGIzNC1hMDg0ZDk4MDcxMDU=","basePageId":"UGFnZTo4MTAxOGQzNi1jYzk2LTQ0ODItOGIzNC1hMDg0ZDk4MDcxMDU=","pathname":"website-terms","__typename":"PagePathnameSlice","localizedPathname":null},"locale":null},{"id":"UGFnZTpkNWM0NzAxOS1mODllLTRjZDAtOTI5Yi02NzlhNTQwMThlNDk=","value":{"id":"UGFnZTpkNWM0NzAxOS1mODllLTRjZDAtOTI5Yi02NzlhNTQwMThlNDk=","basePageId":"UGFnZTpkNWM0NzAxOS1mODllLTRjZDAtOTI5Yi02NzlhNTQwMThlNDk=","pathname":"terms","__typename":"PagePathnameSlice","localizedPathname":null},"locale":null},{"id":"UGFnZTplMDM5ZjhkYi03YzJhLTQzY2ItYjViNi0yZmFhYmM3ZTQwZGU=","value":{"id":"UGFnZTplMDM5ZjhkYi03YzJhLTQzY2ItYjViNi0yZmFhYmM3ZTQwZGU=","basePageId":"UGFnZTplMDM5ZjhkYi03YzJhLTQzY2ItYjViNi0yZmFhYmM3ZTQwZGU=","pathname":"legal-archives","__typename":"PagePathnameSlice","localizedPathname":null},"locale":null},{"id":"UGFnZTpmZjQxNjZmMS02NWZmLTQ5OGUtOTY0Ni01Y2FjODQ4NzhlOWI=","value":{"id":"UGFnZTpmZjQxNjZmMS02NWZmLTQ5OGUtOTY0Ni01Y2FjODQ4NzhlOWI=","basePageId":"UGFnZTpmZjQxNjZmMS02NWZmLTQ5OGUtOTY0Ni01Y2FjODQ4NzhlOWI=","pathname":"sitemap","__typename":"PagePathnameSlice","localizedPathname":null},"locale":null},{"id":"UGFnZTozN2RlYjI0Yy1kZmE0LTQ0MmUtYWQ4ZC1lZmY3ZThhZDNkMDc=","value":{"id":"UGFnZTozN2RlYjI0Yy1kZmE0LTQ0MmUtYWQ4ZC1lZmY3ZThhZDNkMDc=","basePageId":"UGFnZTozN2RlYjI0Yy1kZmE0LTQ0MmUtYWQ4ZC1lZmY3ZThhZDNkMDc=","pathname":"","__typename":"PagePathnameSlice","localizedPathname":null},"locale":null}],"GlobalElement":[{"id":"R2xvYmFsRWxlbWVudDpjY2RkYTlhOS0zY2QxLTRjMmYtYWY3YS01MzQ5MWFkZjg1MWQ=","value":{"id":"R2xvYmFsRWxlbWVudDpjY2RkYTlhOS0zY2QxLTRjMmYtYWY3YS01MzQ5MWFkZjg1MWQ=","data":{"key":"ac063b19-61bf-4101-863b-76349b11ea5a","type":"./components/Box/index.js","props":{"id":"Footer","children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"092bd542-135a-4500-b291-aec2486340f4","type":"footer","props":{"logoAlt":"BigCommerce Logo","logoLink":{"type":"OPEN_URL","payload":{"url":"/","openInNewTab":false}},"logoImage":{"url":"https://dam.bigcommerce.com/m/4643aef2c31defe6/original/Fill-1.svg","type":"external-file","width":34,"height":7,"version":1,"mimetype":"image/svg+xml"},"bottomLinks":[{"id":"a2da12cf-28dc-4ace-9576-7acf2d2d0c4c","value":{"link":{"type":"OPEN_PAGE","payload":{"pageId":"UGFnZTowMTA1N2NmYS04NjQxLTQ3MmItOThmNC1kNmRkMjI2NzBiOTY=","openInNewTab":false}},"text":{"value":"Privacy Policy","@@makeswift/type":"text-input::v1"}}},{"id":"8f94966d-9aee-4689-a9e0-5a4b9d78d1cb","value":{"link":{"type":"OPEN_PAGE","payload":{"pageId":"UGFnZTo4MTAxOGQzNi1jYzk2LTQ0ODItOGIzNC1hMDg0ZDk4MDcxMDU=","openInNewTab":false}},"text":{"value":"Website Terms of Use","@@makeswift/type":"text-input::v1"}}},{"id":"5a0272a8-dadf-4429-8cc6-b01890ae2f46","value":{"link":{"type":"OPEN_PAGE","payload":{"pageId":"UGFnZTpkNWM0NzAxOS1mODllLTRjZDAtOTI5Yi02NzlhNTQwMThlNDk=","openInNewTab":false}},"text":{"value":"Master Services Agreement","@@makeswift/type":"text-input::v1"}}},{"id":"319cdf8f-4e51-4db2-aba0-52fdaf9bcf41","value":{"link":{"type":"OPEN_PAGE","payload":{"pageId":"UGFnZTplMDM5ZjhkYi03YzJhLTQzY2ItYjViNi0yZmFhYmM3ZTQwZGU=","openInNewTab":false}},"text":{"value":"Legal Archives","@@makeswift/type":"text-input::v1"}}},{"id":"45842e3b-17a1-4d57-b3a4-f5d1d53fefda","value":{"link":{"type":"OPEN_PAGE","payload":{"pageId":"UGFnZTpmZjQxNjZmMS02NWZmLTQ5OGUtOTY0Ni01Y2FjODQ4NzhlOWI=","openInNewTab":false}},"text":{"value":"Sitemap","@@makeswift/type":"text-input::v1"}}}],"copyrightLink":{"type":"OPEN_URL","payload":{"url":"/privacy/","openInNewTab":false}}}}]}}},"__typename":"GlobalElement"}},{"id":"R2xvYmFsRWxlbWVudDo4NjQ1N2IxYS1jODk0LTRmYWItOTgzYS0xZDczYjFlM2UwYWU=","value":{"id":"R2xvYmFsRWxlbWVudDo4NjQ1N2IxYS1jODk0LTRmYWItOTgzYS0xZDczYjFlM2UwYWU=","data":{"key":"8b223604-8724-466b-997e-9f826c18760d","type":"./components/Box/index.js","props":{"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"8ec1b590-6196-49ca-9062-e69d10059c47","type":"LogoGrid","props":{"gap":50,"logos":[{"id":"6f78f904-6dcb-410e-a1c4-ee0dc3fbf99e","value":{"logoAlt":{"value":"Uplift Desk","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/31115a51b25f00df/original/UpliftDesk-White.svg","type":"external-file","width":123,"height":20,"version":1,"mimetype":"image/svg+xml"}}},{"id":"173c7d2c-8944-4a83-a571-871c0d549584","value":{"logoAlt":{"value":"Sellars","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/1f273633768f5f81/original/Sellars_logo-white.svg","type":"external-file","width":0,"height":0,"version":1,"mimetype":"image/svg+xml"}}},{"id":"f0b84bdc-617b-4010-81a9-6b582ada1239","value":{"logoAlt":{"value":"Coldwater","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/296b134e5bb822a3/original/coldwater-creek-white.svg","type":"external-file","width":111,"height":40,"version":1,"mimetype":"image/svg+xml"}}},{"id":"139b473d-db1e-42e1-9360-593d65f995bd","value":{"logoAlt":{"value":"Modere","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/715e96d751a824a9/original/Modere-White.svg","type":"external-file","width":0,"height":0,"version":1,"mimetype":"image/svg+xml"}}},{"id":"094e4cdd-c7b2-4c8c-ab30-c83ba8310741","value":{"logoAlt":{"value":"Mountain Equipment Company","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/2052a7447df8b7b4/original/Mountain-Equipment-Company-Logo-White.svg","type":"external-file","width":0,"height":0,"version":1,"mimetype":"image/svg+xml"}}},{"id":"fae30036-4b80-4181-bb16-63bcc4dde7ce","value":{"logoAlt":{"value":"King Arthur","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/22c9239e5a107d0b/original/King_Arthur_Baking_Logo_White.svg","type":"external-file","width":42,"height":41,"version":1,"mimetype":"image/svg+xml"},"logoWidth":{"value":70,"@@makeswift/type":"number::v1"}}},{"id":"eeff9fe3-c58b-475b-88d7-c7c33d56e598","value":{"logoAlt":{"value":"White Stuff","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/193b6fc0c191e884/original/logo-white-stuff-white.svg","type":"external-file","width":130,"height":22,"version":1,"mimetype":"image/svg+xml"}}},{"id":"438738ef-5951-486e-99c9-fbe364b07940","value":{"logoAlt":{"value":"MKM Building Supplies","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/51d52e3590d590e/original/mkm-building-supplies-by-bulow-white.svg","type":"external-file","width":117,"height":34,"version":1,"mimetype":"image/svg+xml"}}},{"id":"05774246-7210-44b3-8456-4bc31526dd59","value":{"logoAlt":{"value":"Gorewear","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/703371740920a292/original/gorewear-white.svg","type":"external-file","width":159,"height":55,"version":1,"mimetype":"image/svg+xml"}}}],"className":{"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":"auto","marginRight":"auto","marginBottom":{"unit":"px","value":0}},"deviceId":"desktop"}]}}}]}}},"__typename":"GlobalElement"}},{"id":"R2xvYmFsRWxlbWVudDo4ZDc3NWIzNS1lNWM1LTQ2NWQtYjcyYy0wMmY2YjQ4ZWE1Mzk=","value":{"id":"R2xvYmFsRWxlbWVudDo4ZDc3NWIzNS1lNWM1LTQ2NWQtYjcyYy0wMmY2YjQ4ZWE1Mzk=","data":{"key":"44cdea27-9e1d-48f0-aca5-e3fa19749f07","type":"./components/Box/index.js","props":{"padding":{"value":[{"value":{"paddingTop":{"unit":"px","value":0},"paddingLeft":{"unit":"px","value":0},"paddingRight":{"unit":"px","value":0},"paddingBottom":{"unit":"px","value":0}},"deviceId":"desktop"}],"@@makeswift/type":"prop-controllers::padding::v1"},"children":{"value":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"e242f82b-343f-437c-b078-03bab1c2a1d1","type":"./components/Text/index.js","props":{"text":{"key":"716db3be-f18a-43b6-9875-9ba7bf3fc96c","type":"makeswift::controls::rich-text-v2","version":2,"descendants":[{"type":"paragraph","children":[{"text":"PCI DSS 4.1 Level 1 Attestation of Compliance, ISO/IEC 27001:2022, ISO/IEC 27701:2019, ISO 22301:2019, ISO/IEC 27017:2015, ISO/IEC 27018:2019","typography":{"id":"VHlwb2dyYXBoeTo4ZTMzYjZiZC05MzhjLTRlYmEtOTA1OC0xMTgzY2I0ZjE2YTQ=","style":[{"value":{"color":{"alpha":1,"swatchId":"U3dhdGNoOjgzYWU5M2ZkLTIwNWUtNDliYi1iMDQ3LTZhM2EyNzVkOWFlYw=="}},"deviceId":"desktop"}]}}],"textAlign":[{"value":"left","deviceId":"desktop"},{"value":"left","deviceId":"mobile"}]}]},"width":[{"value":{"unit":"%","value":100},"deviceId":"desktop"}],"margin":{"value":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":{"unit":"px","value":0},"marginRight":{"unit":"px","value":0},"marginBottom":{"unit":"px","value":0}},"deviceId":"desktop"}],"@@makeswift/type":"prop-controllers::margin::v1"},"linkColor":"blue"}}]},"@@makeswift/type":"prop-controllers::grid::v1"}}},"__typename":"GlobalElement"}},{"id":"R2xvYmFsRWxlbWVudDo1ZTUyZDEwYi0xMmM1LTQ0YzktOGVkMS0xYjcyMWM4YjVmMTI=","value":{"id":"R2xvYmFsRWxlbWVudDo1ZTUyZDEwYi0xMmM1LTQ0YzktOGVkMS0xYjcyMWM4YjVmMTI=","data":{"key":"543cd38c-ebc9-41ef-bf9d-7f1a5fe70a37","type":"./components/Box/index.js","props":{"width":[{"value":{"unit":"px","value":1440},"deviceId":"desktop"}],"rowGap":[{"value":{"unit":"px","value":32},"deviceId":"desktop"}],"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"ab23c74f-2406-4b5e-a841-661a7a14d834","type":"LogoGrid","props":{"gap":50,"logos":[{"id":"24a785e0-51b7-46f2-bdb6-c9d5cfa30ae7","value":{"logoAlt":{"value":"Uplift Desk","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/31115a51b25f00df/original/UpliftDesk-White.svg","type":"external-file","width":123,"height":20,"version":1,"mimetype":"image/svg+xml"}}},{"id":"133ebca6-b5cd-41c9-a5e3-3264ec597699","value":{"logoAlt":{"value":"Sellars","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/1f273633768f5f81/original/Sellars_logo-white.svg","type":"external-file","width":0,"height":0,"version":1,"mimetype":"image/svg+xml"}}},{"id":"684fd66e-620d-4793-8974-c52b68e33859","value":{"logoAlt":{"value":"Coldwater Creen","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/296b134e5bb822a3/original/coldwater-creek-white.svg","type":"external-file","width":111,"height":40,"version":1,"mimetype":"image/svg+xml"}}},{"id":"83e448da-cca9-41e7-a08f-85bbc4d1afd9","value":{"logoAlt":{"value":"Modere","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/715e96d751a824a9/original/Modere-White.svg","type":"external-file","width":0,"height":0,"version":1,"mimetype":"image/svg+xml"}}},{"id":"570e48cc-f102-4407-8356-4a26725d6f4d","value":{"logoAlt":{"value":"Mountain Equipment Company","@@makeswift/type":"text-input::v1"},"logoImage":{"url":"https://dam.bigcommerce.com/m/2052a7447df8b7b4/original/Mountain-Equipment-Company-Logo-White.svg","type":"external-file","width":0,"height":0,"version":1,"mimetype":"image/svg+xml"},"logoWidth":{"value":110,"@@makeswift/type":"number::v1"}}}],"className":{"width":[{"value":{"unit":"%","value":83},"deviceId":"desktop"},{"value":{"unit":"%","value":100},"deviceId":"laptop"}],"margin":[{"value":{"marginTop":{"unit":"px","value":0},"marginLeft":"auto","marginRight":"auto","marginBottom":{"unit":"px","value":0}},"deviceId":"desktop"}]}}}]}}},"__typename":"GlobalElement"}},{"id":"R2xvYmFsRWxlbWVudDpiNTJjOTczMi00ZmRhLTQwNGEtYjMyZC0zYTA3NjhlODE5NWI=","value":{"id":"R2xvYmFsRWxlbWVudDpiNTJjOTczMi00ZmRhLTQwNGEtYjMyZC0zYTA3NjhlODE5NWI=","data":{"key":"7f72382a-b405-4381-b993-2cdb21866b2e","type":"./components/Box/index.js","props":{"padding":[{"value":{"paddingTop":{"unit":"px","value":32},"paddingLeft":{"unit":"px","value":32},"paddingRight":{"unit":"px","value":32},"paddingBottom":{"unit":"px","value":32}},"deviceId":"desktop"}],"children":{"columns":[{"value":{"count":12,"spans":[[12]]},"deviceId":"desktop"}],"elements":[{"key":"8d7f0b08-1c81-49ce-8a42-153d9d6a84d1","type":"./components/Image/index.js","props":{"file":"RmlsZTphZDI0ZGJmZC0zNDExLTRjZTctOGJiZC01NDJkYzgyOTg1ZmQ=","link":{"type":"OPEN_PAGE","payload":{"pageId":"UGFnZTozN2RlYjI0Yy1kZmE0LTQ0MmUtYWQ4ZC1lZmY3ZThhZDNkMDc=","openInNewTab":false}},"altText":"BigCommerce logo"}}]}}},"__typename":"GlobalElement"}}],"LocalizedGlobalElement":[]},"localizedResourcesMap":{}}},"preview":false,"previewMode":false,"languageAlternates":[{"hrefLang":"en-US","href":"https://www.bigcommerce.com/romania/"},{"hrefLang":"en-GB","href":"https://www.bigcommerce.co.uk/romania/"},{"hrefLang":"en-AU","href":"https://www.bigcommerce.com.au/romania/"},{"hrefLang":"x-default","href":"https://www.bigcommerce.com/romania/"}],"path":"/romania","__lang":"en-US","__namespaces":{"trials":{"trialForm":{"headings":{"step2":{"headline":"Your BigCommerce store is ready.","subheadline":"Please tell us a little bit about your business so we can help you make the most of your trial."}},"fields":{"first_name":{"label":"First Name","placeholder":"First Name","errors":{"required":"First Name is required","invalid":"Please enter a valid first name"}},"last_name":{"label":"Last Name","placeholder":"Last Name","errors":{"required":"Last Name is required","invalid":"Please enter a valid last name"}},"email":{"label":"Email Address","placeholder":"Email Address","errors":{"required":"Email Address is required","invalid":"Please enter a valid email address"}},"password":{"label":"Password","placeholder":"Password","errors":{"required":"Password is required"},"hintText":{"title":"Password requirements:","special":"At least one special character(!@#$%^\u0026*?{}[]+-|;:)","minLength":"At least 12 characters","number":"One number","uppercaseAndLowercase":"One uppercase and one lowercase character"}},"phone_number":{"label":"Phone Number","placeholder":"Phone Number","hintText":"Phone number including international dial code, e.g. +12345678901","errors":{"required":"Phone Number is required","invalid":"Phone number including international dial code, e.g. +12345678901"}},"name":{"label":"Store name (You can change this at any time)","placeholder":"Store name (You can change this at any time)","errors":{"required":"Store name (You can change this at any time) is required","maxLength":"Store name (You can change this at any time) must have at most 40 characters"}},"projectedAnnualRevenue":{"label":"What size is your online business?","placeholder":"What size is your online business?","errors":{"required":"What size is your online business? is required"},"options":{"No Revenue":"I haven't started selling yet: no revenue","\u003c$50k":"Just starting out: \u003c$50K","$50k to $250k":"Building a business: $50K to $250K","$250k to $1M":"Growing business: $250K to $1M","$1M to $20M":"Maturing business: $1M to $20M","$20M to $50M":"Established business: $20M to $50M","$50M to $100M":"Mid-sized enterprise: $50M to $100M","$100M+":"Large enterprise: $100M+","I'm not sure":"I'm not sure"}},"region":{"label":"Where should your store be hosted?","placeholder":"Where should your store be hosted?","hintText":"To ensure optimal performance and speed for your store, select the region nearest to your prospective customers.","errors":{"required":"Where should your store be hosted? is required"},"options":{"NA":"North America","EU":"Europe","APAC":"Asia-Pacific"}},"currentWebsite":{"label":"Do you have an existing website?","placeholder":"Do you have an existing website?","errors":{"required":"Do you have an existing website? is required"},"options":{"yes":"Yes","no":"No"}},"currentWebsiteUrl":{"label":"What is the URL?","placeholder":"What is the URL?","errors":{"required":"What is the URL? is required"}},"industry":{"label":"What will you be selling?","placeholder":"What will you be selling?","errors":{"required":"What will you be selling? is required"},"options":{"Animals \u0026 Pet Supplies":"Animals \u0026 Pet Supplies","Fashion \u0026 Apparel":"Fashion \u0026 Apparel","Arts, Entertainment \u0026 Media":"Arts, Entertainment \u0026 Media","Baby \u0026 Toddler":"Baby \u0026 Toddler","Business \u0026 Industrial":"Business \u0026 Industrial","CBD":"CBD","Digital Goods \u0026 Software":"Digital Goods \u0026 Software","Education":"Education","Electronics":"Electronics","Food \u0026 Beverage":"Food \u0026 Beverage","Hardware \u0026 Tools":"Hardware \u0026 Tools","Health \u0026 Beauty":"Health \u0026 Beauty","Home, Garden \u0026 Furniture":"Home, Garden \u0026 Furniture","Luggage \u0026 Bags":"Luggage \u0026 Bags","Novelty":"Novelty","Office Supplies":"Office Supplies","Religious \u0026 Non-Profit":"Religious \u0026 Non-Profit","Restaurants \u0026 Grocery":"Restaurants \u0026 Grocery","Services":"Services","Sporting Goods":"Sporting Goods","Toys \u0026 Games":"Toys \u0026 Games","Travel, Recreation \u0026 Leisure":"Travel, Recreation \u0026 Leisure","Vehicle \u0026 Parts":"Vehicle \u0026 Parts","Other":"Other"}},"experience":{"label":"What best describes how you currently sell your products?","placeholder":"What best describes how you currently sell your products?","errors":{"required":"What best describes how you currently sell your products? is required"},"options":{"Add an online store to my offline business":"I sell mainly in person or in retail stores","Expand my online business":"I sell mainly through online marketplaces","Switching from a Competitor":"I sell on a website using another solution","Research as a student, app developer or job applicant":"I'm a student, job applicant, or just doing research","Set up a store for a client":"I'm building a store for a client","Start an online business":"I'm not selling yet","I'm a BigCommerce customer":"I'm a BigCommerce customer"}},"postal_code":{"label":"Postal Code","placeholder":"Postal Code","errors":{"required":"Postal Code is required","minLength":"Postal Code must be at least 2 characters long","maxLength":"Postal Code must be maximum 16 characters long"}},"gdpr":{"label":"By clicking this box, you acknowledge that you’d like to receive communications from BigCommerce about our platform and services."},"recaptcha":{"errors":{"required":"reCAPTCHA is required"}}},"buttons":{"form1":"Create your store","form2":"Proceed to store"},"loading":{"headline":"Your store is being created","body":"You've taken a big step! Hold tight as we get your store prepped. We'll have it ready shortly.","longerThanExpected":"This is taking longer than expected. Thanks for your patience. We'll send you an email as soon as your site is ready."},"status":{"existingAccount":{"headline":"An account with these credentials already exists.","body":"You will be redirected to sign-in to your existing account shortly.","buttons":{"redirect":"Redirect now"}},"cui":{"headline":"We couldn't create a trial here.","body":"You can create a new store or manage existing stores on the Account Page.","buttons":{"redirect":"Take me there","cancel":"Cancel"}},"errors":{"427":"An error has occurred, please contact support.","default":"An error has occurred while creating your trial, please try again."}}}},"pricing":{"tableData":{"pricingtoggle":{"monthlyPricing":"Monthly","annualPricing":"Annual (Save 25%)"},"pricingDisclaimerText":"Offer available for Standard, Plus and Pro plans.","pricingPlans":[{"planName":"Standard","tagline":"Sell online with your own beautiful online store","monthlyPrice":{"price":39,"postfix":"/mo"},"annualPrice":{"price":29,"postfix":"/mo","subText":"Billed Annually"},"isFeatured":false,"featuredPlanLabel":"","mobileList":["Sell up to $50k Annually","No transaction fees","Unlimited staff accounts","24/7 support","Integrations with leading payment gateways","Special credit card rates via Paypal powered by Braintree (2.59% + $0.49 per transaction)","Single page checkout","Marketplace and social integrations (Amazon, Ebay, Facebook, and more)","Integrations with leading point of sale providers (Square, Vend, Clover, and more)","Free sitewide HTTPs dedicated SSL","BigCommerce mobile app","Real time shipping quotes","Coupons, discount rules, and gift cards","Product ratings and reviews"],"additionalMobileTagline":""},{"planName":"Plus","tagline":"Grow your online business with marketing tools proven to increase conversion","monthlyPrice":{"price":105,"postfix":"/mo"},"annualPrice":{"price":79,"postfix":"/mo","subText":"Billed Annually"},"isFeatured":true,"featuredPlanLabel":"most popular","mobileList":["Sell up to $180k annually","Special credit card rates via Paypal powered by Braintree (2.35% + $0.49 per transaction)","Customer groups and segmentation","Abandoned cart saver","Persistent cart","Stored credit cards"],"additionalMobileTagline":"The Plus Plan includes everything in the Standard plan, but offers additional features including but not limited to:"},{"planName":"Pro","tagline":"Scale your growing business with a comprehensive set of features","monthlyPrice":{"price":399,"postfix":"/mo"},"annualPrice":{"price":299,"postfix":"/mo","subText":"Billed Annually"},"isFeatured":false,"featuredPlanLabel":"","mobileList":["Sell up to $400k annually","Special credit card rates via Paypal powered by Braintree (2.05% + $0.49 per transaction)","Faceted search (Product filtering)","Custom SSL"],"additionalMobileTagline":"The Pro Plan includes everything in the Plus plan, but offers additional features including but not limited to:"},{"planName":"Enterprise","tagline":"Power your team’s success with the best full-service open platform","customPrice":"\u003ca href='https://www.bigcommerce.com/contact-sales/'\u003eContact sales\u003c/a\u003e or call \u003ca href='tel:1-866-991-0872'\u003e1-866-991-0872\u003c/a\u003e for custom pricing","isFeatured":false,"featuredPlanLabel":"","mobileList":["Custom facets (Product Filtering)","Price lists","Unlimited API calls","No selling GMV limits annually (Custom pricing)","Special credit card rates via Paypal powered by Braintree (2.05% + $0.49 or lower per transaction)","Express routing and priority support","Strategic account management available","API support (express routing)"],"additionalMobileTagline":"The Enterprise Plan includes everything in the Pro plan, but offers additional features including but not limited to:"}],"rows":[{"type":"heading","subRows":[{"header":{"content":"Included in all plans"}}]},{"type":"default","subRows":[{"header":{"content":"No additional transaction fees","toolTip":"BigCommerce offers more than 55 payment providers. Choose the solution that works best for your business without additional transaction fees or penalties."},"cells":[{"content":"0%"},{"content":"0%"},{"content":"0%"},{"content":"0%"}]},{"header":{"content":"Products, file storage and bandwidth"},"cells":[{"content":"Unlimited"},{"content":"Unlimited"},{"content":"Unlimited"},{"content":"Unlimited"}]},{"header":{"content":"Staff accounts"},"cells":[{"content":"Unlimited"},{"content":"Unlimited"},{"content":"Unlimited"},{"content":"Unlimited"}]}]},{"type":"heading","subRows":[{"header":{"content":"Sales Channels"}}]},{"type":"default","subRows":[{"header":{"content":"Online storefront"},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Multi-Storefront","toolTip":"Create and manage multiple, unique storefronts within your BigCommerce dashboard. Whether you manage multiple brands, sell across customer segments or build across different regions — streamline your operations from one single account."},"cells":[{"content":"Up to 3"},{"content":"Up to 5"},{"content":"Up to 8"},{"content":"\u003ca href='https://www.bigcommerce.com/contact/'\u003eContact\u003c/a\u003e"}]},{"header":{"content":"Price per additional storefront"},"cells":[{"content":"$30/mo"},{"content":"$50/mo"},{"content":"$100/mo"},{"content":"\u003ca href=\"https://www.bigcommerce.com/contact/\"\u003eContact\u003c/a\u003e"}]},{"header":{"content":"Point of sale","toolTip":"Connect your offline and online business with POS integrations to Square, Vend, Clover, Heartland Retail, and more."},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Amazon/eBay/Walmart","toolTip":"Connect your store to the world’s largest marketplaces to reach millions of new shoppers while managing all your orders from BigCommerce."},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Facebook/Instagram","toolTip":"Reach more customers \u0026 drive conversion with Facebook Shop \u0026 Instagram Checkout."},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]}]},{"type":"heading","subRows":[{"header":{"content":"Features"}}]},{"type":"default","subRows":[{"header":{"content":"Mobile responsive website"},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"BigCommerce mobile app"},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Single-page checkout"},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Apple Pay, Google Pay, Amazon Pay"},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Coupons, discounts and gift cards","toolTip":"With more than 70 discount options available out-of-the-box, BigCommerce offers advanced but user-friendly promotions tools — without using a third-party app."},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Multi-Currency","toolTip":"Accept payments in over 100+ currencies and offering local payment methods through the gateway of your choice."},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Real time shipping quotes","toolTip":"Give shoppers the most accurate shipping pricing available with real-time rates from UPS, USPS, FedEx, Australia Post, Royal Mail, Canada Post and more."},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Professional reporting tools"},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Built-in blog","toolTip":"Help improve your SEO rankings and deliver a content-rich experience to your shoppers with a blog."},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Product ratings and reviews"},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Free Sitewide HTTPs and Dedicated SSL","toolTip":"All traffic to your site is over HTTPs and comes with a free dedicated SSL that helps improve consumer confidence, search rankings and conversion by keeping shoppers on your custom domain during checkout."},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"ShipperHQ shipping rules engine","toolTip":"Increase checkouts and eliminate overpayment for misquotes by using the world’s most sophisticated shipping rules engine right from BigCommerce."},"cells":[{"content":"Available"},{"content":"Available"},{"content":"Available"},{"checkmark":true}]},{"header":{"content":"Customer groups and segmentation","toolTip":"Segment your customers for pricing, product access and promotions to create differentiated experiences on your website."},"cells":[{"checkmark":false},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Abandoned cart saver","toolTip":"This conversion tool automatically sends shoppers a customizable series of emails motivating them to complete their purchase."},"cells":[{"checkmark":false},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Persistent Cart","toolTip":"Improve your customers’ experience by saving their shopping cart to their account, so when they switch devices, their cart is still there."},"cells":[{"checkmark":false},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Stored credit cards","toolTip":"Returning customers are sent to the payment step with their billing and shipping automatically filled to save time at checkout."},"cells":[{"checkmark":false},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Google customer reviews"},"cells":[{"checkmark":false},{"checkmark":false},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Product filtering","toolTip":"Improve the shopping experience by enabling shoppers to easily and dynamically filter products."},"cells":[{"checkmark":false},{"checkmark":false},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Custom product filtering","toolTip":"Your custom product fields can be used as product filters in faceted search."},"cells":[{"checkmark":false},{"checkmark":false},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Price Lists","toolTip":"Give B2B customers a B2C-level experience with custom pricing at the SKU level for customer groups."},"cells":[{"checkmark":false},{"checkmark":false},{"checkmark":false},{"checkmark":true}]},{"header":{"content":"Unlimited API Calls","toolTip":"Use the industry's fastest APIs to automatically sync data from 3rd party systems (such as ERPs) seamlessly into BigCommerce."},"cells":[{"checkmark":false},{"checkmark":false},{"checkmark":false},{"checkmark":true}]},{"header":{"content":"Inventory locations","toolTip":"Sell and fulfill orders in multiple retail locations, including in store pick up and curbside."},"cells":[{"content":"Up to 4"},{"content":"Up to 5"},{"content":"Up to 8"},{"content":"Custom"}]},{"header":{"content":"Online sales per year","toolTip":"Calculated on a trailing 12-month basis."},"cells":[{"content":"Up to $50k"},{"content":"Up to $180k"},{"content":"Up to $400k**"},{"content":"Custom"}]}]},{"type":"heading","subRows":[{"header":{"content":"Service and Support"}}]},{"type":"default","subRows":[{"header":{"content":"24/7 tech support (phone, chat, \u0026 ticket)","toolTip":"We’re available 24/7 via chat, email, and US-based phone support for any technical issues you may have."},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"Express routing, priority support, and customer success management available"},"cells":[{"checkmark":false},{"checkmark":false},{"checkmark":false},{"checkmark":true}]},{"header":{"content":"API Support","toolTip":"We will make sure any of the functionality the APIs and any documentation of development features work as intended."},"cells":[{"checkmark":false},{"checkmark":false},{"checkmark":false},{"checkmark":true}]}]},{"type":"heading","subRows":[{"header":{"content":"Payment Processing"}}]},{"type":"default","subRows":[{"header":{"content":"No transaction fees to use leading payment gateways\n\u003ca href='https://www.bigcommerce.com/payments'\u003eLearn more\u003c/a\u003e"},"cells":[{"checkmark":true},{"checkmark":true},{"checkmark":true},{"checkmark":true}]},{"header":{"content":"(Optional) Special credit card rates available via PayPal and Braintree \u003ca href='https://www.bigcommerce.com/paypal-rates/'\u003eLearn more\u003c/a\u003e"},"cells":[{"content":"2.59% + $0.49"},{"content":"2.35% + $0.49"},{"content":"2.35% + $0.49"},{"content":"Competitive, personalized pricing for Enterprise merchants"}]}]}]}},"caseStudyDefaultSEO":{"description":"Looking for an ecommerce platform? Browse our ecommerce case studies to see examples of companies that have seen HUGE growth from using BigCommerce."}}},"__N_SSG":true},"page":"/[[...path]]","query":{"path":["romania"]},"buildId":"c177d5e","isFallback":false,"isExperimentalCompile":false,"gsp":true,"locale":"en-US","locales":["en-US","en-AU","nl-NL","en-GB","fr-FR","it-IT","es-ES","es-MX","de-DE","nb-NO","da-DK","de-AT","sv-SE","en-SG","en-ES","en-MX","en-FR","en-IT","en-NL","en-DE","en-AT","en-DK","en-SE","en-NO","en-IN","pl-PL","en-ZA","en-AE","ro-RO"],"defaultLocale":"en-US","domainLocales":[{"domain":"www.bigcommerce.com","defaultLocale":"en-US"},{"domain":"www.bigcommerce.co.uk","defaultLocale":"en-GB"},{"domain":"www.bigcommerce.com.au","defaultLocale":"en-AU"},{"domain":"www.bigcommerce.fr","defaultLocale":"fr-FR"},{"domain":"www.bigcommerce.nl","defaultLocale":"nl-NL"},{"domain":"www.bigcommerce.it","defaultLocale":"it-IT"},{"domain":"www.bigcommerce.es","defaultLocale":"es-ES"},{"domain":"www.bigcommerce.mx","defaultLocale":"es-MX"},{"domain":"www.bigcommerce.de","defaultLocale":"de-DE"},{"domain":"www.bigcommerce.no","defaultLocale":"nb-NO"},{"domain":"www.bigcommerce.dk","defaultLocale":"da-DK"},{"domain":"www.bigcommerce.se","defaultLocale":"sv-SE"},{"domain":"www.bigcommerce.at","defaultLocale":"de-AT"},{"domain":"www.bigcommerce.sg","defaultLocale":"en-SG"},{"domain":"www.bigcommerce.com/india","defaultLocale":"en-IN"},{"domain":"www.bigcommerce.com/UAE","defaultLocale":"en-AE"},{"domain":"www.bigcommerce.com/southafrica","defaultLocale":"en-ZA"},{"domain":"www.bigcommerce.com/polska","defaultLocale":"pl-PL"},{"domain":"www.bigcommerce.com/romania","defaultLocale":"ro-RO"}],"scriptLoader":[]}</script></body></html>